@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/12/24
*/

.the-title{
	padding-bottom: 40px;
	text-align: center;
	letter-spacing: 2px;
	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: 36px;
	text-align: center;
	font-size: 0;
}
.the-func a{
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 38px;
}
.the-func a.left{
	background: #775ada;
		margin: 0 38px 0px 0px;

}
.the-func a.left:hover{
	background: #8b6bf8;
}
.the-func a.right{
	background: #ff304f;
}
.the-func a.right:hover{
	background: #fa556e;
}
/*----- banner------*/
.banner{
	width: 100%;
	height: 577px;
	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: 790px;
}
.banner .txt .title{
	letter-spacing: 2px;
	font-size: 40px;
	font-weight: bold;
	color:#fff;
	height: 50px;
	line-height: 50px;
	text-shadow: 0px 0px 10px rgba(0,0,0,.1);
	margin-bottom: 40px;
}
.banner .txt .des{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 40px;
}
.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: #fff;
	background: #ff304f;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.banner .txt .func a:hover{
	background: #fa556e;
}
.banner .tab{
	width: 100%;
	height: 50px;
	background-color: #6450c3;
	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:#3f3a95;
}
.section1{
	width:100%;
	height: 495px;
	background-color: #fff;
}
.section1 .wrapper{
	padding-top: 55px;
	box-sizing: border-box;
}
.section1 .the-title{
	margin-bottom: 50px;
}
.section1 .content{
	margin-bottom: 18px;
}
.section1 .list{
	height: 208px;
	padding-top: 25px;
	box-sizing: border-box;
	justify-content: space-between;
}
.section1 .list li{
	width: 212px;
	height: 208px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	top: 0;
}
.section1 .list li:first-child{
	margin-left: 0;
}
.section1 .list .cont{
	width: 212px;
	height: 180px;
	background-color: #fff;
	margin-top: -23px;
	box-shadow: 0px 0px 25px rgba(0,0,0,.08);
	padding: 35px 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;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	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-color: #f7f7f7;
}
.section2 .wrapper{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.section2 .the-title{
	margin-bottom: 45px;
}
.section2 .content{
	text-align: center;
}
.section3{
	width: 100%;
	height: 590px;
	background-color: #fff;
}
.section3 .wrapper{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.section3 .the-title{
	margin-bottom: 35px;
}
.section3 .content{
	margin-bottom: 35px;
}
.section3 .list{
	width: 100%;
	height: 314px;
	justify-content: space-between;
}
.section3 .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;
}
.section3 .list li:first-child{
	border-left: 1px solid #e2e0e4;
}
.section3 .list .name{
	margin-bottom: 110px;
}
.section3 .list li .des{
	display: none;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.section3 .list li.active{
	width: 266px;
	height: 100%;
	background-color: #775ada;
	background-repeat: no-repeat;
	background-position: 130px 200px;
	color: #fff;
	padding:50px 25px 0;
	box-sizing: border-box;
	transition: width 0.3s linear;
}
.section3 .list li.active:first-child{
	background-image: url("../images/bg-sec3-1.png");
}
.section3 .list li.active:nth-child(2){
	background-image: url("../images/bg-sec3-2.png");
}
.section3 .list li.active:nth-child(3){
	background-image: url("../images/bg-sec3-3.png");
}
.section3 .list li.active:nth-child(4){
	background-image: url("../images/bg-sec3-4.png");
}
.section3 .list li.active:nth-child(5){
	background-image: url("../images/bg-sec3-5.png");
}
.section3 .list li.active:nth-child(6){
	background-image: url("../images/bg-sec3-6.png");
}
.section3 .list li.active:nth-child(7){
	background-image: url("../images/bg-sec3-7.png");
}
.section3 .list li.active .name{
	text-align: left;
	margin-bottom: 25px;
}
.section3 .list li.active .des{
	display: block;
}
.section3 .list li.active .pic{
	display: none;
}
.section3 .the-func a.right{
	margin: 0 38px 0px 0px;
}
.section4{
	width: 100%;
	height: 575px;
	background-color: #f7f7f7;
}
.section4 .wrapper{
	padding-top: 50px;
	height: 100%;
	box-sizing: border-box;
}
.section4 .the-title{
	margin-bottom: 15px;
}
.section4 .sub-tit{
	text-align: center;
	color: #666;
	height: 24px;
	line-height: 24px;
	margin-bottom: 30px;
}
.section4 .content{
	width: 100%;
	height: 260px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	line-height: 260px;
	margin-bottom: 40px;
}
.section5{
	width: 100%;
	height: 650px;
	background-color: #fff;
}
.section5 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section5 .the-title{
	margin-bottom: 40px;
}
.section5 .list{
	flex-flow: row wrap;
}
.section5 .list li{
	width: 567px;
	height: 120px;
	background-color: #fff;
	border:1px solid #f7f7f7;
	box-shadow: 2px 10px 30px rgba(40,68,134,.05);
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 65px 35px 0px;
}
.section5 .list li:hover{
	box-shadow: 2px 10px 30px rgba(40,68,134,.15);
}
.section5 .list li:nth-child(2n){
	margin-right: 0;
}
.section5 .list .pic{
	width: 70px;
	text-align: center;
	margin-right: 15px;
}
.section5 .list .info{
	width: 425px;
}
.section5 .list .name{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}
.section5 .list .des{
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	color: #666
}
.section5 .list .contact{
	background-color: #fff;
	border:0;
	box-shadow: none;
	padding-top: 16px;
	padding-left: 72px;
	box-sizing: border-box;
}
.section5 .list .contact:hover{
	box-shadow: none;
}
.section5 .list .contact .in-tel{
	font-size: 14px;
	color: #7b7c76;
	margin-bottom: 20px;
}
.section5 .list .contact .in-tel span{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.section5 .list .the-func{
	text-align: left;
}
.section6{
	width: 100%;
	height: 900px;
	background-color: #f7f7f7;
}
.section6 .wrapper{
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.section6 .the-title{
	margin-bottom: 30px;
}
.section6 .content{
	margin-bottom: 37px;
}
.section6 .list li{
	width: 100%;
	height: 90px;
	box-shadow: 2px 10px 10px rgba(10,42,4,.02);
	margin-bottom: 20px;
}
.section6 .list li:last-child{
	margin-bottom: 0;
}
.section6 .list li:hover{
	box-shadow: 2px 10px 10px rgba(10,42,4,.08);
}
.section6 .list .pic{
	width: 242px;
	height: 100%;
	line-height: 90px;
	background:linear-gradient(to right,#775ada,#28c7fa);
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
}
.section6 .list .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section6 .list .info{
	flex: 1;
	height: 100%;
	padding: 20px 25px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.section6 .the-func a.right{
	margin-left: 0;
}
.section7{
	width: 100%;
	height: 338px;
	background: url("../images/bg-sec6.png")no-repeat;
}
.section7 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section7 .title{
	font-size: 30.42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.section7 .title .sub{
	font-size: 16.12px;
	font-weight: normal;
	padding-top: 12px;
}
.section7 .list{
	height: 81px;
	margin-bottom: 25px;
}
.section7 .list li{
	width: 25%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.section7 .list li:before{
	display: block;
	content:"";
	width: 1px;
	height: 81px;
	background: url("../images/bg-line.png")no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.section7 .list li:first-child:before{
	display: none; 
}
.section7 .list .num,
.section7 .list .des{
	display: inline-block;
	vertical-align: middle;
}
.section7 .list .num{
	font-size: 50.14px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.section7 .list .des p{
	text-align: left;
	margin-bottom: 8px;
}
.section7 .the-func .left{
	background:linear-gradient(to right,#cd338e,#73468f);
	box-shadow: 2px 10px 10px rgba(0,0,0,.1);
}
.section7 .the-func .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;
}