﻿*{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;}
/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
.clearfix{display:block} 
/*头部开始=========================================================================  */
.headertop{ width: 100%; height: 160px; background: url(../images/nav-bg.png) repeat-x top center; color: #fff; position: absolute; top:65px}
.lang{ background: url(../images/lang-bg.png) no-repeat top center; width: 110px; margin-top: 20px;}
.lang ul{ margin: 0; padding: 0;}
.lang li{ width: 50%; float:left; color: #666; font-size: 15px; line-height: 25px; text-align: center; color: #004a96;}
.blue a{ color: #fff;}
.logo{  float:left; margin-right: 20px;}
.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 { 
	width: 100%;
    height: 50px;
    float: left;
    margin-top: 00px;
	  position: relative;
	
}
.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: 130px;
    height: 50px;
	  display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;}
.nav-pc li a{ color:#fff; display: block;}	
.nav-pc li span{ font-size: 18px;}
.nav-pc li span a{color: #000;}
.nav-pc li a#menu_selected{color: #fff;}
.nav-pc li a#menu_selected:hover span{color: #000;}
.nav-pc li:hover{ color: #fff; background: #004a96;}
.nav-pc li:hover a{ text-decoration:none; color: #fff;}
.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; }
.menulevel li:hover{ background:#43ac33;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/*banner开始=======================================================================================*/
/*banner开始=======================================================================================*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slides li{ width: 950px; margin: 0 auto;}
	   
/*top开始------------------------------------------------------------------*/
#header{ position: absolute;  z-index: 99; width: 100%; top: 65px; left: 0; background: url(../images/nav-bj.png) repeat top center}
.logo{ width: 322px;}
.logo img{ max-width: 100%;}
.nav{ width: 700px; width: -webkit-calc(100% - 352px);}
.langhen{ width: 100%; text-align: right; margin: 20px auto;}
.en a{ color: #004a96; }
.cn a{ color: #fff;}
.en{ display: inline-block; text-align: left; text-indent:20px; width: 110px; line-height: 26px; height: 26px;background: url(../images/en-bg.png) no-repeat top center; }
.cn{ width: 50%; text-align: center; height: 26px;text-indent:0px;  line-height:26px;border-radius:13px; float: right; background:rgba(0,74,150,1);}
.head-nav{ margin-top: 50px;}
.head-nav ul{ display: table; width: 70%;}
.head-nav ul li{ display: table-cell; width:initial; color: #fff;}
.onoff{ display: none; width: 40px; height: 40px; float: right; }
.onoff span{ display: block; position: relative;transition: all 0.5s;
-moz-transition: all 0.5s;	
-webkit-transition: all 0.5s;	
-o-transition: all 0.5s; background: #fff; width: 30px; height: 4px; border-radius:2px; margin: 18px auto;}
.onoff span:after,.onoff span:before{content:"";transition: all 0.5s;
-moz-transition: all 0.5s;	
-webkit-transition: all 0.5s;	
-o-transition: all 0.5s; background: #fff; display: block; width: 100%; height: 4px; border-radius:2px; position: absolute; left: 0;}
.onoff span:after{ bottom:-8px;}
.onoff span:before{ top: -8px;}
.onoff.off span{transform: rotateZ(45deg);
transform-origin:50% 50%;
-ms-transform-origin:50% 50%;	
-webkit-transform: rotateZ(45deg);	
-webkit-transform-origin:50% 50%;	
-moz-transform: rotateZ(45deg);
-moz-transform-origin:50% 50%;
-o-transform-origin:50% 50%;	
}
.onoff.off span:after,.onoff.off span:before{
	top: 0;bottom: 0;
	transform: rotateZ(-90deg);
transform-origin:50% 50%;
-ms-transform-origin:50% 50%;	
-webkit-transform:  rotateZ(-90deg);
-webkit-transform-origin:50% 50%;	
-moz-transform:  rotateZ(-90deg);
-moz-transform-origin:50% 50%;
-o-transform-origin:50% 50%;
	
}
.none-xs{ display: block;}
.block-xs{ display: none;}


/*澳门新永利皇宫网址about---------------------*/
.mt30{margin-top: 30px!important;}
.top-tit{font-size: 30px; line-height: 90px; text-align: center; margin: 0 auto 30px; }
.top-tit a{font-size: 30px; line-height: 90px; text-align: center; margin: 0 auto 30px; }
.top-tit:after{ content: ""; width: 60px; height: 5px; display: block; margin: 0 auto; background: #004A96;}
.about-img{ overflow: hidden;  background: url(../images/aboutbj.jpg) no-repeat left center; height: 505px;}
.about-con{ position: relative; float: right; margin-top:31px ; margin-right: 5px; width: 521px; height: 443px; background: url(../images/about-bg.png) repeat top center; box-shadow: 0px 0px 10px #b3b3b3;}
.aboutlist{ position: absolute; width: 456px;  bottom: 0; left:32px}
.aboutlist a{ width: 225px; display: block; text-align: center; height: 65px; line-height: 65px; float: left; border-top:1px solid #bfbfbf ;}
.aboutlist .a1{ border-right:1px solid #bfbfbf ;}
.aboutlist .a3{ border-right:1px solid #bfbfbf ;}
.about-p{ width: 456px; margin:10px auto; max-height: 450px; padding-top: 20px; font-size: 14px; line-height:200%; overflow: hidden; }
.aboutlist a span{ display: inline-block; width: 45px; height: 45px; margin-right: 10px; vertical-align: middle; }
.aboutlist .a1 span{background: url(../images/about1.png) no-repeat center center;}
.aboutlist .a2 span{ background: url(../images/about4.png) no-repeat center center;}
.aboutlist .a3 span{background: url(../images/about3.png) no-repeat center center;}
.aboutlist .a4 span{background: url(../images/about41.png) no-repeat center center;}
.aboutlist a:hover{ background-color:#1244a3 ; color: #fff;}
.aboutlist .a1:hover span{ background: url(../images/about11.png) no-repeat center center;}
.aboutlist .a2:hover span{ background: url(../images/about44.png) no-repeat center center;}
.aboutlist .a3:hover span{ background: url(../images/about33.png) no-repeat center center;}
.aboutlist .a4:hover span{ background: url(../images/about441.png) no-repeat center center;}
.about-bg{background: url(../images/about-bg.jpg) no-repeat top center; padding: 60px 0 90px 0;}
.index-about{margin-bottom: ;}
.products-bg{background: url(../images/products-bg.jpg) no-repeat top center;background-size: cover; padding: 65px 0;}
.pro-pad{
	padding:0  10px;position: relative;
}

.pro-con{
	position: absolute;bottom:5%;width:80%;
	height: auto;
	 left:7%;padding: 0 10px;
}
.pro-con a span{
	display: block;font-size: 72px;font-weight: bold;color: #1244a3;line-height: 90px;transition: 1s all;
	-webkit-transition: all 1s;
}
.pro-con a p{
	font-size: 24px;font-weight: bold;color: #000;text-shadow: 1px 1px 1px #fff;transition: 1s all;
	-webkit-transition: all 1s; 
	padding-bottom: 60px;
}
.pro-con>a>div{
	font-size: 18px;color: #fff;line-height: 31px;display: none;
}
.pro-con>a>div a{
	font-size: 18px;color: #fff;line-height: 31px;display: none;
}

.pro-pad:hover .pro-con{
	background: url(../images/pro-bg.png);height: 90%;
}
.pro-pad:hover .pro-con a span,.pro-pad:hover .pro-con a p{
	color: #fff;text-shadow: none;padding:0 0 25px;
}
.pro-pad:hover .pro-con>a>div{
	display: block;
}
/*youshi*/
.good span{
	font-size: 15px;
	color: #1244a3;
	font-weight: bold;
	float: left;
	line-height: 70px;
}
.good img{
	float: right;
	vertical-align: middle;
}
.good p{
	font-size: 14px;
	color: #838383;
	line-height: 26px;
	float: left;
	margin-top: 15px;
	text-align: left;
}
.good{
	position: relative;
	padding: 0 10px;
}
.good:after{
	content: "";
	width: 1px;
	height: 180px;
	background: #f0f0f0;
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 99;
}
.good6:after{
	display: none;
}
.news-bg{ background: #f6f6f6; padding: 30px 0;}
.news-list{ width: calc(100% - 175px); padding-left: 20px;}
.news-content{ font-size: 14px; line-height: 26px; text-align: left;}
.news-list p{ font-weight: bold; font-size: 16px; line-height: 35px;}
.news-img,.news-con{ width: 50%;}
.news-img{position: relative;}
.news-img p{width: 100%;height: 250px; line-height: 250px; text-align: center;	background: url(../images/news-bg.png) repeat top center;color: #fff;font-size: 30px; font-weight: bold; position: absolute;	top: 0;	display: none;}
.news-img p a{ line-height: 250px; text-align: center;color: #fff;font-size: 30px; font-weight: bold;}
.news-con li{ margin: 25px auto;}
.swiper-container-hezuo{ width:90%; margin: 0 auto; overflow: hidden; position: relative;}
.hz{ position: relative;}
.swiper-button-next1{}
.new_content{width: 390px; height: 90px; float: right;}
.new1_content{width: 370px; height: 90px; float: right;}
.news-con li{margin: 17px 0; height: 90px;}
.new_pic {width: 155px;}
.news-con{padding-left: 30px; margin-top: 5px; width: 570px;}
.news-con1{width: 50%;}
.news-con1{padding: 10px;width: 580px;}
.news-con1 li{margin: 17px 0; height: 90px;}
.mt10{margin-top: 10px;}
/*index开始=====================================================================================*/
.tit-top{ width: 100%; height: 50px; margin-bottom: 25px; border-left:4px solid #0a318f ; padding-left: 20px;}
.tit-top span{ font-size: 30px; line-height: 30px; color: #3b3b3b;}
.tit-top p{ font-size: 18px;line-height: 18px; color: #a1a1a1; text-transform: capitalize; }
.in-about .more{ width: 202px; height: 47px; line-height: 47px; text-align: center; font-size: 18px; display: block; color: #fff; background: #0a318f;}
.in-about{ background: url(../images/about-bg.jpg) no-repeat center center; padding: 50px 0;}
.about-box p{ color: #333; line-height: 32px;}
.about-tp img{position: relative; margin-top: calc(-33.34% - 50px) ;margin-top: -webkit-calc(-33.34% - 50px) ; z-index: 100;}
.product{ background: url(../images/probj.jpg) no-repeat center top;}
.product .tit-top{ margin: 43px 0;}
.product .tit-top span,.product .tit-top p{ color: #fff;}
.product .tit-top .tex{ line-height: 50px; font-size: 20px; color: #fff;}
.pro-ahout{ background:url(../images/portopbj.jpg)  no-repeat center center; background-size:auto 150%;  height: 598px;}
.pro-abtop{ color: #fff; text-align: center; font-size: 21px; padding: 45px 0 25px;}
.pro-ahout .p{ color: #fff; font-size: 14px; line-height: 38px;}
.pro-ahout .more{ width: 135px; display: block; height: 44px; border: 1px solid #fff; color: #fff; margin: 45px auto; text-align: center; font-size: 18px; line-height: 44px;}
.pro-con .img a{ color: #fff;}
.pro-con .p img{ display: none; } 
.pro-con .p p{ margin: 0; font-size: 13px !important; color:#333 !important; text-indent: 0 !important; line-height: 26px !important;}
.pro-con .p span{font-size: 13px !important; }
.pro-con>div{ height: 50%; padding: 15px; overflow: hidden;}
.pro-con>div.img{ background: #006ec7;}
.pro-con>div.img a:first-child{ font-size: 21px; display: block; text-align: left; line-height: 50px; margin-bottom: 30px;}
.pro-con>div.img a:first-child:after{ content: ''; display: block;  width: 50px; height: 2px; background: #fff;}
.pro-con>div.p{ background: #fff url(../images/projt.png) no-repeat center top; line-height: 30px;}
.pro-con>div.p b{ display: block; padding-top: 15px;}
.in-pro>div:nth-child(3)>div{ position: absolute; left: 0;}
.in-pro>div:nth-child(3)>div.p{background: #fff url(../images/projt2.jpg) no-repeat center bottom; top: 0;}
.in-pro>div:nth-child(3)>div.img{ background: #006ec7; width: 100%; bottom: 0;}
.video{ background: url(../images/video.jpg) no-repeat center center; padding: 50px 0;}
.video-play{ width: 600px; height: 360px;}
.video-play div{ width: 100%; height: 100%;}
.in-news{ background: #ededed; padding: 35px 0;}
.in-news li{ background: url(../images/newlibj.jpg) repeat-y center center; overflow: hidden; padding: 15px 0;}
.in-news li>div:first-child{ float: left; text-align: right;}
.in-news li:nth-child(2)>div:first-child,.in-news li:nth-child(4)>div:first-child{ float: right; text-align: left;}
.in-news li .p{ font-size: 18px; }
.in-news li .p b{ color: #0a318f; font-size: 50px; line-height: 60px;}
.in-news li .p a{font-size: 18px; line-height: 30px; font-weight: bold; color: #333;}
.in-news li .img{padding: 2px;}
.in-news li:hover .img{ background: #204398; padding: 2px; }
.in-news li:hover .img .span{ color: #fff}
.in-news li:hover .img .span p{ color: #fff !important;}
.in-news li .span{ width: calc(100% - 160px); width: -webkit-calc(100% - 160px); height: 120px; overflow: hidden; line-height:28px !important; font-size: 13px !important;}
.in-news li .span p{line-height:28px !important; font-size: 13px !important;}
.in-news .more{ width:180px; height: 50px; text-align: center; line-height: 50px; border: 2px solid #c9c9c9; border-radius:15px; display: block; margin: 0 auto;}
.index-dsj{ background:url(../images/dsjbj.png),url(../images/dashijbj.jpg) no-repeat  ; background-position:center top ; height: 800px;     position: relative;}
.index-dsj .container{position: relative; height: 100%;}
.index-dsj ul li{ position: absolute; padding:4%; width: 15.73%;}
.index-dsj ul li span{ font-size: 22px; color: #0a318f;}
.index-dsj ul li p{ font-size: 14px; color: #0a318f;}
.index-dsj ul li:nth-child(1){ left: 0px; top:4.35%;}
.index-dsj ul li:nth-child(2){ left: 14.96%; top:11.18%;}
.index-dsj ul li:nth-child(3){ left: 21.37%; top:34.78%;}
.index-dsj ul li:nth-child(4){ left: 38.03%; top:29.19%;}
.index-dsj ul li:nth-child(5){ left: 61.96%; top:38.51%;}
.index-dsj ul li:nth-child(6){ left: 69.66%; top:63.35%;}
.index-dsj ul li:nth-child(7){ left: 85.47%; top:72.17%; text-align: right;}
/*footer开始====================================================================================*/
#copyright{ width: 100%; background:#414141; border-top: #b6b6b6 solid 20px;}
.foot-nav-top{height: 80px; margin-top: 30px; border-bottom: #7f7f7f solid 1px; font-size: 18px; font-weight: bold; color: #fff; line-height: 80px; text-align: left;}
.foot-nav{ border-top: #272727 solid 1px; padding-top: 15px;}
.foot-nav li{width: 33%; line-height: 45px; float: left; text-align: left; color: #fff; font-size: 18px;}
.foot-nav li a{ text-align: left; color: #fff; font-size: 18px;}
.ma{margin-top: 100px;}
.ma li{width: 50%; float: left; text-align: center;}
#copyright .banq{ color: #fff;line-height: 30px; text-align: center; margin-top: 20px; padding: 20px 0; border-top: #7f7f7f solid 1px;}
.ma li p{font-size: 14px; line-height: 55px; text-align: center; color: #fff;}
.foot-lx li img{margin-right: 10px;}
.foot-lx li{ font-size: 14px; color: #fff; line-height: 50px; margin: 10px 0;}
#copyright .banq a{ color: #fff; padding: 0 5px; }
/*内页开始====================================================================================*/
#page_main{ padding-top: 50px; padding-bottom: 40px; background: #F9F9F9;}
.page-container{ background: #fff;    min-height: 500px;}
.page-container img{ max-width:100%}
.page-about,.page-content,.page-products{ padding: 50px 30px;}
.page-url{ width: 100%; position: relative;  z-index: 1; bottom: 70px;}
.page-url ul{display: table; padding: 0; width: 1200px;  margin: 0 auto; position: relative;}
.page-url li{  display: table-cell; text-align: center; width: inherit;}
.page-url li a{ display: block; background: #fff; font-size: 16px; margin-right: 10px; border-radius: 30px; color: #333; line-height: 50px;}
.page-url li:hover a{ background: #004a96; color: #fff;}
.page-url>ul>li.lihover a{ background: #004a96; color: #fff;}
.page-url>ul>li>ul{position: absolute; left: 0; top: 85px;}
.page-url>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
.page-url>ul>li>ul>li:hover a{background: #004a96!important; color: #fff!important;}
.page-url>ul>li>ul>li a{ background: #f3f3f3!important; color: #000!important; border-radius: 30px; line-height: 35px;}
.page-url>ul>li>ul>li.lihover a {background: #004a96!important; color: #fff!important;}
.site-nav-bg{height: 65px; border-bottom: #e1e1e5 solid 1px; position: static;}
.site-nav{line-height: 65px; text-align: right; font-size: 14px;}
.page_list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #15428b;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #15428b;
    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;}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.job-con{font-size: 16px; text-align: left; line-height: 55px; font-weight: bold;}
.job-con-bottom{font-size: 16px; text-align: left; line-height: 35px; margin-top:35px;}
.page span{ display: inline-block; width: 49%;}
.page-news{ padding: 25px 15px;}
.page-news li{border-bottom: 1px dashed #CCCCCC;
    padding: 10px 0;
    height: auto;
    overflow: hidden;}
.page-news li .img{ padding: 0; overflow: hidden;}
.page-news li .text{padding-right: 0; padding-left: 25px;}
.page-news li .text .h{font-size: 16px;
    margin-bottom: 10px;}
.page-news li .text .h span{    font-size: 14px;
    color: #999999;
    float: right;}
.page-news li .text p{font-size: 14px;
    line-height: 24px;
    color: #666666;}
.page-news li .text .ck{    float: right;
    color: #666666;
    width: 120px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #fff;}

.proNav li{
   padding-top: 10px;
    padding-bottom: 10px;
    background: #fafafa;
    

    text-align: center;
    position: relative;

	}

.proNav li a{ display: block;
 padding:10px;
    border:#ddd 1px solid ;
       background: #fafafa;}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa;  height:200px; margin:0 auto;}
.proNav li span img{ display: inline-block; max-width: 100%; max-height: 100%;}
.proNav li span .lhsp{ position: absolute; display: block; width:100%;  height:175px; z-index: 10; left: 0; top: 0; display: none; background: url(../images/lh616.png)  center center;}
.proNav li:hover span{background: #0480BE;}
.proNav li:hover a{background:#0480BE; text-decoration: none;}
.proNav li:hover span .lhsp{ display: block;}
.proNav li p{ font-weight:100; display: block; width: 120px; line-height: 30px; border: 1px solid #e7463c; margin: 0 auto 20px; color:#e7463c;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:16px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; display: block !important;}
.proNav li:hover p{ color:#fff; border: 1px solid #fff;}
.proNav li:hover label{ color:#fff;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   
.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	
.popover-banner{  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: 50%; margin-top: -50px; }
.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%; background: #f5f5f5;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;}
.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    font-family: "微软雅黑";
    padding: 0 20px 10px;
	background:#f7f7f7}
	.photos span{  display: block; text-align:center; max-height: 200px; overflow: hidden;}
	.photos span img{ min-height: 200px;  max-width: 90%;}
	.photos p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }

	.photos1 span{  display: block; text-align:center; }
	.photos1 span img{ height: 260px;  max-width: 90%;}
	.photos1 p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }
.pic-img1{height: 350px;}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px; width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; 
    margin-bottom: 5px;}
    .picMarquee-left .bd li img{ border: 1px solid #ccc;}
    .picMarquee-left .bd li:hover img{ border: 1px solid #000;}
.picMarquee-left .bd li img{ width:95%; display:block;}
.picScroll-left	{ overflow:hidden; margin-top:40px;}
.picScroll-left .bd li{  float:left; height: 275px; background:#fff;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 14px; }
.picScroll-left .bd li img{ width:274px; height:202px; display:block;}
.span-name{    width: auto; display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding:0 15px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border-bottom: #c7c7c7 solid 2px;}
.p-more{    width: 90px; display:inline-block;    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	 
    .related-list li{ display: inline-block; width: 49%;}
#shownews .title{text-align: center; line-height: 35px; margin-bottom: 20px; font-weight: bold; font-size: 24px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
    color: #fff;
}
.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: 20px;
}	
.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 #ff0000;
}

#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:40px; border-bottom:1px dashed #ccc; }
.jobList li span{ display: block; width: 100%; height: 100%;  display: block;  color: #f7f7f7;background: #004a96; padding: 10px 0;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:left;}
.page-guestbook dt{ line-height:30px; width: 100%;}
.page-guestbook b span{ padding-left:10px;}

.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 50%; float: left;}
.showjobList li b{ color: #468847;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #468847; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc;  margin-bottom: 0;}
.lhms{ width: 100%;border: 1px solid #ccc; border-top:none ;}
.lhms b{ font-weight: 100;width: 120px;   min-height: 80px; display: inline-block;float: left; text-align: center;color: #468847;  }
.lhms>span{ display: inline-block; height: auto; min-height: 80px; border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 5px auto ; border: 1px solid #006EC7;}
#guestbook  dt{ display: inline-block; width: 50%;}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; padding: 0 2.5%; min-width: 220px; height: 30px; border-radius:5px; border:1px solid #C7E2F6 ;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 47%; height: 40px; float: left; margin-left: 3%; padding: 10px 0;}
.ss{    line-height: 30px;
	height: 100px!important;
    width: 91%!important;
    float: left;
    margin-left: 3%;
    padding: 10px 0;}

.gzjl{ width: 80px!important; display: block!important; margin-top:25px; float: left; }
.page-guestbook #guestbook  textarea{ width: 84%; height: 100px;}
 #guestbook .yzm input{ width: 50% ;}
 .xiaz .fr{ float: right;}
 .xiaz .fl{ flaot:left;}
 .downloadtimes{ padding: 0 5%;}
  .downloadtimes i img{ margin-right: 5px; width: 14px;}
  .xiaz li{ border-bottom: 1px dashed #ccc;}
  .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;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 50%;}
.lhbdfl{ float: left;width: 50%;}
.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: #FF0000; 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) { 
#page_main .container{ padding: 0;}
.logo{ float:left; z-index: 999;}
.logo a{
	 display:block;
}


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

 }
 @media (min-width: 992px) and (max-width: 1199px) { 

  .index-dsj{ background:url(../images/dsjbj.png) no-repeat,url(../images/dashijbj.jpg) no-repeat  ; background-position:center top ;  background-size:100% auto ; height: 430px;     position: relative;}
.index-dsj .container{position: relative; height: 100%;}
.index-dsj ul li{ position: absolute; padding:1%; width:auto;}
.index-dsj ul li span{ font-size: 22px; color: #0a318f;}
.index-dsj ul li p{ font-size: 14px; color: #0a318f;}
.index-dsj ul li:nth-child(1){ left: 19%; top:4.35%;}
.index-dsj ul li:nth-child(2){ left: 30%; top:14%;}
.index-dsj ul li:nth-child(3){ left: 32.37%; top:37.78%;}
.index-dsj ul li:nth-child(4){ left: 44%; top:29.19%;}
.index-dsj ul li:nth-child(5){ left: 59%; top:38.51%;}
.index-dsj ul li:nth-child(6){ left: 69.66%; top:63.35%;}
.index-dsj ul li:nth-child(7){ left: 78%; top:72.17%; text-align: right;}
.page-url ul{ width: 980px;}
.logo{ width:202px; float:left;}
.logo a{
	 display:block;
    width: 202px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.guangwang {
    width: 312px;
    height: 25px;
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #4cb034;
    line-height: 25px;
}.e-mail {
    width: 180px;
    height: 25px;
    float: right;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 25px;
}

.product-nav ul{ width:1040px}	
.product-nav .ckgd{ width:130px; height:203px;}

.proNav ul{ width:1040px}	
.proNav .ckgd{ width:130px; height:203px;}



 }
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
	.page-url ul{width: 768px;}
	.index-dsj{ background:url(../images/dashijbj.jpg) no-repeat  center top;  background: 100% auto;   position: relative;}
		.index-dsj img{ display: none;}
.index-dsjab{ position:static; width: 100%; height: 100%; z-index: 999; top: 0; left: 0;}
.index-dsj .container{position: relative; height: 100%;}
.index-dsj ul li{ position: static; width: 50%; float: left;}
.index-dsj ul li span{ font-size: 22px; padding-left: 20px; color: #0a318f;}
.index-dsj ul li p{ font-size: 14px; color: #0a318f;padding-left: 20px;}
.index-dsj ul li:nth-child(1){ left: 0px; top:4.35%;}
.index-dsj ul li:nth-child(2){ left: 14.96%; top:11.18%;}
.index-dsj ul li:nth-child(3){ left: 21.37%; top:34.78%;}
.index-dsj ul li:nth-child(4){ left: 38.03%; top:29.19%;}
.index-dsj ul li:nth-child(5){ left: 61.96%; top:38.51%;}
.index-dsj ul li:nth-child(6){ left: 69.66%; top:63.35%;}
.index-dsj ul li:nth-child(7){ left: 85.47%; top:72.17%; text-align: left;}
	.pro-ahout{ height:  auto;}
	.in-pro>div:last-child{ display: none;}
	.page span{ display: inline-block; width: 100%;}
	.newsList .lhfr p{ display: inline-block; width: 70%;}
	#guestbook textarea,#guestbook input[type="text"]{width: 60%; min-width: 220px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 96%;}
	.page span{ display: inline-block; width: 100%;}
	.related-list li{ display: inline-block; width: 100%;}
	.newsList .lhfr{ width: 644px; float: right;}
	.mobile_nav  .menulevel{ position: static;}
	.lh68{ display: block; z-index: 100;}
	.guangwang {
    width: auto;
    height: 25px;
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #4cb034;
    line-height: 25px;
}
.e-mail {
    width: 180px;
    height: 25px;
    float: right;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 25px;
}	
.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: absolute;
	width: 154vw;
	right:-15px;
	top: 50px;
	display: none;
	height: auto;
	z-index: 110;
	background:none;

}

.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav>ul{ width: 50%; float: right;	padding-top: 40px; background: rgba(0,74,150,0.6);}
.mobile_nav ul li {
	list-style: none;
	width: 100%;
	line-height: 50px;
	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;
}


#copyright{ background: #414141; }
}
 .nav-pc .menulevel{ padding:0;}
.nav-pc li {
	
    width: 260px;
    height: 92px;
	display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    position: relative;}
.nav-pc li a{ color:#fff; display: block;}	
.nav-pc li a#menu_selected{color: #fff; font-weight: bold;}
.nav-pc li a#menu_selected:hover span{ color: #fff;}
.nav-pc li:hover{ color: #007136;}
.nav-pc li:hover a{ text-decoration:none; color: #fff;}
.nav-pc li:hover>.menulevel{ display:block;}

.menulevel{ width:100%; left:-65px; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 92px;
    }
.menulevel li{ display:block; background:#004a96; height: 50px; line-height: 50px; font-size: 14px; }
.menulevel li a span{font-size: 15px; color: #fff; text-align: left;}
.menulevel li:hover{ background:#43ac33;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
#page_main{ padding-top: 80px;}
	.page-url li a{ height: 60px; line-height: 60px;}
	.page-url{ width: 100%; position: relative;  z-index: 1; top: 0;}
.page-url li{ display: inline-block; text-align: center; width: 50%;}
.nav-pc li a#menu_selected{ color: #fff;}
	.page-url ul{ width: 100%;}
		.index-dsj{ background:no-repeat;  background: 100% auto;   position: relative;}
		.index-dsj img{ display: none;}
.index-dsjab{ position:static; width: 100%; height: 100%; z-index: 999; top: 0; left: 0;}
.index-dsj .container{position: relative; height: 100%;    margin-top: 40px;}
.index-dsj ul li{ position: static; width: 45%; margin: 5px 2.5%; background: #f0f0f0; float: left;}
.index-dsj ul li span{ font-size: 22px; padding-left: 20px; color: #0a318f;}
.index-dsj ul li p{ font-size: 14px; color: #0a318f;padding-left: 20px;}
.index-dsj ul li:nth-child(1){ left: 0px; top:4.35%;}
.index-dsj ul li:nth-child(2){ left: 14.96%; top:11.18%;}
.index-dsj ul li:nth-child(3){ left: 21.37%; top:34.78%;}
.index-dsj ul li:nth-child(4){ left: 38.03%; top:29.19%;}
.index-dsj ul li:nth-child(5){ left: 61.96%; top:38.51%;}
.index-dsj ul li:nth-child(6){ left: 69.66%; top:63.35%;}
.index-dsj ul li:nth-child(7){ left: 85.47%; top:72.17%; text-align: left;}
	#copyright{ background: #414141;height: auto;}
	.foot{ height: auto;}
	.foot-rwm{ width: 100%;}
		.in-news li{ background: none;}
	.in-news li>div:first-child{ float: left; text-align: left;}
.in-news li:nth-child(2)>div:first-child,.in-news li:nth-child(4)>div:first-child{ float: right; text-align: left;}
		.pro-ahout{ height:  auto;}
.in-pro>div:last-child{ display: none;}
.page span{ display: inline-block; width: 45%;}
.newsList .lhfr p{ display: inline-block; width: 70%;}
	#guestbook  dt{ display: inline-block; width: 100%;}
 #guestbook .yzm input{ width: 50% ;}
	.page span{ display: inline-block; width: 45%;}
	.related-list li{ display: inline-block; width: 100%;}
		.newsList .lhfr{ width:auto; float:none;}
			.newsList .lhfl{ display: none;}
	.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 10px 0; width: 100%;}
.lhbdfr{ float: none;width:100%;}
.lhbdfl{ float: none;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input,.lhbd .Content{ width: 70%;}

.lhbd .Content{ height:150px;}
.submit{ background: #FF0000; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
	.lh68{ display: block;z-index: 100;}

.lang{ padding-left: 0;}
.guangwang{ text-align:center; width:auto; margin-left:auto; margin-right:auto; float:none;}
.e-mail { text-align:center; float:none;margin-left:auto; margin-right:auto;}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 111;
}

.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: absolute;
	width: 100vw;
	right:-15px;
	top: 90px;
	display: none;
	height: auto;
	z-index: 110;
	background:none;

}
.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav ul li{ float: left;
	list-style: none;
	width: 33%; margin-right:0.33%;margin-bottom: 2px;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	background: rgba(0,0,0,0.5);
}
.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;}
.product-header span{ display:none}
.product-nav ul{ width:100%; text-align:center;}
.product-nav li{ display:inline-block; float:none;}	
.product-nav .ckgd{  width:130px; height:203px; display:none}
.proNav { width:100%; text-align:center;}
.proNav li{ display:inline-block; float:none;}	
.proNav .ckgd{  width:130px; height:203px; display:none}
.product-header p{ position:static; line-height:23px;}
.jptj-header .span6{ display:none;}
.jptj-header p{ position:static;}
.jobList li{ width:33%;}
.page-guestbook b{ text-align:left;}
.video{ background: no-repeat;}
.video-play{ width: 100%;  height: auto; }

	}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
		
	.index-dsj ul li{ position: static; width: 95%; margin:5px 2.5%; background: #f0f0f0; float: left;}
	.newsList .lhfr p{ display: inline-block; width: 70%;}
	#guestbook  dt{ display: inline-block; width: 100%;}
 #guestbook .yzm input{ width: 50% ;}
	.newsList .lhfr{ width:auto; float:none;}
			.newsList .lhfl{ display: none;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 10px 0; width: 100%;}
.lhbdfr{ float: none;width:100%;}
.lhbdfl{ float: none;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input,.lhbd .Content{ width: 55%;}

.lhbd .Content{ height:150px;}
.submit{ background: #FF0000; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}

	.lh68{ display: block; z-index: 100;}



#preview {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 100%;
   
}
.jqzoom {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
#pro_info{ display: none;}
	
		.slideTxtBox .bd ul li{ width: auto; float:none;}
	
	.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;
}

  .photos div{ border-bottom: 1px solid #ddd; }
.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: absolute;
	width: 100vw;
	right:-15px;
	top: 50px;
	display: none;
	height: auto;
	z-index: 110;
	background:none;

}
.mobile_nav ul {
	width: 100%;
}
.mobile_nav ul li{ float: left;
	list-style: none;
	width: 33%; margin-right:0.33%; margin-bottom: 2px;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	background: rgba(0,0,0,0.5);
}
.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;
}
.product-header span{ display:none}
.product-nav ul{ width:100%; text-align:center;}
.product-nav li{ display:inline-block; width: 40%; height:  auto; margin: 1%;}
.product-nav li span {
    position: relative;
    display: block;
    width: 100%;
 max-height: 122px;
     height:  auto;
    overflow: hidden;
    }
.product-nav li span img{ width: 100%; height:  auto; position: static; }
.product-nav li span img.imghou{ position: absolute; z-index: -1; top: 0; display:none; width: 0;}
.product-nav .ckgd{  width:130px; height:203px; display:none}
.proNav{ width:100%; text-align:center;}
.proNav li{ display:inline-block; float:none; height: auto;}
.proNav li a { position: static; top: 0; left: 0; width: 100%; height: 100%;}
.proNav li span{ max-height:120px;height:auto; overflow: hidden;}
.proNav li span img{ height: 100%;}
.proNav li .imghou{ display: none; width: 0; height: 0;}
.proNav li span { width: 100%;}
.proNav .ckgd{  width:130px; height:203px; display:none}
.product-header p{ position:static; line-height:23px;}
.jptj-header .span6{ display:none;}
.jptj-header p{ position:static;}
.lher ul>li{ width: 40%;}
.proNav li p{ width: 98%;}
#inhert_cart{ margin: 0;}
.jobList li{    height: 41px;
    width: 33%;
    overflow: hidden;
}
.page-guestbook b{ text-align:left;}
#shopjg span { margin:20px 0 0;}
.contain{ width:100%; overflow:hidden;}
.container{ width:100%; padding:0 15px  !important;}

	 }