@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/01/18
*/
.func{
	font-size: 0;
}
.func a{
	display: inline-block;
	vertical-align: middle;
	padding:0 30px;
	height: 42px;
	line-height: 40px;
	border-radius: 22px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	box-sizing: border-box;
}
.func a.lt{
	margin-right: 30px;
}
.title{
	color:#0b152b;
	font-weight: bold;
	text-align: center;
	padding-bottom: 34px;
	position: relative;
}
.jiantou{
	padding:0px 0 20px 0;
}
.jiantou img{
	display: block;
	width:14px;
	margin:0 auto;
}
.title .t{
	font-size: 34.41px;
}
.title .n{
	font-size: 30.06px;
}
.content1{
	display: flex;
	align-items: flex-start;
}
.contentImg{
	display:block;
	width:520px;
	margin-left:10px;
	margin-right:58px;
}
.title .dot{
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #0b152b;
	margin:0 5px;
}
.title .sub{
	font-size: 16px;
	font-weight: normal;
	color:#a3a6a7;
	text-align: center;
	padding-top: 20px;
}
.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%);
}
.lists{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.banner{
	width: 100%;
	height:585px;
	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;
    left: 65%;
    font-size: 36px;
    color: white;
    top: 130px;
}
.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%;
	position: relative;
}
.banner .info{
	width: 756px;
	height: 500px;
	padding:70px 0px 0px 50px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0px;
}
.banner .info .logo{
	margin-bottom: 26px;
}
.banner .info .name{
	font-size: 42.2px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 42px;
}
.banner .info .sub{
	font-size: 18px;
	color:#fff;
	margin-bottom: 50px;
}
.banner .func a.lt{
	background-color:#7762d6;
	color:#fff;
}
.banner .func a.lt:hover{
	background-color: rgba(255,255,255,.5);
}
.banner .func a.rt{
	border:1px solid #213a3f;
}
.banner .func a.rt:hover{
	background-color: rgba(0,0,0,.5);
}
.screen1{
	width: 100%;
	height: 85px;
	background-color: #fff;
}
.screen1 .wrapper{
	height: 100%;
	overflow:hidden;
}
.screen1 .keyword{
	height: 85px;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin-right: 40px;
}
.screen1 .hot{
	display: inline-block;
	vertical-align: middle;
	height: 85px;
	line-height: 72px;
	font-size: 18px;
	color:#0051ec;
	border-top: 5px solid #0051ec;
	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:#0077f9;
	text-decoration: underline;
}
.screen1 .searchBox{
	width: 345px;
	height: 36px;
	border-radius: 36px;
	background-color: #f5f5f5;
	position: relative;
	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;
}
.clearfix{
	position: relative;
}
.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 .lists li{
	width: 25%;
	height: 205px;
	padding-top: 18px;
	border:1px solid #d6d6d6;
	border-right: 0;
	box-sizing: border-box;
	color:#333;
	text-align: center;
}
.screen2 .lists li:last-child{
	border-right: 1px solid #d6d6d6;
}
.screen2 .lists li:hover{
	background-color: rgba(43,147,216,.2);
}
.screen2 .lists li .img{
	margin-bottom: 20px;
}
.screen2 .lists li .name{
	font-weight: bold;
	font-size: 18px;
	color:#324257;
	margin-bottom: 16px;
}
.screen2 .lists li .sub{
	font-size: 14px;
	color:#666;
	padding:0 25px;
	box-sizing: border-box;
	text-align: left;
}
.screen2{
	width: 100%;
	background-color: #f3f8fc;
}
.screen2 .wrapper{
	height: auto;
}
.screen2 .title1{
	padding-top:60px;
	margin-top:0px!important;
}
.screen2 .title{
	margin:20px auto 40px;
}
.screen3 .title{
	margin:0px auto 30px;
}
.screen8 .title{
	margin:0px auto 30px;
}
.screen9 .title{
	margin:0px auto 30px;
}

.screen9 .content {
    position: absolute;
    top: 0px;
    left: 110px;
    width: 334px;
    height: 308px;
    padding: 50px 35px 0px;
    box-sizing: border-box;
    color: #fff;
    display: none;
}
.screen9 .content .name {
    font-size: 18px;
    text-align: center;
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.screen9 .content .des {
    font-size: 14px;
    line-height: 20px;
}
.screen9 li.p4 .content {
    display: block;
	background: rgba(18,45,74,.9);
}
.screen9 .Cooldog_content li.p4 img {
    border-color: rgba(18,45,74,.9);
}

.screen2 .nav_list{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 45px;
}
.screen2 .nav_list li{
	width: 220px;
	height: 140px;
	border-radius: 5px;
	background-color: #e9eef2;
	background-repeat: no-repeat;
	background-position: center 25px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 76px;
	cursor: pointer;
}
.screen2 .nav_list li:last-child{
	margin-right: 0;
	background-image: url("../images/scr2-3.png");
}
.screen2 .nav_list li:first-child{
	background-image: url("../images/scr2-1.png");
}
.screen2 .nav_list li:nth-child(2){
	background-image: url("../images/scr2-2.png");
}
.screen2 .nav_list li .name{
	margin-top: 95px;
	font-size: 18px;
	color:#333;
}
.screen2 .nav_list li.active,
.screen2 .nav_list li:hover{
	background-color: #324257;
}
.screen2 .nav_list li.active .name,
.screen2 .nav_list li:hover .name{
	color:#fff;
}
.screen2 .nav_list li.active:first-child,
.screen2 .nav_list li:hover:first-child{
	background-image: url("../images/scr2-1-h.png");
}
.screen2 .nav_list li.active:nth-child(2),
.screen2 .nav_list li:hover:nth-child(2){
	background-image: url("../images/scr2-2-h.png");
}
.screen2 .nav_list li.active:last-child,
.screen2 .nav_list li:hover:last-child{
	background-image: url("../images/scr2-3-h.png");
}
.screen2 .choseCont{
	display: none;
}
.screen2 .choseCont.active{
	display: block;
}
.screen2 .proList{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.screen2 .proList li{
	width: 298px;
	height: 404px;
	background-color: #f3f7fa;
	margin:0 2px 2px 0;
	cursor: pointer;
	position: relative;
}
.screen2 .proList .img{
	margin:0 25px;
	height: 250px;
	text-align: center;
	padding-top: 75px;
	border-bottom: 1px dashed #d2d5d7;
	box-sizing: border-box;
}
.screen2 .proList .desContent{
	padding:0 25px;
	box-sizing: border-box;
	height: 154px;
	text-align: center;
	overflow: hidden;
}
.screen2 .proList .name{
	font-size: 14px;
	color:#333;
	margin-top: 25px;
	margin-bottom: 15px;
}
.screen2 .proList .des{
	color:#999;
	font-size: 14px;
	height: 36px;
	line-height: 18px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.screen2 .proList .func{
	width: 205px;
	height: 32px;
	border-radius: 32px;
	border:1px solid #62a6f9;
	font-size: 0;
	margin:0 auto;
	display: none;
}
.screen2 .proList .func a{
	display: inline-block;
	width: 50%;
	padding:0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#fff;
}
.screen2 .proList .func a:hover,
.screen2 .proList .func a.active{
	border-radius: 30px;
	background-color: #0351af;
}
.screen2 .proList li:hover .desContent,
.screen2 .proList li.active .desContent{
	background-color: #0067e4;
}
.screen2 .proList li:hover .func,
.screen2 .proList li.active .func{
	display: block;
}
.screen2 .proList li:hover .name,
.screen2 .proList li:hover .des,
.screen2 .proList li.active .name,
.screen2 .proList li.active .des{
	color:#fff;
}
.screen2 .rec{
	width: 81px;
	height: 80px;
	position: absolute;
	top: -8px;
	left: -8px;
	background: url("../images/icon01.png")no-repeat;
}
.screen2 .sign{
	width: 100%;
	padding-left: 65px;
	font-size: 0;
	box-sizing: border-box;
	position: absolute;
	top: 16px;
}
.screen2 .sign span{
	display: inline-block;
	font-size: 14px;
	color:#999;
	border:1px solid #d4d7da;
	border-radius: 2px;
	padding:0 3px;
	box-sizing: border-box;
	margin-right: 12px;
}
.screen2 .sign span:last-child{
	margin-right: 0;
}
.screen2 .manageList{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.screen2 .manageList li{
	width: 377px;
	height: 243px;
	margin-right: 34px;
	margin-bottom: 35px;
	position: relative;
}
.screen2 .manageList li:before{
	display: block;
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(50,66,87,.4);
}
.screen2 .manageList li:hover:before{
	background-color: rgba(132,177,53,.6);
    box-shadow: 0px 0px 8px rgba(132,177,53,.6);
}
.screen2 .manageList li:nth-child(3n){
	margin-right: 0;
}
.screen2 .manageList .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.screen2 .manageList .img img{
	width: 100%;
	height: 100%;
}
.screen2 .manageList .info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:35px 30px 0px;
	box-sizing: border-box;
	z-index: 10;
}
.screen2 .manageList .name{
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 15px;
}
.screen2 .manageList .des{
	color:#fff;
	font-size: 14px;
	line-height: 22px;
}
.screen2 .manageList .des a:link, 
.screen2 .manageList .des a:visited{
	color:#fff;
}
.contentLi{
	display: flex;
	align-items: flex-start;
	margin-bottom:35px;
}
.contentLi img{
	width:8px;
	height:8px;
	border-radius: 2px;
	margin-top:5px;
	margin-right:12px;
}
.contentLi-div{

}
.contentLi-div h5{
	font-size: 18px;
	color:#666666;
	line-height: 1;
	margin-bottom:14px;
}
.contentLi-div p{
	font-size: 16px;
	color:#666666;
	line-height: 25px;
}
.screen3{
	width: 100%;
	background:#f3f8fc;
}
.screen3 .wrapper{
	height: 100%;
	padding-top: 34px;
	box-sizing: border-box;
}
.screen3 .name{
	font-size: 35.69px;
	color:#fff;
	font-weight: bold;
	line-height: 58px;
}
.screen3 .btn{
	margin-top:10px;
}
.screen3 .btn a{
	display: inline-block;
	width: 175px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	font-size: 18px;
	color:#fff;
	background-color: #9fc0fc;
}
.screen3 .btn a:hover{
	background-color: #648628;
}
.screen3Con{
	display: flex;
	align-items: flex-start;
}
.Con-ul-li{
	display: flex;
	align-items: flex-start;
	width:550px;
}
.Con-ul-li img{
	display: block;
	width:56px;
	margin-right:35px;
	margin-left:22px;
}
.Con-ul-li-div h5{
	font-size: 18px;
	color:#666;
	line-height: 35px;
}
.Con-ul-li-div p{
	font-size: 16px;
	color:#666;
	line-height: 25px;
	margin-bottom:55px;
}
.screen3Con-pic{
	position: relative;
	flex:1;
}
.screen3Con-pic img,.screen3Con-pic span{
	display: block;
	position: absolute;
	color:white;
	font-size: 12px;
	line-height: 1.2;
}
.tu1{
	left:32px;
	z-index:11;
}
.tu2{
	right:0;
	top:90px;
}
.tu3{
	left:206px;
	top:127px;
	z-index:12;
}
.tu4{
	right: 95px;
    top: 230px;
    z-index: 14;
}
.tu5{
	right: 7px;
    top: 118px;
    z-index: 14;
}
.tu3Span{
	top: 143px;
	left: 217px;
	z-index: 100;
}
.tu4Span{
	right: 107px;
	top: 246px;
	z-index: 100;
}
.tu5Span{
	right: 20px;
    top: 120px;
	z-index: 15;
}
.vsSpan{
	display: block;
	width:76px;
	height:76px;
	border-radius: 50%;
	background:#1bb8f3;
	font-size: 32px;
	color:white;
	line-height: 76px;
	text-align: center;
	position: absolute;
	left:390px;
	top:40px;
	z-index:15;
}
.screen3 .func{
	text-align: center;
	padding-top:7px;
	padding-bottom:38px;
}
.screen3 .func a{
	width:160px;
	height:34px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
}
.screen3 .lt{
	background:#1bb8f3;
	
}
.screen3 .rt{
	background:#7762d6;
}

.screen4{
	width: 100%;
	background:white;
}
.screen4 .wrapper{
	padding-bottom: 62px;
}
.screen4 .title{
	margin:0px auto 30px;
	padding-top:42px;
}
.screen4 .solution{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	background-color: #fff;
	margin-bottom: 30px;
}
.screen4 .solution .nav{
	width: 180px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	background-color: #9fc0fc;
}
.screen4 .solution .nav li{
	width: 100%;
	height: 55px;
	line-height: 54px;
	border-bottom: 1px solid #91b94a;
	box-sizing: border-box;
	cursor: pointer;
}
.screen4 .solution .nav li:last-child{
	border-bottom: 0;
}
.screen4 .solution .nav li.active{
	background-color: #6a8e2a;
}
.screen4 .content{
	flex:1;
}
.screen4 .content .box{
	display: none;
}
.screen4 .content .box.active{
	display: block;
}
.screen4 .family{
	padding:55px 35px 0px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.screen4 .family li{
	width: 195px;
	margin-right: 160px;
	margin-bottom: 36px;
}
.screen4 .family li:nth-child(3n){
	margin-right: 0;
}
.screen4 .family li a{
	display: block;
	width: 100%;
	color:#666;
	font-size: 16px;
}
.screen4 .family li a img{
	margin-right: 10px;
}
.screen4 .family li a ins{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 18px;
	color:#fff;
	background-color: #999;
	margin-left: 10px;
}
.screen4 .family li:hover a ins,
.screen4 .family li.active a ins{
	background-color: #9fc0fc;
}
.screen4 .func{
	text-align: center;
}
.screen4 .func .lt{
	background-color: #324257;
}
.screen4 .func .lt:hover{
	background-color: #1e2835;
}
.screen3 .func .lt:hover{
	background-color: #1e2835;
}
.screen4 .func .rt{
	border-color: #929ca8;
	color:#666;
}
.screen4 .func .rt:hover{
	background-color: rgba(50,66,87,.3);
	color:#fff;
}
.screen3 .func .rt:hover{
	background-color: rgba(50,66,87,.3);
	color:#fff;
}
.screen4-ul1,.screen4-ul2{
	display: flex;
	align-items: center;
}
/* {
	display: flex;
	align-items: center;
} */
.ul1-li{
	width:234px;
	height:128px;
	border:1px solid #e1e6f0;
}
.screen4-ul1 .active{
	border:1px solid #7762d6;
}
.screen4-ul2 .active{
	border:1px solid #7762d6;
}
.active .spanLi{
	color:#7762d6;
}
.ul1-li img{
	display: block;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:22px;
}
.ul1-li span{
	display: block;
	font-size: 18px;
	color:#0b152b;
	text-align: center;
}
.ul1-li:hover{
	border:1px solid #7762d6;
	
}
.ul1-li:hover .spanLi{
	color:#7762d6;
}
.screen4-p{
	text-align: center;
	color:#0b152b;
	font-size: 18px;
	line-height: 122px;
	display: none;
}
.screen4 .screen4-p.active{
	display: block;
}
.screen5{
	width: 100%;
	background:url(../images/tupian8.png) no-repeat;
	height:234px;
}
.screen5 .wrapper{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.screen5 .wrapper img{
	display: block;
	margin-left:125px;
	margin-right:30px;
	margin-top:24px;
}
.wrapperRight{
	padding-top:36px;
}
.wrapperRight p{
	letter-spacing:3px;
	font-size: 26px;
	color:white;
	line-height: 86px;
}

.screen5 .func{
	padding-top:7px;
	padding-bottom:38px;
}
.screen5 .func a{
	width:160px;
	height:34px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
}
.screen5 .func .lt{
	background-color: #1bb8f3;
}
.screen5 .func .lt:hover{
	background-color: #1e2835;
}
.screen5 .func .rt{
	background-color: #7762d6;
}
.screen5 .func .rt:hover{
	background-color: #648628;
}
.screen6{
	width: 100%;
	background-color: #ffffff;
}
.screen6 .wrapper{
	overflow: hidden;
}
.screen6 .title{
	margin:45px auto 0px;
	padding-bottom: 0px;
}
.screen6 .container{
	width: 100%;
	background-color: #f3f8fc;
	border-radius: 3px;
	padding:50px 50px 26px;
	box-sizing: border-box;
}
.screen6 .container .name{
	font-size: 16px;
	color:#666;
	text-align: center;
	line-height: 28px;
	margin-bottom: 45px;
	display: block;
}
.screen6 .container .name .more{
	font-size: 16px;
	color:#666;
	text-decoration: none;
}
.screen6 .container .name .more:hover{
	text-decoration: underline;
	color: #0051ec;
}
.screen6 .out_links{
	display: block;
}
.screen6 ul{
	width: auto;
	white-space: nowrap;
	font-size: 0;
	display: flex;
	align-items: center;
}
.screen6 ul li{
	display: inline-block;
	margin-right: 32px;
}
.screen6 ul li a{
	display: flex;
	width: 191px;
	height: 110px;
	border:1px solid #e8e8e8;
	box-sizing: border-box;
	text-align: center;
	line-height: 118px;
	align-items: center;
	justify-content: center;
	background:white;
}
.screen6 ul li a img{ 
	display: block;
	margin:0 auto;
}
.screen6 ul li span{ 
	display: block;
	margin:0 auto;
	font-size: 14px;
	color:#a4a6a8;
	line-height: 34px;
	text-align: center;
}
.screen6 ul li a:hover{
	border-color: #324257;
	box-shadow: 0px 0px 8px rgba(52,53,78,.15);
}
.screen7{
	width: 100%;
	height: 350px;
	background-color: #fff;
}
.screen7 .wrapper{
	height: 100%;
	padding:65px 0 65px 0px;
	box-sizing: border-box;
}
.screen7 .contactInfo{
	width: 600px;
	height: 100%;
	padding-right: 60px;
	border-right: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.screen7 .contactInfo .item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	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: 44px;
	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: 540px;
	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: 0px;
    left: 0;
}
.screen7 .messageBox form{
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,.8);
	padding-left: 65px;
	box-sizing: border-box;
	overflow: hidden;
}
.screen7 .messageBox ul{
	margin-top:25px;
	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-right: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.screen7 .messageBox li:nth-child(2){
	margin-right: 0;
}
.screen7 .messageBox li input{
	width: 148px;
	height: 30px;
	border:1px solid #bababa;
	box-sizing: border-box;
	padding-left: 5px;
	border-radius: 3px;
	background-color: transparent;
}
/* .screen7 .messageBox .message{
	display: flex;
	flex-direction: column;
} */
.screen7 .messageBox .message .message2{
	font-size: 16px;
	color:#333;
	display: flex;
	align-items: flex-start;
}
.screen7 .messageBox .message .message2 span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color:#333;
}
.screen7 .messageBox .message .message2 textarea{
	display: inline-block;
	resize: none;
	width: 355px;
	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;
}
.screen4 .title:hover:before{
	animation: move 0.5s infinite;
}
.screen5 .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;
}
.screen8{
	background:white;
}
.screen8 .title{
	padding-top:50px;
	padding-bottom:10px;
}
.screen8 .wrapper{
	padding-bottom:30px;
}
.screen8 .func{
    padding-top: 7px;
    margin-top: 23px;
}
.screen8 .func .rt {
	background-color: #7762d6;
	border-radius: 5px;
}
.screen8 .func .rt:hover{
	background-color: #1e2835;
}
#ex_shelf_full{
	width:100%!important;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin: 0px auto;
    width: 550px;
    min-height: 200px;
    padding: 0px;
    overflow: hidden;
}
.sti_slide{
	display: flex!important;
	align-items: flex-start;
}
.sti_slideLeft{
	width:290px;
	background:#f3f8fc;
	padding:30px 35px;
	margin-top:5px;
	margin-left:80px;
}
.sti_slideLeft h4{
	font-size: 16px;
	color:#333;
	line-height: 1;
	margin-bottom:20px;
}
.sti_slideLeft p{
	line-height: 26px;
	color:#666;
	font-size: 14px;
}
.sti_slide img{
	display: block;
	margin-left:32px;
}
.sti_slider{
	width:100%!important;
	position: relative;
}
.preload_32{
	display: none;
}
.sti_items{
	width: 15000px;
	display: flex;
	align-items: center;
}
.sti_previous{
	top: 44%;
    left: 0;
    height: 63px;
    width: 34px;
    position: absolute;
    background: #000 url(../images/nav_next_prev.png) left center no-repeat;
    opacity: .8;
    cursor: pointer;
    z-index: 2;
}
.sti_next {
    top: 44%;
    right: 0;
	height: 63px;
    width: 34px;
    position: absolute;
    background: #000 url(../images/nav_next_prev.png) right center no-repeat;
    opacity: .8;
    cursor: pointer;
    z-index: 2;
}
.screen9{
	background:white;
}
.screen9 .title{
	padding-top:28px;
}

.screen9 .func{
	text-align: center;
	padding-bottom:50px;
}
.screen9 .func a{
	font-size: 16px;
	text-align: center;
}
.screen9 .func .lt{
	background-color: #1bb8f3;
}
.screen9 .func .lt:hover{
	background-color: #1e2835;
}
.screen9 .func .rt{
	background-color: #7762d6;
}
.screen9 .func .rt:hover{
	background-color: #648628;
}
.screen9 .wrap{
	position: relative;
    width: 1200px;
    height: 360px;
    margin: 0px auto;
}
.screen9 .wrap .content {
    position: absolute;
    width: 1200px;
    height: 360px;
}
.screen9 .content li{
	position: absolute;
    background-size: 100% 100%;
}

.screen10{
	background:#f3f8fc;
}
.screen10 .title{
	padding-top:50px;
}
.content2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content2 img{
	display: block;
	width:120px;
	border-radius: 50%;
	margin:0;
}
.contentSpan{
	background:#d7dbde;
	margin:0 48px;
	height:98px;
	width:1px;
}
.contentDivTop{
	display: flex;
	align-items: center;
}
.contentDiv1{
	font-size: 16px;
	color:#666;
	line-height: 24px;
}
.contentDivSpan{
	background:#ececed;
	border-radius: 12px;
	font-size: 14px;
	color:#666;
	padding:0 20px;
	line-height: 24px;
	margin-left:20px;
}
.contentDiv p{
	font-size: 16px;
	color:#666;
	line-height: 2.5;
	width:605px;
}

.screen10 .func{
	text-align: center;
	padding-top:7px;
	padding-bottom:50px;
	margin-top:23px;
}
.screen10 .func a{
	font-size: 16px;
	text-align: center;
}
.screen10 .func .lt{
	background-color: #7762d6;
}
.screen10 .func .lt:hover{
	background-color: #1e2835;
}
.screen11{
	width: 100%;
	background:url(../images/tupian25.png) no-repeat;
	height:373px;
	background-size: 100% 373px;
}
.screen11 .wrapper{
	text-align: center;
}
.screen11 .title{
	color:white;
	padding-top:45px;
	text-align: center;
	padding-bottom:0px;
}
.screen11 .title .m{
	display: block;
	background:white;
	width:68px;
	height:3px;
	margin:28px auto;
}
.conterP{
	font-size: 14px;
	color:white;
	line-height: 1.5;
}
.out_linksUl{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:40px;
}
.out_linksUl li{
	display: inline-block;
	margin-right: 64px;
	width: 195px;
    height: 102px;
	border:1px solid #e8e8e8;
	box-sizing: border-box;
	text-align: center;
	background:white;
	margin-bottom:47px;

}
.out_linksUl li a{
	display: block;
	width:100%;
	height:100%;
}
.out_linksUl li a img{
	width:100%;
	display: block;
}
.out_linksUl li:hover{
	border-color:#324257;
}
.screen6 .title{
	margin:45px auto 30px;
}
.screen11 .title::before{
	background:none;
}
.screen8 .title:hover:before{
	animation: move 0.5s infinite;
}
.screen9 .title:hover:before{
	animation: move 0.5s infinite;
}
.screen10 .title:hover:before{
	animation: move 0.5s infinite;
}
.screen6 .title:hover:before{
	animation: move 0.5s infinite;
}
.screen10 .jiantou{
	padding:0 0 10px 0;
}
.contentBtn{
	position: absolute;
	bottom:-30px;
	left:45%;
	display: flex;
	align-items: center;
	z-index:100;
}
.contentBtn li{
	width:6px;
	height:6px;
	background:#e5e5e5;
	border-radius: 50%;
	margin:0 10px;
}
.contentBtn li.active{
	background:#7f7f7f;
}
.mis-stage{
	overflow: hidden;
}
.mis-container figure{
	position: relative;
}
