@charset "utf-8";
html{
	overflow-x: hidden;
}
.top{
	display: flex;
	height: 110px;	
	background: #fff;
	/*box-shadow: 0 0 5px rgba(0,0,0,.5);*/
	align-items: center;
}
.top img{
	padding-left: 15%;
	width: auto;
	height: 60px;

}
.top ul.nav{
	display: flex;
	flex: 1;
	padding-left: 220px;	
}
.top ul.nav li{
	width: 120px;
	height: 110px;
	font-size: 18px;
	text-align: center;
	padding-top: 32px;
	margin-right: 10px;
	transition: .3s;
}
.top ul.nav li a{	
	color: #484846;
}
.top ul.nav li a i{	
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 14px;
	padding-top: 7px;
	color: #777;
}
.top ul.nav li.active{
	background: #188eee;	
}
.top ul.nav li:hover{
	background: #188eee;	
}
.top ul.nav li.active a,.top ul.nav li.active a i,.top ul.nav li:hover a,.top ul.nav li:hover a i{
	color: #fff;	
}

/*首页样式*/
.product-con{
	background: #f1f1f1;
	height: 135px;
	color: #1b1b1b;
}
.product-con ul{
	width: 1140px;
	height: 135px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.product-con ul li{
	padding: 30px 6px;
	text-align: center;
	font-size: 22px;
	transition: .3s;
	flex: 1;
}
.product-con ul li span{
	display: block;
	font-size: 13px;
	padding-top: 10px;
}
.product-con ul li .active{
	background: #188eee;
	color: #fff;
}
.product-con ul li.active{
	background: #188eee;
    color: #fff;
}

.gnm{
	background: url(../images/xbg.jpg) no-repeat;
	width: 1140px;
	height: 251px;
	margin: 0 auto;
	margin-top: 35px;
	padding-top: 45px;
}
.gnm p{
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.gnm ul{
	padding: 100px 42px 0;
	display: flex;
}
.gnm ul li{
	padding: 0 56px;
	color: #fff;
	text-align: center;
	width: 265px;
	font-size: 16px;
	display: flex;
	align-items: center;
}






.on-line{
	padding-top: 80px;
	text-align: center;
	color: #484846;
	width: 1140px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
}
.on-line-title{
	font-size: 40px;
	padding-bottom: 25px;
}
.on-line-title span{
	color: #188eee;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}
.on-line-con{
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}
.on-line-con li{
	width: 270px;
	height: 330px;
	border-radius: 15px;
	background: #ececec;
	color: #484846;
	padding: 36px 10px;
	font-size: 16px;
	transition: .3s;
}
.on-line-con li:hover{
	color: #fff;
	background: #188eee;
}
.on-line-con-title{
	font-size: 30px;
	padding: 20px 0;
}
.on-line-icon{
	background: url(../images/pic.png) no-repeat;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.on-line-con li:hover .on-line-icon{
	background: url(../images/pic1.png) no-repeat;
}
.icon2{
	background-position: 0 -100px!important;
}
.icon3{
	background-position: 0 -200px!important;
}
.icon4{
	background-position: 0 -300px!important;
}
.on-line-con.con1 li{
	background: none;
}
.on-line-con.con1 li:hover{
	color: #484846;
}
.on-line-con.con1 li:hover .on-line-con-title{
	color: #188eee;
}
.on-line-icon1{
	background: url(../images/pic.png) no-repeat;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.icon5{
	background-position: 0 -400px!important;
}
.icon6{
	background-position: 0 -500px!important;
}
.icon7{
	background-position: 0 -600px!important;
}
.icon8{
	background-position: 0 -700px!important;
}
.cooperate{
	
	background: #f2f2f2;
	margin: 40px auto 0px;
}
.cooperate-tittle{
	padding-top: 110px;
	padding-bottom: 50px;
	font-size: 38px;
	color: #484846;
	text-align: center;
}
.cooperate-tittle span{
	color: #188eee;
	font-weight: bold;
	display: inline-block;
	padding-left: 30px;
}
.cooperate-tittle i{
	line-height: 42px;
	display: block;
	font-style: normal;
	font-size: 25px;
}
.cooperate-con{
	width: 1140px;
	height: 350px;
	margin: 0 auto;
	background: url(../images/lc.png) no-repeat;
	margin-bottom: 85px;
	display: flex;
}
.cooperate-con li{
	flex: 1;
	padding-top: 68px;
}
.cooperate-s1{
	color: #484846;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.cooperate-s2{
	padding: 35px 16px 0 30px;
	height: 170px;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #666;
}
.value{
	padding: 118px 0 130px;
}
.value-title{
	text-align: center;
    color: #484846;
    font-size: 35px;
    padding-bottom: 50px;
}
.value-title span{
	padding-right: 16px;
	display: inline-block;
	color: #188eee;
	font-weight: bold;

}
.value-title i{
	display: block;
	font-style: normal;
	font-size: 25px;
}
.value-con{
	width: 1140px;
	margin: 0 auto;
	background: url(../images/qyyx.jpg) no-repeat;
	height: 330px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.value-con li{
	width: 553px;
	height: 154px;		
	padding: 40px 0 0 112px;
	color: #fff;
	font-size: 16px;
}
.value-con li p{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
}
.value-con li:nth-child(2),.value-con li:nth-child(4){
	padding-left: 218px;
}



.btn{
	padding-bottom: 70px;
	text-align: center;

}
.btn button{
	line-height: 54px;
	width: 235px;
	text-align: center;
	background: #188eee;
	color: #fff;
	font-size: 20px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}
.team{
	background: #f1f1f1;
	padding: 70px 0;
}
.team-title{
	font-size: 38px;
	color: #484846;
	text-align: center;
}
.team-con{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.team-box{
	margin-top: 40px;
	border: 1px solid #e4e4e4;
	width: 260px;
	height: 510px;
}
.team-box img{
	width: 100%;
	height: auto;
}
.team-name{
	line-height: 53px;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 20px;
	font-size: 14px;
	color: #777;
}
.team-name span{
	display: inline-block;
	padding-right: 20px;
	color: #188eee;
	font-size: 22px;
}
.team-introduce{
	color: #1b1b1b;
	padding: 11px 16px;
	line-height: 22px;
	font-size: 16px;
}
.team .btn{
	padding-top: 60px;
	padding-bottom: 0px;
}
.duty{
	background:#000 url(../images/bg.jpg) no-repeat;
	background-position: center;
	padding-top: 70px;
}
.duty-con{
	width: 1140px;
	margin: 0 auto;
	padding: 0 0 100px;
}
.duty-title{
	text-align: center;
	font-size: 38px;
	color: #fff;
	padding-bottom: 16px;
}
.duty-title span{
	font-size: 25px;
	display: block;
}
.duty-con{
	padding-top: 80px;
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.duty-con li{
	width: 170px;
	height: 170px;
	background: #fff;
	text-align: center;
	padding-top: 30px;
}
.duty-con li p{
	font-size: 18px;
	padding-top: 20px;
}



.media{
	padding: 50px 0;
	width: 1140px;
	margin: 0 auto;
}
.media-title{
	text-align: center;
	color: #484846;
	font-size: 35px;
	padding-bottom: 50px;
}
.media-title span{
	font-size: 25px;
	display: block;
}
.media-con{
	display: flex;
	justify-content: space-between;
}
.media-m{
	width: 555px;
}
.media-pic{
	overflow: hidden;
	height: 330px;
}	
.media-pic img{
	transition: .3s;
}
.media-pic:hover img{
	transform: scale(1.2);
}
.media-main{
	margin-top: 18px;
	background:#f1f1f1;
	padding: 23px;
}
.media-date{
	font-size: 16px;
	color: #7e7e7e;
}
.media-m-title{
	color: #484846;
	font-size: 18px;
	line-height: 50px;
}
.media-m-content{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.media-tab{
	display: flex;
}
.media-tab li{
	width: 178px;
	height: 55px;
	background:#f1f1f1;
	font-size: 18px;
	color: #484846;
	margin-right: 10px;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
}
.media-tab li.active{
	background:#188eee; 
	color: #fff;
}
.media-list{
	margin: 28px 0;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: 8px 0;
}
.media-list a{
	color: #333;
	padding-left: 25px;
	line-height: 40px;
	background: url(../images/k.png) no-repeat;
	background-position: 5px 15px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.media-list a:hover .media-m-title1{
	color: #fd6602;
}
.media-m-title1{
	width: 390px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.plan{
	padding:70px 0 0;
	background: #000 url(../images/index2.jpg) no-repeat;
	background-position: center;
	text-align: center;
}
.plan-s1{
	font-size: 38px;
	color: #fff;
}
.plan-s2{
	padding-top: 30px;
	font-size: 18px;
	font-weight: lighter;
	color: #a6a6a6;
}
.plan-s3{
	font-size: 28px;
	color: #a6a6a6;
}
.plan-s4{
	height: 44px;
	margin: 30px auto 15px;
	width: 641px;
	background: url(../images/l.png) no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}
.plan-s5{
	color:#a6a6a6;
	font-size: 16px;
	font-weight: lighter;
	line-height: 26px;
}
.plan form{
	display: flex;
	width: 1140px;
	margin: 46px auto 36px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan form p{
	width: 480px;
	height: 50px;
	margin-bottom: 20px;
}
.plan form p span{
	color: #fff;
	line-height: 50px;
	font-size: 18px;
}
.plan input{
	width: 375px;
	background: #fff;
	border: none;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.plan select{
	width: 375px;
	background: #fff;
	border: none;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.s-contact{
	background: #eaeaea;
	padding: 80px 0 70px;
	text-align: center;
}
.s-contact-title{
	font-size: 38px;
	color: #484846;
}
.s-contact-tel{
	padding-top: 20px;
	font-size: 48px;
	color: #fe8c12;
}
.s-contact-tel i{
	display: inline-block;
	width: 37px;
	height: 37px;
	background: url(../images/tel.png) no-repeat;
	padding-right: 10px;
}
.s-contact-s1{
	color:#484846;
	font-size: 18px;
	line-height: 34px;
	padding-top: 20px;
}
.s-contact-s1 span{
	font-weight: bold;
}
.s-contact-con{
	width: 1140px;
	margin: 0 auto;
	padding-top: 56px;
	display: flex;
}
.s-scontact-con-left{
	width: 710px;
	display: flex;	
}
.btn1{
	margin-left: 70px;
	padding-top: 40px;
}
.btn1 a{
	display: inline-block;
	width: 245px;
	height: 70px;
	border-radius: 6px;
	overflow: hidden;
	background: #188eee;
	font-size: 28px;
	text-align: center;
	color: #fff;
	line-height: 70px;
}
.btn1 span{
	color: #484846;
	font-size: 16px;
	display: block;
	line-height: 40px;
}
.s-scontact-con-right{
	width: 430px;
	border-left: 1px solid #909090;
	display: flex;
}
.code{
	padding-left: 60px;
}
.code img{
	width: 150px;
	height: 150px;
	padding-bottom: 10px;
}
.code span{
	color: #1b1b1b;
	font-size: 16px;
	line-height: 25px;
}
.foot{
	background: #232323 url(../images/u.png) no-repeat;
	background-position: bottom left;
	padding: 70px 0;	
}
.foot-con{
	width: 1140px;
	margin: 0 auto;
	display: flex;
}
.foot-contact{
	font-size: 16px;
	color: #a8a8a8;
	line-height: 30px;
}
.records{
	text-align: right;
	font-size: 16px;
	color: #a8a8a8;
	line-height: 30px;
	padding-top: 28px;
	flex: 1;
}
/*关于我们的样式*/
.banner1 img{
	width: 100%;
	height: auto;
}
.about-title{
	text-align: center;
	color: #333;
	font-size: 30px;
	padding: 72px 0 45px;
}
.about-title span{
	display: inline-block;
	border-bottom: 2px solid #188eee;
	font-size: 18px;
	padding-top: 10px;
}
.about-con{
	width: 1140px;
	margin: 0 auto;
}
.about-con-s1{
	font-size: 16px;
	color: #1b1b1b;
	line-height: 2em;
	padding: 10px 0;
}
.about-con-s2{
	padding: 30px 0 50px;
	color: #1b1b1b;
	line-height: 2em;
	font-size: 16px;
}
/*联系我们样式*/
.contact{
	width: 1140px;
	margin: 0 auto;
	padding: 110px 0 50px;
	display: flex;
}
.contact-left{
	color: #1b1b1b;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
}
.contact-right{
	display: flex;
}
.contact-code{
	width: 160px;
	margin-left: 90px;	
	text-align: center;
}
.contact-code span{
	color: #474745;
	font-size: 17px;
	line-height: 30px;
	display: block;
	padding-top: 10px;
}
.contact-address{
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 60px;
}

/*媒体报道样式*/
.s-media-tab{
	display: flex;
	width: 1140px;
	margin: 0 auto;
}
.s-media-tab li{
	font-size: 18px;
	color: #333;
	width: 114px;
	text-align: center;
	position: relative;
	height: 66px;
	line-height: 66px;
	cursor: pointer;
}
.s-media-tab li.active{
	color: #188eee;
}
.s-media-tab li+li:before{
    content: "";
    position: absolute;
    background: #a5a5a5;
    height: 11px;
    width: 1px;
    left: 0;
    top: 28px;
}
.s-media-tab-con{
	border-top:1px solid #faf8f8;
}
.s-media ul{
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.s-media ul li{
	padding: 26px 0;
	display: flex;
	border-bottom: 1px solid #eaeaea;
}
.s-media ul li>img{
	width: 380px;
	height: 210px;
}
.s-media-m{
	width: 760px;
	padding-right: 20px;
}
.s-media-title{
	font-size: 20px;
	color: #333;
}
.s-media-title:hover{
	color: #fe5512;
}
.s-media-date{
	font-size: 16px;
	padding: 20px 0;
	color: #1b1b1b;
}
.s-media-date img{
	width: 15px;
	height: 16px;
	vertical-align: middle;
	margin-top: -5px;
	padding-right: 10px;
}
.s-media-main{
	font-size: 16px;
	color: #666;
	line-height: 2em;
}
.btn2{
	margin-top: 16px;
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #ededed;
	transition: .3s;
}
.btn2:hover{
	background: #fe8c12;
	color: #fff;
	border: 1px solid #fe8c12;
}
/*团队阵容样式*/
.s-team{
	width: 1140px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	padding-bottom: 80px;
}
.s-team li{
	padding-top: 60px;
	display: flex;
	border-bottom: 1px solid #333;
}
.s-team-pic-left{
	width: 293px;
	height: 438px;
	padding-right: 40px;
}
.s-team-pic-right{
	width: 293px;
	height: 438px;
	padding-left: 40px;
}
.s-team-con{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.s-team-m{
	color: #1b1b1b;
	font-size: 16px;
	line-height: 36px;
}
.s-team-m>p{
	text-indent: 2em;
}

/*加入我们样式*/
.join1{
	background: url(../images/join1.jpg) no-repeat;
	background-position: top center;
}
.join1-s1{
	color: #181818;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 560px;
	text-align: center;
}
.join1-s2{
	font-size: 38px;
	font-weight: bold;
	color: #fe5512;
	text-align: center;
	line-height: 60px;
	padding-bottom: 75px;
}
.join2{
	background: url(../images/join2.jpg) no-repeat;
	background-position: top center;
	padding-top: 60px;
}
.join2-s1{
	color: #1b1b1b;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.join2-s1 span{
	display: block;
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
	padding-bottom: 15px;
}
.join2-s2{
	text-align: center;
}
.join2-s2 img{
	border-radius: 100px;
	margin: 0 15px;
}
.join2-s3{
	width: 1140px;
	height: 222px;
	margin: 0 auto;
}
.bold{
	font-weight: bold;
}
.join2-s3 p{
	text-align: center;
	color: #1b1b1b;
	font-size: 18px;
	line-height: 35px;
	margin-top: 10px;
}
.join3{
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0;
}
.join3-s1{
	font-size:26px;
	color: #1b1b1b;
	text-align: center;
	font-weight: bold;
}
.join3-s1 span{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 52px;
}
.join3-s2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 30px;
}
.join3-s2 li{
	width: 340px;
	height: 230px;
	border: 1px solid #c7c7c7;
	padding: 64px 26px 27px;
	background: url(../images/ja1.jpg) no-repeat;
	background-position: center 20px;
	text-align: center;
	margin-top: 30px;
}
.join3-s2 li.active{
	border:#188eee 1px solid;
	background: url(../images/ja11.jpg) no-repeat;
	background-position: center 20px;
}
.join3-s2 li.active .btn4{
	background: #188eee;
}
.join3-s2 li.active .join3-s2-s1,.join3-s2 li.active .join3-s2-s1 span{
	color: #188eee;
}
.join3-s2-s1{
	font-size: 20px;
	color: #1b1b1b;
	line-height: 40px;
}
.join3-s2-s1 span{
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.btn4{
	display: inline-block;
	padding: 0 15px;
	line-height: 30px;
	border-radius: 3px;
	background: #646464;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}
.join4{
	background:#f5f5f5 url(../images/join3.jpg) no-repeat;
	height: 365px;	
}
.join4 div{
	width: 1140px;
	margin: 0 auto;
	padding:70px 0 0 650px; 
}
.join4 p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.join4 p span{
	color: #fe5512;
}
/*项目合作页面样式*/
.top1{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	padding: 30px 0;
}
.top1 img{
	width: 218px;
	height: 60px;
}
.top1-s1{
	border-left: 1px solid #e7e7e7;
	padding-left: 10px;
	font-size: 20px;
	color: #858585;
	height: 42px;
	margin-top: 10px;
}
.top1-s1 span{
	color: #c5c5c5;
	font-size: 12px;
	display: block;
}
.top1-s2{
	margin-left: auto;
}
.top1-s2 p{
	color: #474645;
	font-size: 28px;
	padding-left: 20px;
	background: url(../images/tel.jpg) no-repeat;
	background-position: 0px center;
}
.top1-s2 span{
	display: block;
	color: #fe5512;
	font-size: 18px;
	text-align: center;
}
.s-banner img{
	width: 100%;
	height: auto;
}
.difficulty{
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
}
.project-title{
	text-align: center;
}
.project-title span{
	font-size:50px; 
	border-bottom:1px solid #c8c8c8;
	color: #333;
	display: inline-block;
	padding-bottom: 10px;
}
.project-title1{
	text-align: center;
	font-size:50px; 
	color: #188eee;
}

.difficulty-s1{
	padding: 45px 0 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.difficulty-s1 li{
	margin-top: 30px;
	width: 585px;
	height: 140px;
	background: url(../images/wt.png) no-repeat;
	padding:15px 50px 0 150px;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
}
.difficulty-s1 li span{
	display: block;
	font-size: 20px;
	line-height: 28px;
}
.difficulty-s2{
	padding: 100px 0 60px;
	display: flex;
	justify-content: space-between;
}
.difficulty-s2 li{
	width: 280px;
	height: 252px;
	border: 1px solid #e5e5e5;
	position: relative;
	padding-top: 70px;
}
.difficulty-s2 li i{
	position: absolute;
	left: 50%;
	width: 86px;
	height: 86px;
	top: -43px;
	margin-left: -43px;
	background: #fff url(../images/o.png) no-repeat;
	border-radius: 50px;
	border:1px solid #4a4a4a;
	background-position: center 0px;
}
.difficulty-s2 li:nth-child(2) i{
	background-position: center -86px;
}
.difficulty-s2 li:nth-child(3) i{
	background-position: center -172px;
}
.difficulty-s2 li:nth-child(4) i{
	background-position: center -258px;
}
.difficulty-s2-s1{
	padding:0 30px;
	font-size: 30px;
	color: #484848;
	text-align: center;
}
.difficulty-s2-s1 span{
	font-size: 18px;
	display: block;
	line-height: 28px;
	padding-top: 10px;

}
.difficulty-s2-s2{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #188eee;
}
.project-s1-c1{
	text-align: center;
}
.project-s1-c1 a{
	display: inline-block;
	width: 430px;
	height: 60px;
	background: #ffad01;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
.project-s1-c1 a:nth-child(2){
	background: #333;
}
.project-s1-c2{
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	width: 680px;
	margin-left: 280px;
	background: #fff;
}
.line{
	position: relative;
}
.line i{
	position: absolute;
	left: 0;
	right: 0;
	background: #ccc;
	height: 1px;
	width: 100%;
	z-index: -1;
	bottom: 80px;
}
.project-s1-c2 span{
	color: #ffad01;
	display: inline-block;
	padding-right: 30px;
}
.s-cooperate{
	background: url(../images/index1.jpg) no-repeat;
	padding: 80px 0 70px;
}
.s-cooperate .project-title span{
	color: #fff;
}
.s-cooperate-title{
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	padding-bottom: 10px;
	font-weight: bold;
}
.s-cooperate-con{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
}
.s-cooperate-con li{
	margin-top: 20px;
	display: flex;
	width: 590px;
	height: 190px;
	padding: 25px 20px;
	background: url(../images/tm.png) center repeat
}
.s-cooperate-con-s1{
	display: block;
	background: #188eee;
	width: 93px;
	height: 93px;
	color: #fff;
	line-height: 93px;
	text-align: center;
	font-size: 22px;
	margin-right: 15px;
	border-radius: 50px;
}

.s-cooperate-con-s2{
	flex: 1;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.s-cooperate-con-s2 span{
	display: block;
	font-size: 22px;
	padding-bottom: 10px;
}
.s-cooperate .project-s1-c1 a{
	background: #188eee;	
}
.s-cooperate .project-s1-c1 a:nth-child(2){
	background: #fff;
	color: #333;
}
.project-s2{
	text-align: center;
	margin-top: 26px;
	background: url(../images/aa.png) no-repeat;
	background-position: center;
	
}
.project-s2 p{
	font-size: 18px;
	color: #fff;
}
.project-s2 p span{
	display: inline-block;
	padding-right: 45px;
}
.advantage{
	padding: 86px 0 70px;
}
.s-advantage-title{
	font-size: 24px;
	font-weight: bold;
	color: #188eee;
	text-align: center;
	padding-top: 15px;
}
.advantage-con{
	width: 1200px;
	margin: 65px auto 0;
	border: 1px solid #e5e5e5;
}
.advantage-box1{
	display: flex;
}
.advantage-box1 li{
	background: #188eee;
	color: #fff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	flex: 1;
	font-weight: bold;
}
.advantage-box1 li+li{
	border-left: 1px solid #e5e5e5;
}
.advantage-box{
	display: flex;
}
.advantage-box li{
	height: 170px;
	flex: 1;
	padding:40px 15px 0;
	font-size: 16px;
    line-height: 24px;
    color: #777777;
    border-bottom: 1px solid #e5e5e5;
}
.advantage-box li+li{
	border-left: 1px solid #e5e5e5;
	
}
.advantage-box li.advantage-s1{
	font-size: 24px;
	color: #333;
	line-height: 34px;
	text-align: center;
}
.advantage-s1 span{
	display: block;
	color: #188eee;
	font-size: 20px;
	font-weight: bold;
}
.advantage-box.box1 li ,.advantage-box.box2 li{
	height: 210px;
}
.advantage-box.box1 li.active{
	background: #188eee;
	color: #fff!important;
}
.active.advantage-s1 span{
	color: #fff;
}
.box2 li{
	color: #a5a5a5;
}
.box2 .advantage-s1 span{
	color: #a5a5a5;
}
.system{
	padding: 70px 0;
	background: #f8f8f8;
	height: 1050px;
}
.system-title{
	font-size: 24px;
	font-weight: bold;
	color: #188eee;
	text-align: center;
	padding: 18px 0;
}
.system-con{
	width: 1200px;
	height: 670px;
	position: relative;
	margin: 0 auto;
}
.system-m1{
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -187px;
	width: 375px;
	height: 400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transform: rotate(-45deg);
}
.system-m1 li{
	width: 175px; 
	height: 175px;
	margin-bottom: 25px;
	background: #ececec;
	color: #333;
	font-size: 32px;
	text-align: center;
	padding-top: 30px;
	
}
.system-m1 li.active{
	background: #188eee;
	color: #fff;
}
.system-m1 li span{
	display: block;
}
.system-m1 li p{
	transform: rotate(45deg);
}
.system-m2 p{
	position: absolute;
	width: 390px;
	color: #6c6c6c;
	font-size: 16px;
	text-align: right;
}
.system-m2 p span{
	font-size: 22px;
	color: #333;
	display: block;
	padding-bottom: 6px;
}
.system-m2 p.active span{
	color:#188eee; 
}
.system-m2 p:nth-child(1){
	left: 0;
	top: 420px;
}
.system-m2 p:nth-child(2){
	left: 110px;
	top: 50px;
}
.system-m2 p:nth-child(3){
	left: 720px;
	top: 500px;
	text-align: left;
}
.system-m2 p:nth-child(4){
	right: 0px;
	top: 160px;
	text-align: left;
}
.system .project-s2 p{
	color: #333;
}
.system .project-s2 p span{
	color: #ffad01;
}
.core{
	padding: 70px 0;
}
.core-title{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-top: 16px;
	text-align: center;
}
.core-con{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.core-con li{
	margin-top: 60px;
	width: 260px;
	height: 350px;
	border: 1px solid #eee;	
}
.core-con-s1 span{
	display: block;
	font-size: 48px;
	font-weight:lighter;
	line-height: 50px;
	padding-top: 16px;
}
.core-con-s1{
	height: 120px;
	background: #188eee;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.core-con-s1:before{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: #188eee;
	left: 50%;
	margin-left: -8px;
	transform: rotate(45deg);
	top: 109px;
}
.core-con-s2{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding: 20px;
}
.core-con-s2 span{
	color: #188eee;
}
.core .project-s2 p{
	color: #333;
}
.core .project-s2 p span{
	color: #ffad01;
}
.teacher{
	padding: 70px 0;
	background: url(../images/team1.jpg) no-repeat;
	background-position: center;
}
.teacher .project-title span{
	color: #fff;
}
.teacher-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 70px;
}
.teacher-con li{
	margin-top: 40px;
	width: 180px;
}
.teacher-s1{
	width: 180px;
	height: 260px;
	position: relative;
}
.teacher-s1>img{
	width: 180px;
	height: 260px;
}
.teacher-con li:hover .teacher-s1-con{
	display: block;
}
.teacher-s1-con{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(24,142,238, .9);
	padding: 15px;
	color: #fff;
	line-height: 28px;
	font-size: 16px;
}
.teacher-s1-con img{
	display: block;
	padding-top: 8px;
}
.teacher-s1-con span{
	font-size: 14px;
	line-height: 20px;
}
.teacher-s2{
	height: 96px;
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 16px;
	padding-top: 20px;
}
.teacher-s2 span{
	display: block;
	font-size: 22px;
	color: #188eee;
	padding-bottom: 5px;
}
.teacher-s3{
	display: block;
	margin-top: 7px;
	background: #188eee;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
}
.teacher .project-s1-c1 a{
	background: #188eee;
}
.teacher .project-s1-c1 a:nth-child(2){
	background: #fff;
	color: #333;
}
.news{
	padding: 70px 0;
}
.news-title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}
.news-con{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.news-c1 img{
	width: 592px;
	height: 380px;
}
.news-c2{
	border: 1px solid #eaeaea;
	width: 575px;
	height: 380px;
	padding: 20px;
}
.new2-c2-title{
	display: flex;
	justify-content: space-between;
}
.new2-c2-title span{
	position: relative;
	font-size: 20px;
	color: #333;
}
.new2-c2-title span:before{
	content: "";
	position: absolute;
	background: #188eee;
	top: 33px;
	height: 2px;
	width: 30px;

}
.news-m{
	padding-top: 30px;
}
.news-m img{
	width: 135px;
	height: 85px;
	margin-right: 20px;
}
.news-m li{
	display: flex;
	padding-bottom: 15px;
}

.news-m-con a{
	display: block;
	width: 375px;
	font-size: 18px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    line-height: 26px;
}
.news-m-con p{
	color: #999;
	font-size: 16px;
	padding-top: 6px;
}
.news .project-s2 p{
	color: #333;
}
.news .project-s2 p span{
	color: #ffad01;
}
.abouts-title{
	background: #188eee;
	color: #fff;
	font-size: 49px;
	height: 130px;
	line-height: 130px;
	text-align: center;
}
.abouts-con{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
.abouts-con-title{
	font-size: 28px;
	color: #333;
	text-align: center;
}
.abouts-con-title span{
	display: block;
	color: #7e7e7e;
	font-size: 12px;
	line-height: 20px;
}
.abouts-con-main{
	font-size: 17px;
	color: #666;
	line-height: 38px;
	text-align: center;
	padding-top: 30px;
}
.abouts-con-b{
	background: #f8f8f8;
	padding: 28px 0;
}
.abouts-con-b .btn{
	padding-bottom: 0;
}
.step{
	padding: 75px 0;
}
.step-con{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
}
.step-con li{
	display: flex;
}
.step-con-s1{
	width: 204px;
	height: 204px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	transition: .8s;
}
.step-con-s1 span{
	position: absolute;
	bottom: 36px;
	font-size: 18px;
	color: #464644;
	left: 50%;
	transform: translate(-50%,0);
	white-space:nowrap;
}
.step-arrow{
	width: 125px;
	height: 204px;
}
.s-arrow1{
	background: url(../images/yj.jpg) no-repeat;
	background-position: center 120px;
}
.s-arrow3{
	background: url(../images/zj.jpg) no-repeat;
	background-position: center 120px;
}
.step-con li.step-con-down{
	display: block;
}
.step-con li.step-con-down .s-arrow2{
	display: block;
	height: 90px;
	background: url(../images/xj.jpg) no-repeat;
	background-position: center 27px;
} 
.step-con li:hover  .step-con-s1{
	border: 1px solid #188eee;
}
.step-con li:hover .step-con-s1 span{
	color: #188eee;
	cursor: pointer;
}

.step .project-s2 p{
	color: #333;
}
.step .project-s2 p span{
	color: #188eee;
}
.step .project-s1-c1 a{
	background:#188eee;
}
.step .project-s1-c1 a:nth-child(2){
	background: #333;
}
.ask{
	padding: 70px 0;
	background: #f8f8f8;
}
.ask-con{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
.ask-con-list li{
	display: block;
	border-bottom: 1px solid #a2a2a1;
	padding: 15px 0;
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.ask-con-list li p{
	font-size: 20px;
	line-height: 36px;
	color: #333;
}
.ask .project-s2 p{
	color: #333;
}
.ask .project-s2 p span{
	color: #188eee;
}
.ask .project-s1-c1 a{
	background:#188eee;
}
.ask .project-s1-c1 a:nth-child(2){
	background: #333;
}
.action{
	background: url(../images/bf.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 245px 0 80px;
	color: #fff;
	font-size: 19px;
	line-height: 36px;
	text-align: center;
}
.action p{
	font-size: 24px;
	font-weight: bold;
	color: #ffad01;
	line-height: 50px;
}
.marketing-plan{
	padding: 70px 0;
}
.marketing-plan-title{
	font-size: 24px;
	color: #188eee;
	text-align: center;
	padding-top: 15px;
}
.marketing-plan-con{
	width: 1200px;
	margin: 0 auto;
}
.marketing-plan-m{
	margin-top: 50px;
	font-size: 18px;
	color: #333;
	background: #f7f7f7;
	padding:28px;
	text-align: center;
}
.marketing-plan-m span{
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
}
.marketing-plan form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
.marketing-plan form p{
	width: 470px;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
	font-size: 18px;
	margin-top: 20px;
}
.marketing-plan input,.marketing-plan select{
	outline: none;
    width: 370px;
    border: 1px solid #ececec;
    height: 50px;
    font-size: 16px;
    padding: 0px 20px;
    border-radius: 5px;
    
}
.marketing-plan .btn{
	padding: 70px 0 0;
}

.tel{
	padding: 70px 0;
	background: #f7f7f7;
}
.tel-title{
	font-size: 20px;
	color: #333;
	padding-top: 15px;
	text-align: center;
}
.tel-main{
	font-size: 36px;
	color: #fe8c12;
	width: 340px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/tel.png) no-repeat;
	background-position: left center;
	background-size: 33px 33px;
	padding-left: 40px;
}
.tel-main span{
	font-size: 20px;
}

.contact-us{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.contact-us div,.contact-us a {
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #f0f0f0;
	height: 190px;
	flex: 1;
	line-height: 26px;
	color: #212830;
	font-size: 16px;
	padding-top: 36px;
}
.contact-us div:nth-child(4){
	border-right: 1px solid #f0f0f0;
}
.contact-us img{
	max-width: 80px;
	max-height: 80px;
	margin-bottom: 10px;
}
.contact-us p span{
	display: block;
	font-weight: bold;
}
.contant-us-s1 img{
	padding: 15px;
}
/*渠道合作的样式*/

.model{
	background: url(../images/q1.jpg) no-repeat;
	background-position: center;
	height: 306px;
	padding-top: 30px;
}
.channel-title1{
	font-size: 24px;
	color: #1f1f1f;
	text-align: center;
}
.channel-title1 span{
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #188eee;
	padding-top: 5px;
}
.model-con{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.model-con span{
	position: absolute;
	font-size: 16px;
	color: #fff;
}
.model-con span.model-c1{
	font-size: 20px;
	color: #464646;
	font-weight: bold;
	top: 79px;
	left: 65px;
}
.model-con span.model-c2{
	top: 43px;
	left: 410px;
}
.model-con span.model-c3{
	top: 120px;
	left: 410px;
}
.model-con span.model-c4{
	font-size: 20px;
	color: #464646;
	font-weight: bold;
	top: 79px;
	left: 676px;
}
.model-con span.model-c5{
	top: 43px;
	left: 1020px;
}
.model-con span.model-c6{
	top: 120px;
	left: 1020px;
}
.work{
	padding: 35px 0;
	background: url(../images/q2.jpg) no-repeat;
	background-position: center;
	height: 517px;
}
.channel-con{
	width: 770px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 32px;
}
.channel-con i{
	display: block;
	width: 147px;
	height: 147px;
	border-radius: 80px;
	border: 1px solid #d8d8d8;
	margin-bottom: 15px;
	background: #fff url(../images/ty1.jpg) no-repeat;
	background-position: center 30px;
}
.channel-con i.channel-ico1{
	background-position: center -82px;
}
.channel-con i.channel-ico2{
	background-position: center -190px;
}
.channel-con i.channel-ico3{
	background-position: center -302px;
}
.channel-con span{
	color: #676767;
	font-size: 20px;
}
.channel-s1{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.channel-s1-c1{
	width: 550px;
	margin: 0 auto;
	height: 50px;
	display: flex;
}
.channel-s1-c1 a{
	width: 275px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.channel-s1-c1 a:nth-child(1){
	background: #188eee;	
}
.channel-s1-c1 a:nth-child(2){
	background: #333;	
	font-weight: bold;
}
.channel-s1-c2{
	text-align: center;
	color: #242424;
	font-size: 18px;
	font-weight: bold;
	line-height: 66px;
}
.faith{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.faith-s1{
	font-size: 24px;
	color: #1f1f1f;
}
.faith-s2{
	font-size: 40px;
	color: #188eee;
	font-weight: bold;
	padding: 8px 0 10px;

}
.faith-s3{
	position: relative;
}
.faith-s3 i{
	position: absolute;
	height: 1px;
	background: #b3b3b3;
	left: 0;
	right: 0;
	top: 13px;
	z-index: -1;
}
.faith-s3 span{
	display: inline-block;
	background: #fff;
	font-size: 20px;
	color: #464646;
	padding: 0 20px;
}
.faith-s4{
	font-size: 12px;
	color: #777777;
	padding-top: 5px;
}
.faith-s5 span{
	margin-top: 13px;
	display: inline-block;
	background: #188eee;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 7px 13px;
	border-radius: 5px;
}
.faith-con1{
	background: #f5f5f5;
	padding: 20px;
	margin: 30px 0;
}
.faith-con1-title{
	color: #464646;
	font-size: 20px;
}
.faith-con1-title span{
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 6px;
}
.faith-con1-s1{
	display: flex;
	height: 117px;
	padding-top: 30px;
}
.faith-con1-s1 li{
	flex: 1;
}
.faith-con1-s1 li+li{
	border-left: 1px solid #707070;
}
.faith-con1-s1 p{
	font-size: 26px;
	font-weight: bold;
	color: #188eee;
}
.faith-con1-s1 p span{
	font-size: 50px;
	line-height: 60px;
	padding-right: 6px;
}
.faith-con1-s1 p i{
	display: block;
	font-style: normal;
	font-size: 20px;
	color: #333;
}
.faith-con1-s2{
	color: #7e7e7e;
	font-size: 16px;
	padding-top: 28px;
}
.faith-con2{
	display: flex;
	padding: 30px 0 20px;
	justify-content: space-between;
}
.faith-con2 div{	
	width: 580px;
	border: 1px solid #bababa;
	padding-bottom: 20px;
}
.faith-con2-s1{
	height: 58px;
	background: url(../images/m1.jpg) no-repeat;
	font-size: 26px;
	color: #fff;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
}
.faith-con2-s2{
	font-size: 18px;
	color: #5f5f5f;
	text-align: left;
	padding: 18px 18px 0;
}
.faith-con3{
	font-size: 30px;
	font-weight: bold;
}
.recruit{
	padding: 35px 0;
	background: url(../images/q3.jpg) no-repeat;
	background-position: center;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.recruit-s1{
	font-size: 40px;
	font-weight: bold;
	padding: 3px 0 12px;
}
.recruit-s2{
	width: 500px;
	margin: 0 auto;
	height: 52px;
	border: 1px solid #fff;
	border-radius: 6px;
	line-height: 52px;
	padding: 0 15px;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.recruit-s3{
	font-size: 12px;
	padding-top: 16px;
	color: #a8d5fa;
	padding-bottom: 30px;
}
.recruit .channel-s1-c1 a:nth-child(1){
	background: #fff;
	color: #188eee;
}
.recruit .channel-s1-c2{
	color: #fff;
	font-weight: normal;
}
.recruit .channel-s1:before{
	content: "";
	position: absolute;
	height: 1px;
	background: #8cc6f5;
	left: 0;
	width: 315px;
	top: 25px;
}
.recruit .channel-s1:after{
	content: "";
	position: absolute;
	height: 1px;
	background: #8cc6f5;
	right: 0;
	width: 315px;
	top: 25px;
}
.operate{
	padding: 35px 0 50px;
}
.operate-title{
	font-size: 24px;
	text-align: center;
}
.operate-title span{
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #188eee;
	padding-top: 6px;
}
.operate-con{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.operate-con>div{
	width: 580px;
}
.operate-con-s1{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #188eee;
	background: #ededed;
}
.operate-con-s2{
	border: 1px solid #ededed;
	padding: 10px 15px 15px 30px;
	height: 300px;
}
.operate-con-s2 ul li{
	list-style-type: square;
	color:#535353;
	font-size: 16px;
	line-height: 30px;
}
.operate-con-s2 p{
	color: #1e1e1e;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.fact{
	padding-top: 46px;
	background: url(../images/q4.jpg) no-repeat;
	background-position: center;
	height: 658px;
	text-align: center;
}
.fact-title{
	color: #2a2a2a;
	font-size: 18px;
	line-height: 32px;
}
.fact-title span{
	font-size: 40px;
	font-weight: bold;
	color: #188eee;
	padding-bottom: 27px;
	display: block;
}
.fact-con{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	padding-top: 80px;
}
.fact-con p{
	flex: 1;
}
.fact-con span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}
.business{
	padding: 36px 0 56px;
	background: url(../images/q5.jpg) no-repeat;
	background-position: center;
}
.business .operate-title{
	color: #fff;
}
.business .operate-title span{
	color: #fd8c11;
}
.business-title{
	font-size: 18px;
	color: #c9c9c9;
	line-height: 30px;
	padding-top: 15px;
	text-align: center;
}
.business-s1{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.business-s1 i{
	width: 170px;
	height: 170px;
	display: inline-block;
	border-radius: 100px;
	background:#fff url(../images/plan.jpg) no-repeat;
	background-position: center 40px;
}
.business-s1 i.business-ico1{
	background-position: center -93px;
}
.business-s1 i.business-ico2{
	background-position: center -239px;
}
.business-s1 i.business-ico3{
	background-position: center -380px;
}
.business-ico4{
	background-position: center -543px;
}
.business-s1 i.business-ico5{
	background-position: center -685px;
}
.business-s1 span{
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 15px 0 40px;
	text-align: center;

}
.business .channel-s1-c1 a:nth-child(1){
	background:#fd8c11;
}
.business .channel-s1-c2{
	color: #fff;
	font-weight: normal;
}
.business .channel-s1:before{
	content: "";
	position: absolute;
	height: 1px;
	background: #7e7f81;
	left: 0;
	width: 315px;
	top: 25px;
}
.business .channel-s1:after{
	content: "";
	position: absolute;
	height: 1px;
	background: #7e7f81;
	right: 0;
	width: 315px;
	top: 25px;
}
.sustain{
	width: 1200px;
	margin: 0 auto;
	padding: 36px 0 50px;
}
.sustain-arrow{
	margin-top: 15px;
	background: url(../images/mm1.png) no-repeat;
	background-position: center;
	height: 23px;
}
.sustain-con{
	width: 1200px;
	margin: 0 auto;
	height: 560px;
	background: url(../images/fc.jpg) no-repeat;
	position: relative;
}
.sustain-con p{
	text-align: center;
    color: #464646;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
}
.sustain-con p span{
	font-size: 30px;
    color: #1c1c1c;
}
.sustain1{
	top: 96px;
    left: 30px;
}
.sustain2{
	top: 140px;
    left: 206px;
}
.sustain3{
	top: 178px;
    left: 380px;
}
.sustain4{
	top: 218px;
    left: 553px;
}
.sustain5{
	top: 178px;
    left: 728px;
}
.sustain6{
	top: 140px;
    left: 902px;
}
.sustain7{
	top: 96px;
    left: 1075px;
}
.sustain8{
	top: 334px;
    left: 30px;
}
.sustain9{
	top: 378px;
    left: 206px;
}
.sustain10{
	top: 416px;
    left: 380px;
}
.sustain11{
	top: 456px;
    left: 553px;
}
.sustain12{
	top: 416px;
    left: 728px;
}
.sustain13{
	top: 378px;
    left: 902px;
}
.sustain14{
	top: 334px;
    left: 1082px;
}
.all-win{
	height: 675px;
	background: url(../images/fx.jpg) no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.all-win-con{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.all-win-c1{
	width: 650px;
}
.all-win-c1 .channel-s1{
	width: 650px;
	padding-top: 127px;
}
.all-win-c2{
	width: 548px;
	height: 565px;
	padding: 15px;
	background: url(../images/fx2.jpg) no-repeat;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
}
.all-win-c2 img{
	margin-bottom: 10px;
}
.all-win-s1{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #fff;
}
.all-win-s2{
	font-size: 50px;
	color: #188eee;
	font-size: 50px;
	padding-bottom: 25px;
	font-weight: bold;
}
.all-win-s2 span{
	color: #393939;
}
.all-win-c1 i{
	background: #464646;
	width: 95px;
	height: 1px;
}
.all-win-s3{
	padding-top: 25px;
	font-size: 24px;
	color: #cfcfcf;
	line-height: 38px;
}
.preference{
	background: #f4f4f4;
	padding: 35px 0 30px;
}
.preference-con{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding-top: 35px;
}
.preference-con li{
	display: flex;
	padding-left: 20px;
	flex: 1;
}
.preference-con img{
	margin-right: 15px;
}
.preference-con p{
	line-height: 28px;
	font-size: 16px;
	color: #464646;
	padding-top: 10px;
}
.enlist{
	height: 400px;
	background: url(../images/q6.jpg) no-repeat;
	background-position: center;
	padding: 50px 0;
	text-align: center;
}
.enlist-s1{
	font-size: 40px;
	color: #fff;
	padding-bottom: 18px;
	font-weight: bold;
}
.enlist-s2{
	display: flex;
	width: 800px;
	margin: 0 auto;
}
.enlist-s2 p:nth-child(1){
	color: #fff;
	font-size: 20px;
}
.enlist-s2 p:nth-child(1) span{
	font-size: 25px;
	display: block;
}
.enlist-s2 p:nth-child(2){
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	line-height: 56px;
	padding-left: 30px;
}
.enlist-s3{
	width: 620px;
	margin: 26px auto;
	height: 50px;
	line-height: 50px;
	border: #97cdf9 1px solid;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.enlist-s4{
	color: #fff;
	font-size: 20px;
	padding-bottom: 20px;
}
.enlist-s5{
	width: 210px;
	height: 40px;
	border-radius: 5px;
	background:#fff;
	color: #188eee;
	margin: 0 auto;
	font-weight: bold;
	font-size: 19px;
	line-height: 40px;
}
.channel-contact{
	padding: 60px 0 40px;
}
.channel-contact .channel-s1:before{
	content: "";
	position: absolute;
	height: 1px;
	background: #8cc6f5;
	left: 0;
	width: 315px;
	top: 25px;
}
.channel-contact .channel-s1:after{
	content: "";
	position: absolute;
	height: 1px;
	background: #8cc6f5;
	right: 0;
	width: 315px;
	top: 25px;
}
/*右侧公用部分样式*/
.common{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	display: flex;
	flex-direction:column;
	align-items: flex-end;
	z-index: 9999;
}
.common a{
	background: #188eee;
	margin-bottom: 3px;
	display: flex;
	width: 70px;
	height: 70px;
	transition: .5s;
	overflow: hidden;
	line-height: 70px;
}
.common a span{
	opacity: 0;
	font-size: 16px;
	color: #fff;	
	white-space:nowrap;
	transition: .6s;
	margin-left: -8px;
}
.common a.active{
	width: 140px;
}
.common  a.active span{
	opacity: 1;
}

/*右侧点击回电话弹框*/
.dialogue{
	display: none;
	position: fixed;
	width: 374px;
	height: 210px;
	right: 145px;
	padding: 30px 20px;
	background: #188eee;
	border-radius: 8px;
	top: 50%;
	margin-top: -105px;
}
.dialogue-title{
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}
.dialogue input{
	height: 40px;
	line-height: 40px;
	background: #fff;
	width: 100%;
	border: none;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.dialogue button{
	height: 43px;
	line-height: 43px;
	background: #555;
	width: 100%;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 6px;
	cursor: pointer;
}
.dialogue a{
	position: absolute;
	right: 18px;
	top: 18px;
	width: 20px;
	height: 20px;
}
.dialogue a img{
	width: 20px;
}


.dialogue1{
	display: none;
	position: fixed;
	width: 600px;
	height: 300px;
	padding: 30px;
	background: #188eee;
	border-radius: 5px;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	background: url(../images/bj.jpg) no-repeat;
	z-index: 9999;
}
.dialogue1 a.d-close{
	position: absolute;
	right: 18px;
	top: 18px;
	width: 20px;
	height: 20px;
}
.dialogue1 a.d-close img{
	width: 20px;
}
.dialogue1-title{
	font-size: 22px;
	text-align: center;
	color: #fff;
	padding: 24px 0 30px;
}
.dialogue1-title span{
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 18px;
	display: block;
}
.dialogue1-con{
	display: flex;
	justify-content: space-between;
}
.dialogue1-c1{
	width: 196px;
	height: 48px;
	line-height: 48px;
	background: #188eee;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
}
.dialogue1-c2{
	width: 320px;
	height: 50px;
	display: flex;
}
.dialogue1-c2 input{
	width: 243px;
	padding: 0 20px;
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 18px;
}
.dialogue1-c2 a{
	width: 75px;
	height: 48px;
	border: 1px solid #fff;
	background: #188eee;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.dialogue1-tel{
	font-size: 28px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}
.m-detail{
	width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}
.m-detail-title{
	font-size: 24px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.m-detail-title span{
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding: 23px 20px 20px 0;
}
.m-detail-main{
	padding: 50px 0;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 32px;
}
.m-detail-main p{
	text-indent: 2em;
	padding-bottom: 30px;
}
.back-list{
	text-align: center;
}
.back-list a{
	color: #188eee;
	font-size: 18px;
}















@media screen and (max-width: 1600px){
	.top img{ padding-left: 5%; }
	.top span{ padding-right: 5%; }

}


.mobile-top{
	display: none;
	width: 56px;
	height: 56px;
	margin-left: auto;
	position: relative;

}
.burger{
	position: absolute;
	height: 3px;
	width: 24px;
	left: 50%;
	margin-left: -12px;
	background: #188eee;
	transition: all .3s ease; 
}
.burger-1{
	top: 18px;
}
.burger-2{
	top: 27px;
}
.burger-3{
	top: 36px;
}
.mobile-top.active .burger-1{
  	transform: rotate(225deg);
  	top: 27px;
}
.mobile-top.active .burger-2{
  	transform: rotate(360deg);
  	top: 27px;
  	opacity: 0;
}
.mobile-top.active .burger-3{
  	transform: rotate(-225deg);
  	top: 27px;
}
.mobile-menu{
	display: none;
	position: fixed;
	width: 200px;
	right: 0;
    z-index: 9000;
    top: 56px;
    background: #188eee;
    bottom: 0;
    padding: 30px;
    font-size: 15px;
    transform: translateX(100%);
    transition:all .5s cubic-bezier(.25,.46,.45,.94);
}
.mobile-menu.show{
	transform: translateX(0);
}
.mobile-menu li{
	border-bottom: 1px solid #4ea9f4;
	line-height: 49px;
}
.mobile-menu li a{
	color: #e6fbfd;
}
.body-right{
	transition:all .5s cubic-bezier(.25,.46,.45,.94);
}
.body-right.trans{
    transform: translateX(-200px);
}
.bg{
	background: rgba(0,0,0,.7);
	visibility: hidden;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 56px;
	bottom: 0;
	right: 0;
	z-index: 8999;
}
.bg-show{
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 1200px){
	.top img{ padding-left: 0; height: 56px; }
	.top>ul.nav,.top>span{ display: none; }
	.m8{ display: none; }
	.top{ height: 56px; }
	.top img{ width: 130px; height: auto; }
	.mobile-top{ display: block; }
	.mobile-menu{ display: block; }	
}





/*轮播图样式*/
.flexslider{position:relative;height:740px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:740px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}