@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #fff; font-family: "Microsoft YaHei"; font-size: 14px; color: #333333; position: relative; font-family: "Microsoft YaHei"; min-height: 100%;}
input[type="text"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #333; -webkit-transition:background ease 0.4s,color ease 0.4s; -moz-transition:background ease 0.4s,color ease 0.4s; transition:background ease 0.4s,color ease 0.4s;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
i,em{ font-style: normal; }
li{list-style: none;}
img{vertical-align: middle; border: none;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
input,textarea{ font-family: 'Microsoft YaHei'; }


@font-face {font-family: reznor; src: url('../font/reznor.ttf')}
@font-face {
  font-family: 'myfont-en';
  src: url(../font/futurademic.otf);
  font-style: normal;
  font-weight: normal;
}
/*.transY{opacity: 0; visibility: hidden; -webkit-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all 0.8s ease; transition: all 0.8s ease;}
.transYdelay3{-webkit-transition-delay: 300ms; transition-delay: 300ms;}
.transYdelay5{-webkit-transition-delay: 500ms; transition-delay: 500ms;}
.transYdelay7{-webkit-transition-delay: 700ms; transition-delay: 700ms;}
.active.transY{opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0);}*/
/*demo*/
.demo{width: 100%; height: 100%; background: url(../images/bg.png) center bottom no-repeat; background-size: cover}
.demo .content{padding: 100px 100px 50px;}
.demo .top{overflow: hidden;}
.demo .top .txt{width: 500px; float: left;}
.demo .top .txt h2{font-size: 40px; color: #fff; line-height: 42px; font-weight: bold;}
.demo .top .txt p{font-size: 16px; color: #fff; padding-top: 50px;}
.demo .top .number{padding-left: 500px; text-align: right;}
.demo .top .number .box{height: 110px; display: inline-block; padding: 0 70px; border-left: 1px solid #7d95c5; text-align: left;}
.demo .top .number .box:first-child{border: none;}
.demo .top .number .box:last-child{padding-right: 0;}
.demo .top .number .numberBox{font-size: 18px; color: #fff;}
.demo .top .number .numberBox span{font-size: 100px; line-height: 100px; font-family: reznor;}
.demo .top .number .txtBox{color: #fff; font-size: 18px; margin-top: -10px;}
.demo .block{margin-top: 70px; border-top: 1px solid #7d95c5; overflow: hidden;}
.demo .block .right{float: right; width: 50%; padding: 30px 0 30px 130px; margin-top: 70px; border-left: 1px solid #7d95c5;}
.demo .block .right img{ display: block; width: 100%; }
.demo .block .left{float: left; width: 50%; padding-right: 70px; margin-top: 70px;}
.demo .block .left .item{padding-top: 30px; min-height: 195px; border-bottom: 1px solid #7d95c5;}
.demo .block .left .item h3{font-size: 20px; font-weight: 600; color: #fff;}
.demo .block .left .item p{color: #fff; margin-top: 10px;}
.demo .block .left .item:last-child{border-bottom: none;}

@media screen and (max-width: 1410px){
.demo .top .number .box{padding: 0 50px;}
.demo .content{padding: 50px 80px 0;}
.demo .block{margin-top: 40px;}
.demo .block .left .item{min-height: 175px;}
}


/*.header{
	background-color: #fff;
	padding: 25px 50px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.header.Fixed{
	position: fixed;
	padding: 8px 50px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 2px 4px -2px rgba(0,0,0,.6);
}
.header_border{
	box-shadow: 0 2px 4px -2px rgba(0,0,0,.6);
}
.header .logo{
	float: left;
}
.header .nav{
	float: left;
	margin-left: 103px;
}
.header .nav li{
	float: left;
	line-height: 56px;
	padding: 0 24px;
}
.header .nav li a{
	font-size: 15px;
	color: #333;
}
.header .nav li a:hover,
.header .nav li a.on{
	color: #36aab8;
}
.header .header-entry{
	float: right;
	line-height: 56px;
}
.header .header-entry>span,
.header .header-entry>i,
.header .header-entry>a{
	display: inline-block;
	vertical-align: middle;
}
.header .header-entry span{
	font-size: 14px;
	color: #4c4c4c;
	padding: 0 18px;
}
.header .header-entry span a:hover{
	color: #36aab8;
}
.header .header-entry .line{
	width: 1px;
	height: 16px;
	background-color: #ccc;
	margin: 0 18px;
}
.header .header-entry>a{
	margin-left: 18px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header .header-entry .icon1{
	width: 16px;
	background-image: url(../images/Icon_1.png);
}
.header .header-entry .icon1:hover{
	background-image: url(../images/Icon_1on.png);
}
.header .header-entry .icon2{
	width: 21px;
	background-image: url(../images/Icon_2.png);
}
.header .header-entry .icon2:hover{
	background-image: url(../images/Icon_2on.png);
}
.header .header-entry .icon3{
	width: 15px;
	background-image: url(../images/Icon_3.png);
}
.header .header-entry .icon3:hover{
	background-image: url(../images/Icon_3on.png);
}
.header .header-entry .icon4{
	position: relative;
	width: 16px;
	background-image: url(../images/Icon_4.png);
}
.header .header-entry .icon4:hover{
	background-image: url(../images/Icon_4on.png);
}
.header .header-entry .icon4.open{
	background-image: url(../images/Icon_11.png);
}
.header .header-entry .icon4.open:hover{
	background-image: url(../images/Icon_11on.png);
}
.header .searchBox{
	position: absolute;
	right: -10px;
	top: 70px;
	width: 350px;
	z-index: 9;
	opacity: 0;
	filter: alpha( opacity= 0);
	visibility: hidden;
	transition: all 0.6s ease;
	z-index: 101;
}
.header .searchBox.active{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	top: 40px;
}
.header .searchBox.top{
	top: 55px;
}
.header .searchBox .formBox{
	padding: 20px;
	background: #fff;
	border: 1px solid #000;
	position: relative;
}
.header .searchBox .formBox:before{
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: -9px;
	right: 10px;
	background: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(45deg);
}
.header .searchBox .formBox input{
	width: 268px;
	height: 40px;
	float: left;
	padding: 10px;
	border: 1px solid #000;
	border-right: none;
}
.header .searchBox .formBox button{
	width: 40px;
	height: 40px;
	float: left;
	border: none;
	background-color: #3a5c9c;
	background-image: url(../images/search_icon_w.png);
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header .searchBox .formBox button:hover{
	background-color: #404040;
}
.header .searchBox .formBox:after{
	content: "";
	display: block;
	clear: both;
}*/


.Banner .swiper-slide{
	position: relative;
	height: 760px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.Banner .swiper-slide .bannerinfo{
	width: 79%;
	margin: 8.61% auto 0;
}
.Banner .swiper-slide .bannerinfo p{
	line-height: 100px;
	font-size: 30px;
	color: #fff;
}
.Banner .swiper-slide .bannerinfo h1{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	max-width: 400px;
}
.Banner .swiper-slide .bannerinfo .more{
	margin-top: 95px;
	display: block;
	width: 155px;
	height: 48px;
	border:#fff solid 2px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.Banner .swiper-slide .bannerinfo .more:hover{
	background-color: #36aab8;
	border-color: #36aab8;
}
.Banner .pagination{
	position: absolute;
	left: 10.9%;
	bottom: 80px;
}
.Banner .pagination .swiper-pagination-switch{
	display: inline-block;
	margin-right: 10px;
	width: 50px;
	height: 2px;
	background-color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
}
.Banner .pagination .swiper-active-switch{
	opacity: 1;
	filter: alpha(opacity=100);
}

.Inaboutbox .newtit,
.Inaboutbox .Inabout{
	float: left;
	width: 50%;
}
.Inaboutbox .newtit p{
	float: right;
	width: 200px;
	height: 200px;
	background-color: #36aab8;
	text-align: center;
	line-height: 200px;
	font-size: 24px;
	color: #fff;
	font-family: 'myfont-en';
}
.Inaboutbox .Inabout{
	position: relative;
	top: -140px;
	margin-bottom: -140px;
	z-index: 5;
	padding: 38px 50px 0;
	height: 340px;
	background-color: #fff;
}
.Inaboutbox .Inabout h1{
	margin-bottom: 35px;
	font-size: 30px;
	line-height: 40px;
	color: #556ea9;
}
.Inaboutbox .Inabout p{
	font-size: 14px;
	line-height: 28px;
	color: #808080;
}
.Inaboutbox .Inabout .more{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50px;
	right: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #777;
	border-top: #e3e3e3 solid 1px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/Icon_9.png);
	font-family: 'myfont-en';
}
.Inaboutbox .Inabout .more:hover{
	color: #36aab8;
	background-image: url(../images/Icon_9on.png);
}
.inNewBox{
	overflow: hidden;
}
.newbanner{
	float: left;
	width: 50%;
	overflow: hidden;
}
.newbanner .swiper-slide{
	overflow: hidden;
}
.newbanner .swiper-slide .text{
	position: relative;
	height: 600px;
	padding: 32px 200px;
}
/*.newbanner .swiper-slide .text:before{
	content: '';
	position: absolute;
	top: 50%;
	right: -60px;
	margin-top: -30px;
	width: 0;
	height: 0;
	border-width: 30px;
	border-style: solid;
	border-color: transparent transparent transparent #fff; 
}*/
.newbanner .swiper-slide .text h1{
	position: relative;
	font-size: 30px;
	padding: 28px 0;
	margin-bottom: 45px;
}
.newbanner .swiper-slide .text h1:before{
	content: '';
	width: 2.88%;
	height: 2px;
	background-color: #50b791;
	position: absolute;
	bottom: 0;
	left: 0;
}
.newbanner .swiper-slide .text h1 a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newbanner .swiper-slide .text p{
	font-size: 14px;
	line-height: 28px;
	color: #808080;
	height: 84px;
	overflow: hidden;
	margin-bottom: 40px;
}
.newbanner .swiper-slide .text .more{
	font-size: 14px;
	color: #4b66a3;
}
.newbanner .swiper-slide .text .more:hover{
	color: #36aab8;
}
.newbanner .swiper-slide .img{
	float: left;
	width: 50%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newbanner .new-pagination{
	position: absolute;
	left: 200px;
	bottom: 220px;
}
.newbanner .new-pagination .swiper-pagination-switch{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	border: #d9d9d9 solid 2px;
	border-radius: 50%;
	cursor: pointer;
}
.newbanner .new-pagination .swiper-active-switch{
	width: 15px;
	height: 15px;
	border-color: #324d7e;
}
.newImgSwiper{
	float: left;
	width: 50%;
}
.newImgSwiper:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
	width: 0;
	height: 0;
	border-width: 30px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	z-index: 33;
}
.newImgSwiper .swiper-slide{
	position: relative;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.Inadvantage{
	overflow: hidden;
}
.Inadvantage .title{
	padding: 90px 0 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/advantagebg-2.jpg);
}
.Inadvantage .title h1{
	font-size: 40px;
	font-weight: bold;
	color: #4b66a3;
	text-align: center;
	margin-bottom: 40px;
}
.Inadvantage .title p{
	font-size: 16px;
	line-height: 28px;
	color: #808080;
	text-align: center;
}
.Inadvantage .box{
	float: left;
	width: 50%;
}
.Inadvantage .box .item .img{
	display: block;
	overflow: hidden;
}
.Inadvantage .box .item .img img{
	display: block;
	width: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.Inadvantage .box .item .img:hover img{
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.Inadvantage .box .item .info{
	position: relative;
	padding: 0 135px;
	height: 227px;
	line-height: 227px;
}
.Inadvantage .box .item .info:before{
	content: '';
	position: absolute;
	top: -44px;
	left: 50%;
	margin-left: -22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px;
	border-color: transparent transparent #fff transparent;
	z-index: 6;
}
.Inadvantage .box .item .info span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 68.5%;
	max-height: 120px;
	overflow: hidden;
}
.Inadvantage .box .item .info span p{
	font-size: 16px;
	line-height: 40px;
	color: #808080;
}
.Inadvantage .box .item .info .icon{
	margin-right: 7%;
	width: 23%;
	max-height: none;
}
.Inadvantage .box .item .info .icon img{
	display: block;
	margin: 0 auto;
}
.Inadvantage .box .item .info .icon p{
	text-align: center;
	font-size: 30px;
	color: #4161a3;
}
.Inadvantage .box.left{
	padding-right: 5px;
}
.Inadvantage .box.right{
	padding-left: 5px;
}
.Inadvantage .morebox{
	padding: 105px 0;
	background-color: #f5f5f5;
}
.Inadvantage .morebox .more{
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 60px;
	border: #4b66a3 solid 2px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #4b66a3;
}
.Inadvantage .morebox .more:hover{
	background-color: #4b66a3;
	color: #fff;
}
	

.Incase{
	overflow: hidden;
}
.Incase .info{
	float: left;
	width: 37%;
	padding: 0 120px;
	overflow: hidden;
}
.Incase .info h1{
	margin: 180px 0 35px;
	position: relative;
	font-size: 30px;
	line-height: 1.2;
	color: #333;
	padding: 22px 0;
}
.Incase .info h1:before{
	content: '';
	width: 2.88%;
	height: 2px;
	background-color: #50b791;
	position: absolute;
	bottom: 0;
	left: 0;
}
.Incase .info p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.Incase .info .more{
	display: block;
	width: 235px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	background-color: #5b73af;
	margin-top: 170px;
}
.Incase .info .more:hover{
	background-color: #375399;
}
.Incase .casebox{
	float: left;
	width: 63%;
	overflow: hidden;
}
.Incase .casebox .case{
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}
.Incase .casebox .case>img{
	display: block;
	width: 100%;
	/*transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;*/
}
.Incase .casebox .case:hover>img{
	/*transform: scale(1);
	-webkit-transform: scale(1);*/
}
.Incase .casebox .case .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.Incase .casebox .case .color1{
	background-color: rgba(52,80,136,.95);
}
.Incase .casebox .case .color2{
	background-color: rgba(68,99,158,.95);
}
.Incase .casebox .case .color3{
	background-color: rgba(114,139,200,.95);
}
.Incase .casebox .case .color4{
	background-color: rgba(91,118,183,.95);
}
.Incase .casebox .case .logo img{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0.001%;
	right: 0.001%;
	margin: 0 auto;
}
.Incase .casebox .case .layer{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	padding: 40px;
	background-color: rgba(54,170,184,.95);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	visibility: visible;
}
.Incase .casebox .case .layer h1{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 30px;
}
.Incase .casebox .case .layer p{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.Incase .casebox .case .layer .more{
	display: block;
	width: 15px;
	height: 8px;
	background: url(../images/Icon_10.png) no-repeat right center;
	margin-top: 70px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.Incase .casebox .case:hover .layer{
	bottom: 0;
}
.Incase .casebox .case:hover .logo{
	top: -100%;
}

.Inlink{
	padding: 40px 120px 80px;
	background-color: #f5f5f5;
}
.Inlink .title{
	position: relative;
	font-size: 30px;
	padding: 30px 0;
}
.Inlink .title:before{
	content: '';
	width: 1.18%;
	height: 2px;
	background-color: #50b791;
	position: absolute;
	bottom: 0;
	left: 0;
}
.Inlink .linkbox{
	font-size: 0;
	letter-spacing: -10px;
}
.Inlink .linkbox a{
	display: inline-block;
	width: 12.5%;
	text-align: center;
	letter-spacing: 0;
}
.Inlink .linkbox a img{
	max-width: 100%;
}
.Inlink .linkbox a .show{
	display: none;
}
.Inlink .linkbox a:hover .show{
	display: inline-block;
}
.Inlink .linkbox a:hover .gray{
	display: none;
}

.footer{
	padding: 40px 120px 20px;
	background-color: #324d7e;
}
.footer .footernav{
	padding-bottom: 45px;
	border-bottom: #486291 solid 1px;
	overflow: hidden;
}
.footer .footernav .nav{
	float: left;
}
.footer .footernav .nav li{
	float: left;
	line-height: 40px;
	margin-right: 40px;
}
.footer .footernav .nav li a{
	color: #fff;
}
.footer .footernav .nav li a:hover{
	color: #36aab8;
}
.footer .footernav .footer-entry{
	float: right;
}
.footer .footernav .footer-entry a{
	float: left;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	background-color: #486291;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.footer .footernav .footer-entry .icon1{
	background-image: url(../images/Icon_5.png);
}
.footer .footernav .footer-entry .icon2{
	background-image: url(../images/Icon_6.png);
}
.footer .footernav .footer-entry .icon3{
	background-image: url(../images/Icon_7.png);
}
.footer .footernav .footer-entry .icon4{
	background-image: url(../images/Icon_8.png);
}
.footer .footernav .footer-entry a:hover{
	background-color: #2e4673;
}
.footer .copyright{
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/*===  newlist  ===*/
.newsList {
	margin-top: 30px;
	margin-bottom: 50px;
}
.newsList .location{
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #333;
}
.newsList .location .slip{
	padding: 0 8px;
}
.newsList .location a:hover{
	color: #3b59af;
	text-decoration: underline;
}
.newsList .content{
	margin-top: 20px;
	overflow: hidden;
}
.newsList .Left{
	float: left;
	width: 73%;
}
.newsList .Left .newtype{
	height: 68px;
	line-height: 38px;
	border-bottom: solid #e6e8eb 1px;
	overflow: hidden;
}
.newsList .Left .newtype .box{
	float: left;
}
.newsList .Left .newtype .box a{
	position: relative;
	float: left;
	margin-right: 35px;
	line-height: 68px;
	padding: 0 14px;
	font-size: 24px;
	color: #828a92;
}
.newsList .Left .newtype .box a.on{
	color: #424141;
}
.newsList .Left .newtype .box a.on:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}
.newsList .Left .newtype .term{
	float: right;
	margin-top: 20px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 22px;
	background: url(../images/Icon_12.png) no-repeat left center;
	cursor: pointer;
}
.newsList .Left .ulbox{
	display: none;
}
.newsList .Left .list{
	margin-top: 40px;
	border-bottom: #d5d5d5 solid 1px;
	overflow: hidden;
}
.newsList .Left .list li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.newsList .Left .list li:last-child{
	margin-right: 0;
}
.newsList .Left .list li .img{
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.newsList .Left .list li .img img{
	display: block;
	width: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.newsList .Left .list li p{
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList .Left .list li .time{
	margin: 8px 0 16px;
	padding-left: 20px;
	background: url(../images/Icon_13.png) no-repeat left center;
	color: #888;
}
.newsList .Left .list li:hover .img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.newsList .Left .list li:hover p a{
	color: #3b59af;
}
.newsList .Left .page{
	padding: 30px 90px 0 0;
	text-align: right;
	font-size: 0;
}
.newsList .Left .page li{
	margin: 0 3.5px;
	display: inline-block;
}
.newsList .Left .page li a{
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 7px;
	border: #d6d6d6 solid 1px;
	border-radius: 3px;
	font-size: 14px;
	color: #666;
}
.newsList .Left .page li a.on,
.newsList .Left .page li a:hover{
	background-color: #e83836;
	color: #fff;
}
.newsList .Right{
	float: right;
	width: 24%;
}
.newsList .Right .title{
	height: 68px;
	line-height: 68px;
	border-bottom: dashed 1px #e9ebee;
	font-size: 24px;
}
.newsList .Right .labelbox{
	padding: 22px 0 50px;
}
.newsList .Right .labelbox a{
	display: inline-block;
	margin: 0 10px 12px 0;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	border-radius: 12px;
	border: #68727d solid 1px;
	font-size: 14px;
	color: #9ea3ab;
}
.newsList .Right .labelbox a:hover{
	border-color: #3b59af;
	background-color: #3b59af;
	color: #fff;
}
.newsList .Right .link{
	margin-top: 25px;
}
.newsList .Right .link li{
	position: relative;
	padding-left: 15px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
.newsList .Right .link li:before{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	left: 0;
}
.newsList .Right .link li a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList .Right .link li:hover a{
	color: #3b59af;
}


/*== lxcard ==*/
.lxCard .topbg{
	position: relative;
	width: 100%;
	height: 620px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/lxcardbg.jpg);
}
.lxCard .topbg .txt{
	padding: 7.5% 13.17% 0;
}
.lxCard .topbg .txt h1{
	font-weight: bold;
	font-size: 40px;
	color: #fff;
}
.lxCard .topbg .txt h1 i{
	padding-left: 20px;
	color: #3a5690;
	font-size: 60px;
}
.lxCard .topbg .txt p{
	max-width: 680px;
	margin-top: 30px;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}
.lxCard .cardList{
	padding: 4.1% 0 4.6%;
}
.lxCard .cardList .title{
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 36px;
	color: #333;
	text-align: center;
}
.lxCard .cardList .subtit{
	font-size: 18px;
	line-height: 2;
	color: #888a89;
	text-align: center;
}
.lxCard .cardList .list{
	padding-top: 40px;
	overflow: hidden;
}
.lxCard .cardList .list li{
	float: left;
	width: 25%;
	overflow: hidden;
}
.lxCard .cardList .list li img{
	display: block;
	margin: 30px auto;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCard .cardList .list li p{
	text-align: center;
	font-size: 22px;
	color: #757575;
}
.lxCard .cardList .list li:hover img{
	margin-top: 10px;
}
.lxCard .cardInfo{
	position: relative;
	padding: 3.125% 0 0;
	z-index: 3;
}
.lxCard .cardInfo .info{
	float: left;
	width: 50%;
	padding-left: 12%;
	padding-top: 2.6%;
}
.lxCard .cardInfo .info h1{
	font-size: 36px;
	color: #333;
}
.lxCard .cardInfo .info p{
	margin-top: 32px;
	max-width: 490px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.lxCard .cardInfo .info .MobileImg{
	display: none;
}
.lxCard .cardInfo .linebox{
	position: relative;
	margin-top: 40px;
	width: 670px;
	height: 370px;
}
.lxCard .cardInfo .linebox .item{
	position: absolute;
	width: 164px;
}
.lxCard .cardInfo .linebox .item img{
	display: block;
}
.lxCard .cardInfo .linebox .item p{
	margin-top: 15px;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
}
.lxCard .cardInfo .linebox .item1{
	top: 0;
	left: 0;
}
.lxCard .cardInfo .linebox .item1 p{
	color: #f9d155;
}
.lxCard .cardInfo .linebox .item2 p{
	color: #7dd6d0;
}
.lxCard .cardInfo .linebox .item3 p{
	color: #a1d38c;
}
.lxCard .cardInfo .linebox .item2{
	top: 134px;
	left: 192px;
}
.lxCard .cardInfo .linebox .item3{
	top: 0;
	right: 0;
}
.lxCard .cardInfo .linebox .line1{
	position: absolute;
	top: 75px;
	left: 163px;
	width: 344px;
	border-bottom: #e0e0e0 solid 1px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}
.lxCard .cardInfo .linebox .line2{
	position: absolute;
	top: 173px;
	left: 349px;
	width: 192px;
	border-bottom: #e0e0e0 solid 1px;
	transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
}
.lxCard .cardInfo .linebox .line1 i,
.lxCard .cardInfo .linebox .line2 i{
	display: block;
	width: 30px;
	height: 25px;
	background: url(../images/Icon_14.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	left: 0;
	animation:lineto 5s infinite;
	-webkit-animation:lineto 5s infinite;
}
.lxCard .cardInfo .linebox .line2 i{
	animation:lineto2 5s infinite;
	-webkit-animation:lineto2 5s infinite;
}

@keyframes lineto{
	0% { left: 0; }
	100% { left:92%; }
}
@-webkit-keyframes lineto{
	0% { left: 0; }
	100% { left: 92%;}
}
@keyframes lineto2{
	0% { left: 0; }
	100% { left:86%; }
}
@-webkit-keyframes lineto2{
	0% { left: 0; }
	100% { left: 86%;}
}
.lxCard .cardInfo .img{
	float: left;
	width: 50%;
}
.lxCard .cardInfo .img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/*== cardPackage ==*/
.lxCard .cardPackage{
	position: relative;
	padding: 0 0 10px;
	top: -150px;
	margin-bottom: -150px;
	background-color: #f6f5fa;
}
.lxCard .cardPackage .waveContent{
	position: relative;
	height: 210px;
	overflow: hidden;
}
.lxCard .cardPackage .waveContent .waves{
	position: absolute;
	bottom: -190px;
	height: 527px;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	background: #fff;
}
.lxCard .cardPackage .index_waves{
	background: url(../images/page-index-waves.png) center 0 no-repeat;
}
.lxCard .cardPackage .wave1{
	height: 427px;
	width: 2402px;
	background-position: 0 -854px;
}
.lxCard .cardPackage .wave2{
	height: 427px;
	width: 2402px;
	background-position: 0 -427px;
}
.lxCard .cardPackage .waves>div{
	position: absolute;
	left: -180px;
	bottom: 0;
}
.lxCard .cardPackage .waves .wave1, .waves .wave2, 
.lxCard .cardPackage .waves .wave3{
	animation: wave 5s ease-in-out alternate infinite;
	-webkit-animation: wave 5s ease-in-out alternate infinite;
}
.lxCard .cardPackage .waves .wave2{
	animation-delay: .6s;
}
@keyframes wave{
	0%{-ms-transform:translate(0px,0px);-webkit-transform:translate(0px,0px);transform:translate(0px,0px)}
	50%{-ms-transform:translate(-80px,30px);-webkit-transform:translate(-80px,30px);transform:translate(-80px,30px)}
	100%{-ms-transform:translate(160px,-60px);-webkit-transform:translate(160px,-60px);transform:translate(160px,-60px)}
}
@-webkit-keyframes wave{
	0%{-ms-transform:translate(0px,0px);-webkit-transform:translate(0px,0px);transform:translate(0px,0px)}
	50%{-ms-transform:translate(-80px,30px);-webkit-transform:translate(-80px,30px);transform:translate(-80px,30px)}
	100%{-ms-transform:translate(160px,-60px);-webkit-transform:translate(160px,-60px);transform:translate(160px,-60px)}
}
.lxCard .cardPackage .title{
	position: relative;
	width: 14%;
	margin: 60px auto;
	font-size: 36px;
	text-align: center;
}
.lxCard .cardPackage .title span{
	padding:0 25px;
}
.lxCard .cardPackage .title:before,
.lxCard .cardPackage .title:after{
	content:'';
	width: 80px;
	height: 2px;
	background-color: #d1d1d1;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.lxCard .cardPackage .title:before{
	left: -80px;
}
.lxCard .cardPackage .title:after{
	right: -80px;
}
.lxCard .cardPackage .list{
	width: 72%;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}
.lxCard .cardPackage .list li{
	float: left;
	position: relative;
	top: 0;
	width: 30%;
	padding: 20px 15px;
	margin-right: 5%;
	margin-bottom: 4%;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCard .cardPackage .list li:nth-of-type(3n+3){
	margin-right: 0;
}
.lxCard .cardPackage .list li .toptit{
	text-align: center;
}
.lxCard .cardPackage .list li .toptit span{
	display: inline-block;
	vertical-align: middle;
	height: 37px;
	line-height: 31px;
	font-size: 16px;
	color: #ff751a;
	font-weight: bold;
}
.lxCard .cardPackage .list li .toptit .icon{
	width: 132px;
	padding: 0 4px 0 15px;
	background: url(../images/Icon_15.png) no-repeat center;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.lxCard .cardPackage .list li img{
	display: block;
	margin: 10px auto;
}
.lxCard .cardPackage .list li .tit{
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lxCard .cardPackage .list li .tit i{
	color: #ff6063;
}
.lxCard .cardPackage .list li p{
	padding-bottom: 12px;
	height: 49px;
	line-height: 18px;
	border-bottom: #f4f3f3 solid 1px;
	color: #666;
	overflow: hidden;
}
.lxCard .cardPackage .list li .more{
	position: relative;
	top: 0;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 22px auto 8px;
	text-align: center;
	border-radius: 10px;
	background-color: #ff6063;
	font-size: 14px;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCard .cardPackage .list li:hover{
	box-shadow: 0 2px 8px 4px #E9E9E9;
	top: -5px;
}
.lxCard .cardPackage .list li:hover .more{
	top: -6px;
	box-shadow: 0 8px 30px -8px #f00
}
.lxCard .consult{
	padding: 75px 0;
	background: url(../images/cardconsultbg.jpg) no-repeat center;
	text-align: center;
	overflow: hidden;
}
.lxCard .consult p{
	font-size: 28px;
	line-height: 50px;
	color: #fff;
}
.lxCard .consult a{
	position: relative;
	top: 0;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 14px;
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
	background-color: #5574b4;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCard .consult a:hover{
	top: -6px;
	box-shadow: 0 8px 20px -8px #fff;
}

/*== lxCase ==*/
.lxCase{
	padding-bottom: 50px;
}
.lxCase .topbg{
	width: 100%;
	height: 500px;
	background-image: url(../images/lxcasebg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.lxCase .topbg .txt{
	margin-top: 4.4%;
	text-align: center;
	color: #fff;
}	
.lxCase .topbg .txt h1{
	font-size: 55px;
}
.lxCase .topbg .txt p{
	margin: 20px 0;
	font-size: 25px;
}
.lxCase .caseWrapper{
	width: 84%;
	margin: 0 auto;
}
.lxCase .caseWrapper .caseclass{
	padding: 4.37% 0;
	text-align: center;
	font-size: 0;
}
.lxCase .caseWrapper .caseclass a{
	display: inline-block;
	margin: 0 6px;
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	border:#5574b4 solid 1px;
	font-size: 16px;
	color: #5574b4;
	border-radius: 5px;
}
.lxCase .caseWrapper .caseclass a.on{
	background-color: #5574b4;
	color: #fff;
}
.lxCase .caseWrapper .list li{
	position: relative;
	margin-bottom: 50px;
	padding: 15px 15px 15px 90px;
	box-shadow: 0 8px 30px -8px #ccc;
	overflow: hidden;
}
.lxCase .caseWrapper .list li:before{
	content:'';
	width: 57px;
	height: 57px;
	background: url(../images/Icon_16.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 33px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCase .caseWrapper .list li .info{
	float: left;
	width: 63%;
	padding: 0 60px 0 45px;
}
.lxCase .caseWrapper .list li .info h1{
	margin-bottom: 12px;
	font-size: 32px;
	line-height: 40px;
	height: 80px;
	color: #383838;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCase .caseWrapper .list li .info .txt{
	overflow: hidden;
}
.lxCase .caseWrapper .list li .info .txt .left{
	float: left;
	margin-right: 30px;
	width: 116px;
}
.lxCase .caseWrapper .list li .info .txt .left img{
	display: block;
	width: 100%;
}
.lxCase .caseWrapper .list li .info .txt .left p{
	font-size: 18px;
	line-height: 30px;
	color: #808080;
	text-align: center;
}
.lxCase .caseWrapper .list li .info .txt .word{
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	height: 156px;
	overflow: hidden;
}
.lxCase .caseWrapper .list li .img{
	float: left;
	width: 37%;
	overflow: hidden;
}
.lxCase .caseWrapper .list li .img img{
	display: block;
	width: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCase .caseWrapper .list li:hover:before{
	background-image: url(../images/Icon_16on.png);
	top: 10px;
}
.lxCase .caseWrapper .list li:hover h1{
	color: #5574b4;
}
.lxCase .caseWrapper .list li:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}



/*== casedetail ==*/
.lxCasepage{

}
.lxCasepage .topbg{
	position: relative;
	text-align: center;
	background-image: url(../images/casedetailbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.lxCasepage .topbg:before{
	content:'';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.lxCasepage .topbg .txt{
	display: inline-block;
	vertical-align: middle;
	width: 62.5%;
	max-width: 1200px;
	text-align: left;
}
.lxCasepage .topbg .txt h1{
	position: relative;
	display: inline-block;
	padding: 20px 0;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
.lxCasepage .topbg .txt h1:after{
	content: '';
	width: 55%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.lxCasepage .content{
	width: 79%;
	margin-left: auto;
	margin-right: auto;
}
.lxCasepage .location{
	padding: 40px 0 12px;
	font-size: 12px;
	line-height: 28px;
	color: #4d4d4d;
	border-bottom: #f3f3f3 solid 1px;
}
.lxCasepage .location .slip{
	padding: 0 9px;
	color: #b12828;
}
.lxCasepage .article{
	margin-top: 35px;
}
.lxCasepage .article .title{
 	line-height: 30px;
 	font-size: 24px;
 	overflow: hidden;
}
.lxCasepage .article .title .share{
	float: right;
	font-size: 0;
}
.lxCasepage .article .title .share span,
.lxCasepage .article .title .share a{
	display: inline-block;
	vertical-align: middle;
}
.lxCasepage .article .title .share span{
	float: left;
	padding-right: 15px;
	font-size: 14px;
	color: #7c7676;
}
.lxCasepage .article .title .share a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #b1b1b1;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 3px;
}
.lxCasepage .article .title .share .s1{
	background-image: url(../images/share01.png);
}
.lxCasepage .article .title .share .s2{
	background-image: url(../images/share02.png);
}
.lxCasepage .article .title .share .s3{
	background-image: url(../images/share03.png);
}
.lxCasepage .article .title .share .s4{
	background-image: url(../images/share04.png);
}
.lxCasepage .article .title .share a:hover{
	background-color: #5474b4;
}
.lxCasepage .article .key{
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	padding: 20px 0;
	text-indent: 0;
	border-bottom: #f3f3f3 solid 1px;
}
.lxCasepage .article .key span{
	padding-right: 65px;
}

.lxCasepage .article h6{
	margin-top: 25px;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	text-indent: 2em;
	font-weight: bold;
}
.lxCasepage .article>img{
	display: block;
	margin: 30px auto;
	max-width: 100%;
}
.lxCasepage .article>p{
	font-size: 16px;
	line-height: 28px;
	color: #6e6d6d;
	text-indent: 2em;
}
.lxCasepage .article .returnlist{
	margin-top: 80px;
	overflow: hidden;
}
.lxCasepage .article .returnlist .golist{
	float: right;
	width: 130px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	font-size: 18px;
	color: #333;
	border: #e6e6e6 solid 1px;
}
.lxCasepage .article .returnlist .golist:hover{
	background-color: #3b59af;
	border-color: #3b59af;
	color: #fff;
}
.lxCasepage .article .returnlist p{
	text-indent: 0;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.lxCasepage .article .returnlist p a:hover{
	color: #3b59af;
}
.lxCasepage .article .relevant{
	margin: 20px 0 80px;
}
.lxCasepage .article .relevant .name{
	padding: 25px 0;
	font-size: 40px;
	color: #333;
}
.lxCasepage .article .relevant .list{
	overflow: hidden;
}
.lxCasepage .article .relevant .list li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.lxCasepage .article .relevant .list li:nth-of-type(3n+3){
	margin-right: 0;
}
.lxCasepage .article .relevant .list li .img{
	display: block;
	overflow: hidden;
}
.lxCasepage .article .relevant .list li .img img{
	display: block;
	width: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCasepage .article .relevant .list li .info{
	width: 83%;
	margin: 0 auto;
}
.lxCasepage .article .relevant .list li .info .txt{
	margin: 30px 0 50px;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCasepage .article .relevant .list li .info .go{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #888;
	border-top: #e9e9e9 solid 1px;
}
.lxCasepage .article .relevant .list li .info .go i{
	float: right;
	margin-top: 23px;
	width: 39px;
	height: 13px;
	background: url(../images/Icon_17.png) no-repeat;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxCasepage .article .relevant .list li:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.lxCasepage .article .relevant .list li:hover .txt{
	color: #3b59af;
}
.lxCasepage .article .relevant .list li:hover .go i{
	margin-right: -15px;
}

/*== questions ==*/
.lxQuestions{
	background-color: #f0f4fb;
	overflow: hidden;
}
.lxQuestions .topbg{
	position: relative;
	text-align: center;
	height: 620px;
	background: url(../images/questionsbg.jpg) no-repeat center;
	background-size: cover;
}
.lxQuestions .topbg:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.lxQuestions .topbg .txt{
	width: 79%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #fff;
	padding-left: 50px;
}
.lxQuestions .topbg .txt h1{
	font-size: 50px;
	font-weight: bold;
}
.lxQuestions .topbg .txt p{
	margin: 20px 0;
	font-size: 24px;
	line-height: 32px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.lxQuestions .topbg .txt .icon1{
	background-image: url(../images/Icon_18.png);
}
.lxQuestions .topbg .txt .icon2{
	background-image: url(../images/Icon_19.png);
}
.lxQuestions .questions{
	width: 79%;
	margin: 50px auto 150px;
	overflow: hidden;
}
.lxQuestions .questions .title{
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	border-bottom: #fff solid 5px;
}
.lxQuestions .questions .title span{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	border-bottom: #5474b4 solid 5px;
}
.lxQuestions .questions .box{
	margin-top: 50px;
	overflow: hidden;
}
.lxQuestions .questions .box .col{
	float: left;
	width: 49%;
	margin-right: 2%;
}
.lxQuestions .questions .box .col:nth-of-type(2n+2){
	margin-right: 0;
}
.lxQuestions .questions .box .item{
	margin-bottom: 20px;
}
.lxQuestions .questions .box .item .q{
	position: relative;
	height: 75px;
	line-height: 75px;
	padding: 20px 50px 20px 35px;
	background-color: #fff;
	overflow: hidden;
}
.lxQuestions .questions .box .item .q .name{
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	background-color: #5474b4;
}
.lxQuestions .questions .box .item .q p{
	margin-left: 55px;
	line-height: 35px;
	font-size: 16px;
}
.lxQuestions .questions .box .item .q .icon{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/Icon_20.png) no-repeat left center;
	right: 34px;
	top: 50%;
	margin-top: -8px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxQuestions .questions .box .item .q .icon.on{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}
.lxQuestions .questions .box .item .a{
	display: none;
	margin-top: 20px;
	padding: 30px 35px;
	background-color: #fff;
	overflow: hidden;
}
.lxQuestions .questions .box .item .a .name{
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	background-color: #8eace9;
}
.lxQuestions .questions .box .item .a .txt{
	margin-left: 55px;
}
.lxQuestions .questions .box .item .a .txt p{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

/*== platform ==*/
html.platform{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.platform body{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.platform .topHead{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	padding: 0 50px;
	background-color: #4e74bb;
}
html.platform .topHead .logo{
	float: left;
	padding-top: 10px;
}
html.platform .topHead .logo img{
	display: block;
	max-width: 100%;
}
html.platform .topHead .nav{
	float: left;
	margin-left: 7.2%;
}
html.platform .topHead .nav .closeNav{
	display: none;
}
html.platform .topHead .nav li{
	float: left;
	margin-right: 50px;
	line-height: 65px;
}
html.platform .topHead .nav li.li-entry{
	display: none;
}
html.platform .topHead .nav li a{
	display: block;
	height: 65px;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	border-bottom: transparent solid 4px;
}
html.platform .topHead .nav li a.on,
html.platform .topHead .nav li a:hover{
	border-color: #67ddab;
}
html.platform .topHead .entry{
	float: right;
	padding-top: 19px;
}
html.platform .topHead .entry a{
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	font-size: 14px;
	color: #4e74bb;
	background-color: #fff;
	border-radius: 4px;
	margin-left: 10px;
	border: transparent solid 1px;
}
html.platform .topHead .entry a:hover{
  border-color: #fff;
  background-color: #4e74bb;
  color: #fff;
}
.contentSidenav{
	position: absolute;
	width: 300px;
	padding-left: 50px;
	top: 65px;
	left: 0;
	bottom: 0;
	border-right: #ccc solid 1px;
	overflow-x: hidden;
	overflow-y: auto;
}
.contentSidenav dl .dt{
	margin-top: 40px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-indent: 0;
}
.contentSidenav dl dd{
	font-size: 14px;
	line-height: 36px;
	text-indent: 2em;
}
.contentSidenav dl dd a{
	display: block;
}
.contentSidenav dl dd a.on{
	color: #67ddab;
}
.contentBody{
	position: absolute;
	top: 65px;
	left: 300px;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.contentBody .main{
	position: relative;
	width: 66.66%;
	padding-top: 80px;
	margin: 0 auto;
	max-width: 1080px;
}
.contentBody .main .tit1{
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contentBody .main .tit2{
	font-size: 20px;
	line-height: 36px;
	padding: 10px 0;
	color: #666;
	border-bottom: #e6e6e6 solid 1px;
	margin-bottom: 10px;
}
.contentBody .main p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
	text-indent: 2em;
}
.contentBody .main p i{
	color: #4e74bb;
}
.contentBody .main p.p0{
	margin-bottom: 30px;
}
.contentBody .main img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.contentBody .main .notice{
	padding: 25px 30px;
	background-color: #476293;
	border-radius: 5px;
	margin-bottom: 80px;
}
.contentBody .main .notice p{
	color: #fff;
	text-indent: 0;
}
.contentBody .main .tit3{
	font-size: 16px;
	line-height: 2;
	color: #476293;
}
.contentBody .main .tit-link.current{
	color: #67ddab;
}


/*== service ==*/
.lxService .topbg{
	position: relative;
	height: 500px;
	background-image: url(../images/servicebg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.lxService .topbg .txt{
	position: absolute;
	top: 50%;
	margin-top: -95px;
	height: 190px;
	line-height: 190px;
	padding-right: 5%;
	left: 0;
	width: 45.8%;
	background-color: #6985c7;
	background-color: rgba(105,133,199,.35);
	text-align: right;
	font-size: 50px;
	color: #fff;
}
.lxService .content{
	width: 79.16%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}
.lxService .customerService{
	padding: 7.2% 0 3.9%;
}
.lxService .customerService .title{
	position: relative;
	margin:0 auto;
	width: 78.94%;
	max-width: 1200px;
	text-align: center;
}
.lxService .customerService .title:before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	background-color: #c9c9c9;
}
.lxService .customerService .title span{
	display: inline-block;
	font-size: 30px;
	color: #222;
	padding: 0 30px;
	background-color: #fff;
}
.lxService .customerService .list{
	margin-top: 70px;
	overflow: hidden;
}
.lxService .customerService .list li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.lxService .customerService .list li .box{
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 20px auto;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxService .customerService .list li .box .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 37.5px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.lxService .customerService .list li .box1{
	background-color: #a1d38c;
}
.lxService .customerService .list li .box2{
	background-color: #7dd8e3;
}
.lxService .customerService .list li .box3{
	background-color: #e3ba82;
}
.lxService .customerService .list li .box1 .icon{
	background-image: url(../images/Icon_21.png);
}
.lxService .customerService .list li .box2 .icon{
	background-image: url(../images/Icon_22.png);
}
.lxService .customerService .list li .box3 .icon{
	background-image: url(../images/Icon_23.png);
}
.lxService .customerService .list li p{
	font-size: 22px;
	line-height: 38px;
}
.lxService .customerService .list li .phone{
	font-size: 20px;
	color: #838383;
}
.lxService .customerService .list li:hover .box{
	margin-top: 0;
}
.lxService .waveContent{
	position: relative;
	height: 230px;
	overflow: hidden;
}
.lxService .waveContent .waves{
	position: absolute;
	bottom: -190px;
	height: 527px;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	background: #fff;
}
.lxService .index_waves{
	background: url(../images/page-index-waves.png) center 0 no-repeat;
}
.lxService .wave1{
	height: 427px;
	width: 2402px;
	background-position: 0 -854px;
}
.lxService .wave2{
	height: 427px;
	width: 2402px;
	background-position: 0 -427px;
}
.lxService .waves>div{
	position: absolute;
	left: -180px;
	bottom: 0;
}
.lxService .waves .wave1, .waves .wave2, 
.lxService .waves .wave3{
	animation: wave 5s ease-in-out alternate infinite;
	-webkit-animation: wave 5s ease-in-out alternate infinite;
}
.lxService .waves .wave2{
	animation-delay: .6s;
}
.lxService .region{
	padding: 30px 0 95px;
	background-color: #f5f5f9;
}
.lxService .region .title{
	position: relative;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 28px;
}
.lxService .region .title:before{
	content: '';
	width: 6.25%;
	height: 3px;
	background-color: #e3ba82;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lxService .region .mapbox{
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
.lxService .region .mapbox .map{
	margin-right: 320px;
	padding-right: 150px;
}
.lxService .region .mapbox .map .mapimg{
	display: none;
	width: 100%;
}
.lxService .region .mapbox .mapnav{
	width: 320px;
	float: right;
}
.lxService .region .mapbox .mapnav .tit{
	font-size: 25px;
	line-height: 30px;
	color: #333;
}
.lxService .region .mapbox .mapnav .notice{
	margin: 20px 0;
	padding-left: 38px;
	font-size: 16px;
	line-height: 30px;
	color: #a1a1a1;
	background: url(../images/Icon_24.png) no-repeat left 5px;
}
.lxService .region .mapbox .mapnav #mapscroll{
	height: 670px;
}
.lxService .region .mapbox .mapnav .maplist{
	overflow:hidden; 
}
.lxService .region .mapbox .mapnav .maplist li{
	padding: 20px 15px;
	border-bottom: #c2c2c2 dashed 1px;
	cursor: default;
}
.lxService .region .mapbox .mapnav .maplist li p{
	padding-left: 35px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.lxService .region .mapbox .mapnav .maplist li .first{
	font-size: 18px;
	line-height: 26px;
	background: url(../images/Icon_25.png) no-repeat left center;
}
.lxService .region .mapbox .mapnav .maplist li.on,
.lxService .region .mapbox .mapnav .maplist li:hover{
	background-color: #73caf0;
}
.lxService .region .mapbox .mapnav .maplist li.on p,
.lxService .region .mapbox .mapnav .maplist li:hover p{
	color: #fff;
}
.lxService .region .mapbox .mapnav .maplist li.on .first,
.lxService .region .mapbox .mapnav .maplist li:hover .first{
	background-image: url(../images/Icon_25on.png);
}
.lxService .consult{
	padding: 70px 0;
	background: url(../images/Sconsultbg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.lxService .consult .title{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.lxService .consult .subtit{
	padding: 25px 0 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	border-bottom: #fff solid 1px;
}
.lxService .consult .formbox{
	width: 43.22%;
	max-width: 830px;
	margin: 55px auto 0;
	overflow: hidden;
}
.lxService .consult .formbox .txt{
	float: left;
	width: 49%;
	height: 44px;
	line-height: 44px;
	border: #e7e8ec solid 1px;
	border-radius: 4px;
	margin-right: 2%;
	text-indent: 2em;
	font-size: 16px;
	margin-bottom: 20px;
}
.lxService .consult .formbox textarea{
	width: 100%;
	height: 180px;
	border-radius: 4px;
	padding: 2em;
	font-family: 'Microsoft YaHei';
	margin-bottom: 20px;
	resize: none;
	border: #fff solid 1px;
}
.lxService .consult .formbox .txt:nth-of-type(even){
	margin-right: 0;
}
.lxService .consult .formbox input:-ms-input-placeholder,
.lxService .consult .formbox textarea:-ms-input-placeholder{
	font-size: 16px;
	color: #cac9c9;
}
.lxService .consult .formbox input:-moz-input-placeholder,
.lxService .consult .formbox textarea:-moz-input-placeholder{
	font-size: 16px;
	color: #cac9c9;
}
.lxService .consult .formbox input::-moz-input-placeholder,
.lxService .consult .formbox textarea::-moz-input-placeholder{
	font-size: 16px;
	color: #cac9c9;
}
.lxService .consult .formbox input::-webkit-input-placeholder,
.lxService .consult .formbox textarea::-webkit-input-placeholder{
	font-size: 16px;
	color: #cac9c9;
}
.lxService .consult .formbox .btn{
	text-align: right;
}
.lxService .consult .formbox .btn .submit{
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	font-size: 16px;
	color: #3855ac;
	border: transparent solid 1px;
	background-color: #fff;
	cursor: pointer;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxService .consult .formbox .btn span{
	font-size: 16px;
	color: #fff;
	padding-right: 20px;
}
.lxService .consult .formbox input:focus,
.lxService .consult .formbox textarea:focus{
	border-color: #73caf0;
	box-shadow: 0 0 5px rgba(255,255,255,.6);
}
.lxService .consult .formbox .btn .submit:hover{
	background-color: #3855ac;
	color: #fff;
	border-color: #fff;
}


/*== apply ==*/
.htmlApply,.bodyApply{
	height: 100%;
}
.bodyApply{
	background-color: #e8e8e8;
}
.lxApplyBox{
	height: auto;
	min-height: 100%;
	padding-bottom: 40px;
}
.lxApply{
	margin: 50px auto;
	width: 79.16%;
	padding: 65px 160px 115px;
	max-width: 1520px;
	background-color: #fff;
	overflow: hidden;
}
.lxApply .steplist{
	width: 88%;
	margin: 20px auto 0;
	max-width: 1055px;
	overflow: hidden;
}
.lxApply .steplist li{
	float: left;
	width: 25%;
}
.lxApply .steplist li .step{
	position: relative;
	text-align: center;
}
.lxApply .steplist li .step:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #e7e7e7;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.lxApply .steplist li .step span{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	z-index: 2;
	background-color: #fff;
}
.lxApply .steplist li .step i{
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	border: #e6e6e6 solid 2px;
	font-size: 0;
	font-family: 'Arial';
}
.lxApply .steplist li p{
	font-size: 16px;
	line-height: 28px;
	color: #bfbfbf;
	text-align: center;
	margin: 16px 0;
}
.lxApply .steplist li.on .step:before{
	background-color: #4e74bb;
}
.lxApply .steplist li.on .step i{
	background-color: #4e74bb;
	border-color: #4e74bb;
	color: #fff;
	font-size: 16px;
}
.lxApply .steplist li.on p{
	color: #4e74bb;
}
.lxApply .firstcont{
	margin-top: 4.6%;
	padding-top: 25px;
	border-top: #e6e6e6 solid 1px;
	overflow: hidden;
}
.lxApply .firstcont .img{
	float: left;
	width: 90px;
}
.lxApply .firstcont .img img{
	display: block;
	width: 100%;
}
.lxApply .firstcont .text{
	margin-left: 130px;
}
.lxApply .firstcont .text h1{
	font-size: 20px;
	line-height: 28px;
	color: #333;
	margin-bottom: 15px;
}
.lxApply .firstcont .text h2{
	font-size: 20px;
	line-height: 28px;
	color: #333;
}
.lxApply .firstcont .text p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
}
.lxApply .firstcont .text .applyBtn{
	margin: 50px 0 80px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 120px;
	background-color: #4e74bb;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
}
.lxApply .firstcont .text .applyBtn:hover{
	background-color: #214b99;
}
.lxApplyfooter{
	position: relative;
	margin-top: -40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	font-size: 14px;
	color: #fff;
	clear: both;
}
.lxApplyfooter span{
	padding: 0 12px;
}

/*== lxsolution ==*/
.lxSolution .topbg{
	position: relative;
	height: 400px;
	background-image: url(../images/solutionbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	text-align: center;
}
.lxSolution .topbg:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.lxSolution .topbg .txt{
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
	color: #fff;
}
.lxSolution .topbg .txt h1{
	font-size: 50px;
	margin-bottom: 25px;
}
.lxSolution .topbg .txt p{
	font-size: 18px;
	line-height: 2;
}
.lxSolution .solutionType{
	background-color: #f2f2f2;
}
.lxSolution .content{
	width: 79.16%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}
.lxSolution .solutionType a{
	float: left;
	width: 50%;
	line-height: 150px;
	text-align: center;
}
.lxSolution .solutionType a span{
	display: inline-block;
	font-size: 30px;
	color: #808080;
	padding-right: 50px;
	background: url(../images/Icon_20.png) no-repeat right center;
}
.lxSolution .solutionType a.on{
	background-color: #fff;
}
.lxSolution .solutionType a.on span{
	color: #5474b4;
	background-image: url(../images/Icon_20on.png);
}
.lxSolution .solutionCont{
	display: none;
}
.lxSolution .firstcont{
	padding: 140px 0;
	background-color: #fff;
}
.lxSolution .firstcont .list{
	overflow: hidden;
}
.lxSolution .firstcont .list li{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.lxSolution .firstcont .list li:last-child{
	margin-right: 0;
}
.lxSolution .firstcont .list li .icon{
	position: relative;
	margin-top: 15px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSolution .firstcont .list li .icon img{
	display: block;
	width: 100%;
}
.lxSolution .firstcont .list li .icon p{
	position: absolute;
	left: 0;
	bottom: 32%;
	width: 100%;
	line-height: 32px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.lxSolution .firstcont .list li .txt{
	font-size: 16px;
	line-height: 32px;
	color: #808080;
	text-align: center;
	height: 96px;
	overflow: hidden;
}
.lxSolution .firstcont .list li .more{
	display: block;
	margin: 65px auto 10px;
	width: 166px;
	height: 50px;
	line-height: 50px;
	border: #e6e6e6 solid 2px;
	font-size: 16px;
	color: #a6a6a6;
	text-align: center;
	border-radius: 6px;
}
.lxSolution .firstcont .list li:hover .icon{
	margin-top: 0;
}
.lxSolution .firstcont .list li:hover .more{
	background-color: #5484f4;
	border-color: #5484f4;
	color: #fff;
	box-shadow: 0 8px 25px -8px #5484f4;
}
.lxSolution .secondcont{
	padding: 80px 0;
	background-color: #fff;
}
.lxSolution .secondcont .list{
	overflow: hidden;
}
.lxSolution .secondcont .list li{
	float: left;
	width: 33%;
	margin-right: .5%;
	margin-bottom: 10px;
}
.lxSolution .secondcont .list li:nth-of-type(3n+3){
	margin-right: 0;
}
.lxSolution .secondcont .list li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.lxSolution .secondcont .list li a:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #4e75bb;
	background-color: rgba(78,117,187,.8);
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	opacity: 0;
	filter: alpha(opacty=0);
}
.lxSolution .secondcont .list li a img{
	display: block;
	width: 100%;
}
.lxSolution .secondcont .list li a .info{
	position: absolute;
	width: 100%;
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(transparent 5%, #000);
	background-image: -webkit-linear-gradient(transparent 5%, #000);
	background-image: -moz-linear-gradient(transparent 5%, #000);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	opacity: 1;
	filter: alpha(opacty=100);
}
.lxSolution .secondcont .list li a .layer{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px;
	bottom: 0;
	left: 0;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 3;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacty=0);
}
.lxSolution .secondcont .list li a .layer h1{
	font-size: 24px;
	line-height: 60px;
}
.lxSolution .secondcont .list li a .layer p{
	font-size: 16px;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
}
.lxSolution .secondcont .list li a:hover .info{
	opacity: 0;
	filter: alpha(opacty=0);
}
.lxSolution .secondcont .list li a:hover:before{
	opacity: 1;
	filter: alpha(opacty=100);
}
.lxSolution .secondcont .list li a:hover .layer{
	opacity: 1;
	filter: alpha(opacty=100);
}


/*== solutionlist ==*/
.lxSolutionList{
	background-color: #fafafa;
}
.lxSolutionList .swiper-solution .itembg{
	display: block;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/solutionbanner.jpg);
	overflow: hidden;
}
.lxSolutionList .swiper-solution .itembg .txt{
	width: 79.16%;
	margin: 7.8% auto 0;
}
.lxSolutionList .swiper-solution .itembg h1{
	font-size: 40px;
	color: #fff;
}
.lxSolutionList .swiper-solution .itembg p{
	font-size: 20px;
	line-height: 38px;
	font-family: 'Arial';
	color: #fff;
}
.lxSolutionList .swiper-solution .pagination{
	position: absolute;
	width: 100%;
	bottom: 55px;
	left: 0;
	padding-left: 10.42%;
}
.lxSolutionList .swiper-solution .swiper-pagination-switch{
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
.lxSolutionList .swiper-solution .swiper-active-switch{
	opacity: 1;
	filter: alpha(opacity=100);
}
.lxSolutionList .content{
	width: 79.12%;
	max-width: 1520px;
	margin-right: auto;
	margin-left: auto;
}
.lxSolutionList .listinfo{
	padding: 65px 0 90px;
}
.lxSolutionList .listinfo h1{
	font-size: 30px;
	line-height: 38px;
	color: #333;
	margin-bottom: 30px;
}
.lxSolutionList .listinfo p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
}
.lxSolutionList .listbox{
	padding-bottom: 100px;
}
.lxSolutionList .listbox .title{
	font-size: 30px;
	line-height: 38px;
	color: #333;
}
.lxSolutionList .listbox .list li{
	padding: 40px 0;
	border-bottom: #ededed solid 1px;
	overflow: hidden;
}
.lxSolutionList .listbox .list li:last-child{
	border-bottom: 0;
}
.lxSolutionList .listbox .list li .img{
	float: left;
	width: 30%;
}
.lxSolutionList .listbox .list li .img img{
	display: block;
	width: 100%;
}
.lxSolutionList .listbox .list li .info{
	padding-top: 12px;
	margin-left: 30%;
	width: 70%;
	padding-left: 60px;
}
.lxSolutionList .listbox .list li .info .tit{
	position: relative;
	font-size: 20px;
	line-height: 38px;
	padding-bottom: 13px;
	color: #333;
}
.lxSolutionList .listbox .list li .info .tit:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lxSolutionList .listbox .list li .info p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #808080;
	height: 64px;
	overflow: hidden;
}
.lxSolutionList .listbox .list li .info .more{
	float: right;
	margin-top: 50px;
	height: 45px;
	line-height: 45px;
	background-color: #5574b4;
	font-size: 16px;
	color: #fff;
	padding: 0 50px;
}
.lxSolutionList .listbox .list li .info .more:hover{
	background-color: #1d3e83;
}
.Inlink-white{
	background-color: #fff;
}


/*== lxSolutionDetail ==*/
.lxSolutionDetail{
	background-color: #f5f5f5;
	overflow: hidden;
}
.lxSolutionDetail .content{
	width: 79.16%;
	max-width: 1520px;
	margin-right: auto;
	margin-left: auto;
}
.lxSolutionDetail .location{
	margin-top: 2px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
}
.lxSolutionDetail .location .slip{
	padding: 0 9px;
}
.lxSolutionDetail .location a:hover{
	color: #3b59af;
	text-decoration: underline;
}
.lxSolutionDetail .detailBox{
	margin: 40px auto;
	background-color: #fff;
}
.lxSolutionDetail .detailBox .article{
	padding: 90px 120px;
}
.lxSolutionDetail .detailBox .article .title{
	font-size: 30px;
	color: #333;
}
.lxSolutionDetail .detailBox .article .key{
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: #f2f2f2 solid 1px;
	margin-bottom: 30px;
}
.lxSolutionDetail .detailBox .article .key span{
	padding-right: 50px;
}
.lxSolutionDetail .detailBox .article .key .share{
	float: right;
}
.lxSolutionDetail .detailBox .article .key .share a{
	color: #7b7b7b;
	padding-left: 25px;
	background: url(../images/Icon_26.png) no-repeat left center;	
}
.lxSolutionDetail .detailBox .article .key .share a:hover{
	color: #3b59af;
	background-image: url(../images/Icon_26on.png);
}
.lxSolutionDetail .detailBox .article>p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
	text-indent: 2em;
}
.lxSolutionDetail .detailBox .article>img{
	display: block;
	max-width: 100%;
	margin: 30px auto;
}
.lxSolutionDetail .detailBox .page{
	border-top: #f5f5f5 solid 1px;
	overflow: hidden;
}
.lxSolutionDetail .detailBox .page a{
	float: left;
	width: 50%;
	line-height: 120px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}
.lxSolutionDetail .detailBox .page a:hover{
	color: #3b59af;
}
.lxSolutionDetail .detailList{
	padding: 20px 40px;
	background-color: #fff;
	margin-bottom: 150px;
}
.lxSolutionDetail .detailList .name{
	padding: 25px 0;
	font-size: 30px;
	color: #333;
}
.lxSolutionDetail .detailList .list{
	overflow: hidden;
}
.lxSolutionDetail .detailList .list li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.lxSolutionDetail .detailList .list li:nth-of-type(3n+3){
	margin-right: 0;
}
.lxSolutionDetail .detailList .list li .img{
	display: block;
	overflow: hidden;
}
.lxSolutionDetail .detailList .list li .img img{
	display: block;
	width: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSolutionDetail .detailList .list li .info .txt{
	margin: 30px 0 50px;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSolutionDetail .detailList .list li .info .go{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #888;
	border-top: #e9e9e9 solid 1px;
}
.lxSolutionDetail .detailList .list li:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.lxSolutionDetail .detailList .list li:hover .txt{
	color: #3b59af;
}


/*== download ==*/
.lxSticky{
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/downbg.jpg);
}
.lxSticky .Main{
	overflow: hidden;
}
.lxSticky .Main .lxDownLoad{
	width: 79.16%;
	max-width: 1520px;
	margin: 9.37% auto 0;
}
.lxSticky .Main .lxDownLoad h1{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 35px;
}
.lxSticky .Main .lxDownLoad p{
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}
.lxSticky .Main .lxDownLoad .code{
	margin-top: 105px;
	overflow: hidden;
}
.lxSticky .Main .lxDownLoad .codeshow{
	float: left;
}
.lxSticky .Main .lxDownLoad .codeshow .imgbox{
	position: relative;
	width: 143px;
	height: 143px;
}
.lxSticky .Main .lxDownLoad .codeshow img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	display: none;
}
.lxSticky .Main .lxDownLoad .codeshow p{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.lxSticky .Main .lxDownLoad .codeselect{
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	max-width: 380px;
}
.lxSticky .Main .lxDownLoad .codeselect a{
	float: left;
	width: 175px;
	height: 52px;
	line-height: 52px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 58px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-color: rgba(255,255,255,.5);
	border-radius: 6px;
	font-size: 20px;
	font-family: 'Arial';
	color: #fff;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.lxSticky .Main .lxDownLoad .codeselect a.on{
	background-color: #000;
}
.lxSticky .Main .lxDownLoad .codeselect a.ios{
	background-image: url(../images/Icon_27.png);
}
.lxSticky .Main .lxDownLoad .codeselect a.pc{
	background-image: url(../images/Icon_28.png);
}
.lxSticky .Main .lxDownLoad .codeselect a.android{
	background-image: url(../images/Icon_29.png);
}
.lxSticky .Main .lxDownLoad .codeselect a.mac{
	background-image: url(../images/Icon_30.png);
}
.lxSticky .Main .suggest{
	position: relative;
	margin: 60px auto 20px;
	text-align: center;
}
.lxSticky .Main .suggest:before{
	content: '';
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255,255,255,.2);
}
.lxSticky .Main .suggest span{
	display: inline-block;
	position: relative;
	z-index: 3;
}
.lxSticky .Main .suggest span .icon{
	width: 48px;
	height: 48px;
	background: #4e74bb url(../images/Icon_31.png) no-repeat center;
	border-radius: 50px;
	margin: 0 auto 25px;
	box-shadow: 0 10px 30px -10px #4e74bb;
}
.lxSticky .Main .suggest span p{
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}
.lxStickyfooter{
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	font-size: 14px;
	color: #fff;
	clear: both;
}
.lxStickyfooter span{
	padding: 0 12px;
}

/* == login ==*/
html.htmllogin,
html.htmllogin body{
	height: 100%;
}
.lxLogin{
	height: auto;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/loginbg.jpg);
	overflow: hidden;
}
.lxLogin .Main{
	width: 79.16%;
	max-width: 1520px;
	padding-bottom: 40px;
	padding-left: 10.52%;
	margin: 10.93% auto 30px;
	overflow: hidden;
}
.lxLogin .logininfo{
	float: left;
}
.lxLogin .logininfo h1{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 35px;
}
.lxLogin .logininfo p{
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}
.lxLogin .login{
	float: right;
	width: 360px;
	padding: 25px 25px 63px;
	background: #fff url(../images/login-linebg.jpg) no-repeat bottom center;
	border-radius: 8px;
	overflow: hidden;
}
.lxLogin .login .type{
	overflow: hidden;
}
.lxLogin .login .type a{
	float: left;
	width: 50%;
	line-height: 60px;
	border-bottom: #f1f1f1 solid 1px;
	text-align: center;
	font-size: 24px;
}
.lxLogin .login .type a.on{
	color: #5474b4;
	border-color: #5474b4; 
}
.lxLogin .logincont{
	display: none;
}
.lxLogin .loginnumber{
	padding: 30px 0;
}
.lxLogin .loginnumber .txt{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border:#e6e6e6 solid 1px;
	border-radius: 6px;
	margin-bottom: 20px;
	text-indent: 1em;
}
.lxLogin .loginnumber .txt:focus{
	border-color: #5474b4;
}
.lxLogin .loginnumber .txt:-ms-input-placeholder{
	font-size: 14px;
	color: #ccc;
}
.lxLogin .loginnumber .txt:-moz-input-placeholder{
	font-size: 14px;
	color: #ccc;
}
.lxLogin .loginnumber .txt::-moz-input-placeholder{
	font-size: 14px;
	color: #ccc;
}
.lxLogin .loginnumber .txt::-webkit-input-placeholder{
	font-size: 14px;
	color: #ccc;
}
.lxLogin .loginnumber p{
	overflow: hidden;
}
.lxLogin .loginnumber .forget{
	float: right;
	font-size: 14px;
	color: #5474b4;
}
.lxLogin .loginnumber .btn{
	margin-top: 35px; 
	width: 100%;
	height: 40px;
	border-radius: 6px;
	background-color: #5474b4;
	font-size: 14px;
	color: #fff;
	border: none;
	cursor: pointer;
}
.lxLogin .loginnumber a:hover{
	text-decoration: underline;
}
.lxLogin .loginnumber .register{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}
.lxLogin .loginnumber .register a{
	color: #5474b4;
}
.lxLogin .logincode{
	padding: 60px 0 40px;
}
.lxLogin .logincode img{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto 50px;
}
.lxLogin .logincode p{
	font-size: 14px;
	line-height: 2;
	color: #333;
	text-align: center;
}
.lxloginfooter{
	margin-top: -40px;
}


/*== about ==*/
.lxAbout .topbg{
	position: relative;
	height: 620px;
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
.lxAbout .topbg:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.lxAbout .topbg .txt{
	display: inline-block;
	vertical-align: middle;
	width: 79.16%;
	max-width: 1520px;
	text-align: left;
}
.lxAbout .topbg .txt h1{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 35px;
}
.lxAbout .topbg .txt p{
	font-size: 30px;
	line-height: 45px;
	color: #fff;
}
.lxAbout .content{
	width: 79.16%;
	max-width: 1520px;
	margin: 0 auto;
}
.lxAbout .abouttop{
	margin: 4.16% 0;
}
.lxAbout .abouttop .tit{
	font-size: 40px;
	color: #5474b4;
	margin-bottom: 20px;
}
.lxAbout .abouttop .subtit{
	font-size: 16px;
	line-height: 32px;
	color: #808080;
}
.lxAbout .abouttop .box{
	margin-top: 3.9%;
	overflow: hidden;
}
.lxAbout .abouttop .box .item{
	float: left;
	width: 50%;
}
.lxAbout .abouttop .box .item:first-child{
	padding-right: 50px;
}
.lxAbout .abouttop .box .item:last-child{
	padding-left: 50px;
}
.lxAbout .abouttop .box .item h2{
	font-size: 24px;
	line-height: 32px;
	color: #5474b4;
	margin-bottom: 30px;
}
.lxAbout .abouttop .box .item p{
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	color: #808080;
	overflow: hidden;
}
.lxAbout .abouttop .link{
	margin-top: 4.68%;
	overflow: hidden;
}
.lxAbout .abouttop .link a{
	float: left;
	width: 47px;
	height: 47px;
	border: #c2c2c2 solid 1px;
	border-radius: 50%;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.lxAbout .abouttop .link .icon1{
	background-image: url(../images/Icon_32.png);
}
.lxAbout .abouttop .link .icon2{
	background-image: url(../images/Icon_33.png);
}
.lxAbout .abouttop .link a:hover{
	background-color: #5474b4;
	border-color: #5474b4;
}
.lxAbout .abouttop .link .icon1:hover{
	background-image: url(../images/Icon_32on.png);
}
.lxAbout .abouttop .link .icon2:hover{
	background-image: url(../images/Icon_33on.png);
}
.lxAbout .aboutnumber{
	overflow: hidden;
}
.lxAbout .aboutnumber li{
	position: relative;
	float: left;
	width: 33.333%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.lxAbout .aboutnumber li:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lxAbout .aboutnumber li:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/aboutnumbg.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	opacity: 0;
	filter: alpha(opacity=0); 
}
.lxAbout .aboutnumber .item1{
	background-image: url(../images/img29.jpg);
}
.lxAbout .aboutnumber .item2{
	background-image: url(../images/img30.jpg);
}
.lxAbout .aboutnumber .item3{
	background-image: url(../images/img31.jpg);
}
.lxAbout .aboutnumber li .box{
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
}
.lxAbout .aboutnumber li .txt{
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-align: left;
}
.lxAbout .aboutnumber li .txt p span{
	font-size: 80px;
	font-family: 'Arial';
}
.lxAbout .aboutnumber li .box>p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxAbout .aboutnumber li:hover:after{
	opacity: 1;
	filter: alpha(opacity=100);
}
.lxAbout .aboutnumber li:hover .box>p{
	margin-top: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.lxAbout .aboutmap{
	background-color: #e8e8e8;
}
.lxAbout .aboutmap .map{
	height: 520px;
	overflow: hidden;
}
.lxAbout .aboutmap .map iframe{
	width: 100%;
	height: 100%;
}
.lxAbout .aboutmap .info{
	position: relative;
	top: -90px;
	width: 87.5%;
	margin: 0 auto;
	padding: 80px;
	background-color: #fff;
	box-shadow: 0 15px 40px -15px #ccc;
}
.lxAbout .aboutmap .info .tit{
	font-size: 40px;
	color: #5474b4;
	margin-bottom: 20px;
}
.lxAbout .aboutmap .info .subtit{
	font-size: 16px;
	line-height: 40px;
	color: #808080;
}
.lxAbout .aboutmap .info ul{
	margin-top: 4.8%;
	overflow: hidden;
}
.lxAbout .aboutmap .info ul li{
	float: left;
	padding-left: 15px;
	width: 16.66%;
	font-size: 16px;
	color: #5474b4;
	border-right: rgba(84,116,180,.1) solid 1px;
}
.lxAbout .aboutmap .info ul li span{
	display: inline-block;
	padding-left: 36px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.lxAbout .aboutmap .info ul li p{
	line-height: 30px;
}
.lxAbout .aboutmap .info ul li .i1{
	background-image: url(../images/Icon_34.png);
}
.lxAbout .aboutmap .info ul li .i2{
	background-image: url(../images/Icon_35.png);
}
.lxAbout .aboutmap .info ul li .i3{
	background-image: url(../images/Icon_36.png);
}
.lxAbout .aboutmap .info ul li .i4{
	background-image: url(../images/Icon_37.png);
}
.lxAbout .aboutmap .info ul li .i5{
	background-image: url(../images/Icon_38.png);
}
.lxAbout .aboutmap .info ul li .i6{
	background-image: url(../images/Icon_39.png);
}


/*== products ==*/
.lxProducts .content{
	width: 79.16%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}
.lxProducts .Module1{
	padding: 5.7% 0 3.1%;
	background: url(../images/p_module1bg.jpg) no-repeat center;
	background-size: cover;
}
.lxProducts .Module1 .tit{
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.lxProducts .Module1 .subtit{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.lxProducts .Module1 .list{
	margin-top: 5.8%;
	padding: 10px;
	overflow: hidden;
}
.lxProducts .Module1 .list li{
	float: left;
	width: 15.46%;
	margin-right: 1.44%;
}
.lxProducts .Module1 .list li a{
	display: block;
}
.lxProducts .Module1 .list li:last-child{
	margin-right: 0;
}
.lxProducts .Module1 .list li .icon{
	position: relative;
	z-index: 3;
}
.lxProducts .Module1 .list li .icon img{
	display: block;
	margin: 0 auto;
}
.lxProducts .Module1 .list li .txt{
	position: relative;
	top: -50px;
	min-height: 300px;
	padding: 70px 30px 30px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxProducts .Module1 .list li .txt h1{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.lxProducts .Module1 .list li .txt p{
	font-size: 14px;
	line-height: 28px;
	color: #808080;
	min-height: 112px;
	overflow: hidden;
}
.lxProducts .Module1 .list li:hover .txt{
	box-shadow: 0 15px 30px -15px rgba(0,0,0,.8);
}
.lxProducts .Module2{
	padding: 4% 0 6%;
}
.lxProducts .Module2 .content{
	font-size: 0;
	letter-spacing: -10px;
}
.lxProducts .Module2 .content .info,
.lxProducts .Module2 .content .imgposition{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	letter-spacing: 0;
}
.lxProducts .Module2 .info h1{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	margin-bottom: 40px;
}
.lxProducts .Module2 .info p{
	font-size: 16px;
	line-height: 32px;
	color: #808080;
	margin-bottom: 70px;
}
.lxProducts .Module2 .info a{
	display: inline-block;
	padding: 0 55px;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	border: #5474b4 solid 2px;
	border-radius: 6px;
	font-size: 16px;
	color: #5474b4;
}
.lxProducts .Module2 .info .link1{
	background-color: #5474b4;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxProducts .Module2 .info .link1:hover{
	background-color: #244587;
	border-color: #244587;
}
.lxProducts .Module2 .info .link2:hover{
	background-color: #5474b4;
	color: #fff;
}
.lxProducts .Module2 .content .imgposition{
	text-align: center;
}
.lxProducts .Module2 .content .imgposition .MobileImg{
	display: none;
}
.lxProducts .Module2 .content .imgposition .img{
	position: relative;
	display: inline-block;
}
.lxProducts .Module2 .content .imgposition .img img{
	display: block;
	position: relative;
	z-index: 1;
}
.lxProducts .Module2 .content .imgposition .img .item{
	position: absolute;
	max-width: 160px; 
	z-index: 2;
}
.lxProducts .Module2 .content .imgposition .img .item .icon{
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.lxProducts .Module2 .content .imgposition .img .item p{
	font-size: 14px;
	line-height: 18px;
	color: #5474b4;
}
.lxProducts .Module2 .content .imgposition .img .item1{
	top: -6.8%;
	left: 29%;
}
.lxProducts .Module2 .content .imgposition .img .item1 .icon{
	background-color: #59a1ff;
	background-image: url(../images/Icon_40.png);
}
.lxProducts .Module2 .content .imgposition .img .item2{
	top: 18.26%;
	right: -21.56%;
}
.lxProducts .Module2 .content .imgposition .img .item2 .icon{
	background-color: #c3e65b;
	background-image: url(../images/Icon_41.png);
}
.lxProducts .Module2 .content .imgposition .img .item3{
	top: 68.49%;
	right: -21.56%;
}
.lxProducts .Module2 .content .imgposition .img .item3 .icon{
	background-color: #6d74ff;
	background-image: url(../images/Icon_42.png);
}
.lxProducts .Module2 .content .imgposition .img .item4{
	top: 91.32%;
	left: 29%;
}
.lxProducts .Module2 .content .imgposition .img .item4 .icon{
	background-color: #ffd958;
	background-image: url(../images/Icon_43.png);
}
.lxProducts .Module2 .content .imgposition .img .item5{
	top: 68.49%;
	left: -21.38%;
}
.lxProducts .Module2 .content .imgposition .img .item5 .icon{
	background-color: #8d48c4;
	background-image: url(../images/Icon_44.png);
}
.lxProducts .Module2 .content .imgposition .img .item6{
	top: 18.26%;
	left: -21.56%;
}
.lxProducts .Module2 .content .imgposition .img .item6 .icon{
	background-color: #ff4e64;
	background-image: url(../images/Icon_45.png);
}
.lxProducts .Module3{
	padding: 8.33% 0;
	background: url(../images/module3bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.lxProducts .Module3 .content{
	text-align: right;
}
.lxProducts .Module3 .txt{
	display: inline-block;
	text-align: left;
	color: #fff;
	max-width: 460px;
}
.lxProducts .Module3 .txt h1{
	font-size: 30px;
	line-height: 36px;
}
.lxProducts .Module3 .txt p{
	font-size: 16px;
	line-height: 2;
	margin: 30px 0 40px;
}
.lxProducts .Module3 .txt a{
	display: inline-block;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	padding: 0 65px;
	font-size: 16px;
	border-radius: 6px;
}
.lxProducts .Module3 .txt .link1{
	background-color: #5474b4;
	color: #fff;
}
.lxProducts .Module3 .txt .link1:hover{
	background-color: #1e4aa2;
}
.lxProducts .Module3 .txt .link2{
	background-color: #fff;
	color: #5474b4;
}
.lxProducts .Module3 .txt .link2:hover{
	background-color: #5474b4;
	color: #fff;
}
.lxProducts .Module4{
	padding: 5.2% 0 0;
}
.lxProducts .Module4 .content{
	overflow: hidden;
}
.lxProducts .Module4 .info{
	padding-top: 50px;
	width: 40%;
	float: left;
}
.lxProducts .Module4 .info h1{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	margin-bottom: 40px;
}
.lxProducts .Module4 .info p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
}
.lxProducts .Module4 .img{
	float: left;
	width: 60%;
}
.lxProducts .Module4 .img img{
	display: block;
	max-width: 100%;
}
.lxProducts .Module4 .info a{
	display: inline-block;
	padding: 0 55px;
	margin-top: 55px;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	border: #5474b4 solid 2px;
	border-radius: 6px;
	font-size: 16px;
	color: #5474b4;
}
.lxProducts .Module4 .info .link1{
	background-color: #5474b4;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxProducts .Module4 .info .link1:hover{
	background-color: #244587;
	border-color: #244587;
}
.lxProducts .Module4 .info .link2:hover{
	background-color: #5474b4;
	color: #fff;
}
.lxProducts .Module5{
	padding: 35px 0;
	background: url(../images/module5bg.jpg) no-repeat center;
	background-size: cover;
}
.lxProducts .Module5 .content{
	font-size: 0;
	overflow: hidden;
	letter-spacing: -10px;
}
.lxProducts .Module5 .imgbox{
	display: inline-block;
	width: 38%;
	vertical-align: middle;
	letter-spacing: 0;
}
.lxProducts .Module5 .imgbox .img{
	position: relative;
	float: left;
	width: 50%;
}
.lxProducts .Module5 .imgbox .img img{
	display: block;
	width: 100%;
	position: relative;
}
.lxProducts .Module5 .imgbox .img p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 32%;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color:#fff;
	z-index: 3;
}
.lxProducts .Module5 .imgbox .img3{
	margin-top: -12%;
	margin-left: 25%;
}
.lxProducts .Module5 .info{
	display: inline-block;
	vertical-align: middle;
	width: 62%;
	text-align: right;
	letter-spacing: 0;
}
.lxProducts .Module5 .info .txt{
	display: inline-block;
	text-align: left;
	max-width: 560px;
}
.lxProducts .Module5 .info .txt h1{
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 35px;
}
.lxProducts .Module5 .info .txt p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}
.lxProducts .Module5 .txt a{
	display: inline-block;
	margin-top: 40px;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	padding: 0 65px;
	font-size: 16px;
	border-radius: 6px;
}
.lxProducts .Module5 .txt .link1{
	background-color: #5474b4;
	color: #fff;
}
.lxProducts .Module5 .txt .link1:hover{
	background-color: #9eb0e2;
	color: #1e4aa2;
}
.lxProducts .Module5 .txt .link2{
	background-color: #fff;
	color: #5474b4;
}
.lxProducts .Module5 .txt .link2:hover{
	background-color: #042584;
	color: #fff;
}

/*== safety ==*/
.lxSafety .content{
	width: 62.5%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.lxSafety .wrapper{
	width: 79.16%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}
.lxSafety .title{
	font-size: 40px;
	text-align: center;
}
.lxSafety .safety1{
	margin: 4.16% 0 1.5%;
}
.lxSafety .safety1 .content{
	padding: 15px;
	overflow: hidden;
}
.lxSafety .safety1 .left{
	float: left;
	width: 48.5%;
}
.lxSafety .safety1 .left .item{
	height: 264px;
	padding: 45px;
	border: #e5e5e5 solid 1px;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 40px;
}
.lxSafety .safety1 .left .item h1{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 18px;
}
.lxSafety .safety1 .left .item p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
}
.lxSafety .safety1 .left .item1{
	background-image: url(../images/Icon26.png);
}
.lxSafety .safety1 .left .item2{
	margin-bottom: 0;
	background-image: url(../images/Icon27.png);
}
.lxSafety .safety1 .right{
	float: right;
	width: 48.5%;
	height: 568px;
	padding: 45px;
	box-shadow: 0 0 15px 7px rgba(204,204,204,.3);
	border-radius: 6px;
}
.lxSafety .safety1 .right h1{
	font-size: 24px;
	line-height: 32px;
	color: #333;
}
.lxSafety .safety1 .right p{
	font-size: 16px;
	line-height: 32px;
	color: #808080;
	margin: 18px 0 78px;
}
.lxSafety .safety1 .right img{
	display: block;
	width: 100%;
}
.lxSafety .waveContent{
	position: relative;
	height: 210px;
	overflow: hidden;
}
.lxSafety .waveContent .waves{
	position: absolute;
	bottom: -190px;
	height: 527px;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	background: #fff;
}
.lxSafety .index_waves{
	background: url(../images/page-index-waves.png) center 0 no-repeat;
}
.lxSafety .wave1{
	height: 427px;
	width: 2402px;
	background-position: 0 -854px;
}
.lxSafety .wave2{
	height: 427px;
	width: 2402px;
	background-position: 0 -427px;
}
.lxSafety .waves>div{
	position: absolute;
	left: -180px;
	bottom: 0;
}
.lxSafety .waves .wave1, .waves .wave2, 
.lxSafety .waves .wave3{
	animation: wave 5s ease-in-out alternate infinite;
	-webkit-animation: wave 5s ease-in-out alternate infinite;
}
.lxSafety .waves .wave2{
	animation-delay: .6s;
}
.lxSafety .safety2{
	padding: 3% 0;
	background-color: #f5f5f9;
	overflow: hidden;
}
/*.lxSafety .safety2 .title{
	font-size: 40px;
	text-align: center;
}*/
.lxSafety .safety2 .list{
	margin-top: 30px;
	padding: 30px;
	overflow: hidden;
}
.lxSafety .safety2 .list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding: 45px;
	border-radius: 8px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety2 .list li:last-child{
	margin-right: 0;
}
.lxSafety .safety2 .list li .icon{
	margin: 45px 0 35px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
}
.lxSafety .safety2 .list li .icon1{
	background-image: url(../images/Icon_46.png);
}
.lxSafety .safety2 .list li .icon2{
	background-image: url(../images/Icon_47.png);
}
.lxSafety .safety2 .list li .icon3{
	background-image: url(../images/Icon_48.png);
}
.lxSafety .safety2 .list li .icon4{
	background-image: url(../images/Icon_49.png);
}
.lxSafety .safety2 .list li h1{
	font-size: 24px;
	line-height: 28px;
	color: #333;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.lxSafety .safety2 .list li p{
	font-size: 16px;
	line-height: 28px;
	color: #808080;
	text-align: justify;
	min-height: 168px;
	overflow: hidden;
}
.lxSafety .safety2 .list li:hover{
	background-color: #fff;
	box-shadow: 0 0 30px 10px rgba(0,0,0,.1);
}
.lxSafety .safety2 .more{
	display: block;
	margin: 15px auto 0;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	background-color: #5474b4;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety2 .more:hover{
	box-shadow: 0 15px 30px -15px #5474b4;
}
.lxSafety .safety3{
	padding: 5.4% 0;
	background-color: #5474b4;
}
.lxSafety .safety3 .title{
/*	font-size: 40px;
	text-align: center;*/
	color: #fff;
}
.lxSafety .safety3 .list{
	margin-top: 30px;
	padding: 30px;
	overflow: hidden;
}
.lxSafety .safety3 .list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding: 45px;
	border-radius: 8px;
}
.lxSafety .safety3 .list li:last-child{
	margin-right: 0;
}
.lxSafety .safety3 .list li .icon{
	margin: 6px 0 35px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: center;
}
.lxSafety .safety3 .list li .icon1{
	background-image: url(../images/Icon28.png);
}
.lxSafety .safety3 .list li .icon2{
	background-image: url(../images/Icon29.png);
}
.lxSafety .safety3 .list li .icon3{
	background-image: url(../images/Icon30.png);
}
.lxSafety .safety3 .list li .icon4{
	background-image: url(../images/Icon31.png);
}
.lxSafety .safety3 .list li h1{
	font-size: 24px;
	line-height: 28px;
	color: #333;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
	color: #fff;
}
.lxSafety .safety3 .list li p{
	font-size: 16px;
	line-height: 28px;
	color: #808080;
	text-align: justify;
	min-height: 140px;
	overflow: hidden;
	color: #fff;
}
.lxSafety .safety3 .list li:hover{
	background-color: #fff;
	box-shadow: 0 0 30px 10px rgba(0,0,0,.1);
}
.lxSafety .safety3 .list li:hover h1{
	color: #333;
}
.lxSafety .safety3 .list li:hover p{
	color: #808080;
}
.lxSafety .safety3 .list li:hover .icon1{
	background-image: url(../images/Icon28on.png);
}
.lxSafety .safety3 .list li:hover .icon2{
	background-image: url(../images/Icon29on.png);
}
.lxSafety .safety3 .list li:hover .icon3{
	background-image: url(../images/Icon30on.png);
}
.lxSafety .safety3 .list li:hover .icon4{
	background-image: url(../images/Icon31on.png);
}
.lxSafety .safety3 .more{
	display: block;
	margin: 15px auto 0;
	width: 180px;
	height: 50px;
	border: #fff solid 1px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety3 .more:hover{
	background-color: #fff;
	color: #5474b4;
}
.lxSafety .safety4{
	padding: 4.6% 0 1%;
}
.lxSafety .safety4 .title{
	/*text-align: center;
	font-size: 40px;*/
	color: #333;
}
.lxSafety .safety4 .list{
	margin-top: 5%;
}
.lxSafety .safety4 .list li{
	padding: 30px 40px;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	margin-bottom: 50px;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety4 .list li .img{
	float: right;
	width: 20%;
}
.lxSafety .safety4 .list li .img img{
	display: block;
	width: 100%;
}
.lxSafety .safety4 .list li .info{
	margin-right: 25%;
}
.lxSafety .safety4 .list li .info h1{
	font-size: 20px;
	line-height: 28px;
	color: #333;
	margin-bottom: 15px;
}
.lxSafety .safety4 .list li .info p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
}
.lxSafety .safety4 .list li:hover{
	border-color: transparent;
	box-shadow: 0 10px 25px -10px rgba(0,0,0,.2);
}
.lxSafety .safety5{
	padding: 3.6% 0 7.8%;
	background-color: #f5f5f9;
	overflow: hidden;
}
/*.lxSafety .safety5 .title{
	font-size: 40px;
	text-align: center;
}*/
.lxSafety .safety5 .box{
	margin-top: 3.2%;
	font-size: 0;
	overflow: hidden;
	/* safari inline-block */
	letter-spacing: -10px; 
}
.lxSafety .safety5 .box .info{
	display: inline-block;
	vertical-align: middle;
	width: 31.25%;
	letter-spacing: 0;
}
.lxSafety .safety5 .box .info1{
	padding-left: 6.25%;
}	
.lxSafety .safety5 .box .info2{
	padding-right: 6.25%;
}	
.lxSafety .safety5 .box .info h2{
	font-size: 20px;
	line-height: 28px;
	color: #333;
}
.lxSafety .safety5 .box .info p{
	font-size: 14px;
	line-height: 2;
	color: #808080;
}
.lxSafety .safety5 .box .info p + h2{
	margin-top: 15.2%;
}
.lxSafety .safety5 .img{
	display: inline-block;
	vertical-align: middle;
	width: 37.5%;
	padding: 0 15px;
}
.lxSafety .safety5 .img img{
	display: block;
	width: 100%;
}
.lxSafety .safety6{
	padding: 5.2% 0;
	overflow: hidden;
}
/*.lxSafety .safety6 .title{
	font-size: 40px;
	text-align: center;
}*/
.lxSafety .safety6 .list{
	padding: 10px;
	margin-top: 6.5%;
	overflow: hidden;
}
.lxSafety .safety6 .list li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	padding: 35px;
	border: #e5e5e5 solid 1px;
	border-radius: 10px;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety6 .list li:last-child{
	margin-right: 0;
}
.lxSafety .safety6 .list li img{
	display: block;
	max-width: 100%;
	margin: 35px auto;
}
.lxSafety .safety6 .list li h1{
	font-size: 20px;
	line-height: 28px;
	color: #333;
	text-align: center;
}
.lxSafety .safety6 .list li p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 2;
	color: #808080;
	text-align: justify;
}
.lxSafety .safety6 .list li:hover{
	border-color: #fff;
	box-shadow: 0 0 30px 8px rgba(0,0,0,.1);
}
.lxSafety .safety7{
	padding-top: 3.9%;
	background-color: #5474b4;
	overflow: hidden;
}
.lxSafety .safety7 .wrapper{
	position: relative;
	padding-bottom: 400px;
	/*background: url(../images/safety7bg.png) no-repeat center/cover;*/
}
.lxSafety .safety7 .wrapper .imgbg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background: url(../images/safety7bg.png) center bottom no-repeat;
}
.lxSafety .safety7 .wrapper .round{
	width: 167px;
	height: 159px;
  position: absolute;
  bottom: 187px;
  left: 50%;
  margin-left: -151px;
  animation: round 5s cubic-bezier(.63,.07,.2,1) 0s infinite;
  -webkit-transform-origin: 149px 159px 0;
}
.lxSafety .safety7 .wrapper .round img{
	display: block;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        opacity: .65
    }

    25% {
        opacity: .7
    }

    35% {
        opacity: 1
    }

    60% {
        opacity: .95
    }

    70% {
        opacity: .8
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: .65
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: .65
    }

    25% {
        opacity: .7
    }

    35% {
        opacity: 1
    }

    60% {
        opacity: .95
    }

    70% {
        opacity: .8
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: .65
    }
}

.lxSafety .safety7 .wrapper .contentbox{
	position: relative;
}
.lxSafety .safety7 .title{
/*	font-size: 40px;
	text-align: center;*/
	color: #fff;
}
.lxSafety .safety7 .infobox{
	margin-top: 5%;
	border: #568dff solid 2px;
	background-color: #5489e5;
	border-radius: 8px;
	overflow: hidden;
}
.lxSafety .safety7 .infobox .select{
	box-shadow: 0 10px 30px -10px rgba(79,130,217,1);
	overflow: hidden;
}
.lxSafety .safety7 .infobox .select a{
	position: relative;
	float: left;
	width: 20%;
	line-height: 70px;
	font-size: 16px;
	color: #cbddff;
	text-align: center;
}
.lxSafety .safety7 .infobox .select a:last-child:before{
	width: 0;
}
.lxSafety .safety7 .infobox .select a:before{
	content: '';
	width: 2px;
	height: 16px;
	background-color: #5574b4;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}
.lxSafety .safety7 .infobox .select a.on{
	font-size: 20px;
	color: #fff;
}
.lxSafety .safety7 .infobox .cont{
	padding: 45px;
	display: none;
}
.lxSafety .safety7 .infobox .cont p{
	font-size: 16px;
	line-height: 2;
	color: #cbddff;
}
.lxSafety .safety8{
	padding: 5.2% 0;
	overflow: hidden;
}
/*.lxSafety .safety8 .title{
	font-size: 40px;
	text-align: center;
}*/
.lxSafety .safety8 .select{
	margin-top: 4.25%;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.lxSafety .safety8 .select a{
	display: inline-block;
	font-size: 16px;
	padding: 0 12px;
	color: #ababab;
	line-height: 55px;
	border-bottom: #f2f2f2 solid 2px;
}
.lxSafety .safety8 .select a.on{
	border-color: #5474b4;
	color: #5474b4;
}
.lxSafety .safety8 .cont{
	margin-top: 6%;
	font-size: 0;
	display: none;
}
.lxSafety .safety8 .cont .info,
.lxSafety .safety8 .cont .img{
	display: inline-block;
	vertical-align: middle;
}
.lxSafety .safety8 .cont .img{
	width: 54%;
}
.lxSafety .safety8 .cont .Mobileimg{
	display: none;
}
.lxSafety .safety8 .cont .img img{
	display: block;
	width: 100%;
}
.lxSafety .safety8 .cont .info{
	width: 45%;
	padding-left: 6%;
}
.lxSafety .safety8 .cont .info h1{
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}
.lxSafety .safety8 .cont .info p{
	font-size: 16px;
	line-height: 34px;
	color: #808080;
	padding-left: 30px;
	background: url(../images/Icon_50.png) no-repeat left 6px;
}
.lxSafety .safety8 .cont .info .more{
	display: block;
	position: relative;
	top: 0;
	margin-top: 12.03%;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #5474b4;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety8 .cont .info .more:hover{
	top: -5px;
	box-shadow: 0 10px 20px -10px #5474b4;
}
.lxSafety .safety9{
	padding: 5.2% 0 3.1%;
	background-color: #5474b4;
	overflow: hidden;
}
.lxSafety .safety9 .title{
	color: #fff;
}
.lxSafety .safety9 .info{
	margin-top: 7.5%;
	padding: 40px 55px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.lxSafety .safety9 .info h1{
	font-size: 20px;
	line-height: 32px;
	color: #333;
	margin-bottom: 14px;
}
.lxSafety .safety9 .info p{
	font-size: 16px;
	line-height: 2;
	color: #808080;
}
.lxSafety .safety9 .info p + h1{
	margin-top: 45px;
}
.lxSafety .safety9 .animateimg{
	margin-top: 6.66%;
	position: relative;
}
.lxSafety .safety9 .animateimg img{
	display: block;
	width: 100%;
}
.lxSafety .safety9 .animateimg .bg{
	width: 100%;
}
.lxSafety .safety9 .animateimg  .icon1{
	position: absolute;
	top: 14%;
	left: 45%;
	width: 10.16%;
	-webkit-animation: iconjump 5s ease 0s infinite;
  animation: iconjump 5s ease 0s infinite;
}
.lxSafety .safety9 .animateimg  .icon2{
	position: absolute;
	top: 27%;
	left: 38.5%;
	width: 22.83%;
	-webkit-animation: iconscale 5s ease 0s infinite;
  animation: iconscale 5s ease 0s infinite;
}
@keyframes iconscale{
	0%{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 0.5; }
	50%{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; }
	100%{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 0.5; }
}
@-webkit-keyframes iconscale{
	0%{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 0.5; }
	50%{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; }
	100%{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 0.5; }
}
@-moz-keyframes iconscale{
	0%{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 0.5; }
	50%{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1; }
	100%{ transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); opacity: 0.5; }
}
@keyframes iconjump{
	0%{ transform: translateY(0); -webkit-transform: translateY(0); }
	50%{ transform: translateY(20%); -webkit-transform: translateY(20%);  }
	100%{ transform: translateY(0); -webkit-transform: translateY(0);  }
}
@-webkit-keyframes iconjump{
	0%{ transform: translateY(0); -webkit-transform: translateY(0); }
	50%{ transform: translateY(20%); -webkit-transform: translateY(20%);  }
	100%{ transform: translateY(0); -webkit-transform: translateY(0);  }
}
.lxSafety .safety10{
	padding: 5.2% 0;
	overflow: hidden;
}
.lxSafety .safety10 .list{
	margin-top: 7.9%;
	padding: 12px;
	overflow: hidden;
}
.lxSafety .safety10 .list li{
	float: left;
	padding: 50px;
	width: 47.5%;
	margin-right: 5%;
	border: #e5e5e5 solid 1px;
	border-radius: 10px;
	overflow: hidden;
	min-height: 430px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.lxSafety .safety10 .list li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.lxSafety .safety10 .list li:nth-of-type(even){
	margin-right: 0;
}
.lxSafety .safety10 .list li h1{
	margin: 25px 0;
	font-size: 20px;
	line-height: 32px;
}
.lxSafety .safety10 .list li p{
	font-size: 16px;
	line-height: 32px;
	color: #808080;
	padding-left: 30px;
	background: url(../images/Icon_50.png) no-repeat left 6px;
}
.lxSafety .safety10 .list li:hover{
	border-color: transparent;
	box-shadow: 0 0 30px 10px rgba(0,0,0,.1);
}

