@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;}
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#container{
	width:100%;
	height:auto;
	background:#f6f6f6;}
.warper {
	width: 100%;
	max-width: 1170px;
	margin:0 auto;
	position:relative;}
.warp{
	width: 100%;
	max-width: 1170px;
	margin:0 auto;
	position: relative;}
#header{
	width:100%;
	height:140px;
	position: relative;
	background:url(../images/bg_header.jpg) left top repeat-x;}
.top_left{
	width:380px;
	float:left;}
.top_mail{
	width:160px;
	float:left;
	line-height:40px;
	padding-left:30px;
	background: url(../images/top_mail.png) left center no-repeat;}
.top_tel{
	width:150px;
	float:left;
	line-height:40px;
	padding-left:27px;
	background: url(../images/top_tel.png) left center no-repeat;}
.top_tel a{
	color:#666;}
.top_mail a:hover{
	color:#00a0e9}
.lang{ width:80px;
	height:32px;
	line-height:32px;
	overflow:hidden;
	padding-left:42px;
	float:right;
	margin-top:5px;
	background:url(../images/bg_lang.png) 2px center no-repeat;}
.top_right{
	width:230px;
	float:right;
	padding-top:12px;}
.top_right li{
	width:16%;
	float:left;
	font-size:12px;
	padding-left:9%;}
.top_right a{
	color:#fff;}
.top_right a:hover{
	color:#f9d740;}
.top_right li.cn{
	background:url(../images/cn_flag.jpg) left center no-repeat;}
.top_right li.en{
	background:url(../images/en_flag.jpg) left center no-repeat;}
.top_right li.es{
	background:url(../images/es_flag.jpg) left center no-repeat;}
.top_right li.ru{
	background:url(../images/ru_flag.jpg) left center no-repeat;}
.top_social{
	width: 200px;
	padding:4px 0 3px 5px;
	height:30px;
	float:left;}
.top_social li{
	float:left;
	width:25%;
	display: table-cell;
	text-align:center;}
.top_social img{
	width:60%;
	vertical-align:middle;} 
.top_social a{
	display:block;
	width:30px;
	height:30px;
	font-size:100%;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	background:url(../images/sns.png) no-repeat;}
.top_social a.s1{background-position:4px 7px;background-color:#285ba6; }
.top_social a.s2{background-position:-20px 7px; background-color:#00acf0;}
.top_social a.s3{background-position:-45px 7px;background-color:#d6261d; }
.top_social a.s4{background-position:-70px 7px; background-color:#0077b7;}
/*.top_social a:hover.s1{
	background-position:0 -27px;}
.top_social a:hover.s2{
	background-position:-24px -27px;}
.top_social a:hover.s3{
	background-position:-49px -27px;}
.top_social a:hover.s4{
	background-position:-72px -27px;} */
.app-bar {
	display: block;
    position: initial;
	height: 90px;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: none;
	transition: none;}
.app-bar.open {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);}
.app-bar .logo {
	width:256px;
	float:left;
	text-align:center;
	z-index:1000;
	position: absolute;
	top: 26px;}
.app-bar .logo img{
	width:auto;}
.block{display:block;}
.block1{display:none;}	
.app-bar-actions {
	width:440px;
	float: right;
	padding-top:24px;}
.app-bar:after {
	content: ' ';
	display:block;
    height: 0;
    overflow: hidden;
	clear: both;}
button.menu {display: none;}
.bottom-bar {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: auto;
    height: auto;
	 -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	position: initial;
	float: left;
	background-color: rgba(0,0,0,0.6);}
.navdrawer-container {
	position:relative;
	width: 78%;
    height: 50px;
    line-height:50px;
	float:left;
	z-index:700;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: none;
     transition: none;
	  pointer-events: auto;}
.navdrawer-container li {
	font-size:17px;
	border: none;
	float:left;
	position:relative;}
.navdrawer-container li a{
	display:inline-block;
	height:50px;
	color:#FFF;
	width:auto;
	text-transform:uppercase;
	/*word-break:keep-all; */          /* 不换行 */
	/*white-space:nowrap; */
	padding:0 18px;}	
.navdrawer-container li a.cur{
	color:#fff;
	background: #27bbff;}
.navdrawer-container li a:hover{
	color:#fff;
	background: #27bbff;}	
.navdrawer-container li ul{
	width:210px;
	position: absolute;
	left:0;
	top:100x;
	visibility: hidden;
	background:rgba(255,255,255,0.9) none repeat scroll !important;
	background:#fff; filter:Alpha(opacity=90);}
/*.navdrawer-container li ul.w800{
	width:1100px;
	left:-600px;
	padding-top:15px;
	padding-bottom:15px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e2e3e7));
	background:-moz-linear-gradient(top, #ffffff,#e2e3e7);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e2e3e7,grandientType=1);}
.navdrawer-container dl{
	width:264px;
	float:left;
	padding-left:10px;
	border-right:1px solid #ddd;}
.navdrawer-container dt{
	font-size:16px;
	text-align:left;}
.navdrawer-container dt a{
	width:90%;
	margin:0;
	padding:0;
	color:#222;
	display:block;
	padding-left:5%;
	line-height:36px;
	height:36px;}
.navdrawer-container dt a:hover{
	color:#fff;
	background:#da042a;}
.navdrawer-container dd{
	width:90%;
	margin:0;
	height:30px;
	line-height:30px;
	padding:0;
	color:#666;
	text-indent:15px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
	text-align:left! important;
	font-size:13px;
	background:none;}
.navdrawer-container dd a:hover{
	margin:0;
	color:#de0124;
	background:none;}*/
.navdrawer-container li ul li{	
	float: none;
	height:auto;
	display: inline;
	font-size:14px;}
.navdrawer-container li ul li a{	
	width: 90%;
	height:auto;
	padding:10px 5% 10px 5%;
	color:#333;
	margin:0;
	overflow:hidden;
	display:block;
	text-transform:none;
	line-height:15px;
	border:none;
	border-bottom:1px solid #fff;}
.navdrawer-container li ul li a:hover{ 
	color:#fff;
	border:none;
	background:#27bbff;
	border-bottom:1px solid #fff;}
.navdrawer-container li ul.menu {}
.navdrawer-container li ul.menu li{
  position: relative;
  float:left;
  width:100%;
}
.navdrawer-container li ul.menu li:hover .menu2{
  display: block;
}
.navdrawer-container li ul.menu dl{
  position: absolute;
  left: 100%;
  top: 0;
  width:210px;
  background: #f5f5f5;
  display: none;
}
.navdrawer-container li ul.menu dt{
  display: block;
  font-size:14px;
}
.navdrawer-container li ul.menu dt a{
}
.navdrawer-container li ul.menu li:hover dl{
  display: block;
}
.navdrawer-bg, .navdrawer-bg.open {
	opacity: 0;
	pointer-events: none;}
.search{width:21%;float: right;height: 32px;overflow: hidden;padding:10px 0 0 0}	
.search_form{width: auto;height: 30px;margin: 0;padding:0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background:#fff;}
.search_input { float: left;width: 82%;height:30px;color:#666;border-right:0;line-height:30px;text-indent:5px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;}	
.search_btn {
	float: right;
	width: 17%;
	height: 30px;
	cursor: pointer;
	border: medium none;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
	background:url(../images/search.png) center center no-repeat;}
/*轮播图 开始*/
#slides {display:none;position:relative;}
.slidesjs-container{}
.slidesjs-navigation{float:right;margin-top:10px;padding-right:5px; display:none;}
.slidesjs-navigation a{font:bold 20px/normal simsun;text-decoration:none;color:#333;}
.slidesjs-previous{}
.slidesjs-next{}
.slidesjs-navigation a:hover{color:#C00}
.slidesjs-pagination{ 
	position:absolute; 
	right:30px;
	bottom:30px; 
	z-index:100;}
.slidesjs-pagination li{float:left;padding:0 3px;}
.slidesjs-pagination li a{display:block;width: 13px;height:0;padding-top:13px;background:url(../images/pagination.png) 0 0;overflow:hidden;}
.slidesjs-pagination li a.active,.slidesjs-pagination li a:hover.active {background-position: 0 -13px}
.slidesjs-pagination li a:hover {background-position: 0 -26px}
/*轮播图 结束*/

/*模块 开始*/
.module_title01{
	font-size:30px;
	color:#333;
	line-height:40px;
	text-align:center;
	text-transform: uppercase;
	padding:40px 0 25px;}
.module_title03{
	font-size:18px;
	color:#111;
	line-height:50px;
	text-align:center;}
.index_pro{}
.index_pro li{
	width:27.3333%;
	float:left;
	margin:10px 3%;}
.index_pro_pic{width:100%;}
.index_pro_pic img{width:auto;}
.index_pro_pic .img2{display:none;}
.index_pro_pic:hover .img1{display: none;}
.index_pro_pic:hover .img2{display: block;}
.index_pro span{display:block;padding:10px 0;text-align:center;}
/*.index_pro span a{color:#fff;}*/

.module_con{
	color:#666;
	padding:0 0 25px;
	background:#fff url(../images/bg_moudle.jpg) left bottom repeat-x;}
.module_title02{	
	font-size:40px;
	color:#fff;
	line-height:40px;
	text-align:center;
	text-transform: uppercase;
	padding:50px 0 20px;
	margin-bottom:20px;}
.module_span{
	font-size:16px;
	padding-right:15px;}
/*产品列表 开始*/
.pro_box{
	text-align:center;
	background:#fff;
	margin:50px 0;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;}
.pro_box li{
	width:33.333333333%;
float:left;
	display:inline;
	overflow:hidden;
	box-sizing: border-box;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;}
.pro_box p{
	color:#666;
	height:44px;
	overflow:hidden;
	padding: 0 15px 15px;
    line-height: 22px;}
.border{border:1px solid #e1e1e1;}
.border span{
	display:block;}
.txt {margin-top:1px;}
.pro_title{
	font-size:14px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height:40px;
	text-align:center;}
.pro_title01{
	font-size:14px;
	height:44px;
	display:block;
	overflow:hidden;
	line-height:20px;
	padding-bottom:10px;
	text-align:center;}
.pro_more{
	color:#3b4043;
	padding:5px 0 25px;
	text-align:center;
	font-size:18px;}
.pro_more a{
	width:76%;
	color:#ffffff;
	height:34px;
	font-size:14px;
	display:inline-block;
	line-height:34px;
	background:#d80000;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.pro_more a:hover{
	background:#ff0000;}

/*产品列表 结束*/
.middle{
	width:100%;
	background: url(../images/bg_main.jpg) no-repeat center center;
    background-size: cover;}
.middle_left{
	width:40%;
	float:left;
	padding:60px 30px;
	line-height:30px;
	background:rgba(0,69,137,0.6);}
.middle_right_span{
	color:#d80000;}
.middle_left h2{
	font-size:30px;
	color:#fff;
	text-transform: uppercase;
	line-height:30px;
	padding-bottom:15px;}
.middle_left p{
	color:#e5f2ff;
	line-height:34px;
	padding-bottom:10px;}
.lkx_more{
	width:100%;
	padding:1% 0 0;}
.lkx_more img{
	width:auto;
	padding:0;}
.lkx_more a{
	color:#fff;
	text-align:center;
	display:inline-block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.lkx_more a.s{
	width:140px;
	height:40px;
	line-height:40px;
	background:#004589;}
.lkx_more a.b{
	width:120px;
	height:36px;
	line-height:36px;
	background:#004589;}
.lkx_more a:hover.s{
	color:#FFF;
	background:#0f58a9;}
.lkx_more a:hover.b{
	color:#FFF;
	background:#0f58a9;}

.lx_news{padding-bottom:40px;}
/*首页新闻模块 开始*/
.lx_news{background:#fff;}
.lx_news li{
	width:47%;
	float:left;
	display:inline;
	margin-bottom:30px;
	border:1px solid #fff;
	background: url(../images/linews.jpg) no-repeat left center;
	background-size: 30px;}
/*.lx_news li:nth-child(2n){
	width:47%;
	float:right;
	display:inline;
	border:1px solid #fff;}
.lx_news li:hover{
	background:#f6f6f6;
	border:1px solid #e1e1e1;}*/
.lx_news_left{
	width:30%;
	float:left;
	line-height:22px;
	text-align:center;
	position:relative;}
.lx_news_time{
	width:70px;
	height:100%;
	position:absolute;
	left:0;}
.lx_news_left .number{
	color:#fff;
	font-size:12px;
	background:rgba(0,69,137,0.6);}
.lx_news_left .month{
	color:#fff;
	padding:20% 0 0;
	font-size:14px;}
.lx_news_right{
	width:92%;
	float:right;}
.lx_news_right h3{
	line-height: 22px;
	padding:6px 0 6px 0;
	font-size:16px;}
.lx_news p{
	color:#666;
	display:none;
	max-height: 66px;
	overflow: hidden;
	line-height:24px;}
.lx_news_more{width:100%;text-align:center;padding:10px 0 0;position:relative}
.lx_news_more a{
	color:#fff;
	position:absolute;
	float:right;
	text-align:center;
	display:inline-block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.lx_news_more a.b{
	width:120px;
	height:36px;
	line-height:36px;
	background:#004589;}
.lx_news_more a:hover.b{
	color:#FFF;
	background:#0f58a9;}
.contactt{
	width:40%;
	margin:0 auto;}
.contactt table{
	width:100%;}
.contactt textarea{
	width:94%;
	text-indent: 5px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.contactt input{
	width:42%; height:48px;color:#999;border: 1px solid #dcdcdc; margin-bottom:20px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.onname{ background:#fff url(../images/on01.png) no-repeat 10px 12px; padding-left:40px; float:left;}
.onmail{ background:#fff url(../images/on02.png) no-repeat 10px 14px; padding-left:40px; float:Left;}
.ontel{ background:#fff url(../images/on04.png) no-repeat 10px 12px; padding-left:40px; float:right;}
.oncountry{ background:#fff url(../images/on05.png) no-repeat 10px 14px; padding-left:40px; float:right;}
.onmessage{ background:#fff url(../images/on03.png) no-repeat 10px 10px; padding-left:40px; padding-top:8px;font-family:Arial;}
input.contactt_btn01{
	width:220px;
	padding: 7px 0;
	color:#fff;
	font-size: 14px;
	text-align:center;
	background:#0f58a9;
	border: none;
	margin-top:20px;
	cursor:pointer;}
input.contactt_btn01:hover{ background:#eb3c02;}
.foot_info{
	padding:60px 0;
	background:#171717;}
.listyle03{
	width:22%;
	float:left;
	display: inline;
	margin:0 1.5%;}
.listyle03_pic{
	width:100%;
	text-align:center;}
.listyle03_pic a{
	width:90px;
	height:90px;
	display:inline-block;
	text-align:center;
	line-height:90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background:rgba(43,43,43,0.75);}
.listyle03_pic a:hover{
	background:rgba(43,43,43,1);}
.listyle03_pic img{
	width:auto;}
.listyle03 p{
	color:#fff;
	padding-top:20px;
	text-align:center;
	font-size:15px;
	line-height:24px;}
.listyle03 p a{color:#fff;}
.listyle03 p a:hover{color:#eb3e03;}

/*底部 开始*/
#footer{
	width:100%;
	padding-bottom:25px;
	background:#004589;}
.bottom{
	color:#b0d0df;
	max-width:1170px;
	margin:0 auto;}
.bottom dl {
    float: left;
	height:auto;
	margin:0;}
.bottom a{
	color:#b0d0df;}
.bottom a:hover{
	color:#fff;}
.bottom dl.width01{
	width:30%;
	padding-right:4%;}
.bottom dl.width02{
	width:24%;
	padding-right:1%;}
.bottom dl.width03{
	width:24%;}
.bottom dt {
	margin:0;
    color:#fff;
	font-size:18px;
	padding:35px 0 15px;}
.bottom dd {
	margin:0;
    line-height:32px;}
.btitle{
	color:#de0124;
	font-size: 18px;
	line-height:40px;}
.bg01{
	padding-left: 30px;
	background:url(../images/bg_tel.png) 3px 8px no-repeat;}
.bg02{
	padding-left: 30px;
	background:url(../images/bg_mail.png) left 8px no-repeat;}
.bg03{
	padding-left: 30px;
	background:url(../images/bg_app.png) left 8px no-repeat;}
.bg04{
	padding-left: 30px;
	background:url(../images/bg_skype.png) left 8px no-repeat;}
.bg05{
	padding-left: 30px;
	line-height:30px;
	background:url(../images/bg_adr.png) 4px 8px no-repeat;}	
.bt_social{
	width: 200px;
	height:30px;}	
.bt_social li{
	width:100%;
	float:left;
	padding-bottom:12px;
	display: table-cell;}
.bt_social img{
	width:80%;
	vertical-align:middle;} 
.bt_social a.s{
	display: inline-block;
    vertical-align:middle;
	width:30px;
	height:30px;
	font-size:100%;
	text-align:center;
	line-height:30px;
	margin-right:7px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background:#ffffff;} 
.bt_social a:hover.s{background:#2b60a3;}
.foot_tb table{
	width:100%;}
.foot_tb input,.foot_tb textarea{
	width:99%;
	background:#fff;
	border:none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.sub_input{
	height:36px;
	font-size:14px;
	color:#999;
	text-indent:5px;
	margin-bottom:20px;}
input.sub_btn{
	width: 100px;
	height:32px;
	color:#FFF;
	margin-top:5px;
	text-align:center;
	cursor:pointer;
	float: right;
	font-size:14px;
	background:#fc8800;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;}
input.sub_btn:hover{
	color:#fff;
	background:#ff9212;}
.clear{
	clear:both;
	height:20px;}
.copyright{
	width:100%;
	color:#afc7de;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	background:#00386e;}
/*底部 结束*/
.subbanner{
	width:100%;
	margin:0;
	text-align:center;}
/*当期位置 开始*/
.breadcrumbnav{
	width:auto;
	height:50px;
	color:#999;
	line-height:45px;
	text-indent:6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:#fff url(../images/bg_moudle.jpg) left bottom repeat-x;}
.breadcrumbnav img{ width:auto;}
.breadcrumbnav a{
	color:#999;
	padding:0 2px;}
.breadcrumbnav a:hover{
	color:#27bbff;}
.warper_sub {
    width: 100%;
    margin: 0 auto;
	max-width:1140px;
	background:#fff;
    padding: 0 15px 0;
	margin:36px auto 60px;
	border:1px solid #e5e5e5;}
#leftsidebar{
	width:22%;
	float:left;
	padding:10px 15px 30px 0;
	border-right:2px solid #e5e5e5;}
#leftsidebar h2{
	width:100%;
	color:#333;
	font-size:22px;	
	padding:10px 0 10px;
	text-transform: uppercase;
	border-bottom:1px solid #e5e5e5;}
.list0{
	margin-bottom:30px;}
.list0 li{
	width:92%;
	float:left;
	padding:12px 0 12px 8%;
	background:url(../images/li02.gif) 2px center no-repeat;}
.list{
	margin-bottom:30px;}
.list li{float:left;}
.list dl {
	position:relative; 
	z-index:20; }
.list dt {
	position:relative;
	z-index:30; 
	overflow:hidden;}
.list dt a{
	display:block;
	font-size:14px;
	padding:12px 0 12px 8%;
	background:url(../images/li02.gif) 2px center no-repeat;}
.list dl:hover dt a{
	background:#fbfbfb url(../images/li02.gif) 2px center no-repeat;}
.list dl dt .currentA{ no-repeat 15px center; color:#00559d;}
.list dl dd {
	position: absolute; 
	z-index: 20; 
	top: 0px; 
	left:99.5%;
	display: none; 
	width:90%; 
	height:auto; 
	background: #fff; 
	border: 1px solid #d6dbe1; 
	box-shadow: -1px 1px 6px rgba(0, 0, 0, .3);}
.list dl dd.sub-list1 {top: -29px;}
.list dl dd.sub-list2 {top: -64px;}
.list dl dd.sub-list3 {top: -99px;}
.list dl dd.sub-list4 {top: -134px;}
.list dl dd.sub-list5 {top: -169px;}
.list dl dd ul {padding:10px 0px 10px; background:#fff;}
.list dl dd ul li{line-height:22px;}
.list dl dd ul li a{display: block; padding:6px 0px 6px 10px;background:none; }
.list dl dd ul li a:hover{ background:none; }
.list dl:hover dd {display: block;}
#firstpane{
	margin-bottom:30px;}
.menu_head{
	width:100%;
	padding-top:14px;
	padding-bottom:14px;
	color:#333;
	text-indent:15px;
	cursor:pointer;
	position:relative;
	border-bottom:1px solid #fff;
	background:#f0f1f3 url(../images/pro_left.png) center right no-repeat;}
.menu_list .current{
	background:#f0f1f3 url(../images/pro_down.png) center right no-repeat;}
.menu_body{
	width:100%;
	height:auto;
	overflow:hidden;}
.menu_body a{
	display:block;
	width:100%;
	text-indent:15px;
	padding:10px 0;
	background:#F9F9F9;
	color:#666;
	border-bottom:1px solid #fff;}
.menu_body a:hover{ color:#00a0e9;}		
.contact{
	width:100%;
	padding:0 0 15px;}
.contact dd {
	margin:0;
    line-height:32px;}
.ct01{
	padding-left: 30px;
	background:url(../images/bg_tel01.png) 3px 8px no-repeat;}
.ct02{
	padding-left: 30px;
	background:url(../images/bg_mail01.png) left 8px no-repeat;}
.note{
	color:#666;
	font-size:14px;
	line-height:24px;
	margin:10px 15px;
	border-bottom:1px dashed #cfcfcf;}
.chatnow{
	width:72%;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:16px;
	margin:5px auto 20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.chatnow a{
	color:#fff;
	display:block;
	background:#ff9c00 url(../images/p_chat.png) 16px center no-repeat;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.chatnow a:hover{
	background:#fc7217 url(../images/p_chat.png) 16px center no-repeat;}
.contact p{
	color:#666;
	line-height:24px;
	margin: 0 7%;
	padding-top:5px;}
	
/*当期位置 结束*/
/*分页 结束*/
.pages{padding:20px 0 30px;text-align:center; height:30px; clear:both;}
.pages a,.pages strong,.pages em{padding:3px 6px;margin:0 1px;display:-moz-inline-box;display:inline-block;}
.pages em{margin-right:20px;}
.pages input{vertical-align:bottom; height:18px; width:30px;}
.pages a{border:1px solid #999; color:#cc080a; background-color:#fff;}
.pages strong{background-color:#f33c03; color:#fff; font-weight:normal;}
.pages em{color:#0177a7; font-weight:bold;}
.pages a,.pages strong{padding:5px 10px;margin:0 2px;-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
.pages a{color:#000;}
.pages em{display:none;}
/*分页 结束*/
#menu{display:none;}
#rightsidebar{
	width:73%;
	float:right;
	margin-bottom:30px;}
.sub_pro_box{padding:20px 0;}
.pro_li0{	 
	width:30%;
	float:left;
	text-align:center;
	display:inline;
	overflow:hidden;
	background:#fff;
	margin:15px 1.5% 15px;}
.pro_li01{	 
	width:23%;
	float:left;
	text-align:center;
	display:inline;
	overflow:hidden;
	background:#fff;
	margin:10px 1% 10px;}
.pro_li0_bd{
	display:block;
	padding:1px;
	border:1px solid #cfcfcf;}
.pro_pic{
	width: 96%;
	margin:2%;
	overflow: hidden;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.pro_pic img{	}
.pro_pic a img{max-width:100% !important; -webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.pro_pic a:hover img{webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}

/*.pro_pic{
	width:96%;
	padding:4px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border:1px solid #e5e5e5;}*/
/*.pro_pic a img{max-width:100% !important; transition:all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;}
.pro_pic a:hover img{-webkit-transform: scaleX(1.1) scaleY(1.1);transform: scaleX(1.1) scaleY(1.1);}*/

.pro_li0 h3{
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:13px 0 13px 0;}
.prod_title{
	height:45px;
	line-height:45px;
	background: url(../images/bg_dot01.png) 0 bottom repeat-x;}
.prod_title_left{
	width:300px;
	color:#333;
	float:left;
	font-size:16px;
	padding-left:50px;}
.pro01{
	background: url(../images/p1.png) 15px center no-repeat;}
.pro02{
	background: url(../images/p2.png) 15px center no-repeat;}
.pro03{
	background: url(../images/p3.png) 15px center no-repeat;}
.pro04{
	background: url(../images/p4.png) 15px center no-repeat;}
.prod_title_right{
	width:41px;
	height:45px;
	float:right;
	margin-right:15px;
	background: url(../images/more.jpg) 0 center no-repeat;}
.prod_title_right a{
	width:41px;
	height:45px;
	display:block;}
/*新闻列表 开始*/
.news_li{
	width:100%;
	float:left;
	display:inline;
	margin:15px 0 20px;
	border-bottom:1px dashed #999;}
.news_li_pic{
	width:28%;
	float:left;
	margin-bottom:20px;}
.news_li_text{
	width:68%;
	float:right;}
.news_li h4{
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	padding-bottom:5px;}
.news_li h6{
	color:#999;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-family:Arial;
	padding-bottom:5px;}
.news_li p{
	color:#666666;
	font-size:14px;
	line-height:24px;}
.news_more{
	padding:10px 0 10px;}
.news_more a{
	color:#27bbff;
	font-size: 15px;
	line-height:30px;}
.news_more a:hover{
	color:#eb3100;}


/*新闻列表 结束*/
.down_li{
	width:96%;
	float:left;
	margin:15px 0 20px;
	padding-left:4%;
	line-height:40px;
	background: url(../images/down.png) 0 center no-repeat;
	border-bottom:1px dashed #999;}
.down_more{
	width:115px;
	height:32px;
	float:right;}
.down_more a{
	color:#fff;
	display:block;
	font-size: 12px;
	background:#27bbff;
	line-height:30px;
	text-align:center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.news_more a:hover{
	color:#eb3100;}
.content{
	line-height:28px;}
.content h2{
	line-height:40px;
	font-size:18px;
	padding-top:40px;
	text-align: center;}
.content h4{
	color:#999;
	font-size:12px;
	font-weight:normal;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom:20px;
    border-bottom:1px dashed #999;}
.content img{
	width: auto;}
.prenext{
	padding:15px;
	margin-top:30px;
	border-top: 1px dashed #d6d6d6;}
.pn_item{
	line-height: 30px;
	overflow:hidden;}
.pro_txt{
	width:auto;
	color:#333;
	line-height:30px;
	font-size:14px;
	padding:15px;
	margin-bottom:15px;
	border:1px solid #e5e5e5;
	background:#faf9f9;}
.pro_txt img{ 
	width:auto;
	padding-right:5px;}
.pro_txt a{
	width:120px;
	height:34px;
	line-height:34px;
	margin:10px;
	font-size:12px;
	color:#fff;
	display:inline-block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.pro_mail{
	background:#d31014;}
.pro_chat{
	background:#fe9f0c;}
.pro_txt a:hover{
	text-decoration:underline;}	
/*产品详情页 开始*/
.detail_box{
	width: 100%;
	max-width: 1110px;
	margin:36px auto 60px;
	position:relative;
	background:#fff;
	padding:30px 30px 10px;
	border:1px solid #e5e5e5;}
.products{
	padding: 0 0 40px;
}
#gallery{
	width:56%;
	height:auto;
	float:left;
	padding:5px;}
#gallery h1{
	color:#666666;
	line-height:30px;}
#gallery_nav {
	width: 100%;
	float:left;
	padding-top:5px;}
#gallery_nav a{display:block;float:left;width:19.5%;padding:0 0.25%;}
#gallery_nav img{
	margin:1%;}
#gallery_output {
	width: 100%;
	float: left;
	overflow: hidden;}
#gallery_output img {
	width:100%;
	box-sizing: border-box;
	border:1px solid #dedede;}
.gallery_right{
	width:40%;
	float:right;}
.gallery_right h2{
	font-size:20px;
	padding:10px 0 10px;}
.gallery_right_txt{
	padding:0 0 15px;
	line-height:24px;
	font-size: 14px;
	color:#666;
	border-bottom:1px dashed #d0d0d0;}
.gallery_right_txt img{width:auto;}
.ct_m,.ct_p{
	width:50%;
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;}
.ct_m a{
	color:#ef0202;	
	padding:5px;}
.ct_p a{
	color:#333;	
	padding:5px;}
.mail{
	height:40px;
	padding:12px 0;
	padding-left:60px;
	background:url(../images/pro_email.jpg) 5px center no-repeat;}
.pdf{
	height:30px;
	padding:5px 0;
	padding-left:30px;
	background:url(../images/pro_d.png) 5px center no-repeat;}
.gallery_buy{
	padding-top:10px;}
.gallery_btn{
	padding:20px 0 12px;}
.gallery_share{
	padding:15px 0;}
.gallery_btn a{
	width:110px;
	color:#FFF;
	font-size:14px;
	display:inline-block;
	background:#f8362c;
	margin-right:15px;
	line-height:40px;	
	margin-right:20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.gallery_btn a.ct_message{
	padding-left:45px;
	padding-right: 15px;
	background:#ff922d url(../images/btn02.png) 15px center no-repeat;}
.gallery_btn a.ct_quote{
	padding-left:50px;
	background:#27bbff url(../images/btn01.png) 17px center no-repeat;}
.gallery_btn a:hover{
	text-decoration: underline;}
.maodian{
	width:100%; 
	height:60px;
	line-height:53px;
	background: #f5f5f5;
	border-top:1px solid #d6dbe1;}
.maodian li{
	text-align:center;
	width:25%;
	float:left;
	background:#f5f5f5 url(../images/line01.jpg) right top no-repeat;}
.maodian li a{
	display:block; 
	color:#333;
	height:60px;
	font-size: 16px;
	background:url(../images/bg_taba.jpg) 0 bottom no-repeat;}
.maodian li a.choose{ 
	color:#fff;
	height:60px;
	border-left:none;
	background:#0b5da5 url(../images/bg_tabhover.jpg) center bottom no-repeat;}
.isStuck{
	width:1138px;
	margin-top:0px;
	z-index:200;}
.md_con{
	width:auto;
	margin:0;}
.md_hd{ 
	color:#004589;
	line-height:40px; 
	font-size:18px;
	padding-left:15px;
	margin-top:10px;
	background:url(../images/bg_hd.jpg) 0 center repeat-x;}
.md_hd span{background:#fff;display:inline;padding:0 15px;}
.md_bd{
	width:auto;
	color:#555555;
	line-height:28px;
	padding:5px 0 20px;}
.md_bd img{
	width:auto;}
.md_bd table{width:90%;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;line-height:30px;border-collapse: collapse;}
.md_bd table td{padding-left:8px;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}
.pro_inquiry{
	margin:30px auto 0;}
.pro_inquiry h3{
	font-size:24px;
	color:#fa832a;
	text-align:center;
	padding:30px 0 15px;}
.pro_in_bd{
	padding:0 0 30px;}
.pro_p{line-height: 24px;
	color: #898888;
	font-size: 14px;
	text-align:center;
	font-style: italic;}	
.inquiry_contact{
	width: 94%;
	height:35px;
	line-height:35px;
	margin: 0 3%;
	display:inline-block;
	border-bottom:1px dashed #d6dbe1; }
.inquiry_contact a{
	color:#d90202;
}
.md_con form {
	color: #7d7c7c;
	margin:0 auto;
	width: 90%;
	padding-top:20px;}
.md_con form label {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	width: 50%;
    float: left;
}
.md_con form label span {
	width:28%;
	height:31px;
	float: left;
	display:block;
	color:#555555;
	text-align:right;	
	padding:5px 3% 0 0;}
.md_con form label input,.md_con form label select{
	width:67%;
	height:34px;
	float:left;
	color:#555555;
	text-indent:5px;
	display:block;
	background: #fafafa;
	border: 1px solid #d6d6d6;
	line-height:38px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
.md_con form label textarea {
	width: 66%;
	height: 100px;
	float: left;
	display: block;
	overflow: auto;
	padding: 5px;
	background: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border: 1px solid #d6d6d6;}
.md_con form label.ly-text {
    height: auto;
}
.md_con form #submit2 {
	width: 160px;
	height: 44px;
	display: block;
	color:#fff;
	float:right;
	font-size:15px;
	cursor:pointer;
	background:#ff922d;
	margin-right:1.5%;
    border-radius: 5px 5px 5px 5px;}
.md_con form #submit2:hover {
	border: 0;
	background:#333333 ;
	display: block;
	color:#fff;}

.about_item{
	padding:30px 0;
	border-bottom:1px solid #e1e1e1;}
.about_item_last{padding:30px 0;border-bottom:none;}
.item_pic{
	width:35%;}
.item_txt{
	width:58%;}
.pic_txt{line-height:30px;
	padding:0 1.5%;}
.item_txt h3{font-size:20px;color:#004589;line-height:30px;}
.item_txt p{
	color:#666;
	font-size:14px;
	padding-top:10px;
	line-height:30px;}
.contact_right{
	width:48%;
	float:left;
	padding:15px;
	padding-bottom:50px;}
.contact_right h3{
	padding:20px 0 10px;
	font-size:20px;
	color:#005ca9;}
.contact_right p{
	color:#666;
	line-height:24px;}
.contact_map{padding-top:20px;}
.contact_left{
	width:48%;
	float:right;
	margin-top:40px;
	margin-bottom:40px;}
.contact_left p{
	color:#898888;
	font-size:14px;
	text-align:center;
	line-height:24px;
	padding-bottom:20px;}
.contact_left form {
	color: #7d7c7c;
	margin:0 auto;
	width: 100%;}
.contact_left form label {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;}
.contact_left form label span {
	width:28%;
	height:31px;
	float: left;
	display:block;
	color:#555555;
	text-align:right;	
	padding:5px 3% 0 0;}
.contact_left form label input,.contact_left form select{
	width:67%;
	height:38px;
	float:left;
	color:#555555;
	text-indent:5px;
	display:block;
	background: #fafafa;
	border: 1px solid #d6d6d6;
	line-height:38px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
.contact_left form label textarea {
	width: 65%;
	height: 150px;
	float: left;
	display: block;
	overflow: auto;
	padding: 4px;
	background: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border: 1px solid #d6d6d6;}
.contact_left form #submit2 {
	width: 160px;
	height: 44px;
	display: block;
	color:#fff;
	float:right;
	font-size:15px;
	cursor:pointer;
	background:#ff922d;
	margin-right:1.5%;
    border-radius: 5px 5px 5px 5px;}
.contact_left form #submit2:hover {
	border: 0;
	background:#333333 ;
	display: block;
	color:#fff;}
.foot_fixed{display:none;}
#backtotop{
	position:fixed;
	bottom:100px;
	right:5px;
	z-index:999;
	width:60px; 
	cursor:pointer; 
	display:block;}
#backtotop a{
	display:block;
	outline:none;
	width:60px;
	height:60px;
	background:url(../images/zhu.png) no-repeat;
	_background:url(../images/zhu.gif) no-repeat;}
#backtotop a:hover{
	background-position:-59px 0;
	text-decoration:none;color:#3a9;}
.listyle02{
	width:23%;
	float:left;
	display: inline;
	margin:15px 1% 20px;
	line-height:30px;
	text-align:center;}
.listyle02 img{
	width:100%;}
.listyle02 h3{
	font-size:16px;
	line-height:30px;
	text-align:left;
	padding-top:5px;}
.listyle02 p{
	text-align:left;
	line-height:22px;}
@media screen and (max-width:1100px){
.navdrawer-container li {
	font-size:15px;}
.navdrawer-container li a{ 
	padding:0 15px;}
.bottom dl.width02 {
    padding-left: 1%;
	padding-right:0;}
.module_title01 {
    font-size: 26px;
    line-height: 40px;
    padding: 30px 0 20px;}	
.middle_left h2 {
    font-size: 26px;}
.detail_box {
    width: 95%;
    margin: 36px auto 40px;
    padding: 25px 2.5% 10px;}
.lx_news_right{
	width:88%;}
.warper_sub {
    width: 95%;
    padding: 0 2.5% 0;
    margin: 30px auto 40px;}
.isStuck {
    width: 95%;
}
.contactt {
    width: 60%;}
.news_li {
    width:97%;
	padding-left:1.5%;
	padding-right:1.5%;}
.contactt textarea {
    width: 92.5%;}
.lx_news_more{width:100%;text-align:center;padding:10px 0 20px;position:relative;float:left;}
}

/* 平板电脑布局: 横向*/	
@media screen and (max-width:768px){
.app-bar .logo {
	padding-left:5px;}
.search{display:none;}
.navdrawer-container {
    position: relative;
    width: 100%;}
.navdrawer-container li {
    font-size: 14px;}
.navdrawer-container li ul{
	display:none;}
.module_title01{
	font-size:24px;}
.middle {
    width: 100%;}
.middle_left{    
	width: 90%;
    padding: 50px 5%;
    line-height: 26px;
    background: rgba(0,69,137,1);}
.middle_left h2 {
    font-size: 24px;}
.lkx_more a.s {
    background: #27bbff;}
.lkx_more a:hover.s {
    color: #FFF;
    background: #27bbff;}
.listyle01 {
    width: 47%;
    padding: 25px 0;
    margin: 10px 1.5% 10px;}
.bottom dl.width02{
	width:49%;}
.none{display: none;}
.lx_news li {
    width: 99.5%;
    margin-bottom: 20px;}
.lx_news li:nth-child(2n) {
    width: 99.5%;
    float: left;}
.detail_box {
    width: 97%;
    margin: 30px auto 30px;
    padding: 25px 1.5% 10px;}
.warper_sub {
    width: 97%;
    padding: 0 1.5% 0;
    margin: 30px auto 30px;
	border:0;}
#leftsidebar h2{font-size:20px;}
.item_txt h3 {
    font-size: 18px;}
.item_txt p{line-height:24px;}
.news_li h4{font-size:16px;}
.listyle02{width:47%;}
.contactt {
    width: 80%;}
.lx_news{
	width:97%;
	float:left;
	margin-left:1.5%;
	margin-right:1.5%;}
.bottom dl.width01{
	width:47%;
	padding-left:1.5%;
	padding-right:1.5%;}
.bottom dl.width03{
	width:47%;
	padding-left:1.5%;
	padding-right:1.5%;}
.listyle01_right {
	padding-right:0;}
#leftsidebar{
	width:28%;
	padding: 10px 5px 30px 0;}
#leftsidebar h1{
	font-size:20px;}
.list0 li{
	background:url(../images/li02.gif) 5px center no-repeat;}
#rightsidebar{
	width:68%;}
.content{padding-left:1.5%;padding-right:1.5%;}
.pro_li0{	 
	width:30%;
	margin: 10px 1.5% 10px;}
#gallery{
	width:97%;}
.gallery_right{
	width:100%;}
.gallery_right h2{
	font-size:18px;
	padding:20px 0 10px;}
.isStuck{
	width:97%;}
.md_con form {
	width: 85%;}
.pro_in_bd {
    padding: 0 6% 30px;}
input.contactt_btn {
    width: 60%;}
.contact_left{
	width:100%;padding:0;}
.contact_right {
    width: 97%;
    padding: 1.5%;}
.contact_con_left {
    width: 94%;}
	
}

@media screen and (max-width:640px){
.top_left{display: none;}
.block1{display:none;}	
.navdrawer-container {
    position: fixed;       
    width: 250px;
    height: 100%; 
    background-color: #004589;    
    color: #333;
	margin-top:0;
    -webkit-transform: translate(-250px,0);
    transform: translate(-250px,0);
    z-index: 2;}
.navdrawer-container.open {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	z-index:1000;}
.navdrawer-container ul {
	display:block;
}
.navdrawer-container ul li {
	width:100%;
	padding:0;
	border: none;
	float:none;}
.navdrawer-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    /** Unfortunately this is the best way
    to get no paints in Chrome **/
    opacity: 0.0000001;
    z-index: 1;
    pointer-events: none;}
.navdrawer-bg.open {
    opacity: 0.5;}
.app-bar, .navdrawer-container {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;}
.navdrawer-bg {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;}
.navdrawer-container li ul{
	display:none;
  	}
.navdrawer-container li a {
    display: block;
	width:100%;
    height: 50px;       
    padding: 0;
	margin:0;
	text-indent:10px;
    line-height: 50px;      
    text-decoration: none;
    color: #fff;
	border-radius:0;
	border:none;}
.navdrawer-container li a:hover {
	color: #fff;
	border:none;
    background-color: rgba(255, 255, 255, 0.2);}
.navdrawer-container li a:focus {
	color: #fff;
	border:none;
    background-color: rgba(255, 255, 255, 0.3);
    outline: 0;}
.navdrawer-container li a:active {
	color: #fff;
	border:none;
    background-color: rgba(255, 255, 255, 0.4);}
.navdrawer-container li a.cur{
	color: #fff;
	border:none;}
#header{
	width:100%;
	height:60px;
	border:0;}
.app-bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;       
    width: 100%;
    height: 60px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    z-index:400;
	background:#f6f6f6;
	 -moz-box-shadow:0 5px 10px rgba(58, 58, 58, 0.25);
	 -webkit-box-shadow:0 5px 10px rgba(58, 58, 58, 0.25);
	box-shadow:0 5px 10px rgba(58, 58, 58, 0.25);}
.app-bar.open {
    -webkit-transform: translate(250px,0);
    transform: translate(250px,0);}
.app-bar .logo {
	width:160px;
	top:19px;
	right:5px;}
.app-bar .logo a {
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    padding-top: 0px;}
/*------------------------------------------------------------------------------*/	
.app-bar-actions  {
	width:100%;
	height:60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;        
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: absolute;
    right: 0;
	background:#2350a1;
    top: 60px;}
.app-bar button, .bottom-bar button {
    width: 44px;
    height: 44px; 
	display:block;
    background-image: none;
    background-color: #004589;       
    border-style: solid;
    border-radius: 100%;
    border-color: #004589;
    padding: 8px;
    margin: 8px;
	float:left;
    -webkit-transition: border 300ms ease-in,background 300ms ease-in;
    transition: border 300ms ease-in,background 300ms ease-in;
    -webkit-tap-highlight-color: transparent;}
.app-bar button img {
    width: 28px;
    height: 28px;}
.app-bar button.menu {
    position: relative;}
.app-bar button.menu img {
    position: absolute;
    top: 7px;
    left: 7px;}
.app-bar button.menu .menu-icon {
    opacity: 1.0;}
.app-bar button.menu .close-icon {
    opacity: 0.0;}
.app-bar.open button.menu .menu-icon {
    opacity: 0.0;}
.app-bar.open button.menu .close-icon {
    opacity: 1.0;}
.app-bar button:hover, .bottom-bar button:hover {
    border-color: transparent;
    background-color: rgba(0, 69, 137, 0.4);}
.app-bar button:focus, .bottom-bar button:focus {
    border-color: transparent;
    outline: 0;
    background-color: rgba(0, 69, 137, 0.4);}
.app-bar button:active, .bottom-bar button:active {
    border-color: transparent;
    background-color: rgba(0, 69, 137, 0.6);}
.app-bar-actions{display:none;}
.display{
	display: none;
}
.bottom-bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;       
    width: 100%;
    height: 60px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);}		  
 .promote-layer {
        /*
        This may promote the layer to a composited
        layer.

        Replace with will-change when available

        #perfmatters
        */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pro_box li {
    width: 33.3333333333%;}
.pro_box p {
    padding: 0 6px 10px;
    line-height: 18px;}
.border span{font-size:13px;}
.subbanner{display:none;}
.listyle01{width: 47%;
	margin: 15px 1.5% 15px;}
.contactt {
    width: 98%;}
.pro_li0{	 
	width:47%;}
.module_title01{
	font-size: 22px;}
.detail_box {
    width: 97%;
    margin: 30px auto 30px;
    padding: 0 1.5% 10px;
	border:none;}
.warper_sub {
    width: 97%;
    padding: 0 1.5% 0;
    margin: 30px auto 30px;
	border:none;}
.products {
    padding: 20px 0 30px;}
.pro_li{	 
	width:47%;}
.pro_li01{width:47%;margin:10px 1.5%;}
.pro_p{
	font-size:14px;}

.listyle01_right {
	width:64%;}
.news_li{
	margin: 20px 0 10px;
	padding-bottom:10px;}
.content h2 {
    line-height: 20px;
    font-size: 17px;
    padding-top: 20px;}
.copyright{
	font-size:12px;}
.pat40{
	padding-top:30px;}
#leftsidebar{
	display:none;}
#rightsidebar{
	width:100%;
	padding:0;}
#menu { width:100%; 
	margin:0 auto 0; 
	display:block;
	position:relative;
	z-index:100;
	background: #ececec;}
#menu h1 { 
	color: white;
  	width:97%;
  	height:45px;
  	line-height:45px;
  	padding:0 1.5%;
	text-transform:uppercase;
  	cursor: pointer;
  	background:#2350a1 url(../images/menu.png) 96% center no-repeat;
  	border:none;
	font-weight:normal;
	text-indent:10px;
	font-size:18px;
  	margin:0 auto;}
#menu h2{
	width:100%;
	float:left;
	display:block;
	font-size:14px;
	font-weight:normal;
	text-indent:24px;
	padding:15px 0 15px 0;
	border-bottom:1px solid #fff;
	background: url(../images/li02.png) 10px center no-repeat;}
#menu ul { 
	padding-left:15px; 
	border:#E7E7E7 1px solid; 
	border-top:none;
	overflow:auto;}
#menu ul li {
	padding:5px 0 3px 10px;}
.module_title01{
	font-size:24px;
	padding:20px 0 10px;}
.module_title02{	
	font-size:24px;
	padding:20px 0 20px;}
.maodian li a{font-size:14px;overflow:hidden;}
.pro_in_bd {
    padding: 0 1.5% 30px;
}
.md_con form {
    width: 100%;}

.contact_con_right{display:none;}

.foot_fixed{
	width:100%;
	display:block;
	height:70px;
	position:fixed;
	z-index:10000;
	bottom:0;}
.foot_top{width: 100%; height: 20px; background: url(../images/btop.png) center top no-repeat;}
.foot_color{ width: 100%; height: 50px; background:#ea3d02;}
.foot_fixed li{
	width:19%;
	height:50px;
	float:left;
	text-align:center;}
.foot_fixed img{width: auto;}
.foot_fixed li.spcial{width: 24%;}
.foot_fixed li.spcial img{ margin-top: -10px; margin-bottom:5px;}
.foot_fixed a{
	width:100%;
	height:35px;
	color: #fff;
	font-size: 0.75em;
	padding:16px 0 5px 0;
	display:block;}
.foot_fixed a:hover{ background:#fc5820;}	
.no { display:none;}
.isStuck{
	width:97%;
	margin-top:65px;
}
#backtotop{
	display:none;}
.contactt_half,.contactt_half1{width: 100%;}
.td01 {
    width: 90px;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;}
}
     
@media all and (max-width: 480px) {
.middle_right h2{font-size: 24px;}
.middle_right p{line-height: 24px;}
.contactt input{width:90%;}
.onname{float:left;}
.onmail{float:left;}
.ontel{float:left;}
.oncountry{float:left;}
.contactt textarea{width:90%;}
.listyle03 {
    width: 47%;margin:1.5%;}
.index_pro li {
    width: 50%;
    float: none;
    margin: 0 auto;
    text-align: center;}
.bottom dt{font-size: 18px;}
.module_span{
	font-size:16px;
	display:block;
	padding-bottom:15px;
	padding-right:15px;}
.index_right li{
	width:47%;
	float:left;
	margin:0 1.5%;
	margin-bottom:2%;
	position:relative;}
.pro_box li {
    width: 50%;}
.pro_li0{	 
	width:47%;
	margin:10px 1.5% 15px;}
.listyle01_right {
	width:70%;}
.lx_news_right h3 {
    line-height: 22px;
    padding: 0 0 6px 0;}
.middle_left p {
    line-height: 30px;}
.news_li_pic{
	width:97%;
	float:left;
	padding:0 1.5% 10px;}
.news_li_text{
	width:97%;
	float:right;
	padding:0 1.5%;}
.pro_box {
    margin: 30px 0;}
.item_pic{
	width:100%;
	padding-bottom:15px;}
.item_txt{
	width:100%;}
.item_txt p{padding-top:0;}
.gallery_btn a {
    width: 100px;
    font-size: 12px;}
.md_bd{line-height:24px;}
.down_li {
    width: 95%;
    float: left;
    margin: 15px 0 20px;
    padding-left: 5%;
    line-height: 40px;
    background: url(../images/down.png) 0 center no-repeat;}
.prod_title_left{
	width:160px;
	font-size:15px;
	padding-left:45px;} 
#maodian li a{
	font-size: 12px;
	overflow:hidden;}
.md_con form label textarea {
    width: 65%;}
.bottom dl.width02{width:99%;}
.table-container{overflow-x: auto;}
}
@media all and (max-width: 320px) {
.subbanner{display:none;}
.index_pro a{line-height:14px;}
.module_title01{
	font-size:18px;
	padding:20px 0 10px;}
.module_title02{	
	font-size:18px;
	padding:20px 0 10px;}
.maodian li a{font-size:14px;overflow:hidden;}
.listyle01 h3{font-size:15px;}
.listyle01 p{font-size:12px;}
.listyle03 p{font-size:13px;}
.lx_news p{
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.listyle02{
	font-size:12px;}
.inquiry_contact{
	width: 94%;
	height:auto; }
.pro_li{	 
	width:97%;
	margin:30px 1.5% 0px;}
.pro_title{font-size:12px;}
.contact_left form textarea {width:95%;}
.content h2{ line-height:20px; font-size:16px;}
.products{padding:20px 10px 20px;}
.contactt input{width: 82%;}
.contactt textarea{width:81%;}
.gallery_btn a{
	font-size:14px;
	width:120px;
	margin-bottom:10px;}
.md_con form #submit2{ margin:0 0 0 60px}
.pro_li h3{ font-size:14px;}
.md_bd{ padding:5px;}
.md_con form{ width:100%;}
.md_con form label textarea{ padding:0;}
}