*{
	margin: 0;
	padding: 0;
	border: 0;
}
html,body{
	font-family: "微软雅黑 Re";
	width: 100%;
	color: #333333;
}
em,i{
	font-style: normal;
}
a{
	text-decoration: none;
	color:#333333;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
.syhtB{
	font-family: "思源黑体 CN Regular" !important;
}
.syhtR{
	font-family: "思源黑体 CN Regular" !important;
}

/*侧边盒子*/
.moveBox{
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 999;
}
.moveBox ul li{
	margin-top: 4px;
	position: relative;
}
.moveBox ul li .mBox{
	width: 65px;
	height: 64px;
	background: #0daae6;
	border-radius: 5px;
	padding-top: 1px;
	cursor: pointer;
}
.moveBox ul li:hover .mBox{
	background: #0daae6;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
}
.moveBox ul li .mBox .mIcon{
	width: 34px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5px;
}
.moveBox ul li .mBox .mIcon img{
	width: 100%;
	height: 100%;
}
.moveBox ul li .mBox span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 12px;
	display: block;
	line-height: 12px;
	padding-top: 8px;
	text-align: center;
}
.moveBox ul .hotLine{
	height: 65px;
}
.moveBox ul .hotLine .show{
	display: block;
}
.moveBox ul .hotLine .hide{
	display: none;
}
.moveBox ul .hotLine:hover .show{
	display: none;
}
.moveBox ul .hotLine:hover .hide{
	display: block;
}
.moveBox ul .hotLine .hide{
	width: 255px;
	background: #0daae6;
	border-radius: 5px;
	height: 64px;
	padding-top: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
.moveBox .hotLine .hide .phIcon{
	width: 34px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	margin-top: 16px;
	margin-left: 18px;
}
.moveBox .hotLine .hide .phIcon img{
	width: 100%;
	height: 100%;
}
.moveBox .hotLine .hide span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 16px;
	display: block;
	line-height: 64px;
	padding-left: 2px;
}
.moveBox ul .hezuo .mBox{
	height: 100px;
	margin-top: 20px;
}
.moveBox ul .hezuo .mBox .mIcon{
	margin-top: 25px;
}
.moveBox ul .hezuo .mBox span{
	padding-top: 12px;
}
.moveBox ul li .eCodeLi{
	position: relative;
}
.moveBox ul li .eCodeLi .eCode{
	width: 110px;
	background: #0daae6;
	padding-bottom: 5px;
	position: absolute;
	right: 65px;
	top: 0;
	opacity: 0;
	border-radius: 5px;
	display:none;
}
.moveBox ul li:hover .eCodeLi .eCode{
	opacity: 1;
	display:block;
}
.moveBox ul li .eCodeLi .mIcon{
	margin-top: 16px;
}
.moveBox li .eCodeLi .eCode span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
}
.moveBox li .eCodeLi .eCode .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}
.moveBox li .eCodeLi .eCode .img img{
	width: 100%;
	height: 100%;
}
.moveBox ul li:last-child span{
	padding-top: 0;
}

.dropdown-menu{
	position: absolute;
	width: 260%;
	display: none;
	z-index: 999;
	border-radius: 1px;
	top: 100%;
	left: -80%;
	background-color: rgba(255,255,255,.9);
	overflow: hidden;
}
.dropdown-menu ul{
	display: block;
	line-height: 1.5;
}
.dropdown-menu ul li{
	position: relative;
	text-align: center;
	padding: 8px 0;
	width: 100%;
	display: inline-block;
	margin: 0 auto !important;
	color: #229ada;
	/*border-bottom: 1px dotted #229ada;*/
	-webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.dropdown-menu ul li a{ display: block; width: 100%; color: #229ada; font-size: 14px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; text-transform: uppercase; }
.dropdown-menu ul li:hover{
	background-color: #229ada;
}
.dropdown-menu ul li:hover a{
	color: #ffffff;
	text-indent: 1em;
}

/*--------顶部--------*/
.tops{
	width: 100%;
	min-width: 1200px;
	height: 37px;
	border-bottom: 1px solid #e0e0e0;
}
.tops .welcome{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 36px;
}
.tops .tOther ul li{
	float: left;
	padding: 0 10px;
	margin-top: 12px;
	position: relative;
}
.tops .tOther ul li.line::after{
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	background: url(../image/topLine.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1px;
	right: 0;
}
.tops .tOther ul li span{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 14px;
	display: block;
} 
.tops .tOther .phone{
	margin-left: 20px;
	padding-top: 10px;
}
.tops .tOther .phone em{
	width: 14px;
	height: 14px;
	font-size: 0;
	overflow: hidden;
	display: block;
	background: url(../image/topPhoneIcon.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 2px;
}
.tops .tOther .phone span{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 16px;
	display: block;
	line-height: 16px;
	font-weight: bold;
	padding-left: 6px;
}

/*-------导航条--------*/
.navigate{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.navigate .logo{
	/*width: 210px;*/
	/*height: 60px;*/
	font-size: 0;
	overflow: hidden;
	margin: 12px 0;
}
.navigate .logo img{
}
/*搜索框*/
.sousuo{ height: 30px; float: right; margin-right: 15px; padding-top: 5px;}
.mall-search {
  margin-left: 20px;

}
.mallSearch-form {
  height: 25px;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius:10px;
  margin-left: 10px;
}
.mallSearch-input-wp {
  float: left;
  position: relative;
}

.mallSearch-input {
  color: #999;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 115px;
  height: 20px;
  line-height: 20px;
  padding:0 5px;
  outline: 0;
  font-weight: 900;
  font: 12px/14px arial;
}
.mallSearch-input-wp label {
  line-height: 30px;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
  font-size: 14px;
  display: inline;
  color: #666;
}
.mallSearch-input-wp.focus label {
  color: #ccc;
}
.mallSearch-input-wp.fill label {
  display: none;
}
.mallSearch-form button {
  background: transparent;
    border: none;
    padding-right: 7px;
      cursor:pointer;
}

.navigate ul{
	/*padding-top: 26px;*/
}
.navigate ul li{
	float: left;
	margin-left: 36px;
	position: relative;
}
.navigate ul li span{
	color: #333333;
	font-family: "微软雅黑";
	font-size: 15px;
	display: block;
	height: 60px;
	line-height: 50px;
	/*padding: 0 0 0 36px;*/
	position: relative;
}
.navigate ul li span::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 12px 7px;
	border-color: transparent transparent #028cd5 transparent;

}
.navigate ul li:hover span,.navigate ul li.active span{
	color: #028cd5;
}
.navigate ul li.active span::after,
.navigate ul li:hover span::after{
	/*width: 100%;*/
	opacity: 1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
}
.foot_line{
	width: 0;
	background-color: #028cd5;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
.navigate ul li:hover ~  .foot_line{
	width: 100%;
	height: 3px;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fw_hotline{
	color: #028cd5;
	margin-top: 24px;
}
.fw_hotline img{
	margin-right: 10px;
}
.search-form{
	width: 240px;
	float: left;
	top: 20px;
	left: 200px;
	position: relative;
}
.search-input {
	float: left;
	margin-right: -35px;
	padding-right: 35px;
	width: 195px;
	border: 1px solid #ccc;
	border-radius: 30px;
	color: #555555;
	padding: 5px 6px 3px;
	line-height: 20px;
	text-indent: 1em;

}
.search-input:focus{
	border-color: #028cd5;
	box-shadow: 0 0 3px #028cd5;
}
.searchbtn {
	width: 16px;
	height: 16px;
	outline: 0;
	border: 0;
	background: url(../image/searchbtn.png) no-repeat 0 1px;
}
.pubimg{
	width: 100%;
	height: 100%;
	display: block;
}
.pubimg1s{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1s;
}
.Process_flow{
	overflow: hidden;
}
.Process_flow .flow-box1{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
	margin-top: 8%;
}
.Process_flow .flow-box1 .box-lf{
	width: 50%;
	float: left;
	/*padding: 8% 16% 0% 0;*/
}
.Process_flow .flow-box1 .box-lf img{
	width: 76%;
	margin: 0 auto;
}
.Process_flow .flow-box1 .box-rf{
	width: 50%;
	float: left;
	padding-left: 10%;
}
.Process_flow .pubtit{
	line-height: 2;
}
.Process_flow .pubtit_en{
	letter-spacing: 2px;
	margin-bottom: 22px;
}
.Process_flow .flow-box1 .box-rf .p1{
	text-indent: 2.5em;
	background: url("../image/icon-flag.png") no-repeat left center;
	margin-bottom: 16px;
}
.Process_flow .moreBtn{
	background-color: #028cd5;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 10px;
	position: relative;
	border: 2px solid #028cd5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.Process_flow .moreBtn:hover,.Process_flow .moreBtn:hover a{
	background: transparent;
	color: #028cd5;
}
.Process_flow .moreBtn a{
	color: white;
}
.Process_flow .pubdesc{
	line-height: 2;
	margin-bottom: 10px;
}

.Process_flow .flow-box2{
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
}
.Process_flow .flow-box2 .box-lf{
	width: 45%;
	float: left;
}
.Process_flow .flow-box2 .box-rf{
	width: 50%;
	float: right;
}
.Process_flow .flow-box2 .box-rf img{
	width: 78%;
	margin:0 auto;
	padding-left: 22%;
}
.pub-tit{
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 10px;
}
.pub-desc{
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 50px;
}
.Case{
	margin-top: 80px;
	overflow: hidden;
	background-color: #555555;
	color: white;
	padding:70px 0 ;
}
.Case .case-box{
	overflow: hidden;
}
.Case .case-box .ico{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 4px solid;
	z-index: 1;
	margin: 0 auto;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
.Case .case-box li{
	float: left;
	width: 16.66%;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
.Case .case-box li p{
	margin-top: 20px;
}
.Case .case-box li:hover .ico{
	background-color: #028cd5;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	border-color:#028cd5;
	/*border: none;*/
}
.Case .case-box li:hover p{
	color: #61c9ff;
}
.Product{
	overflow: hidden;
	padding: 80px 0 30px;
	background: url("../image/probg.png") no-repeat center;
	background-size: cover;
}
.Product .pro-list{
	overflow: hidden;
}

.Product .pro-list .pro-box{
	width: 23.24%;
	float: left;
	height: 397px;
	margin-right: 2.34%;
	margin-bottom: 1.5%;
}
.Product .pro-list .pro-box:nth-of-type(4n){
	margin: 0 0 1.5% 0;
}
.Product .pro-list .pro-box .pro-img{
	background-color: #FFFFFF;
	padding: 27px 20px;
	height: 294px;
	position: relative;
	overflow: hidden;
}
.Product .pro-list .pro-box .pro-tit{
	line-height: 3.5;
	text-align: center;
}
.Product .pro-list .pro-box .pro-shade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: url("../image/shade-ico.png") no-repeat center center;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.Product .pro-list .pro-box .pro-shade p{
	position: relative;
	top: 61%;
	text-align: center;
}
.Product .pro-list .pro-box:hover .pro-shade{
	top: 0;
}
.Product .pro-list .pro-box:hover .pro-img img{
	transform: scale(1.1);
}
.Product .pro-list .pro-box:hover .pro-tit a{
	color: #028cd5;
}

.inside {
	clear: both;
	/*min-height: 700px;*/
	padding-bottom: 30px;
	background-color: #f8f8f8;
}
.inside-aside {
	width: 234px;
	float: left;
	position: relative;
	margin-top: -32px;
}
.left-menu .title {
	height: 98px;
	background: #229ada;
	color: #fff;
	text-align: center;
	padding: 32px 0 0 0;
	position: relative;
}
.left-menu .title:before {
	content: "";
	display: block;
	width: 110px;
	height: 32px;
	background: url(../image/left-menu-title-bg-02.png) no-repeat 0 0;
	position: absolute;
	right: -110px;
	top: 0;
}
.left-menu .title .cn {
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.left-menu .title .en {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
}
.inside .main {
	width: 926px;
	float: right;
	padding: 32px 0 0 40px;
}
.inside .main img{
	max-width: 930px;
}
.inside .content {
	padding: 30px 0 30px 0;
	color: #666666;
}

.inside .bread {
	text-align: right;
	line-height: 40px;
	color: #6e6e6e;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px #a7a7a7 dashed;
	padding: 0 0 25px 0;
	position: relative;
}
.inside .bread a {
	color: #666666;
}
.inside .bread a:hover {
	color: #229ada;
}
.inside .bread span {
	/*font-style: normal;*/
	/*color: #229ada;*/
}
.inside .bread .inside-title {
	text-align: left;
	font-size: 18px;
	color: #333;
	width: 50%;
	position: relative;
}
.inside .bread .inside-title:before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 30px;
	background: url(../image/set-ico.png) no-repeat;
	vertical-align: middle;
	margin: -2px 15px 0 0;
}
.inside .inside-crumbs{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
}


.product-cont{
	overflow: hidden;
	background-color: #f8f8f8;
}
.product-cont .cate-list{
	overflow: hidden;
	margin: 15px 0 30px;
	width: 100%;
}
.product-cont .cate-list ul{
	display: table;
	margin: 0 auto;
}
.product-cont .cate-list ul .on{
	background-color: #229ada;
	color: white;
}
.product-cont .cate-list ul li{
	float: left;
	width: 130px;
	margin-right: 20px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	*float:none;
	*display:inline;
	*zoom:1;
}
.product-cont .cate-list ul li a{
	display: block;
	color: #333333;
	line-height: 3;
}
.product-cont .cate-list ul li a:hover{
	background-color: #229ada;
	color: white;
}
.product-cont .product-list{
	overflow: hidden;
	padding: 2% 0;
}
.product-cont .product-list .pro-item{
	overflow: hidden;
	float: left;
	width: 25.3%;
	height: 454px;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 3% 3% 0;
	background-color: white;
	text-align: center;
	border-bottom: 9px solid #555555;
	-webkit-transition-property: border-bottom-color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}
.product-cont .product-list .pro-item:nth-of-type(3n){
	margin-right: 0;
}
.product-cont .product-list .pro-item .pro-img{
	overflow: hidden;
	padding: 5% 16% 8%;
	height: 255px;
}
.product-cont .product-list .pro-item .pro-name{
	height: 36px;
	line-height: 36px;
	margin: 2% 14% 5%;
	padding: 0 5%;
	background-color: #229ada;
	color: white;
	text-align: center;
}
.product-cont .product-list .pro-item .pro-desc{
	line-height: 26px;
	height: 56px;
	color: #555555;
}
.product-cont .product-list .pro-item .pro-more{
	margin: 2% 0;
	color: #229ada;
	text-align: center;
}
.product-cont .product-list .pro-item:hover .pro-img img{
	transform: scale(1.1);
}
.product-cont .product-list .pro-item:hover{
	border-bottom-color: #229ada;
	/*animation: border-bottom-width .5s;*/
/*	transition-delay: .5s;
	-moz-transition-delay: .5s; !* Firefox 4 *!
	-webkit-transition-delay: .5s; !* Safari 和 Chrome *!
	-o-transition-delay: .5s; !* Opera *!*/
}
@keyframes border-bottom-width {
	0% {
		border-bottom-color: #555555;
	}
	100% {
		border-bottom-color: #229ada;
	}
}
.product-detail{
	overflow: hidden;
	margin: 40px 0 50px;
}
.product-detail .prod-lf{
	width: 845px;
	float: left;
	padding: 20px 20px 30px;
	background-color: white;
}
.product-detail .prod-lf .prod-top{
	border-bottom: 1px dashed #afafaf;
	overflow: hidden;
	padding-bottom: 33px;
}
.product-detail .prod-lf .prod-top .prodt-img{
	float: left;
	background-color: #ffffff;
	width: 430px;
	height: 320px;
	margin: 0 auto;
}
.product-detail .prod-lf .prod-top .prodt-img img{
 	width: 236px;
	height: 320px;
	display: block;
	margin: 0 auto;
}
.product-detail .prod-lf .prod-top .prodt-txt{
	float: right;
	width: 383px;
}
.product-detail .prod-lf .prod-top .prodt-txt .p1,.product-detail .prod-lf .prod-top .prodt-txt .p2{
	color: #555555;
}
.product-detail .prod-lf .prod-top .prodt-txt .p1{
	margin: 50px 0 65px;
}
.product-detail .prod-lf .prod-top .prodt-txt .p2{
	line-height: 2;
}
.product-detail .prod-lf .prod-param{
	padding: 30px 0 20px;
	background-color: white;
}
.product-detail .prod-lf .prod-param .param-tit{
	background: url("../image/paramico.jpg") no-repeat left center;
	height: 32px;
	line-height: 32px;
	text-indent: 2.8em;
	color: #555555;
}
.product-detail .prod-lf .prod-param .param-cont{
	/*padding: 30px 50px;*/
	color: #555555;
	overflow: hidden;
}
.product-detail .prod-lf .prod-param .param-cont img{
	max-width: 100%;
}


.product-detail .prod-rf{
	float: right;
	width: 285px;
	color: #555555;
}
.product-detail .prod-rf .pro-recom{

}
.product-detail .prod-rf .pro-recom .recom-tit{
	font-size: 21px;
	border-left: 3px solid #229ada;
	text-indent: 1em;
	margin-bottom: 20px;
}
.product-detail .prod-rf .pro-recom .recom-tit .en{
	font-size: 18px;
	margin-left: 15px;
	font-weight: 100;
	font-family: "思源黑体 CN Light";
}
.product-detail .prod-rf .pro-recom .recom-pbox{
	background-color: white;
	text-align: center;
	margin-bottom: 25px;
	transition:.5s;
	-webkit-transition: .5s; /* Safari */
}
.product-detail .prod-rf .pro-recom .recom-pbox .rp-box-img{
	overflow: hidden;
	padding: 10%;
	height: 207px;
}
.product-detail .prod-rf .pro-recom .recom-pbox .rp-box-img img{
	width: 74%;
	display: block;
	margin: 0 auto;
	transition: 1s;
}
.product-detail .prod-rf .pro-recom .recom-pbox .rp-name{
	background-color: #dcdcdc;
	padding: 11px 0;
	transition:.5s;
	-webkit-transition: .5s; /* Safari */
}
.product-detail .prod-rf .pro-recom .recom-pbox .rp-name p{
	line-height: 2;
}
.product-detail .prod-rf .pro-recom .recom-pbox:hover .rp-box-img img{
	transform: scale(1.1);
}
.product-detail .prod-rf .pro-recom .recom-pbox:hover .rp-name{
	background-color: #229ada;
	color: white;
}
.job-cont{
	overflow: hidden;
	color: #555555;
	background-color: #f8f8f8;
}
.job-cont .job-tit{
	margin: 30px 0 50px;
}
.job-cont .job-list{
	margin-bottom: 35px;
	border-bottom: 1px #a7a7a7 dashed;
}
.job-cont .job-list .job-cate{
	border-left:10px solid #229ada;
	text-indent: 1em;
	color: #229ada;
	margin: 20px 0;
}
.job-cont .job-list .job-clist{
	line-height: 2.5;
	margin-bottom: 20px;
}
.job-cont  .job-table{
	margin: 20px 0 80px;
}
.page-cont{
	overflow: hidden;
	margin: 20px 0 80px;
}
.page-cont .zhix-box{
	overflow: hidden;
	width: 385px;
	height: 445px;
	float: left;
	margin-right: 22px;
}
.page-cont .zhix-box:nth-of-type(3){
	margin-right: 0;
}
.page-cont .zhix-box:hover img{
	transform: scale(1.1);
}
.page-cont .shiy-box{
	overflow: hidden;
	clear: both;
	margin: 0 0 30px;
}
.page-cont .shiy-box .shiy-desc{
	color: #555555;
	line-height: 2.5;
}
.page-cont .shiy-box .shiy-title{
	color: #229ada;
	margin: 0  0 20px;
}
.page-cont .form-box{
	overflow: hidden;
}
.page-cont .form-box .ipt-div{
	width: 577px;
	float: left;
	margin: 0 45px 30px 0;
	background-color: #eeeeee;
	color: #555555;
	height: 50px;
	line-height: 47px;
}
.page-cont .form-box .ipt-div:nth-of-type(2n){
	margin-right: 0;
}
.page-cont .form-box .ipt-div label{
	width: 90px;
	text-align: center;
	font-size: 14px;
}
.page-cont .form-box .ipt-div .ipt-txt{
	height: 44px;
	line-height: 45px;
	width: 479px;
}
.page-cont .form-box .ipt-div.area{
	width: 1200px;
	height: 237px;
}
.page-cont .form-box .ipt-div .tarea-txt{
	height: 230px;
	margin: 3px 0;
	width: 1101px;
}
.page-cont .form-box .ipt-div:hover{
	background-color: #229ada;
	color: white;
}
.page-cont .form-box .sub-btn{
	overflow: hidden;
}
.page-cont .form-box .sub-btn .tj-btn{
	background-color: #229ada;
	color: white;
	width: 180px;
	height: 58px;
	line-height: 58px;
	margin-right: 40px;
	display: inline-block;
	cursor: pointer;
}
.page-cont .form-box .sub-btn .cz-btn{
	width: 180px;
	height: 58px;
	line-height: 58px;
	color: #555555;
	background-color: #c9c9c9;
	cursor: pointer;
}
.page-cont .zulin-cont{
	overflow: hidden;
	margin-top: 30px;
}
.page-cont .zulin-cont .zulin-box{
	width: 280px;
	height: 397px;
	float: left;
	overflow: hidden;
	margin-right: 24px;
	margin-bottom: 24px;
	border: 1px solid #D6D6D6;
	transition: all .5s;
}
.page-cont .zulin-cont .zulin-box:nth-of-type(4n){
	margin-right: 0;
}
.page-cont .zulin-cont .zulin-box .zl-img{
	height: 347px;
	overflow: hidden;
}
.page-cont .zulin-cont .zulin-box .zl-txt{
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 17px;
	padding: 0 20px;
	background-color: #898989;
	transition: all .5s;
}
.page-cont .zulin-cont .zulin-box:hover{
	border-color: #229ada;
}
.page-cont .zulin-cont .zulin-box:hover .zl-txt{
	background-color: #229ada;
}
.page-cont .zulin-cont .zulin-box:hover .zl-img img{
	transform: scale(1.1);
}
.page-cont .zulin-more{
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-top: 50px;
}
.page-cont .zulin-more a{
	display: block;
	width: 225px;
	height: 45px;
	line-height: 45px;
	color: white;
	font-size: 14px;
	background-color: #229ada;
	letter-spacing: 2px;
	border-radius: 5px;
}
.about-cont{
	background-color: #f8f8f8;
	overflow: hidden;
	padding: 50px 0;
}
.about-cont .aboutlf{
	width: 597px;
	height: 530px;
	float: left;
}
.about-cont .aboutrf{
	width: 550px;
	height: 530px;
	float: right;
}
.about-cont .ab-tit{
	color: #229ada;
	margin: 50px 0 65px;
}
.about-cont .ab-tit > span{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 100;
	color: #CCCCCC;
	margin-left: 30px;
}
.about-cont .ab-desc{
	color: #555555;
	line-height: 2;
}
.about-cont .aboutlf:nth-of-type(4) .ab-desc{
	line-height: 2.5;
}
.about-cont .aboutbt{
	overflow: hidden;
	margin: 0 0 50px;
}
.about-cont .aboutbt .abft-img{
	height: 450px;
	overflow: hidden;
}
.solution-cont{
	background-color: #f8f8f8;
	overflow: hidden;
	padding: 10px 0;
}
.casebox2{
	width: 586px;
	height: 253px;
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
	background-color: #eeeeee;
}
.casebox2:nth-child(2n){
	margin-right: 0px;
}
.casebox2 .csimg{
	width: 283px;
	height: 253px;
	float: left;
	overflow: hidden;
}
.casebox2 .cont{
	width: 249px;
	height: 253px;
	float: right;
	padding-right: 17px;
	padding-left: 20px;
}
.casebox2 .cont .tit_cn{
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.casebox2 .cont .tit_en{
	font-size: 14px;
	color: #333333;
	margin: 3% 0;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.casebox2 .cont .cs_intro{
	font-size: 14px;
	color: #333333;
	margin-bottom:30px;
	height: 55px;
	line-height: 25px;
	overflow: hidden;
	padding-top: 20px;
	/*border-top: 1px dashed #999999;*/
}
.casebox2 .cont .cs_ck{
	width: 50%;
	background-color: #229ada;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
}

.casebox2:hover .csimg img{
	transform: scale(1.1);
}
.Contact-box{
	padding: 50px 0 0;
	background-color: #f8f8f8;
}

.lxwmall{
	position: relative;
}

.lxwmnr1{
	font-size: 24px;
	color: #333333;
	line-height: 2;
	margin-bottom: 2%;
}
.lxwmnr1 span{
	color: #229ada;
}
.lxwmnr2 li{
	font-size: 18px;
	color: #333333;
	line-height: 3;
	padding-left: 4%;
}
.lxwmnr2 li:nth-of-type(1){
	background: url(../image/lxwm1.png) no-repeat 0px 50%;
}

.lxwmnr2 li:nth-of-type(2){
	background: url(../image/lxwm2.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(3){
	background: url(../image/lxwm3.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(4){
	background: url(../image/lxwm4.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(5){
	background: url(../image/lxwm6.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(6){
	background: url(../image/lxwm6.png) no-repeat 0px 50%;
}
.lxwmewm{
	position: absolute;
	right: 0;
	top: 0px;
	width: 202px;
	text-align: center;
	font-size: 21px;
	color: #333333;
}


.lxwmmap{
	padding-top: 3%;
	background-color: #f8f8f8;
}


.content_main{
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 0 0 80px;
}

.nyall_title{
	text-align: center;
	color: #333333;
	line-height: 2;
	margin: 0 0 3% 0;
}
.nyall_title .sysen{
	font-size: 16px;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
}
.nyall_title .syscn{
	font-size: 36px;
	letter-spacing: 3px;
}
.news_img{
	margin: 0 0 3% 0;
	position: relative;
}
.news_img .img{
	height: 375px;
}
.news_img .news_tit{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	height: 70px;
	line-height: 70px;
	background: rgba(0,0,0,.7);
	font-size: 18px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_img .news_tit a{
	color: white;
	display: block;
	padding: 0 40px;
}
.news_img .news_tit .n_more{
	position: absolute;
	right: 40px;
	bottom: 0;
	line-height: 70px;
	color: #229ada;
}

.info_left{
	width: 456px;
	float: left;
}
.info_right{
	width: 695px;
	float: right;
}
.nynewsTit{
	font-size: 26px;
	color: #333333;
	border-left: 10px solid #229ada;
	padding-left: 5%;
	line-height: 1.2;
	margin-bottom: 35px;
	letter-spacing: 1px;
}

.nynewsl_all{
	width: 100%;
}



.nynewsl_item{
	margin-bottom: 8%;
	background-color: #ffffff;
}
.nynewsl_item .img{
	width: 100%;
	height: 340px;
	overflow: hidden;
}
.nynewsl_item .nrall{
	padding: 5%;
	line-height: 2;
}
.nynewsl_item .tit{
	color: #333333;
}
.nynewsl_item .cot{
	color: #777777;
	margin: 2% 0;
}
.nynewsl_item .cktime{
	width: 100%;
	overflow: hidden;
}
.nynewsl_item .cktime .time{
	color: #777777;
	float: left;
}
.nynewsl_item .cktime .ck{
	color: #229ada;
	float: right;
}
.nynewsl_item:hover .img img{
	transform: scale(1.1);
}

.nynewsCA{
	padding: 0 0 3.5%;
}
.nynewsCA_list{
	position: relative;
	text-align: left;
}
.nynewsCA_list ul li{
	float: left;
	width: 20%;
	color: #333333;
	position: relative;
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
	margin-right: 20px;
	transition: all 0.2s;
	text-align: center;
}
.nynewsCA_list ul li:nth-child(5n){
	border-left: 0;
}
.nynewsCA_list ul li:nth-child(5n){
	border-top: 1px solid #f0f0f0;
}




.nynewsCA_list ul li a{
	display: block;
	padding: 7% 5%;
}
.nynewsCA_list ul li:hover{
	color: #229ada;
}
.nynewsCA_list ul .on{
	color: #229ada;
}


.nynewsr_item{
	width: 670px;
	height: 195px;
	padding: 2%;
	background-color: #ffffff;
	margin-bottom: 3%;
}
.nynewsr_item .img{
	width: 300px;
	height: 197px;
	float: left;
	overflow: hidden;
}
.nynewsr_item .cot{
	width: 320px;
	float: right;
	padding: 1% 3%;
	line-height: 2;
}
.nynewsr_item .cot .tit{
	color: #333333;
	/*font-weight: bold;*/
}
.nynewsr_item .cot .intro{
	color: #777777;
	line-height: 2.2;
	margin: 3% 0 5% 0;
}
.nynewsr_item .cot .cktime{

}
.nynewsr_item .cot .cktime .ck{
	color: #ffffff;
	background-color: #229ada;
	border-radius: 20px;
	text-align: center;
	float: left;
	padding: 0.5% 7%;
}
.nynewsr_item .cot .cktime .time{
	float: right;
	color: #999A99;
}
.nynewsr_item:hover .img img{
	transform: scale(1.1);
}

.info_more .ifloads{
	margin-top: 3%;
	width: 100%;
	background-color: #ffffff;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
	padding: 5% 0;
	cursor: pointer;
}




.load_more{
	text-align: center;
	background: white;
	height: 45px;
	line-height: 45px;
}
.load_more .loads{
	display: inline-block;
	width: 16%;
	text-align: center;
	color: #ffffff;
	background-color: #229ada;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	letter-spacing: 5px;
	/*border-radius: 10px;*/
}
.load_more .loadend{
	display: none;
	color: #555555;
	letter-spacing: 2px;
}
.load_more .block{
	display: block;
}
.load_more_case{
	padding-top: 3%;
}
.info_load_more{
}
.info_load_more .loads{
	margin-top: 0;
	width: 100%;
	background-color: #ffffff;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.info_load_more2{
	padding-top: 1%;
}
.info_load_more2 .loads{
	margin-top: 0;
	width: 100%;
	background-color: #ffffff;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}

.case-cont{
	overflow: hidden;
	margin: 0 0 20px;
}
.case-cont .case_box{
	overflow: hidden;
	width: 280px;
	height: auto;
	margin-right: 26px;
	margin-bottom: 26px;
	float: left;
}
.case-cont .case_box:nth-of-type(4n){
	margin-right: 0;
}
.case-cont .case_box .case_img{
	height: 280px;
	overflow: hidden;
}
.case-cont .case_box .case_txt{
	height: 50px;
	line-height: 50px;
	background-color: #eeeeee;
	color: #555555;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
}
.case-cont .case_box:hover .case_img img{
	transform: scale(1.1);
}
.case-cont .case_box:hover .case_txt{
	background-color: #229ada;
	color: white;
}
.usercet-cont{
	overflow: hidden;
	margin: 15px 0 0;
}
.usercet-cont .uscet_box{
	width: 560px;
	height: 145px;
	float: left;
	margin-right: 80px;
	margin-bottom: 50px;
	overflow: hidden;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
}
.usercet-cont .uscet_box:hover .uscet_tit{
	color: #229ada;
}
.usercet-cont .uscet_box:hover .uscet_img img{
	transform: scale(1.1);
}
.usercet-cont .uscet_box:nth-of-type(2n){
	margin-right: 0;
}
.usercet-cont .uscet_box .uscet_img{
	width: 140px;
	height: 145px;
	float: left;
	overflow: hidden;
}
.usercet-cont .uscet_box .uscet_txt{
	float: right;
	width: 360px;
	padding: 30px;
	background-color: #eeeeee;
}
.usercet-cont .uscet_box .uscet_txt .uscet_tit{
	margin-bottom: 30px;
	color: #555555;
}
.usercet-cont .uscet_box .uscet_txt .uscet_time{
	
}
.usercet-cont .uscet_box .uscet_txt .uscet_time p{
	width: 50%;
	float: left;
	color: #555555;
}
.usercet-cont .uscet_box .uscet_txt .uscet_time .usc_more{

}
.usercet-cont .uscet_box .uscet_txt .uscet_time .usc_more{
	display: inline-block;
	width: 85px;
	text-align: center;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	margin-top: -10px;
	background-color: #229ada;
	color: white;
}
.common-detail{
	overflow: hidden;
	padding: 0 0 80px;
	background-color: #f8f8f8;
}
.content_show .tit {
	font-size: 30px;
	line-height: 2;
	color: #555555;
	text-align: center;
}
.content_show .info {
	margin: 2% 0;
	font-size: 14px;
	color: #555555;
	text-align: center;
	letter-spacing: 1px;
}
.content_show .info .returnls {
	float: right;
}
.content_show .allnr {
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #a2a2a2;
	border-bottom: 1px dashed #a2a2a2;
	padding: 2% 0;
	margin-bottom: 2%;
	line-height: 2;
}
.content_show .allnr img{
	max-width: 100%;
}








.upperandlower {
	padding-top: 34px;
	position: relative;
	border-top: 1px dashed #afafaf;
}
.upperandlower .next {
	font-size: 14px;
	color: #555;
	line-height: 2.4em;
}
.upperandlower .next a:hover {
	color: #229ada;
}
.upperandlower .history {
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	background-color: #229ada;
	position: absolute;
	right: 0;
	top: 43px;
	cursor: pointer;
}

.upperandlower_ {
	padding: 1% 0 0 0;
}
.upperandlower_ .next{
	width: 25%;
	background-color: #626262;
	padding: 1.5% 2%;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.upperandlower_ .next .arrow{
	margin: 0 10%;
}
.upperandlower_ .next *{
	color: #ffffff!important;
}
.upperandlower_ .tl{
	text-align: left;
}
.upperandlower_ .tr{
	text-align: right;
}
.upperandlower_ .next:hover{
	background-color: #229ada;
}




.paging {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
	height: 60px;
}
.paging a{
	padding:5px 12px;
	border:1px solid #ccc;
	border-radius:5px;
	margin:0 5px;
	transition: ease-out 0.3s;
	background-color: white;
}
.paging span{
	margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
	color:#fff;
	background:#229ada;
}
.currPage{
	background:#229ada !important;
	color: #ffffff;
}




.hotLine{
	overflow: hidden;
	background: url("../image/foot_hotline.jpg") no-repeat center;
	background-size: cover;
	height: 255px;
}
.hotLine .hotpad{
	padding: 66px 0;
}
.hotLine .hotpad .htit{

}
.hotLine .hotpad .fw-hotline{
	color: #028cd5;
	margin: 47px 0 5px;
	text-indent: 1.8em;
}
.footer{
	background-color: #333333;
	color: white;
	padding: 50px 0 70px;
}
.footer .foot_link{
	overflow: hidden;
}
.footer .foot_link li{
	float: left;
	width: 19%;
	border-right: 1px solid #adadad;
	text-align: center;
}
.footer .foot_link li:last-of-type{
	border-right: none;
}
.footer .foot_link li a{
	color: white;
}
.footer .foot_keyword{
	margin: 40px 0 28px;
}
.QQ{ position:fixed; right:20px; top:40%; cursor:pointer;z-index: 999;}
.qq1{position:fixed;  top:8px;position:relative; display:none; right:245px; }
.qq1 img{ position:absolute; top:-120px; left:0; }
.qq1 p{
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	position: absolute;
	z-index: 999;
	margin-top: 30px;
	/*margin-left: 145px;*/
}
.qq1 ul{
	position: absolute;
	padding-top: 10px;
	left: 110px;
	width: 75px;
	height: 225px;
	top: -91px;
}
.qq1 ul li{
	width: 100%;
	height: 20px;
	margin: 0 0 7px 0;
}
.qq1 ul li a{ display:block;width:100%;height:100%; }


/* 内页bug  banner */
.sbug_banner {
	background: url("../image/sales.jpg") no-repeat center;
	width: 100%;
	height: 350px;
  }