@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/12/24
*/

.the-title{
	padding-bottom: 40px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 30px;
	font-weight: bold;
	color:#1e1e33;
	position: relative;
}
.the-title .show{
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: 18px;
	left: 50%;
	margin-left: -9px;
}
.the-func{
	width: 100%;
	height: 38px;
	text-align: center;
	font-size: 0;
}
.the-func a{
	display: inline-block;
	vertical-align: top;
	width: 190px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 38px;
}
.the-func a.left{
	background: #486df5;
}
.the-func a.left:hover{
	background: #7e98f9;
}
.the-func a.right{
	background: #15dc9b;
	margin-left: 38px;
}
.the-func a.right:hover{
	background: #15faaf;
}
/*----- banner------*/
.banner{
	width: 100%;
	height: 602px;
	background: url("../images/banner.png")no-repeat center top;
}
.banner .wrapper{
	height: 100%;
	padding-top: 140px;
	box-sizing: border-box;
	position: relative;
}
.banner .txt{
	width: 535px;
}
.banner .txt .title{
	font-size: 40px;
	font-weight: bold;
	color:#fff;
	height: 50px;
	line-height: 50px;
	text-shadow: 0px 0px 10px rgba(0,0,0,.1);
	letter-spacing: 5px;
	margin-bottom: 40px;
}
.banner .txt .des{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 35px;
}
.banner .txt .func{
	height: 38px;
	font-size: 0;
}
.banner .txt .func a{
	display: inline-block;
	vertical-align: top;
	width: 192px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	background: #15dc9b;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.banner .txt .func a:hover{
	background: #18fbb1;
}
.banner .tab{
	width: 100%;
	height: 50px;
	background-color: #3c5ac8;
	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;
}
.banner .tab a{
	display: block;
	width: 208px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.banner .tab a:hover,
.banner .tab li.active a{
	background-color:#24377f;
}
.section1{
	width:100%;
	height: 515px;
	background-color: #fff;
}
.section1 .wrapper{
	padding-top: 50px;
	box-sizing: border-box;
}
.section1 .the-title{
	margin-bottom: 20px;
}
.section1 .content{
	margin-bottom: 40px;
}
.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: 5px;
	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;
	border-radius: 0px 0px 5px 5px;
}
.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: 715px;
	background-color: #f7f7f7;
}
.section2 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section2 .the-title{
	margin-bottom: 35px;
}
.section2 .content{
	margin-bottom: 5px;
}
.section2 .list li{
	width: 580px;
	height: 198px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.08);
	margin: 0 40px 37px 0px;
}
.section2 .list li:nth-child(2n){
	margin-right: 0;
}
.section2 .list li:hover{
	box-shadow: 2px 2px 30px rgba(72,109,245,.35);
}
.section2 .list .num{
	width: 148px;
	height: 100%;
	background: linear-gradient(to bottom,#15dc9b,#486df5);
	padding-top: 49px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}
.section2 .list .num img{
	margin-bottom: 21px;
}
.section2 .list .info{
	flex: 1;
	background-color: #fff;
	padding: 55px 30px 20px;
	box-sizing: border-box;
	color: #666;
	line-height: 26px;
}
.section3{
	width: 100%;
	height: 525px;
	background-color: #fff;
}
.section3 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section3 .the-title{
	margin-bottom: 12px;
}
.section3 .content{
	margin-bottom: 35px;
}
.section3 .list li{
	width: 25%;
	text-align: center;
}
.section3 .list li .cont{
	width: 256px;
	height: 256px;
	text-align: center;
	line-height: 256px;
	margin: 0 auto;
}
.section3 .list li:first-child .cont{
	background: url("../images/bg-sec3-1.png")no-repeat;
}
.section3 .list li:nth-child(2) .cont{
	background: url("../images/bg-sec3-2.png")no-repeat;
}
.section3 .list li:nth-child(3) .cont{
	background: url("../images/bg-sec3-3.png")no-repeat;
}
.section3 .list li:nth-child(4) .cont{
	background: url("../images/bg-sec3-4.png")no-repeat;
}
.section3 .list li:hover .cont img{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.section3 .list .name{
	font-size: 16px;
	color: #666;
}
.section4{
	width: 100%;
	height:1125px;
	background-color: #f7f7f7; 
}
.section4 .wrapper{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.section4 .the-title{
	margin-bottom: 35px;
}
.section4 .content{
	margin-bottom: 45px;
}
.section4 .list>li{
	width: 100%;
	min-height: 93px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.08);
	padding: 30px 30px 30px 300px;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
	background-color: #fff;
}
.section4 .list>li:last-child{
	margin-bottom: 0;
}
.section4 .list>li:hover{
	box-shadow: 2px 2px 30px rgba(72,109,245,.35);
}
.section4 .pos{
	width: 270px;
	height: 100%;
	background: linear-gradient(to right,#15dc9b,#486df5);
	position: absolute;
	top: 0;
	left: 0;
}
.section4 .pos .name{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section4 .pos img{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.section4 .info{
	width: 100%;
}
.section4 .info-list li{
	height: 24px;
	line-height: 24px;
	color: #666;
}
.section4 .info-list .num{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	text-align:center;
	line-height: 18px;
	font-size: 12px;
	transform: scale(0.83);
	color: #fff;
	background-color: #486df5;
	margin-right: 5px;
}
.section5{
	width: 100%;
	height: 610px;
	background-color: #fff;
}
.section5 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section5 .the-title{
	margin-bottom: 45px;
}
.section5 .content{
	margin-bottom: 10px;
}
.section5 .list li{
	width: 585px;
	height: 145px;
	background-color: #fff;
	padding: 30px 20px 0px;
	box-sizing: border-box;
	border:1px solid #f5f5f5;
	border-radius: 10px;
	margin: 0 30px 30px 0px;
}
.section5 .list li:nth-child(2n){
	margin-right: 0;
}
.section5 .list li:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,.08);
}
.section5 .list .name{
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin-bottom: 10px;
}
.section5 .list .des{
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	width: 100%;
	line-height: 24px;
	height: 48px;
	color: #666;
}
.section6{
	width: 100%;
	height: 338px;
	background: url("../images/bg-sec6.png")no-repeat;
}
.section6 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section6 .title{
	font-size: 30.42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.section6 .title .sub{
	font-size: 16.12px;
	font-weight: normal;
	padding-top: 12px;
}
.section6 .list{
	height: 81px;
	margin-bottom: 25px;
}
.section6 .list li{
	width: 25%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.section6 .list li:before{
	display: block;
	content:"";
	width: 1px;
	height: 81px;
	background: url("../images/bg-line.png")no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.section6 .list li:first-child:before{
	display: none; 
}
.section6 .list .num,
.section6 .list .des{
	display: inline-block;
	vertical-align: middle;
}
.section6 .list .num{
	font-size: 50.14px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.section6 .list .des p{
	text-align: left;
	margin-bottom: 8px;
}
.section6 .the-func a.left{
	background: linear-gradient(to right,#cd338e,#73468f);
}
.section6 .the-func a.left:hover{
	background: linear-gradient(to left,#cd338e,#73468f);
}
.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;
}