@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/12/17
*/

.the-title{
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 29.78px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 25px;
	position: relative;
}
.the-title .line{
	display: -webkit-flex;
	display: flex;
	flex-grow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 5px;
	font-size: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.the-title .line span{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 100%;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align:top;
}
.the-title .line span.l{
	background-color: #cd338e;
}
.the-title .line span.r{
	background-color: #154685;
}
.the-func{
	margin-top: 15px;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 0;
}
.the-func a{
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 36px;
}
.the-func a.left{
	background: linear-gradient(to right,#cd338e,#6c3c89);
}
.the-func a.left:hover{
	background: linear-gradient(to left,#cd338e,#6c3c89);
}
.the-func a.right{
	background: linear-gradient(to right,#6c3c89,#154685);
	margin-left: 35px;
}
.the-func a.right:hover{
	background: linear-gradient(to left,#6c3c89,#154685);
}
/*----- banner------*/
.banner{
	width: 100%;
	height: 509px;
	background: url("../images/banner.png")no-repeat center top;
}
.banner .wrapper{
	height: 100%;
	padding-top: 125px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.banner .txt .title{
	font-size: 40.49px;
	font-weight: bold;
	color:#fff;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.banner .txt .des{
	color: #fff;
	line-height: 30px;
	margin-bottom: 25px;
}
.banner .txt .func{
	text-align: center;
}
.banner .txt .func a{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	border-radius: 37px;
	font-size: 16px;
	color: #fff;
	padding: 0 55px;
	background:linear-gradient(to right,#82205a,#6c3c89); 
}
.banner .txt .func a:hover{
	background:linear-gradient(to left,#82205a,#6c3c89); 
}
.banner .tab{
	width: 100%;
	height: 50px;
	background-color: rgba(108,60,137,.8);
	padding: 0 70px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner .tab li{
	width: 208px;
	height: 50px;
	margin-left: 75px;
}
.banner .tab li:first-child{
	margin-left: 0;
	background-color:#a72b7a;
}
.banner .tab a{
	display: block;
	width: 208px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
/*.banner .tab li.active a{
	background-color:#a72b7a;
}*/
.banner .tab a:hover{
	background-color:#a72b7a;
}
.section1{
	width:100%;
	height: 507px;
	background-color: #fff;
}
.section1 .wrapper{
	padding-top: 40px;
	box-sizing: border-box;
}
.section1 .the-title{
	margin-bottom: 18px;
}
.section1 .content{
	margin-bottom: 45px;
}
.section1 .list{
	height: 250px;
	padding-top: 25px;
	box-sizing: border-box;
	justify-content: space-between;
}
.section1 .list li{
	width: 212px;
	height: 224px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	top: 0;
}
.section1 .list li:first-child{
	margin-left: 0;
}
.section1 .list li .icon{
	height: 68px;
	text-align:center;
	position: relative;z-index: 20;
}
.section1 .list .cont{
	width: 212px;
	height: 180px;
	background-color: #fff;
	margin-top: -23px;
	box-shadow: 0px 0px 25px rgba(0,0,0,.08);
	padding: 45px 20px;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
	z-index: 10;
}
.section1 .list .cont .name{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.section1 .list .cont .des{
	color: #666;
	line-height: 24px;
}
.section1 .list li:hover{
	top: -25px;
	transition: top 0.3s ease-in-out;
}
.section1 .list li:after{
	display: block;
	content:"";
	width: 100%;
	height: 25px;
	background-color: #e9e9eb;
	position: absolute;
	bottom: -25px;
	left: 0;
	opacity: 0;
}
.section1 .list li:hover:after{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.section1 .list li:hover .cont:before{
	display: block;
	content:"";
	width: 100%;
	height: 100%;
	background: url("../images/border.png")no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section2{
	width: 100%;
	height: 630px;
	background: #f7f7f7;
}
.section2 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section2 .the-title{
	margin-bottom: 20px;
}
.section2 .sub{
	text-align: center;
	color: #666;
	margin-bottom: 15px;
}
.section2 .content{
	width: 100%;
	min-height: 420px;
	background: url("../images/bg-sec2.png")no-repeat center 120px;
}
.section2 .center{
	text-align: center;
	height: 292px;
}
.section2 .center .img{
	display: inline-block;
	width: 362px;
	height: 292px;
	vertical-align: top;
	background: url("../images/bg-sec2-pic.png")no-repeat;
	padding-top: 85px;
	box-sizing: border-box;
}
.section2 .center p{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
}
.section2 .list{
	position: relative;
	width: 100%;
	height: 325px;
	margin-top: -210px;
}
.section2 .list li{
	position: absolute;
	width: 338px;
	height: 100px;
}
.section2 .list li .cont{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(to right,#cd338e,#6c3c89);
	padding:20px 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.section2 .list li .cont:hover{
	background: linear-gradient(to left,#cd338e,#6c3c89);
}
.section2 .list li:before{
	display: block;
	content: "";
	width: 332px;
	height: 96px;
	background: url("../images/sec2-border.png")no-repeat;
	position: absolute;
	left: -15px;
	top: 15px;
}
.section2 .list .txt1{
	left: 20px;
	top: 10px;
}
.section2 .list .txt2{
	right: 20px;
	top: 10px;
}
.section2 .list .txt3{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.section2 .list .num{
	width: 71px;
	height: 55px;
	margin-right: 30px;
}
.section2 .list .des{
	color: #fff;
	line-height: 24px;
}
.section3{
	width: 100%;
	height: 666px;
	background-color: #fff;
}
.section3 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section3 .the-title{
	margin-bottom: 45px;
}
.section3 .content{
	justify-content: space-between;
	margin-bottom: 45px;
}
.section3 .cont{
	width: 335px;
	height: 380px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.08);
}
.section3 .cont:nth-child(3){
	width: 400px;
}
.section3 .cont .name{
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background:linear-gradient(to bottom,#cc338e,#6d3c89);
	border-radius: 5px 5px 0px 0px;
}
.section3 .cont .in{
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	height: 210px;
	overflow: hidden;
}
.section3 .cont .img{
	text-align: center;
}
.section3 .cont .img .tit{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
}
.section3 .data-tit{
	padding:30px 0px 25px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #1e1e33;
	margin-bottom: 20px;
}
.section3 .data-list{
	width: 100%;
}
.section3 .data-list li{
	height:  20px;
	line-height: 20px;
	color: #666;
	margin-bottom: 10px;
}
.section3 .data-list li:nth-child(1),
.section3 .data-list li:nth-child(4),
.section3 .data-list li:nth-child(7){
	width: 84px;
}
.section3 .data-list li:nth-child(2),
.section3 .data-list li:nth-child(5),
.section3 .data-list li:nth-child(8){
	width: 112px;
}
.section3 .data-list li:nth-child(3),
.section3 .data-list li:nth-child(6),
.section3 .data-list li:nth-child(9){
	width: 76px;
}
.section3 .linear{
	height: 34px;
	margin-top: 16px;
	text-align:center;
}
.section3 .linear p{
	height: 34px;
	display: inline-block;
	background: url("../images/bg-sec3-txt.png")no-repeat;
	background-size: 100% 100%;
}
.section3 .linear:first-child p{
	width: 340px;
}
.section3 .linear:nth-child(2) p{
	width: 269px;
}
.section3 .linear:nth-child(3) p{
	width: 200px;
}
.section3 .linear span{
	display: inline-block;
	vertical-align: middle;
	height: 34px;
	line-height: 34px;
	margin-right: 15px;
	font-size: 16px;
	color: #666;
}
.section3 .linear span:last-child{
	margin-right: 0;
}
.section3 .linear .link{
	position: relative;
	margin: 0 20px 0 5px;
}
.section3 .linear .link:before{
	display: block;
	content: "";
	width: 63px;
	height: 6px;
	background: url("../images/sec3-line.png")no-repeat;
	position: absolute;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
}
.section3 .bot-txt{
	text-align: center;
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
	color: #666;
	font-size: 16px;
}
.section3 .report{
	text-align: center;
	height: 30px;
	margin-bottom: 15px;
	font-size: 0;
}
.section3 .report span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	padding:0 20px;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	background-color: #f1f1f2;
}
.section3 .report span:nth-child(2){
	margin-left: 15px;
}
.section3 .icon-in{
	margin-top: 18px;
	margin-bottom: 40px;
	position: relative;
}
.section3 .icon-in:before{
	display: block;
	content:"";
	width: 12px;
	height: 40px;
	background: url("../images/sec3-arrow.png")no-repeat;
	position: absolute;
	top:15px;
	left: 50%;
	margin-left: -6px;
}
.section3 .arrow{
	font-size: 22px;
	color: #999;
	line-height: 380px;
}
.section4{
	width: 100%;
	height: 700px;
	background-color: #f7f7f7;
}
.section4 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section4 .the-title{
	margin-bottom: 15px;
}
.section4 .sub-tit{
	text-align: center;
	color: #666;
	line-height: 24px;
	margin-bottom: 35px;
}
.section4 .content{
	margin-bottom: 35px;
}
.section4 .list{
	width: 1030px;
	margin: 0 auto;
}
.section4 .list li{
	width: 100%;
	height: 85px;
	border-radius: 5px;
	background-color: #fff;
	padding-left: 195px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.08);
}
.section4 .list li:last-child{
	margin-bottom: 0;
}
.section4 .list .pos{
	width: 195px;
	height: 100%;
	line-height: 85px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right,#cd338e,#154685);
}
.section4 .list .cont{
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	color: #666;
}
.section4 .box1 span{
	margin-left: 95px;
}
.section4 .box1 span:first-child{
	margin-left: 0;
}
.section4 .box1 img{
	margin-right: 10px;
}
.section4 .box2 .cont>div{
	text-align: center;
	margin-left: 35px;
}
.section4 .box2 .cont>div:first-child{
	margin-left: 0;
}
.section4 .box2 img{
	margin-bottom: 5px;
}
.section4 .box3 .cont{
	display: block;
	background: url("../images/bg-sec4-cont.png")no-repeat center center;
	overflow: hidden;
	text-align: center;
	padding-top: 12px;
	box-sizing: border-box;
}
.section4 .box3 .txt1,
.section4 .box3 .txt2,
.section4 .box3 .txt4,
.section4 .box3 .txt5{
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	margin-left: 90px;
}
.section4 .box3 .txt1{
	margin-left: 0px;
}
.section4 .box3 .txt3{
	margin: 0px 15px;
}
.section4 .box3 .txt4{
	margin-left: 0;
}
.section4 .box4 span{
	margin-left: 90px;
}
.section4 .box4 span:first-child{
	margin-left: 0;
}
.section4 .box4 img{
	margin-right: 10px;
}
.section5{
	width: 100%;
	height: 560px;
	background-color: #fff;
}
.section5 .wrapper{
	padding-top: 50px;
	height: 100%;
	box-sizing: border-box;
}
.section5 .the-title{
	margin-bottom: 15px;
}
.section5 .sub-tit{
	text-align: center;
	color: #666;
	height: 24px;
	line-height: 24px;
	margin-bottom: 30px;
}
.section5 .content{
	width: 100%;
	height: 260px;
	border-radius: 3px;
	background-color: #f7f7f7;
	text-align: center;
	line-height: 260px;
	margin-bottom: 35px;
}
.section6{
	width: 100%;
	height: 720px;
	background-color: #f7f7f7;
}
.section6 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section6 .the-title{
	margin-bottom: 40px;
}
.section6 .list li{
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	width: 565px;
	height: 125px;
	background-color: #fff;
	padding:20px 30px;
	box-sizing: border-box;
	box-shadow: 0px 10px 25px rgba(40,68,134,.05);
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 30px;
	overflow: hidden;
}
.section6 .list li:hover{
	box-shadow: 0px 10px 25px rgba(45,67,134,.15);
}
.section6 .list li:nth-child(2n){
	margin-left: 60px;
}
.section6 .list .pos{
	margin: 11px 35px 0px 5px;
}
.section6 .list .name{
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.section6 .list .des{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.section7{
	width: 100%;
	height: 875px;
	background-color: #fff;
}
.section7 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section7 .the-title{
	margin-bottom: 40px;
}
.section7 .content{
	justify-content: space-between;
	margin-bottom: 38px;
}
.section7 .nav-small{
	width: 340px;
}
.section7 .nav-large{
	width: 850px;
}
.section7 li{
	margin-bottom: 1px;
	width: 100%;
	padding:25px;
	box-sizing: border-box;
}
.section7 .nav-small li{
	height: 160px;
	background-color: #f8f4fb;
}
.section7 .nav-large li{
	height: 120px;
	background-color: #f4f5fa;
}
.section7 li.top{
	height: 128px;
}
.section7 .name{
	color: #666;
	font-weight: bold;
	margin-bottom: 12px;
	height: 22px;
	line-height: 22px;
}
.section7 .des{
	line-height: 20px;
	color: #666;
}
.section7 .nav-small li.top{
	background: linear-gradient(to right,#cd338e,#73468f);
}
.section7 .nav-large li.top{
	background: linear-gradient(to right,#73468f,#274486);
}
.section7 li.top .name{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.section7 li.top .order{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 13.19px;
	font-weight: normal;
	margin-right: 5px;
}
.section7 .nav-small li.top .order{
	color: #cd338e;
}
.section7 .nav-large li.top .order{
	color:#354488;
}
.section7 li.top .des{
	color:#fff;
}
.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;
}
.the-contact{
	width: 100%;
	height: 275px;
	background-color: #fff;
}
.the-contact .wrapper{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.the-contact .title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.the-contact .info{
	height: 49px;
	margin-bottom: 25px;
}
.the-contact input[type="text"]{
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
	padding-left: 15px;
	box-sizing: border-box;
	border:0;
	outline: none;
	height: 49px;
	background-color: #f7f7f7;
}
.the-contact input.name,
.the-contact input.tel{
	width: 213px;
}
.the-contact input.des{
	width: 457px;
}
.the-contact .submit{
	display: inline-block;
	vertical-align: top;
	width: 212px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right,#74468f,#194585);
	cursor: pointer;
	position: relative;
}
.the-contact .submit:hover{
	background: linear-gradient(to left,#74468f,#194585);
}
.the-contact .submit input{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.the-contact .txt{
	height: 24px;
	line-height: 24px;
	color: #666;
}
/*---- 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;
}