@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/11/07
*/

.the-title{
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	color:#1e1e33;
	position: relative;
	margin-bottom: 55px;
}
.the-title .show{
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
}
.the-title span{
	color: #652da6;
}

/*----- banner------*/
.banner{
	width: 100%;
	height: 509px;
	background: url("../images/banner.png")no-repeat center top;
}
.banner .wrapper{
	height: 100%;
	position: relative;
}
.banner .txt{
	width: 645px;
	padding: 140px 0px 0px;
	box-sizing: border-box;
}
.banner .txt .name{
	height: 46px;
	line-height: 46px;
	font-size: 40.09px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 35px;
}
.banner .txt .sub{
	line-height: 22px;
	font-size: 13.77px;
	color: #fff;
	margin-bottom: 40px;
}
.banner .txt .func a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
	background-color:#2468f2; 
}
.banner .txt .func a:hover{
	background-color: #1749b0;
}
.banner .tab{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: rgba(36,104,242,.70);
	font-size: 16px;
	justify-content: space-around;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner .tab a{
	display: block;
	color: #fff;
}
.banner .tab a:hover{
	transform: scale(1.2);
	transition: all 0.3s ease-in-out;
}
/*----- section1----*/
.section1{
	width: 100%;
	height: 570px;
	background-color: #fff;
}
.section1 .wrapper{
	padding-top: 55px;
	box-sizing: border-box;
}
.section1 .slide{
	margin-bottom: 15px;
}
#slide .pic{
	width: 986px;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#slide .pic li{ 
	position: absolute;
	width: 265px;
	height: 318px;
	padding: 40px;
	border: 1px solid #d2e1ff;
	box-sizing: border-box;
	border-radius: 6px; 
	background-color: #fff;
	color:#333;
	box-shadow: 0px 10px 25px 0px rgba(36,104,202,.13);
}
#slide .pic .name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#slide .pic .des{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 15px;
}
#slide .pic .img{
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
}


#slide .pic .img img{
	width: 87px;
	height: 64px;
}
#slide .pic .p1 img,
#slide .pic .p5 img{
	width: 56px;
	height: 42px;
}
#slide .pic .p2 img,
#slide .pic .p4 img{
	width: 67px;
	height: 50px;
}
#slide .pic .p3 img{
	width: 87px;
	height: 64px;
}


#slide .pic .img .default{
	display: inline-block;
}
#slide .pic .img .cur{
	display: none;
}
#slide .pic .p1,
#slide .pic .p5{ 
	z-index: 3;
	width: 174px; 
	height: 209px;
	padding: 24px 20px;
	top: 50px;
}
#slide .pic .p1{
	left: 0px;
}
#slide .pic .p5 { 
	right: 0px;
}
#slide .pic .p1 .name,
#slide .pic .p5 .name{
	font-size: 13.08px;
}
#slide .pic .p1 .des,
#slide .pic .p5 .des{
	font-size: 10.18px;
	color: #999;
	line-height: 14px;
}
#slide .pic .p2,
#slide .pic .p4{ 
	z-index: 4;
	width: 219px;
	height: 263px;
	padding: 35px;
	top: 30px;
}
#slide .pic .p2{
	left: 158px;
}
#slide .pic .p4{
	right: 158px;
}
#slide .pic .p2 .name,
#slide .pic .p4 .name{
	font-size: 15.68px;
}
#slide .pic .p2 .des,
#slide .pic .p4 .des{
	font-size: 12.2px;
	line-height: 18px;
	color: #999;
}
#slide .pic .p3{
	z-index: 10;  
	left: 50%;
	margin-left: -132.5px;
	top: 0;
	background-color: #2468f2;
	color: #fff;
}
#slide .pic .p3 .img{
	bottom: 45px;
}
#slide .pic .p3 .img .default{
	display: none;
}
#slide .pic .p3 .img .cur{
	display: inline-block;
}
.form {
	width: 100%;
	height: 104px;
	box-shadow: 1px 0px 15px rgba(0,0,0,.1);
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.form ul{
	width: 100%;
	height: 39px;
	padding: 32px 35px 0;
	box-sizing: border-box;
}
.form li{
	height: 39px;
	margin-left: 25px;
}
.form li:first-child{
	margin-left: 0;
}
.form .safe{
	width: 270px;
}
.form .name{
	width: 124px;
}
.form .tel{
	width: 170px;
}
.form .company{
	width: 260px;
}
.form .submit{
	width: 200px;

}
.form select,
.form input,
.form button{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 39px;
	padding: 0 12px;
	box-sizing: border-box;
	outline: none;
	border:0;
	background-color: transparent;
}
.section1 .form{
	position: relative;
	z-index: 10;
}
.section1 .form select, 
.section1 .form input{
	background-color: #f5f5f5;
}
.section1 .form button{
	background-color: #2468f2;
	color: #fff;
}
/*---- section2----*/
.section2{
	width: 100%;
	height: 520px;
	background-color: #f7f7f9;
}
.section2 .wrapper{
	padding-top: 117px;
	box-sizing: border-box;
}
.section2 .txt-layer{
	width: 440px;
}
.section2 .txt-layer .txt{
	text-indent: 28px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 45px;
}
.section2 .txt-layer .func a{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 35px;
    font-size: 16px;
    color: #fff;
    background-color: #2468f2;
}
.section2 .txt-layer .func a:hover{
	background-color: #1749b0;
}
.section2 .step-layer{
	width: 752px;
}
.section2 .step-layer .step{
	width: 100%;
	height: 51px;
	justify-content: center;
	text-align: center;
}
.section2 .step-layer .step:first-child{
	height: 40px;
}
.section2 .step-layer .name{
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	position: relative;
	background-color: #4d87fd;
	margin: 20px 15px 0 0;
}
.section2 .name:before{
	display: block;
	content: "";
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #4d87fd;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.section2 .step:first-child .name{
	background-color: transparent;
}
.section2 .step:first-child .name:before{
	border-left-color: transparent;
}
.section2 .step:nth-child(2) .name{
	background-color: #4d87fd;
}
.section2 .step:nth-child(2) .name:before{
	border-left-color: #4d87fd;
}
.section2 .step:nth-child(3) .name{
	background-color: #5a6078;
}
.section2 .step:nth-child(3) .name:before{
	border-left-color: #5a6078;
}
.section2 .step:nth-child(4) .name{
	background-color: #2468f2;
}
.section2 .step:nth-child(4) .name:before{
	border-left-color: #2468f2;
}
.section2 .step:nth-child(5) .name{
	background-color: #373f5e;
}
.section2 .step:nth-child(5) .name:before{
	border-left-color: #373f5e;
}
.section2 .step span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-top: 12px; 
}
.section2 .step1{
	width: 290px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #6580be;
	color: #fff;
	font-weight: bold;
}
.section2 .step2{
	width: 382px;
	height: 51px;
	background:url("../images/step2.png")no-repeat;
}
.section2 .step2 span{
	margin-left: 10px;
}
.section2 .step2 span:first-child{
	margin-left: 0;
}
.section2 .step3{
	width: 474px;
	height: 51px;
	background: url("../images/step3.png")no-repeat;
}
.section2 .step3 span{
	margin-left: 30px;
}
.section2 .step3 span:first-child{
	margin-left: 0;
}
.section2 .step3 span img{
	margin-right: 5px;
}
.section2 .step4{
	width: 566px;
	height: 51px;
	background: url("../images/step4.png")no-repeat;
}
.section2 .step4 span{
	margin-left: 8px;
}
.section2 .step4 span:first-child{
	margin-left: 0;
}
.section2 .step5{
	width: 663px;
	height: 51px;
	background: url("../images/step5.png")no-repeat;
}
.section2 .step5 span{
	margin-left: 60px;
}
.section2 .step5 span:first-child{
	margin-left: 0;
}
/*--- section3 -----*/
.section3{
	width: 100%;
	height: 572px;
	background:#373f5e url("../images/bg-sec3.png")no-repeat center top;
	position: relative;
}
.section3:after{
	display: block;
	content:"";
	width: 0;
	height: 0;
	border-width: 15px;
	border-style: solid;
	border-color: #373f5e transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.section3 .wrapper{
	width: 1300px;
	padding-top: 45px;
	box-sizing: border-box;
}
.section3 .the-title{
	color: #fff;
}
.section3 ul{
	width: 1200px;
	height: 310px;
	margin: 0 auto 20px;
	justify-content: space-between;
}
.section3 li{
	width: 300px;
	height: 310px;
	position: relative;
}
.section3 li:before,
.section3 li:after{
	display: block;
	content:'';
	width: 138px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
}
.section3 li:before{
	left: 0;
}
.section3 li:after{
	right: 0;
}
.section3 li:first-child:before,
.section3 li:last-child:after{
	width: 168px;
}
.section3 li:first-child:before{
	left: -30px;
}
.section3 li:last-child:after{
	right: -30px;
}
.section3 li .num{
	width: 31px;
	height: 38px;
	line-height: 30px;
	text-align: center;
	background: url("../images/bg-num.png")no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -15.5px;
	font-size: 21.25px;
	color: #373f5e;
}
.section3 li:nth-child(2n) .num{
	bottom: 75px;
}
.section3 li:nth-child(2n+1) .num{
	top: 75px;
}
.section3 li .dot{
	width: 24px;
	height: 24px;
	background: url("../images/icon-dot.png")no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.section3 li .txt{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
}
.section3 li:nth-child(2n) .txt{
	top: 0;
}
.section3 li:nth-child(2n+1) .txt{
	bottom: 0;
}
.section3 li .txt .name{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.section3 li .txt .des{
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 24px;
}
.certify-func{
	width: 402px;
	height: 37px;
	border-radius: 37px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	overflow: hidden;
	margin: 0 auto;
}
.certify-func a,
.certify-func span{
	display: block;
	width: 50%;
	height: 100%;
	line-height: 37px;
	text-align: center;
	font-size: 18px;
	color:#373f5e;
}
.certify-func .btn{
	background-color: #2468f2;
	color: #fff;
}
.section4{
	width: 100%;
	height: 550px;
	background-color: #fff;
}
.section4 .wrapper{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.section4 .content{
	margin-bottom: 45px;
}
.section4 .list{
	width: 100%;
	height: 314px;
	justify-content: space-between;
}
.section4 .list li{
	width: 172px;
	height:100%;
	text-align: center;
	border:1px solid #e2e0e4;
	box-sizing: border-box;
	border-left: 0;
	padding-top: 50px;
	font-size: 18px;
	color: #666;
	cursor: pointer;
}
.section4 .list li:first-child{
	border-left: 1px solid #e2e0e4;
}
.section4 .list .name{
	margin-bottom: 110px;
}
.section4 .list li .des{
	display: none;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.section4 .list li.active{
	width: 266px;
	height: 100%;
	background-color: #6580be;
	background-repeat: no-repeat;
	background-position: 130px 200px;
	color: #fff;
	padding:50px 25px 0;
	box-sizing: border-box;
	transition: width 0.3s linear;
}
.section4 .list li.active:first-child{
	background-image: url("../images/bg-sec4-1.png");
}
.section4 .list li.active:nth-child(2){
	background-image: url("../images/bg-sec4-2.png");
}
.section4 .list li.active:nth-child(3){
	background-image: url("../images/bg-sec4-3.png");
}
.section4 .list li.active:nth-child(4){
	background-image: url("../images/bg-sec4-4.png");
}
.section4 .list li.active:nth-child(5){
	background-image: url("../images/bg-sec4-5.png");
}
.section4 .list li.active:nth-child(6){
	background-image: url("../images/bg-sec4-6.png");
}
.section4 .list li.active:nth-child(7){
	background-image: url("../images/bg-sec4-7.png");
}
.section4 .list li.active .name{
	text-align: left;
	margin-bottom: 25px;
}
.section4 .list li.active .des{
	display: block;
}
.section4 .list li.active .pic{
	display: none;
}
.section4 .form{
	background: linear-gradient(to right bottom,#85a1da,#373f5e);
	position: relative;
	z-index: 20;
	box-shadow: 1px 0px 15px rgba(36,104,242,.37);
}
.section4 .form select, 
.section4 .form input{
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(10,2,4,.24);
}
.section4 .form button{
	background-color: #2468f2;
	color:#fff;
	box-shadow: 0px 5px 10px rgba(10,2,4,.24);
}
.section5{
	width: 100%;
	height: 540px;
	background-color: #f7f7f9;
}
.section5 .wrapper{
	height: 100%;
	padding-top: 85px;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.section5 .img{
	width: 356px;
	height: 365px;
	padding:15px 0;
	box-sizing: border-box;
	background-color: #fff;
}
.section5 .img .pic{
	width: 327px;
	margin: 0px auto 8px;
}
.section5 .img .pic:last-child{
	margin-bottom: 0;
}
.section5 .img .pic img{
	max-width: 327px;
}
.section5 .info_detail{
	width:844px;
	padding-left: 70px;
	box-sizing: border-box;
}
.section5 .info_detail .name{
	height: 36px;
	font-size: 30px;
	color:#2c2f34;
	font-weight: bold;
	margin-bottom: 25px;
}
.section5 .info_detail .name .sub{
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: normal;
	margin-left: 45px;
}
.section5 .label{
	height: 36px;
	padding-left: 75px;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	margin-bottom: 35px;
}
.section5 .label:before{
	display: block;
	content:"";
	width: 51px;
	height: 13px;
	background: url("../images/icon01.png")no-repeat;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.section5 .label span{
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	padding:0 25px;
	font-size: 14px;
	color:#fff;
	border-radius: 5px;
	margin-right: 25px;
}
.section5 .label span:last-child{
	margin-right: 0;
	background-color: #2468f2;
}
.section5 .label span:first-child{
	background-color: #2468f2;
}
.section5 .label span:nth-child(2){
	background-color: #6580be;
}
.section5 .label span:nth-child(3){
	background-color: #373f5e;
}
.section5 .infoList li{
	box-sizing: border-box;
	font-size: 14px;
	color:#666;
	line-height: 24px;
	margin-bottom: 15px;
}
.section5 .infoList li:last-child{
	margin-bottom: 0;
}
.section5 .func{
	margin-top: 40px;
}
.section5 .func a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	padding:0 35px;
	font-size: 16px;
	color:#fff;
}
.section5 .func a.freeHandle{
	background-color: #373f5e;
	margin-right: 35px;
}
.section5 .func a.freeHandle:hover{
	background-color: #131621;
}
.section5 .func a.freeTry{
	background-color: #2468f2;
}
.section5 .func a.freeTry:hover{
	background-color: #1749b0;
}

/*-----.section6 ----*/
.section6{
	width: 100%;
	height: 630px;
	background-color: #fff;
}
.section6 .wrapper{
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.section6 .content{
	width: 100%;
	background-color: #f7f7f9;
	padding:50px 75px;
	box-sizing: border-box;
	margin-bottom: 42px;
}
.section6 .nav{
	width: 100%;
	height: 46px;
	border-bottom: 2px solid #6580be;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.section6 .nav li{
	width: 173px;
	height: 100%;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	border-radius: 12px 12px 0px 0px;
	background-color: #e3e4e9;
	margin-left: 30px;
	cursor: pointer;
}
.section6 .nav li:first-child{
	margin-left: 0;
}
.section6 .nav li.active{
	background-color: #6580be;
	color: #fff;
}
.section6 .nav li:hover{
	color: #6580be;
}
.section6 .nav li.active:hover{
	color: #fff;
}
.section6 .content .show{
	display: none;
}
.section6 .content .show.active{
	display: block;
}
.section6 .list{
	background-color: #fefefe;
}
.section6 .list li{
	padding-left: 250px;
	box-sizing: border-box;
	height: 102px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	position: relative;
}
.section6 .list li:first-child{
	margin-bottom: 1px;
	border-bottom: 1px solid #f7f7f9;
	box-sizing: border-box;
}
.section6 .list .name{
	width: 250px;
	position: absolute;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 102px;
}
.section6 .list li:first-child .name{
	background-color: #5a6078;
}
.section6 .list li:nth-child(2) .name{
	background-color: #373f5e;
}
.section6 .list .des{
	padding:20px;
	text-align:left;
	box-sizing: border-box;
}
.section6 .form{
	background: linear-gradient(to right bottom,#85a1da,#373f5e);
	position: relative;
	z-index: 20;
	box-shadow: 1px 0px 15px rgba(36,104,242,.37);
}
.section6 .form select, 
.section6 .form input{
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(10,2,4,.24);
}
.section6 .form button{
	background-color: #2468f2;
	color:#fff;
	box-shadow: 0px 5px 10px rgba(10,2,4,.24);
}
.section7{
	width: 100%;
	height: 525px;
	background-color: #f7f7f9;
}
.section7 .wrapper{
	padding-top: 95px;
	box-sizing: border-box;
}
.section7 .the-title{
	margin-bottom: 55px;
}
.section7 .list{
	justify-content: space-between;
}
.section7 .list li{
	width: 368px;
	height: 320px;
	border-bottom: 7px solid transparent;
	box-sizing: border-box;
	padding:40px;
	cursor: pointer;
}
.section7 .list .name{
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.section7 .list .des{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 35px;
}
.section7 .list .num{
	text-align: center;
	height: 67px;
}
.section7 .list .num span{
	display: inline-block;
	width: 51px;
	height: 67px;
	line-height: 67px;
	background:url("../images/bg-num-01-default.png")no-repeat;
	font-size: 24px;
	text-align: center;
}
.section7 .list li.active{
	background-color: #6580be;
	border-color: #2468f2;
	color: #fff;
}
.section7 .list li.active .num span{
	background:url("../images/bg-num-01-active.png")no-repeat;
}

.section8{
	width: 100%;
	height: 338px;
	background: url("../images/bg-sec8.png")no-repeat;
}
.section8 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section8 .title{
	font-size: 30.42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.section8 .title .sub{
	font-size: 16.12px;
	font-weight: normal;
	padding-top: 12px;
}
.section8 .list{
	height: 81px;
	margin-bottom: 25px;
}
.section8 .list li{
	width: 25%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.section8 .list li:before{
	display: block;
	content:"";
	width: 1px;
	height: 81px;
	background: url("../images/bg-line.png")no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.section8 .list li:first-child:before{
	display: none; 
}
.section8 .list .num,
.section8 .list .des{
	display: inline-block;
	vertical-align: middle;
}
.section8 .list .num{
	font-size: 50.14px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.section8 .list .des p{
	text-align: left;
	margin-bottom: 8px;
}
.section8 .func{
	text-align: center;
}
.section8 .func a{
	display: inline-block;
    height: 32px;
    line-height: 31px;
    border-radius: 32px;
    padding: 0 25px;
    color: #fff;
    background-color: #2468f2;
}
.section8 .func a:hover{
	background-color: #1749b0;
}
/*--- 联系我们-----*/
.contact-sec{
	width: 100%;
	height: 345px;
	background-color: #fff;
}
.contact-sec .wrapper{
	height: 100%;
}
.contact-sec .contactInfo{
	width: 600px;
	height: 100%;
	padding-right: 65px;
	box-sizing: border-box;
}
.contact-sec .contactInfo .item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 45px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.contact-sec .contactInfo .item li{
	text-align: center;
	font-size: 18px;
	color:#666;
}
.contact-sec .contactInfo .item li div{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	margin:0 auto 15px;
}
.contact-sec .contactInfo .item li div:hover{
	background-color: rgba(0,0,0,.01);
}
.contact-sec .contactInfo .phoneImg{
	width: 46px;
    height: 47px;
    margin: 5px 15px 0 0;
}
.contact-sec .contactInfo .phoneImg img{
	width: 100%;
	height: 100%;
}
.contact-sec .contactInfo .subscribe{
	font-size: 15.53px;
	color:#333;
	margin-bottom: 10px;
}
.contact-sec .contactInfo .num{
	font-size: 28.47px;
	font-weight: bold;
}
.contact-sec .contactInfo .func{
	width: 245px;
	height: 44px;
	line-height: 44px;
	border:1px solid #ccc;
	border-radius: 44px;
	box-sizing: border-box;
	font-size: 0;
}
.contact-sec .contactInfo .func a{
	display: inline-block;
	width: 50%;
	height: 100%;
	line-height: 44px;
	text-align: center;
	font-size: 15.59px;
	color:#333;
	cursor: pointer;
	padding:0;
}
.contact-sec .contactInfo .func .active{
	background-color: #1eb8f7;
	color:#fff;
	border-radius: 44px;
}
.contact-sec .messageBox{
	width: 600px;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 135px;
	box-sizing: border-box;
}
.contact-sec .messageBox:before{
	display: block;
	content:"";
	width: 1px;
	height: 235px;
	background-color: #ccc;
	position: absolute;
	top: 65px;
	left:0;
}
.contact-sec .messageBox .info{
	width: 40px;
    height: 115px;
    padding:15px 10px;
    box-sizing: border-box;
    font-size: 16.01px;
    color: #fff;
    background-color: #0f9cd5;
    position: absolute;
    top: 65px;
    left: 60px;
}
.contact-sec .messageBox form{
	margin-top: 65px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.contact-sec .messageBox ul{
	margin-top:35px;
	font-size: 0;
    color: #333;
}
.contact-sec .messageBox li{
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.contact-sec .messageBox li:nth-child(2){
	margin-right: 0;
}
.contact-sec .messageBox li input{
	width: 170px;
	height: 30px;
	border:1px solid #bababa;
	box-sizing: border-box;
	padding-left: 5px;
	border-radius: 3px;
	background-color: transparent;
}
.contact-sec .messageBox .message{
	font-size: 16px;
	color:#333;
}
.contact-sec .messageBox .message span{
	display: inline-block;
	vertical-align: top;
}
.contact-sec .messageBox .message textarea{
	display: inline-block;
	resize: none;
	width: 370px;
	height: 66px;
	border:1px solid #bababa;
	background-color: transparent;
	border-radius: 3px;
	padding:10px;
	box-sizing: border-box;
	overflow-y: auto;
}
.contact-sec .messageBox .message .submit{
	display: block;
	padding:0 0 0 75px;
	background: transparent;
	border:0;
	font-size: 16px;
	color:#333;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 10px;
}

/*---- footer-----*/
.footer{
    width: 100%;
    height: 270px;
    background-color: #131a20;
    padding-top: 60px;
    box-sizing: border-box;
}
.footer .wrapper{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.footer .wrapper ul{
    padding:0 80px;
    border-right: 1px solid #939191;
}
.footer .wrapper ul:first-child{
    padding-left: 0;
}
.footer .wrapper ul:last-child{
    padding-right: 0;
    border-right:0;
}
.footer .wrapper li{
    font-size: 14px;
    color:#939191;
    line-height: 26px;
}
.footer .wrapper li.name{
    color:#fff;
    margin-bottom: 10px;
}