﻿@charset "utf-8";

/* CSS Document */

html {}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table{border-collapse:collapse;}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	word-wrap: break-word;
	behavior: url("csshover.htc");
	-webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
	font: 14px/1.5 Arial, "宋体", Helvetica, Verdana, sans-serif;
	word-wrap: break-word;
	color: #565756;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

img {
	border: none;
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	*font-size: 100%;
}

input {
	margin: 0;
	outline: none;
	padding: 0;
}

input::-ms-clear {
	display: none;
}

.width_1000 {
	width: 1000px;
	margin: 0 auto;
}

.width_1200 {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}


/*首页弹出层*/

.index_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999
}

.index_mask div {
	width: 900px;
	height: 570px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999
}

.index_mask img {
	width: 100%;
}

.index_mask span {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	z-index: 9999;
	cursor: pointer;
}

.index_mask p {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999
}

.ddw {
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 16px;
	z-index: 9999;
}

.ddw2 {
	position: absolute;
	left: 20px;
	top: 0;
	color: #000;
	font-size: 16px;
	z-index: 9999;
}

.num_box {
	position: relative;
}

.num {
	color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.mask {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%
}

#num_0 {
	/*background: url(../images/libg2.jpg) no-repeat center #000;*/
	background-size: cover;
}

#num_1 {
	/*background: url(../images/misconception.png);*/
	/*background-size: cover;*/
}

#num_2 {
	background-size: cover;
}

#num_3 {
	background:#f2f2f2;
}

#num_4 {
	background:url(../images/bg3.jpg) 100%;
	/*background-size: cover;*/
}

#num_5 {
	background-size: cover;
}

.num_6 {
	background: url(../images/bg1-.jpg) repeat;
	
}


.fixed_r {
	position: absolute;
	left: 10px;
	top: 200px;
	z-index: 999;
}

.fixed_r li {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 10px 0;
	border: 2px solid #fff;
	cursor: pointer;
}

.fixed_r li.on {
	background: #C00;
	color: #fff;
}


#num_3>div,
#num_5>div,
#num_6>div {
	padding-top:50px;
}
/*#num_2>div{padding-top:20px}*/


/*第一屏*/

.hlogo {
	position: absolute;
	width: 604px;
	height: 520px;
	left: 50%;
	margin-left: -302px;
	top: 50%;
	margin-top: -260px;
	background: url(../images/banner1.png) no-repeat center;
	transform: scale(0);
}

.pl {
	position: absolute;
	width: 604px;
	height: 520px;
	left: 50%;
	margin-left: -302px;
	top: 50%;
	margin-top: -260px;
	background: url(../images/banner1.png) no-repeat center;
	animation: bannerlogo 2s ease-in
}

.pl hgroup {
	padding-top: 160px;
}

.pl h3 {
	font-size: 64px;
	color: #019ee4
}

.pl h2 {
	font-size: 48px;
	color: #ffffff
}

.pl h4 {
	font-size: 28px;
	color: #ffffff
}

.pl h5 a {
	font-size: 14px;
	color: #019ee4;
	background: url(../images/banner1_h5.png) no-repeat center;
	display: block;
	line-height: 28px;
	margin-top: 72px;
}

@keyframes bannerlogo {
	0% {
		transform: scale(0);
	}
	40% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(.9);
	}
	60% {
		transform: scale(1);
	}
	70% {
		transform: scale(.9);
	}
	80% {
		transform: scale(1);
	}
	90% {
		transform: scale(.95);
	}
	100% {
		transform: scale(1);
	}
}


/*第二屏*/

.fengxian {
	margin: 140px auto;
	width: 590px;
	height: 532px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -295px;
	margin-top: -233px
}

.fengxian>div {
	position: relative;
}

.fengxian img {
	position: absolute;
	left: 95px;
	top: 60px;
	width: 400px;
	height: auto;
}

.fengxian hgroup {
	padding-top: 150px
}

.fengxian hgroup h3 {
	font-size: 48px;
	color: #009de4;
}

.fengxian hgroup h2 {
	font-size: 83px;
	color: #fff;
	line-height: 84px
}

.fengxian hgroup h4 {
	font-size: 28px;
	color: #fff
}


/*第三屏*/

.six {
	margin-top: 100px;
	width: 476px;
	height: 476px;
	position: absolute;
	left: -50%;
	top: 50%;
	margin-left: -238px;
	margin-top: -205px;
}

.six>div {
	position: relative;
}

.six img.sixb {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
}

.six img.sixa {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 0;
}

.six hgroup {
	padding-top: 80px;
	position: relative;
	z-index: 3
}

.six h3 {
	font-size: 32px;
	color: #6e6e6e
}

.six h2 {
	font-size: 98px;
	color: #009de4
}

.six h4 {
	font-size: 22px;
	color: #424242
}

.another {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.animation2_1 {
	animation: animation2_1 .5s .2s linear both;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

@keyframes animation2_1 {
	0% {
		right: -50%;
	}
	100% {
		right: 0%;
	}
}


/*第四屏*/

.fangan {
	position: absolute;
	width: 100%;
	height: 310px;
	top: 50%;
	margin-top: -122px;
}

.fangan h3 {
	font-size: 32px;
	color: #cbcbcb
}

.fangan h2 {
	font-size: 62px;
	color: #009de4
}

.fangan h4 {
	font-size: 32px;
	color: #ffffff
}

.fangan h5 a {
	font-size: 16px;
	color: #fff;
	background: transparent;
	border-radius: 4px;
	display: block;
	line-height: 28px;
	margin-top: 72px;
	width: 100px;
	margin: 30px auto;
	border: 2px solid #fff;
}

.fangan h5 a:hover {
	color: #009de4;
	border: 2px solid #009de4;
}

.head,
.header {
	font-size: 16px;
	line-height: 30px;
	height: 76px;
	/*background: url(../images/hnav.png) repeat;*/
	color: #444444;
	position: absolute;
	width: 100%;
	z-index: 22
}

.header {
	background: url(../images/hnav.png) repeat;
	color: #fff;
	display: none;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.head ul,
.header ul {
	overflow: hidden;
	text-align: center;
	margin-top: 38px;
}

.head ul li,
.header ul li {
	margin: 0 20px;
	display: inline-block;
	font-size: 0;
	height: 30px;
	overflow: hidden;
}

.head ul li:last-child,
.header ul li:last-child {
	margin-right: 0
}

.head ul li a,
.header ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.head ul li a.active,
.head ul li a:hover,
.header ul li a.active,
.header ul li a:hover {
	color: #fac02e;
}

.logo {
	position: absolute;
	width: 236px;
	display: block;
	top: -2px;
	text-align: left;
	left: 25px;
}

.logo img {
	width: 144px;
	height: 39px;
}

.hotline {
	position: absolute;
	width: 200px;
	/*line-height: 65px;*/
	text-align: right;
	right: 25px;
	top: -4px;
}

.hotline img {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.hotline span {
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

.header .hotline span {
	color: #fff;
}

.xiangying_nav {
	display: none;
	width: 24px;
	height: 24px;
	background: url(../images/fk.png) no-repeat left top;
	position: absolute;
	right: 26px;
	top: 22px;
}

.server {
	height: 100%;
	background: url(../images/nutt.png) no-repeat left top/cover;
}

.server ul {
	height: 100%;
}

.server ul li {
	float: left;
	height: 100%;
	color: #fff;
	text-align: center;
	width: 20%;
	box-sizing: border-box;
	padding: 0 2%;
	color: #009de4;
	position: relative;
}

.server_mask {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(43, 143, 241, 0.8);
	z-index: -1
}

.server_mask_div {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.server ul li>img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	bottom: -100%;
	transition: all 1s;
}

.server ul li:hover>img {
	bottom: 0;
}

.server ul li.active,
.server ul li:hover {
	color: #fff;
	transition: all 1s;
}

.server ul li.active .server_img,
.server ul li:hover .server_img {
	border-color: #fff;
	top: -60px;
}

.server ul li:hover .server_cont>p {
	top: -60px;
}

.server ul li:hover .server_cont .server_intro {
	opacity: 1;
	bottom: 40px;
}

.server_cont {
	position: relative;
	top: 40%;
	overflow: inherit;
}


/*.server_cont:hover{padding-top: 60px;}*/

.server_cont .server_img {
	border-radius: 100%;
	border: 2px solid #009de4;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	top: 0;
	transition: border-color 1s, top .5s;
}

.server_cont .server_img img {
	width: 90px;
	height: 80px;
	margin-top: 28px;
	position: relative;
}

.server_cont>p {
	padding: 15px 0 25px 0;
	font-size: 16px;
	transition: top .5s;
	position: relative;
	top: 0;
}

.server_cont .server_intro {
	line-height: 24px;
	transition: all .8s .2s;
	opacity: 0;
	color: #fff;
	position: relative;
	bottom: -150px;
}

.server ul li .hid {
	display: none
}

.server ul li:hover .sho {
	display: none
}

.server ul li:hover .hid {
	display: inline-block;
	animation: plays 1s .5s linear infinite both;
	position: relative;
}

@keyframes plays {
	0% {
		bottom: 0;
	}
	60% {
		bottom: 10px;
	}
	100% {
		bottom: 0px;
	}
}

.server_ul li:nth-of-type(1) {
	transform: translate(-400px, 0px);
	opacity: 0;
	transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul li:nth-of-type(2) {
	transform: translate(-200px, 0px);
	opacity: 0;
	transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul li:nth-of-type(3) {
	transform: translateY(-200px);
	transition: transform .5s ease;
	opacity: 0;
	opacity 1.5s ease;
}

.server_ul li:nth-of-type(4) {
	transform: translate(200px, 0px);
	opacity: 0;
	transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul li:nth-of-type(5) {
	transform: translate(400px, 0px);
	opacity: 0;
	transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(1) {
	transform: translate(0, 0);
	opacity: 1;
	transition: transform 1s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(2) {
	transform: translate(0, 0);
	opacity: 1;
	transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(3) {
	transform: translateY(0px);
	transition: transform 1s ease;
	opacity: 1;
	opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(4) {
	transform: translate(0, 0);
	opacity: 1;
	transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(5) {
	transform: translate(0, 0);
	opacity: 1;
	transition: transform 1s ease, opacity 1.5s ease;
}

.case {
	text-align: center;
}

.case-top {
	text-align: right;
}

.case-top-left {
	display: inline-block;
}

.case-top-left-top {
	font-size: 42px;
}

.case-top-left-middle {
	font-size: 14px;
}

.case-top-left-bottom {
	font-size: 32px;
}

.case-top-right {
	display: inline-block;
	font-size: 150px;
	color: #009de4;
}

.case-top-right sup {
	position: relative;
	top: -30px
}

.case_ul_wrap {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 17%
}

.case ul {
	display: inline-block;
	perspective: 1000px;
	margin: 0 10px;
}

.cases ul {
	display: block;
	perspective: 1000px;
	max-width: none;
	margin: 0;
}

.case ul li {
	display: inline-block;
	text-align: left;
	background: #fff;
	width: 100%;
}

.case ul.case_ul li {
	transform: translateY(200px) translateZ(-500px) rotateX(90deg);
	opacity: 0;
	transition: transform 1s ease, opacity 1.5s ease;
}

.case ul.case_ul_hover li {
	perspective: 100px;
	transform: translateY(0px) translateZ(0px) rotateX(0deg);
	opacity: 1;
	transition: transform 1s ease, opacity 1.5s ease;
}

.case ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 340px;
	margin: 0;
}

.case ul li a div.show {
	transition: all .3s ease-in-out;
	width: 100%;
	height: 200px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -100%;
}

.case ul li a>img {
	width: 340px;
	height: 200px;
}

.case ul li:hover div.show {
	margin-top: 0;
}

.case ul li:hover div.show img {
	margin: 78px auto 0;
}

.case ul li:hover div.auto div.auto_mask {
	margin-top: 0;
}

.case ul li:hover div.auto h4 {
	color: #fff;
}

.case ul li:hover div.auto span {
	color: #fff;
}

.case ul li div.auto {
	padding: 10px 20px;
	position: relative;
	/*border-bottom: 4px solid #3f9bfb;*/
	font-size: 12px;
}

.case ul li div.auto div.auto_mask {
	transition: all .3s ease-in-out;
	width: 100%;
	height: 100%;
	background: #3f9bfb;
	margin-top: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.case ul li div.auto h4 {
	transition: all .3s ease-in-out;
	font-weight: normal;
	font-size: 16px;
	color: #222;
	line-height: 26px;
	position: relative;
	z-index: 2
}

.case ul li div.auto span {
	color: #727272;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 2
}

.case-bottm {
	position: absolute;
	bottom: 4%;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 39px;
	animation: case 1s linear infinite both;
	border: 2px solid #bababa;
	border-radius: 4px;
	display: none;
}

.case-bottm a {
	font-size: 16px;
	color: #fff;
	line-height: 39px;
}

.case-bottm:hover {
	position: absolute;
	bottom: 4%;
	left: 50%;
	margin-left: -45px;
	animation: case 1s linear infinite both;
	border: 2px solid #009de4;
	background-repeat: #009de4
}

@keyframes case {
	0% {
		transform: scale(.9);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(.9);
	}
}

.cont-left {
	width: 600px;
	display: inline-block;
	vertical-align: top;
}

.cont-right {
	vertical-align: top;
	transform: scale(5);
	opacity: 0;
}

.cont-right-in {
	transform: scale(1);
	opacity: 1;
	transition: all .5s linear, opacity 1.5s ease;
}

.cont-right-out {
	transform: scale(5);
	opacity: 0;
	transition: all 1s;
}

#num_3 .title {
	text-align: right;
}

.title {
	padding: 3% 0;
	text-align: left;
}

/*#num_3 .title {
	padding: 50px 0;
}*/


/*.team-lunbo .picshow{display: inline-block;vertical-align: middle;}
.team-lunbo .picshow ul li{display: inline-block;vertical-align: top;padding:0 20px;}
.team-lunbo .picshow ul li:nth-of-type(2n){padding-top: 40px}
.team-lunbo .picshow ul li>div h4{line-height: 32px;font-size: 16px;}
.team-lunbo .picshow ul li>div p{line-height: 18px;}
.team-lunbo>img{vertical-align: middle;}*/

.pic-cont {
	padding-top: 70px
}


/*.pic-cont ul li img{width:95%;box-sizing: border-box;border:1px solid transparent;}
.pic-cont ul li img:nth-of-type(2){margin:10px 0;}
.pic-cont ul li{width:200px !important;}
.pic-cont ul li img:hover{border:1px solid #2d93f0;}
*/

.v_out {}

.v_show {
	width: 1100px;
	overflow: hidden;
	position: relative;
	height: 220px;
	float: left
}

.v_cont {
	position: absolute;
	left: 0px;
	top: 0px;
}

.v_cont ul {
	float: left;
	line-height: 50px;
}

.v_cont ul li {
	width: 1100px;
	float: left;
}

.v_cont1 {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.v_cont1 ul {
	float: left;
	line-height: 50px;
}

.v_cont1 ul li {
	width: 1100px;
	float: left;
}

.pic-cont ul li span {
	width: 212px;
	height: 105px;
	border: none;
	padding: 3px;
	float: left;
	display: block;
}

.v_cont ul li img {
	width: 212px;
	height: 105px;
	transition: all .2s linear;
	opacity: .5;
}

.v_cont ul li span:hover img {
	opacity: 1;
}

.v_cont ul li span img:nth-of-type(2) {
	display: none
}

.v_out_p {
	position: relative;
	overflow: visible;
	width: 1224px;
	margin: 0 auto;
}

.prev,
.next {
	float: left;
	padding: 70px 9px 0
}

.prev a {
	background: url(../images/prev.png) no-repeat center;
}

.next a {
	background: url(../images/next.png) no-repeat center;
}

.prev,
.prev a,
.next,
.next a {
	width: 44px;
	height: 80px;
	display: block
}


/*内页轮播*/

#teach {
	position: relative;
}

.teachshow {
	padding-top: 80px !important
}

.mr_frbox {
	position: relative;
}

.mr_frBtnL,
.mr_frBtnR {
	cursor: pointer;
	position: absolute;
	left: 80px;
	top: 0px;
	z-index: 6;
	display: none;
}

.mr_frBtnR {
	left: auto;
	right: 80px;
}
.mr_frUl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.mr_frUl ul li {
	float: left;
	display: inline;
	margin: 0 0px;
	overflow: hidden;
	/*width: 25%;*/
	width:270px; height:435px;
	background:#fff;
	margin-right:40px;
}
.mr_frUl ul li:last-child{margin-right:0;}

.mr_frUl ul li .tu{width:100%; height:280px; overflow:hidden;}
.mr_frUl ul li .tu img{ transition:all ease 0.5s;}
.mr_frUl ul li:hover .tu img{ transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.mr_frUl ul li .wen{height:134px;padding:10px 25px; text-align:center;line-height:25px;border:1px solid #d7d7d7;border-top:none;color:#666; font-size:14px;}
.mr_frUl ul li .wen h3{ font-size:18px;color:#333;border-bottom:1px solid #cacaca;width:175px; text-align:center;margin:0 auto;margin-bottom:10px;padding-bottom:15px;}

.cases ul li {
	width: 320px !important;
	margin-right: 20px
}
.bg-f2f2f2{ background:#f2f2f2;}
.mr_frbox:hover .mr_frBtnL,
.mr_frbox:hover .mr_frBtnR {
	display: block;
}


.news {
	/*background: rgba(0, 0, 0, 0.4);*/
	width: 100%;
	height: 100%;
}

.news-title {
	text-align: left;
	/*margin-left: 46px;*/
}

.news-list {
	    /* width: 70%; */
    height: 560px;
    width: 1200px;
    display: inline-block;
   /* position: absolute;*/
    /*top: 170px;
    left: 0;*/
    /* bottom: 10%; */
    /*margin-left: -600px;
    left: 50%;*/
}

.news-list img {
	float: left;
	transition: all 1s ease, opacity 1.5s ease;
	width: 100%;
	height: 100%;
	display: block;
}

.news-list a {
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	/*transition: all 1s;*/
}

.news-list a .i_bor {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.news-list a .bor_lv {
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 10;
}


/*.news-list a img {
	opacity: 1 !important;
}*/

.news-list a p.c_text,
.news-list a p.c_detail {
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	text-align: center;
	opacity: ;
	font-size: 26px;
	color: #fff;
}

.news-list a p.c_detail {
	font-size: 16px;
	top: 66%;
	width: 90%;
	transform: scale(0);
	
}

.news-list a img:hover {
	transform: scale(1.2) !important;
}

.news-list .i_bor>img {
	width: 100%;
	height: 100%;
	animation: 1s;
	display: block;
}

.news-list a:nth-of-type(1) {
	width: 20%;
	height: 100%;
}

.news-list a:nth-of-type(7) {
	width: 40%;
	height: 50%;
}

.news-list a:nth-of-type(2),
.news-list a:nth-of-type(3),
.news-list a:nth-of-type(4),
.news-list a:nth-of-type(5),
.news-list a:nth-of-type(6),
.news-list a:nth-of-type(8) {
	width: 20%;
	height: 50%;
}



.news-list a p {
	position: absolute;
	width: 100%;
	bottom: -100%;
	text-align: center;
	transition: all .5s .2s;
	font-size: 14px;
}

.cust-lunbo {}

.cust-lunbo .picshow ul li {
	display: inline-block;
}

.cont {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.cont-cont {
	height: 100%;
	text-align: left;
	position: relative;
}

.cont-cont>img {
	height: 470px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -235px
}

.address,
.email {
	margin-top: 20px;
}

.connect {
	margin-top: 60px;
}

.connect img,
.address img,
.email img {
	padding-right: 10px;
}

.connect img,
.connect div,
.address img,
.address div,
.email img,
.email div {
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
}

.connect div,
.address div,
.email div {
	width: 80%;
}

.cont .c_con,.px_youshi .c_con{
	font-size: 14px;
	margin-top: 10px;
}

.cont .c_title,.px_youshi .c_title{
	font-size: 20px;
}

.connect,
.address,
.email {
	position: relative;
	transition: all 1s linear;
	opacity: 0;
}

.connect-in,
.address-in,
.email-in {
	left: 0;
	opacity: 1
}

.connect-out {
	left: -250px;
}

.address-out {
	left: -650px;
}

.email-out {
	left: -1050px;
}


/*banner*/

.grid {
	width: 800px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -150px;
}

.grid img {
	width: 80px;
	height: 60px;
	display: block;
	float: left;
}

#controls {
	padding: 20px;
	bottom: 10px;
}

#controls span {
	font: 11px Montserrat;
	text-transform: uppercase;
	background: rgba(0, 100, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}

#controls span.active {
	background: rgb(0, 75, 0);
}

html,
body {
	width: 100%;
	height: 100%;
}

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 2%;
	z-index: 1;
	width: 100%;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	text-align: center;
	width: 100%;
}

.slideBox .hd ul li {
	cursor: pointer;
	width: 12px;
	height: 6px;
	background: #cdcdcd;
	margin: 0 .5em;
	display: inline-block;
	border-radius: 6px;
	transition: width .5s ease;
}

.slideBox .hd ul li.on {
	background: #009de4 !important;
	width: 18px;
}

.slideBox .bd {
	height: 100%;
	width: 100%;
	z-index: 0;
}

.slideBox .bd ul {
	height: 100%;
	width: 100%;
}

.slideBox .bd ul li {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
}

.slideBox .bd li>a {
	display: block;
	width: 990px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.tempWrap {
	height: 100%;
}


/*.slideBox .bd ul li:nth-of-type(2){background:rgba(0,0,0,0.8) url(../images/libg1.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(3){background: url(../images/libg2.jpg) no-repeat center/cover;height:100%;}
.slideBox .bd ul li:nth-of-type(3)>div{background: rgba(0,0,0,0.5);width:100%;height:100%;overflow: hidden;}
.slideBox .bd ul li:nth-of-type(4){background: url(../images/libg4.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(5){background: url(../images/libg3.jpg) no-repeat center/cover}
*/


/*.slideBox .bd ul li:nth-of-type(1){background: url(../images/libg3.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(2){background: url(../images/libg2.jpg) no-repeat center/cover;height:100%;}
.slideBox .bd ul li:nth-of-type(2)>div{background: rgba(0,0,0,0.5);width:100%;height:100%;overflow: hidden;}
.slideBox .bd ul li:nth-of-type(3){background: url(../images/libg4.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(4){background: url(../images/meng.png) repeat, url(../images/libg3.jpg) no-repeat center/cover}
*/

.slideBox .bd ul li:nth-of-type(1) {
	background: url(../images/libg3.jpg) no-repeat center/cover
}

.slideBox .bd ul li:nth-of-type(2) {
	background: url(../images/meng.png) repeat, url(../images/libg3.jpg) no-repeat center/cover
}

.slideBox .bd ul li:nth-of-type(3) {
	background: url(../images/libg2.jpg) no-repeat center/cover;
	height: 100%;
}

.slideBox .bd ul li:nth-of-type(3)>div {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slideBox .bd ul li:nth-of-type(4) {
	background: url(../images/libg4.jpg) no-repeat center/cover
}


/*第二屏*/

.banner1 {
	width: 100%;
	height: 100%
}

.animation1 h3 {
	-webkit-animation: flash 1s .2s ease both;
	-moz-animation: flash 1s .2s ease both;
	animation: flash 1s .2s ease both;
}

.animation1 h2 {
	-webkit-animation: flash 1s 1s ease both;
	-moz-animation: flash 1s 1s ease both;
	animation: flash 1s 1s ease both;
}

.animation1 h4 {
	-webkit-animation: flash 1s 1.6s ease both;
	-moz-animation: flash 1s 1.6s ease both;
	animation: flash 1s 1.6s ease both;
}

@-webkit-keyframes flash {
	0% {
		-webkit-transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
}

@-moz-keyframes flash {
	0% {
		-moz-transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0px);
		opacity: 1;
	}
}

@-ms-keyframes flash {
	0% {
		-ms-transform: translateY(200px);
		opacity: 0;
	}
	100% {
		-ms-transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		transform: translateY(200px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.animation1 img {
	-webkit-animation: flashh 1s 1.6s ease both;
	-moz-animation: flashh 1s 1.6s ease both;
	animation: flashh 1s 1.6s ease both;
}

@-webkit-keyframes flashh {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes flashh {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes flashh {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flashh {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*第三屏*/

.animation2 {
	animation: flashs .8s .3s linear both;
	-webkit-animation: flashs .8s .3s linear both;
	-moz-animation: flashs .8s .3s linear both;
}

@keyframes flashs {
	0% {
		left: -50%;
	}
	100% {
		left: 25%;
	}
}

@-webkit-keyframes flashs {
	0% {
		left: -50%;
	}
	100% {
		left: 25%;
	}
}

@-moz-keyframes flashs {
	0% {
		left: -50%;
	}
	100% {
		left: 25%;
	}
}

@-ms-keyframes flashs {
	0% {
		left: -50%;
	}
	100% {
		left: 25%;
	}
}

.animation2 img.sixb {
	-webkit-animation: flash2 8s 0s linear both;
	-moz-animation: flash2 8s 0s linear both;
	animation: flash2 8s 0s linear both;
}

@-webkit-keyframes flash2 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	10% {
		-webkit-transform: rotate(1680deg);
	}
	20% {
		-webkit-transform: rotate(2080deg);
	}
	30% {
		-webkit-transform: rotate(2280deg);
	}
	100% {
		-webkit-transform: rotate(2000deg);
	}
}

@-moz-keyframes flash2 {
	0% {
		-moz-transform: rotate(0deg);
	}
	10% {
		-moz-transform: rotate(1680deg);
	}
	20% {
		-moz-transform: rotate(2080deg);
	}
	30% {
		-moz-transform: rotate(2280deg);
	}
	100% {
		-moz-transform: rotate(2000deg);
	}
}

@-ms-keyframes flash2 {
	0% {
		-ms-transform: rotate(0deg);
	}
	10% {
		-ms-transform: rotate(1680deg);
	}
	20% {
		-ms-transform: rotate(2080deg);
	}
	30% {
		-ms-transform: rotate(2280deg);
	}
	100% {
		-ms-transform: rotate(2000deg);
	}
}

@keyframes flash2 {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(1680deg);
	}
	20% {
		transform: rotate(2080deg);
	}
	30% {
		transform: rotate(2280deg);
	}
	100% {
		transform: rotate(2000deg);
	}
}

.animation2 img.sixa {
	-webkit-animation: flash22 8s 0s linear both;
	-moz-animation: flash22 8s 0s linear both;
	animation: flash22 8s 0s linear both;
}

@-webkit-keyframes flash22 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	10% {
		-webkit-transform: rotate(-1680deg);
	}
	20% {
		-webkit-transform: rotate(-2080deg);
	}
	30% {
		-webkit-transform: rotate(-2280deg);
	}
	100% {
		-webkit-transform: rotate(-2000deg);
	}
}

@-moz-keyframes flash22 {
	0% {
		-moz-transform: rotate(0deg);
	}
	10% {
		-moz-transform: rotate(-1680deg);
	}
	20% {
		-moz-transform: rotate(-2080deg);
	}
	30% {
		-moz-transform: rotate(-2280deg);
	}
	100% {
		-moz-transform: rotate(-2000deg);
	}
}

@-ms-keyframes flash22 {
	0% {
		-ms-transform: rotate(0deg);
	}
	10% {
		-ms-transform: rotate(-1680deg);
	}
	20% {
		-ms-transform: rotate(-2080deg);
	}
	30% {
		-ms-transform: rotate(-2280deg);
	}
	100% {
		-ms-transform: rotate(-2000deg);
	}
}

@keyframes flash22 {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(-1680deg);
	}
	20% {
		transform: rotate(-2080deg);
	}
	30% {
		transform: rotate(-2280deg);
	}
	100% {
		transform: rotate(-2000deg);
	}
}

.animation2 h2 {
	/*
		-webkit-animation:flash21 1s 0s linear both;
		-moz-animation:flash21 1s 0s linear both;*/
	animation: flash21 1s 1s linear both;
}


/*@-webkit-keyframes flash2{
		0%{-webkit-transform:rotate(0deg);}
		10%{-webkit-transform:rotate(1680deg);}
		20%{-webkit-transform:rotate(2080deg);}
		30%{-webkit-transform:rotate(2280deg);}
		100%{-webkit-transform:rotate(2000deg);}
	}
@-moz-keyframes flash2{
		0%{-moz-transform:rotate(0deg);}
		10%{-moz-transform:rotate(1680deg);}
		20%{-moz-transform:rotate(2080deg);}
		30%{-moz-transform:rotate(2280deg);}
		100%{-moz-transform:rotate(2000deg);}
	}
@-ms-keyframes flash2{
		0%{-ms-transform:rotate(0deg);}
		10%{-ms-transform:rotate(1680deg);}
		20%{-ms-transform:rotate(2080deg);}
		30%{-ms-transform:rotate(2280deg);}
		100%{-ms-transform:rotate(2000deg);}
	}*/

@keyframes flash21 {
	0% {
		transform: rotate(0);
	}
	/*20%{transform:translate(-220px,0px);}
		30%{transform:translate(-170px,-60px);}
		40%{transform:translate(-130px,0px);}
		50%{transform:translate(-100px,-40px);}
		60%{transform:translate(-70px,0px);}
		70%{transform:translate(-40px,-20px);}
		80%{transform:translate(-20px,0px);}
		90%{transform:translate(-10px,-10px);}*/
	100% {
		transform: rotate(720deg);
	}
}


/*第四屏*/

.animation3 h3,
.animation3 h2,
.animation3 h4 {
	overflow: hidden;
}

.animation3 h3 span,
.animation3 h2 span {
	display: inline-block;
	-webkit-animation: flash3 1s .2s ease both;
	-moz-animation: flash3 1s .2s ease both;
	animation: flash3 .8s 1s ease both;
}

@-webkit-keyframes flash3 {
	0% {
		-webkit-transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes flash3 {
	0% {
		-moz-transform: translateY(100%);
	}
	100% {
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes flash3 {
	0% {
		-ms-transform: translateY(100%);
	}
	100% {
		-ms-transform: translateY(0%);
	}
}

@keyframes flash3 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.animation3 h4 span {
	display: inline-block;
	-webkit-animation: flash4 1s .2s ease both;
	-moz-animation: flash4 1s .2s ease both;
	animation: flash4 .8s 1s ease both;
}

@-webkit-keyframes flash4 {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes flash4 {
	0% {
		-moz-transform: translateY(-100%);
	}
	100% {
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes flash4 {
	0% {
		-ms-transform: translateY(-100%);
	}
	100% {
		-ms-transform: translateY(0%);
	}
}

@keyframes flash4 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.animation3 h6 {
	display: inline-block;
	height: 4px;
	background: #fff;
	width: 700px;
	margin: 20px 0;
	-webkit-animation: flash5 2s .5s ease both;
	-moz-animation: flash5 2s .5s ease both;
	animation: flash5 2s .5s ease both;
}

@-webkit-keyframes flash5 {
	0%,
	100% {
		-webkit-transform: scaleX(0);
	}
	40%,
	60% {
		-webkit-transform: scaleX(1);
	}
}

@-moz-keyframes flash5 {
	0%,
	100% {
		-moz-transform: scaleX(0);
	}
	40%,
	60% {
		-moz-transform: scaleX(1);
	}
}

@-ms-keyframes flash5 {
	0%,
	100% {
		-ms-transform: scaleX(0);
	}
	40%,
	60% {
		-ms-transform: scaleX(1);
	}
}

@keyframes flash5 {
	0%,
	100% {
		transform: scaleX(0);
	}
	40%,
	60% {
		transform: scaleX(1);
	}
}

.shead {
	position: relative;
	text-align: center;
}

.shead>img {
	width: 100%;
}

.caselogo {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
}

.shead>h2 {
	position: absolute;
	top: 190px;
	width: 100%;
	font-size: 36px;
	color: #ffffff
}

.shead>h2 span {
	font-size: 22px;
}

.casenav {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 3;
}

.casenav a {
	color: #fff;
	display: inline-block;
	width: 101px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	background: #019ee4;
	border-radius: 30px;
	margin: 0 28px;
	animation: casenav 1s 0s linear;
}

@keyframes casenav {
	0% {
		transform: translateY(40px);
		opacity: 0
	}
	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

.casecont-wrap {
	background: #eff2f4;
	padding-bottom: 60px;
}

.casecont-wrap ul {
	margin: 0;
}

.product-intro {
	color: #5c5c5c;
	font-size: 24px;
	line-height: 68px;
	padding-top: 10px
}

.product-intro span {
	vertical-align: middle;
}

.product-intro::before {
	width: 6px;
	height: 28px;
	background: #017db4;
	display: inline-block;
	content: " ";
	vertical-align: middle;
	border-radius: 2px;
	margin-right: 5px
}

.casecont h3 {
	color: #333333;
	font-size: 18px;
	padding-left: 16px;
	line-height: 30px
}

.casecont-intro {
	color: #747474;
	padding-left: 16px;
	padding-top: 10px;
}

.case-img {
	margin-top: 15px;
	box-sizing: border-box;
	width: 100%;
}

.cases-box {
	background: #eff2f4
}


.sheader {
	display: block;
	background: transparent;
	left: 0;
	top: 0;
}

.smask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.shead-case h2 {
	font-size: 58px;
	z-index: 3
}

.shead-case h2 strong {
	font-size: 22px;
	font-weight: normal;
}

.list-case-nav {
	bottom: 180px;
}

.list-case-nav a {
	background: #a1a1a1;
	border-radius: 14px;
	margin: 0 5px 5px;
	font-size: 14px;
}

.case-curr {
	background: #019ee4 !important;
}

.scase_ul_hover {
	margin-top: -150px !important;
	position: relative;
	z-index: 4;
	width: 100% !important;
	max-width: 100% !important;
}

.scase_ul_hover li {
	width: 340px !important;
	box-sizing: border-box;
	margin: 0 5px 30px
}


/** 分页 **/

#pages {
	text-align: center;
	color: #666666;
	clear: both;
	margin-top: 40px
}

#pages a,
#pages span {
	display: inline-block;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #d8d8d8;
	margin: 0 2px;
	color: inherit;
}

#pages span {
	background: #009de4;
	border: 1px solid #009de4;
	color: #fff;
}

.news_header {
	display: block;
	position: relative;
	background: url(../images/meng.png) repeat, url(../images/newsheader_bg.jpg) no-repeat center/cover;
	height: 293px;
}

.news_nav_top {
	text-align: center;
	padding-top: 100px;
}

.news_nav_top a {
	display: inline-block;
	width: 93px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #bababa;
	border-radius: 4px;
	margin: 0 18px;
}

.news_nav_top a:hover {
	background: #019ee4;
}


/*新闻*/

.news_list_wrap {
	background: #fff;
}

.news_nav {
	height: 107px;
	line-height: 107px;
	position: relative;
	z-index: 22;
	margin-top: -107px;
}

.news_nav a {
	display: inline-block;
	width: 96px;
	line-height: 29px;
	background: transparent;
	text-align: center;
	color: #fff;
	margin-right: 20px;
	animation: casenav 1s 0s linear;
	border-radius: 4px;
	border: 1px solid #a1a1a1;
}

.news_nav a:news_curr {
	background: #019ee4
}

.news_curr {
	background: #019ee4 !important;
}

.news_list {}

.news_list li {
	border-bottom: 1px solid #d2d2d2;
	padding: 40px 0;
	overflow: hidden;
}

.news_list li:nth-of-type(2n-1) {
	background: #f3f3f3;
}

.news_list li>div>img {
	float: left;
	border: 3px solid #fff;
	/*border-radius: 5px;*/
	box-sizing: border-box;
	width: 230px;
}

.news_list li div.news_list_cont {
	float: left;
	width: 678px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: justify;
}

.news_list li div.news_list_cont h2 a {
	color: #019ee4;
	font-size: 24px;
}

.news_list li div.news_list_cont h2:hover {
	transform: scale(1.02);
	transition: all .2s linear;
}

.news_list li div.news_list_cont h2:hover a {
	color: #01577D;
	transition: all .2s linear;
}

.news_list_author {
	color: #a8b6b6;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.news_list_author span {
	padding-left: 25px;
	padding-right: 16px;
	display: inline-block;
}

.news_list_author span.riqi {
	background: url(../images/riqi.png) no-repeat left center;
	margin-left: 16px;
}

.news_list_author span.liulan {
	background: url(../images/liulan.png) no-repeat left center;
	padding-left: 29px;
}

.news_list_author span.zuozhe {
	background: url(../images/zuozhe.png) no-repeat left center;
}

.news_list li div.news_list_cont .news_list_intro {
	color: #505050;
	line-height: 24px;
	font-size: 16px;
}


/*.news_list li div.news_list_cont>a{display: block;width:104px;line-height:31px;background: #019ee4;color:#fff;text-align: center;border-radius: 5px;margin-top: 15px;}*/


/*.news_list li div.news_list_cont>.bottom{margin-top: 15px;}
.news_list li div.news_list_cont>.bottom>a.more{display: inline-block;width:104px;line-height:31px;background: #019ee4;color:#fff;text-align: center;border-radius: 5px;}
.news_list li div.news_list_cont>.bottom>.keyword{display: inline-block;margin-left: 6px;}
.news_list li div.news_list_cont>.bottom>.keyword>a{display: inline-block;padding: 2px 8px 4px 8px;margin-right: 5px;color: #fff;background: #019ee4;}*/

.news_list li div.news_list_cont>.bottom {
	margin-top: 12px;
	padding-left: 15px;
	background: url(../images/tag.png) no-repeat left center;
}

.news_list li div.news_list_cont>.bottom>a {
	display: inline-block;
	color: #019ee4;
	margin-left: 10px;
	font-size: 14px;
}

.news_list li div.news_list_cont>.bottom>a:hover {
	text-decoration: underline;
}

.news_list li .date {
	float: right;
	width: 92px;
	height: 140px;
	background: #017db4;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.news_list li .date p {
	background: #019ee4;
	line-height: 56px;
	border-radius: 5px;
	font-size: 30px;
}

.news_list li .date span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px
}


/*新闻详情*/

.pagenewstop-wrap {
	overflow: hidden;
}

.pagenewstop {
	text-align: center;
}

.pagenewstop h2 {
	color: #555555;
	font-size: 24px;
	margin-top: 18px;
	padding: 6px 0 20px 0;
	position: relative;
	border-bottom: 1px solid #c9c9c9;
	text-align: left;
}

.pagenewstop h2 div {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 14px;
}

.catpos a {
	color: #555;
}

.pagenewstop h3 {
	font-size: 20px;
	color: #333;
	padding-top: 48px;
	border-top: 1px solid #fff;
}

.fenxiang {
	color: #a8b6b6;
}

.page_news_cont {
	color: #6d6d6d;
	margin-top: 30px;
	line-height: 32px;
	overflow: hidden;
	font-size: 18px;
}

.prevpage a,
.nextpage a {
	display: inline-block;
	padding: 10px 24px;
	background: #3f9bfb;
	color: #fff;
	border-radius: 5px
}

.prevpage {
	margin: 20px 0 10px 0;
}

.goback-newslist {
	float: right;
}

.bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}

.bdsharebuttonbox>a:last-of-type {
	margin-right: 0;
}

.news_Recommend {
	background: #fff;
}

.news_Recommend>.content {
	width: 1000px;
	margin: 0 auto;
	padding: 54px 0;
}

.news_Recommend>.content>.tit {
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
}

.news_Recommend>.content>.tit>span {
	display: inline-block;
	width: 54px;
	height: 4px;
	background: #3f9bfb;
}

.news_Recommend>.content>ul {}

.news_Recommend>.content>ul>li {
	width: 470px;
	float: left;
	margin-bottom: 8px;
}

.news_Recommend>.content>ul>li:nth-of-type(2n) {
	float: right;
}

.news_Recommend>.content>ul>li>a {
	color: #6d6d6d;
	font-size: 16px;
	text-align: justify;
	transition: all 0.3s;
	max-width: 80%;
	overflow: hidden;
	display: inline-block;
	height: 19px;
}

.news_Recommend>.content>ul>li>a:hover {
	color: #3f9bfb;
}

.news_Recommend>.content>ul>li>span {
	font-size: 14px;
	color: #999;
}


/*联系侧边栏*/

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.xuanfu {
	width: 55px;
	height: 255px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -127px;
	z-index: 11111;
	display: none;
}

.xf_top {
	width: 55px;
	height: 212px;
	background: url(../images/xfbg.png) no-repeat;
	padding: 6px 0px;
}

.xf_bot {
	width: 39px;
	height: 21px;
	background: url(../images/xfbg2.png) no-repeat;
	bottom: 0px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}

.xf_bot div div {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: url(../images/xfanniu1.png) no-repeat center center;
	top: 50%;
	margin-top: -5px;
	left: 22px;
}

.xf_bot div div.gb {
	height: 3px;
	margin-top: -1px;
	left: 7px;
	border-radius: 0px;
	background: #f19f1c;
}

.xf_top_k {
	height: 54px;
	cursor: pointer;
}

.xftb {
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -15px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.xf_top_k_nr {
	width: 154px;
	height: 46px;
	top: 4px;
	right: -154px;
}

.xf_top_k1 {
	width: 154px;
	height: 46px;
	background: url(../images/xfbg3.png) no-repeat;
	font-size: 12px;
}

.xf_topknrl {
	top: 50%;
	margin-top: -13px;
	left: 10px;
}

.xf_topknrr {
	width: 100px;
	height: 46px;
	left: 10px;
	top: 50%;
	margin-top: -23px;
}

.xf_ewm {
	top: 50%;
	margin-top: -48px;
}

.xf_nr1 {
	line-height: 46px;
	padding-left: 10px;
}

.xf_nr1 a {
	color: #fff;
	font-size: 16px;
}

.xf_nr2 {
	color: #fff;
	padding-top: 6px;
	height: 40px;
	line-height: 16px;
}

.xf_nr3 {
	background: none!important;
}

.xf_nr1 span {
	color: #fff;
	font-size: 16px;
}

.casecont img {
	max-width: 84%;
}

.page_news_cont img {
	max-width: 100%
}

.foot_div2 {
	display: none
}

@media (max-width: 1200px) {
	.case-top-right {
		font-size: 150px;
	}
	.case-top-left-top {
		font-size: 38px;
	}
	.case-top-left-bottom {
		font-size: 28px;
	}
	.casecont-wrap>div {
		width: 100%;
	}
	.shead>h2 {
		top: 137px;
		font-size: 40px;
	}
	.shead>h2 span {
		display: none
	}
}

@media (max-height: 620px) {
	.case ul li div.auto {
		display: none
	}
}

.xiangying_anli {
	display: none
}


/*响应整体布局*/


/*横屏ipad*/

@media (max-width: 1080px) {
	.page_news_cont {
		font-size: 16px;
		text-align: initial;
	}
	.casecont-wrap {
		padding: 0 4% 20px 4%;
	}
	.news_list_wrap {
		padding: 0 0 20px 0;
	}
	.scase_ul_hover {
		margin-top: 30px !important
	}
	.head ul,
	.header ul {
		width: 50px;
		background: #3a3a3a;
		position: fixed;
		right: -67px;
		transition: all .2s linear;
		padding-top: 24px;
		margin-top: 21px;
		border: 1px solid #000;
		border-right: none
	}
	.head ul li a,
	.header ul li a {
		color: #ccc;
		font-size: 12px;
		letter-spacing: 2px;
	}
	.head ul li,
	.header ul li {
		margin: 0;
	}
	.hotline {
		right: 90px;
	}
	.xiangying_nav {
		display: block;
	}
	.six {
		width: 340px;
		height: 340px;
		margin-left: -170px
	}
	.six hgroup {
		padding-top: 62px;
	}
	.six h3 {
		font-size: 26px;
	}
	.six h2 {
		font-size: 40px;
	}
	.six h4 {
		font-size: 18px;
	}
	.server_cont .server_img {
		width: 120px;
		height: 120px;
	}
	.case-top {
		width: 100%;
	}
	.scase_ul_hover li {
		width: auto !important;
		box-sizing: border-box;
	}
	.case ul li a {
		width: 230px;
	}
	.case ul li a>img {
		width: 100%;
		height: auto;
	}
	.case ul li:hover div.show img {
		margin: 54px auto 0;
	}
	.case_ul_wrap {
		top: 50%;
		bottom: auto;
	}
	.teachshow {
		position: absolute;
		top: 50%;
		padding-top: 0 !important;
		margin-top: -135px;
		width: 100%;
	}
	.mr_frUl {
		width: 100%;
	}
	.width_1000 {
		width: 100%
	}
	.mr_frUl .tempWrap {
		width: 500px !important;
		margin: 0 auto;
	}
	.mr_frBtnL,
	.mr_frBtnR {
		display: block;
	}
	.news-list {
		width: 80%;
		margin-left: -40%
	}
	.v_out_p {
		width: 800px;
	}
	.v_show {
		width: 651px;
	}
	.cont-left {
		margin-left: 60px;
	}
	.cont-cont>img {
		margin-right: 60px;
		margin-top: -238px;
	}
	.connect {
		margin-top: 0
	}
	.sheader .hotline {
		right: 25px;
	}
	.shead-case h2 {
		font-size: 34px;
		top: 132px;
	}
	.shead>h2 span {
		font-size: 16px;
	}
	.news_nav_top {
		position: absolute;
		top: -14px;
		width: 100%
	}
	.list-case-nav {
		bottom: 10px;
	}
	.case ul {
		width: 220px;
	}
	.scase_ul_hover li {
		margin: 0 0 30px 0;
	}
	.news_Recommend>.content {
		padding: 5% 4%;
		width: 92%;
	}
	.news_Recommend>.content>ul>li {
		width: 100%;
	}
	.news_Recommend>.content>.tit {
		margin-bottom: 5%;
	}
	.bdshare-button-style0-32 .bds_renren {
		display: none;
	}
	.footer {
		height: 125px;
	}
	.footer img {
		margin-top: 25px !important
	}
}

@media (max-width: 1080px) and (orientation: landscape) {
	.case ul li a {
		width: 100%;
	}
	.mr_frUl .tempWrap {
		width: 760px !important;
	}
	.mr_frBtnL,
	.mr_frBtnR {
		top: 20px;
	}
}


/*竖屏ipad*/

@media (max-width: 900px) and (orientation: portrait) {
	.news-list {
		width: 60%;
		margin-left: -30%
	}
	.news-list a {
		width: 50% !important;
	}
	.news-list a:nth-of-type(1) {
		width: 100% !important;
	}
	.pic-cont {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 50%;
		margin-left: -279px;
		padding-top: 0
	}
	.v_out_p {
		width: 558px;
	}
	.v_show {
		width: 434px;
	}
	.cont-left {
		width: 360px;
		margin-top: 136px;
		margin-left: 15px;
	}
	.connect img,
	.address img,
	.email img {
		width: 62px;
	}
	/*.address div, .email div{ font-size: 14px;}*/
	.cont-cont>img {
		height: 370px;
		margin-top: -185px;
		margin-right: 15px;
	}
	.mr_frUl {
		width: 733px;
	}
	.mr_frUl .tempWrap {
		width: 480px !important;
	}
	/*.case ul li {width:230px !important;}*/
	.case ul li a {
		width: 100%
	}
	.mr_frBtnL,
	.mr_frBtnR {
		top: 0;
	}
	.shead>h2 {
		top: 125px;
	}
	.news_list li div.news_list_cont {
		width: 423px;
	}
	.news-list a:nth-of-type(5),
	.news-list a:nth-of-type(4) {
		display: none;
	}
}

@media (max-width: 929px) {
	.foot_div1 {
		display: none
	}
	.foot_div2 {
		display: block;
	}
	.footer {
		height: 67px;
	}
	#num_3>div.team>p {
		display: none;
	}
	.fenxiang {
		display: none;
	}
}


/*横屏iphone6*/

@media (max-height: 550px) and (max-width: 929px) and (orientation: landscape) {
	.fangan {
		margin-top: -54px;
	}
	.fangan h3,
	.fangan h4 {
		font-size: 18px;
	}
	.fangan h2 {
		font-size: 24px;
	}
	.animation3 h6 {
		width: 400px;
		margin: 10px 0;
	}
	.fangan h5 a {
		margin-top: 12px;
	}
	.fengxian {
		width: 390px;
		height: 232px;
		margin-left: -195px;
		margin-top: -143px;
	}
	.fengxian img {
		width: 140px;
		left: 50%;
		margin-left: -70px;
		top: 50%;
	}
	.fengxian hgroup h3 {
		font-size: 18px;
	}
	.fengxian hgroup h2 {
		font-size: 20px;
		line-height: 30px
	}
	.fengxian hgroup h4 {
		font-size: 12px;
	}
	.fengxian hgroup {
		padding-top: 134px;
	}
	.six {
		width: 200px;
		height: 200px;
		left: 50%;
		margin-left: -100px;
		top: 50%;
		margin-top: -66px;
	}
	.six hgroup {
		padding-top: 26px;
	}
	.six h3 {
		font-size: 16px;
	}
	.six h2 {
		font-size: 26px;
	}
	.six h4 {
		font-size: 12px;
	}
	.server_cont>p {
		font-size: 15px
	}
	.server_cont .server_img {
		width: 70px;
		height: 70px;
	}
	.server_cont .server_img img {
		width: 50px;
		height: 40px;
		margin-top: 18px;
	}
	.server_cont .server_intro {
		font-size: 12px;
		line-height: 16px
	}
	.server ul li:hover .server_cont .server_intro {
		bottom: 80px;
	}
	.case-top-right {
		font-size: 36px;
	}
	.case-top-left-top,
	.case-top-left-bottom {
		font-size: 12px;
	}
	.case-bottm a {
		font-size: 12px;
		line-height: 18px;
	}
	.case-bottm {
		width: 56px;
		height: 18px;
		bottom: 2%;
	}
	.case-top-right sup {
		top: 0;
	}
	.case ul {
		width: 28%;
	}
	.case ul li a>img {
		width: 100%;
		height: auto;
	}
	.case ul li a div.show {
		height: 100%;
	}
	.case ul li:hover div.show img {
		margin: 30px auto 0;
	}
	.case_ul_wrap {
		top: 46%;
	}
	#num_3 .mr_frUl ul li a {
		height: 110px;
	}
	.mr_frUl .tempWrap {
		width: 484px !important;
	}
	.mr_frUl ul li>div h4 {
		font-size: 12px;
		line-height: 22px
	}
	.mr_frUl ul li {
		width: 161px !important;
	}
	#num_3 .mr_frUl ul li a img {
		height: 111px;
		left: 31px !important;
	}
	#num_3 .mr_frUl ul li:nth-of-type(2n) {
		padding-top: 0
	}
	#num_3 .mr_frUl ul li div p {
		display: none;
	}
	.title {
		padding: 5px;
	}
	.title img {
		width: 150px;
	}
	.teachshow {
		margin-top: -6px;
	}
	.mr_frBtnL,
	.mr_frBtnR {
		padding: 70px 9px 0 !important;
		top: -26px !important;
		left: 0;
		width: 30px;
		width: 20px;
		height: 40px;
	}
	.mr_frBtnR {
		left: auto;
		right: 0 !important;
	}
	.v_out_p {
		width: 557px;
	}
	.pic-cont {
		padding-top: 0px !important;
	}
	.v_show {
		width: 445px;
		margin: 0 auto;
		float: none;
		display: inline-block;
	}
	.next {
		float: right;
	}
	.v_cont ul li {
		width: 650px;
	}
	.pic-cont ul li span {
		width: auto;
		height: auto;
	}
	.v_cont ul li img {
		width: 105px;
		height: auto;
	}
	.cont-cont>img {
		margin-top: -119px !important;
		height: 178px !important;
	}
	.connect img,
	.address img,
	.email img {
		width: 28px !important;
	}
	.connect img,
	.connect div,
	.address img,
	.address div,
	.email img,
	.email div {
		line-height: 16px !important;
		margin-top: 2px;
	}
	.prev,
	.next {
		padding-top: 35px;
	}
	.cont-left {
		width: 270px;
	}
	.connect img,
	.address img,
	.email img {
		width: 38px;
	}
	.connect img,
	.connect div,
	.address img,
	.address div,
	.email img,
	.email div {
		font-size: 12px;
	}
	.connect {
		margin-top: 30px;
	}
	.address,
	.email {
		margin-top: 5px;
	}
	.xuanfu {
		display: none;
	}
	.news-list {
		bottom: 23%;
		width: 74%;
		margin-left: -37%;
	}
	.cont-left {
		margin-left: 10px
	}
	.case ul li div.auto {
		display: none;
	}
	.list-case-nav {
		display: none;
	}
	.cases ul li {
		width: 235px !important;
	}
	.cases ul li a {
		width: 100%
	}
	.shead>h2 {
		top: 105px;
		font-size: 28px;
	}
	.shead>h2 span {
		font-size: 14px;
	}
	.caselogo {
		top: 30px;
	}
	.news_list li div.news_list_cont {
		width: 100%
	}
	.news_list li {
		position: relative;
		padding: 14px 0;
	}
	.news_list li .date {
		position: absolute;
		right: 24px;
		top: 24px;
	}
	.news_list li div.news_list_cont>a {
		float: right;
	}
	.prev,
	.prev a,
	.next,
	.next a {
		width: 20px;
		height: 40px;
		background-size: cover
	}
	.news-list img {
		height: 70px;
	}
	.news-list-in a:nth-of-type(1) img {
		height: 140px !important;
		display: none;
	}
	.news_nav {
		display: none;
	}
	.news_header {
		height: 216px;
	}
	#num_3>div.team>p {
		display: none;
	}
}


/*横屏iphone5*/

@media (max-width: 580px) and (orientation: landscape) {
	.logo img {
		width: 219px;
	}
	.logo {
		left: 14px;
	}
	.connect {
		margin-top: 0px !important;
	}
	.address,
	.email {
		margin-top: 0
	}
	.connect img,
	.address img,
	.email img {
		width: 28px !important;
	}
	.connect img,
	.connect div,
	.address img,
	.address div,
	.email img,
	.email div {
		line-height: 16px !important;
		margin-top: 2px;
	}
	.cont-cont>img {
		height: 136px !important;
		margin-top: -100px !important;
	}
	.footer img {
		margin: 9px !important;
	}
	.pages a,
	.pages span {
		margin: 0;
	}
	.list-case-nav {
		display: none
	}
	.news_nav_top a {
		width: 70px;
		line-height: 24px;
	}
	.shead-case h2 {
		top: 90px !important;
		font-size: 18px !important;
	}
	.shead>h2 span {
		font-size: 12px;
	}
	.pages a,
	.pages span {
		width: 20px;
		padding: 0 3px;
	}
	.news_nav_top a {
		width: 58px;
		line-height: 19px;
		font-size: 14px;
	}
	.shead-case h2 {
		font-size: 16px !important;
	}
	.casenav {
		bottom: 20px;
	}
	.case ul li div.auto {
		display: none
	}
	.news-list img {
		height: 70px;
	}
	.news-list-in a:nth-of-type(1) img {
		height: 140px !important;
		display: none;
	}
	.news_list_wrap>div {
		display: none;
	}
	.news_header {
		height: 174px;
	}
	#num_3>div.team>p {
		display: none;
	}
}


/*横屏iphone4*/

@media (max-width: 500px) and (orientation: landscape) {
	.v_out_p {
		width: 411px;
	}
	.v_show {
		width: 287px;
	}
	.cont-cont>img {
		margin-right: 20px;
	}
	.cases ul li {
		width: 183px !important;
	}
	.mr_frUl {
		width: 388px;
	}
	.caselogo {
		top: 15px;
	}
	.caselogo img {
		width: 30px;
	}
	.shead>h2 {
		top: 55px;
		font-size: 18px;
	}
	.casecont-wrap>div {
		text-align: center;
	}
	.news_nav a {
		margin: 0 10px;
	}
	.prevpage a,
	.nextpage a {
		margin-top: 20px;
	}
	#num_3>div.team>p {
		display: none;
	}
}


/*竖屏iphone6*/

@media (max-width: 460px) {
	.index_mask div {
		width: 315px;
		height: 200px;
	}
	.logo img {
		width: 219px;
	}
	.server ul li {
		overflow: hidden;
	}
	.logo {
		left: 14px;
	}
	.hotline {
		width: auto;
		position: relative;
		top: 0;
		right: 22px;
	}
	.hotline.indexhotline {
		right: 56px;
	}
	.hotline img {
		margin-top: 0;
	}
	.hotline span {
		display: none;
	}
	.fangan {
		height: auto;
	}
	.fangan h3 {
		font-size: 20px;
	}
	.fangan h2 {
		font-size: 24px;
	}
	.fangan h4 {
		font-size: 16px;
		max-width: 80%;
		margin: 0 auto;
	}
	.fangan h6 {
		width: 90%;
		margin: 10px 0;
	}
	.fengxian {
		width: 290px;
		height: 232px;
		margin-left: -145px;
		margin-top: -126px;
	}
	.fengxian img {
		width: 200px;
		left: 45px;
		top: 30px;
	}
	.fengxian hgroup {
		padding-top: 75px;
	}
	.fengxian hgroup h3 {
		font-size: 24px;
	}
	.fengxian hgroup h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.fengxian hgroup h4 {
		font-size: 14px;
	}
	.six {
		width: 200px;
		height: 200px;
		margin-left: -100px;
		margin-top: -66px;
		left: 50%;
	}
	.animation2 {
		animation: flashs .8s .3s linear both;
	}
	@keyframes flashs {
		0% {
			left: -45%;
		}
		100% {
			left: 50%;
		}
	}
	.news-list-in a img {
		width: 100% !important;
		height: 79px !important;
	}
	.news-list-in a:nth-of-type(1) img {
		height: 158px !important;
	}
	.title {
		padding: 3% 10px;
	}
	.xuanfu {
		display: none;
	}
	.six hgroup {
		padding-top: 40px;
	}
	.six h3 {
		font-size: 18px;
	}
	.six h2 {
		font-size: 24px;
	}
	.six h4 {
		font-size: 12px;
	}
	.server ul li {
		float: none;
		height: auto;
		width: 204px;
		padding: 8px 0;
		margin: 0 auto;
	}
	.server ul li>img {
		display: none;
	}
	.server_cont .server_img {
		float: left;
	}
	.server ul li.active .server_img,
	.server ul li:hover .server_img {
		top: 0;
	}
	.server ul li:hover .server_cont>p {
		top: 0;
	}
	.server ul li:hover .server_cont .server_intro {
		bottom: 0;
	}
	.server ul {
		padding-top: 67px;
	}
	.server_cont .server_img {
		height: 80px;
		width: 80px;
	}
	.server_cont .server_img img {
		width: 60px;
		height: 50px;
		margin-top: 18px;
	}
	.server_cont>p {
		padding: 5px 0 0 110px;
		text-align: left;
		top: 21px;
	}
	.server_cont .server_intro {
		line-height: auto;
		display: none
	}
	.case-top-right {
		font-size: 70px;
	}
	.case-top-left-top,
	.case-top-left-bottom {
		font-size: 20px;
	}
	.case-top-right {
		font-size: 58px;
	}
	.case-top-right sup {
		top: -15px;
	}
	.case_ul_wrap {
		display: none
	}
	.xiangying_anli {
		display: block;
	}
	.cont-right-out {
		transform: scale(1);
		opacity: 1
	}
	.mr_frBtnL,
	.mr_frBtnR {
		left: 0;
		top: 80px;
		width: 20px;
		height: 40px;
	}
	.mr_frBtnR {
		right: 0 !important;
		left: auto;
	}
	.teachshow {
		top: 60%;
	}
	.case ul li a>img {
		width: 100%;
		height: auto;
	}
	.mr_frUl {
		width: 250px;
		margin: 0 auto;
	}
	.mr_frUl1 {
		width: 250px;
		margin: 0 auto;
	}
	.mr_frUl1 ul li {
		margin: 0 2px;
		width: 230px;
	}
	.mr_frUl1 .tempWrap {
		margin: 0 auto;
	}
	#num_3 .mr_frUl ul li:nth-of-type(2n) {
		padding-top: 0
	}
	.news-list {
		width: 70%;
		margin-left: -35%
	}
	.pic-cont {
		margin-left: -164px;
	}
	.v_out_p {
		width: 344px;
	}
	.v_show {
		width: 211px;
	}
	.v_cont {
		display: none;
	}
	.v_cont1 {
		display: block;
	}
	.v_cont1 ul li {
		width: 211px;
	}
	.pic-cont ul li span {
		width: 100%;
		box-sizing: border-box;
	}
	.pic-cont ul li span img {
		width: 100%;
	}
	.cont-cont>img {
		display: none;
	}
	.cont-left {
		margin-top: 36px;
	}
	.address,
	.email {
		margin-top: 10px;
	}
	.email>.addr-big {
		width: 282px;
	}
	.case ul li div.auto {
		display: block;
	}
	.case ul li a {
		width: 100%;
	}
	.cases ul li {
		width: 300px !important;
	}
	.casenav {
		bottom: 10px;
	}
	.caselogo {
		top: 10px;
	}
	.caselogo img {
		width: 28px;
	}
	.shead>h2 {
		top: 40px;
		font-size: 14px;
	}
	.footer img {
		margin: 9px !important;
	}
	.news_nav {
		line-height: 54px;
	}
	.news_header {
		height: 140px;
	}
	.news_nav_top a {
		width: 76px;
		line-height: 26px;
	}
	.news_list li div.news_list_cont {
		width: 100%;
		padding-top: 15px;
	}
	.news_list li {
		position: relative;
		padding: 14px 0;
	}
	.news_list li .date {
		width: 76px;
		height: 154px;
		position: absolute;
		right: 4px;
		top: 20px;
	}
	.news_list li div.news_list_cont>a {
		float: right;
	}
	.pages a,
	.pages span {
		margin: 0;
	}
	.pagenewstop h2 div {
		text-align: left;
		width: 100%;
		top: -2px;
	}
	.pagenewstop h2 span {
		display: none;
	}
	.prevpage a,
	.nextpage a {
		margin-top: 20px;
	}
	.list-case-nav {
		display: none
	}
	.casenav {
		/*display: none;*/
	}
	.casenav a {
		border: 1px solid #bababa;
		border-radius: 4px;
		background: transparent;
	}
	.shead>h2 {
		top: 41px;
	}
	.shead-case>h2 {
		top: 55px;
	}
	.shead>h2 span {
		font-size: 12px;
	}
	.connect {
		margin-top: 0
	}
	.news-list a:nth-of-type(4),
	.news-list a:nth-of-type(5) {
		display: none
	}
	.cont-left {
		margin-top: 0
	}
	#pages a,
	#pages span {
		padding: 0 5px;
	}
	.news_nav {
		display: none;
	}
	#num_3>div.team>p {
		display: none;
	}
	.pagenewstop h3 {
		padding-top: 20px;
	}
	.news_list li>div>img,
	.news_list li .date {
		display: none;
	}
	.news_list li div.news_list_cont h2 a {
		font-size: 18px;
	}
	.news_list li div.news_list_cont .news_list_intro {
		font-size: 14px;
	}
	.prev,
	.next {
		padding: 0;
	}
}


/*竖屏iphone5*/

@media (max-width: 320px) {
	.logo img {
		width: 219px;
	}
	.logo {
		left: 14px;
	}
	.server_cont .server_img {
		width: 65px;
		height: 65px;
	}
	.server_cont .server_img img {
		width: 50px;
		height: 40px;
	}
	.server_cont>p {
		top: 17px;
	}
	.connect img,
	.address img,
	.email img {
		width: 50px;
	}
	.connect img,
	.connect div,
	.address img,
	.address div,
	.email img,
	.email div {
		font-size: 14px;
	}
	.mr_frBtnL,
	.mr_frBtnR {
		width: 20px;
		height: 40px;
	}
	.casenav a {
		width: 83px;
		height: 21px;
		background-size: cover;
		line-height: 21px;
		font-size: 12px;
	}
	.footer img {
		margin: 9px !important
	}
	.news_list li>div>img {
		width: 200px;
		min-height: 152px
	}
	.news_list li .date {
		top: 20px;
	}
	.pages a,
	.pages span {
		width: 22px;
	}
	.casecont-wrap>div {
		text-align: center;
	}
	.news_nav a {
		margin: 0 10px;
	}
	.pagenewstop h2 div {
		display: none
	}
	/*.pagenewstop h3{margin-top: 20px}*/
	.prevpage a,
	.nextpage a {
		margin-top: 20px;
	}
	.news_nav_top a {
		margin: 0 10px;
	}
	.pagenewstop h2 {
		margin-top: 6px;
	}
	.casenav {
		display: none
	}
	.shead-case>h2 {
		top: 60px;
	}
	.shead-case>h2 span {
		font-size: 12px;
	}
	.shead>h2 span {
		font-size: 12px;
	}
	.news_nav_top a {
		width: 58px;
		line-height: 19px;
		font-size: 14px;
	}
	.connect {
		margin-top: 0;
	}
	.server_cont .server_intro {
		display: none;
	}
	.mr_frUl .tempWrap {
		width: 238px !important;
	}
	.news_header .hotline {
		right: 20px !important;
	}
	.news_header {
		height: 130px;
	}
	.news_list_wrap>div {
		display: none
	}
	.news_list li .date {
		width: 58px;
	}
	.news_list li>div>img {
		margin-left: 7px;
	}
	.news_list li .date {
		height: 140px;
		right: 7px;
	}
	.news_list li div.news_list_cont {
		padding: 0 7px;
	}
	#pages a,
	#pages span {
		padding: 0 2px;
		margin-bottom: 5px;
	}
	.news_list li div.news_list_cont h2 a {
		font-size: 18px;
	}
	.news_list li div.news_list_cont .news_list_intro {
		font-size: 12px;
	}
	.news_list_author {
		font-size: 12px;
	}
	.news_list li div.news_list_cont>a {
		width: 100%;
		margin-top: 0
	}
	.pagenewstop h2 {
		text-align: center !important;
	}
	.pagenewstop h3 {
		font-size: 18px;
	}
	.prevpage a,
	.nextpage a {
		padding: 5px 15px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		margin-top: 6px;
	}
	.prevpage {
		margin: 20px 0 0 0;
	}
	#num_3>div.team>p {
		display: none;
	}
}


/*竖屏iphone4*/

@media (max-height: 480px) and (max-width: 320px) {
	.teachshow {
		top: 45%;
		margin-top: -53px
	}
	.mr_frBtnL,
	.mr_frBtnR {
		top: 0 !important;
	}
	#num_3 .mr_frUl ul li div p {
		display: block;
	}
	.news-list {
		width: 70%;
		margin-left: -35%;
	}
	.prev,
	.next {
		padding-top: 68px;
	}
	.pic-cont {
		top: 43%;
	}
	.cont-left {
		width: 100%;
	}
	.news_nav_top a {
		margin: 0 8px;
	}
	.prevpage a,
	.nextpage a {
		margin-top: 20px;
	}
	.pagenewstop h2 div {
		display: none
	}
	.pagenewstop h3 {
		margin-top: 10px;
	}
	.news_nav_top a {
		width: 58px;
		line-height: 19px;
		font-size: 14px;
	}
	.news-list-in a:nth-of-type(1) img {
		display: none;
	}
	#num_3>div.team>p {
		display: none;
	}
}

@media (max-height: 680px) and (orientation: landscape) {
	.server ul li>img {
		width: 80%;
	}
	.server ul li.active .server_img,
	.server ul li:hover .server_img {
		top: -90px;
	}
	.server ul li:hover .server_cont>p {
		top: -90px;
	}
	.server ul li:hover .server_cont .server_intro {
		bottom: 106px;
	}
	.news-list {
		/*bottom: 13%;*/
	}
	.pic-cont {
		padding-top: 50px;
	}
	.connect img,
	.address img,
	.email img {
		width: 58px;
	}
	.cont-cont>img {
		height: 416px;
		margin-top: -208px;
	}
	.connect {
		margin-top: 20px;
	}
	.news_nav_top {
		padding-top: 100px
	}
	.shead>h2 {
		top: 133px;
	}
	.mr_frBtnL,
	.mr_frBtnR {
		top: 0;
	}
	.teachshow {
		padding-top: 40px !important
	}
	#num_3>div.team>p {
		display: none;
	}
	.mr_frBtnR {
		right: -23px;
	}
	.mr_frBtnL {
		left: -23px;
	}
	.mr_frBtnL,
	.mr_frBtnR {
		width: 20px;
		height: 40px;
	}
}

#newBridge {
	display: none !important;
}


/*我们的设计流程*/

.sectionTit {
	/*padding-top: 100px;*/
	text-align: center;
	/*padding-bottom: 60px;*/
	transition: 0.5s;
}

.sectionTit h6 {
	font-size: 48px;
	font-family: "webfont";
	color: #333;
	text-align: left;
	/*margin-left: 56px;*/
	-webkit-text-stroke-width: 0.2px;
	-webkit-font-smoothing: antialiased;
}

.sectionTit span {
	display: block;
	width: 215px;
	height: 9px;
	background: url(../images/line.png) no-repeat;
	margin: 20px auto;
}

.sectionTit p {
	margin-top: 12px;
	font-size: 18px;
	color: #000;
	width: 770px;
	margin-left:10px;
	text-align: left;
}

.sectionTit1,
.sectionTit2,
.sectionTit3,
.sectionTit4,
.sectionTit5,
.sectionTit6 {
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px);
	opacity: 0;
}

.sectionTit1.secAdd,
.sectionTit2.secAdd,
.sectionTit3.secAdd,
.sectionTit4.secAdd,
.sectionTit5.secAdd,
.sectionTit6.secAdd {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.sectionTit2{
	  margin-top: 10px;
}

.section4 {
	margin-top: 50px;
	height: 100%;
	/*background: url(../images/secbg3.jpg) no-repeat;*/
	background-size: cover;
	width: 100%;
	/*overflow: hidden;*/
}

.DesignBox {
	width: 1200px;
	margin: 110px auto 0;
}

.DesignCont {
	margin-bottom: 40px;
}

.DesignCont .designItem {
	float: left;
	transition: all 0.3s 0.3s;
	cursor: pointer;
	max-width: 195px;
	position: relative;
}


/*.DesignCont .designItem img {
	width: 100%;
}*/

.line {
	float: left;
	width: 96px;
	height: 30px;
	margin-top: 80px;
	transition: 0.2s;
	margin-left: -22px;
	background:url(../picture/jian.png) no-repeat;
	background-size: 30px 22px;
	position: relative;
	left: 34px;
}

.line_x {
	float: left;
	width:130px;
	height: 30px;
	margin-top: 80px;
	transition: 0.2s;
	margin-left: -22px;
	background:url(../images/dui.png) no-repeat;
	background-size: 30px 22px;
	position: relative;
	left: 34px;
}

.designItem2 {
	margin-left: -22px;
}

.designItem3 {
	margin-left: -22px;
}

.designItem4 {
	margin-left: -22px;
}

.designItem5 {
	margin-left: -22px;
}

.designItem img {
	transition: 1s;
}

.designItem:hover img {
	/*-webkit-animation: hover 2s forwards;
	animation: hover 2s forwards;*/
	transform: scale(1.2) !important;
}

@-webkit-keyframes hover {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	40% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	60% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hover {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1.1);
	}
	40% {
		transform: scale(0.9);
	}
	60% {
		transform: scale(1.05);
	}
	80% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(1);
	}
}

.DesignCont .designItem3 {
	opacity: 0;
	transition: 0.4s 0.3s;
}

.DesignCont.DesActive .designItem3 {
	opacity: 1;
}

.DesignCont .line2 {
	opacity: 0;
	-webkit-transform: translateX(70PX);
	transform: translateX(70PX);
	transition-delay: 0.8s;
}

.DesignCont.DesActive .line2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .line3 {
	opacity: 0;
	-webkit-transform: translateX(-70PX);
	transform: translateX(-70PX);
	transition-delay: 0.8s;
}

.DesignCont.DesActive .line3 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .designItem2 {
	opacity: 0;
	-webkit-transform: translateX(70PX);
	transform: translateX(70PX);
	transition-delay: 1.2s;
}

.DesignCont.DesActive .designItem2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .designItem4 {
	opacity: 0;
	-webkit-transform: translateX(-70PX);
	transform: translateX(-70PX);
	transition-delay: 1.2s;
}

.DesignCont.DesActive .designItem4 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .line1 {
	opacity: 0;
	-webkit-transform: translateX(70PX);
	transform: translateX(70PX);
	transition-delay: 1.6s;
}

.DesignCont.DesActive .line1 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .line4 {
	opacity: 0;
	-webkit-transform: translateX(-70PX);
	transform: translateX(-70PX);
	transition-delay: 1.6s;
}

.DesignCont.DesActive .line4 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .designItem1 {
	opacity: 0;
	-webkit-transform: translateX(70PX);
	transform: translateX(70PX);
	transition-delay: 2s;
}

.DesignCont.DesActive .designItem1 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	position: relative;
	top:0px;
}

.designItem.designItem {
	width:13%;
}

.DesignCont .designItem5 {
	opacity: 0;
	-webkit-transform: translateX(-70PX);
	transform: translateX(-70PX);
	transition-delay: 2s;
}

.DesignCont.DesActive .designItem5 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.DesignCont .designItem6 {
	opacity: 0;
	-webkit-transform: translateX(-70PX);
	transform: translateX(-70PX);
	transition-delay: 2s;
}

.DesignCont.DesActive .designItem6 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}



.DesignImg {
	margin: 10px auto;
	width: 80%;
	max-width: 435px;
	display: none;
}

.DesignImg img {
	width: 100%;
}
.c_more {
	width: 168px;
	height: 38px;
	position: absolute;
	left: 50%;
	margin-left: -84px;
	bottom: 110px;
}
.c_more1 {
	width:254px;
	height:50px;
	position: absolute;
	left: 50%;
	margin-left:-127px;
	bottom:180px;
}
.see_more {
	width: 168px;
	height: 38px;
	border: solid 1px #bfbfbf;
	border-radius: 20px;
	line-height: 38px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #d9d9d9;
	font-size: 14px;
	/*margin-top: 25px;*/
	/*position: relative;*/
	vertical-align: middle;
	transition: 1s;
	/*-webkit-transform: translateZ(0);
	transform: translateZ(0);*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	/*-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;*/
}

.see_more {
	width:254px;
	height:50px;
	border: solid 1px #fdd96e;
	border-radius:30px;
	line-height:50px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #373737;
	font-size:24px;
	vertical-align: middle;
	transition: 1s;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.see_more:hover {
	transform: scale(1.1) !important;
}

/*.see_more1 {
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	opacity: 0;
	transition: 0.5s;
	margin-top: 90px !important;
}*/

.see_more1.seeActive {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

footer {
	width: 100%;
	height: 396;
	z-index: 1098;
}

footer .f_top {
	width: 100%;
	height: 322px;
	background: url(../picture/f_top.png) repeat-x;
}

footer .f_top .er_code {
	float: left;
	width: 764px;
	height: 322px;
}

footer .f_top .f_nav {
	float: left;
	width: 436px;
	height: 322px;
}

.f_bom {
	width: 100%;
	height: 54px;
	padding-top: 20px;
	background: #1a1a1a;
}

.u_nav {
	width: 180px;
	text-align: center;
	float: left;
}

.u_nav li {
	width: 100%;
}

.u_nav li a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #dcdcdc;
	font-size: 14px;
}

.u_nav li a:hover {
	color: slateblue;
}

.fenl {
	width: 256px;
	float: left;
}

.fenl li {
	width: 50%;
	float: left;
}

.fenl li a {
	font-size: 14px;
	width: 100%;
	height: 36px;
	color: #dcdcdc;
	line-height: 36px;
	display: block;
}

.fenl li a:hover {
	color: slateblue;
}

.fenl .f_txt {
	font-size: 12px;
	color: #dcdcdc;
	height: 36px;
	line-height: 36px;
	width: 100%;
}

.fenl .f_num {
	width: 100%;
	font-size: 20px;
	color: #dcdcdc;
	height: 36px;
	line-height: 36px;
}

.f_top ul>h4 {
	height: 76px;
	line-height: 76px;
	color: #dcdcdc;
	font-size: 18px;
}

.f_bom>p {
	text-align: center;
	color: #dcdcdc;
}

.f_bom .fb_link {
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.f_bom .fb_link>a {
	padding: 0 10px;
	color: #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.f_bom .fb_link>a:hover {
	color: salmon;
}

.f_bom .fb_link>a:last-child {
	border: none;
}

.s_ting {
	width: 100%;
	height: 116px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.s_ting .st_txt {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #ff9000;
	text-align:left;
	font-weight:600;
}

.s_ting .inner {
	width: 1060px;
	padding-left: 140px;
}

.s_ting input[type=text] {
	width: 370px;
	height: 52px;
	background: #fff;
	float: left;
	border: none;
	border-radius: 4px;
	text-indent: 3em;
	font-family:'微软雅黑';
}

.s_ting input[type=submit] {
	width: 168px;
	height: 52px;
	line-height: 52px;
	background: #ff9000;
	text-align: center;
	font-size: 20px;
	color: #fff;
	float: left;
	border: none;
	border-radius: 4px;
	font-family:'微软雅黑';
}

#f_close {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../picture/close.png);
	cursor: pointer;
}

.s_ting .input {
	width: 370px;
	height: 52px;
	position: relative;
	float: left;
	margin-right: 10px;
}

.s_ting .input:before {
	content: '';
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 14px;
	left: 12px;
	background: url(../picture/f_name.png);
}

.s_ting .input:nth-child(2):before {
	width: 16px;
	height: 19px;
	top: 18px;
	left: 18px;
	background: url(../picture/f_phone.png);
}


/*第三部分*/

.w-icon3 {
	width: 100%;
	height:800px;
	background:url(../images/bg2.jpg) bottom center #fff no-repeat;
	background-size:100% auto;
	overflow: hidden;
	position: relative;
}

#hezi {
	width: 60%;
	position: absolute;
	transition: all 1s;
	right: -2000px;
	background: white;
	z-index: 999;
}

.w-return {
	width: 63px;
	height: 63px;
	background: url(../img/return.png) 0 0;
	position: absolute;
	top: 0;
	left: -70px;
	cursor: pointer;
	z-index: 88;
}

.w-return:hover {
	background-position: 0 -63px;
}

#hezi ul {
	position: absolute;
	top: 20%;
	left: -60px;
}

#hezi ul li {
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
	background: #d1d1d1;
	color: #663401;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

#hezi ul li .aside {
	opacity: 0;
	background: yellow;
	width: 60px;
	height: 60px;
	font-size: 16px;
	transition: all .5s;
	position: absolute;
	left: 0px;
}

.nav-header {
	width: 100%;
	height: 99px;
	background: #00713d;
}

.nav-header img {
	float: left;
}

.nav-header span {
	padding: 8px 22px 0px 46px;
	font-size: 14px;
	color: #33aa52;
	line-height: 91px;
	font-style: normal;
}

#hezi ol {
	width: 100%;
	height: 100%;
}

#hezi ol li {
	width: 100%;
	height: 100%;
	display: none;
}

.w-icon3-s {
	width:1200px;
	padding-top: 36px;
	height: 87px;
	margin: 0 auto;
	color: #FFF;
}

.w-icon3-s #v2_text h1 img {
	float: right;
}

.w-icon3-s img {
	float: left;
}

.w-icon3-s .wen {
	width: 80%;
	margin-left: 50px;
	display: inline-block;
	float: right;
	font-size: 14px;
}

.w-icon3-box {
	width: 1200px;
	background: url(../img/map.png) no-repeat center center;
	height: 480px;
	margin: 100px auto;
	position: relative;
	transition: all 1s;
	transform: scale(1);
	overflow: hidden;
	padding-top: 20px;
}


/*北美洲*/

.box-bei {
	width: 300px;
	height: 260px;
	position: absolute;
	/*opacity: 0;*/
	display: block;
	left: 104px;
	cursor: pointer;
}

.box-bei-1 {
	background: rgba(51, 204, 255, 0.6);
	position: absolute;
	width: 180px;
	height: 180px;
	left: 21px;
	top: 54px;
	border-radius: 50%;
	opacity: 1;
}

.box-bei-2 {
	position: absolute;
	background: rgba(51, 204, 255, 0.6);
	width: 100px;
	height: 100px;
	left: 120px;
	top: 150px;
	border-radius: 50%;
	opacity: 1;
}

.box-bei-3 {
	position: absolute;
	background: rgba(51, 204, 255, 0.6);
	width: 120px;
	height: 120px;
	left: -25px;
	top: -4px;
	border-radius: 50%;
	opacity: 1;
}

.box-bei-4 {
	position: absolute;
	background: rgba(51, 204, 255, 0.6);
	width: 70px;
	height: 70px;
	left: 180px;
	top: 140px;
	border-radius: 50%;
	opacity: 1;
}

.box-bei-5 {
	width: 21px;
	height: 39px;
	position: absolute;
	top: 40%;
	left: 33%;
	z-index: 100;
}

.box-bei-6 {
	width: 136px;
	height: 36px;
	position: absolute;
	background: url(../picture/text_bgl.png) !important;
	background-size: cover !important;
	top: 100px;
	left: 120px;
	z-index: 100;
}

.bb5 {
	top: 79%;
	left: 56%;
}

.bb6 {
	background: url(../picture/text_bgl.png) !important;
	background-size: cover !important;
	top: 200px;
	left: 190px;
}

.bb7 {
	top: 52%;
	left: 87%;
}

.bb8 {
	left: 286px;
	top: 130px;
}

.box-bei-6 span {
	float: left;
	width: 136px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	background: transparent;
	text-indent: 1em;
}

.box-bei-6 img {
	float: right;
}

#beimei {
	position: absolute;
	top: -17px;
	left: -3px;
	opacity: 0;
}


/*中南美洲*/

.box-zhong {
	width: 150px;
	height: 205px;
	display: block;
	position: absolute;
	top: 277px;
	left: 312px;
	cursor: pointer;
	opacity: 0;
}

.box-zhong-1 {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 204, 0, 0.6);
	top: 36px;
	left: 44px;
	opacity: 1;
}

.box-zhong-2 {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 204, 0, 0.6);
	top: 104px;
	left: 36px;
	opacity: 1;
}

.box-zhong-3 {
	width: 21px;
	height: 39px;
	position: absolute;
	top: 33%;
	left: 40%;
	z-index: 100;
}

.box-zhong-4 {
	width: 158px;
	height: 36px;
	position: absolute;
	background: rgba(255, 204, 0, 0.9);
	top: 30px;
	left: 80px;
	z-index: 100;
	border: 0px solid #CCCCCC;
	box-sizing: border-box;
}

.box-zhong-4 span {
	float: left;
	width: 120px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	background: transparent;
}

.box-zhong-4 img {
	float: right;
}

.zhongmei {
	position: absolute;
	top: -20px;
	left: -9px;
	opacity: 0;
}


/*欧洲*/

.box-o {
	width: 150px;
	height: 209px;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 553px;
	/*opacity: 0;*/
}

.box-o-1 {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(240, 72, 72, 0.6);
	top: 111px;
	left: -1px;
	opacity: 1;
	z-index: 80;
}

.box-o-2 {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(240, 72, 72, 0.6);
	top: 140px;
	left: 70px;
	opacity: 1;
	z-index: 80;
}

.bo3 {
	top: 52% !important;
	left: 28% !important;
}

.box-o-3 {
	width: 21px;
	height: 39px;
	position: absolute;
	top: 40%;
	left: 12%;
	z-index: 100;
}

.box-o-4 {
	width: 136px;
	height: 30px;
	position: absolute;
	background: url(../picture/text_bg_r.png) !important;
	background-size: 100% !important;
	top: 85px;
	left: -120px;
	z-index: 100;
	box-sizing: border-box;
}

.bo4 {
	background: url(../picture/text_bg_r1.png) !important;
	background-size: 100% !important;
	left: 68px;
	top: 106px;
}

.box-o-4 span {
	float: left;
	width: 128px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background: transparent;
}

.box-o-4 img {
	float: right;
}

.ou {
	position: absolute;
	top: 2px;
	left: 0px;
	opacity: 0;
}


/*非洲*/

.box-fei {
	width: 200px;
	height: 200px;
	position: absolute;
	cursor: pointer;
	top: 205px;
	left: 529px;
	opacity: 0;
}

.box-fei-1 {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 153, 51, 0.65);
	top: 35px;
	left: 70px;
	opacity: 1;
}

.box-fei-2 {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 153, 51, 0.65);
	top: 120px;
	left: 105px;
	opacity: 1;
}

.box-fei-3 {
	width: 21px;
	height: 39px;
	position: absolute;
	top: 43%;
	left: 57%;
	z-index: 100;
}

.box-fei-4 {
	width: 136px;
	height: 34px;
	position: absolute;
	background: #c68236;
	top: 46px;
	left: 145px;
	z-index: 100;
	box-sizing: border-box;
}

.box-fei-4 span {
	float: left;
	width: 136px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	background: transparent;
}

.box-fei-4 img {
	float: right;
}

.fei {
	position: absolute;
	top: -19px;
	left: 5px;
	opacity: 0;
	z-index: 50;
}


/*亚洲*/

.box-ya {
	width: 300px;
	height: 132px;
	position: absolute;
	cursor: pointer;
	top: 119px;
	left: 732px;
	/*opacity: 0;*/
}

.box-ya-1 {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(124, 227, 21, 0.65);
	top: 15px;
	left: 70px;
	opacity: 1;
}

.box-ya-2 {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(124, 227, 21, 0.65);
	top: -40px;
	left: 120px;
	opacity: 1;
}

.box-ya-3 {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(124, 227, 21, 0.65);
	top: 80px;
	left: 45px;
	opacity: 1;
}

.box-ya-4 {
	width: 21px;
	height: 39px;
	position: absolute;
	top: 26%;
	left: 46%;
	z-index: 100;
}

.box-ya-5 {
	width: 136px;
	height: 32px;
	position: absolute;
	background: url(../picture/text_bg_g.png);
	background-size: 100%;
	top: 25px;
	left: 162px;
	z-index: 100;
	box-sizing: border-box;
}

.by4 {
	top: 50%;
	left: 50%;
}

.by6 {
	top: 78%;
	left: 44%;
}

.by5 {
	background: url(../picture/text_bg_g.png) !important;
	background-size: 100% !important;
	left: -10px;
	top: 66px;
}

.by7 {
	background: url(../picture/text_bg_g1.png) !important;
	background-size: 100% !important;
	top: 100px;
	left: 156px;
}

.by8 {
	top: 176%;
	left: 82%;
}

.by10 {
	top: 190%;
	left: 77%;
}

.by9 {
	background: url(../picture/text_bgh.png) !important;
	background-size: 100% !important;
	top: 245px;
	left: 92px;
}

.by11 {
	background: url(../picture/text_bgh1.png) !important;
	background-size: 100% !important;
	top: 228px;
	left: 268px;
}

.box-ya-5 span {
	float: left;
	width: 128px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background: transparent;
}

.box-ya-5 img {
	float: right;
}

.ya {
	position: absolute;
	top: 5px;
	left: -57px;
	opacity: 0;
}


/*顶部视频*/

.v_header {
	width: 100%;
	height: 100%;
	position: relative;
}

.t_nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(46, 45, 45, 0.8);
	z-index: 1;
}

video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.nav_bar {
	width: 100%;
	height: 100px;
}

.h_logo {
	width: 236px;
	height: 100%;
	float: left;
}

.h_logo a img {
	display: block;
	width: 150px;
	height: 50px;
	margin-top: 28px;
}

.t_text {
	margin-top: 300px;
}

.t_text>p {
	text-align: center;
	font-size: 60px;
	color: #fff;
	height: 86px;
	line-height: 86px;
}

#B_search {
	display: none !important;
}

#B_audio {
	display: none !important;
}

#ascrail2001,
#ascrail2001 div,
#ascrail2000,
#ascrail2000 div {
	opacity: 0;
}


/*大事件*/

.event {
	background:url(../images/bg1.jpg) repeat;
	height: 100%;
}

.e_content {
	width: 1076px;
	margin: 10px auto 0;
	height: 696px;
	position: relative;
}

.e_line {
	width: 25px;
	position: absolute;
	top: 0;
	left: 322px;
}

.e_dot {
	width: 25px;
	height: 25px;
	display: block;
	background: url(../picture/e_dot_b.png);
}

.e_lines {
	width: 1px;
	/*height: 100px;*/
	position: absolute;
	top: 0;
	left: 12px;
	background: #575853;
}

.e_text {
	width: 538px;
	height: 576px;
	position: absolute;
	top: 76px;
	left: 172px;
	overflow: hidden;
}

.e_text>ul {
	height: auto;
	position: relative;
}

.e_text li {
	width: 100%;
	height: 172px;
	margin-top: 20px;
	display: none;
}

.text_l {
	width: 150px;
	height: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 28px;
	text-indent: 10px
}

.text_m {
	width: 25px;
	height: 100%;
	float: left;
	top: 2px;
	position: relative;
	color: #fff;
	padding-top: 3px;
	padding-left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
}

.text_r {
	width: 352px;
	height: 100%;
	float: left;
	top: -18px;
	left: 16px;
	padding: 14px 14px 26px 32px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
}

.e_text li:nth-child(6) .text_r {
	height: 190px;
	background-size: cover !important;
}

.text_r>p {
	width: 100%;
	height: 100%;
	line-height: 26px;
	overflow: hidden;
	text-align: left;
}

.e_text li:nth-child(3n+1) .text_l {
	background: url(../picture/text_g.png) no-repeat;
}

.e_text li:nth-child(3n+1) .text_m {
	background: url(../picture/dot_g.png) no-repeat;
}

.e_text li:nth-child(3n+1) .text_r {
	background: url(../picture/text_r_g.png) no-repeat;
}

.e_text li:nth-child(3n+2) .text_l {
	background: url(../picture/text_h.png) no-repeat;
}

.e_text li:nth-child(3n+2) .text_m {
	background: url(../picture/dot_h.png) no-repeat;
}

.e_text li:nth-child(3n+2) .text_r {
	background: url(../picture/text_r_h.png) no-repeat;
}

.e_text li:nth-child(3n+3) .text_l {
	background: url(../picture/text_r.png) no-repeat;
}

.e_text li:nth-child(3n+3) .text_m {
	background: url(../picture/dot_r.png) no-repeat;
}

.e_text li:nth-child(3n+3) .text_r {
	background: url(../picture/text_r_r.png) no-repeat;
}

.e_content>span {
	width: 80px;
	height: 96px;
	display: block;
	right: 146px;
	cursor: pointer;
	position: absolute;
	display: none;
}

.up_btn {
	background: url(../picture/up_btn.png);
	top: 158px;
}

.down_btn {
	background: url(../picture/down_btn.png);
	bottom: 186px;
}


.jianjie{
	width:1200px;
	margin: 10px auto 0;
	height:696px;
	text-align:left;
	position: relative;
}
.jianjie table{width:100%;}
.jianjie table tr td{vertical-align:top;padding:0 50px;}
.jianjie p{width:475px;font-size:16px; color:#666;line-height:45px;margin-bottom:40px;}
.jianjie p span{float:left;font-weight:600;color:#333; display:inline-block; height:100px;margin-right:5px;}


.mb-30{margin-bottom:30px;}
.mb-50{margin-bottom:50px;}
.tr{ text-align:right;}



/* 本例子css */
.class{width:1070px;margin:0 auto;text-align:left;}
.class .hd{height:66px;line-height:55px;margin-bottom:30px;}
.class .hd ul{float:left;height:66px;}
.class .hd ul li{float:left;width:202px;font-weight:500;height:66px;color:#fff; font-size:22px; text-align:center;margin-right:15px;background:url(../images/xuan1-.png) no-repeat;cursor:pointer;}
.class .hd ul li:last-child{margin-right:0;}
.class .hd ul li.on{background:url(../images/xuan1.png) no-repeat;}

.class .bd ul{width:100%;zoom:1;margin-bottom:65px;}
.class .bd li{width:100%;color:#373737;font-size:16px;}
.class table{width:100%;border:1px solid #d8d8d8;}
.class table tr{border-bottom:1px solid #d8d8d8;text-align:center;line-height:55px;}
.class table tr.c-fd5a1f{color:#fd5a1f;font-size:20px; background:#fff;}
.class table tr td{ border-right:1px solid #d8d8d8;}
.tese{text-align:left;padding:30px 80px;line-height:35px;}
.tese span{color:#fd5a1f;font-size:20px; display:inline-block; float:left;margin-right:5px;}
.tese p{float:left;}

.anli{width:1173px;margin:0 auto;margin-bottom:80px;}
.anli li{width:100%;height:200px;margin-bottom:5px;overflow:hidden;font-size:14px;background:url(../picture/anli1.png) no-repeat;position:relative;}
.anli li.rig{background:url(../picture/anli1-.png) no-repeat;}
.anli li .tu{ width:190px; height:190px; border-radius:100%; overflow:hidden;position:absolute;top:0;left:4px;}
.anli li .wen{width:930px;color:#333;line-height:30px; margin-left:210px;padding-top:65px;}
.anli li.rig .tu{top:4px;left:978px;}
.anli li.rig .wen{margin-left:30px; text-align:right;}

.wenda li{float:left;width:585px;height:190px;margin-right:30px;margin-bottom:30px;}
.wenda li.mr-0{margin-right:0;}
.wenda li .wen{ background:#b5b5b5;height:60px; border-top-left-radius:5px;border-top-right-radius:5px;line-height:60px;font-size:18px;color:#fff; text-align:left; text-indent:25px;}
.wenda li .da{border:1px solid #888989;padding:10px 0 60px 0;line-height:25px;color:#373737; text-align:left;border-top:none;height:75px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.wenda li .da span{float:left;font-size:19px;margin-left:25px;display:inline-block;}
.wenda li .da p{float:left; font-size:14px;width:505px;}




/*职场商务英语*/
.bg-g1{ background:url(../images/bg1.jpg) repeat;}
.bg-r1{ background:url(../images/bg4.jpg) repeat;}
.bg-g2{background:url(../images/bg6.jpg) no-repeat bottom center;background-size:100% 100%;}
.bg-g3{background:url(../images/bg3.jpg) no-repeat bottom center; background-size:100% 100%;}
.bg-g4{background:url(../images/bg7.jpg) no-repeat bottom center;}
.bg-r2{background:url(../images/bg5.jpg) repeat;}
.bg-r3{background:url(../images/bg11.jpg) repeat;}
.bg-r4{background:url(../images/bg14.jpg) repeat;}
.bg-g5{background:url(../images/bg8.jpg) no-repeat bottom center; background-size:100% 100%}
.bg-g6{background:url(../images/bg9.jpg) no-repeat bottom center;}
.bg-g7{background:url(../images/bg10.jpg) no-repeat bottom center;}
.bg-g8{background:url(../images/bg12.jpg) repeat;}
.bg-g9{ background:url(../images/bg13.jpg) no-repeat top center;background-size:100% 100%;}

.youshi_zc{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.youshi_zc ul li {
	float: left;
	display: inline;
	margin: 0 0px;
	overflow: hidden;
	width: 25%;
}
.youshi_zc ul li>div h4 {
	line-height: 52px;
	font-size: 16px;color:#fff; text-align:center;
}

.youshi_zc ul li>div p {
	line-height: 18px;
}
.youshi_zc ul li a {
	display: block;
	position: relative;
	height: 278px;
}

.youshi_zc ul li a img {
	display: block;
	width: 246px;
	height: 278px;
	transition: all .2s linear 10ms;
}

.youshi_zc ul li a .ad_lv {
	position: absolute;
	top: 0;
	left: 24px;
	width: 247px;
	height: 278px;
	background: rgba(0, 0, 0, 0.8);
	background-size: cover;
	z-index: 1002;
	opacity: 0;
	transition: 0.8s;
}

.youshi_zc ul li a .ad_lv p {
	margin-top:60px; line-height:30px;
	color: #fff;font-size:16px; text-align:center;
	padding: 0 15px;
}

.youshi_zc ul li a img:nth-of-type(1) {
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 2
}

.youshi_zc ul li a img:nth-of-type(2) {
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 1;
}

.youshi_zc ul li a:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.youshi_zc ul li a:hover .ad_lv {
	opacity: 1;
}

.youshi_zc ul li a:hover img:nth-of-type(2) {
	z-index: 2
}




/* 本例子css */
.px_anli{overflow:hidden;position:relative;}
.px_anli .hd{ overflow:hidden;}
.px_anli .hd .prev,.px_anli .hd .next{ display:block;width:66px;height:106px; position:absolute; top:240px;overflow:hidden;cursor:pointer;}
.px_anli .hd .prev{ background:url(../images/left.png) no-repeat;left:0;}
.px_anli .hd .next{ background:url(../images/right.png) no-repeat;right:0;}
.px_anli .bd{width:1070px; margin:0 auto;}
.px_anli .bd ul{ overflow:hidden;zoom:1;}
.px_anli .bd ul li{width:100%;float:left;_display:inline;font-size:14px;overflow:hidden;}
.px_anli .bd ul li img{margin-bottom:50px;}
.px_anli .bd ul li table{color:#fff; border:1px solid #fff;width:100%;line-height:50px; text-indent:20px;}

.jieda li{float:left;width:590px;margin-bottom:85px;height:188px;margin-right:20px;background:url(../images/bg-hui.png) no-repeat;}
.jieda li.mr-0{margin-right:0;}
.jieda li h3{color:#ffc416;font-size:18px;height:60px;line-height:60px;}
.jieda li h3 span{ display:inline-block;width:55px;margin-right:5px;text-align:right;font-size:20px;}
.jieda li .wen{color:#fff;color:#fff;padding:30px 0;line-height:30px;font-size:14px;}
.jieda li .wen span{float:left; display:block;width:55px;margin-right:5px;text-align:right;font-size:20px;}
.jieda li .wen p{float:left;width:510px;}


.aeas dl{width:570px;height:190px;border:1px solid #d8d9d9;background:#fff;}
.aeas dl dt{float:left;width:288px;height:190px;margin-right:10px;}
.aeas dl dt img{float:left;width:288px;height:190px;}
.aeas dl dd{float:left;width:265px;height:180px;color:#333;margin-top:5px;line-height:25px;text-align:left;}
.aeas dl dd h3{font-size:18px;font-weight:500;height:30px;line-height:30px;}

.wenwen{ background:url(../images/dianshu.png) no-repeat top center;}
.wenwen li{ width:100%; display:inline-block;height:100px; overflow:hidden;}
.wenwen li .nei{width:500px;}
.wenwen li h3{font-size:19px;}


/* 本例子css */
.jibie{width:1050px;margin:0 auto;margin-top:5px;}
.jibie .hd{margin-bottom:10px;}
.jibie .hd ul{float:left;height:66px;}
.jibie .hd ul li{float:left;width:176.5px;font-weight:500;text-align:center;height:53px;line-height:45px;font-size:24px; text-align:center;margin-right:17.5px;cursor:pointer; }
.jibie .hd ul li:last-child{margin-right:0;width:274px;}
.jibie .hd ul li span{width:100%;display:inline-block;height:53px;}
.jibie .hd ul li.on span.jb1{color:#fff;background:url(../images/jj1_.png) no-repeat top center;}
.jibie .hd ul li.on span.jb2{color:#fff;background:url(../images/jj2_.png) no-repeat top center;}
.jibie .hd ul li.on span.jb3{color:#fff;background:url(../images/jj3_.png) no-repeat top center;}
.jibie .hd ul li.on span.jb4{color:#fff;background:url(../images/jj4_.png) no-repeat top center;}
.jibie .hd ul li.on span.jb5{color:#fff;background:url(../images/jj5_.png) no-repeat top center;}


.jibie .bd ul{width:100%;zoom:1;margin-bottom:65px;}
.jibie .bd li{width:100%;color:#373737;font-size:16px;}
.jibie .bd li .tab1{line-height:25px;font-size:14px;color:#fff;margin-bottom:25px;}
.jibie .bd li .tab2{font-size:20px;color:#333;width:100%;border:1px solid #333; text-align:center;}
.jibie .bd li .tab2 tr{border-bottom:1px solid #333;line-height:40px;}
.jibie .bd li .tab1 td{padding:10px 0;}
.jib1{background:rgba(153,153,153,0.6);border:1px solid #999;}
.jib2{background:rgba(128,210,74,0.6);border:1px solid #80d24a;}
.jib3{background:rgba(0,204,203,0.6);border:1px solid #00cccb;}
.jib4{background:rgba(255,196,22,0.6);border:1px solid #ffc416;}
.jib5{background:rgba(245,78,98,0.6);border:1px solid #f54e62;}

.jibie .bd li .tab2_1{font-size:20px;color:#fff;width:100%;border:1px solid #fff; text-align:center;}
.jibie .bd li .tab2_1 tr{border-bottom:1px solid #fff;line-height:40px;}
.jibie .bd li .tab2_1 td{border-right:1px solid #fff;}


.titi li{border-bottom:1px dashed #d9d9d9;margin-bottom:15px;}
.allcheck-choose,.radio-choose{margin:1% 0 0 5%;display:inline-block}
.allcheck-choose span,.radio-choose span{color:#666;font-size:16px;display:inline-block;vertical-align:middle;margin-right:35px;margin-bottom:10px}
.allcheck-choose span em,.radio-choose span em{margin-left:-60px}
.iradio_square-blue{float:left}
.icheckbox_square-blue{float:left}
.radio-choose .icheckbox_square-blue,.radio-choose .iradio_square-blue{width:67px;height:27px;margin:0 0; cursor:pointer;}
.radio-choose .icheckbox_square-blue.checked,.radio-choose .iradio_square-blue.checked{background:url(../images/quan.png) left center no-repeat;}
.allcheck-choose .icheckbox_square-blue,.allcheck-choose .iradio_square-blue{width:67px;height:27px;margin:0 0}
.allcheck-choose .icheckbox_square-blue.checked,.allcheck-choose .iradio_square-blue.checked{background:url(../images/quan.png) left center no-repeat;}
.reg-submit{color:#fff;font-size:16px;padding:8px 30px;margin-left:0;border-radius:3px;font-family:"Microsoft YaHei";border:none;cursor:pointer;background:#003057;border:1px solid #003057;vertical-align:middle;margin-top:30px}
.radio-choose{margin: 2% 0 1% 0;}
em,i{font-style: normal;}

.fen{position:fixed;width:100%;display:inline-block;background:rgba(0,0,0,0.7); z-index:888;height:100%;}
.fenshu{width:780px;padding-top:30px;font-size:36px;height:590px;color:#333;line-height:80px; text-align:center;position:absolute; top:50%;left:50%;margin-top:-385px;margin-left:-390px;background:#fff; border-radius:15px; border:4px solid #dfdfdf;}
.fenshu b{font-size:48px;color:#d40003;}
.fenshu a{ margin-top:30px; display:inline-block;}
.fenshu .xiang{font-size:16px;color:#333;line-height:30px;border-top:5px solid #e4e4e4;margin:10px;text-align:left;padding:15px 20px; overflow:hidden;height:150px;}
.fenshu .xiang h3{color:#f54e62;font-size:16px; font-weight:600;}
.close{ background:url(../images/guan.png) no-repeat; width:54px; height:54px; display:inline-block; cursor:pointer;position:absolute;right:-27px;top:-27px;}

/*底部*/
.footer {width:100%;z-index: 1098;background: url(../images/f_top.png) repeat-x;}
.footer .f_top {width: 100%;height: 322px; }
.footer .f_top .er_code {float: left;width: 764px;height: 322px; margin-top:30px;}
.footer .f_top .f_nav {float: right;width: 436px;height: 322px;}
.f_bom {width: 100%;height: 54px;padding-top: 20px;background: #1a1a1a;}
.u_nav {width: 180px;text-align: center;float: left;}
.u_nav li {width: 100%;}
.pt-40{padding-top:40px;}
.u_nav li a {width:100%;height: 36px;line-height: 36px;display: block;color: #dcdcdc;font-size: 16px;}
.u_nav li a:hover {color: slateblue;}
.fenl {width: 256px;float: left;}
.fenl li {width: 50%;float: left;}
.fenl li a {font-size: 16px;width: 100%;height: 36px;color: #dcdcdc;line-height: 36px;display: block;}
.fenl li a:hover {color: slateblue;}
.fenl .f_txt {font-size: 16px;color: #dcdcdc;height: 36px;line-height: 36px;width: 100%;}
.fenl .f_num {width: 100%;font-size:30px;color: #dcdcdc;height: 36px;line-height: 36px;}
.f_top ul>h4 {height:40px;color: #dcdcdc;font-weight:500;font-size: 18px;}
.f_bom>p {text-align: center;color: #dcdcdc;}
.f_bom .fb_link {height: 16px;line-height: 16px;margin-bottom: 10px;}
.f_bom .fb_link>a {padding: 0 10px;color: #dcdcdc;border-right: 1px solid #dcdcdc;}
.f_bom .fb_link>a:hover {color: salmon;}
.f_bom .fb_link>a:last-child {border: none;}
/*底部 END*/


.pt-20{padding-top:20px;}

.time-item strong{background:#C71C60;color:#fff;line-height:49px;font-size:36px;font-family:Arial;padding:0 10px;margin-right:10px;border-radius:5px;box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
#day_show{float:left;line-height:49px;color:#c71c60;font-size:32px;margin:0 10px;font-family:Arial, Helvetica, sans-serif;}
.item-title .unit{background:none;line-height:49px;font-size:24px;padding:0 10px;float:left;}
.c-f18c19{color:#f18c19;}
.f35{font-size:35px;}

/*免费试听*/
.s_ting2 input[type=text] {width:365px;margin-right:30px;height:50px;float: left;font-size:16px;border: none;border-radius:3px;text-indent: 3em;font-family:'微软雅黑';}
.s_ting2 input[type=submit] {width:170px;cursor:pointer;float:right;height:50px;line-height:50px;background: #ff9000; font-weight:600;text-align: center;font-size: 20px;color: #fff;float: right;border: none;border-radius: 4px;margin-right:0;font-family:'微软雅黑';}
.s_ting2 input[type=text].name{background: url(../picture/f_name.png) no-repeat 10px center #eee;}
.s_ting2 input[type=text].phone{background: url(../picture/f_phone.png) no-repeat 10px center #eee;}
/*免费试听 END*/

.kecheng li{width:100%; display:inline-block; background:#f1f1f1;height:250px; overflow:hidden;margin-bottom:15px;}
.kecheng li .tu{width:480px;height:250px;margin-right:45px;overflow:hidden;float:left;}
.kecheng li .wen{width:370px;float:left;font-size:16px; color:#666;padding-top:40px;}
.kecheng li .wen h4{font-weight:500;font-size:24px;color:#333;margin-bottom:10px;}
.kecheng li .wen p{height:90px;line-height:30px;margin-bottom:15px;}
.kecheng li .wen a{font-size:15px;color:#fff;height:30px;line-height:30px;width:100%; border-radius:15px;text-align:center; display:inline-block; background:#f5be24;}
