
.carousel-control.left {  
        
      background-image:none;  
      background-repeat: repeat-x;  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);  
    }  
.carousel-control.right {  
      left: auto;  
      right: 0;  
       
      background-image:none;  
      background-repeat: repeat-x;  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);  
    }  
.clear{
	clear: both;
}
video{
	background: #000;
}

.bg-c{
	background-color: #f5f5f5;
}
.border6 {
    border: #ccc 1px solid;
}
.lh180 {
    line-height: 180%;
}
.f14 {
    font-size: 14px;
}
.bghui {
    background: #f5f5f5;
    color: #000;
}

.p15 {
    padding: 15px;
}
.m10 {
    margin: 10px;
}
.container{
	width: 1200px !important;
	padding: 0px;
	margin: 0 auto;
}
header{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	height: 128px;
	z-index: 99999;
	position: fixed;
	top: 0px;
	left: 0px;

} 
header .container{
	position: static;
}
header .nav{
	position: relative;
}

.ui-banner{
	text-align: center;
	margin-top: 128px;
}
.ui-banner img{
	max-width: 100%;
}
.ui-banner .container span{
	width: 260px;
	height: 95px;
	display: block;
	position: relative;
	background: rgba(7,106,174,.55);
	font-size: 36px;
	color: #fff;
	line-height: 95px;
	text-align: center;
	margin-top: -95px;
	font-weight: bold;
}
.owl-theme .owl-controls .owl-page span{
	background: #000;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #f0b519;
}
html {
    overflow-x: hidden;
}
header .menu{
	float: right;
	padding:0px;
}
header .menu ul{

}
header .menu ul li{
	float: left;
}


header .menu .i{
}
header .menu .i >a{
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background: url(../img/icon-plus.png) no-repeat center;
	display: none;
}

header .menu .i >p{
	color: #fff;
	font-size: 16px;
	line-height: 88px;
	position: relative;
}
header .menu .i > p.cur a,header .menu .i >  p a:hover{
	background: #076aae;
	color: #fff !important;
}
header .menu.dark .i >p{
	color: #666;
}
header .menu .i >p a{
	color: #666;
	padding: 0 20px;
	display: block;
	margin-left: 25px;
}


header .menu .i >.ex{
	position: absolute;
	top: 0px;
	left:0px;
	background-color:#f7f7f7;
	padding: 20px 0px;
	display: none;
	width: 100%;
	text-align: center
}

header .menu .i:hover >.ex{
	top: 70px;
	display: block;
}
header .menu .i >.ex a{
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	height: 40px;
	text-align: center;
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 5px 20px;
	margin: 0px 10px;
}
header .menu .i >.ex a:hover{
	background: #0073bc;
	color: #fff;
}

header .menu li:nth-child(7) .i >.ex,header .menu li:nth-child(6) .i >.ex,header .menu li:nth-child(5) .i >.ex{
	text-align: right;
}
header .menu li:nth-child(4) .i >.ex{
	text-align: left;
}
header .menu li:nth-child(4) .i >.ex .container{
	width: 1100px !important;
}


header .mbtn{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/menu.png) no-repeat center #076aae;
	background-size: 22px auto;
	display: none;
}
body.on-menu header .mbtn{
	background-image: url(../img/menu-hide.png);
}
header .logo{
	padding: 0px;
	display: inline-block;
	float: left;
	width: 375px;
}
header .top{
	height: 40px;
	background: #2d2d2d;
	overflow: hidden;
}
header .top span{
	display: inline-block;
	line-height: 40px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
header .top span.mail{
	background-image: url("/assets/img/ico_mail.jpg");
	padding-left: 25px;

}
header .top span.tel{
	background-image: url("/assets/img/ico_tel.jpg");
	padding-left: 20px;

}
footer{
	background: #000
}
footer .b{
	text-align: center;
	line-height: 4em;
	color: #fff;
}

.ui-paging{
  padding: 20px 0;
  text-align: center;
}

.ui-paging ul{
  display: inline-block;
}

.ui-paging ul li{
  margin: 0 10px;
  float: left;
}

.ui-paging a{
  display: inline-block;
  line-height: 36px;
  text-align: center;
  height: 36px;
  width: 36px;
  color: #333 !important;
  font-size: 14px;
  background-color: #fff;
}

.ui-paging a:hover,
.ui-paging a.on{
  color: #fff !important;
	background: #EC6500
}

.ui-paging a.aw{
  width: 60px;
  background: none no-repeat center #ededed;
}

.ui-paging a.aw.l{
  background-image: url(../img/paging-l.png);
}

.ui-paging a.aw.l:hover{
  background-image: url(../img/paging-l-on.png);
}

.ui-paging a.aw.r{
  background-image: url(../img/paging-r.png);
}

.ui-paging a.aw.r:hover{
  background-image: url(../img/paging-r-on.png);
}


.ui-newshow{
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
.ui-newshow h1{
	text-align: center;
	font-size:30px;
}
.ui-newshow .hd{
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 40px;
	color: #0099d9;
	font-weight: bold;
}
.ui-newshow .hd2{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ui-newshow .hd2 .r{
	float: right;
}
.ui-newshow .ct p{
	font-size: 16px;
	line-height: 24px;
	width: 50%; float: left;
}
.ui-newshow .intro{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.ui-newshow .intro img{
	max-width: 100%;
	height: auto !important;
}

/*广告图*/

.flexslider{margin: 0px auto;position: relative;width: 100%;height:400px;overflow: hidden;zoom: 1;background:#000;}
.flexslider .slides li{width: 100%;height: 100%; position:relative;}
.flex-direction-nav a{width: 70px;height: 70px;line-height: 99em;overflow: hidden;margin: -35px 0 0;display: block;background: url(../img/ad_ctr.png) no-repeat;position: absolute;top: 50%;z-index: 10;cursor: pointer;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .3s ease;border-radius: 35px;}
.flex-direction-nav .flex-next{background-position: 0 -70px;right: 0;}
.flex-direction-nav .flex-prev{left: 0;}
.flexslider:hover .flex-next{opacity: 0.8;filter: alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity: 0.8;filter: alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity: 1;filter: alpha(opacity=50);}
.flex-control-nav{width: 100%;position: absolute;bottom: 40px;text-align: center;}
.flex-control-nav li{margin: 0 2px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a{background: url(../img/dot.png) no-repeat 0 -16px;display: block;height: 16px;overflow: hidden;text-indent: -99em;width: 16px;cursor: pointer;}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a{background-position: 0 0;}
.flexslider .slides a img{width: 100%;height:400px;display: block; background-size: cover !important; background-position: center !important;}


.flexslider .slides li span{ color:#FFF; text-align:center;overflow:hidden; display:block; height:350px; background:none; position: absolute; width:80%; top:100px; left:50%; margin-left:-40%;}
.flexslider .slides li span h1{width:50%; margin:auto; font-size:34px; text-transform:uppercase;}
.flexslider .slides li span h2{width:50%;margin:auto;font-size:16px; padding-top:1%}





.ui-homebanner{
	margin-top: 128px;
	position: relative;
}
.ui-homebanner .img{
	position: relative;
	text-align: center;
}
.ui-homebanner .img img{
}
.ui-homebanner .img .text{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.ui-homebanner .carousel-inner>.item{
	transition: transform .3s ease-in;
}
.ui-homebanner .carousel-indicators{
	z-index: 8;
	bottom: 20px;
}

.ui-homebanner .carousel-indicators li{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 32px;
	height: 3px;
	background-color: #fff;
	margin: 0 3px;
}

.ui-homebanner .carousel-indicators li.active{
	background-color: #f0b519;;
}

.index-service{
	background: #076aae;
	padding: 35px 0px;
}

.index-service .owl-item{
	text-align: center;
}

.index-service .owl-item span{
	margin-left: 20px;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color: #fff;
	height: 60px;
	padding: 5px 0px 5px 70px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 55px;
}
.index-service .owl-item span.index-s1{
	background-image: url("/assets/img/index_ico1.png");
}
.index-service .owl-item span.index-s2{
	background-image: url("/assets/img/index_ico2.png");
}
.index-service .owl-item span.index-s3{
	background-image: url("/assets/img/index_ico3.png");
}

.index-tit{
	margin: 50px 0px;
	text-align: center;
	position: relative;
}
.index-tit img{
	width: auto;
}
.index-tit span{
	color: #076aae;
	font-weight: 700;
	font-size: 24px;
	line-height: 1em;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	display: block;
}
.index-tit span.twhite{
	color: #fff;
}
.index-business{
}
.index-business .owl-item{
	padding: 0px 18px;
	cursor: pointer;
}
.index-business .owl-item .img img{
	width: 100%;
}
.index-business .owl-item .txt{
	background: #076aae;
	padding: 20px;
}
.index-business .owl-item .txt p{
	color: #fff;
	line-height: 1em;
}
.index-business .owl-item .txt p.p1{
	font-size: 16px;
	text-align: center;
}
.index-business .owl-item .txt p.p2{
	margin-top: 20px;
	line-height: 2em;
	height: 4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow: ellipsis;
}
.index-business .owl-item:hover .txt{
	background: #40a351;
}
.index-pro{
	background: url("/assets/img/probg.jpg") no-repeat center;
	background-size: cover;
	margin-top: 50px;
	position: relative;
	padding-bottom: 20px;
}
.index-pro:before{
	position:absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url("/assets/img/proline.png") repeat;
	background-color: rgba(7,106,174,0.55);
}
.index-prolib ul{
	margin: 0px -15px;
}
.index-prolib li{
	width:25%;
	float: left;
	padding: 0px 15px;
}
.index-prolib .view{
	border: 3px solid #eeeeee;
	overflow: hidden;
}
.index-prolib .view img{
	width: 100%;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.index-prolib a:hover .view img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.index-prolib .ct{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	padding: 10px 0px 20px 0px;
}

.bg-g {
    background-color: #f3f3f3;
}
.ui-title2{
	padding-top: 100px;
	margin-bottom: 80px;
}
.ui-title2 p{
	line-height: 1em;
	text-align: center;
}
.ui-title2 p.p1{
	color: #100b0a;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-title2 p.p2{
	position: relative;
	margin-top: 24px;
	text-transform: uppercase;
}
.ui-title2 p.p2:before{
	content: '';
	width: 440px;
	height: 1px;
	background-color: #e88061;
	position: absolute;
	top: 48%;
	left: 50%;
	margin-left: -220px;
}
.ui-title2 p.p2 span{
	display: inline-block;
	padding: 0 24px;
	background-color: #f3f3f3;
	color: #100b0a;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.ui-title2 p.p3{
	margin-top: 20px;
	color: #7d7d7d;
}

.ui-title{
	margin: 50px 0px;
}
.ui-title p{
	line-height: 1em;
	text-align: center;
	color: #252525;

}
.ui-title p.p1{
	font-size: 30px;
	color: #252525;
	position: relative;
}
.ui-title p.p1::after{
	width: 36px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	margin-left: -18px;
}
.ui-title p.p2{
	font-size: 14px;
	margin-top: 40px;
	display: block;
	color: #666;
	position: relative;
}
.ui-title4{
	margin: 50px 0px;
}
.ui-title4 p{
	line-height: 1em;
	text-align: center;
	color: #333;

}
.ui-title4 p.p1{
	font-size: 36px;
	position: relative;

}
.ui-title4 p.p1 span{
	position: relative;
}
.ui-title4 p.p2{
	font-size: 16px;
	margin-top: 10px;
	color: #999;
	display: block;
	text-transform: uppercase;
}
.ui-title4 p.p1 span:before{
	content: '';
	height: 3px;
	width: 60px;
	background:#ccc;
	position: absolute;
	left: -100px;
	top: 50%;
}
.ui-title4 p.p1 span:after{
	content: '';
	height: 3px;
	width: 60px;
	background:#ccc;
	position: absolute;
	right: -100px;
	top: 50%;
}
.ui-guestbook{
	width: 800px;
	margin: 60px auto ;
	background: #fff;
	padding: 30px;
}
.ui-guestbook table{
	width: 100%;
}
.ui-guestbook th{
	width: 15px;
}
.ui-guestbook td,.ui-guestbook th{
	padding: 5px;
}
.ui-guestbook .required{
	color: #ff0000;
}
.ui-homecase{
	padding-bottom: 30px;
}


.ui-contactinfo{
		background: #fff;
		margin: 50px auto;
}
.ui-contactinfo table{
	width: 100%;
}


.ui-contactinfo table tr td{
	background-color: #fff;
	width: 50%;
	vertical-align: top;
}
.ui-contactinfo .text{ padding: 50px;}
.ui-contactinfo .text >.hd p{
	line-height: 1em;
	color: #000000;
}
.ui-contactinfo .text >.hd p.p1{
	font-size: 36px;
	text-transform:uppercase;
	font-family: "Arial";
	font-weight: bold;
}
.ui-contactinfo .text >.hd p.p2{
	font-size: 24px;
	margin-top: 18px;
	color: #2e2e2e;
}
.ui-contactinfo .text >.ct{
	margin-top: 20px;
}
.ui-contactinfo .text >.ct p{
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
	padding: 12px 0px 12px 50px;
	font-size: 16px;
	color: #7d7d7d;
	background-position: left center;
	background-repeat: no-repeat;
}
.ui-contactinfo .text >.ct p.c1{
	background-image: url(/assets/img/c_icon1.png);
}
.ui-contactinfo .text >.ct p.c2{
	background-image: url(/assets/img/c_icon2.png);
}
.ui-contactinfo .text >.ct p.c3{
	background-image: url(/assets/img/c_icon3.png);
}
.ui-contactinfo .text >.ct p.c4{
	background-image: url(/assets/img/c_icon4.png);
}
.ui-contactinfo .text >.ct p.c5{
	background-image: url(/assets/img/c_icon5.png);
}
.ui-contactinfo .text >.ct p span{
	display: block;
	color: #222;
}
.ui-contactinfo .mapbox{
	padding: 15px;
}
.ui-contactinfo .map{ width: 100%; height: 500px;}
.ui-contactinfo #allmap2{
	margin-top: 15px;
}
.ui-contactinfo ul.tabs {
	border-left: 1px solid #ddd;
	width: 100%;
	display: table;
}
.ui-contactinfo .tabs li{

	border: 1px solid #ddd;
	border-left: 0px;
	text-align: center;
	line-height: 2em;
	cursor: pointer;
	font-size: 14px;
	display: table-cell;
}
.ui-contactinfo .tabs li.active{
	background: #dcdcdc
}
.ui-contactinfo .tabs li a{
	color: #000;
}
.ui-contactinfo .tab_container{
	margin-top: 20px;
}
.ui-contactinfo .view{
	overflow: hidden;
}
.ui-contactinfo .view img{
	width: 100%;
	transition: transform 300ms;
}
.ui-contactinfo .view:hover img{
	transform: scale(1.05, 1.05);
}
.ui-homecase .owl-theme .owl-controls,.ui-homebrandc .owl-theme .owl-controls{
	margin-top: 20px !important;
}


.owl-honor {
}
.owl-honor .item {
        display: block;
        margin: 0 9px;
  }

.owl-honor .view {

	overflow: hidden;
}
.owl-honor .view >img{
	width: 100%;
	transition: transform 300ms;
}
.owl-honor .view:hover >img{
	transform: scale(1.05, 1.05);
}
.owl-honor .ct{
	color: #252525;
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
}
.owl-honor .ct p{
	line-height: 1em;
}
.owl-honor .ct p.p1{
	font-size: 14px;
	white-space: nowrap;
	height: 1em;
	text-overflow: ellipsis;
	overflow: hidden;
}
.owl-honor .ct p.p2{
	font-size: 14px;
	color: #999999;
	line-height: 1.5em;
	margin-top: 10px;
	height: 3em;
	overflow: hidden;
}


.ui-homeabout .container{
	background: #eeeeee;
}
.ui-homeabout .img{
	width: 560px;
	float: left;
}
.ui-homeabout .img img{
	width: 100%;
}
.ui-homeabout .text{
	width: 640px;
	float: right;
	padding: 35px;
}
.ui-homeabout .text .hd{
	
}
.ui-homeabout .text .hd p{
	line-height: 1em;
}
.ui-homeabout .text .hd p.p1{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.ui-homeabout .text .hd p.p2{
	font-size: 14px;
	color: #888888;
	margin-top: 5px;
}
.ui-homeabout .text .ct{
	margin-top: 20px;
	font-size: 14px;
	color: #000;
	line-height: 2.2em;
}
.ui-homeabout .text .ct b{
	color: #cc0000;
}
.ui-homeabout .text a.more{
	display: inline-block;
	margin-top: 20px;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 1em;
	padding: 10px ;
	background: #fff;
	font-weight: bold;
}

.index-honor{
	margin-top: 30px;
}
#owl-honor{
}
#owl-honor .owl-item{
	padding: 0px 10px;
}
#owl-honor .owl-item > div{
	border: 3px solid #ddd;
}
#owl-honor .owl-item > div img{
	width: 100%;
}

.index-news{
	background: #f4f4f4;
	margin-top: 50px;
	padding-bottom: 50px;
}

.ui-picnews{
	width: 400px;
	padding: 32px;
	float: left;
	background: #fff;
	z-index: 2;
	position: relative;
}
.ui-picnews:after{
	width: 100%;
	content: '';
	position: absolute;
	top:0;
	left: 0;
	background: #076aae;
	height: 40%;
	z-index: -1;
}
.ui-picnews img{
	width: 100%;
	height: auto;
}
.ui-picnews a.item{
	display: block;
	position: relative;
}
.ui-picnews .ct{
	margin-top: 20px;
}
.ui-picnews .ct p{
	line-height: 1em;
}
.ui-picnews .ct p.p1{
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline !important;
	text-underline: #5a5a5a;
	height: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.ui-picnews .ct p.p2{
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}
.ui-picnews .ct p.p3{
	margin-top: 15px;
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow: ellipsis;
}

.ui-textnews{
	width: 770px;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	padding: 40px 30px 6px 30px;
}
.ui-textnews li{
	position: relative;
	margin-bottom: 45px;
}

.ui-textnews li .hd{
	float: left;
	margin-right: 25px;
}
.ui-textnews li .hd p{
	margin-bottom: 2px;
	text-align: center;
	line-height: 1em;
	font-family: Arial;
	color: #076aae;
}
.ui-textnews li .hd p.p1{
	font-size: 36px;
	font-weight: 700;

}

.ui-textnews li .hd p.p2{
	font-size: 12px;
}

.ui-textnews li .ct p.p1{
	font-size: 16px;
	height: 1em;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #5a5a5a;
	font-weight: bold;
	text-decoration:underline !important;
	text-underline: #5a5a5a;
}

.ui-textnews li .ct p.p2{
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
	color: #666
}

.ui-textnews li .ct a:hover p.p1{
	color: #076aae;
}


.ui-page{
	
}
.ui-page *{
	text-indent: 2em;
	font-size: 14px;
	color: #555;
	line-height: 2em;
	margin-bottom: 15px;
}
.ui-page img{
	max-width: 100% !important;
	height: auto !important;
}


.product_nav { width:300px;  position:absolute; margin-left: -50px; z-index:9; margin-top:150px;}
.product_nav.active{
	position: fixed !important;
	margin-top: 100px;
}
.product_nav * { display:block;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;}
.product_nav_title {background:url(../img/bg-2.png) repeat-y  center top; color:#FFF;width:200px;padding:20px 30px;margin:0px 85px 0px 50px ;}
.product_nav_title h1 { font-size:14px; text-transform:uppercase;}
.product_nav_title h2 {font-size:18px; line-height:30px;}
.product_nav ul{width:300px;background:url(../img/bg-1.png) repeat-y  center top; overflow:hidden;}
.product_nav ul li{margin:10px 0px 40px 0px;}
.product_nav ul li a{padding:10px 0; position:relative;}
.product_nav ul li a span {display: block;filter:alpha(opacity=0); -moz-opacity:0; opacity:0;background:url(../img/p_nav.png) right center no-repeat; width:277px; height:80px; position:absolute; padding:20px 0px 0px 30px; z-index:9;right:0px; top:0; }
.product_nav ul li a span h3{color:#000; display: block; font-size: 18px; font-family:'Arial';}
.product_nav ul li a span h4{color:#000; font-size: 16px; margin-top: 5px;}
.product_nav ul li a h5{color:#fff; margin:1px 80px;}
.product_nav ul li a.active span{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.product_nav ul li a:hover span{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.product_nav ul li a:hover span h3 { display: block;}
.product_nav ul li a:hover span h4 { color: #333;}
.product_nav ul li a:hover h5,.product_nav ul li a.active h5 { padding:30px 0;}
.product_nav ul li a.active:hover span { }
.ui-prolib{
	margin-top: 20px;
}
.ui-prolib ul{
	margin: 0px -15px;
}
.ui-prolib li{
	width: 25%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.ui-prolib li a{
	border: 1px solid #eee;
	display: block;
	padding:10px;
	background: #fff;
}
.ui-prolib li a:hover{
	border: 5px solid #6ac334;
	padding: 6px;
}
.ui-prolib li a img{
	width: 100%;
	height: auto;
}
.ui-prolib li a p{
	line-height: 1em;
}
.ui-prolib li a p.p1{
	border-top:1px solid #eee;
	font-size: 16px;
	color: #000;
	margin-top: 16px;
	padding-top: 16px;
}
.ui-prolib li a p.p2{
	color: #6ac334;
	margin-top: 10px;
	height: 1em;
}



.products { background:#c7dac3; margin-top: 128px;}
.products_detail { width:1100px; margin:auto; position:relative; }
.section { overflow:hidden; width:100%;}



.product_main { position:absolute; left:0; top:80px; width:50%;z-index:9; overflow:hidden; min-height:672px;}
.p_title h1 { font-size:30px; line-height:1.5em;}
.p_title h2 { font-size:16px; padding:10px 0;}
.buy_btn { width:100px; line-height:33px; height:30px; text-align:center; border:#fff 1px solid; color:#fff; display:block;}
.buy_btn:hover {background:#FFF; }

.other_product { padding-bottom:50px;overflow:hidden;}
.other_product ul { width:1100px; margin:auto; overflow:hidden; text-align:center; padding-top:100px;}
.other_product ul h1 {}
.other_product ul h2 { margin-bottom:50px;}
.other_product ul li{display:inline-block;width:33.33%; overflow:hidden; padding: 0px 15px;}
.other_product ul li a{ background:#FFF; display:block;}
.other_product ul li a h3{ background:#000; height:60px; color:#FFF; line-height:60px; font-size:14px}
.other_product ul li a img {width: 100%;}
.other_product ul li a:hover h3 {background:#076aae;}

.product_pic {text-align:right; padding: 75px 0px;}
.pslider { width:550px;position:relative; overflow:hidden; display:inline-block;}
.pslider ul {}
.pslider ul li {}

.pslider ul li img{
	width: 100%;
}

/* 选项卡样式 */
.tab_main { width:500px; position:relative; overflow:hidden; background:none; margin-top:40px;}
.tab{overflow: hidden; text-align:left;overflow:hidden; }
.tab li{ width:140px; height:40px;line-height:40px;text-align:center; color:#FFF; background:#9a958e;font-size:16px;text-transform:uppercase; font-weight:normal; display: block;position:relative; margin-right:5px;float:left; cursor:pointer;}
.tab li a{
	color: #fff;
}
.tab li.active{background: #FFF;color:#666;}
.tab li.active a{
	color: #666;
}
.con{background:#FFF; position:relative; padding:30px 40px;overflow:hidden; margin-bottom:30px;}
.con_main { position:relative; overflow-y:auto; font-size:14px; line-height:24px; height:230px;}



.contact_addout { width:1100px; margin:0 auto;  background-color:#fff; padding:2% 0;overflow:hidden;}
.contact_addout .add_box { width:100%; margin: 50px 0px; text-align:center; overflow:hidden;}
.contact_addout .add_box li { margin:0 10px; display:inline-block;text-align:left; line-height:22px;}
.contact_addout .add_box li i{ display:block;width:50px; height:60px; float:left;}
.contact_addout .add_box li span{display:block;float:left;width:260px; }
.contact_addout .add_box li h1{ font-size:16px; text-transform:uppercase; padding:5px 0;line-height:22px;}
.contact_addout .add_box li h2{ font-size:14px;line-height:22px;}
.leftbg1, .leftbg2, .leftbg3 { display:block; margin-right:1em; background-image:url(../img/icon_address.png); background-repeat:no-repeat;}
.leftbg1 { background-position:center 10px;}
.leftbg2 { background-position:center -60px;}
.leftbg3 { background-position:center -150px;}
.seal_dq { text-align:center;  margin:50px 0px 30px 0px; background:url(../img/line1.png)  center repeat-x ;}
.seal_dq h1 {font-size:18px; background:#FFF; padding:0 20px; display:block; width:140px; margin:auto;}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4eaec;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #62a8ea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,168,234,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,168,234,.6)
}

.form-control.focus,.form-control:focus {
	border-color: #62a8ea;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-moz-placeholder {
	color: #a3afb7;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #a3afb7
}

.form-control::-webkit-input-placeholder {
	color: #a3afb7
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}
#prowap{
	display: none
}


.ui-honor div{
	text-align: center;
}
.ui-honor .owl-item div{
	padding: 0px 10px;
}
.ui-honor img{
	width: 100%;
	border: 10px solid #eee;
}
.ui-honor p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.ui-honorlib ul{
	margin: 0px -10px;
}
.ui-honorlib li{
	width: 25%;
	float: left;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.ui-honorlib li img{
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
}

.ui-type{

}

.ui-type  a{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	background: #e5e5e5;
	color: #2a2a2a;
	display: block;
	text-align: center;
	float: left;
	padding: 0px 25px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.ui-type  a.cur,.ui-type  a:hover{
	background: #076aae;
	color: #fff;
}

.ui-stype{
	display: none;
	margin-bottom: 10px;
}
.ui-stype.cur{
	display: block;
}
.ui-stype a{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	background: #f5f5f5;
	color: #2a2a2a;
	display: block;
	text-align: center;
	float: left;
	padding: 0px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ui-stype  a.cur,.ui-stype  a:hover{
	background: #f0b519;
	color: #fff;
}


.ui-honorview{
	position: fixed;
	z-index: 999;
	width: 350px;
	background-color: #fff;
	top: 20%;
	left: 50%;
	margin-left: -175px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	display: none;
}
.ui-honorview >a{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../img/close1.png) no-repeat center #ccc;
	background-size: 20px auto;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	transition: transform 300ms;
}
.ui-honorview >a:hover{
	transform: rotate(-90deg);
}
.ui-honorview >.ct{

}
.ui-honorview >.ct img{
	width: 100%;
}

/*!
 * media.css
 */
.ui-title3{
	margin: 30px 0px;
	font-size: 20px;
	line-height: 1em;
	color: #262626;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.ui-title3 span{
	color: #2a2a2a;
	font-size: 24px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold;
}


.ui-newslib{
	margin: 30px auto;
}
.ui-newslib li{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ui-newslib li .text{
	padding-top: 10px;
}
.ui-newslib li .hd{
	float: left;
	margin-right: 35px;
	background: #076aae;
	padding: 15px;

}
.ui-newslib li .hd p{
	margin-bottom: 2px;
	text-align: center;
	line-height: 1em;
	font-family: Arial;
	color: #fff;
}
.ui-newslib li .hd p.p1{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
}

.ui-newslib li .hd p.p2{
	font-size: 12px;
}

.ui-newslib li .ct p.p1{
	font-size:21px;
	height: 1em;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.ui-newslib li .ct a:hover p.p1{
	color: #076aae;
}
.ui-newslib li .ct p.p2{
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 20px;
	color: #999
}


/*手机屏幕*/
@media screen and (max-width: 767px) {
  .ht15{
    height: 5px;
  }
  .ht20{
    height: 10px;
  }
  .ht30{
    height: 15px;
  }
  .ht35{
    height: 15px;
  }
  .ht40{
    height: 20px;
  }
  .ht45{
    height: 20px;
  }
  .ht50{
    height: 10px;
  }
  .ht60{
    height: 30px;
  }
  .ht65{
    height: 30px;
  }
  .ht70{
    height: 35px;
  }
  .ht75{
    height: 35px;
  }
  .ht80{
    height: 40px;
  }
  .ht90{
    height: 45px;
  }
  .ht100{
    height: 20px;
  }
  .extra-width{
    width: 100%;
  }

  /*style.css*/
body{
    min-width: 0;
    min-height: 0;
	overflow-x: hidden;
  }
  .container{
    width: 100% !important;
    padding: 0 10px !important;
  }
  #prowap{
		display: block;
  }
	#propc{
		display: none
	}
  
  header{
    position: fixed;
    background-color: #fff;
    height: 90px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	top: 0px;
	  left: 0px;
  }
  header .container{
  	padding: 0 20px;
  }
  header .menu{
  	position: absolute;
  	top: 50px;
  	left: 0;
  	width: 100%;
  	padding-top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	background-color: #fff;
	display: none;
	overflow-y: auto;
  }
  header .menu ul{

  }
  header .menu ul li{
  	float: none;
  }
	
  header .menu .i > p.cur::after,header .menu .i:hover > p::after{
	  display: none;
  }
	
	
  header .mbtn{
  	display: block;
  }
  header .logo{
  }
  header .logo img{
  	height: 50px;
  }
  header .menu ul li{
  	border-top: 1px solid #ddd;
  }
  header .menu ul li:first-child{

  }
  header .menu ul li:before{
  	display: none;
  }
  header .menu ul li.nodv.ml10{
  	margin-left: 0;
  }
  header .menu ul li.nodv.ml20{
  	margin-left: 0;
  }
  header .menu .i{
  	padding: 0 10px;
	  position: relative;
  }
  header .menu .i >a{
  	display: block;
  	transition: transform 300ms;
  }
  header .menu .i.on >a{
  	transform: rotate(-45deg);
  }
  header .menu .i >p{
  	line-height: 50px;
  	text-align: center;
  	font-size: 14px;
  	color: #000;
  }
  header .menu .i >p a{
  	color: #000;
	  margin: 0px;

  }
	header .menu .i > p.cur a, header .menu .i > p a:hover{
		background: none;
		color: #000 !important;
	}
  header .menu .i >.ex,header .menu .i:hover >.ex{
  	position: relative;
  	top: 0 !important;
  	opacity: 1 !important;
  	left: 0;
  	right: 0;
  	margin-bottom: 10px;
  	display: none;
	padding: 0px;
  }
  header .menu .i > .ex .container{
	width: 100% !important;
  }
	header .menu li:nth-child(4) .i > .ex .container{
		width: 100% !important;
	}
	header .menu .i.on >.ex .container{
		padding: 0px !important;
		
		
	}
  header .menu .i >.ex a{
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	height: 40px;
	  line-height: 40px;
  }
	header .menu .i >.ex a:last-child{
		border: 0px;
	}
	header .menu .i >.ex a:hover{
		background: none;
		color: #333;
	}
  header .menu .c{
  	padding: 0 10px;
  	padding-bottom: 0;
  }
  header .menu .c >p{
  	line-height: 50px;
  	text-align: center;
  	font-size: 14px;
  }
  header .menu .c >p a{
  	color: #000;
  }

  header .menu .c >p a:before{
  	background-color: #000;
  }
  header .menu .c >p a:after{
  	background-image: url(../img/head-drop@d.png);
  	transition: transform 300ms;
  }
  header .menu .c.on >p a:after{
  	transform: rotate(180deg);
  }
  header .menu .c >.ex{
  	position: relative;
  	top: 0!important;
  	opacity: 1!important;
  	left: 0;
  	right: 0;
  	margin-bottom: 10px;
  	display: none;
  }
		.ui-title3{
		margin: 15px 0px 10px;
		font-size: 16px;
	}
	.ui-title3 span{
		font-size: 20px;
	}
	.ui-type{
		padding-bottom: 5px;
	}
	.ui-type a{
		font-size: 12px;
		padding: 0px 5px;
		margin-bottom: 5px;
	}
	.ui-title{
		margin: 20px 0px;
	}
	.ui-title p.p1{
		font-size: 18px;
		font-weight: 700;
	}
	.ui-title p.p1::after{
		bottom: -15px;
	}
	.ui-title p.p2{
		font-size: 14px;
		margin-top: 25px;
	}
	.ui-title p.p2::after,.ui-title p.p2::before{
		width: 35%;
	}
	
	.aboutbody .ui-tit{
		margin-top: 50px !important;
	}
	.div_file .div1{
		margin-top: 30px;
	}
	.box {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
}
	.ui-homebanner, .ui-banner,.products,.technology,.page_banner,.News-detail{
			margin-top: 90px;
	}
	.ui-homebanner .img{
	}
	.ui-homebanner .img img{
		width: 100%;
	}
	.ui-banner img{
		max-width: 100%;
		height: auto;
	}
	.ui-banner .container span{
	width: 100px;
	height: 32px;
	display: block;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	margin-top: -32px;
}
	.ui-paging{
			padding: 10px 0;
	}

	.ui-paging ul li{
			margin: 0 2px;
	}

	.ui-paging a{
			width: 28px;
			height: 28px;
			font-size: 12px;
			line-height: 28px;
	 }
	.ui-paging a.aw{
		width: 42px;
		background-size: 12px auto;
	  }

	.index-service{
		padding: 15px 0px;
	}

	.index-tit{
		margin: 20px 0px ;
	}
	.index-tit img{
		height: 40px;
	}
	.index-tit span{
		font-size: 18px;
		top: 10px;
		top: 10px;
	}
	.product_pic{
		padding: 20px 0px;
	}
	.index-prolib ul{
		margin: 0px -5px;
	}
	.index-prolib li{
		width: 50%;
		padding: 0px 5px;
	}
	.index-prolib .ct{
		font-size: 12px;
		font-weight: normal;
	}
	.index-prolib .ct p{
		white-space: nowrap;
		line-height: 1em;
		height: 1em;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ui-honorlib ul{
		margin: 0px -5px;
	}
	.ui-honorlib li{
		width: 50%;
		padding: 0px 5px;
	}

	.ui-newslib{
		width: 100%;
		margin: 10px auto;
	}
	.ui-newslib li{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.ui-newslib li .img{
		 float: none;
		width: 100%;
	}
	.ui-newslib li .hd{
		margin-right: 15px;
	}

	.ui-newslib li .ct p.p1{
		white-space: inherit;
		font-size: 14px;
		line-height: 1.5em;
		height: 3em;
	}
	.ui-newslib li .ct p.p2{
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.2em;
		height: 2.4em;
	}
	.ui-newshow{
		width: 100%;
		margin-top: 15px;
	}
	.ui-newshow h1{
		font-size: 15px;
	}
	.ui-newshow .hd2{
		margin: 5px 0px;
	}
	.ui-newshow .hd2 a{
		display: none;
	}
	.ui-newshow .intro{
		font-size: 12px;
		line-height: 1.5em;
	}
	
.ui-title2{
		padding-top: 30px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.ui-title2 p.p1{
		font-size: 22px;
	}
	.ui-title2 p.p2{
		margin-top: 10px;
	}
	.ui-title2 p.p2 span{
		font-size: 18px;
		padding: 0 10px;
	}
	.ui-title2 p.p3{
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.2em;
	}
		.ui-guestbook{
		background: #fff;
		margin-top: 20px;
		padding: 20px 5% 30px;
		width: auto !important;
	}
	.ui-contactinfo{
		margin-top: 20px;
	}

	.ui-contactinfo table,
	.ui-contactinfo tbody,
	.ui-contactinfo tr,
	.ui-contactinfo td{
		width: 100%;
		display: block;
	}
	.ui-contactinfo{
			background: #fff;
			margin-top: 20px;
	}
	.ui-contactinfo table{
		width: 100%;
	}


	.ui-contactinfo table tr td{
		width: 100%;

	}
		
.ui-contactinfo .text{ padding: 20px;}
.ui-contactinfo .text >.hd p{
	line-height: 1em;
	color: #000000;

}
.ui-contactinfo .text >.hd p.p1{
	font-size: 24px;
	text-transform:uppercase;
	font-family: "Arial";
	font-weight: bold;
}
.ui-contactinfo .text >.hd p.p2{
	font-size: 16px;
	margin-top: 10px;
	color: #2e2e2e;
}
.ui-contactinfo .text >.ct{
	margin-top: 10px;
}
.ui-contactinfo .text >.ct p{
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
	padding: 12px 0px 12px 50px;
	font-size: 14px;
	color: #7d7d7d;
}
.ui-contactinfo .text >.ct p span{
	display: block;
	color: #000;
}	
	

	
	.about_content, .page_content .page_content_main, .technology_other ul,  .product_list ul {
		width: 80% !important;
	}


	.ui-tit{
		margin: 20px 0px;
	}
	.ui-tit p.p1{
		font-size: 20px;
	}
	.ui-tit p.p2{
		font-size: 12px;
	}
	.ui-tit p.p3{
		font-size: 24px;
	}

	.index-pro{
		margin-top: 20px;
	}
	
	.ui-homepro ul{
		margin: 0px -5px;
	}
	.ui-homepro li{
		width: 50%;
		padding: 0px 5px;
		margin-bottom: 15px;
	}
	.ui-homepro li .text p.p1{
		font-size: 14px;
	}
	.ui-homepro li .text p.p2{
		font-size: 12px;
		height: 4.5em;
		overflow: hidden;
	}
	.ui-homeabout{

	}
	.ui-homeabout .container{
		background: none;
	}
	.ui-homeabout .img,.ui-homeabout .text{
		width: 100%;
		padding: 0px;
		float: none;
	}

	.ui-homeabout .text{
		background: #eee;
		padding: 15px;
	}
	.ui-homeabout .text .hd p.p2{
		font-size: 14px;
		margin-top: 10px;
	}
	.ui-homeabout .text .ct{
		margin-top: 10px;
		font-size: 12px;
	}
	.ui-homeabout .text a.more{
		margin-top: 10px;
	}
	.index-news{
		margin-top: 20px;
	}
	
	.ui-title4{
		margin: 20px 0px;
	}
	.ui-title4 p.p1{
		font-size: 20px;
	}
	.ui-title4 p.p2{
		font-size: 14px;
		margin-top: 5px;
	}
	.ui-page p{
		font-size: 12px;
		line-height: 1.8em;
	}
	.ui-honor .owl-item div{
		padding: 0px 5px;
	}
	.ui-honor img{
		width: 100%;
	}

	.ui-picnews{
		width: 100%;
		float: none;
		padding: 15px;
	}
	.ui-textnews{
		width: 100%;
		float: none;
		margin-top: 20px;
		padding: 25px 20px 20px 20px;
	}
	.ui-textnews li{
		margin-bottom: 20px;
	}
	.ui-textnews li .hd{
		margin-right: 15px;
	}

	.ui-textnews li .ct p.p1{
		white-space: inherit;
		font-size: 14px;
		line-height: 1.5em;
		height: 1.5em;
		text-overflow: ellipsis;
		overflow:hidden;
		white-space: nowrap;
	}
	.ui-textnews li .ct p.p2{
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.2em;
		height: 2.4em;
	}
	.ui-textnews li .ct p.p3{
		display: none
	}
	.ui-videocon{
		padding: 0px 10px;
	}
	.ui-video{
		width: 100%;
		height: 150px;
		margin: 30px 0px;
	}
	.ui-video .hd {width:80%!important;  padding-top: 20px;}
	.ui-video .hd h5{
		font-size: 14px;
		line-height: 1em;
	}
	.ui-video .hd a:hover{
		padding: 10px !important;
		margin-top: -10px;
	}
	.ui-video .hd p{
		line-height: 2em;
		font-size: 10px;
		padding: 10px;
	}
	.ui-video .hd h6{
		width: 50px;
		height: 50px;
		background-size: cover;
	}
	.ui-advantage{
		margin-top: 20px;
	}
	.ui-advantage li{
		width: 50%;
		margin-bottom: 20px;
		padding: 0px 5px;
	}
	.ui-advantage li .ct{
		border-width: 2px !important;
	}
	.ui-advantage li .ct img{
		width: 30px;
	}
	.ui-advantage li .hd {
		margin-top: 5px;
	}
	.ui-advantage li .hd p.p1{
		font-size: 14px;
	}
	.ui-advantage li .hd p.p2{
		font-size: 11px;
		margin-top: 5px;
		padding: 0 3px;
	}
	.ui-zmd ul{
		margin: 0px -5px;
	}
	.ui-zmd li{
		width: 50%;
		padding: 0px 5px;
		margin-bottom: 10px;
	}
	.jj{
		display: none;
	}
	.necessaryform{
		font-size: 12px;
		margin: 10px 0px;
	}
	.necessaryform li{
		width: auto;
		margin: 0px 0px 10px 0px;
		
	}
	.ui-feed .leavenote{
		font-size: 12px;
		width: auto;
		margin: 0px;
		text-align: center;
	}
	.ui-feed .leavenote ul li{
		display: inline-block;
		float: none;
	}
	
	.ui-feed .leavenote textarea{
		width: 15em;
	}
	.ui-feed .submit{
		margin: 20px 0px 0px;
		font-size: 14px;
	}

	.page_banner{
		height: 200px;
		padding-top: 30px;
	}
	.page_banner li h1{
		font-size: 20px;
	}
	.page_banner li h2{
		font-size: 20px;
	}
	.page_banner span{
		padding: 10px;
		font-size: 12px;
	}
	.page_banner li a{
		margin-top: 5px;
	}
	.aftersale-wrapper ul{
		padding: 0px !important;
	}
	.aftersale-wrapper ul li{
		border: 0px !important;
		width: 100%;
		padding-bottom: 15px !important;
		padding-top: 0px !important;
	}
	.aftersale-wrapper ul li .pic{
		width: 20%;
		margin-right: 5%;
		float: left;
	}
	.aftersale-wrapper ul li .text{
		width: 75%;
		float: left;
	}
	.aftersale-wrapper ul li .pic img{
		max-width: 100%;
	}
	.aftersale-wrapper ul li .pic-2, .aftersale-wrapper ul li .pic-4{
		margin-left: 0px;
	}
	.aftersale-wrapper ul li .pic-4{
		margin-top: 0px;
	}
	
	.aftersale-wrapper h3{
		font-size: 14px;
	}
	.aftersale-wrapper p{
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.2em;
	}
	.aftersale-install{
		height: 300px;
	}
	.aftersale-install .china-map .title{
		font-size: 16px;
	}
	.product_nav{
		width: 100%;
		position: relative;
		margin: 80px 0px 0px 0px;
	}
	.product_nav ul{
		margin: 0px -10px;
		width: auto !important;
		text-align: center;
		background-repeat: repeat;
	}
	.product_nav_title{
		width: 100%;
		margin: 0px;
		background-repeat: repeat;
	}
	.product_nav ul li{
		margin: 0px;
		padding: 0px 5px;
	}
	.product_nav ul li a{
		padding: 0px;
		display: inline-block;
		width: 25%;
	}
	.product_nav ul li a span{
		display: none;
	}
	.product_nav ul li a:hover h5, .product_nav ul li a.active h5{
		padding: 0px;
		background: #fff;
		color: #000
	}
	.product_nav ul li a h5{
		margin: 0px;
		font-size: 11px;
		line-height: 32px;
		padding: 0px;
	}
	.ui-prolib{
		margin: 20px 0px 0px 0px;
	}
	.ui-prolib .hd{
		font-size: 18px;
	}
	.ui-prolib .ct{
		margin-top: 15px;
	}
	.ui-prolib ul{
		margin: 0px -5px;
	}
	.ui-prolib li{
		margin-bottom: 10px;
		width: 50%;
		padding: 0px 5px;
	}
	.ui-prolib li .text{
		margin-top: 10px;
	}
	.ui-prolib li .text p.p1{
		font-size: 14px;
		height: 2em;
	}
	.ui-prolib li .text p.p2{
		font-size: 12px;
		line-height: 1.5em;
		padding: 0px 5px;
		height: 4.5em;
		overflow: hidden;
	}
	.products_detail{
		width: 100%;
		padding: 0px 10px;
	}
	.product_pic,.pslider{
		width: 100%;
	}
	.product_pic, .pslider img{
		max-width: 100% !important;
	}
	.pslider .owl-theme .owl-controls{
		position: absolute;
		bottom: 20px !important;
		width: 100%;
	}
	.product_main{
		position: relative;
		top: auto;
		width: 100%;
		margin-top: 5px;
		min-height: inherit;
	}
	.p_title{
		text-align: center;
	}
	.p_title h1{
		font-size: 24px;
		line-height: 1.5em;
	}
	.p_title h2{
		font-size: 14px;
		padding: 0px;
	}
	.tab_main{
		width: 100%;
		margin-top: 20px;
	}
	.tab li{
		width: 50%;
		margin: 0px;
	}
	.con{
		padding: 10px;
	}
	.other_product{
		padding-bottom: 20px;
	}
	.other_product ul{
		width: 100%;
		padding: 20px 10px 0px;
	}
	.other_product ul h1{
		font-size: 14px;
	}
	.other_product ul h2{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.other_product ul li a{
		padding: 10px 0px 0px;
	}
	.other_product ul li a img{
		max-width: 100%;
		height: auto;
	}
	.other_product ul li a h3{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding: 0px 10px;
	}
	.More-laboratory .laboratory-topbox .laboratory-section1 .content{
		width: 90%;
		margin-top: -60px;
		background: rgba(255,255,255,0.95);
	}
	.More-laboratory .content h2{
		font-size: 14px;
		padding: 10px 0px;
		font-weight: bold;
	}
	.More-laboratory .content p{
		font-size: 12px;
		padding: 0px 5px;
		margin-bottom: 10px;
		color: #333;
		line-height: 1.5em;
	}
	.More-laboratory .laboratory-nav{
		height: auto;
		border: 0px;
	}
	.More-laboratory .laboratory-nav ul li{
		float: left;
		width: 33.33%;
	}
	.More-laboratory .laboratory-nav ul li a::after{
		display: none;
	}
	.More-laboratory .laboratory-nav ul li a{
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		padding: 0px;
		display: block;
	}
	.More-laboratory .laboratory-nav ul li.current a{
		background: #ec6500;
		color: #fff;
		padding: 0px;
	}
	.section{
		width: 100%;
		padding: 0px 10px;
	}
	.More-laboratory .content{
		width: 100%;
	}
	.More-laboratory .title{
		padding: 64px 0px 20px 0px;
	}
	.More-laboratory .title h3{
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	.More-laboratory .pic{
		margin-bottom: 15px;
	}
	.News-detail{
		padding: 15px 0px;
	}
	.News-detail .news-left{
		width: 100%;
	}
	.News-lists .news-headline{
		padding: 5px;
	}
	.News-lists .news-headline div.wrapper > .left-img{
		width: 100%;
		height: auto;
		float: none;
	}
	.News-lists .news-headline div.wrapper .right-detail{
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 0px;
	}
	.News-lists .news-headline div.wrapper .right-detail > a{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.News-lists .news-headline div.wrapper .right-detail > p{
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.5em;
	}
	.News-lists .news-headline div.wrapper .right-detail .news-more{
		padding-top: 5px;
	}
	.News-lists .news-headline div.wrapper .right-detail .news-more em{
		font-size: 12px;
	}
	.News-lists .news-headline div.wrapper .right-detail .news-more a{
		font-size: 10px;
	}
	.News-lists .news-headline div.wrapper .right-detail .news-more a span{
		margin: 2px 0px 0px 3px;
	}
	.News-detail .news-right{
		width: 100%;
		float: none;
	}
	.News-detail .news-right img{
		width: 100%;
		height: auto;
	}
	.News-detail .detail-left{
		padding: 10px;
	}
	.News-detail .news-left .title h3{
		font-size: 16px;
		font-weight: bold;
	}
	.News-detail .news-left .title p{
		font-size: 12px;
	}
	.News-detail .news-left .article-content{
		padding-top: 10px;
		font-size: 12px;
	}
	.more-video{
		margin-top: 90px;
		height: 400px;
		font-size: 12px;
	}
	.more-video .container-wrapper{
		width: 80%;
		margin-left: 0px;
		left: 10%;
	}
	.more-video .container-wrapper img{
		width: 100%;
	}
	.global-advantage{
		padding: 0px;
	}
	.global-advantage .global-spotmau .title{
		
		padding: 10px 0px;
	}
	.global-advantage .global-spotmau .title p{
		font-size: 16px;
		font-weight: bold;
	}
	.global-advantage .global-spotmau ul{
		padding: 0px;
		text-align: center;
	}
	.global-advantage .global-spotmau ul li{
		width: auto;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0px 5px 5px;
		float: none;
		display: inline-block;
	}
	.global-advantage .global-spotmau ul li a{
		height: 30px;
		line-height: 30px;
	}
	.global-advantage .global-spotmau ul li::after{
		display: none;
	}
	.global-advantage .global-spotmau{
		padding-bottom: 20px;
	}
	.global-advantage .global-advantage-show .show-list{
		width: 100%;
		min-width: inherit;
		padding: 0px 10px;
	}

	.global-advantage .global-advantage-show .show-list li{
		width: 100% !important;
		margin: 0px 0px 10px 0px !important;
		padding:0px !important;
		height: auto !important;
	
	}
	.global-advantage .global-advantage-show .show-list li div .title{
		font-size: 14px;
		margin: 8px 0px;	
	}
	.global-advantage .global-advantage-show .show-list li div .text{
		font-size: 12px;
	}
	.global-support{
		padding: 15px;
		height: auto;
		font-size: 12px;
	}
	.global-support .support-box{
		width: 100%;
		height: auto;
		padding: 0px;
		position: inherit;
		margin:0px auto;
		top: auto;
		left: auto;
		padding-top: 10px;
	}
	.global-support .sp-title{
		margin: 0px 0px 10px 0px;
		font-size: 20px;
	}
	.global-support ul{
		display: block !important;
	}
	.global-support li{
		width: 50% !important;
		height: auto !important;
		padding: 4.375em 10px 5px !important;
		float: left;
		background-position: center 10px !important;
		border-top: 0px !important;
		border-bottom: 1px solid #5b769a !important;
	}
	.global-support p{
		margin-bottom: 5px;
	}
	.global-support .text{
		height: 6em;
		line-height: 1.2em;
	}
	.global-profit {
		padding-bottom: 20px;
	}
	.global-profit .title{
		font-size: 20px;
		margin: 20px 0px;
		font-weight: bold;
	}
	.global-profit .text{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.global-profit ul{
		width: 100%;
	}
	.global-profit li{
		width: auto;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		padding: 0px 5px;
	}
	.global-process{
		height: auto;
		padding: 15px 10px;
		
	}
	.global-process img{
		width: 100%;
		height: auto;
	}
	
	.contact_addout{
		width: 100%;
		
	}
	.contact_addout .add_box{
		margin-top: 15px;
		text-align: center
	}
	.contact_addout .add_box li{
		text-align: center;
	}
	.contact_addout .add_box li i{
		float: none;
		margin: 0 auto;
	}

	.contact_addout table{

		width: 100% !important;
		margin: 0px 0px 10px 0px !important;
	}
	footer{
		
	}
	footer .a{
		padding: 10px 0px;
		text-align: center;
	}
	.footbox{
		width: auto;
		padding: 0px 5px;
	}
	footer .a .footnav{
		width: auto;
		float: none;
		text-align: left;
	}
	footer .a .footnav li{
		width: auto;
		display: inline;
		float: none;
	}
	
	footer .a .footnav li a{
		display: inline-block;
		white-space: nowrap;
		font-size: 14px;
		padding: 0px 2px;
		line-height: 1.5em;
		margin: 0px;
		
	}

	.footqrode{
		width: 50%;
		text-align: center;
		margin-top: 15px;
		float: left;
		padding: 0px 10px 0px 0px;
	}
	.footqrode > div p{
		font-size: 11px;
	}
	.footqrode > div{
		display: inline-block;
		float: none;
	}
	.ftlogo{
		display: none;
		float: none;
		width: 100%;
		text-align: center;
		margin: 10px 0px 0px;
	}
	.ftlogo img{ width: 120px;}
	.fttel{
		width: 50%;
		text-align: right;
		float: right;
		margin-top: 20px;
		padding-right: 10px;
	}
	.fttel img{
		max-width: 100%;
		margin-bottom: 10px;
		width: 120px;
	}
	.ui-homepro li .text{
		margin-top: 5px;
	}
	footer .b{
		height: auto;
		padding: 5px 0px;
		line-height: 1.5em;
		font-size: 10px;
	}
	footer .b .l,footer .b .r{
		float: none;
		display: inline-block;
		font-size: 10px;
	}
}