*{font-family: "微软雅黑";}
.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
/*头部开始=========================================================================  */
.line{
	background-color:#5a5a5a;
	border-bottom: #bfbfbf solid 5px;
}
.welcome ul>li {
	width: 179px;
	float: left;
	line-height: 40px;
	text-align: center;
}
.head-box{
	background: url(../images/head-box.jpg) no-repeat top center;
}
.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-pc{ text-align:center;}
.nav-pc ul{  padding:0; padding-left:15px; padding-right:15px;}
.nav-pc .menulevel{ padding:0;}

.nav-pc li {
    width: 150px;
    height: 116px;
	  display: inline-block;
    font-size: 15px;
    line-height: 116px;
    text-align: center;
    position: relative;}
	

.nav-pc li a{display: block;}	
.nav-pc li a#menu_selected{ color:#d6000f; font-weight: bold;}
.nav-pc li:hover{ }
.nav-pc li:hover a{ text-decoration:none; color:#d6000f;}
.nav-pc li:hover>.menulevel{ display:block;}

.menulevel{ width:100%; left:0; display:none; margin:0;position: absolute;
    z-index: 999;
    top: 87px;
    }
.menulevel li{ height: 40px; line-height: 40px; display:block; background:#c4c4c4; margin-bottom: 1px; color: #000; }
.menulevel li a span{  color: #000; }
.menulevel li:hover{ background:#d6000f; color: #fff;}
.menulevel li:hover a span{ color: #fff;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/*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;}
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url(bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; top:-100px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; top:-100px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {padding-top:15px; position:absolute;bottom:20px; right:45%; z-index:90 }
.block_home_slider .flex-control-paging li { display:none; 
	margin: 0px; margin-left:10px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:12px; height:12px; display:block; background-repeat:no-repeat; background:#000; text-indent:-9000px; cursor:pointer; display:none;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}
.block_home_slider .flex-control-paging{ display:none;}
.flex-direction-nav{ display:none;}
.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-control-paging{ height:0;  padding-top:0; margin:0;}


/*资质认证*/
.picScroll-left	{  margin-top:40px; width: 100%; position: relative; padding-bottom: 100px;}
.picScroll-left .next{ position: absolute; right:-50px; width: 35px;  height: 315px; display: block; background: url(../images/right_1.gif) no-repeat right center;}
.picScroll-left .prev{ position: absolute;left:-50px; width: 35px;  height: 315px; display: block;background: url(../images/left_1.gif) no-repeat left center;}
.picScroll-left .bd{ max-width: 1200px; margin: 0 auto;}
.picScroll-left .bd li{ margin-top: 15px; position: relative;  float:left;
max-width: 230px;
 width: 230px;
 height: 310px;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
 }
 .picScroll-left .bd li p{ 
	color: #fff;
	font-size: 15px;
	position: absolute;
	text-align: center;
	top: 35px;
	left: 25px;
	z-index: 999;
	display: none;
 }
 .picScroll-left .bd li span{ margin: 0 auto; width: 110px; text-align: center;}

/*选油助手*/
.lm_tit3 {
    color: #FD0100;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.lm_tit {
    color: #d00000;
    font-size: 27px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.lm_tit2 {
    color: #525759;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.xuanzhu-list li{
	border-bottom: 1px dashed #666;
	line-height: 38px;
}


/*index开始=====================================================================================*/
.ziyuan-bt{
	line-height: 80px;
	font-size: 27px;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
	color: #d00000;
}
.ziyuan-bt1{
	line-height: 80px;
	font-size: 24px;
	text-align: left;
	text-indent: 15px;
}
.lianxi-bt{
	line-height: 50px;
	font-size: 24px;
	text-align: left;
	text-indent: 15px;
}
.ziyuan-content{
	height: 375px;
}
.xinwen-content{
	height: 285px;
	background: #fff;
}
.news-img{
	width:390px;
	height: 230px;
	border: #c9c9c9 solid 5px;
}
.news-img img{
	width:390px;
	height: 230px;
}
.news-list{
	width: 700px;
}
.news-list li{
	width: 700px;
	height: 85px;
	font-size: 14px;
	padding: 15px 10px 15px 10px;
	box-sizing: border-box;
}
.news-list li:hover{
	width: 700px;
	height: 85px;
	background: #c4c4c4;
}
.news-list li:hover a{
	color: #000;
}
.n-day {
    width: 69px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-right: #dfdfdf solid 1px;
    padding-right: 10px;
}
.day {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 0;
}
.year {
    line-height: 25px;
}
.n-text {
    width: 305px;
    float: left;
    margin-left: 20px;
}
.n-text {
    width: 565px;
    float: left;
    margin-left: 20px;
}
.bg-white{
	background: #fff;
	height: 290px;
}
.sousuo-content{
	height: 160px;
	margin-left: 165px;
	margin-top: 25px;
}
.contact-content{
	line-height: 24px;
	font-size: 13px;
	text-align: left;
}
.sousuo-content p{
	width: 495px;
	height: 45px;
}
.select{
	width: 320px;
	height: 45px;
}
.search{
	width: 85px!important;
	height: 40px;
	float: right;
	margin-top: 10px;
	background: #D6000F;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	border: none;
}
.xuanze{
	width:160px;
	height:45px; 
	line-height: 45px; 
	text-align: left;  
	font-size: 14px;
}
.lher ul{ width: 100%; height: 40px; margin-bottom: 20px;}
.lher ul>li{ width: 130px; height: 37px; float: left; margin-left: 25px; border: #9e9e9e solid 1px; border-radius: 5px; text-align: center;}
.lher ul> li a{ color: #333; line-height: 37px; text-align: center; font-size: 15px;}
.lher ul> li ul{ display: none;}
.lher ul> li:hover{ width: 130px; height: 37px; border: #9e9e9e solid 1px; border-radius: 5px; background: #d00000; font-weight: bold; }
.lihover{  background: #d00000; color:#fff; font-weight: bold;}
.lher ul> li:hover a{ color: #fff; text-decoration: none;}
.ahover{color: #fff; text-decoration: none;}
.ahover span{color: #fff;}
/*颜色选择器*/
.lher li.hover{ width: 160px; height: 38px; display: inline-block; background: url(../images/s2_li_cur.png) no-repeat #e7463c; color:#fff; line-height: 38px; text-align: center; border: 1px solid #ff938c ;margin: 0 2px;}
.lher li.hover a{ color: #333; color: #fff; text-decoration: none;}

.product-nav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}
.proNav ul{ width:1040px; float:left;}	
.proNav li{width: 326px;
    height:482px;
    float: left;
    margin-right: 8px; margin-top:10px;
    background: #fafafa;
    
    border:#ddd 1px solid ;
    text-align: center;
    position: relative;

	}
.proNav li:hover{  margin-top:10px;}	
.proNav li a{width: 256px;
    height: 256px;    background: #fafafa;}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa;  height:335px; margin:0 auto;}
.proNav li span img{ display: inline-block;}
.proNav li span .lhsp{ position: absolute; display: block; width:100%;  height:335px; z-index: 10; left: 0; top: 0; display: none; background: url(../images/lh616.png)  center center;}
.proNav li:hover {background: #d00000;}
.proNav li:hover a{background:#d00000; text-decoration: none;}
.proNav li:hover span .lhsp{ display: block;}
.proNav li p{ font-weight:100; display: block; width: 230px; line-height: 30px; border: 1px solid #e7463c; margin: 0 auto 10px; color:#e7463c;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:20px;}
.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;}
.work_item {
    width: 340px;
    height: 340px;
    float: left;
    margin: 0 30px;
    position: relative;
		cursor: pointer;
}
.work_thumb{
	width: 320px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.work_thumb1{
	width: 330px;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.work_thumb1 a{
	color: #343434;
	transition: all 0.3s ease-in-out 0s;
}
.work_thumb1 img {
    height: 250px;
   transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.work_thumb1:hover img {
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 	
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 

}
.work_item2 {
    width: 336px;
    float: left;
    margin: 10px 32px;
    position: relative;
    cursor: pointer;
}
.work_item2 h3 {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #484848;
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 12px 0;
    cursor: pointer;
}
.work_thumb2{
	width: 320px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.work_thumb2{
	width: 330px;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.work_thumb2 a{
	color: #343434;
}
.work_thumb2 img {
    height: 250px;
}


.work_thumb a{
	color: #343434;
	transition: all 0.3s ease-in-out 0s;
}
.work_item img, .work_itemset img {
	
}
.work_thumb img {
    height: 200px;
   transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.work_thumb:hover img {
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 	
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 

}
.work_item h3 {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #484848;
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 12px 0;
    cursor: pointer;
}
.work_item p {
    line-height: 18px;
}
.yongtu{
	width: 235px;
	height: 50px;
	margin: 0 auto;
	border-radius: 5px;
	background: #D7000F;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.jieshao{
	width: 1200px;
	margin: 10px auto;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
}
.page-bottom{
	background: #c8c8c8;
}
.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: 40px;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;}
.photos-demo span{ width: 292px; display: inline-block; text-align: center;}
.photos-demo span img{ max-width: 250px;}
.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;}
.submit1{ background: #FF0000;
color: #fff;
display: block;
width: 80px;
line-height: 40px;
margin: 0 auto;
text-align: center;
border: none;
padding: 0 20px;
font-size: 16px;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: 0; background: #c3c3c3;}
/*footer开始====================================================================================*/
#copyright {
    padding: 15px 0px;
    text-align: center;
    position: relative;         
}
.foot-back{
	width: 38px;
	height: 38px;
	position: absolute;
	top: -20px;
	left: 50%;
}

/*防伪查询*/
.chaxun{
	width: 445px;
	margin: 0 auto;
}



#page_main{
	background: #f1f1f1;
}
.page-news,.page-guestbook,.page-products{
	min-height: 800px;
}
.site-nav{height: 50px;
    background: #ababab;
    margin-bottom: 40px;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
    }
	.site-nav span {
    color: #d00000;
    font-weight: bold;
}
.bt{

	height: 86px;
	margin: 0 auto;
	background: url(../images/bt-bottom.jpg) no-repeat center bottom;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	font-weight: bold;
}
.bt1{
	height: 70px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #d7000f;
	font-style:italic;
}

.zhushou{
	width: 880px;
	margin: 0 auto;
}

.lher{
	padding: 0px 6px;
	height: 65px;
	float: left;
	position: relative;
	left: 50%;
}
.lher ul{
	margin: 0;
	padding: 0;
	position: relative;
	left: -50%;
}
.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: #c3c3c3;}
.newsList li .lhfl p{ width: 70px; text-align: center;  color:#d6000f; padding-top: 0;}
.newsList li .lhfl p b{ font-size: 28px; line-height: 47px;}
.newsList li:hover .lhfl{ background: #d6000f;}
.newsList li:hover .lhfl p{ color: #fff;}
.newsList .lhfr{ width: 1075px; float: right;}
.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.png) no-repeat left -33px;  height: 33px; display:block; width: 33px;  float: right;}
.newsList .lhfr:hover .lhjt{background: url(../images/jt.png) no-repeat left 0;}
.newsList .lhfr span{ font-size: 14px;}
.newsList .lhfr .dateTitle { display: block; color: #333; font-size: 18px; }
.newsList .lhfr p{ display: inline-block; width: 94%;}
.newsList li:hover .lhfr .dateTitle{ color: #d6000f;}
.newsList li:hover a{ text-decoration:none ;}
.title{
	text-align: center;
}
.dk_fy_xwzx1 {
    width: 1200px;
    float: left;
    height: 355px;
    border-bottom: #b5b5b5 1px dashed;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.dk_fy_xwzx1 .l {
    height: 350px;
    width:500px;
    float: left;
}
.dk_fy_xwzx1 .r {
    width: 600px;
    height: 350px;
    float: left;
    margin-left: 22px;
}
.dk_fy_xwzx1 .l .d1 {
    width: 417px;
    height: 190px;
}
.dk_fy_xwzx1 .l .d1 p {
    width: 470px;
    line-height: 20px;
    word-wrap: break-word;
}
.dk_fy_xwzx1 .l .d1 p .dk_a1 {
    font-size: 18px;
    font-weight: bolder;
}
.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: #d6000f;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #d6000f;
    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;}
#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 #b4b2b2;
    border-bottom: 1px dotted #b4b2b2;
}
.page span{ display: inline-block; width: 49%; text-align: center;}
.related-list li{ display: inline-block; width: 49%;}
#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: 20px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #ff0000;
}
#ShowImages li{    margin-right: 35px;
    margin-left: 37px;}
#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; background: #e7463c; color: #f7f7f7;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
.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; }
.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 #ff0000;}
#guestbook  dt{ display: inline-block; width: 50%;}
#guestbook textarea,#guestbook input[type="text"]{width: 65%; min-width: 220px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 84%;}
 #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;}
  /* 留言 */
  
  .messList li{ padding-bottom:10px; padding-top:10px; border-bottom:1px solid #ccc;}
.messList li p{padding-top: 20px;}
.messList li .lhfl{ width:70px; height: 80px; float: left; background: #f2f2f2;}
.messList li .lhfl p{ width: 70px; text-align: center;  color:#e7463c; padding-top: 0;}
.messList li .lhfl p b{ font-size: 28px; line-height: 47px;}
.messList li:hover .lhfl{ background: #e7463c;}
.messList li:hover .lhfl p{ color: #f7f7f7;}
.messList .lhfr{ width: 1075px; float: right;}
.messList .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;}
.messList .lhfr .lhjt{ background: url(../images/jt.jpg) no-repeat left -33px;  height: 33px; display:block; width: 33px;  float: right;}
.messList .lhfr:hover .lhjt{background: url(../images/jt.jpg) no-repeat left 0;}
.messList .lhfr span{ font-size: 14px;}
.messList .lhfr .dateTitle { display: block; width:100% ; color: #333; font-size: 18px; }
.messList .lhfr p{ display: inline-block; width: 95%;}
.messList li:hover .lhfr .dateTitle{ color: #002E79;}
.messList li:hover a{ text-decoration:none ;}
/* 大屏幕 */
@media (min-width: 1200px) { 
.about{ min-width:1170px;}
.index-about{ min-width:1170px;}
.nav-pc li {
    width: 150px;}
	.nav-pc li a{ display:block; width:100%; height:100%;}
.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: 980px) and (max-width: 1199px) { 
 	#copyright { margin-top: 40px;}
.about{ min-width:1170px;}
.index-about{ min-width:1170px;}
.logo{ width:690px; float:left;}
.logo a{
	 display:block;
    width: 247px;
    height: 83px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.logo p{ max-width:402px;
    height: 57px;
    float: left;
    margin-left: 20px;
    margin-top: 33px;
    border-left: #dcdcdc solid 1px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
}
.logo p b{font-size: 16px;
    color: #4cb034;
    font-weight: bold;}
.head-top-r{width: 312px;
    height: 54px;
    float: right;
    margin-top: 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;
}
.nav-pc li {
    width: 150px;}
.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) {
	.picScroll-left .next{ z-index:11;right:0px; }
.picScroll-left .prev{ z-index:11;left:0px; }
	.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;}
.xinwen-content{
	width: 100%;
	height: auto;
}
.news-list{
	width: 100%;
	margin: 0 auto;
}
.news-img{
	width: 90%;
}
.news-list li{
	width: 100%;
}
.news-list li:hover{
	width: 100%;
	height: 85px;
	background: #c4c4c4;
}
.n-text{
	width: 65%;
}

.sousuo-content{
	width: 90%;
	margin: 0;
	padding-left: 20px;
}
.sousuo-content p{
	width: 90%;
}
.xuanze{
	width: 25%;
}
.ziyuan-bt1{
	line-height: 80px;
	font-size: 19px;
	text-align: left;
	text-indent: 15px;
}
.zhushou{
	width: 100%;
}
.lher ul>li{ width: 130px; height: 37px; float: left; margin-left: 25px; margin-top: 20px; border: #9e9e9e solid 1px; border-radius: 5px; text-align: center;}
.lher{
	padding: 0px 6px;
	height: auto;
	float: left;
	position: relative;
	left: 50%;
}
.bt1{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #d7000f;
    font-style: italic;
}
.bt {
    height: 86px;
    margin: 0 auto;
    background: url(../images/bt-bottom.jpg) no-repeat center bottom;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.yongtu {
    width: 60%;
    height: 30px;
    margin: 0 auto;
    border-radius: 5px;
    background: #D7000F;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.jieshao {
    width: 95%;
    margin: 20px auto;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.select{
	width: 75%;
	float: left;
	
}
.search{
	width: ;
}
.bg-white{
	margin-top: 20px;
}
.map img{
	width: 90%;
}
.bottom{
	padding-top: 0;
}
.xinwen{
	padding-bottom: 10px;
}

.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;}
		.nav-box{ overflow: hidden;}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}	
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav {
	display: none;
}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #9c9c9c;
	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: #d00000;
}
.mobile_nav ul li:hover a {
	color: #fff;
}
.nav-pc li a#menu_selected{ color:#fff; font-weight: bold;}
.mobile_nav  .menulevel{ position: static;}
.mobile_nav  .menulevel li{
	background: #f3f3f3;
	color: #000;
}
.mobile_nav  .menulevel li a span{

	color: #000;
}
.mobile_nav .menulevel li:hover{
	background: #f3f3f3;
}
.mobile_nav .menulevel li:hover a span{
	color: #d00000;
}
.jobList li{ width:33%;}
.page-guestbook b{ text-align:left;}
#ShowImages li {
    margin-right: 8px;
    margin-left: 8px;
}
	}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	.picScroll-left .next{ z-index:11;right:0px; }
.picScroll-left .prev{ z-index:11;left:0px; }
	.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;}
.xinwen-content{
	width: 100%;
	height: auto;
}
.logo-img img{
	width: 80%;
}
.news-list{
	width: 100%;
	margin: 0 auto;
}
.news-img{
	width: 90%;
}
.news-img img{
	width:100%;
	height: auto;
}
.news-list li{
	width: 100%;
}
.news-list li:hover{
	width: 100%;
	height: 85px;
	background: #c4c4c4;
}
.n-text{
	width: 65%;
}

.sousuo-content{
	width: 90%;
	margin: 0;
	padding-left: 20px;
}
.sousuo-content p{
	width: 90%;
}
.xuanze{
	width: 25%;
}
.ziyuan-bt1{
	line-height: 80px;
	font-size: 19px;
	text-align: left;
	text-indent: 15px;
}
.zhushou{
	width: 100%;
}
.slides li {
    width: 100%;
    margin: 0 auto;
}
.picScroll-left .bd {
    max-width: 100%;
    margin: 0 auto;
}
.lher ul>li{ width: 130px; height: 37px; float: left; margin-left: 25px; margin-top: 20px; border: #9e9e9e solid 1px; border-radius: 5px; text-align: center;}
.lher{
	padding: 0px 6px;
	height: auto;
	float: left;
	position: relative;
	left: 50%;
}
.lher.oil{display:none;}

.bt1{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #d7000f;
    font-style: italic;
}
.bt {
    height: 86px;
    margin: 0 auto;
    background: url(../images/bt-bottom.jpg) no-repeat center bottom;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.yongtu {
    width: 60%;
    height: 30px;
    margin: 0 auto;
    border-radius: 5px;
    background: #D7000F;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.jieshao {
    width: 95%;
    margin: 20px auto;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.bg-white {
    background: #fff;
    height: auto;
    padding-bottom: 30px;

}
.select{
	width: 75%;
	float: left;
	
}
.search{
	width: ;
}
.bg-white{
	margin-top: 20px;
}
.map img{
	width: 90%;
}
.bottom{
	padding-top: 0;
}
.xinwen{
	padding-bottom: 10px;
}
.slide_container {
  margin-bottom: 0;
  }
.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;}
		.nav-box{ overflow: hidden;}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}	
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav {
	display: none;
}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #9c9c9c;
	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: #d00000;
}
.mobile_nav ul li:hover a {
	color: #fff;
}
.nav-pc li a#menu_selected{ color:#fff; font-weight: bold;}
.mobile_nav  .menulevel{ position: static;}
.mobile_nav  .menulevel li{
	background: #f3f3f3;
	color: #000;
}
.mobile_nav  .menulevel li a span{

	color: #000;
}
.mobile_nav .menulevel li:hover{
	background: #f3f3f3;
}
.mobile_nav .menulevel li:hover a span{
	color: #d00000;
}
.jobList li{ width:33%;}
.page-guestbook b{ text-align:left;}
#ShowImages li {
    margin-right: 8px;
    margin-left: 8px;
}
	}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.picScroll-left .next{ z-index:999;right:0px; }
.picScroll-left .prev{ z-index:999;left:0px; }
	.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%;}
.dk_fy_xwzx1 {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: #b5b5b5 1px dashed;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.dk_fy_xwzx1 .l {
    height: 350px;
    width:100%;
}
.dk_fy_xwzx1 .r {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
}
.dk_fy_xwzx1 .l .d1 {
    width: 100%;
    height: 190px;
}
.dk_fy_xwzx1 .l .d1 p {
    width: 100%;
    line-height: 20px;
    word-wrap: break-word;
}
.dk_fy_xwzx1 .l .d1 p .dk_a1 {
    font-size: 18px;
    font-weight: bolder;
}
.focus img{ width: 100%; height: 350px;} 
.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;}
.lher.oil{display:none;}
.site-nav{margin-bottom:5px;}
.bt{height:65px;}
.bt.pt20{padding-top:5px;}

.xinwen-content{
	width: 100%;
	height: auto;
}
.news-list{
	width: 100%;
	margin: 0 auto;
}
.news-img img{
	width:100%;
	height: auto;
}
.logo-img img{
	width: 80%;
}
.news-img{
	width: 90%;
	height: auto;
	margin-left: 15px;
}
.news-list li{
	width: 100%;
}
.news-list li:hover{
	width: 100%;
	height: 85px;
	background: #c4c4c4;
}
.n-text{
	width: 65%;
}
.bottom{
	padding-top: 0;
}
.xinwen{
	padding-bottom: 10px;
}
.sousuo-content{
	width: 85%;
	margin: 0;
	padding-left: 20px;
}
.sousuo-content p{
	width: 100%;
}
.xuanze{
	width: 25%;
}
.select{
	width: 75%;
	float: left;
	
}
.search{
	width: ;
}
.slides li {
    width: 100%;
    margin: 0 auto;
}
.bg-white{
	margin-top: 20px;
}
.map img{
	width: 90%;
}
.ziyuan-bt{
	line-height: 80px;
	font-size: 15px;
	text-align: left;
	text-indent: 15px;
}
.slide_container {
  margin-bottom: 0;
  }
.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;}
		.nav-box{ overflow: hidden;}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}	
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav {
	display: none;
}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #9c9c9c;
	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: #d00000;
}
.mobile_nav ul li:hover a {
	color: #fff;
}
.nav-pc li a#menu_selected{ color:#fff; font-weight: bold;}
.mobile_nav  .menulevel{ position: static;}
.mobile_nav  .menulevel li{
	background: #f3f3f3;
	color: #000;
}
.mobile_nav  .menulevel li a span{

	color: #000;
}
.mobile_nav .menulevel li:hover{
	background: #f3f3f3;
}
.mobile_nav .menulevel li:hover a span{
	color: #d00000;
}
.jobList li{ width:33%;}
.page-guestbook b{ text-align:left;}
#ShowImages li {
    margin-right: 8px;
    margin-left: 8px;
}
	}
 