@charset"utf-8";
/*
	姚丽娟
	2019/11/06
 */

.banner{
	width: 100%;
	height: 643px;
	overflow: hidden;
	position: relative;
}
.banner .bg{
	width: 100%;
	height: 100%;
	margin-left: 0;
}
.banner .bg li{
	width: 100%;
	height: 100%;
	position: relative;
}
.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{
	overflow:hidden;
	position: relative;
	z-index: 10;
}
.banner .logo{
	margin-top: 140px;
	height: 51px;
	margin-bottom: 40px;
	text-align: center;
}
.banner .logo img{
	max-height: 51px;
	margin-right: 15px;
}
.banner .logo span{
	display: inline-block;
	vertical-align: middle;
}
.banner .logo span.title{
	font-size: 24.38px;
	color:#fff;
	font-weight: bold;
	margin-right: 24px;
}
.banner .logo span.label{
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	padding:0 15px;
	font-size: 19.66px;
	color:#fff;
	background-image: linear-gradient(to right, #d90101, #f13a12,#fa561b);
}
.banner .name{
	width: 650px;
	font-size: 37.62px;
	color:#fff;
	font-weight: bold;
	padding-bottom: 26px;
	border-bottom: 1px solid #bbbec4;
	position: relative;
	margin: 0 auto 35px;
	letter-spacing: 3px;
}
.banner .name ins{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 12px;
	margin:0 6px;
}
.banner .name:before{
	display: block;
	content:"";
	width: 100%;
	height: 1px;
	background-color: #bbbec4;
	position: absolute;
	left: 0;
	bottom: 3px;
}
.banner .superority{
	height: 40px;
	margin-bottom: 35px;
	text-align: center;
}
.banner .superority span{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 70px;
	font-size: 16px;
	color:#fff;
}
.banner .superority span:last-child{
	margin-right: 0;
}
.banner .superority .icon{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(255,255,255,.3);
	margin-right: 15px;
}
.banner .superority .icon img{
	text-align: center;
}
.banner .func{
	text-align: center;
}
.banner .func a{
	display: inline-block;
	padding:0 30px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	font-size: 16px;
	color:#fff;
	border:1px solid #fff;
	margin-right: 20px;
}
.banner .func a.active{
	margin-right: 0;
	background-color: rgba(226,29,56,.7);
	border-color: rgba(226,29,56,.7);
}
.banner .func a.active:hover{
	background-color: rgba(226,29,56,1);
	border-color:rgba(226,29,56,1);
}
.screen1{
	width: 100%;
	height: 220px;
	background-color: #fff;
}
.screen1 .wrapper{
	height: 100%;
	overflow:hidden;
}
.screen1 .searchInfo{
	height: 85px;
	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:#e21d38;
	border-top: 5px solid #e21d38;
	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:#2c76a7;
	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;
}
.screen1 .desBox{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.screen1 .desBox li{
	width: 300px;
	height: 135px;
}
.screen1 .desBox li a{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 40px;
	box-sizing: border-box;
	
}
.screen1 .desBox li:nth-child(2n+1) a{
	background-color: #e9f1f6;
}
.screen1 .desBox li:nth-child(2n) a{
	background-color: #f3f7fa;
}
.screen1 .desBox .img{
	margin-right: 18px;
}
.screen1 .desBox .info .name{
	font-size: 19.66px;
	color:#666;
	font-weight: bold;
	margin-bottom: 10px;
}
.screen1 .desBox .info .sub{
	font-size: 14px;
	color:#666;
}
.screen1 .desBox li.active a,
.screen1 .desBox li:hover a{
	background-image: url("../images/hotBg.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.screen2{
	width: 100%;
	background-color: #fff; 
}
.screen2 .title{
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color:#0b152b;
	padding-bottom: 34px;
	position: relative;
	margin-bottom: 15px;
}
.screen2 .title:before{
	display: block;
	content:"";
	width: 13px;
	height: 22px;
	background: url("../images/icon02.png")no-repeat;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 0;
}
.screen2 .proNav{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 35px;
}
.screen2 .proNav li{
	width: 400px;
	height: 76px;
	text-align: center;
	line-height: 76px;
	border:1px solid #e9eef2;
	border-right: 0;
	box-sizing: border-box;
	font-size: 18px;
	color:#333;
	background-color: #f3f7fa;
	cursor: pointer;
}
.screen2 .proNav li:last-child{
	border-right:1px solid #e9eef2;
}
.screen2 .proNav li.active{
	border:0;
	background-color: #fff;
	position: relative;
}
.screen2 .proNav li:hover:before,
.screen2 .proNav li.active:before{
	display: block;
	content:"";
	width:100%;
	height: 5px;
	background-color: #e21d38;
	position: absolute;
	left:0;
	top: 0;
}
.screen2 .choseCont{
	display: none;
}
.screen2 .choseCont.active{
	display: block;
	min-height: 322px;
}
.screen2 .cSoft{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.screen2 .cSoft .box{
	width: 580px;
	height: 322px;
	border-radius: 5px;
	position: relative;
	color:#666;
}
.screen2 .cSoft .box .img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.screen2 .cSoft .boxLt{
	background: url("../images/cloudBg1.png")no-repeat top left;
	background-size: cover;
}
.screen2 .cSoft .boxRt{
	background: url("../images/cloudBg2.png")no-repeat top left;
	background-size: cover;
}
.screen2 .cSoft .boxLt:hover{
	background-image: url("../images/cloudBg1H.png");
}
.screen2 .cSoft .boxRt:hover{
	background-image: url("../images/cloudBg2H.png");
}
.screen2 .cSoft .box .cont{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding:35px;
	box-sizing: border-box;
	top:0;
	left:0;
}
.screen2 .cSoft .name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.screen2 .cSoft .sub{
	font-size: 16px;
	margin-bottom: 20px;
}
.screen2 .cSoft .func a{
	display: inline-block;
	padding:0 30px;
	height: 38px;
	line-height: 38px;
	color:#fff;
	border-radius: 38px;
}
.screen2 .cSoft .cont .func a{
	background-color: #2c9dd3;
}
.screen2 .cSoft .box:hover{
	color: #fff;
}
.screen2 .cSoft .box:hover .cont .func a{
	background-color: rgba(255,255,255,.5);
}



.screen2 .cService{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.screen2 .cService li{
	width: 383px;
	height: 406px;
	border-radius: 5px;
	padding:50px 30px 0;
	box-sizing: border-box;
	cursor: pointer;
	color:#666;
}
.screen2 .cService li .img{
	height: 87px;
	text-align: center;
	margin-bottom: 15px;
}
.screen2 .cService li.one .img{
	background: url("../images/cService1.png")no-repeat top center;
}
.screen2 .cService li.two .img{
	background: url("../images/cService2.png")no-repeat top center;
}
.screen2 .cService li.three .img{
	background: url("../images/cService3.png")no-repeat top center;
}
.screen2 .cService li .name{
	text-align: center;
	font-size: 18px;
	padding-bottom: 35px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 28px;
}
.screen2 .cService li .des{
	font-size: 14px;
	line-height: 22px;
	height: 95px;
}
.screen2 .cService li .func a{
	font-size: 14px;
	color:#666;
}
.screen2 .cService li .func a:hover{
	color:#2c76a7;
}
.screen2 .cService li:hover{
	background: rgba(44,118,167,.53) url("../images/cloudService.png")no-repeat top left;
	color:#fff;
}
.screen2 .cService li.one:hover .img{
	background: url("../images/cService1_a.png")no-repeat top center;
}
.screen2 .cService li.two:hover .img{
	background: url("../images/cService2_a.png")no-repeat top center;
}
.screen2 .cService li.three:hover .img{
	background: url("../images/cService3_a.png")no-repeat top center;
}
.screen2 .cService li:hover .name{
	border-color: #fff;
}
.screen2 .cService li:hover .func a{
	color: #fff;
}
.screen2 .cService li:hover .func a:hover{
	color: #fff;
}
.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: 100px;
	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 #0069ab;
	box-sizing: border-box;
	font-size: 0;
	margin:0 auto;
	display: none;
}
.screen2 .proList .func a{
	display: inline-block;
	width: 50%;
	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: #12527d;
}
.screen2 .proList li:hover .desContent,
.screen2 .proList li.active .desContent{
	background-color: #2c76a7;
}
.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 .proList .rec{
	width: 81px;
	height: 80px;
	position: absolute;
	top: -8px;
	left: -8px;
	background: url("../images/rec.png")no-repeat;
}
.screen2 .proList .sign{
	width: 100%;
	padding-left: 65px;
	font-size: 0;
	box-sizing: border-box;
	position: absolute;
	top: 16px;
}
.screen2 .proList .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 .proList .sign span:last-child{
	margin-right: 0;
}
.screen2 .func .more{
	padding-top: 15px;
	font-size: 14px;
	color:#333;
}
.screen2 .func .more:hover{
	color:#e21d38;
}
.screen3{
	width: 100%;
	height: 610px;
	background-color: #fff;
}
.screen3 .wrapper{
	overflow: hidden;
}
.screen3 .title{
	margin-top: 40px;
	text-align: center;
	color:#0b152b;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 35px;
	margin-bottom: 16px;
	position: relative;
}
.screen3 .title:before{
	display: block;
	content:"";
	width: 13px;
	height: 22px;
	background: url("../images/icon02.png")no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
}
.screen3 .title .sub{
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
}
.screen3 .solution{
	width: 100%;
	height: 440px;
	padding-top: 60px;
	box-sizing: border-box;
	background-color: #f3f7fa;
}
.screen3 .solution .wrapper{
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.screen3 .solution .nav{
	width: 182px;
}
.screen3 .solution .nav li{
	width: 100%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-left: 5px solid transparent;
	border-bottom: 1px solid #4284b0;
	box-sizing: border-box;
	font-size: 18px;
	color:#fff;
	background-color: #2c76a7;
	cursor: pointer;
}
.screen3 .solution .nav li.active{
	border-left-color:#e21d38;
}
.screen3 .solution .nav li:hover{
	text-decoration: underline;
}
.screen3 .solution .nav li.active:hover{
	text-decoration: none;
}
.screen3 .solution .content{
	width: 1018px;
}
.screen3 .solution .content .box{
	width: 100%;
	height: 224px;
	display: none;
	overflow: hidden;
}
.screen3 .solution .content .box.active{
	display: block;
}
.screen3 .solution .family{
	font-size: 0;
	margin-top: 50px;
	padding-left: 110px;
	box-sizing: border-box;
}
.screen3 .solution .family li{
	display: inline-block;
	margin: 0 10px 20px 0;
}
.screen3 .solution .family li:nth-child(3n){
	margin-right: 0;
}
.screen3 .solution .family a{
	display: block;
	width:250px;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color:#0b152b;
	border-radius: 6px;
}
.screen3 .solution .family a img{
	margin-right: 10px;
}
.screen3 .solution .family a ins{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	border-radius: 20px;
	background-color: #c8c8c9;
	margin-left: 10px;
	color:#333;
}
.screen3 .solution .family li.active a ins,
.screen3 .solution .family li:hover a ins{
	background-color: #e21d38;
	color:#fff;
}
.screen3 .detail{
	margin-top: 20px;
}
.screen3 .detail .name{
	font-size: 23.15px;
	font-weight: bold;
	color:#e21d38;
	padding-left: 275px;
	box-sizing: border-box;
	position: relative;
}
.screen3 .detail .name ins{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #e21d38;
	margin:0 10px;
}
.screen3 .detail .func{
	padding-left: 335px;
	box-sizing: border-box;
	margin-top: 25px;
}
.screen3 .detail .func a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	padding:0 35px;
	font-size: 15.99px;
	color:#fff;
	background-color: #5ba1d0;
}
.screen3 .detail .func a:hover{
	background-color: #2c76a7;
}
.screen4{
	width: 100%;
	height: 660px;
	background-color: #fff;
}
.screen4 .warpper{
	overflow:hidden;
}
.screen4 .super{
	width: 860px;
	font-size: 0;
	white-space: wrap;
	margin-top: 85px;
}
.screen4 .super li{
	display: inline-block;
	width: 50%;
	padding-left: 60px;
	padding-right: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 70px;
}
.screen4 .super li:nth-child(2n+1){
	padding:0 62px 0 0;
	box-sizing: border-box;
}
.screen4 .super li:nth-child(2n+1):before{
	display: block;
	content:"";
	width: 1px;
	height: 85px;
	background-color: #cdcdcd;
	position: absolute;
	right: 0;
	bottom: 0;
}
.screen4 .super li .line01{
	margin-bottom: 20px;
}
.screen4 .super li .img{
	display: inline-block;
	width: 50px;
	height: 50px;
	border:1px solid #e5e5e5;
	border-radius: 50px;
	margin-right: 10px;
	background: #fff url("../images/super02.png")no-repeat center center;
}
.screen4 .super li:hover .img{
	background: #e21d38 url("../images/super02H.png")no-repeat center center;
}
.screen4 .super li:nth-child(2n+1) .img{
	background: #fff url("../images/super01.png")no-repeat center center;
}
.screen4 .super li:nth-child(2n+1):hover .img{
	background: #e21d38 url("../images/super01H.png")no-repeat center center;
}
.screen4 .super li .name{
	display: inline-block;
	vertical-align: bottom;
	font-size: 22px;
	color:#666;
}
.screen4 .super li .line02{
	font-size: 14px;
	color:#666;
	line-height: 24px;
}
.screen4 .super li .line02 span{
	color:#e21d38;
}
.screen4 .des{
	width: 323px;
}
.screen4 .des .up{
	width: 100%;
	height: 475px;
	background:url("../images/superBg.png")no-repeat left bottom;
	padding:50px 30px 0;
	box-sizing: border-box;
	margin-top: -63px;
}
.screen4 .up .tit{
	margin-bottom: 25px;
	overflow:hidden;
}
.screen4 .up .tit span{
	display: inline-block;
	vertical-align: top;
}
.screen4 .up .tit .name{
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 21.82px;
	color:#fff;
	margin-right: 10px;
	position: relative;
}
.screen4 .up .tit .name:before{
	display: block;
	content:"";
	width: 90px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:0;
	bottom:0;
}
.screen4 .up .tit .sub{
	width: 155px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 40px;
	font-size: 31.82px;
	font-weight: bold;
	color:#fff;
	background-color: #e21d38;
}
.screen4 .up .info{
	font-size: 18px;
	color:#fff;
	line-height: 30px;
}
.screen4 .down .inner{
	margin:65px 0 25px;
}
.screen4 .down .phoneImg{
	margin-right: 10px;
}
.screen4 .down .subscribe{
	font-size: 17.47px;
	color:#666;
	margin-bottom: 10px;
}
.screen4 .down .num{
	font-size: 32.02px;
	color:#e21d38;
	font-weight: bold;
}
.screen4 .down .func{
	height: 42px;
	text-align: center;
}
.screen4 .down .func a{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #b6b7b7;
	border-radius: 42px;
	font-size: 16px;
	color:#666;
}
.screen4 .down .func a:last-child{
	margin-left: 30px;
}
.screen4 .down .func a:hover,
.screen4 .down .func a.active{
	border-color: #2c76a7;
	color:#2c76a7;
	box-shadow: 0px 0px 5px 0px #2c76a7;
}
.screen5{
	width: 100%;
	height: 278px;
	background-color: #fff;
}
.screen5 .wrapper{
	height: 100%;
	background-color: #2c76a7;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.screen5 .wrapper .des{
	width: 50%;
	height: 100%;
	padding:55px 70px 0px;
	box-sizing: border-box;
	color:#fff;
}
.screen5 .wrapper .des:first-child{
	position: relative;
}
.screen5 .wrapper .des:first-child:before{
	display: block;
	content: "";
	width: 1px;
	height: 75px;
	background-color: #fff;
	position: absolute;
	top: 85px;
	right: 0;
}
.screen5 .line01{
	height: 53px;
	margin-bottom: 30px;
}
.screen5 .line01 img{
	vertical-align: bottom;
	margin-right: 20px;
}
.screen5 .des:hover .line01 img{
	transform:scale(1.1);
	transition: all 0.3s ease;
}
.screen5 .line01 span{
	font-size: 22px;
}
.screen5 .line02{
	font-size: 14px;
	line-height: 24px;
}
.screen6{
	width: 100%;
	height: 523px;
	background-color: #f3f7fa;
}
.screen6 .wrapper{
	height: 100%;
	padding-top: 85px;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.screen6 .img{
	width: 356px;
	height: 365px;
	padding:15px 0;
	box-sizing: border-box;
	background-color: #fff;
}
.screen6 .img .pic{
	width: 327px;
	margin: 0px auto 8px;
}
.screen6 .img .pic:last-child{
	margin-bottom: 0;
}
.screen6 .img .pic img{
	max-width: 327px;
}
.screen6 .info_detail{
	width:844px;
	padding-left: 125px;
	box-sizing: border-box;
}
.screen6 .info_detail .name{
	height: 36px;
	font-size: 30px;
	color:#2c2f34;
	font-weight: bold;
	margin-bottom: 25px;
}
.screen6 .info_detail .name .sub{
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: normal;
}
.screen6 .label{
	height: 36px;
	padding-left: 75px;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	margin-bottom: 55px;
}
.screen6 .label:before{
	display: block;
	content:"";
	width: 51px;
	height: 13px;
	background: url("../images/icon01.png")no-repeat;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.screen6 .label span{
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	padding:0 25px;
	font-size: 14px;
	color:#fff;
	border-radius: 5px;
	margin-right: 25px;
}
.screen6 .label span:last-child{
	margin-right: 0;
}
.screen6 .label span:nth-child(2n+1){
	background-color: #58606d;
}
.screen6 .label span:nth-child(2n){
	background-color: #e21d38;
}
.screen6 .infoList li{
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color:#666;
	line-height: 24px;
	margin-bottom: 32px;
}
.screen6 .infoList li:last-child{
	margin-bottom: 0;
}
.screen6 .infoList li:before{
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	border:1px solid #666;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 0;
}
.screen6 .infoList li span{
	color:#e21d38;
}
.screen6 .func{
	margin-top: 45px;
}
.screen6 .func a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	padding:0 35px;
	font-size: 16px;
	color:#fff;
}
.screen6 .func a.freeHandle{
	background-color: #7c8594;
	margin-right: 35px;
}
.screen6 .func a.freeHandle:hover{
	background-color: #58606d;
}
.screen6 .func a.freeTry{
	background-color: #5ba1d0;
}
.screen6 .func a.freeTry:hover{
	background-color: #2c76a7;
}
.screen7{
	width: 100%;
	height: 690px;
	background-color: #fff;
}
.screen7 .wrapper{
	width: 1245px;
}
.screen7 .title{
	padding-top: 60px;
	text-align: center;
    font-size: 34px;
    color: #182335;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.screen7 .title:before{
	display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url(../images/icon02.png)no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.screen7 .title .sub{
	margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
}
.screen7 .caseBox li{
	width: 600px;
	height: 190px;
	padding:20px;
	box-sizing: border-box;
	margin-right: 45px;
	margin-bottom: 30px;
}
.screen7 .caseBox li:nth-child(2n){
	margin-right: 0;
}
.screen7 .caseBox li.active,
.screen7 .caseBox li:hover{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	border-radius: 3px;
}
.screen7 .caseBox li .img{
	width: 173px;
	height: 149px;
	margin-right: 30px;
}
.screen7 .caseBox li .img img{
	width: 100%;
	height: 100%;
}
.screen7 .caseBox li .info{
	width: 350px;
	color:#333;
	padding-top: 10px;
}
.screen7 .caseBox li .name{
	font-size: 16px;
	color:#333;
	margin-bottom: 10px;
	font-weight: 600;
}
.screen7 .caseBox li .sum{
	font-size: 14px;
	height: 78px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow:hidden;
	margin-bottom: 10px;
}
.screen7 .caseBox li .func .more{
	font-size: 14px;
	color:#333;
}
.screen7 .caseBox li .func .more:hover{
	color:#0067e4;
	text-decoration: underline;
}
.screen8  {
    width: 100%;
    height: 375px;
    background-color: #fff;
}
.screen8  .wrapper {
    height: 100%;
}
.screen8  .contactInfo {
    width: 600px;
    height: 100%;
    padding-right: 65px;
    box-sizing: border-box;
}
.screen8  .contactInfo .item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 45px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.screen8  .contactInfo .item li {
    text-align: center;
    font-size: 18px;
    color: #666;
}
.screen8  .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;
}
.screen8  .contactInfo .item li div:hover {
    background-color: rgba(0, 0, 0, .01);
}
.screen8  .contactInfo .phoneImg {
    width: 46px;
    height: 47px;
    margin: 5px 15px 0 0;
}
.screen8  .contactInfo .phoneImg img {
    width: 100%;
    height: 100%;
}
.screen8  .contactInfo .subscribe {
    font-size: 15.53px;
    color: #333;
    margin-bottom: 10px;
}
.screen8  .contactInfo .num {
    font-size: 28.47px;
    font-weight: bold;
}
.screen8  .contactInfo .func {
    width: 245px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ccc;
    border-radius: 44px;
    box-sizing: border-box;
    font-size: 0;
}
.screen8  .contactInfo .func a {
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 15.59px;
    color: #333;
    cursor: pointer;
}
.screen8  .contactInfo .func .active {
    background-color: #1eb8f7;
    color: #fff;
    border-radius: 44px;
}
.screen8  .messageBox {
    width: 600px;
    height: 100%;
    background: url("../images/contact.png")no-repeat left center;
    position: relative;
    overflow: hidden;
}
.screen8  .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: 65px;
    left: 0;
}
.screen8  .messageBox form {
    margin-top: 65px;
    width: 100%;
    height: 235px;
    background-color: rgba(255, 255, 255, .8);
    padding-left: 65px;
    box-sizing: border-box;
    overflow: hidden;
}
.screen8  .messageBox ul {
    margin-top: 35px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.screen8  .messageBox li {
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
}
.screen8  .messageBox li:last-child {
    margin-right: 0;
}
.screen8  .messageBox li input {
    width: 110px;
    height: 30px;
    border: 1px solid #bababa;
    box-sizing: border-box;
    padding-left: 5px;
    border-radius: 3px;
    background-color: transparent;
    margin-left: -8px;
}
.screen8  .messageBox .message {
    font-size: 16px color:#333;
}
.screen8  .messageBox .message span {
    display: inline-block;
    vertical-align: top;
}
.screen8  .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;
}
.screen8  .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: mymove 0.3s infinite;
}
.screen3 .title:hover:before{
	animation: mymove 0.3s infinite;
}
.screen6 .label:hover:before{
	animation: my_move 0.3s infinite;
}
.screen7 .title:hover:before{
	animation: mymove 0.3s infinite;
}
@keyframes mymove{
	from{bottom: 8px;}
	to{bottom: 0px;}
}
@-webkit-keyframes mymove{
	from{bottom: 8px;}
	to{bottom: 0px;}
}
@-o-keyframes mymove{
	from{bottom: 8px;}
	to{bottom: 0px;}
}
@-moz-keyframes mymove{
	from{bottom: 8px;}
	to{bottom: 0px;}
}
@keyframes my_move{
	from{left: 8px;}
	to{left: 0px;}
}
@-webkit-keyframes my_move{
	from{left: 8px;}
	to{left: 0px;}
}
@-o-keyframes my_move{
	from{left: 8px;}
	to{left: 0px;}
}
@-moz-keyframes my_move{
	from{left: 8px;}
	to{left: 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;
}