/** font set **/
@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');
}
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: #2AA9E0;
	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,
*:before,*:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,
*: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;
}
/** 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: 30px;
	margin-top: 5px;
}
#logo_r{
	float: left;
	margin-left: 15px;
}
#logo_r .shang{
	font-size: 13px;
	line-height: 20px;
	color: #ff0000;
}
#logo_r .xia{
	color: #0000ff;
	font-size: 14px;
	line-height: 20px;
}
.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: #2AA9E0;
	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;					
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
.myslider{
	margin-top: 50px;
	position: relative;
}
/*******************************
 * 首页各类产品
 ******************************/
.pro-top{
	text-align: center;
	color: #333333;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
.pro-top:after{
	width: 40px;
	height: 1px;
	background-color: #2AA9E0;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
}
.pro-wrap{
	overflow: hidden;
}
.pro-wrap img{
	border: 1px solid #ddd;
}
.pro-wrap a{
	display: block;
}
.pro-title{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.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;
}
.full-why-title{
	padding: 15px;
	color: #fff;
	text-transform: capitalize;
	background-color: #2AA9E0;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.full-news{
	padding: 20px 0;
	background-image: url(/web/pic/zone3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.index_lm{
	height: auto;
	overflow: hidden;
}
.index_lm li{
	width: 33.333333%;
	padding: 3px;
	height: auto;
	overflow: hidden;
	float: left;
}
.index_lm li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.index_lm li .pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 50px;
}
.index_lm li .xia{
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.index_lm li.lxx{
	width: 66.666666%;
}
.index_lm li.ge{
	width: 100%;
	height: 1px;
}
/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #2AA9E0;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 15px;
}
.new-pro-top.bai{
	color: #fff;
}
.new-pro-top img{
	max-width: 90%;
	display: block;
	margin: 0 auto;
	height: auto;
}
.new-pro-title2{
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #2AA9E0;
	margin-bottom: 10px;
	padding: 0 5px;
	color: #fff;
}
.item-half{
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.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;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	padding: 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-pro-box img{
	border: 1px solid #ddd;
}

.index_cplist_05{
	display: block;
	height: auto;
	overflow: hidden;
}
.index_cplist_05 li{
	height: auto;
	overflow: hidden;
	float: left;
	margin: 10px 0;
	padding: 0 5px;
}
.index_cplist_05 li a{
	display: block;
	background-color: #fff;
	padding: 10px;
}
.index_cplist_05 li img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_cplist_05 li h3{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: center;
}
.index_cplist_05 li#li1{
	width: 100%;
}
.index_cplist_05 li#li2,
.index_cplist_05 li#li3,
.index_cplist_05 li#li4{
	width: 33.333333%;
}
.index_cplist_05 li#li5,
.index_cplist_05 li#li6{
	width: 100%;
}

#index_ad{
	padding: 40px 0;
	background-image: url(../images/index_ad.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
#index_ad_txt{
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	position: relative;
	padding-top: 6px;
}
#index_ad_txt::before{
	content: '';
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: 0;
}

.whylist{
	height: auto;
	overflow: hidden;
}
.whylist li{
	height: auto;
	overflow: hidden;
	padding: 6px 0;
}
.whylist li .title{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
.whylist li .title span{
	display: inline-block;
	color: #fff;
	background-color: #2AA9E0;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 5px;
}
.whylist li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	line-height: 2;
	margin-top: 5px;
}

.owl-why{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.owl-why .zs-wrap{
	background-color: #fff;
}
.owl-why .pic{
	height: auto;
	overflow: hidden;
}
.owl-why .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: none;
}
.owl-why .title{
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-top: 1px solid #eee;
}
.link_01{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 1px;
	padding-top: 1px;
}
.link_01 li{
	width: 20%;
	padding: 3px;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px;
}
.link_01 li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(/web/pic/zone1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about-top{
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}
.about-pic{
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-brief{
	color: #fff;
	margin-top: 10px;
	line-height: 1.65;
	font-size: 14px;
	margin-bottom: 15px;
}
.about-more{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about-more a{
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #2AA9E0;
	background-color: #fff;
}
.about-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about-list ul li{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 20px;
	font-size: 12px;
}
.about-list ul li a{
	color: #fff;
}
/*******************************
 * 合作伙伴
 ******************************/
.owl-pic-part{
	padding: 1px;
}
.owl-pic-part img{
	border: 1px solid #CCCCCC;
	max-width: 100%;
	height: auto;
}

/*******************************
 * owl-css code
 ******************************/
.owl-inner{
	margin-top: 15px;
	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);
}
/*******************************
 * 视频中心
 ******************************/
 .full-why-box{
	 padding: 20px 0;
	 background-color: #FBFBFB;
 }
 .why-ttl{
	 height: auto;
	 overflow: hidden;
	 margin-bottom: 5px;
 }
 .why-ttl img{
	 max-width: 100%;
	 height: 40px;
 }
 .why-intro{
	 height: auto;
	 overflow: hidden;
	 font-size: 12px;
	 line-height: 2;
	 margin-bottom: 15px;
 }
 
.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;
}

.full-tcase{
	padding: 20px 0;
	background-color: #FBFBFB;
	margin-top: 15px;
}
.tca-ttl{
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.index_cplist_01{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.index_cplist_01 li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 5px;
}
.index_cplist_01 li a{
	display: block;
}
.index_cplist_01 li img{
	display: block;
	width: 100%;
	height: auto;
}
.index_cplist_01 li h3{
	text-align: center;
	line-height: 44px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}


/*******************************
 * 新闻资讯
 ******************************/
.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;
}
.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;
}

.full-fbk{
	padding: 15px 0;
	background-color: #fff;
}
.fbk-top{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
}
.fbk-fm{
	position: relative;
	margin-top: 15px;
}
.fbk-fm label{
	color:#fff;
}
.fbk-fm .form-group2 input{
	background:#f9f9f9!important;
	color:#da251c!important;
}
.fbk-gp{
	margin-bottom: 10px;
}
.fbk-gp input{
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: none;
	background-color: #FFFFFF;
}
.fbk-gp textarea{
	display: block;
	width: 100%;
	padding: 5px 10px;
	border: none;
	background-color: #FFFFFF;
}
.fbk-btm{
	text-align: center;
}
.fbk-btm input{
	display: inline-block;
	padding: 0 40px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	cursor: pointer;
}
.fbk-cnt{
	color: #333;
	font-size: 12px;
	line-height: 2;
	margin-top: 10px;
}
.fbiaodan{
	height: auto;
	overflow: hidden;
}
.fbiaodan p{
	display: block;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}
.fbiaodan input[type='text']{
	display: block;
	border: 0;
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	color: #333;
	font-size: 14px;
	border-radius: 5px;
	background-color: #fff;
	margin: 15px 0;
}
.fbiaodan textarea{
	display: block;
	width: 100%;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	height: 80px;
	background-color: #fff;
}
.fbiaodan input[type='submit']{
	display: block;
	width: 100%;
	border: 0;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #FF0000;
	border-radius: 5px;
}
.more_01{
	display: block;
	margin-top: 15px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #FF0000;
}

.holines{
	text-align: center;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}
/*******************************
 * footer
 ******************************/
footer{
	background-color: #3A3A3A;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 0px;
}
.wechat{
	height: auto;
	overflow: hidden;
}
.wechat img{
	max-width: 100%;
	height: auto;
}
.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: 15px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000000;
 }
 .copyright{
 	text-align: center;
 	color: #FFFFFF;
 	padding: 15px 10px;
	border-top: 1px solid #eee;
	margin-top: 15px;
 }
 .copyright a{
	color:#fff;
 }
.app-list{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.app-list ul li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 1%;
}
.app-list ul li a{
	display: block;
}
.app-list ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.app-list ul li span{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.yuanlist{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.yuanlist li{
	width: 25%;
	padding: 2px;
	height: auto;
	overflow: hidden;
	float: left;
}
.yuanlist li .pic{
	display: block;
	height: auto;
	overflow: hidden;
	padding: 2px;
}
.yuanlist li .pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 50px;
}
.yuanlist li h3{
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}
.yuan{
	height: auto;
	overflow: hidden;
	display: block;
	padding-left: 1px;
	padding-top: 1px;
}
.yuan li{
	width: 50%;
	border: 1px solid #ccc;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	padding: 5px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.yuan li a{
	display: block;
}
.yuan li .pic{
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.yuan li .pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 50px;
}
.yuan li h3{
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}
.yuan li p{
	text-align: center;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	
}

 /***********************/
.white-box{
	padding: 5px;
	background-color: #FFFFFF;
}
.sigle-title{
	text-align: left;
	font-size: 14px;
	color: #2AA9E0;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sigle-content{
	margin-top: 15px;
	line-height: 1.75;
	font-size: 14px;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sigle-content iframe{
	max-width: 100%;
	height: auto;
}
.sigle-content video{
	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-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;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}

/*******************************
 * 图片列表
 ******************************/
.photo-wrap{
	overflow: hidden;
	margin-top: 10px;
}
.photo-wrap a{
	display: block;
}
.photo-title{
	background-color: #F2F2F2;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.photo-name{
	text-align: center;
	border-bottom: 1px dashed #DDDDDD;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 8px;
}
.photo-cnt{
	overflow: hidden;
	margin-top: 15px;
}
.photo-cnt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/*******************************
 * 表单样式
 ******************************/
.form-wrap{
	padding: 0 5px;
}
.form-group{
	margin: 15px 0;
}
.form-group label{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.form-group input[type=text]{
	display: block;
	width: 100%;
	padding: 6px 10px;
	color: #555;
	line-height: 1.5;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 4px #EEEEEE;
	font-size: 12px;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 6px 10px;
	color: #555555;
	line-height: 1.5;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 4px #EEEEEE;
	height: 80px;
}
.form-group input[type=submit]{
	display: inline-block;
	border: none;
	color: #FFFFFF;
	background-color: #2AA9E0;
	cursor: pointer;
	padding: 6px 30px;
	font-size: 14px;
}


/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu dl dt a{
	background-color: #595959;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 35px;
}
/*---分页--*/
.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:#2AA9E0;
	border-color:#2AA9E0;
	color:#FFF;
	font-weight:700;
}

.ab-cate{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.ab-cate a{
	display: block;
	padding: 0 15px;
	background-color: #F0F0F0;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.ab-cate #on{
	background:#2AA9E0;
	color:#fff;
}
.ab-top{
	margin-top: 10px;
}
.form-group2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-group2 input{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 2;
	background-color: #2AA9E0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.sigle-content *:before,.sigle-content *:after,.foot-content *:before,.foot-content *:after,.about-brief *:before,.about-brief *:after{
	display:inline!important;
}
.foot-content a{
	padding:0!important;
}
.about-pic img,.about-brief img{
	max-width:100%;
	height:auto;
	display:block;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	font-size:0;
	text-indent:-9999em;
}

#lxxx table td img,.foot-content table td img{
	width:25px;
	height:auto;
}

.foo-fixbar{
	width:100%;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:999;
	background-color:#2AA9E0;
}
.foo-fixlist{
	max-width:480px;
	height:auto;
	margin:0 auto;
}
.foo-fixlist ul li{
	width:25%;
	float:left;
	text-align:center;
	color:#fff;
	padding:5px 0;
	border-right:1px solid #008fe1;
	border-left:1px solid #006199;
}
.foo-fixlist ul li:first-child{
	border-left:none;
}
.foo-fixlist ul li:last-child{
	border-right:none;
}
.foo-fixlist ul li a{
	display:block;
	color:#fff;
	font-size:14px;
}
.foo-fixlist ul li span{
	display:inline-block;
	padding-top:25px;
	background-repeat:no-repeat;
	background-position:50% 2px;
	background-size: 22px;
}
.foo-fixlist ul li.mail span{
	background-image:url(../images/mail.png);
}
.foo-fixlist ul li.tel span{
	background-image:url(../images/tel.png);
}
.foo-fixlist ul li.contact span{
	background-image:url(../images/contact.png);
}
.foo-fixlist ul li.product span{
	background-image:url(../images/product.png);
}