/*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%;
}
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: #2b3088;
	text-decoration:none;
}
a:focus,
a:active {
	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;
}
.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;
}
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;
}
/** head & nav **/
#container{
	margin: 0 auto;
	max-width: 100%;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	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: #2b3088;
	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;					
}
/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu > ul > li.sub-pro > a{
	background-color: #282828;
	border-bottom: 1px solid #444;
	color: #FFFFFF;
}
.pushy-content .pushy-submenu > ul > li.sub-pro > dl > dt > a{
	background-color: #595959;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 35px;
}
/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
/*******************************
 * 我们的优势
 ******************************/
.ys-top{
	text-align: center;
	font-size: 20px;
	color: #2b3087;
	font-weight: bold;
	margin-top: 10px;
}
.ys-wrap{
	overflow: hidden;
	margin-top: 15px;
}
.ys-wrap a{
	display: block;
}
.ys-title{
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0;
}
.ys-brief{
	color: #666666;
	margin-top: 5px;
	line-height: 2;
}
/*******************************
 * new product
 ******************************/
.new-pro-top{
	text-align: center;
	color: #2b3087;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}
.item-half{
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	position: relative;
	height: 1px;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	padding: 8px 0;
}


/*******************************
 * 新闻资讯
 ******************************/
.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;
}

/*******************************
 * footer
 ******************************/
footer{
	background-color: #2A3088;
	margin-top: 20px;
	padding-top: 20px;
}
.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: #EEEEEE;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #DDDDDD;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
 	padding: 12px;
 	padding-left: 10px 15px;
 	-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: 15px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000000;
 }
 .copyright{
 	text-align: center;
 	margin-top: 20px;
 	color: #FFFFFF;
 	padding: 15px 0;
 }
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #2b3088;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.sigle-content{
	margin-top: 15px;
	line-height: 2;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 45%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 55%;
	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-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#0090CD;
	border-color:#0090CD;
	color:#FFF;
	font-weight:700;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}

.product-info-list{
	margin-top: 20px;
}
.product-info-list ul li{
	overflow: hidden;
}
.pro-info-pic{
	overflow: hidden;
}
.pro-info-title{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
}
.pro-info-brief{
	color: #666;
	line-height: 2;
}
.form-group{
	margin: 10px 0;
}
.form-group label{
	display: block;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
}
.form-group input{
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #555555;
	border: 1px solid #EEEEEE;
	box-shadow: inset 0 0 3px #eee;
	border-radius: 4px;
}
.form-group input:focus{
	border-color: #339A99;
	box-shadow: inset 0 0 3px #339A99;
}
.form-group textarea{
	display: block;
	width: 100%;
	border: 1px solid #EEEEEE;
	padding: 5px 10px;
	line-height: 1.45;
	font-size: 12px;
	box-shadow: inset 0 0 3px #eee;
	border-radius: 4px;
	min-height: 80px;
}
.form-group textarea:focus{
	border-color: #339A99;
	box-shadow: inset 0 0 3px #339A99;
}
.form-group2{
	margin-top: 15px;
}
.form-group2 input{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 2;
	background-color: #2b3088;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
table{
	max-width:100%!important;
}

.kefu_other img {
    max-width: 110px;
    height: auto;
    display: block;
    margin: 0px auto;
}


.mobile_scroll .item img{
	display:block;
	max-width:100%;
	height:auto;
	border:1px solid #ddd;
}
.mobile_scroll .item h3{
	display:block;
	margin-top:15px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
.mobile_scroll .owl-dots{
	margin-top:20px;
	overflow:hidden;
	text-align:center;
}
.mobile_scroll .owl-dot{
	width:10px;
	height:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:5px;
	margin-right:5px;
	background:#999;
	border-radius:100%;
}
.mobile_scroll .owl-dot.active{
	background:#2b3088;
}

.tab-content img{
	max-width:100%;
	height:auto;
}
