@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/04/02
*/
.funcs{
	height: 40px;
	font-size: 0;
}
.funcs a{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 38px;
	font-size: 16px;
	color:#fff;
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 40px;
	cursor: pointer;
}
.funcs a.left{
	margin-right: 25px;
	background-color: #a694ff;
}
.funcs a.left:hover{
	background-color: #9659c1;
}
.funcs a.right{
	background-color: #b8b6b6;
}
.funcs a.right:hover{
	background-color: #908f8f;
}
.banner{
	width: 100%;
	height: 640px;
	overflow: hidden;
	position: relative;
}
.banner .bg{
	width: 100%;
	height: 100%;
	margin-left: 0;
}
.banner .bg li{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.banner .bg li.active{
	display: block;
}
.banner .bg li>img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
}
.banner .dot{
	position: absolute;
	bottom: 20px;
	left:50%;
	transform: translateX(-50%);
}
.banner .dot span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.5);
	margin-right: 20px;
	cursor: pointer;
}
.banner .dot span:nth-child(4){
	margin-right: 0;
}
.banner .dot span.active,
.banner .dot span:hover{
	background-color: #fff;
}
.banner .wrapper{
	height: 100%;
	padding-top: 160px;
	box-sizing: border-box;
	position: relative;
}
.banner .logo{
	height: 53px;
	margin-left: -85px;
	margin-bottom: 40px;
}
.banner .logo span{
	display: inline-block;
	vertical-align: bottom;
	color:#fff;
	font-size: 29.3px;
	font-weight: bold;
	margin-left: 15px;
}
.banner .title{
	height: 62px;
	line-height: 62px;
	font-size: 43.18px;
	font-weight: bold;
	color:#fff;
	margin-left: -85px;
	margin-bottom: 35px;
}
.banner .funcs{
	margin-left: -85px;
}
.banner .funcs a.left{
	background-color: #9659c1;
}
.banner .funcs a.left:hover{
	background-color: #a694ff;
}
.banner .funcs a.right{
	background-color: transparent;
	border:1px solid #fff;
}
.banner .funcs a.right:hover{
	background-color: #b8b6b6;
}
.screen1{
	width: 100%;
	height: 87px;
	background-color: #fff;
}
.screen1 .wrapper{
	height: 100%;
	overflow:hidden;
}
.screen1 .keyword{
	height: 87px;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin-right: 40px;
}
.screen1 .hot{
	display: inline-block;
	vertical-align: middle;
	height: 87px;
	line-height: 72px;
	font-size: 18px;
	color:#9659c1;
	border-top: 5px solid #3e12dd;
	box-sizing: border-box;
}
.screen1 .seachList{
	font-size: 0;
}
.screen1 .seachList li{
	display: inline-block;
	vertical-align: middle;
	line-height: 85px;
	font-size: 13.9px;
	color:#7e7e7e;
	margin-right: 45px;
	cursor: pointer;
}
.screen1 .seachList li:last-child{
	margin-right: 0;
}
.screen1 .seachList li.active a,
.screen1 .seachList li:hover a{
	color:#3e12dd;
	text-decoration: underline;
}
.screen1 .searchBox{
	width: 345px;
	height: 36px;
	border-radius: 36px;
	background-color: #f5f5f5;
	position: relative;
	overflow:hidden;
	margin-top: 20px;
}
.screen1 .searchBox input{
	position: absolute;
	top: 0;
	left:30px;
	width: 280px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color:#bbbaba;
	border:0;
	background: transparent;
}
.screen1 .searchBox input::-webkit-input-placeholder{
    color:#bbbaba;
}
.screen1 .searchBoxinput::-moz-placeholder{ 
    color:#bbbaba;
}
.screen1 .searchBox input:-moz-placeholder{
    color:#bbbaba;
}
.screen1 .searchBox input:-ms-input-placeholder{
    color:#bbbaba;
}
.screen1 .searchBox button{
	width: 17px;
	height: 17px;
	font-size: 0;
	background: url("../images/icon-search.png")no-repeat;
	border:0;
	cursor: pointer;
	position: absolute;
	top:10px;
	right: 20px;
}
.screen1 .searchBox button:hover{
	background: url("../images/icon-searchH.png")no-repeat;
}
.screen2{
	width: 100%;
	height: 612px;
	background: url("../images/scr2_bg.png")no-repeat;
	background-size: 100% 100%;
}
.screen2 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.screen2 .title{
	text-align: center;
	margin:0px auto 60px;
	padding-bottom: 45px;
	box-sizing: border-box;
	position: relative;
	font-size: 30.31px;
	color:#0b152b;
	font-weight: bold;
}
.screen2 .title:before{
	display: block;
	content:"";
	width: 13px;
	height: 22px;
	background: url("../images/arrow.png")no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(-50%);
}
.screen2 .title .sub{
	font-size: 17.99px;
	color: #666;
	margin-top: 15px;
}
.screen2 .content{
	margin-bottom: 50px;
}
.screen2 .content .img{
	
}
.screen2 .content .infoList{
	margin-left: 100px;
}
.screen2 .content .line{
	font-size: 14px;
	color:#fff;
	padding:7px 10px 0px 22px;
	box-sizing: border-box;
	line-height: 22px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	letter-spacing: -0.5px;
}
.screen2 .content .line1{
	width: 413px;
	height: 67px;
	background-image: url("../images/scr2-2.png");
}
.screen2 .content .line2{
	width: 501px;
	height: 67px;
	background-image: url("../images/scr2-3.png");
	margin-left: 50px;
}
.screen2 .content .line3{
	width: 468px;
	height: 67px;
	background-image: url("../images/scr2-4.png");
	margin-left: 25px;
	margin-bottom: 0;
}
.screen2 .funcs{
	text-align:center;
}
.screen3{
	width: 100%;
	background-color: #fff;
}
.screen3 .wrapper{
	height: 100%;
	padding-top: 55px;
	box-sizing: border-box;
}
.screen3 .title{
	margin:0px auto 30px;
	padding-bottom: 45px;
	text-align: center;
	font-size: 30.06px;
	color:#0b152b;
	font-weight: bold;
	position: relative;
}
.screen3 .title:before{
	display: block;
	content:"";
	width: 13px;
	height: 22px;
	background: url("../images/arrow.png")no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.screen3 .navList{
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 60px;
	margin-bottom: 55px;
}
.screen3 .navList li{
	width: 219px;
	height: 60px;
	text-align:center;
	line-height: 60px;
	font-size: 18px;
	color:#666;
	background-color: #e9eff3;
	cursor: pointer;
	border-radius: 2px;
	margin-left: 78px;
}
.screen3 .navList li:first-child{
	margin-left: 0;
}
.screen3 .navList li.active,
.screen3 .navList li:hover{
	color:#fff;
	background: linear-gradient(to right,#6371fe,#9659c1);
}
.screen3 .showBox .content{
	display: none;
}
.screen3 .showBox .content.active{
	display: block;
}
.screen3 .proList{
	width: 100%;
	padding-bottom: 20px;
	font-size: 0;
}
.screen3 .proList li{
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	height: 330px;
	border:1px solid #efeeee;
	padding:40px 22px 0px;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 35px;
	position: relative;
}
.screen3 .proList li:nth-child(3n){
	margin-right: 0;
}
.screen3 .proList li:hover{
	box-shadow: 2px 0px 8px rgba(0,0,0,.15);
}
.screen3 .proList li .img{
	width: 100%;
	height: 185px;
	text-align:center;
	line-height: 185px;
}
.screen3 .proList li .name{
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.screen3 .proList li .des{
	width: 100%;
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color:#666;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.screen3 .proList li .in_funcs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	font-size: 0;
	height: 0;
}
.screen3 .proList li:hover .in_funcs{
	height: 48px;
	transition: height 0.3s ease;
}
.screen3 .proList li .in_funcs a{
	display: inline-block;
	width: 50%;
	height: 100%;
	text-align:center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.screen3 .proList li .in_funcs .left{
	background-color: #6471fc;
}
.screen3 .proList li .in_funcs .right{
	background-color: #955ac3;
}
.screen3 .proList li .hot{
	width: 81px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.screen3 .proList li .hot img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.screen3 .proList li .label{
	width: 100%;
	text-align:center;
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 0;
}
.screen3 .proList li .label span{
	display: inline-block;
	vertical-align: middle;
	padding:0 5px;
	height: 19px;
	line-height: 19px;
	font-size: 14px;
	color: #999;
	margin-left: 20px;
	background-color: #f4f4f4;
}
.screen3 .proList li .label span:first-child{
	margin-left: 0;
}
.screen4{
	width: 100%;
	height: 509px;
	background: url("../images/scr4_bg.png")no-repeat left center;
	background-size: 100% 100%;
	background-color: #fff;
	margin-bottom: 450px;
}
.screen4 .wrapper{
	height: 100%;
	padding-top: 65px;
	box-sizing: border-box;
}
.screen4 .title{
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	margin-bottom: 45px;
}
.screen4 .title .sub{
	font-weight: normal;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}
.screen4 .lists{
	width: 100%;
	font-size: 0;
}
.screen4 .lists li{
	display: inline-block;
	vertical-align: middle;
	width: 581px;
	height: 181px;
	padding:36px 33px;
	box-sizing: border-box;
	margin-right: 36px;
	margin-bottom: 38px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	box-shadow: 0px 0px 10px 2px rgba(7,0,2,.08);
	cursor: pointer;
}
.screen4 .lists li:hover{
	animation: mover 0.3s ease-in-out;
}
@keyframes mover{
	from {transform: scale(0.9);}
	to {transform: scale(1);}
}

@-moz-keyframes mover{
	from {transform: scale(0.9);}
	to {transform: scale(1);}
}
@-webkit-keyframes mover{
	from {transform: scale(0.9);}
	to {transform: scale(1);}
}
@-o-keyframes mover{
	from {transform: scale(0.9);}
	to {transform: scale(1);}
}

.screen4 .lists li:nth-child(2n){
	margin-right: 0;
}
.screen4 .lists li.bg1{
	background-image: url("../images/scr4-1-bg.png");
}
.screen4 .lists li.bg2{
	background-image: url("../images/scr4-2-bg.png");
}
.screen4 .lists li.bg3{
	background-image: url("../images/scr4-3-bg.png");
}
.screen4 .lists li.bg4{
	background-image: url("../images/scr4-4-bg.png");
}
.screen4 .lists li.bg5{
	background-image: url("../images/scr4-5-bg.png");
}
.screen4 .lists li.bg6{
	background-image: url("../images/scr4-6-bg.png");
}
.screen4 .lists li .img{
	padding-top: 5px;
	box-sizing: border-box;
	width: 51px;
}
.screen4 .lists li .img img{
	max-width: 51px;
}
.screen4 .lists li .info{
	width: 438px;
	margin-left: 22px;
}
.screen4 .lists li .info .name{
	font-size: 22px;
	font-weight: bold;
	color:#333;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.screen4 .lists li .info .des{
	font-size: 14px;
	line-height: 24px;
	color:#666;
}
.screen4 .funcs{
	text-align:center;
}
.screen5{
	width: 100%;
	height: 750px;
	background-color: #eeeff4;
}
.screen5 .wrapper{
	height: 100%;
	padding-top: 60px;
	box-sizing: border-box;
}
.screen5 .title{
	width: 520px;
	height: 72px;
	text-align:center;
	line-height: 72px;
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	background: url("../images/scr5-tit-bg.png")no-repeat;
	background-size: 100% 100%;
	margin:0 auto 22px;
}
.screen5 .subtit{
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color:#666;
	text-align:center;
	margin-bottom: 50px;
}
.screen5 .list{
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.screen5 .list li{
	width: 360px;
	margin-left: 60px;
}
.screen5 .list li:first-child{
	margin-left: 0;
}
.screen5 .list li .img{
	width: 100%;
	height: 300px;
	background-color: #fff;
	position: relative;
	margin-bottom: 40px;
	text-align:center;
	line-height: 240px;
}
.screen5 .list li:hover .img{
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.screen5 .list li .img .name{
	display: block;
	width: 100%;
	height: 60px;
	text-align:center;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	background: linear-gradient(to right,#a0d8fc,#1990dc);
	position: absolute;
	bottom: 0;
	left: 0;
}
.screen5 .list li .info{
	text-align:center;
	font-size: 18px;
	color:#666;
	line-height: 34px;
}
.screen5 .funcs{
	text-align:center;
	margin-top: 30px;
}
.screen6{
	width: 100%;
	height: 670px;
	border-bottom: 1px solid #f3f7fa;
	background-color: #fff;
	margin-bottom: 50px;
}
.screen6 .wrapper{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.screen6 .title{
	margin:0px auto 50px;
	text-align: center;
	font-size: 30.06px;
	color:#0b152b;
	font-weight: bold;
	position: relative;
}
.screen6 .lists{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.screen6 .lists li{
	width: 580px;
	height: 116px;
	margin-right: 38px;
	margin-bottom: 24px;
	cursor: pointer;
	background-color: #f9f9fa;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
.screen6 .lists li:nth-child(2n){
	margin-right: 0;
}
.screen6 .lists li:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
}
.screen6 .lists li .img{
	width: 174px;
	height: 116px;
	position: relative;
}
.screen6 .lists li .img img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.screen6 .lists li .img .name{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align:center;
	font-size: 18px;
	color:#fff;
	background-color: rgba(100,113,252,.8);
	position: absolute;
	top: 0;
	left: 0;
}
.screen6 .lists li .info{
	flex: 1;
	padding:20px 30px 0px 30px;
	box-sizing: border-box;
}
.screen6 .lists li .info .des{
	font-size: 16px;
	color:#666;
	line-height: 28px;
}
.screen6 .lists li .info .link{
	text-align:right;
}
.screen6 .lists li .info .link a{
	font-size: 16px;
	color:#666;
	padding-right: 32px;
	background: url("../images/arrow_rt.png")no-repeat right center;
}
.screen6 .funcs{
	text-align:center;
}
.screen7{
	width: 100%;
	height: 290px;
	background-color: #fff;
	margin-bottom: 55px;
}
.screen7 .wrapper{
	height: 100%;
}
.screen7 .contactInfo{
	width: 600px;
	height: 100%;
	padding-right: 65px;
	box-sizing: border-box;
	position: relative;
}
.screen7 .contactInfo:after{
	display: block;
	content:"";
	width: 1px;
	height: 220px;
	background-color: #e0e0e0;
	position: absolute;
	right: 0;
	top: 5px;
}
.screen7 .contactInfo .item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.screen7 .contactInfo .item li{
	text-align: center;
	font-size: 18px;
	color:#666;
}
.screen7 .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;
}
.screen7 .contactInfo .item li div:hover{
	background-color: rgba(0,0,0,.01);
}
.screen7 .contactInfo .phoneImg{
	width: 46px;
    height: 47px;
    margin: 5px 15px 0 0;
}
.screen7 .contactInfo .phoneImg img{
	width: 100%;
	height: 100%;
}
.screen7 .contactInfo .subscribe{
	font-size: 15.53px;
	color:#333;
	margin-bottom: 10px;
}
.screen7 .contactInfo .num{
	font-size: 28.47px;
	font-weight: bold;
}
.screen7 .contactInfo .func{
	width: 245px;
	height: 44px;
	line-height: 44px;
	border:1px solid #ccc;
	border-radius: 44px;
	box-sizing: border-box;
	font-size: 0;
}
.screen7 .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;
	border-radius: 44px;
}
.screen7 .contactInfo .func .active{
	background-color: #1eb8f7;
	color:#fff;
	border-radius: 44px;
}
.screen7 .messageBox{
	width: 600px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.screen7 .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: 5px;
    left: 40px;
}
.screen7 .messageBox form{
	width: 100%;
	background-color: rgba(255,255,255,.8);
	padding-left: 100px;
	box-sizing: border-box;
	overflow: hidden;
}
.screen7 .messageBox ul{
	margin-top:20px;
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.screen7 .messageBox li{
	margin-left: 25px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.screen7 .messageBox li:first-child,
.screen7 .messageBox li:last-child{
	margin-left: 0;
}
.screen7 .messageBox li input{
	width: 145px;
	height: 30px;
	border:1px solid #bababa;
	box-sizing: border-box;
	padding-left: 5px;
	border-radius: 3px;
	background-color: transparent;
	margin-left: -8px;
}
.screen7 .messageBox .message{
	font-size: 16px
	color:#333;
}
.screen7 .messageBox .message span{
	display: inline-block;
	vertical-align: top;
}
.screen7 .messageBox .message textarea{
	display: inline-block;
	resize: none;
	width: 422px;
	height: 66px;
	border:1px solid #bababa;
	background-color: transparent;
	border-radius: 3px;
	padding:10px;
	box-sizing: border-box;
	overflow-y: auto;
}
.screen7 .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: 15px;
}
.screen2 .title:hover:before{
	animation: move 0.5s infinite;
}
.screen3 .title:hover:before{
	animation: move 0.5s infinite;
}
@keyframes move{
	from {bottom:20px;}
	to {bottom:0px;}
}

@-moz-keyframes move{
	from {bottom:20px;}
	to {bottom:0px;}
}

@-webkit-keyframes move{
	from {bottom:20px;}
	to {bottom:0px;}
}

@-o-keyframes move{
	from {bottom: 20px;}
	to {bottom:0px;}
}
/*---- footer-----*/
.footer{
	float:left;
    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;
}
