*{font-family: "微软雅黑"; font-size: 14px;}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
p{
	margin: 0;
}
/*头部开始=========================================================================  */
.ztop-bg{
	background: #0e61b7;
}
.ztop{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}
.en-cn{
	border: solid 1px #fff;
	margin-top: 4px;
	padding: 5px 0;
}
.en-cn ul li{
	float: left;
	line-height: 20px;
	padding: 0 12px;
}
.en-cn ul li:first-child{
	border-right: solid 1px #fff;
}
.en-cn ul li a{
	font-size: 15px;
	color: #fff;
}
.logo-wz p{
	font-size: 16px;
	font-weight: bold;
}
.logo-wz{
	margin-top: 10px;
	margin-left: 20px;
}
.header{
	padding: 30px 0;
}
.lang{ position: relative;}
.lang a{ color: #666; font-size: 14px; display: block; line-height: 42px;border-bottom: 1px solid #ededed;}
.lang i{ margin-left: 5px;}
.lang .onoff{ display: none;position: absolute; width: 110px; background: #fff; z-index: 99; top: 42px; text-align: center;  right: 0; border-left:1px solid #ededed; border-right:1px solid #ededed;}
.indexsearch{ position: relative;}
.indexsearch form{ width: 220px; position: absolute; top: 42px; right:5px; display: none;z-index: 99;}
.logo{  float:left;}
.logo a{
	 display:block;
    width: 202px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hamburger {
	padding: 8px 6px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box {
	background: #eaeaea;
	
}
.nav-pc{ text-align:center;}
.nav-pc ul{  padding:0; }
.mobile_nav>ul{ display: table;}
.mobile_nav>ul>li{ display: table-cell;}
.nav-pc .menulevel{ padding:0;}
.nav-pc li {
	
    width: 150px;
    height: 49px;
	display: inline-block;
    font-size: 15px;
    color: #212121;
    line-height: 49px;
    text-align: center;
    position: relative;}
.nav-pc li a{ color:#212121; display: block;}	
.nav-pc li a#menu_selected{color: #FFFFFF;background: #0e61b7;}
.nav-pc li:hover{ color: #FFFFFF; background: #0e61b7;}
.nav-pc li:hover a{ text-decoration:none; color: #FFFFFF;}
.nav-pc li:hover>.menulevel{ display:block;}

.menulevel{ width:100%; left:0; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 75px;
    }
.menulevel li{ display:block; background:#f0f0f0; border-bottom: 1px solid #ddd }
.menulevel li:hover{ background:#e0e0e0;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/*banner开始=======================================================================================*/
.banner{ position:relative; overflow:hidden;}
 .swiper-container {
	      width: 100%;
        	height: auto;
	    }

/*index开始=====================================================================================*/
.cpgd-bg{
	background: url(../images/cp-bg.jpg) no-repeat center top;
	padding-bottom: 70px;
}
.cp-title{
	text-align: center;
	padding: 70px 0 40px;
}
.cp-nav {
	 position:relative;
    left:50%;
margin-left: -430px;
margin-bottom: 40px;
}
.cp-nav ul li{
	float: left;
	border: solid 1px #2075e9;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 10px;
}
.cp-nav ul li a{
	font-size: 15px;
	color: #2075e9;
}
.cp-nav ul li:hover{
	background: #41bd46;
	border: solid 1px #41bd46;
}
.cp-nav ul li:hover a{
	color: #FFFFFF;
}
.productsroll{
	width: 1200px;
}
.cp-wz{
	background: #2075e9;
}
#ScrollBox li:hover .cp-wz{
	background: #41bd46;
}
.cp-bt a{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
}
.cp-btjt{
	margin: 10px 30px 0 0 ;
}
.cp-sm{
	width: 272px;
}
.cp-sm a{
	padding-left:20px;
	font-size: 14px;
	color: #4b4b4b;
}



/* productsroll Start */
#LeftArr,#RightArr{background-image:url(../images/cp-jt.png);width:40px;height:80px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArr{background-position:0px 0px;float:left;left:300px; top: 1240px;}
#RightArr{background-position:40px 0px;float:right;right:300px; top: 1240px;}
#ScrollBox{width:100%; overflow:hidden; float: left;padding: 0;}
#ScrollBox li{float:left;display:inline;position: relative;margin: 0 10px;overflow: hidden;width: 280px;border: solid 1px #2075e9;}
#ScrollBox li .cp-img img{
	min-width: 280px;
}
#ScrollBox li a{display:block; overflow: hidden;}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{}
/*#ScrollBox li a:hover{color:#008aff}*/
#ScrollBox li a span{display:block;padding-top:4px; line-height: 40px; font-size: 16px; text-align: left; padding-left: 25px;}
/*#ScrollBox li:hover{
	border: solid 2px #d39d3d;
}
#ScrollBox li:hover a{
	color: #fff;
}*/
#LeftArr:hover{
	background-image:url(../images/cp-jt1.png);
}
#RightArr:hover{
	background-image:url(../images/cp-jt1.png);
}













.tit-top{padding: 130px 0 0 36px;}
.tit-top p{ font-size: 24px;line-height: 30px; color: #FFFFFF; text-transform: capitalize; margin: 20px 0 40px;}
.cp-ckxq{
	margin-left: 36px;
	margin-top: 40px;
}
.cp-ckxq ul li{
	width: 165px;
	line-height: 60px;
	text-align: center;
	background: #FFFFFF;
	float: left;
	margin-right: 25px;
}
.cp-ckxq ul li:hover{
	background: #41bd46;
}
.cp-ckxq ul li:hover a{
	color: #fff;
}
.cp-ckxq ul li a{
	font-size: 16px;
	color: #2075e9;
}
.in-about{ background: url(../images/gsjj-bg.jpg) no-repeat top center;padding-bottom: 127px;}
.about-box{
	width: 530px;
	margin-left: 36px;
}
.about-box p{ color: #FFFFFF; line-height: 30px;margin: 0;font-size: 18px;font-family: "楷体";}
.about-tp img{position: relative; margin-top: calc(-33.34% - 50px) ;margin-top: -webkit-calc(-33.34% - 50px) ; z-index: 100;}










.xw{
	padding-top: 90px;
}
.xw-nr{
	width: 650px;
	margin-left: 40px;
}
.news-date{
	width: 70px;
	height: 80px;
	background: #a9a9a9;
	text-align: center;
	color: #FFFFFF;
}
.day{
	font-size: 40px;
}
.year{
	font-size: 16px;
}
.xw-nr{
	margin-top: 150px;
}
.xw-line{
	margin-top: 50px;
}
.xw-nr ul li:hover .news-date{
	background: #2075e9;
}
.xw-nr ul li:hover .xw-tm a{
	color: #2075e9;
}
.xw-tm{
	margin-bottom: 10px;
}
.xw-tm a{
	font-size: 20px;
	color: #212121;
}
.xw-xq a{
	font-size: 14px;
	color: #424242;
	line-height: 26px;
}
.new_content{
	width: 540px;
}
.xwsj-more{
	margin-top: 30px;
}
.xwnr-more a{
	font-size: 12px;
	color: #005dc9;
}
.xw-nr ul li{
	border-bottom: solid 1px #dadada;
	padding-bottom: 40px;
	margin-bottom: 40px;
}















/*footer开始====================================================================================*/
#copyright{ width: 100%; background: #2075e9; padding: 50px 0;}
.foot-content img{
	margin-bottom: 10px;
}
.bottom-right{
	text-align: center;
}
.bottom-right p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
}
.lhbd1 input{
	background-color:transparent;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding: 10px;
	width: 450px;
	margin-bottom: 10px;
}
.lhbd1 textarea{
	background-color:transparent;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding: 10px;
	width: 450px;
	margin-bottom: 10px;
	height: 120px;
}
.xinxi-line{
	width: 580px;
	height: 1px;
	background: #3d3b3d;
}
.rb-erweima{
	margin-top: 30px;
}
.bottom-bg{
	background: #393939;
}
.bottom{
	text-align: center;
}
.bottom p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}
.rb-text{
	margin-top: 10px;
}
.banq{
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}
.banq a{
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}
.foot-rwm{ margin-top:40px ; color: #fff;}
.foot-rwm p{ color: #fff;}
.foot-content p{ color: #fff; line-height: 36px; font-size: 14px;margin: 0;}
.foot-content b{ display: block;}
#copyright .banq{ color: #fff;line-height: 30px; margin: 0;}
#copyright .banq a{ color: #fff; padding: 0 5px; }
/*内页开始====================================================================================*/
.nygywm-bg{
	background: url(../images/gywm-bg.png) no-repeat center top;
}
.lher{
	  float: left;
    position: relative;
    left: 50%;
    margin-top: 40px;
}
.lher ul{
	    margin: 0;
    padding: 0;
    position: relative;
    left: -50%;
}
.lher ul li{
	    float: left;
	        border: solid 1px #2075e9;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 10px;
}
.lher ul li a{
	 font-size: 15px;
    color: #2075e9;
}
.lher ul li .ahover span{
	color: #FFFFFF;
}
.lher ul .lihover{
	background: #41bd46;
	border: solid 1px #41bd46;
}
.lher ul li:hover{
	background: #41bd46;
	border: solid 1px #41bd46;
	
}
.lher ul li:hover a{
	color: #FFFFFF;
}
.page-news,.page-products,.page-guestbook{
	margin: 40px 0;
	float: left;
	width: 100%;
}
.site-nav{
	background: #f2f2f2;
	line-height: 40px;
}
.page-url{ display: table;  position: relative; z-index: 111;}
.page-url li{ display: table-cell; text-align: center;}
.page-url li a{ display: block; background: #fff; width: 100%; height: 120px; font-size: 16px; color: #333; line-height: 120px;}
.page-url li:hover a{ background: #5191ce; color: #fff;}
.page-url li.hover a{ background: #5191ce; color: #fff;}
.ny-lxwmbg{
	background: url(../images/ny-lxwmbg.png) no-repeat top center;
}
.page-guestbooka dl dt{
	float: left;
	text-align: right;
	width: 40%;
}
.page-guestbooka dl dd{
	margin: 10px 0;
}


.slides{
	text-align: center;
	height: 360px;
}





.newsList li{ padding-bottom:10px; padding-top:10px; border-bottom:1px solid #ccc;}
/*.newsList li p{padding-top: 20px;}*/
.newsList li .lhfl{ width:70px; height: 80px; float: left; background: #f2f2f2;}
.newsList li .lhfl p{ width: 70px; text-align: center;  color:#333; padding-top: 0; margin: 0;}
.newsList li .lhfl p b{ font-size: 28px; line-height: 47px;}
.newsList li:hover .lhfl{ background: #0e61b7;}
.newsList li:hover .lhfl p{ color: #f7f7f7;}
.newsList .lhfr{ width: 1090px; float: right;margin-top: 10px;}
.newsList .lhfr .lhxq{  height: 30px; display:block; width: 100px; font-weight: 100; line-height: 30px; font-size: 14px;  text-align: center; float: right; border: 1px solid #ccc;}
/*.newsList .lhfr .lhjt{ background: url(../images/jt.jpg) no-repeat left -33px;  height: 33px; display:block; width: 33px;  float: right;}
.newsList .lhfr:hover .lhjt{background: url(../images/jt.jpg) no-repeat left 0;}*/
.newsList .lhfr span{ font-size: 14px;}
.newsList .lhfr .dateTitle { display: block; color: #333; font-size: 18px; margin-bottom: 10px;}
.newsList .lhfr p{ display: inline-block; width: 100%;}
.newsList li:hover .lhfr .dateTitle{ color: #0e61b7;}
.newsList li:hover a{ text-decoration:none ;}
#shownews h1{ text-align:center; font-family:"微软雅黑"; font-weight:100; padding-top:10px; padding-bottom:10px;}
#shownews .hits{    text-align: center; border-bottom:1px dashed #ccc; padding-bottom:5px; padding-top:5px;}
#shownews .text{ line-height:30px; padding-top: 20px; font-size: 14px; line-height: 36px; color: #666;}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page span{ display: inline-block; width: 49%;}
.page_list {
    text-align: center;
    padding-top: 60px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #005dc9;
}	
.page_list a {
    border: #ddd 1px solid;
    padding: 4px 5px;
    margin-right: 2px;
}
.page_list select{    
	width: 48px; line-height:29px; height:29px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    }






.proNav ul{ width:1040px; float:left;}	
.proNav li{width: 256px;
    height:362px;
    float: left;
    margin: 10px 70px;
    background: #fafafa;
    
    border:#ddd 1px solid ;
    text-align: center;
    position: relative;

	}	
.proNav li a{width: 256px;
    height: 362px;    background: #fafafa;}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa;  height:230px; margin:0 auto;}
.proNav li span img{ display: inline-block;height: 230px;}
.proNav li span .lhsp{ position: absolute; display: block; width:100%;  height:230px; z-index: 10; left: 0; top: 0; display: none; background: url(../images/lh616.png)  center center;}
.proNav li:hover {background: #0e61b7;}
.proNav li:hover a{background:#0e61b7; text-decoration: none;}
.proNav li:hover span .lhsp{ display: block;}
.proNav li p{ font-weight:100; display: block; width: 170px; line-height: 30px; border: 1px solid #000; margin: 0 auto 10px; color:#000;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:15px;}
.proNav li:hover p{  border: 1px solid #FFFFFF; color: #FFFFFF;}
.proNav li:hover label{ color:#FFFFFF;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}

/*产品详情*/

.popover-banner{ width: 100%; max-width: 500px; margin: 0 auto; position: relative;}
.popover-banner .flex-direction-nav{ display: block;}
.popover-banner .flex-prev,.popover-banner .flex-next{ position: absolute; display: block; width: 45px; height: 100px; background: url(../images/sprite.jpg) no-repeat 0 top; top: 30%; }
.popover-banner .flex-prev{ left:-50px;}
.popover-banner .flex-next{background: url(../images/sprite.jpg) no-repeat -55px top; right: -50px;}
.lhgw{ display: block; width: 320px; margin: 0 auto;}
#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:140px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:150px ; float: left; overflow: hidden ;}
.lhcppg{ width: 100%; height: 45px; padding-left: 20px;}
.lhcppg span{ display: inline-block;  padding-left: 0.5%;}
#inhert_cart{ margin: 20px 10px; height: 36px;  line-height: 36px;}
#shop_cart #btn_buy{ display:none;}





.related-list li{ display: inline-block;
width: 48%;
line-height: 40px;
border-bottom: #DDDDDD dashed 1px;
margin-right: 20px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}
.related_cp ul li {
    text-align: center;
    width: 225px;
    float: left;
    margin-right: 9px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    width: 200px;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #0e61b7;
}















/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 20px 20px;}
.photos-demo span p{ margin-top: 10px;}

.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{ font-family: "微软雅黑";font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #0e61b7; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}






















/* 大屏幕 */
@media (min-width: 1200px) { 
	#copyright{ }

.logo{  float:left;}
.logo a{
	 display:block;
    
    margin-top: 15px;
    margin-bottom: 15px;
}


.nav-pc li {
    width: 200px;}
	.nav-pc li a{ display:block; width:100%; height:100%;}

 }
 @media (min-width: 980px) and (max-width: 1199px) { 
 	#copyright{ margin-top: 40px;}

.logo{ width:202px; float:left;}
.logo a{
	 display:block;
    width: 202px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.nav-pc li {
    width: 150px;}


 }
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {

.logo{ width:202px; float:left;}
.logo a{ width: 202px;
 display:block;
    margin-top: 15px;
    margin-bottom: 15px;}


.nav-pc li {height: auto;
    width: 90px;}
	
.nav-pc ul{  padding:0; overflow:hidden;}


.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: rgba(0,0,0,0.3);

}

.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav>ul{ width: 50%; float: right;	padding-top: 40px; background: #8698c8;}
.mobile_nav ul li {
	list-style: none;
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 111;
}

.lhcd {
	position: fixed;
	top: 0
}	

}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {


		.nav-box{ overflow: hidden;}
	.logo{ width:202px;  margin-left:auto; margin-right:auto;    margin-top:10px;}
.logo a{ width:202px; display:block; margin:0 auto; float:none;}
.lang{ padding-left: 0;}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}	
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #0b69c9;
	padding-top: 40px;
}
.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav ul li {
	list-style: none;
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}
.mobile_nav  .menulevel{ position: static;}


	}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
	
	.mobile_nav  .menulevel{ position: static;}
		.nav-box{ overflow: hidden;}
	#ShowImages li {
		    border: 1px solid #ccc;
    margin-right: 1%;
    margin-left: 1%;
}
#preview {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 100%;
   
}
.jqzoom {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
#pro_info{ display: none;}
	.new .right { height:auto;}
	.new .right ul li { float:none;}
		.slideTxtBox .bd ul li{ width: auto; float:none;}
		.new .left { height:auto;}
	.logo{ width:202px;    margin-top: 10px;}
	.logo a{ width:202px; display:block; margin:0 auto; float:none; height:auto;}
	.hamburger {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #0b69c9;
	padding-top: 40px;
}
.mobile_nav ul {
	width: 100%;
}
.mobile_nav ul li {
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}


.contain{ width:100%; overflow:hidden;}
	 }