﻿*{margin: 0;padding: 0;list-style: none;}
/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
 */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
/** 设置默认字体 **/
body,
button, input, select, textarea  { font: 16px/1.5 'Micorsoft YaHei', '微软雅黑', MSYH, \5b8b\4f53, sans-serif, ZZGFLQ;}
body{ width: 10rem;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
/*small { font-size: 12px; }  小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a, a:link, a:visited{ text-decoration: none; color: #434343;}
a:hover{ text-decoration: none !important; color: #00774a; transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -moz-transition-duration: .2s;}

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline:none;border:none; background:none;} /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/*图片边框*/
img{border: 0;}
/* 清除浮动 */
.pull-left { float: left; }
.pull-right { float: right; }
.clearfix::after{content:"";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{*zoom:1;}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*页面通用样式*/
.lz_wrap{ width: 8.9375rem; margin: 0 auto;}
.ln_wrap{ width: 8.197917rem; margin: 0 auto;}
.lz_wrap>p{ font-size: 0.104167rem; border-bottom: 0.005208rem solid #d7d3d2; padding: 0.40625rem 0 0.15625rem 0;}
.ln_wrap>p{ font-size: 0.09375rem; padding: 0.364583rem 0 0.208333rem 0;}
/*.lz_left { width: 2.619792rem; height: 5.875rem; background-color: #f7f6f6; margin-top: 0.15625rem; border-radius: 0.078125rem;}*/

/*通用头部*/

.header{
  position: fixed;
  top: 0;
  z-index: 100000;
  background: rgba(245,245,245,1);
  width: 100%;
}
.topbar{
	padding: 0 0.052083rem 0 0.3125rem;
  height: 0.66rem;
  box-sizing: border-box;
}
.topbar_logo img{
	/*width: 1.71875rem;
	height: 0.255208rem;*/
	padding-top: 0.208333rem;
	max-height: 0.35rem;
}
.topbar_nav>ul>li{
	float: left;
  padding: 0 0.197917rem 0.15625rem 0.197917rem;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.364583rem;
  height: 0.3rem;
}
.topbar_nav>ul>li>a.active{
  color: #00774a;
}
.topbar_nav>ul>li:hover>a{
  padding-bottom: 0.02rem;
  color: #00784b;
  border-bottom:0.010417rem solid #00784b;
}
.topbar_nav a {
    font-size: 0.078125rem;
}
.topbar_nav>ul>li>ul{
  display: none;
  position: absolute;
  top: 0.292rem;
  z-index: 66;
  background: rgba(255,255,255,.6);
  height: 1.9rem;
  padding: 0.197917rem 0.14rem 0 0.14rem;
  box-sizing: border-box;
  text-align: center;
}
.topbar_nav>ul>li:nth-child(n+2):nth-child(-n+6):not(:nth-child(5))>ul{
  width: 1rem;
  left: -0.12rem;
}
.topbar_nav>ul>li:nth-child(5)>ul{
  width: 1.1rem;
  left: -0.12rem;
}
.topbar_nav>ul>li:nth-child(7)>ul{
  width: 1.1rem;
  left: -0.16rem;
}
.topbar_nav>ul>li:nth-child(8)>ul{
  width: 1.72rem;
  height: 2.267708rem;
  left: -0.4rem;
}
.topbar_nav>ul>li>ul>li+li{
    margin-top: 0.104167rem;
}
.search-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0.203125rem;
  right: 0.755208rem;
}
.search-wrapper::after{
  content: '';
  background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/search_line.png) no-repeat;
  background-size: 0.005208rem 0.119792rem;
  width: 0.005208rem;
  height: 0.119792rem;
  display: inline-block;
  position: absolute;  
  top: 0.08rem;
  right: -0.08rem;
}
.search-wrapper .input-holder {
  overflow: hidden;
  height: 0.260417rem;
  background: rgba(255,255,255,0);
  border-radius:0.03125rem;
  position: relative;
  width:0.364583rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
  border-radius: 0.260417rem;
  width:1.302083rem;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
  width:100%;
  height: 0.15625rem;
  padding:0px 0.364583rem 0 0.104167rem;
  opacity: 0;
  position: absolute;
  top:0px;
  left:0px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:none;
  outline:none;
  font-family:"Open Sans", Arial, Verdana;
  font-size: 0.083333rem;
  font-weight: 400;
  line-height: 0.104167rem;
  color:#FFF;
  -webkit-transform: translate(0, 0.3125rem);
  -moz-transform: translate(0, 0.3125rem);
  transform: translate(0, 0.3125rem);
  -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  -webkit-transform: translate(0, 0.052083rem);
  -moz-transform: translate(0, 0.052083rem);
  transform: translate(0, 0.052083rem);
}
.search-wrapper .input-holder .search-icon {
  border:none;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.036rem;
  border-radius: 0.15625rem;
  background: #00784b;
  padding:0px;
  outline:none;
  position: relative;
  z-index: 2;
  float:right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
  width: 0.2rem;
  height:0.2rem;
  margin: 0.036rem;
  border-radius: 0.15625rem;
}
.search-wrapper .input-holder .search-icon span {
  width:0.104167rem;
  height:0.104167rem;
  display: inline-block;
  vertical-align: middle;
  position:relative;
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  transform: rotate(-48deg);
  -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
  -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
  transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content:'';
}
.search-wrapper .input-holder .search-icon span::before {
  width: 0.016rem;
  height: 0.05rem;
  left: 0.041667rem;
  top: 0.08rem;
  border-radius: 0.010417rem;
  background: #FFFFFF;
}
.search-wrapper .input-holder .search-icon span::after {
  width: 0.067708rem;
  height: 0.067708rem;
  left: 0px;
  top: -0.010417rem;
  border-radius: 0.1rem;
  border: 0.014rem solid #FFFFFF;
}
.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top:0.08rem;
  right:0.104167rem;
  width:0.12rem;
  height:0.12rem;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.search-wrapper.active .close {
  right:-0.260417rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
  position:absolute;
  content:'';
  background: #00784b;
  border-radius: 0.010417rem;
}
.search-wrapper .close::before {
    width: 0.026042rem;
    height: 0.130208rem;
    left: 0.052083rem;
    top: 0px;
}
.search-wrapper .close::after {
    width: 0.130208rem;
    height: 0.026042rem;
    left: -0.005208rem;
    top: 0.052083rem;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:0.416667rem;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 0.072917rem;
    display:none;
    color:#B7B7B7;
}

input::-webkit-input-placeholder {
    color: #aab2bd;
}
input:-moz-placeholder {
   color: #aab2bd;
}
input::-moz-placeholder {
   color: #aab2bd;
}
input:-ms-input-placeholder {
   color: #aab2bd;
}
.topbar_nav>div>a{
  font-size: 0.066562rem;
  color: #00784b;
  width: 0.328125rem;
  height: 0.119792rem;
  line-height: 0.119792rem;
  display: inline-block;
  border: 1px solid #00784b;
  text-align: center;
  border-radius: 0.02rem;
  position: absolute;
  top: 0.14rem;
  right: 0.4rem;
}

/*通用底部*/

.foot_top{
    background: #00713b;
    padding: 0.25rem 1.057292rem 0.208333rem 0.947917rem;
}
.foot_top>div{
    float: left;
}
.foot_top>div:nth-child(1){
    text-align: center;
}
.foot_top>div>img:nth-child(1){
    max-width: 1.1rem;

}
.foot_top>div>img:nth-child(2){
    width: 0.723958rem;
    height: 0.723958rem;
    display: block;
    margin: 0.104167rem auto 0.041667rem auto;
}
.foot_top>div:nth-child(2){
    margin: 0 0.5625rem 0 1.21875rem;
    line-height: 0.13rem;
}
.foot_top>div:nth-child(3){
    line-height: 0.145833rem;
}
.foot_top>div:nth-child(3)>h1>a{
    padding-bottom: 0.06rem;
    font-size: 0.145833rem;
    display: inline-block;
}
.foot_top p{
    font-size: 0.078125rem;
    color: #FFFFFF;
}
.foot_top p:nth-child(n+12){
  text-indent: 0.15625rem;
}
.foot_top a:hover, .foot_down a:hover{
    color: #6fba2c;
}
.foot_down{
    background: #090909;
    height: 0.385417rem;
    line-height: 0.385417rem;
    color: #FFFFFF;
    font-size: 0.0625rem;
    padding-left: 0.9375rem;
}
.foot_top a, .foot_down a{
    color: #FFFFFF;
}

/*通用页数*/

 #kkpager {
  color: #999;
  float: right;
  margin: 0.885417rem 1.6rem 0.229167rem 0;
}
#kkpager a {
  float: left;
  font-size: 20px;
  border: 1px solid #ccc;
  display: inline;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #999;
  font-size: 5px;
}
#kkpager span.disabled {
  float: left;
  font-size: 20px;
  display: inline;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  color: #DFDFDF;
  font-size: 5px;
}
#kkpager span.curr {
  float: left;
  font-size: 20px;
  border: 1px solid #FF6600;
  display: inline;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #FFEEE5;
  color: #FF6600;
  font-size: 5px;
}
#kkpager a:hover {
  border: 1px solid #FF6600;
  background-color: #FF6600;
  color: #fff;
}
.spanDot{
    display: none;
}

/*首页*/

.container>.unslider{
  margin-top: 0.66rem;
  position: relative;
}
.container>.unslider>.unslider-nav{
  position: absolute;
  left: 0.541667rem;
  bottom: 0.208333rem;
  z-index: 99;
}
.container>.unslider>.unslider-nav ol li {
  width: 0.052083rem;
  height: 0.052083rem;
  margin: 0 0.052083rem;
  background: #FFFFFF;
  border-radius: 0.078125rem;
}
.container>.unslider>.unslider-nav ol li.unslider-active {
  box-shadow: 0 0 0 0.010417rem #00774a;
  background: #fff;
  cursor: default;
}
.container>.unslider>.banner, .container>.unslider>.banner img{
    width: 10rem;
    height: 2.401042rem;
}
.cont1{
    height: 2rem;
}
.cont1 .banner{
    width: 1.838542rem;
    height: 1.322917rem
}
.lz_appear, .lz_appear img{
    width: 1.838542rem;
    height: 1.322917rem;
}
.lz_about{
    background: #e5e8ed;
    width: 5.5rem;
    padding: 0.208333rem 0.208333rem 0.14rem 0.302083rem;
    box-sizing: border-box;
}
.lz_about h2{
    font-size: 0.115rem;
    color: #00774a;
    margin-bottom: 0.083333rem;
}
.lz_about h2 span, .lz_news h2 span{
    color: #8a9199;
}
.lz_about1 p{
    width: 1.354167rem;
    display: inline-block;
    letter-spacing: 0.01rem;
    padding: 0.15625rem 0 0 0.13625rem;
    font-size: 0.078125rem;
}
.lz_about1 p span{
    font-weight: bold;
}
.lz_about1 a, .lz_news>div>a{
    display: block;
    margin-top: 0.15625rem;
    text-align: right;
    color: #00774a;
}
.lz_about1 a img, .lz_news>div>a>img{
    vertical-align: middle;
    padding-left: 0.052083rem;
    width: 0.203125rem;
    height: 0.197917rem;
}
div#myvideo{
     width: 1.59375rem!important;
     height: 1.286458rem!important;
}

.lz_news{
    width: 4.5rem;
    padding: 0.208333rem 0.3125rem 0 0.145833rem;
    box-sizing: border-box;
}
.lz_appear>.unslider{
  position: relative;
}
.lz_appear .unslider-nav{
  position: absolute;
  bottom: 0.140625rem;
  right: 0.130208rem;
  z-index: 12;
}
.lz_appear .unslider-nav ol li{
    width: 0.0625rem!important;
    height: 0.0625rem!important;
    border-radius: 0!important;
    border: 0.010417rem solid #fff!important;
    background: #FFFFFF!important;
}
.lz_appear .unslider-nav ol li.unslider-active {
  background: #004a25!important;
}
.lz_news>div>img{
    width: 1.713542rem;
    height: 1.317708rem;
    margin-right: 0.21875rem;
}
.lz_news>div>ul{
    padding-top: 0.12rem;
}
.lz_news>div>ul>li{
    background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/news_icon.png) no-repeat 1.83rem center;
}
.lz_news h2{
    font-size: 0.115rem;
    margin-bottom: 0.114583rem;
}
.lz_news>div>ul>li>a>span{
    font-size: 0.083333rem;
    line-height: 0.18rem;
}
.lz_news>div>ul>li>a>span:nth-child(1){
    display: inline-block;
    width: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lz_news>div>ul>li>a>span:nth-child(2){
    float: right;
}
.lz_news>div>a{
    margin-top: 0.09375rem!important;
}
.xs_business{
    width: 7.0625rem;
    margin: 0 auto;  
    overflow: hidden;
}
.xs_business>h2{
    text-align: center;
    background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/display.png) no-repeat center 0.1rem;
    font-size: 0.140625rem;
    color: #00774a;
    margin: 0.239583rem auto 0.197917rem auto;
}
.xs_business>h2 span{
    display: block;
    font-size: 0.088542rem;
    color: #9ba1a9;
}
.xs_business>ul>li{
    float: left;
    width: 2.28125rem;
}
.xs_business>ul>li+li{
    margin-left: 0.109375rem;
}
.xs_business>ul>li:nth-child(4){
    margin-left: 0!important;
}
.xs_business>ul>li:nth-child(n+4){
  margin-top: 0.114583rem;
}
.xs_business>ul>li>a>img{
  width: 100%;
  height: 1.40625rem;
}
.xs_business>ul>li>a>p{
  text-align: center;
  font-size: 0.09375rem;
  padding: 0.1875rem 0 0.25rem 0;
}
#allmap {
  width: 10rem;
  height: 1.208333rem;
}

/*新闻页*/

.lz_banner img{
    width: 10rem;
    display: block;
    margin-top: 0.66rem;
}
/*.lz_left>ul{
    padding: 0.244792rem 0 0 1.015625rem;
    font-size: 0.09375rem;
}
.lz_left>ul>li{
    padding-top: 0.171875rem;
    font-size: 0.09375rem;
}
.lz_left>ul>li>a{
  position: relative;
  letter-spacing: 0.01rem;
}
.lz_left>ul>li a.active{
  color: #00774a;
}
.lz_left>ul>li>a::before{
  content: '';
  background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/round.png) no-repeat left center;
  width: 0.036458rem;
  height: 0.036458rem;
  background-size: 0.036458rem 0.036458rem;
  position: absolute;
  left: -0.4rem;
  top: 0.05rem;
  display: none;
}
.lz_left>ul>li>a.active::before{
  display: inline-block;
}*/

.lz_left {
    width: 1.3rem;
    height: 5.875rem;
    background-color: #f7f6f6;
    margin: 0.15625rem 0 0.3125rem 0;
    border-radius: 0.078125rem;
}
.lz_left>ul {
    padding: 0.244792rem 0 0 0.48rem;
    font-size: 0.09375rem;
}
.lz_left>ul>li{
    padding-top: 0.171875rem;
    font-size: 0.09375rem;
}
.lz_left>ul>li>a{
  position: relative;
  letter-spacing: 0.01rem;
}
.lz_left>ul>li a.active{
  color: #00774a;
}
.lz_left>ul>li>a::before {
    content: '';
    background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/round.png) no-repeat left center;
    width: 0.036458rem;
    height: 0.036458rem;
    background-size: 0.036458rem 0.036458rem;
    position: absolute;
    left: -0.1rem;
    top: 0.05rem;
    display: none;
}
.lz_left>ul>li>ul>li>a.active::before{
  display: inline-block;
}
.lz_left>ul>li>ul>li>a::before {
    content: '';
    background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/round.png) no-repeat left center;
    width: 0.036458rem;
    height: 0.036458rem;
    background-size: 0.036458rem 0.036458rem;
    position: absolute;
    left: -0.1rem;
    top: 0.05rem;
    display: none;
}
.lz_left>ul>li>a.active::before{
  display: inline-block;
}
.news_right, .newsIn_right{
    width: 6.5rem;
    margin: 0 auto;
}
/*.news_right .search{
    width: 2.270833rem;
    height: 0.260417rem;
    border: 0.005208rem solid #4d4e4e;
    margin: 0.15625rem 0 0 3.41rem;
}
.news_right input[type="text"]{
    width: 1.885417rem;
    height: 0.260417rem;
    padding-left: 0.104167rem;
    box-sizing: border-box;
 }
.news_right input[type="button"]{
    width: 0.385416rem;
    height: 0.260417rem;
    background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/search.png) no-repeat #087b50 0.13rem center;
    vertical-align: middle;
    float: right;
    cursor: pointer;
 }*/
.news_right ul{
    padding-top: 0.208333rem; 
}
.news_right>ul>li{
    overflow: hidden;
 }
.news_right>ul>li+li{
    margin-top: 0.2rem;
 }
.news_right>ul>li>a{
    margin-top: 0.3rem;
    display: block;
  	 max-width: 3.95rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;

 }
.news_right>ul>li>a>p{
    font-size: 0.09375rem;
    margin-bottom: 0.08rem;
 }
 .news_right>ul>li>a>span{
    font-size: 0.08rem;
 }
.news_right>ul>li>img{
    width: 1.526042rem;
    height: 0.901042rem;
    padding-right: 0.4rem;
 }

/*新闻内页*/

.newsIn{
  padding-bottom: 0.3125rem;
}
.newsIn_left{
  height: 6.958333rem!important;
}
.newsIn_right>a{
  width: 0.46875rem;
  height: 0.208333rem;
  border:0.005208rem solid #707070; 
  line-height: 0.208333rem;
  text-align: center;
  display: inline-block;
  margin: 0.260417rem 0 0.338542rem 4.817708rem;
}
.newsIn_right>a:hover{
  background: #00774a;
  color: #FFFFFF;
}
article{
  width: 5.395833rem;
}
article>header>h2{
  font-size: 0.094896rem;
  font-weight: bold;
}
.article>div>p:nth-child(1){
  width: 2.567708rem;
  float: left;
}
.article>div>p:nth-child(2){
  float: right;
  margin-bottom: 0.28125rem;
  width: 2.828125rem;
}
.article>div>p:nth-child(2) img{
  width: 2.583333rem;
  height: 1.625rem;
}
.article>div>p:nth-child(2) span{
  display: block;
  font-style: 0.078125rem;
  font-weight: bold;
}
article>header>p{
  font-size: 0.094896rem;
  margin: 0.083333rem 0 0.104167rem 0;
}
.article p{
  font-size: 0.083333rem;
  line-height: 0.182292rem;
  text-indent: 0.166666rem;
}
.prenext{
  margin-top: 0.12rem;
}
.prenext a{
  display: block;
  font-size: 0.083333rem;
  line-height: 0.16rem;
}

/*客户访问*/

.customer{
  margin-bottom: 0.302083rem;
}
.customer_left{
  height: 6.119792rem!important;
}
.customer_right{
  width: 5.572917rem;
  margin: 0.223958rem 0.8rem 0 0;
}
.customer_right li{
  float: left;
  margin-left: 0.06rem;
}
.customer_right>ul>li:nth-child(3n+1){
  margin-left: 0!important;
}
.customer_right li>img{
  width: 1.8125rem;
  height: 1.307292rem;
}
.customer_right li p{
  font-size: 0.09375rem;
  text-align: center;
  margin: 0.114583rem 0 0.25rem 0;
}


/*公司介绍*/

.introduce{
  padding-bottom: 0.286458rem;
}
.introduce_left{
  height: 5.083333rem!important;
}
.introduce_right>img{
  width: 6.9rem;
  height: 2.2rem;
  margin:0.208333rem 0 0.0625rem 0; 
}
.introduce_right>div>p{
  width: 7rem;
  font-size: 0.083333rem;
  line-height: 0.1875rem;
  text-indent: 0.170833rem;
}
.introduce_right>div>p>span{
  font-size: 0.098958rem;
  font-weight: bold;
}
.introduce_right>div>p+p{
  margin-top:0.114583rem; 
}

/*公司内页介绍*/

.company_intro{
  margin-bottom: 0.3125rem;
}
.company_intro_left{
  height: 5.041667rem!important;
}
.company_intro_right{
  width: 6.5rem;
  margin-top: 0.375rem;
}
.company_intro_right>img{
  width: 3.505208rem;
  height: 2.109375rem;
  display: block;
  margin:0 auto;
}
.company_intro_right>h3{
  text-align: center;
  font-size: 0.09375rem;
  color: #087b50;
  font-weight: bold;
  margin: 0.104167rem 0 0.130208rem 0;
}
.company_intro_right>p{
  font-size: 0.078125rem;
  line-height: 0.171875rem;
  text-indent:0.15625rem; 
}
.company_intro_right>p>a{
  color: #087b50;
}
/*联系我们*/

.contact{
    padding-bottom: 0.3125rem;
}
.contact_left{
  height: 4.21875rem!important;
}
.contact_right{
  width: 7rem;
}
.call{
  width: 5.067708rem;
  font-size: 0.09375rem;
  line-height: 0.211719rem;
  letter-spacing: 0.01rem;
  margin: 0.338542rem 0 0.208333rem 0;
}
.call h3{
  font-weight: bold;
}
.contact_right>div>#allmap {
  width: 100%;
  height: 2.447917rem;
}
.contact_right>div:nth-child(2){
  border:0.005208rem solid #69af95;
  padding: 0.052083rem;
}

/*厂容厂貌*/

.appearance{
  margin-bottom: 0.260417rem;
}
.appearance_left{
  height: 5rem!important;
}
.appearance_right{
  width: 7rem;
  margin-top: 0.15625rem;
}
.appearance_right>ul>li{
  float: left;
  margin: 0.114167rem 0 0 0.052083rem;
}
.appearance_right>ul>li>img{
  width: 1.619792rem;
  height: 1.109375rem;
  display: block;
}

/*企业文化*/

.culture_left{
  height: 5.75rem;
}
.culture_right{
  /*width: 5.614583rem;*/
  width: 7rem;
  margin-top: 0.291667rem;
}
.culture_right>h2{
  font-size: 0.104167rem;
  font-weight: bold;
  margin-bottom: 0.072917rem;
}
.culture_right>p{
  font-size: 0.083333rem;
  line-height: 0.189rem;
}
.culture_down{
  margin: 0.3125rem auto 0.364583rem auto;
  width: 9.510417rem;
  overflow:hidden; 
  position:relative;
}
.culture_down .prev{
  background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/prev.png);
  width: 0.203125rem;
  height: 0.197917rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  background-size: 0.203125rem 0.197917rem; 
}
.culture_down .next{
  background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/next.png);
  width: 0.203125rem;
  height: 0.197917rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  background-size: 0.203125rem 0.197917rem; 
}
.culture_down .bd ul{ 
  overflow:hidden;
  zoom:1;
 }
.culture_down .bd ul li{ 
  margin:0 0.03125rem;
   float:left;
  _display:inline;
  overflow:hidden;
  text-align:center;
}
.culture_down .bd ul li p{
  font-size: 0.095104rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #dcdcdc;
}
.culture_down .bd ul li img{ 
  width: 1.697917rem; 
  height: 1.125rem; 
  display: block;
}
.culture_down .bd ul li a:hover img{ 
  border-color:#999;
}
.tempWrap{
  margin: 0 auto;
}

/*客户服务*/

.service {
  padding-bottom: 0.286458rem;
  position: relative;
}
.service_left{
  height: 5.9375rem !important;
}
.service_right{
  width: 7rem;
  height: 5.869792rem;
  margin-top: 0.239583rem;
  font-size: 0.083333rem;
}
.service_right>p{
  border-bottom: 0.005208rem solid #f1f1f1;
  padding: 0.15625rem 0;
  box-sizing: border-box;
  line-height: 0.15625rem;
}
.service_right>h2>span{
  font-size: 0.09375rem;
  font-weight: bold;
}
.service_right>h2>img{
  vertical-align: middle;
  padding-right: 0.041667rem;
}
.service_right>p:nth-child(2){
  font-weight: bold;
}
.service_map{
  width:5.567708rem;
  height: 2.447917rem;
  position: absolute;
  top: 4.2rem;
  left: 2.85rem;
}

/*公司荣誉*/

.honor{
  padding-bottom: 0.286458rem;
}
.honor_left{
  height: 4.927083rem !important;
}
.honor_right{
  width: 7rem;
  margin-top: 0.3rem;
}
.honor_right>ul+ul{
  padding-top: 0.130208rem;
  box-sizing: border-box;
}
.honor_right>ul>li{
  display: inline-block;
}
.honor_right>ul>li+li{
  padding-left: 0.05rem;
}
.honor_right>ul>li>img{
  width: 1.677083rem;
  height: 1.213542rem;
}
.honor_right>ul>li>img:hover{
  border: 0.005208rem solid #0a0909;
  width: 1.666667rem;
  height: 1.197917rem;
  cursor: pointer;
}

/*产品中心列表*/

.product{
  margin-bottom: 0.364583rem;
}
.product_left{
  width: 1.4rem!important;
  height: 5.3125rem !important;
}
.product_left>ul, .productList_left>ul{
  padding: 0.244792rem 0 0 0.22rem!important;
}
.product_right{
  width: 6.010417rem;
}
.product_right>ul>li>a>img{
  width: 1.885417rem;
  height: 1.239583rem;
  padding-top: 0.130208rem;
  display: block;
}
.product_right>ul>li{
  display: inline-block;
  text-align: center;
  margin-top: 0.208333rem;
}
.product_right>ul>li+li{
  margin-left: 0.104167rem;
}
.product_right>ul>li>a>p{
  padding-top: 0.15625rem;
  font-size: 0.09375rem;
}
.product_right>ul>li:nth-child(4){
  margin-left: 0 !important;
}


/*product1*/

.product1{
  padding-bottom: 0.286458rem;
}
.product1_left{
  height: 5.3125rem !important;
}
.product1_right{
  width: 6.010417rem;
  margin-top: 0.15625rem;
}
.product1_right>ul>li>a>img{
  height: 1.026042rem;
}
.product1_right>ul>li{
  width: 1.875rem;
  height: 1.25rem;
  background-color: #151515;
  display: inline-block;
  text-align: center;
}
.product1_right>ul>li+li{
  margin-left: 0.130208rem;
}
.product1_right>ul>li>a{
  display: table-cell;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.25rem;
}
.product1_right>ul>li>p{
  padding-top: 0.15625rem;
  font-size: 0.09375rem;
}

/*company*/

.company{
  padding-bottom: 0.286458rem;
}
.company_banner img, .company_banner{
  width: 10rem;
  height: 2.40625rem;
}
/*.company>p{
  padding: 0.40625rem 0 0.15625rem 0.338542rem;
}*/
.company_left, .company_intro_left{
  width: 1.8rem !important;
  height: 5.036458rem !important;
}
.company_left ul, .company_intro_left ul{
    padding: 0.244792rem 0 0 0.2rem;
}
.company_left ul li a::before, .company_intro_left ul li a::before{
  left:-0.1125rem !important;
}
.company_right{
  width: 6.010417rem;
}
.company_right>ul>li>a>img{
  width: 1.734375rem;
  height: 1.052083rem;
  display: block;
}
.company_right>ul>li{
  padding-top: 0.130208rem;
  display: inline-block;
  text-align: center;
  margin-top: 0.208333rem;
  box-sizing: border-box;
}
.company_right>ul>li+li{
  margin-left: 0.104167rem;
}
.company_right>ul>li>a>p{
  padding-top: 0.104167rem;
  font-size: 0.09375rem;
}
.company_right>ul>li>a>img:hover{
  width: 1.713542rem;
  height: 1.03125rem;
  border:0.010417rem solid #087b50;
}
.company_right>ul>li:nth-child(3n+1){
  margin-left: 0 !important;
}

/*在线留言*/

.message>form{
  width: 6.75rem;
  margin: 0.18rem auto 0.5rem auto;
  font-size: 0.104167rem;
}
.message>p{
  padding-left: 0.083333rem;
}
.message>form>input[type="text"]{
  width: 2.484375rem;
  height: 0.2rem;
  border: 0.005208rem solid #727272;
  margin: 0 0.3125rem 0.14rem 0;
  padding-left: 0.1rem;
  box-sizing: border-box;
}
.message>form>textarea{
  resize: none;
  border: 0.005208rem solid #727272;
  width: 2.484375rem;
  height: 0.6rem;
  margin-right: 0.3125rem;
  padding: 0.1rem 0 0 0.1rem;
  box-sizing: border-box;
}
.message>form>span{
  width: 0.885417rem;
  display: inline-block;
}
.message>form>input[type="button"]{
  width: 1.041667rem;
  height: 0.364583rem;
  background-color: #00784b;
  border:0.005208rem solid #727272;
  margin:0.05rem 0 0 0.860417rem;
  color: #FFFFFF;
}
.message>form>input[type="submit"]{
  width: 1.041667rem;
  height: 0.364583rem;
  background-color: #00784b;
  border:0.005208rem solid #727272;
  margin:0.05rem 0 0 0.860417rem;
  color: #FFFFFF;
}

/*通用耐火制品*/

.productList{
  padding-bottom: 0.286458rem;
}
.productList>p{padding: 0.40625rem 0 0.15625rem 0.338542rem;
}
.productList_left{
  height: 5.609375rem !important;
}
.productList_right{
  width: 5.786458rem;
  margin-top: 0.364583rem;
}
.productList_right_top{
  margin-right: 0.510417rem;
}
.productList_right_top>div:nth-child(2){
  margin-top: 0.354167rem;
}
.productList_right_top>div>ul{
  padding-left: 0.286458rem;
}
.productList_right_top>div:nth-child(1) ul{
  float: left;
}
.productList_right_top>div>ul>li{
  padding-top: 0.119792rem;
  font-size: 0.083333rem;
}
.productList_right_top>div>h2{
  font-size: 0.09375rem;
  font-weight: bold;  
}

/*产品内页*/

.proIn_left{
  height: 5.822917rem!important;
}
.proIn_right{
  width: 4.5rem;
  margin: 0.583333rem 1.229167rem 0.8125rem 0;
}
.proIn_right>div{
  margin-bottom: 0.208333rem;
}
.proIn_right>div>h2{
  font-size: 0.15625rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.7rem;
}
.proIn_right>p{
  line-height: 0.18rem;
  font-size: 0.1rem;
}
.proIn_right>div>img{
  vertical-align: middle;
  width: 1.40625rem;
  height: 1.765625rem;
}
.proIn_right>img{
  width: 100%;
  margin-top: 0.208333rem;
}
.proIn_right span{
    width: 4.4rem;
    display: inline-block;
    vertical-align: top;
}

/*公司装备*/

.equip, .equip1{
  padding-bottom: 0.286458rem;
}
.equip1_left{
  height: 8.885417rem !important;
}
.equip_right, .equip1_right{
  width: 5.865417rem;
  margin: 0.3125rem 0.6rem 0 0.338542rem;
}
.equip1_right>ul>li>img{
  width: 1.885417rem;
  height: 1.239583rem;
  display: block;
}
.equip_right>ul>li, .equip1_right>ul>li{
  display: inline-block;
  text-align: center;
}
.equip_right>ul>li+li, .equip1_right>ul>li+li{
  margin-left: 0.058125rem;
}
.equip_right>ul>li>p, .equip1_right>ul>li>p{
  padding: 0.104167rem 0 0.234375rem 0;
  font-size: 0.09375rem;
}
.equip_right>ul>li:nth-child(3n+1), .equip1_right>ul>li:nth-child(3n+1){
  margin-left: 0 !important;
}
.equip1_right>ul>li:nth-child(n+10){
  width: 1.885417rem!important;
  height: 2.953125rem!important;
}
.equip1_right>ul>li:nth-child(n+10) img{
  width: 1.885417rem!important;
  height: 2.953125rem!important;
}
.equip_left{
  height: 7.239583rem !important;
}
.equip_left>ul{
  padding: 0.244792rem 0 0 0.22rem!important;
}
.equip_right>ul>li>img{
  width: 1.885417rem;
  height: 1.239583rem;
  display: block;
}

/*销售网络*/

.network{
  margin-bottom: 0.328125rem;
}
.network_left{
  height: 5.927083rem!important;
}
.network_right{
  width: 6rem;
  margin-top: 0.1rem;
}
.network_right>h2{
  font-size: 0.14125rem;
  color: #00713b;
  font-weight: bold;
  margin-top: 0.16rem;
}
.network_right>div>h3{
  background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/network_more.png) no-repeat left center;
  background-size: 0.052083rem 0.098958rem;
  padding-left: 0.104167rem;
  font-size: 0.121094rem;
  margin: 0.1rem 0;
}
.network_right>div>h3 span{
  font-size: 0.100885rem;
  padding-left: 0.671875rem;
}
.network_right>div>img{
  width: 4.859375rem;
}

/*业务介绍*/

.epc, .epc1, .epc2{
  margin-bottom: 0.364583rem;
}
.epc_left{
  height: 5.322917rem!important;
}
.epc_right{
  width: 5.670833rem;
  margin: 0.244792rem 0.2rem 0 0;
}
.epc_right>p{
  font-size: 0.083333rem;
  line-height: 0.208333rem;
  text-indent: 0.166666rem;
}
.epc_right>img{
  width: 3.3125rem;
  height: 1.885417rem;
  display: block;
  margin: 0.25rem auto 0 auto;
}

/*业务范围*/

.epc1_right{
  width: 5.46875rem;
  margin: 0.25rem 0.354167rem 0 0;
  line-height: 0.197917rem;
}
.epc1_right>p{
  font-size: 0.083333rem;
}
.epc1_right>p>span{
  font-size: 0.09375rem;
  font-weight: bold;
}
.epc1_right>img{
  width: 4.5rem;
  height: 3.5rem;
  display: block;
  margin: 0 auto;
}

/*主要业绩*/

.epc2_right{
  width: 5.729167rem;
  margin: 0.25rem 0.239583rem 0 0;
}
.epc2_right>p{
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  font-weight: bold;
  text-indent: 0.1875rem;
}
.epc2_right>img{
  width: 5.15625rem;
  height: 1.0rem;
  display: block;
  margin: 0.364583rem auto 0.234375rem auto;
}
.epc2_right>ul>li{
  float: left;
}
.epc2_right>ul>li>img{
  width: 1.359375rem;
  height: 0.901042rem;
}
.epc2_right>ul>li+li{
  margin-left: 0.09375rem;
}

/*下载*/

.download{
  margin-bottom: 0.46875rem;
}
.download_left{
  height: 5.3125rem!important;
}
.download_right{
  max-width: 5.666667rem;
  margin: 0.401042rem 0 0 0.572917rem;
}
.download_right>p{
  font-size: 0.09375rem;
}
.download_right>a{
  font-size: 0.104167rem;
  width: 1.067708rem;
  height: 0.364583rem;
  line-height: 0.364583rem;
  background: #00784b;
  display: block;
  color: #FFFFFF;
  text-align: center;
  margin: 0.208333rem auto 0 auto;
}

/*研发平台*/

.tech{
  margin-bottom: 0.375rem;
}
.tech_left{
  height: 16.072917rem!important;
}
.tech_right{
  width: 5.036458rem;
  margin-top: 0.15625rem;
}
.tech_right p{
  font-size: 0.083333rem;
}
.tech_right div:nth-child(1) p{
  line-height: 0.1875rem;
  text-indent: 0.166666rem;
}
.tech_right div:nth-child(1) img{
  width: 2.276042rem;
  height: 1.510417rem;
}
.tech_right div:nth-child(1) p img+img{
  margin-left: 0.072917rem;
}
.tech_right h3{
  font-size: 0.09375rem;
  font-weight: bold;
  background: url(http://cdn.osnt.wang/luzhongnaicai/pc/cn/img/tech_icon.png) no-repeat left center;
  background-size: 0.046875rem 0.046875rem;
  margin: 0.25rem 0 0.104167rem 0;
  padding-left: 0.078125rem;
}
.tech_right div:nth-child(2){
  border-bottom: 1px solid #231815;
  padding-bottom: 0.25rem;
}
.tech_right div:nth-child(2) img:nth-child(3){
  width: 4.0rem;
  height: 1.963542rem;
  padding: 0.15625rem 0 0.3125rem 0;
}
.tech_right div:nth-child(2) img:nth-child(4){
  width: 4.140625rem;
  height: 2.036458rem;
}
.tech_right div:nth-child(3) img:nth-child(3){
  width: 4.041667rem;
  height: 1.984375rem;
  padding: 0.208333rem 0 0.239583rem 0;
}
.tech_right div:nth-child(3) img:nth-child(4){
  width: 4.208333rem;
  height: 2.067708rem;
}

/*主要技术成果*/

.tech1{
  margin-bottom: 0.302083rem;
}
.tech1_left{
  width: 1.85rem!important;
  height: 5.875rem!important;
  background-color: #f7f6f6!important;
  margin-top: 0.15625rem!important;
  border-radius: 0.078125rem!important;
  height: 5.625rem!important;
}
.tech1_left>ul {
    padding: 0.244792rem 0 0 0.2rem!important;
    font-size: 0.09375rem!important;
}
.lz_left>ul>li>ul>li{
  line-height: 0.234375rem;
}
.lz_left>ul>li>ul>li>a{
  color: #8d8a8a;
  font-size: 0.078125rem;
  position: relative;
}
.lz_left>ul>li>ul>li>a:hover{
  color: #00774a;
}
.tech1_right{
  margin-top: 0.15625rem;
  width: 4.864583rem;
}
.tech1_right>h2{
  font-size: 0.09375rem;
  font-weight: bold;
  margin: 0.078125rem 0;
}
.tech1_right>p{
  font-size: 0.083333rem;
  line-height: 0.192708rem;
  text-indent: 0.166666rem;
}
.tech1_right>img{
  max-width: 4.166667rem;
  padding-top: 0.145833rem;
  display: block;
  margin: 0 auto;
}
.tech1_right>ul>li>img{
  width: 1.161458rem;
  height: 1.088542rem;
}
.tech1_right>ul>li{
  float: left;
  padding: 0.083333rem;
  border: 1px solid #6e6e6e;
  text-align: center;
  box-shadow:-0.010417rem 0.01rem 0.020833rem 0 rgba(0,0,0,.3);
}
.tech1_right>ul>li+li{
  margin-left: 0.0625rem;
}
.tech1_right>ul>li:nth-child(3n+1){
  margin-left: 0!important;
}
.tech1_right>ul>li:nth-child(n+4){
  margin-top: 0.09375rem;
}
.tech1_right>ul>li>p{
  width: 1.270833rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  background: #004d26;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 0.081562rem;
}