/** font set **/
@import url("//at.alicdn.com/t/c/font_2785572_ap5gsmaogrh.css");
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
body{ 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#333;
	-webkit-text-size-adjust:none;
	max-width: 480px;
	margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #780000;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
button:focus,
button:hover{
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.clear{
	width:100%;
	clear:both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
table { border-collapse: collapse; border-spacing: 0; }
form,input,textarea{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; list-style-image: none; }

.img-response{
	max-width: 100%;
	height: auto;
}
.img-center{
	display: block;
	margin: 0 auto;
}
/** head & nav **/
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #3e9bdf;
	width: 100%;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 40px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 0;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
.icon-bar{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	margin-top: 6px;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
}
.icon-bar.x{
	top: 3px;
}
.icon-bar.y{
	top: 9px;
}
.icon-bar.z{
	top: 15px;
}
.pushy-open-right .icon-bar{
	top: 9px !important;
}
.pushy-open-right .icon-bar.x{
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.y{
	width: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.z{
	-ms-transform: rotate(-45deg); 
   	-webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;					
}

.bar-flag{
	height: 22px;
	line-height: 22px;
	font-size: 0;
	overflow: hidden;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.bar-flag a{
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
/*******************************
 * 首页各类产品
 ******************************/
.pro-top{
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pro-top:after{
	width: 50px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.pro-top_small{
	text-align: center;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.pro-wrap2{
	overflow: hidden;
}
.pro-wrap2 img{
	border: 1px solid #ddd;
	height: 160px;
	width: 100%;
}
.pro-wrap2 a{
	display: block;
}
.pro-wrap3{
	overflow: hidden;
}
.pro-wrap3 img{
	border: 1px solid #ddd;
	height: 160px;
	width: 100%;
}
.pro-wrap3 a{
	display: block;
}
.pro-wrap{
	overflow: hidden;
}
.pro-wrap img{
	border: 1px solid #ddd;
	height: auto;
	width: 100%;
}
.pro-wrap a{
	display: block;
}
.pro-title{
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-brief{
	color: #999999;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 6px;
}
.pro-more{
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
}
.pro-more a{
	display: inline-block;
	padding: 0 20px;
	color: #1359CB;
	border: 1px solid #1359CB;
	height: 30px;
	line-height: 28px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}
.item-half2{
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item-half3{
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
}
.item-half{
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item-row{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	float: left;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}
.new-pro-title2{
	text-align: center;
	padding: 10px 0;
	background-color: #f8f8f8;
	border:1px solid #ccc;
	font-size:14px;
}
.new-pro-title3{
	text-align: left;
	padding: 10px;
	border:1px solid #dedede;
	font-size:14px;
}
.new-pro-title3t{
font-size:18px;
line-height:40px;
}
.new-pro-title3c{
font-size:14px;
line-height:22px;
color:#666;
}
.new-pro-box img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 1px solid #DDDDDD;
}

.full-pproo{
	padding: 0 0 20px 0;
	background-color: #fff;
}
.full-yroo{
    margin-top:20px;
	padding: 0 0 20px 0;
	background-color: #fff;
}
.product-more{
	text-align: center;
	font-size: 14px;
	margin-top:20px;
}
.product-more a{
	display: inline-block;
	color: #fff;
	background-color: #3e9bdf;
	line-height: 40px;
	padding: 0 40px;
	border-radius:20px;
}
.product-more2{
	text-align: center;
	font-size: 14px;
	margin-bottom:30px;
}
.product-more2 a{
	display: inline-block;
	color: #fff;
	background-color: #17325c;
	line-height: 40px;
	padding: 0 40px;
	border-radius:20px;
}
/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding: 30px 5px 0 5px;
	background:#fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about-top{
	text-align: center;
	font-size: 20px;
	color: #333;
	position: relative;
	text-transform: uppercase;
}
.about-pic{
	margin-top: 10px;
	margin-bottom: 15px;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-brief{
	color: #333;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.75;
	font-size: 14px;
	padding:20px 0 20px 0;
}
.about-brief img{
width:100%;
height:auto;
margin-top:10px;
border-radius:10px;
}
.about-brief font{
	display: inline-block;
}
.about-more{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about-more a{
	display: inline-block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #0162b8;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	color: #0162b8;
}
.yyss{
	text-align: center;
	color: #00A0E9;
	font-size: 24px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 5px;
}
.yyss:after{
	width: 40px;
	height: 1px;
	background-color: #00A0E9;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.yyss-list{
	margin-top: 20px;
	padding: 10px 0;
	background-color: #fff;
}
.yyss-list ul li{
	width: 47.333333%;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	float: left;margin-right:10px;
}

.why-pic{
	overflow: hidden;
	height: auto;
}
.why-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.why-title{
	text-align: center;
	color: #555;
	font-size: 12px;
	margin-top: 10px;
}
.why-intro{
	margin-top: 10px;
	color: #666666;
	margin-bottom: 15px;
	text-align: center;
}
.why-intro ul{}
.why-intro ul li{text-align:left;padding-left:40px;line-height:45px;font-size:15px;}
.news-img{
	height: 90px;
	overflow: hidden;
}
.news-img img{
	object-fit: cover;
	height: 90px;
	width: 100%;
}
/*******************************
 * 合作伙伴
 ******************************/
.owl-pic-part{
	padding: 1px;
}
.owl-pic-part img{
	border: 1px solid #CCCCCC;
	max-width: 100%;
	height: auto;
}

.wap-newstop{
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}
.wzlist{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.wzlist ul li{
	height: 34px;
	line-height: 33px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dotted #DDDDDD;
}
.wzlist ul li span{
	display: inline-block;
	float: right;
	padding-left: 10px;
}
.wzlist ul li a{
	padding-left: 18px;
	background: url(../images/an1.gif) no-repeat left center;
	display: block;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*******************************
 * owl-css code
 ******************************/
.owl-inner{
	margin-top: 5px;
	margin-bottom: 10px;
}
.owl-pic-box{
	overflow: hidden;
	padding: 2px;
}
.owl-theme .owl-controls .owl-nav div{
	width: 34px;
	height: 34px;
	margin: 0 10px;
	border-radius: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	padding: 0;
	text-align: center;
	line-height: 34px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent !important;
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
}
.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
}
.owl-carousel .owl-item img{
	border: 1px solid #DDDDDD;
	width: auto;
	height: 130px;
}
/*******************************
 * 视频中心
 ******************************/
.vd-wap{
	margin-top: 5px;
}
.vd-wap a{
	display: block;
}
.vd-title{
	color: #000000;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}
.vd-brief{
	margin-top: 6px;
	color: #666;
}

/*******************************
 * 新闻资讯
 ******************************/
 .news-list_p{}
 .news-list_p ul{}
 .news-list_p ul li{width:47%;text-align:center;float:left;margin-right:18px;border:1px solid #cccccc;margin-bottom:20px;}
  .news-list_p ul li img{width:100%;}
.news-list{
	overflow: hidden;
	margin-top: 15px;
}
.news-list ul li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.news-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.news-list ul li a i{
	padding-right: 5px;
	color: #2b3087;
}

.news-box{
	background-color: #fff;
	margin-top: 10px;
	border: 1px solid #DDDDDD;
}
.news-nam{
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.nwinfos{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 0 10px;
	color: #999999;
}

/*******************************
 * footer
 ******************************/
footer{
	margin-top: 15px;
	padding-top: 0;
}
.footer-fiex{ width:100%; background-color:#0c4275; height:40px; position: fixed; left:0; right:0; bottom:0; z-index:9999;}
.container2{ width:100%; max-width:480px; margin:0 auto;}
.container2 ul li{ width:33.333333%; float:left; color:#fff; font-size:12px; line-height:40px; border-right:1px solid #fff; text-align:center;}
.container2 ul li:last-child{border-right:none;}
.container2 ul li a{ color:#fff; padding-left:32px; background-repeat:no-repeat; background-position:0 50%; display: inline-block;}
.container2 ul li.tel a{background-image:url(../images/tel.png);}
.container2 ul li.phone a{background-image:url(../images/phone.png);}
.container2 ul li.wx a{background-image:url(../images/wx.png);}

.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 45px;
}
.foot-lx{
	height: auto;
	overflow: hidden;
}
.foot-lx dl{
	height: auto;
	overflow: hidden;
	background-size: 30px !important;
	margin-top: 10px;
}
.foot-lx dl dt{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.foot-lx dl dd{
	color: #fff;
	height: auto;
	overflow: hidden;
	line-height: 25px;
}
.foot-lx dl dd a{
	color: #fff;
}

#dbfacebook{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
#dbfacebook li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 6px;
}

.accordion {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 12px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #127cd5;
}
.accordion li.open i {
	color: #127cd5;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #EEEEEE;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a:hover {
 	color: #333;
 }
 
 .foot-content{
 	padding: 10px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000;
 }
 .copyright{
	text-align: center;
	color: #fff;
	font-size: 12px;height:45px;line-height:45px;
 }
 .cp-bgc{
	
	background-color: #3e9bdf;height:90px;line-height:45px;
}
 .full-adds{
 	height: auto;
 	overflow: hidden;
 	margin-top: 5px;
 	margin-bottom: 10px;
 }
 .full-adds img{
 	display: block;
 	max-width: 100%;
 	height: auto;
 	margin: 0 auto;
 }
 
 .news-top{
 	text-align: center;
 	color: #333;
 	font-size: 20px;
 	text-transform: capitalize;
 	margin: 20px 0 20px 0;
 }
 
.news-list-index{
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.news-list-index ul li{
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #DDDDDD;
	background-image: url(../images/at1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

.product-top{
	color: #000000;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.lbtop{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.lbtop:after{
	width: 40px;
	height: 2px;
	background-color: #666;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -1px;
}
.full-cate{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #E7F8FF;
}
.lblist{
	position: relative;
	height: auto;
	overflow: hidden;
}
.lblist ul li{
	width: 44%;
	margin: 3%;
	float: left;
}
.lblist ul li a{
	display: block;
}
.lblist ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.lblist ul li span{
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 
 /***********************/
.white-box{
	padding: 5px;
	background-color: #FFFFFF;
}
.sigle-title{
	text-align: left;
	font-size: 14px;
	color: #3e9bdf;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	text-transform: uppercase;
}
.sigle-content{
	margin-top: 15px;
	line-height: 1.75;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sigle-content font{
	display: inline-block;
}
.sigle-content a{
	display: inline-block;
}
.tmdakde{
	color: #000000;
	font-size: 12px;
	margin-top: 15px;
	line-height: 24px;
}
.dantu{
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 35%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 65%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.news-pictitle{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news-picinfo{
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
}

.pages-nums{
	text-align: center;
	margin-top: 20px;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
.vide-content embed{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 260px;
}

.zxzxdb{height:46px;padding-left:10px;background:#3e9bdf;border-top:1px solid #fff;position:fixed;bottom:0;width:100%;left:0;right:0;text-align:center;}
.zxzxdb ul{padding:12px 5px 0 5px;line-height:20px;color:#ffffff;display:inline-block; *display:inline;zoom:1; margin:0 auto;}
.zxzxdb ul li{text-align:left;font-size:12px;float:left;line-height:20px;margin-right:3px;}
.zxzxdb ul li a{color:#ffffff;font-size:12px;}
.zxzxdb ul li a:hover{color:#ff0000;}

.innerbanner{
	width: 100%;
}
.innerbanner img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.MagicZoomPup {
	background:url(../images/inc/zoom.png) repeat;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}

/* tsShopContainer */
#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
#tsShopContainer{width:300px;margin:0 auto;position:relative;}
#tsShopContainer #tsImgS{text-align:center;width:100%;position:relative;}
#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0 auto;}
#tsShopContainer #tsImgS img{border:0px;}
#tsShopContainer #tsPicContainer{width:100%;height:70px;position:relative;}
#tsShopContainer #tsPicContainer #tsImgSArrL{width:17px;height:100%;background:url(../images/inc/picshopArr.gif) no-repeat left center;position:absolute;top:0px;left:8px;cursor:pointer;}
#tsShopContainer #tsPicContainer #tsImgSArrR{width:17px;height:100%;background:url(../images/inc/picshopArr.gif) no-repeat right center;position:absolute;top:0px;right:8px;cursor:pointer;}
#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:10px;left:38px;width:1px;height:70px;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon li{width:57px;float:left;cursor:pointer;}
#tsShopContainer #tsPicContainer #tsImgSCon li img{padding:3px;margin:1px;border:1px solid  #17325c;display:block;width:42px;height:42px;}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:2px solid #17325c;margin:0px;}
.form-group{}
.form-group label{width:100%;font-size:14px;line-height:35px;display:block;}
.groupput{width:100%;line-height:30px;text-indent:10px;}
.groupput2{width:100%;height:60px;line-height:25px;text-indent:10px;padding-top:10px;}
.groupputanniu{width:100%;height:35px;line-height:35px;background:#3e9bdf;color:#ffffff;font-size:15px;border:0;}
.page-number {margin:0 0 0 0;color:#7C7C7C;text-align:center;background:#F1F2F4;margin-top:5px;padding:10px;border-radius:5px;}
.page-number a {color:#7C7C7C;height:50px;border:1px solid #cccccc;padding:5px 10px 5px 10px;border-radius:5px;font-size:14px;margin-right:5px;}
.table_style{color:#7C7C7C;}
.font_style{color:#7C7C7C;}
.table_pro{width:100%;height:30px;text-align:center;color:#7C7C7C;font-size:13px;}
.table_pro a{color:#7C7C7C;}
.m_partner{
margin-top:10px;
height:150px;
padding:0 10px 0 10px;
cursor:pointer;
}
.m_partner dl{
}
.m_partner dl dt{
}
.m_partner dl dd{
text-align:center;
font-size:14px;
line-height:30px;
}

.m_cases{
margin-top:10px;
padding:0 10px 0 10px;
cursor:pointer;
margin-bottom:10px;
}
.m_cases dl{
}
.m_cases dl dt{
}
.m_cases dl dd{
text-align:center;
font-size:14px;
line-height:30px;
}

.m_service{
margin-top:10px;
padding:0 10px 0 10px;
cursor:pointer;
}
.m_service dl{
box-shadow:0 0  10px 2px #dedede;background:#ffffff;
margin-bottom:20px;
padding:20px;
}
.m_service dl dt{
width:21.6%;
float:left;
margin-top:1%;
}
.m_service dl dt img{
width:100%;
height:100%;
}
.m_service dl dd{
width:75%;
float:right;
}
.m_service dl dd h3{
font-size:16px;
font-weight:bold;
line-height:35px;
}
.m_service dl dd h4{
font-size:14px;
color:#666;
}
.photo-title{
text-align:center;
line-height:45px;
}
.tubiao{
	}


.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 65px;
	color:#004dc3;
}
.boshiwei2 dl:hover .tubiao i::after{color:#ff6803;}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #004dc3;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\ea1e";
}
.tubiao.aa-2 i::after{
	content: "\ea25";
}
.tubiao.aa-3 i::after{
	content: "\e8a8";
}
.tubiao.aa-4 i::after{
	content: "\e7e6";
}
.tubiao.aa-5 i::after{
	content: "\e7e6";
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.scroll .owl-dots .owl-dot{
	width:12px;
	height:12px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
}
.scroll .owl-dots .owl-dot.active{

	}
.m_service_news{
margin-top:10px;
padding:0;
cursor:pointer;
}
.m_service_news dl{
margin-bottom:5px;
padding:10px;
}
.m_service_news dl dt{
width:31.6%;
float:left;
margin-top:1%;
border-radius:20px;
}
.m_service_news dl dt img{
width:100%;
height:80px;
}
.m_service_news dl dd{
width:65%;
float:right;
}
.m_service_news dl dd h3{
font-size:16px;
font-weight:normal;
line-height:36px;
}
.m_service_news dl dd h3 a{
color:#000;
}
.m_service_news dl dd h3 a:hover{
color:#ff0000;
}
.m_service_news dl dd h4{
font-size:14px;
line-height:22px;
color:#ccc;
}
.m_service_news dl dd h5{
font-size:14px;
line-height:29px;
color:#ccc;
}

.tubiao2{
	}


.tubiao2 i{
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 60px;
	color:#cb0303;
}
.quanqi112 dl:hover .tubiao2 i::after{color:#4cb034;}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size: 38px;
	color: #cb0303;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\ea21";
}
.tubiao2.aa-2 i::after{
	content: "\ea22";
}
.tubiao2.aa-3 i::after{
	content: "\ea1d";
}
.tubiao2.aa-4 i::after{
	content: "\e6ec";
}
/*******************************
 * 产品详情页
 ******************************
 
 
 
 