 @charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#444; font-family:Microsoft YaHei,sans-serif;line-height: 1.5; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none;color: #333;}
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul,dl{padding: 0;margin: 0;}
/* ::-webkit-scrollbar{width: 0px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(211 76% 47% / 0.8);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);} */

:focus{ outline: none; }
.ovfl{ overflow: hidden; }
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{ margin: 0 auto; }
.con-fff{ width:100%;height:100%; }
.fl { float:left; }
.fr { float:right; }
input { border-radius:0; -webkit-appearance:none; appearance:none;/* background:none;*/ border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.clear{ clear:both; height:0; line-height:0; font-size:0; }
table { border-collapse:collapse; border-spacing:0; }
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}


/*注意媒体查询顺序要从小到大*/
@media (min-width:992px) {
  .container {
    width: 100%;
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1230px;
  }
}

@media(min-width:1200px) {
  .xinwenmok {
    max-width: 1260px;
  }
}

.top30{ margin-top: 30px; }
.top50{ margin-top:50px; }
.top60{ margin-top:60px; }
.w1000 { width: 1200px; margin: 0 auto; overflow: hidden; }

#roll{ display:block; width: 15px; margin-right:-620px; position:fixed; right:50%; top:50%; z-index: 20; _margin-right:-525px; _position:absolute; _margin-top:300px;_top:expression(eval(document.documentElement.scrollTop));}
#roll_top, #fall, #ct{ position: relative;cursor: pointer;height: 43px;width: 43px;}
#roll_top{ background: url(../images/top.png) no-repeat;}
#fall{ background: url(../images/top.png) no-repeat 0 -80px;}
/*箭头*/
.pbot{ display:block; width:50px; height:50px; position:absolute; }
.pbot1{ background:url(../images/pbot1.png) no-repeat center;left: -55px; }
.pbot2{ background:url(../images/pbot2.png) no-repeat center;right: -55px; }

/* scroll */
.virtual-scroll{ position: fixed;width: 10px;height: 100vh;right: 0;top: 0;z-index: 1350;background-color: rgba(0, 0, 0, 0);opacity: 0;-webkit-transition: opacity 0.25s;-o-transition: opacity 0.25s;transition: opacity 0.25s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.virtual-scroll:hover{ opacity: 1;background-color: #f1f1f1;}
.virtual-scroll:before{ content: '';position: absolute;width: 100vw;right: 0;height: 100vh;top: 0;display: none;z-index: -1;}
.virtual-scroll.dblclick:hover:after{ content: '';position: absolute;line-height: 40px;padding: 0 30px;background-color: #1a1a1a;color: #fff;right: 25px;bottom: 50px;white-space: nowrap;pointer-events: none;}
.virtual-scroll.active{ opacity: 1; }
.virtual-scroll.mousedown:before{ display: block; }
.virtual-scroll .virtual-scroll-thumb{ position: absolute;width: 10px;height: 200px;background-color: #007440;left: 0;top: 0;-webkit-transition: background-color 0.25s;-o-transition: background-color 0.25s;transition: background-color 0.25s;}
.virtual-scroll .virtual-scroll-thumb:hover{ background-color: #007440; }
.virtual-scroll .virtual-scroll-thumb:hover.active{ background-color: #007440; }
.virtual-scroll .virtual-scroll-thumb.active{ background-color: #007440; }
@media (max-width:767px) {
  .virtual-scroll{display:none;}
}


/* title */
.title {margin-bottom: 40px;text-align: center;font-size: 36px;color: #000;background: url(../images/tit1.png) no-repeat center 18px;}
.title p {color: #343434;font-size: 20px;margin-top: 20px;}
.title li{font-size: 15px;}
.title2 {margin-bottom: 20px;padding-bottom: 10px;color: #aaaaaa;border-bottom: 1px solid #fff;}
.title2 strong {color: #fff;font-size: 24px;}
.title2 p {font-size: 16px;margin: 0;color: #f2f2f2;padding: 15px 0;}
.title4 {text-align: center;font-size: 36px;margin-bottom: 20px;color: #FFF;background: url(../images/white_tit6.png) no-repeat center 30px;}
.title4 p {font-size: 22px;margin: 0}
.title5 {color: #333;}
.title5 p {color: #a1a0a0;}

/* title */

/* headerbox */
.topbar {
    padding: 7px 0;
    background-color: #eb6300;
    color: #fff;
}

.topbar em {
    color: #aeaeae;
    padding: 0 5px
}

.topbar a {
    color: #fff
}
.topbar form{float: left;}
.topbar .tt{border-radius: 5px;color: black;width: 120px;}
.topbar .s_bt{border-radius: 5px;height: 22px; color: black; margin-right:10px;border: 0px;padding: 0 6px;}

.header .logo {
    float: left;
    font-size: 0;
    height: 78px;
    line-height: 78px;
    text-align: left;
    padding: 18px 0 5px 0;
}

.header .tel {
    float: right;
    background: url(../images/tel.png) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 15px;
    color: #000;
    height: 80px;
    line-height: 42px;
    font-size: 18px;
    background-position-y: 20px;
}

.header .tel strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #eb6300;
}
.header{background: #fff;}
.header .nav {
    font-size: 0;
    /*background: url(/template/aodejixie/skin/img/nav.png) repeat-x;*/
    height: 60px;
    position: relative;
    z-index: 2;
    /*margin-top: -10px;*/
    background: #333;
}

.header-logo {
    height: 110px;
}
.header h1,.header h2 {
    position: absolute;
    left: 50%;
    top: 75px;
    font-size: 24px;
    font-weight: bold;
    bottom: 5%;
    z-index: 333;
    margin-left: -375px;
    height: 40px;
}
.header .nav li {
    display: inline-block;
    vertical-align: middle
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    /*padding: 0 0 16px;*/
    color: #FFF;
    width: 140px;
    text-align: center;
}

.header .nav li.cur a {
    background: #eb6300;
    padding-bottom: 0;
}

.header .nav li:hover a {
    background: #eb6300;
    padding-bottom: 0;
}

.header .nav li a:hover {
    color: #fff;
}

.header .nav li.dropdown {
    position: relative
}
.nav ul li {
    height: 60px;
    line-height: 50px;
    float: right;
    padding: 0 5px;
    position: relative;
}

.nav ul li:last-child{ margin-left:0px; }
.nav ul li:nth-child(3):hover .dropdown-box,
.nav ul li:nth-child(4):hover .dropdown-box,
.nav ul li:nth-child(5):hover .dropdown-box,
.nav ul li:nth-child(6):hover .dropdown-box {
    display: block;
}

.header .nav ul li:nth-child(2):hover .dropdown-box:before,
.header .nav ul li:nth-child(3):hover .dropdown-box:before,
.header .nav ul li:nth-child(4):hover .dropdown-box:before,
.header .nav ul li:nth-child(5):hover .dropdown-box:before,
.header .nav ul li:nth-child(6):hover .dropdown-box:before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header .nav .dropdown-box p a {width: 100%;color: #333 !important;font-size: 14px;white-space: nowrap;      /* 确保文本在一行内显示 */overflow: hidden;         /* 隐藏溢出的内容 */text-overflow: ellipsis;  /* 使用省略号表示文本溢出 */
max-width: 150px;padding-left: 10px; padding-right: 10px;}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 107%;
    z-index: 10;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #ffffff;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 14px;
    background-color: transparent !important;
    line-height: 40px;
    color: #FFF !important
}

.header .nav .dropdown-box a:hover {
    background-color: #eb6300 !important;
    color: #FFF !important
}

.header .nav li.open .dropdown-box {
    display: block
}

.header .nav .search {
    float: right;
    margin-top: 17px;
    position: relative;
}

.header .nav .search .soso {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 250px;
}

.header .nav .search .soso input {
    padding: 5px 12px;
    display: inline-block;
}

.header .nav .search .soso button {
    display: inline-block;
    background: #eb6300;
    color: #FFF;
    border: none;
    padding: 6px 12px;
}

.menu-btn {
    display: none;
    padding: 12px 0;
    float: right;
    margin-left: 15px
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #eb6300;
    content: ''
}

.menu-btn:before {
    width: 24px
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px
}

/*header end*/


/* nav */
.navBox{background: #333;}
.navBox>.container{padding-left: 25px;}
.nav>li{float: left;height: 60px;line-height: 50px;padding: 0 5px;margin-left: 20px;}
.nav>li a{display: block;font-size: 16px;line-height: 60px;color: #fff;width: 140px;text-align: center;padding: 0;}
.nav>li.cur a,.nav>li a:hover{background: #eb6300;}
.nav>li:hover .sec_nav:before{
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.nav>li .sec_nav {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 107%;
    z-index: 10;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #ffffff;
}
.nav>li .sec_nav p a {
    width: 100%;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	background-color: transparent;
	line-height: 40px;
}
.nav>li .sec_nav a:hover {background-color: #eb6300;color: #FFF;}
.nav>li:hover .sec_nav{display: block;}


/*轮播图*/
#banner {}
#banner .swiper-slide a{ display:block; }
#banner .swiper-slide img{ display:block;max-width:100%;width: 100%;}
#banner .swiper-pagination{ bottom:15px;font-size:0;}
#banner .swiper-pagination-bullet{ width: 50px;height: 5px;background: #eb6300;opacity:.2;border-radius: unset;}
#banner .swiper-pagination-bullet-active{opacity: 1;}
#banner .swiper-button-prev{ left:70px; }
#banner .swiper-button-next{ right:70px; }


/* product */
.section{padding:0 0 50px 0;}
.section .pro_t { margin-top: 50px; }
.in-pro{width: 100%;height: auto;display: table;}
.lilist{margin-bottom: 30px;}
.lilist li{line-height: 32px;font-size: 16px;padding-left: 20px;background: url(../images/left_li.png) no-repeat left 10px;color: #666;}
.lilist li b{color: #444;display: block;}
/* left */
.in-pro-left{width: 258px;border: 1px solid #eb6300;border-top: none;float: left;}
.in-pro-left .tit{background: #eb6300;color: #fff;text-align: center;padding: 17px 0 17px;}
.in-pro-left .tit span{display: block;font-size: 32px;font-weight: bold;}
.lanmu{background: #fff;}
.lanmu li dl dd {margin: 0 8px;line-height: 30px;text-align: left;margin-bottom: 8px;color: #333;font-size: 15px;margin-top: 8px;padding-left: 20px;background: url(../images/prod_icon1.png) no-repeat 1px;}
.lanmu li dl dd a {display: inline-block;width: 100%;}
.lanmu li dl dd a:hover,.lanmu li dl dd a.cur{color: #eb6300;}
.in-tel{padding: 10px 20px 10px;}
.in-tel span {color: #eb6300;font-size: 18px;}
.in-tel p { margin: 0;font-size: 20px;color: #000;font-weight: bold;}


/* right */
.in-pro-right{width: 922px;background: url(../images/xian1.png) no-repeat top;float: right;}
.in-pro-right ul li {float: left;width: 290px; margin-right: 25px;position: relative;margin-top: 25px;padding: 10px;border: 1px solid #dce1e6;}
.in-pro-right ul li:hover {box-shadow: 0 2px 12px 0 rgb(177 179 182);}
.in-pro-right ul li:nth-child(3n){margin-right: 0;}
.in-pro-right ul li img {width: 100%;height: 250px;object-fit: cover;-webkit-transition: all 2s ease;-moz-transition: all 2s ease;-o-transition: all 2s ease;transition: all 2s ease;}
.in-pro-right ul li p {height: 45px;line-height: 45px;text-align: center;font-size: 18px;font-weight: bold;margin: 0;background: #dce1e6;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;padding: 0 15px;}
.in-pro-right ul li span {
    position: absolute;
    font-size: 18px;
    background: #eb6300;
    padding: 5px 10px;
    left: 34%;
    top: 34%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-pro-right ul li:hover p {background:#eb6300;  color: #fff;}
.in-pro-right ul li:hover span {opacity: 1;}
/* product */

/* in-yd */
.in-yd {background: url(../images/bg1.jpg) no-repeat top center;background-size: cover;padding: 60px 0;}
.in-yd li{float: left;width: 20%;}
.in-yd li a {display: block;background: url(../images/ys-ico.png) no-repeat top center;padding: 96px 0 60px;margin: 30px 10px 0;text-align: center;color: #FFF;font-size: 18px;}
.in-yd li:nth-child(2) a { background: url(../images/ys-ico2.png) no-repeat top center; }
.in-yd li:nth-child(3) a { background: url(../images/ys-ico3.png) no-repeat top center; }
.in-yd li:nth-child(4) a { background: url(../images/ys-ico4.png) no-repeat top center; }
.in-yd li:nth-child(5) a { background: url(../images/ys-ico5.png) no-repeat top center; }
.in-yd li h4 {font-size: 40px;margin: 0;font-weight: bold;line-height: 1.5;}
.in-yd li h4 span {font-weight: normal;font-size: 24px;}


/* g_ys */
.g_ys{background: #f2f2f2 url(../images/ysbg.jpg) no-repeat center top;width: 100%;border-top: 5px solid #c00000;padding: 50px 0;background-size: cover;}
.content {width: 1200px;margin: 0 auto;}
.g_ys img{max-width: 100%;}
.whychoose h2 {padding-top: 30px;background: url(../images/ystit.png) no-repeat center center;height: 156px;color: #eb6300;font-size: 40px;font-weight: bold;color: #eb6300;text-align: center;max-width: 1150px;}
.g_ys h2 a {color: #eb6300;display: block;}
.g_ys h2 em {display: block;font-size: 24px;color: #eb6300;line-height: 36px;margin-top: 8px;}
.margin-top-50{margin-top: 50px;}
.g_ys .dllist{background: #fff;border: 1px solid #F1F1F1;padding: 50px 20px 0 20px;box-shadow: 0 2px 12px 0 rgb(177 179 182);}
.g_ys .dllist dl{float: left;width: 25%;border-right: 1px solid #F1F1F1;padding: 0 22px;height: 230px;}
.g_ys .dllist dl:nth-child(4) {border-right: none;}
.g_ys .dllist dt{font-size: 24px;color: #555;text-align: center;}
.g_ys .dllist dt em{display: inline-block;background: #eb6300;border-radius: 50%;width: 90px;height: 90px;margin-right: 10px;}
.g_ys .dllist dt em img{padding-top: 11px;}
.g_ys .dllist dd{font-size: 16px;color: #666;line-height: 24px;margin-top: 20px;}
.nyoushi h3 {
    width: 70px;
    height: 70px;
    border: 1px solid #e3b74e;
    line-height: 73px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    color: #e3b74e;
    font-family: impact;
    margin-bottom: 15px;
    border-radius: 50%;
    transition: all 1.2s ease;
    cursor: pointer;
}

.nyoushi h5 {
    color: #eb6300;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.nyoushi h5 em {
    line-height: 18px;
    font-family: arial;
    font-size: 14px;
    color: #333333;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-style: italic;
}

.nyoushi .m_p {
    color: #626262;
    font-size: 13px;
    line-height: 24px;
    margin-top: 14px;
    padding: 12px 18px 0 20px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    transition: all 0.5s ease;
    padding-bottom: 20px;
}

.nyoushi .m_p p {
    background: url(../images/ysicoh.png) no-repeat left 10px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
}
.prices {
    text-align: center;
    margin: 0 auto;
    height: 30px;
    margin-top: 60px;
}
.prices a {
    background: #d7ae4a;
    padding: 10px 40px;
    margin: 10px;
    color: #FFF;
}
.prices a:hover{color: #525054;}
.prices a.dingzhi {
    background: #525054;
}
.prices a.dingzhi:hover{color: #d7ae4a;}



/* case */
.g-case{display: none;}
.case{overflow: hidden;padding-bottom: 50px;}
.case .tit{ font-size: 36px; color: #000000; text-align: center; margin: 75px 0 40px;}
.case .tit a{color: #000000; }
.case .tit span{ font-size: 16px; color: #666; display: block; line-height: 32px;}
.case .tit i{ display: block; width: 117px; height: 1px; background: #eb6300; margin: 15px auto 10px;}


.slideTxtBox{overflow: hidden;}
.slideTxtBox .hd{width: 205px;float: left;}
.slideTxtBox .hd li,.slideTxtBox .hd em{height: 58px;margin-bottom: 1px;background: #f4f4f4;line-height: 58px;padding-left: 40px;display: block;}
.slideTxtBox .hd li a { white-space: nowrap;overflow: hidden;text-overflow: ellipsis; max-width: 190px; display: block; }
.slideTxtBox .hd li:hover,.slideTxtBox .hd li.cur{width: 212px;background: url(../images/onequip.jpg) no-repeat;}
.slideTxtBox .hd li:hover a,.slideTxtBox .hd li.cur a{color: #fff;}
.slideTxtBox .hd em a:hover{color: #eb6300;}
.slideTxtBox .bd{float: right;width: 965px;}
.slideTxtBox .bd dl dt{width: 698px;float: left;position: relative;}
.slideTxtBox .bd dl dt img{width: 698px;height: 532px;display: block;}
.slideTxtBox .bd dl dt span {
    width: 698px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font: 14px 'Microsoft  YaHei';
    color: #fff;
    text-align: center;
    line-height: 28px;
    background: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.slideTxtBox .bd dl dt:hover span {     background: #eb6300; }
.slideTxtBox .bd dl dd,.slideTxtBox .bd dl .mor{width: 253px;height: 193px;margin-bottom: 14px;overflow: hidden;position: relative;float: right;}
.slideTxtBox .bd dl .mor{height: 117px;background: url(../images/case_more.jpg) no-repeat;line-height: 117px;text-align: center;font-size: 14px;}
.slideTxtBox .bd dl .mor a{color: #fff; opacity: 0.5;}
.slideTxtBox .bd dl .mor a:hover { opacity: 1; }
.slideTxtBox .bd dl dd a>img{width: 253px;height: 193px;display: block;}
.slideTxtBox .bd dl dd a{ color: #fff;}
.slideTxtBox .bd dl dd span{display: none;text-align: center;background: url(../images/case_ico.png);position: absolute;top: 0;left: 0;font-size: 14px;color: #fff;width: 100%;height: 100%;}
.slideTxtBox .bd dl dd span i{ display: block; width: 21px; height: 21px; margin: 65px auto 10px; }
.slideTxtBox .bd dl dd:hover span{display: block;}


.aboutus {background:url(../images/About-us.jpg)no-repeat;}
.abouts_biao p em{display:inline;width:50px;height:2px;background:#dfe0e0;margin-right:15px;}
.abouts_biao p{color:#7b7e7d;font-size:18px;line-height:20px;display:flex;align-items:center;}
.abouts_biao h2{color:#007440;font-size:38px;margin-left:129px;margin-top:25px;font-weight:bold;}
.aboutcont{margin-top:100px;}
.aboutcont .vs-dates{width:620px;border-bottom:1px #dfe0e0 dashed;padding-bottom:28px;}
.aboutcont .vs-dates .vs-dates-num {font-size:48px;line-height:50px;color:#d78d4a;font-weight:bold;}
.aboutcont .vs-dates span{color:#d78d4a;font-size:18px}
.aboutcont .vs-dates-int {font-size:18px;color:#656a68;}
.aboutcont .vs-dates ul{display:flex;}
.vslie{display:flex;margin-bottom:18px;}
.aboutcont .aboutnei{margin-top:40px;width:540px;color:#686a69;font-size:16px;line-height:28px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
 .aboutlie {margin-top:50px;}
  .aboutlie ul {display:flex;}
 .aboutlie ul li {padding:18px 35px; background:#007440;margin-right:20px;border-radius:30px;}
  .aboutlie ul li:hover{background:#d78d4a;}
 .aboutlie ul li a{color:#ffffff;font-size:16px;line-height:16px;}
.vs-dates ul li{margin-right:65px;}
.aboutcont{padding-bottom:65px;}


.newMain{margin:20px 0 80px;}
.newcont .navtab ul{display:flex;justify-content:center;}
.newcont .navtab ul li{padding:20px 56px;background:#d6dad8;margin-right:30px}
.newcont .navtab ul li.on{background:#007440;}
.newcont .navtab ul li a span{font-size:16px;color:#2d302e;}
.newcont .navtab ul li.on a span{color:#ffffff;}
.newright{margin-left:30px;}
.newcnei{display:flex;justify-content:space-between;}
.newztnei{margin-top:30px;}
.newztnei .newleft{    background: #fff;
    box-shadow: 0 0 15px rgba(55, 55, 55, 0.12);}
.newztnei .newleft .nlimg{width:600px;height:400px;}
.newztnei .newleft .nlimg img{width:100%;height:100%;}
.newztnei .newleft h3{padding-top:10px;padding-left:27px;color:#333333;font-size:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newztnei .newleft:hover h3{color:#007440; font-weight：bold;}
.newztnei .newleft	 p{    width:530px;margin-left: 26px;color:#8b8b8b;font-size:16px;margin-top:25px;margin-bottom:38px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.nrfont{padding-left:30px;}
.newright li{padding-top:16px;padding-bottom:28px;  border-bottom: 1px solid #dedede;display:flex;justify-content:space-between;}
.newright li h3{color:#333333;font-size:18px;margin-top:5px;}
.newright li:hover {box-shadow: 0 0 15px rgba(55, 55, 55, 0.12); border-bottom: none;}
.newright li:hover h3{color:#007440; font-weight:bold;}
.newright li  p{color:#8b8b8b;font-size:14px;margin:25px 0 34px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.newright li .nrimg {width:200px;height:150px;}
.newright li .nrimg img{width:200px;height:150px;}
.newright li em{color:#8b8b8b;font-size:14px;}
/*lm1*/
.sy-lm1{ padding: 38px 0;position: relative; overflow: hidden; display: none; }
.lm1-left{ float: left;width: 45%;padding-left: 5%;padding-top: 3%;}
.lm1-left h2{ font-size: 32px;font-weight: bold;color: #333;padding-bottom: 12px;padding-top: 24px;}
.lm1-left span{ display: block;}
.lm1-left em{ }
.lm1-left a{ background: url(../images/anliu-sy.png) #007440 center no-repeat;width: 127px;height: 42px;display: inline-block;line-height: 42px;text-align: left;color: #333;font-size: 16px;margin-top: 24px;padding-left: 20px;}
.lm1-left p{ font-size: 16px;line-height: 32px; }

.lm1-right{ width: 50%; float: left; }
.lm1-right img{}

.lm1-con1{ width: 1080px;display: inline-block;position: absolute;bottom: 91px;left: 60px; }
.lm1-right .shipin{ width:100%;height:auto;position:relative;margin:0 auto;display: block; }
.lm1-right .shipin>img{ width:100%; }
.lm1-right .bejgktc,.nnn3 .bejgktc:before,.nnn3 .bejgktc:after { position: absolute;left: 50%;top: 50%;height: 86px;width: 86px;margin-top: -65px;margin-left: -43px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(41, 43, 41,0.64);-o-box-shadow: 0 0 0 0 rgba(41, 43, 41, 0.64);box-shadow: 0 0 0 0 #292b29;animation: bejgktc 3s infinite;z-index:99;}
.lm1-right .bejgktc{ /* background: rgba(41, 43, 41, 1); */display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.lm1-right .bejgktc:before { -webkit-animation-delay:.9s;animation-delay: 0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.lm1-right .bejgktc:after { -webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
@-webkit-keyframes bejgktc {
    70% {-webkit-box-shadow: 0 0 0 70px rgba(41, 43, 41, .0);box-shadow: 0 0 0 30px rgba(41, 43, 41, .0);}
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(41, 43, 41, .0);
                box-shadow: 0 0 0 0 rgba(41, 43, 41, .0);
    }
}
.lm1-right .video-p{}
.lm1-right .video-p p{ text-align: center;line-height: 54px;font-size: 18px; }

.video_hidden{ position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72); }
.video_hidden i{ position: absolute;top: 1rem;right: 1rem; }
.video_hidden i img{ cursor: pointer; }
.ivideo{ margin:0 auto;position: absolute;top: 50%;left: 50%;width: 72%;max-height:90%;transform: translate(-50%,-50%);border: 3px solid #007440; }


.yy_bj{/* height: 570px; */padding-top: 48px;padding-bottom: 48px;/* background:#f5f5f5; */box-sizing: border-box;font-family:"Microsoft Yahei";}
.yy dl{ height: 445px;background: #f5f5f5;}
.yy dl dt{ position: relative;width: 700px;height: 445px;float: right;}
.yy dl dt img{ width: 700px; height: 445px; position: relative;z-index: 1;}
.yy dl dt i img{ width: 100%; height: auto; }
.xhgcsp_x1{ display:none; }
.yy dl dd{ width: 562px;float: left;padding-top:30px;position:relative;padding: 48px 60px;}
.yy dl dd em{ display: block;letter-spacing: 3px;text-transform: uppercase;font-size: 14px;color: #cccccc;margin-bottom: 36px;font-weight: normal;font-family: "Arial";}
.yy dl dd h3{ font-size: 48px; color: #333333; font-weight: normal; }
.yy dl dd h3 b{ font-weight: bold;color: #007440;}
.yy dl dd p{ font-size: 16px;height: 160px;color: #666666;line-height: 40px; }
.yy dl dd span{ font-size: 16px;color: #666666;padding-left: 310px;position: relative;display: block;height: 70px;line-height: 70px; }
.yy dl dd span:after{ content: "";width: 292px;height: 1px;position: absolute;top: 36px;left: 0px;background: #b7b7b7;z-index: 1; }
.yy dl dd span img{ width: 81px;position: absolute;top: 10px;right: 62px;}


@media (max-width: 1430px){
    .lm1-left{ padding-left:4%; width:46%; }
    .yy dl dt{ width: 48%; height: auto;}
    .yy dl dt img{ width:100%;height: auto; }
    .yy dl dd{ width: 42%; padding: 42px 48px; }
    .yy dl{ height: 402px;}
    .yy dl dd em{ margin-bottom: 24px; }
    .yy dl dd h3{ font-size:42px; }
}

/*lm2*/
.sy-lm2{display:block;overflow:hidden;padding: 32px 0;/* background: url(../images/cp-bj.jpg) center no-repeat; *//* background: #eee; */}
.lm2-nr{ display: block;overflow: hidden;padding-top: 32px;}
.pro-left{ width: 24%; float: left; display: inline-block;}
.cp-tit{ background: #007440;padding: 24px 30px;}
.cp-tit p{ color: #f5a9a4;font-size: 16px;padding-top: 12px;font-family: Arial;text-transform: uppercase;}
.cp-tit h2{ color: #fff;font-size: 32px;font-weight: bold;}
.work_list{ background: #fff; }
.work_list h3{ line-height: 40px;padding-left: 20px;border-bottom: 1px solid #e3e3e3;padding-right: 32px;background: url(../images/news-sj.png) 95% no-repeat;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);margin-bottom: 3px;}
.work_list h3 span::after{ /* content:''; *//* display:block; *//* position:absolute; *//* width: 7px; *//* height: 11px; *//* top:0px; *//* left: 0px; *//* z-index:1; *//* transition:all .4s ease; */}

//.work_list h3:nth-child(3){ background: url(../images/news-sj.png) #383838 95% no-repeat; }
//.work_list h3:nth-child(7){ background: url(../images/news-sj.png) #383838 95% no-repeat; }
//.work_list h3:nth-child(9){ background: url(../images/news-sj.png) #383838 95% no-repeat; }
//.work_list h3:nth-child(11){ background: url(../images/news-sj.png) #383838 95% no-repeat; }

.work_list h3.on{/* border-left: 4px solid #007440; */}
.work_list span{}
.work_list h3 .icon-jiantou{ background: none;}
.work_list h3 a{color: #333;font-weight: bold;font-size: 16px;}
.work_list ul{padding: 3px 10px;background: #fff;display: block;overflow: hidden;border-bottom: 1px solid #e3e3e3;}
.work_list ul li{padding-left: 8%;width: 42%;float: left;background: url(../images/pro-dian1.png) 10px no-repeat;}
.work_list ul li a{line-height: 28px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 15px;/* font-weight: bold; */}
.work_list ul li a:hover{ color: #007440; }
.work_list ul li span{ background: none; }
.work_list ul:hover{ background: #f5f5f5; }
.cp-tel{padding: 24.5px 0;padding-left: 96px;background: url(../images/gg2.png) #007440 8% no-repeat;}
.cp-tel h2{color: #fff;font-size: 16px;font-weight: bold;}
.cp-tel p{ color: #fff; font-size: 28px; }

.pro-right{ width: 74%; float: left; display: inline-block; padding-left: 2%; }
.rig-shang{ display: block;overflow: hidden;background: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);padding: 0px 18px;margin-bottom: 24px;position: relative;border-left: 3px solid #007440;}
.rig-shang::after { content: ''; display: block; position: absolute; height: 42px; width: 10px; top: 0px; left: 5px; transform: translateX(-50%); transition: all .5s ease; z-index: 1; background: url(../images/pro-xie.png) center no-repeat;}
.rig-shang ul{}
.rig-shang ul li{ float: left; padding: 0 10px; }
.rig-shang ul li a{line-height: 42px;color: #666;font-weight: bold;font-size: 16px;}
.pro-more{float: right;line-height: 42px;font-size: 16px;color: #666;font-weight: bold;}

.rig-xia{}
.rig-xia ul{}
.rig-xia ul li{width: 32.5%;float: left;/* padding: 1%; */margin-right: 1.2%;margin-bottom: 20px;padding-bottom: 0;}
.rig-xia ul li:nth-child(3n) { margin-right: 0;}
.rig-xia ul li:hover{ background:#007440 }
.rig-xia ul li a{}
.rig-xia ul li a .cpimg{border: 1px solid #eee;}
.rig-xia ul li a:hover .cpimg{/* border:1px solid #007440; */}
.rig-xia ul li a img{ width: 100%;}
.rig-xia ul li a h4{font-size: 16px;padding: 12px 16px;font-weight: bold;position: relative;background: #d7d5d5;text-align: center;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}
.rig-xia ul li a:hover{}
.rig-xia ul li a:hover h4{background: #007440;color: #fff;/* background-image: -webkit-linear-gradient( 90deg, #c10303 0%, #e72c2c 23%, #f79898 57%, #c10303 100%); */}
.rig-xia ul li:hover a h4{ color:#fff; }
.rig-xia ul li a h4 em{background: url(../images/pro-fdj.png) no-repeat;width: 36px;height: 36px;display: inline-block;position: absolute;right: 16px;top: 12px;display: none;}

@media (max-width: 1440px){
    .cp-tel{padding: 23px 0;padding-left: 86px;}
    .work_list ul{padding: 10px 10px;}
    .work_list h3{line-height: 54px;}
    .rig-xia ul li{ margin-bottom: 1%;}
    .rig-shang{ margin-bottom: 26px;}
}
@media (max-width: 1366px){
    .cp-tel{}
    .work_list ul{}
}


 
 
/*lm3*/
.sy-lm3{padding: 32px 0;display: block;overflow: hidden;background: url(../images/lm3-bj.jpg) no-repeat center / cover;}
.sy-lm3 .sy-tit{ text-align: center; }
.sy-lm3 .sy-tit h2{font-size: 32px;padding-bottom: 12px;font-weight: bold;color: #007440;}
.sy-lm3 .sy-tit h2 em{ color: #007440; font-weight: bold;}
.sy-lm3 .sy-tit p{font-size: 18px;color: #666;/* font-weight: bold; */}
.lm3-nr{ display: block; overflow: hidden; padding-top: 32px;}
.lm3-nr ul{}
.lm3-nr ul li{float: left;padding: 0 0.5%;width: 23.5%;margin-bottom: 1.5%;}
.lm3-nr ul li:nth-child(3n) {  }
.lm3-nr ul li a{}
.lm3-nr ul li a img{ width: 100%;}
.lm3-nr .lm3-wa{ padding: 14px 24px; background: #fff;text-align: center;}
.lm3-nr ul li:hover .lm3-wa{background: #007440;}
.lm3-nr .lm3-wa h2{font-size: 16px;padding-bottom: 4px;font-weight: bold;}
.lm3-nr ul li:hover .lm3-wa h2{ color: #fff;}
.lm3-nr .lm3-wa p{font-size: 16px;line-height: 20px;color: #666;height: 40px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;display: none;}
.lm3-nr ul li:hover .lm3-wa p{ color: #fff; }

@media (max-width: 1430px){
    .cp-ri{ width: 1024px;}
    .xi-yi ul li{ width: 309px;}
}

/*lm4*/
.sy-lm4{background: url(../images/gg-nr.png) center no-repeat;display: flow-root; padding: 82px 0;position: relative;z-index: 9;top: -28px;}
.lm4-left{ float: left;}
.le-top{padding-left: 124px;background: url(../images/gg1.png) left no-repeat;}
.le-top h2{font-size: 42px;color: #333;font-weight: bold;letter-spacing: 1px;}
.le-top p{font-size: 22px;color: #333;padding-top: 6px;}
.le-bottom{padding-top: 30px;}
.le-bottom em{float: left;background: url(../images/juxing.png) center no-repeat;color: #fff;font-size: 24px;line-height: 49px;padding: 0 52px;padding-bottom: 3px;letter-spacing: 5px;/* font-weight: bold; *//* transform: skewX(-15deg); */}
.gg-tel{float: left;margin-left: 30px;padding-left: 72px;position: relative;top: -3px;background: url(../images/gg2.png) left no-repeat;}
.gg-tel h2{font-size: 16px;color: #333;font-weight: bold;padding-bottom: 3px;}
.gg-tel p{color: #333;font-size: 26px;}
.lm4-right{}
.lm4-right img{}

@media (max-width: 1430px){
    
}

/*lm5*/
.sy-lm5{ padding: 20px 0;display: block;padding-top: 10px;overflow: hidden; }
.fwadvcenter{ padding-top: 32px; }
.fwadvtab ul{ display: flex; }
.fwadvtab ul li{ flex: 1;text-align: center;background: #e3e3e3;padding: 20px 0;position: relative;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}
.fwadvtab ul li:nth-child(2n){ background: #f5f5f5; }
.fwadvtab ul li i{ height: 36px; width: 36px; display: inline-block; }
.fwadvtab ul li p{font-size: 18px;font-weight: bold;}
.fwadvtab ul li em{}
.fwadvtab li:nth-of-type(1) i{ background: url(../images/hy-lm1.png) left no-repeat; }
.fwadvtab li:nth-of-type(2) i{ background: url(../images/hy-lm2.png) left no-repeat; }
.fwadvtab li:nth-of-type(3) i{ background: url(../images/hy-lm3.png) left no-repeat; }
.fwadvtab li:nth-of-type(4) i{ background: url(../images/hy-lm4.png) left no-repeat; }
.fwadvtab li:nth-of-type(5) i{ background: url(../images/hy-lm5.png) left no-repeat; }
.fwadvtab li:nth-of-type(6) i{ background: url(../images/hy-lm6.png) left no-repeat; }
.fwadvtab li:nth-of-type(7) i{ background: url(../images/hy-lm7.png) left no-repeat; }

.fwadvtab li.on i{ color:#fff;} 
.fwadvtab li:after{/* content:''; *//* display:block; *//* position:absolute; *//* width:100%; *//* height:0px; *//* top:0px; *//* left: 0px; *//* z-index:1; *//* background: #007440; *//* transition:all .4s ease; */}
.fwadvtab li.on:after{ height:100%; }

.fwadvtab li:nth-of-type(1):hover,.fwadvtab li:nth-of-type(1).on{ background: #007440; }
.fwadvtab li:nth-of-type(2):hover,.fwadvtab li:nth-of-type(2).on{ background: #007440; }
.fwadvtab li:nth-of-type(3):hover,.fwadvtab li:nth-of-type(3).on{ background: #007440; }
.fwadvtab li:nth-of-type(4):hover,.fwadvtab li:nth-of-type(4).on{ background: #007440; }
.fwadvtab li:nth-of-type(5):hover,.fwadvtab li:nth-of-type(5).on{ background: #007440; }
.fwadvtab li:nth-of-type(6):hover,.fwadvtab li:nth-of-type(6).on{ background: #007440; }
.fwadvtab li:nth-of-type(7):hover,.fwadvtab li:nth-of-type(7).on{ background: #007440; }

.fwadvtab li:hover::after,.fwadvtab li.on::after { content: ''; display: block; position: absolute; height: 11px; width: 19px; bottom: -11px; left: 50%; transform: translateX(-50%); transition: all .5s ease; z-index: 1; background: url(../images/sy-jtxia.png) center no-repeat;}

.fwadvtab li:nth-of-type(1):hover p,.fwadvtab li:nth-of-type(1).on p{ color:#fff; }
.fwadvtab li:nth-of-type(2):hover p,.fwadvtab li:nth-of-type(2).on p{ color:#fff; }
.fwadvtab li:nth-of-type(3):hover p,.fwadvtab li:nth-of-type(3).on p{ color:#fff; }
.fwadvtab li:nth-of-type(4):hover p,.fwadvtab li:nth-of-type(4).on p{ color:#fff; }
.fwadvtab li:nth-of-type(5):hover p,.fwadvtab li:nth-of-type(5).on p{ color:#fff; }
.fwadvtab li:nth-of-type(6):hover p,.fwadvtab li:nth-of-type(6).on p{ color:#fff; }
.fwadvtab li:nth-of-type(7):hover p,.fwadvtab li:nth-of-type(7).on p{ color:#fff; }

.fwadvtab li:nth-of-type(1):hover i,.fwadvtab li:nth-of-type(1).on i{ background: url(../images/hy-lm1-1.png) left no-repeat; }
.fwadvtab li:nth-of-type(2):hover i,.fwadvtab li:nth-of-type(2).on i{ background: url(../images/hy-lm2-1.png) left no-repeat; }
.fwadvtab li:nth-of-type(3):hover i,.fwadvtab li:nth-of-type(3).on i{ background: url(../images/hy-lm3-1.png) left no-repeat; }
.fwadvtab li:nth-of-type(4):hover i,.fwadvtab li:nth-of-type(4).on i{ background: url(../images/hy-lm4-1.png) left no-repeat; }
.fwadvtab li:nth-of-type(5):hover i,.fwadvtab li:nth-of-type(5).on i{ background: url(../images/hy-lm5-1.png) left no-repeat; }
.fwadvtab li:nth-of-type(6):hover i,.fwadvtab li:nth-of-type(6).on i{ background: url(../images/hy-lm6-1.png) left no-repeat; }
.fwadvtab li:nth-of-type(7):hover i,.fwadvtab li:nth-of-type(7).on i{ background: url(../images/hy-lm7-1.png) left no-repeat; }

.lm5-nr{}
.zzz1{}
.zzz1 .bd{ margin: 20px 0;}
.zzz1 .bd dl{position: relative;display: none;height: 417px;overflow: hidden;}
.zzz1 .bd dl dt{}
.zzz1 .bd dl dt img{ width:100% }
.zzz1 .bd dl dt a{}
.zzz1 .bd dl dd{position: absolute;bottom: 0;left: 0;right: 0;/* background: rgb(216 38 26 / 60%); */line-height: 64px;}
.zzz1 .bd dl dd h4{font-size: 20px;padding-left: 42px;color: #fff;font-weight: bold;background: rgb(45 41 38 / 60%);}

.zzz1 .hd{}
.zzz1 .hd ul{}
.zzz1 .hd ul li{ width: 24%; float: left; margin-right: 1.3%;}
.zzz1 .hd ul li:nth-child(4n){ margin-right: 0;}
.zzz1 .hd ul li a{}
.zzz1 .hd ul li a img{ width: 100%;}
.zzz1 .hd ul li a p{text-align: center;background: #eee;font-size: 16px;line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.zzz1 .hd ul li.on a p{color: #007440;}


.in-news {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
    background: url(../images/bg3.png) no-repeat top center;
    padding-top: 60px;    
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container .container {
    padding-left: 0px;
    padding-right: 0px
}

.in-news-left {
	float: left;
	width: 780px;
}
.in-news-left a {
	display: block;
	color: #333;
}
.in-news-left .img-cover {
	border: 1px solid #e6f2ff;
}
.in-news-left .img-cover img{
	width: 100%;
    height: 242px;
    object-fit: cover;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.in-news-left .text {
	margin: 2px 0 0;
	position: relative;
	padding: 14px;
}
.in-news-left .text h3 {
	margin: 0;
	font-size: 16px;
}
.in-news-left .text p {
	margin: 0;
	margin-top: 8px;
	line-height: 25px;
}
.in-news-tit {
	font-size: 16px;
	border-bottom: 1px solid #e6f2ff;
}
.in-news-tit strong {
	border-bottom: 2px solid #eb6300;
	display: inline-block;
	padding: 8px 4px;
	font-size: 20px;s
}
.in-news-tit span {
	float: right;
	font-size: 12px;
	margin-top: 13px;
}
.in-news-center ul li {
	border-bottom: 1px dashed #cfcfcf;
	padding: 6px 0 4px 15px;
	position: relative;
}
.in-news-center ul li:before {
	position: absolute;
	left: 0;
	top: 15px;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #cfcfcf;
}
.in-news-center ul li a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.in-news-center ul li span {
	float: right;
	color: #bbbbbc;
}
.in-news-center {
	float: left;
	width: 388px;
}
.in-news-right {
    float: right;
    width: 388px;
    margin-right: 32px;
}
.qa {
	margin-top: 15px;
	height: 373px;
	background: none !important;
}
.str_wrap {
	position: relative;
	overflow: hidden;
}
.str_move {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
	white-space: nowrap;
}
.mauto:before,
.mauto:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.qa li {
	padding: 10px 15px 10px 35px;
	border-bottom: 1px dashed #e6f2ff;
}

.qa li h4 {
	font-size: 14px;
	margin: 0;
	line-height: 35px;
	position: relative;
    font-weight: bold;
}

.qa li p {
    width: 365px;
	font-size: 14px;
	margin: 0;
	color: #555555;
	line-height: 25px;
	position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qa li h4:before {
	position: absolute;
	content: '';
	left: -30px;
	width: 17px;
	height: 35px;
	background: url(../images/q.jpg) no-repeat left center;
}

.qa li h4 a {
	color: #444444;
}

.qa li:hover h4 a {
	color: #eb6300;
}

.qa li p:before {
	position: absolute;
	content: '';
	left: -30px;
	width: 17px;
	height: 25px;
	background: url(../images/a.jpg) no-repeat left center;
}

.newleft_type {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e6f2ff;
}
.newleft_type dl {
    margin: 0;
}
.newleft_type dl dd {
    float: left;
    margin-left: 0;
    padding: 8px 4px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}
.newleft_type dl dd:hover:after,.newleft_type dl dd.cur:after{
	width: 100%;
}
.newleft_type dl dd:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    background: #eb6300;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .5s;
}
.newleft_pic {
    width: 40%;
    float: left;
}
.newleft_pic dl {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    margin-top: 16px;
}
.in-news-left a {
    display: block;
    color: #333;
}
.newleft_pic dl dt img {
    width: 100%;
    height: 239px;
    object-fit: cover;
    border: 1px solid #ddd;
}
.newleft_pic dl:hover dt img { border: 1px solid #eb6300; }
.newleft_pic dl dd {
    margin: 0;
    padding: 0 10px;
    padding-bottom: 15px;
}
.newleft_pic dl dd p {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold;
    padding-top: 12px;
}
.newleft_pic dl:hover dd p { color: #eb6300; }
.newleft_pic dl dd i {
    font-size: 14px;
    display: block;
    font-style: normal;
    height: 35px;
    line-height: 35px;
}
.newleft_pic dl dd span {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newleft_recommend {
    width: 60%;
    float: left;
}
.newleft_recommend dl {
    display: table;
    height: auto;
    margin: 0 20px;
    border-bottom: 1px solid #e6f2ff;
    padding-bottom: 9px;
    margin-top: 17px;
}
.newleft_recommend dl dt {
    width: 30%;
    float: left;
    overflow: hidden;
    height: 104px;
}
.newleft_recommend dl dt img {
    width: 100%;
    height: 104px;
    object-fit: cover;
    border: 1px solid #ddd;
}
.newleft_recommend dl:hover dt img { border: 1px solid #eb6300; }
.newleft_recommend dl dd {
    width: 68%;
    float: right;
    margin: 0;
}
.newleft_recommend dl dd p{
	width: 291px;
	font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newleft_recommend dl:hover dd p { color:  #eb6300; }

.newleft_recommend dl dd span{
	text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newleft_recommend dl dd strong {
    display: block;
    margin-bottom: 10px;
}
.newleft_recommend dl dd strong i {
    font-style: normal;
    font-weight: normal;
    margin-right:15px;
}



.in-pro-hot {
	padding: 30px 70px 20px;
	border: 2px solid #dddddd;
	background: #FFF;
	position: relative;
	background: url(../images/xian1.png) no-repeat top;
}

.in-pro-hot .img-cover {
	float: right;
	width: 45%;
	padding-top: 45%;
	margin: 0 2.5%;
}

.in-pro-hot a:hover .img-cover span {
	transform: scale(1.2)
}

.in-pro-hot .text {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 50px 30px;
}

.in-pro-hot .text h2 {
	color: #0066cc;
	border-bottom: 1px dashed#e8ebef4a;
	padding-bottom: 8px;
	font-size: 30px;
	margin: 0;
}

.in-pro-hot .text h4 {
	color: #000;
	margin: 8px 0 0;
	font-size: 12px;
}

.in-pro-hot .text p {
	line-height: 23px;
	color: #000;
	margin: 0;
	font-size: 12px;
}

.in-pro-hot .text .btn {
	margin-top: 40px;
	background: #454545;
	transform: skew(-20deg);
	color: #FFF;
	display: inline-block;
	text-align: center;
	height: 43px;
	line-height: 43px;
}

.in-pro-hot .text .btn span {
	width: 150px;
	display: inline-block;
}

.in-pro-hot .text .btn span:first-child {
	background: #0066cc;
}

.in-pro-hot .text .btn span a {
	transform: skew(20deg);
	color: #FFF;
	display: block;
}
.in-yd {
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0;
}

.in-yd li {
	float: left;
	width: 20%;
}

.in-yd li a {
	display: block;
	background: url(../images/ys-ico.png) no-repeat top center;
	padding: 96px 0 60px;
	margin: 30px 10px 0;
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

.in-yd li h2 {
	font-size: 40px;
	margin: 0;
}

.in-yd li h2 span {
	font-weight: normal;
	font-size: 24px;
}

.in-yd li p {
	margin: 0;
}

.in-ys {
	padding: 60px 0;
}

.in-ys .fl {
	width: 685px;
}

.in-news-left {
	float: left;
	width: 780px;
}
.in-news-left a {
	display: block;
	color: #333;
}
.in-news-left .img-cover {
	border: 1px solid #e6f2ff;
}
.in-news-left .img-cover img{
	width: 100%;
    height: 242px;
    object-fit: cover;
}

.in-ys .fr {
	width: 507px;
}

.in-ys-con {
	overflow: hidden;
	margin-top: 50px;
}

.in-ys-con .ys-tit {
	padding: 15px 0 20px;
	background-repeat: no-repeat;
}

.in-ys-con .ys-tit h2 {
	margin: -20px 0 0;
	color: #eb6300;
	font-size: 30px;
}

.in-ys-con .ys-tit p {
	margin: 0;
	color: #eb6100;
	font-size: 20px;
	font-weight: bold;
}

.in-ys-con .desc {
	color: #545353;
	font-size: 16px;
	padding: 15px 0;
}

.in-ys-con .desc p {
	margin: 0;
	line-height: 30px;
}

.y1 .ys-tit {
	background-image: url(../images/yt1.png);
	padding-left: 100px;
}

.y2 .ys-tit {
	background-image: url(../images/yt2.png);
	padding-left: 80px;
}

.y3 .ys-tit {
	background-image: url(../images/yt3.png);
	padding-left: 80px;
}

.y4 .ys-tit {
	background-image: url(../images/yt4.png);
	padding-left: 90px;
}

.y5 .ys-tit {
	background-image: url(../images/yt5.png);
	padding-left: 90px;
}

.in-ys .y2 .fl,
.in-ys .y4 .fl {
	float: right;
}

.in-ys .y2 .fr,
.in-ys .y4 .fr {
	float: left;
}


.in-pro-hot .swiper-button-prev {
	background: url(/template/aodejixie/skin/img/prev.png) no-repeat;
	width: 55px;
	height: 44px;
	opacity: 1
}

.in-pro-hot .swiper-button-next {
	background: url(/template/aodejixie/skin/img/next.png) no-repeat;
	width: 55px;
	height: 44px;
	opacity: 1
}

.in-pro-hot .swiper-button-prev:hover {
	background-image: url(/template/aodejixie/skin/img/prev-h.png);
	width: 55px;
	height: 44px;
	opacity: 1
}

.in-pro-hot .swiper-button-next:hover {
	background-image: url(/template/aodejixie/skin/img/next-h.png);
	width: 55px;
	height: 44px;
	opacity: 1
}




.in-about {
	background: url(../images/bg2.jpg) no-repeat top center;
	padding: 40px 0;
	text-align: center;
}

.in-about-con {
	padding:22px;
}

.in-about-con .text {
	padding: 0 20px;
}

.in-about-con .text h2 {
	color: #000;
	margin: 20px 0 0;
}
.img-center {
	text-align: center;
	font-size: 0
}
.img-center img {
	display: inline-block;
    height: auto;
    width: 70%;
    object-fit: cover;
    vertical-align: middle;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.in-about-con .text p {
	margin-top: 8px;
    color: #666;
    line-height: 30px;
    display: block;
    text-indent: 2rem;
    text-align: justify;
}

.in-photo-bg {
	padding-bottom: 60px;
    display: none;
}

.in-photo-bg .tit {
	border-bottom: 1px solid #e6f2ff;
	position: relative;
	margin-bottom: 25px;
}

.in-photo-bg .tit span {
	display: inline-block;
	border-bottom: 3px solid #eb6300;
	font-size: 18px;
	padding-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #eb6300;
}

.in-photo-bg .tit a {
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #e6f2ff;
	color: #666;
}

.in-photo {
	position: relative;
}

.in-photo .swiper-slide a {
	display: block;
	text-align: center;
}

.in-photo .swiper-slide .img-center {
	padding: 5px;
	border: 1px solid #d4d4d4;
}
.in-about-con .img-center img {
    width: 100%;
}
.in-photo .img-center img {
    width: 100%;
}
.in-photo .swiper-button-prev {
	left: -50px;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237b7b7b'%2F%3E%3C%2Fsvg%3E")
}

.in-photo .swiper-button-next {
	right: -50px;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237b7b7b'%2F%3E%3C%2Fsvg%3E")
}

.in-photo .swiper-slide .text {
	padding-top: 8px;
}



/*专业工程师服务团队*/
.team{ height: 678px; background: #f4f4f4; overflow: hidden;}
.team dl{ height: 341px;}
.team dt{ width: 640px; height: 341px; float: left;overflow: hidden;position:relative; z-index:1;}
.team dt img{ display: block; width: 100%;}
.team dd{ width: 558px; float: right; border: 1px solid #6f6f6f; border-left: none; margin-top: 16px;height: 310px;position:relative; z-index:10;}
.team dd ul{padding: 10px 66px 10px 77px;}
.team dd li{ font-size: 18px; color: #565458; line-height: 60px; border-top: 1px dashed #cdcccd;}
.team dd li:first-child{ border-top: none;}
.team dd .prod-btn{ margin: 0 0 -15px -18px;  }


/*lm7*/
.sy-lm7{display: block;overflow: hidden;padding: 24px 0;}
.lm7-gd{ display: block; /* overflow: hidden; */ }
.lm7-gd ul{padding: 20px 0;padding-bottom: 0;}
.lm7-gd ul li{ text-align: center; }
.lm7-gd ul li a{}
.lm7-gd ul li a img{}
.lm7-gd ul li a p{display: inline-block;border: 1px solid #ccc;padding: 8px 36px;border-radius: 24px;font-size: 16px;margin-top: 0px;}
.lm7-gd ul li a:hover p{ color:#fff;background:#007440;border: 1px solid #007440; }
.lm7-gd ul li a h2{ font-size: 16px;line-height: 48px;font-weight: bold; }
.lm7-gd ul li a:hover h2{ color:#007440; } 

.lm7-gd .owl-prev{ left: -78px;background: url(../images/sy-left.png) center no-repeat; }
.lm7-gd .owl-next{ right: -78px;transform: rotate(180deg); }
.owl-prev, .owl-next{ display:block;width: 60px;height: 60px;background: url(../images/sy-left.png) center no-repeat;position:absolute;top: 46%;margin-top: -34px;text-indent:-99999999px;/* transition:all .3s; *//* -webkit-transition:all .3s; */}

/*lm8*/
.sy-lm8{display: block;overflow: hidden;padding: 48px 0;background: url(../images/ly-bj.jpg) no-repeat center /cover;}
.sy-lm8 .sy-tit h2{ font-size: 32px;padding-bottom: 12px;font-weight: bold;color: #fff; }
.sy-lm8 .sy-tit h2 em{ color: #007440; font-weight: bold; }
.sy-lm8 .sy-tit p{ font-size: 18px;color: #fff; }
.lm8-nr{ padding-top: 30px; }
.lm8-bt{ /* position: relative; */display: flex;width: 1400px !important;margin: 0 auto;margin-bottom: 20px; }
.lm8-bt .swiper-pagination-bullet{ flex:1;display: contents;}
.lm8-bt .swiper-pagination-bullet.swiper-pagination-bullet-active li{ background: #007440; }
.lm8-bt ul{ display: flex;}
.lm8-bt li{ flex: 1;text-align: center;background: #eee;padding: 16px;margin-right: 10px;border-radius: 10px; }
.lm8-bt .swiper-pagination-bullet:nth-child(8n) li{ margin-right:0; }
.lm8-bt li.on{ background: #007440; }
.lm8-bt li h2{color: #333;font-size: 0px;font-weight: bold;line-height: 32px;position: relative;}
.lm8-bt li h2 img{position:relative;left: 50%;transform: translateX(-50%);}
.lm8-bt li p{color: #333;font-size: 20px;padding-top: 10px;font-weight: bold;}
.lm8-bt li h2 .bd1{display: none;}
.lm8-bt li h2 .bd2{display: block;}
.lm8-bt .swiper-pagination-bullet.swiper-pagination-bullet-active li h2{ color:#fff; }
.lm8-bt .swiper-pagination-bullet.swiper-pagination-bullet-active li h2 .bd1{display: block;}
.lm8-bt .swiper-pagination-bullet.swiper-pagination-bullet-active li h2 .bd2{display: none;}
.lm8-bt .swiper-pagination-bullet.swiper-pagination-bullet-active li p{ color:#fff; }
.lm8-wa{}
.lm8-wa ul{}
.lm8-wa ul li{ transition: all .5s ease;display: flex; }
.ly-left{ width: 50%;float: left;flex: 1; }
.ly-left img{ width: 100%; }
.ly-right{ width: 50%; float: left; background: #fff; }
.ly-right .sss1{ margin: 42px;position: relative;padding-top: 0px;padding-bottom: 20px;margin-top: 60px;margin-bottom: 20px;border-bottom: 1px solid #ccc;}
.ly-right .sss1 h2{ font-size: 36px;font-weight: bold;padding-bottom: 10px;}
.ly-right .sss1 p{ font-size: 16px; color: #666;}
.ly-right .sss1 em{ position: absolute;right: 8%;font-size: 80px;top: -18px;font-weight: bold;color: #007440;}
.ly-right .sss2{ padding: 40px; padding-top: 0px; padding-bottom: 20px;}
.ly-right .sss2 p{ line-height: 28px;font-size: 16px;margin: 10px 0;padding-left: 20px;background: url(../images/ba-dian.png) 0px 10px no-repeat;}
.ly-right .sss3{ margin-left: 40px;}
.ly-right .sss3 a{padding: 10px 60px;padding-left: 24px;font-size: 16px;border-radius: 10px;color: #333;display: inline-block;background: url(../images/anliu-sy.png) center no-repeat;}

.sy-lm8 .sy-tit p::before{ content: ''; display: block; position: absolute; height: 20px; width: 11px; bottom: 1px; left: -24px; transform: translateX(-50%); transition: all .5s ease; z-index: 1; background: url(../images/sy-title11.png) center no-repeat; }
.sy-lm8 .sy-tit p::after{ content: ''; display: block; position: absolute; height: 20px; width: 11px; bottom: 1px; right: -40px; transform: translateX(-50%); transition: all .5s ease; z-index: 1; background: url(../images/sy-title11.png) center no-repeat; }

.incont-casebox{ position:relative;}
.incont-caselist{ margin: 0 auto;width: 100%;overflow:hidden;position: relative;}
.incont-caselist .swiper-slide{ width: 1400px;box-shadow:0 0 10px 0 rgb(0 0 0 / 30%);margin: 0 42px;display: flex;}
.incont-caselist .swiper-slide img{ display:block;width: 100%;}

/*lm9*/
.sy-lm9{background: url(../images/video-bj.jpg) no-repeat top / cover;padding: 32px 0;position: relative;padding-top: 10px;}
.lm9-gd{padding-top: 20px;}
.lm9-gd ul{}
.lm9-gd ul li{ position: relative; }
.lm9-gd ul li img{}
.lm9-gd ul li h2{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.8);right: 0;line-height: 32px;font-size: 16px;padding: 6px 20px;color: #fff;font-weight: bold;}
.lm9-gd ul li:hover h2{ background: rgb(216 38 26 / 80%);}
.lm9-gd ul li h2 i{ background: url(../images/sy-video.png) center no-repeat; display: block; width: 24px; height: 15px; position: absolute; right: 30px; top: 16px;}
.lm9-gd .owl-prev{ left: -78px;background: url(../images/sy-left.png) center no-repeat;top: 50%; }
.lm9-gd .owl-next{ right: -78px;transform: rotate(180deg);top: 50%; }

@media (max-width: 1430px){
    .lm9-abimg{ width: 40.6%; }
    .ab-nr{ width: 48%; }
    .lm9-abimg .ab-lx .ab-lxfs{ padding-right: 20px; }
}

/*lm10*/
.sy-lm10{background: url(../images/wuren.jpg) top no-repeat;height: 440px;padding: 42px 0;}


@media (max-width: 1430px){
    
}

/**/
.sy-lc{padding: 24px 0;display: block;overflow: hidden;}
.sy-lc ul{padding-top: 24px;padding-left: 10px;}
.sy-lc ul li{font-size: 16px;color: #333;float: left;position: relative;height: 112px;padding: 10px 0 0 31.2px;width: 142px;font-weight: bold;line-height: 26px;}
.sy-lc ul li:before{ content: "";width: 1px;height: 100%;background: #dfdfdf;position: absolute;top: 0;left: 0;}
.sy-lc ul li:after{ content: "";width: 0;height: 0;position: absolute;top: 50%;left: 0;margin-top: -8px;border-left: 8px solid #007440;border-top:8px solid transparent;border-bottom:8px solid transparent;}
.sy-lc ul li em{ width: 38px;height: 36px;display: block;line-height: 0;overflow: hidden;margin-bottom: 10px;}
.sy-lc ul li em img{ width: 38px;height: 36px; }
.sy-lc ul li i{ display: block;font-size: 12px;text-transform: uppercase;font-weight: normal;color: rgba(51,51,51,0.5); font-family:Arial, Helvetica, sans-serif;}
.sy-lc ul li:hover{ color: #007440; }
.sy-lc ul li.liuc_li02{ width: 140px; }

/**/
.sy-lm11{ padding: 42px 0;background: #eee; }
.lm11-nr{ display: block; overflow: hidden; padding-top: 30px; }
.lm11-sss1{ width: 31.3%; float: left; padding: 0 1%; }
.lm11-sss1 .sss1-tit{ display: block;overflow: hidden;background: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);padding: 17px 20px;position: relative;}
.lm11-sss1 .sss1-tit h2{float: left;color: #333;font-weight: bold;font-size: 20px;}
.lm11-sss1 .sss1-tit a{float: right;color: #fff;font-size: 16px;line-height: 26px;z-index: 9;position: relative;font-weight: bold;}
.lm11-sss1 .sss1-tit em{position: absolute;background: url(../images/news-tit1.png) no-repeat;width: 140px;height: 100%;right: 0;top: 0; }
.lm11-sss1 .sss1-nr{background: #fff;padding: 24px;padding-bottom: 10px; }
.lm11-sss1 .sss1-nr .diyige{position: relative;margin-bottom: 10px; }
.lm11-sss1 .sss1-nr .diyige img{ width: 100%;}
.lm11-sss1 .sss1-nr .diyige p{text-align: center;position: absolute;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,0.6);font-size: 16px;color: #fff;padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.lm11-sss1 .sss1-nr ul{}
.lm11-sss1 .sss1-nr ul li{padding: 10px 0;display: block; overflow: hidden;padding-right: 16px;background: url(../images/news-sj.png) right no-repeat;}
.lm11-sss1 .sss1-nr ul li:hover{background: url(../images/news-sj1.png) right no-repeat;}
.lm11-sss1 .sss1-nr ul li a{}
.lm11-sss1 .sss1-nr ul li h2{font-size: 16px;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 72%;/* font-weight: bold; */}
.lm11-sss1 .sss1-nr ul li span{ float: right; }
.lm11-sss1 .sss1-nr ul li:hover h2{ color:#007440; }
.lm11-sss1 .sss1-nr ul li:hover span{ color:#007440; }
.lm11-sss2{ width: 31.3%; float: left; padding: 0 1%;}
.lm11-sss2 .sss1-tit{ display: block;overflow: hidden;background: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);padding: 17px 20px;position: relative;}
.lm11-sss2 .sss1-tit h2{float: left;color: #333;font-size: 20px;font-weight: bold;}
.lm11-sss2 .sss1-tit a{float: right;color: #fff;font-size: 16px;line-height: 26px;position: relative;z-index: 9;font-weight: bold;}
.lm11-sss2 .sss1-tit em{ position: absolute; background: url(../images/news-tit1.png) no-repeat; width: 140px; height: 100%; right: 0; top: 0; }
.gundong-news{ background: #fff;padding: 10px 20px;padding-bottom: 22px;}
.gundong-news ul{}
.gundong-news ul li{padding: 11px 0;border-bottom: 1px solid #ccc;}
.gundong-news ul li a{}
.gundong-news .wt-tit{font-size: 16px;padding: 10px 0;padding-left: 48px;background: url(../images/news-q.png) left no-repeat;}
.gundong-news .wt-nr{font-size: 16px;padding: 8px 0;background: url(../images/news-a.png) left no-repeat;padding-left: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

@media (max-width: 1440px){
    .lm11-sss1 .sss1-nr ul li{}
    .sy-lc ul li{ padding: 10px 0 0 21.2px;}
    .gundong-news ul li{padding: 9px 0;}
}

/**/

/*友情链接*/


/*底部通用*/
.foot {
    width: 100%;
    background: #252525;
    padding-bottom: 15px;
    display: table;
}
.footer {
    background: #2e2e2e;
    color: #a8a6a6;
    padding-top: 50px;
    display: none;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.ft_det {
    margin-top: 45px;
    display: table;
    height: auto;
}

.clearfix {
    *zoom: 1;
}
#toyongbtm_last_p {
    text-align: center;
    color: #cecaca;
    margin-top: 21px;
    border-top: 1px solid #cecaca;
    padding-top: 15px;
    display: block;
    font-size: 14px;
}
#toyongbtm_last_p a {
    color: #cecaca !important;
    padding: 0 5px;
}
#toyongbtm_last_p a:hover{
    color: #fff;
}
.ft_det .info {
    width: 445px;
}
.info ul li{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}
.info ul li a img{
    width: 100%;
}
.fl {
    float: left;
}
.ft_det .info .smlogo {
    max-width: 211px;
    padding-bottom: 15px;
}

img {
    border: 0;
    vertical-align: middle;
}
.ft_det .info .tel:first-child{
    font-size: 20px;
}
.ft_det .info .tel:nth-child(2) {
    margin-top: 15px;
}
.ft_det .info .tel {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding-right: 10px;
}
.ft_det .info .time {
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
}
.ft_det .col {
    width: 245px;
    padding-left: 35px;
    min-height: 170px;
    border-left: 1px dashed #888888;
}
.ft_det .col .lks {
}
.ft_det .col .lks a {
    font-size: 14px;
    color: #888888;
    display: block;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    width: 85%;
}
.ft_det .col .lks a:hover{
    color: #fff;
}
.ft_det .col .tit {
    font-size: 16px;
    color: #c7c7c7;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.5;
}
.ft_det .col .tit a{
    color:#fff;
}
.ft_det .vx {
    border-left: 1px dashed #888888;
    padding-left: 40px;
}
.ft_det .vx dl:nth-child(2n+1) {
    margin-left: 0;
}

.ft_det .vx dl {
    margin-left: 40px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.fr {
    float: right;
}
.ft_det .vx dl dd {
    margin-left: 0;
}
.ft_det .vx .fz {
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
    text-align: center;
}
.ft_det .vx .pic {
    width: 150px;
}
.icp {
    text-align: center;
    color: #cecaca;
    margin-top: 10px;
    font-size: 12px;
}

.icp a {
    position: relative;
    color: #cecaca !important;
    font-size: 14px;
}

.icp a img {
    position: absolute;
    left: -20px;
    width: 16px;
    top: 2px;
}

.sfooter{background: url(../images/fback.jpg) no-repeat center ;background-size:cover; }
.sfooter .footer_tcon{background-color:#ecf4f1;display:flex;justify-content:space-between;align-items: center;}
.sfooter .footer_tcon .ftcon_wen{margin:50px 0 40px 36px;}
.sfooter .footer_tcon .ftcon_wen h3{font-size:24px;color:#007440;line-height:26px;}
.sfooter .footer_tcon .ftcon_wen h3 em{display: inline-block;font-weight:bold;font-size:28px;line-height: 30px;padding: 14px 0 22px;}
.sfooter .footer_tcon .ftcon_wen p{font-size:17px;color:#676e6a;line-height:20px;/* margin-top: 12px; */}
.ftcon_info{display:flex; align-content: space-around;margin-right:46px;}
.sfooter .footer_tcon .ftcon_info ul {display:flex;}
.sfooter .footer_tcon .ftcon_info ul li{margin-right:68px;}
.sfooter .footer_tcon .ftcon_info ul li a{display:block;}
.sfooter .footer_tcon .ftcon_info ul li:first-child a .ficob{background-color:#007440;}
.sfooter .footer_tcon .ftcon_info ul li:nth-child(2) a .ficob{background-color:#d78d4a;}
.sfooter .footer_tcon .ftcon_info ul li:nth-child(3) a .ficob{background-color:#109079;}

.sfooter .footer_tcon .ftcon_info ul li a .ficob{border-radius:50%;  width:82px;height:82px;    display: flex;align-items: center;justify-content: center;}
.sfooter .footer_tcon .ftcon_info ul li a .ficob img{text-align:center;max-width:100%;}
.sfooter .footer_tcon .ftcon_info ul li a  p{color:#676e6a;font-size:16px;line-height:18px;margin-top:17px;text-align:center;}
.sfooter .footer_tcon .ftcon_info .fewm{margin-left:25px;}
.sfooter .footer_tcon .ftcon_info .fewm img{width:133px;height:133px;}
.sfooter .fcont .fcont_zt{display:flex;padding:50px 0;justify-content:space-between;}
.flogo_font{padding-left:15px;}
.sfooter .fcont .fcont_zt .flogo{display:flex;margin-top:15px;}
.sfooter .fcont .fcont_zt .flogo .flogo_img img{width:274px;height:70px;}
.sfooter .fcont .fcont_zt .flogo h3{font-size:40px;color:#d9efe5;margin-top: 5px;font-weight: bold;}
.sfooter .fcont .fcont_zt .flogo p{color:#8d9c95;font-size:17px;margin-top: 4px;}
.fcont_nav  {display:flex;margin-right:30px;}
.fcont_nav .fnav{margin-left:140px;}
.fcont_nav .fnav h4{border-left:2px solid #fd830f;padding-left:16px;}
.fcont_nav .fnav h4 a{display:block; font-size:20px;color:#ffffff;}
.fcont_nav .fnav ul{margin-top:16px;}
.fcont_nav .fnav ul li {margin-top:10px;}
.fcont_nav .fnav ul li a{font-size:14px;color:#76817d;}

.sfooter .fcont .copy{border-top:1px solid #76817d;border-bottom:1px solid #76817d;padding:30px 0;}

.sfooter .fcont .copy p{font-size:14px;color: #7b7d7c;}
.sfooter  .link{overflow:hidden;padding: 20px 0;}
.sfooter  .link{display:flex;}
.sfooter  .link .link_t {padding-left: 10px; background: url(../images/flink.png) no-repeat left center;padding:10px 0 10px 38px;margin-right:20px;}
.sfooter  .link .link_t span{color:#ffffff;font-size:16px;line-height:20px;}
.sfooter  .link .link_t span em{font-size:18px;font-weight:bold;padding-left:5px;line-height:20px;} 
.sfooter  .link ul{display:flex;}
.sfooter  .link ul li a{color:#7b7d7c;font-size:16px;margin-left:15px;line-height:40px;}
.clearfix { zoom: 1; }
.ft-footer { /* height: 333px; */background: url(../images/ftbg.jpg) no-repeat center top;padding-bottom: 24px; }
.ft-footer .ft-left { float: left;width: 405px;padding: 0 30px;text-align: center; }
.ft-footer .ft-left .ft-tit { line-height: 75px;font-weight: bold;font-size: 24px;color: #fff;margin-bottom: 25px; }
.ft-footer .ft-right {color: #606060;width: 840px;float: right;padding-top: 30px;}
.ft-footer .ft-right a {color: #666;font-size: 16px;font-weight: bold;}
.ft-footer .ft-right .ft-nav { line-height: 80px;font-size: 0;border-bottom: 1px solid #999;margin-left: 6px;}
.ft-footer .ft-right .ft-nav a { font-size: 16px;padding-right: 24px;}
.ft-footer .ft-right .ft-nav a:hover{ color: #007440;}
.ft-footer .ft-right .copy { padding: 24px 0;padding-left: 10px; }
.ft-footer .ft-right .copy p{font-size:16px;color
.ft-footer .ft-left p{padding-bottom: 12px;padding-top: 10px;font-size: 16px;font-weight: bold;color: #666;}
.ft-footer .ft-right .ft-san a{ padding: 0 10px; }
.ft-footer .ft-right .ft-san a:hover span{ color: #ee3333;}
.ft-cnen{ padding: 16px 0; }
.ft-footer .ft-right .ft-cnen a{ font-size: 16px;color: #666;padding: 0 10px; }
.ft-ewm{ padding-top: 16px;padding-left: 10px; }
.ft-footer .ft-right .ft-ewm li { display: inline-block;margin-right: 24px; }
.ft-footer .ft-right .ft-ewm li a { display: block;position: relative;padding: 14px 0 14px 20px;background-color: #007440;border-radius: 10px;width: 146px;/* background-image: -webkit-linear-gradient( 90deg, #c10303 0%, #e72c2c 23%, #f79898 57%, #c10303 100%); */}
.ft-footer .ft-right .ft-ewm li img { float: left;width: 30px;height: 30px; }
.ft-footer .ft-right .ft-ewm li .info { margin-left: 38px;line-height: 1; }
.ft-footer .ft-right .ft-ewm li .info p { margin: 0; }
.ft-footer .ft-right .ft-ewm li .info span { font-size: 12px;color: #d88082; }
.ft-footer .ft-right .ft-ewm li.active a { background-color: #fff;c: #666;font-weight: bold;}
.ft-footer .ft-right .copy p a{ color: #666 !important; }
.ft-san{ padding-bottom: 10px; }olor: #333; }
.ft-footer .ft-right .ft-ewm li.active .info span { color: #999; }
.ft-footer .ft-right .ft-ewm li .ab { position: absolute;top: -145px;left: 50%;width: 135px;height: 135px;margin-left: -67px;display: none;}
.ft-footer .ft-right .ft-ewm li .ab img{ width: 135px;height: 135px; }
.ft-footer .ft-right .ft-ewm li a:hover .ab { display: block; }

.ft-footer .ft-left .ft-tb1{ display: inline-block;padding: 4px 10px;border-radius: 20px;color: #333;padding-left: 32px;position: relative;font-size: 14px;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}
.ft-footer .ft-left .ft-tb2{ display: inline-block;background: url(../images/ft-tb2.png) #333 10px 5px no-repeat;padding: 3px 10px;border-radius: 20px;color: #fff;padding-left: 32px;font-size: 14px;}
.ft-footer .ft-left .ft-tb3{ display: inline-block;padding: 3px 10px;border-radius: 20px;color: #333;padding-left: 32px;position: relative;font-size: 14px;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}
.ft-footer .ft-left .ft-tb4{ display: inline-block;padding: 3px 10px;border-radius: 20px;color: #333;padding-left: 32px;position: relative;font-size: 14px;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}

.ft-footer .ft-left .ft-tb1::after{ content: "";width: 16px;height: 16px;position: absolute;top: 50%;left: 12px;margin-top: -8px;background: url(../images/ft-tb1.png) center no-repeat;z-index: 999;}
.ft-footer .ft-left .ft-tb2::after{ content: "";width: 16px;height: 16px;position: absolute;top: 50%;left: 12px;margin-top: -8px;background: url(../images/ft-tb2.png) 10px 5px no-repeat;z-index: 999;}
.ft-footer .ft-left .ft-tb3::after{ content: "";width: 16px;height: 16px;position: absolute;top: 50%;left: 12px;margin-top: -8px;background: url(../images/ft-tb3.png) center no-repeat;z-index: 999;}
.ft-footer .ft-left .ft-tb4::after{ content: "";width: 16px;height: 16px;position: absolute;top: 50%;left: 12px;margin-top: -8px;background: url(../images/ft-tb4.png) center no-repeat;z-index: 999;}


.ft-ewm-right{ float: right;width: 20%;}
.ft-ewm-right img{ width: 100%; padding-top: 20px;}
.ft-ewm-right p{ text-align: center; font-size: 16px; line-height: 36px;}
.ft-erji-left{ width: 60%; float: left; display: inline-block;}

@media (max-width: 1440px){
   .ft-footer .ft-left{ width: 360px; padding: 0 14px;}
}

@media (max-width: 1430px){
    .ft-footer .ft-left{ width: 360px;}
}

@media (max-width: 767px){
    
}

/*内页*/
/* 面包屑导航 */
.crumbsbox {height: 60px;background: #e8ebef4a;}
.crumbs {width: 1200px;display: block;margin: 0 auto;height: 30px;line-height: 30px;color: #848790;font-size: 14px;margin-bottom: 25px;padding: 15px 0;}
.crumbs b {font-weight: normal;font-size: 15px;padding-right: 5px;position: relative;text-indent: 1.2rem;display: inline-block;}
.crumbs a {font-size: 14px;color: #848790;}
/* 面包屑导航 end */
/*分页样式*/
.page{display: flex;justify-content: center;list-style: none;margin-top: 40px;}
.page a,.page .page-status{margin: 0 10px;display: inline-block;vertical-align: middle;color: #eb6300;font-size: 16px;padding: 5px 16px;border: 1px solid #e6f2ff;margin-bottom:15px;}
.page a.page-num-current,.page a:hover {background: #eb6300;color: #fff;cursor: pointer;border-color: #eb6300;}
/*分页样式 end */


/* 产品模块 */
.new_tab{display: none;}
.section-sub {padding: 20px 0;padding-bottom: 60px;}
/* left */
.ct2-sd{float: left;width: 250px;}
.panel-sd { margin-bottom: 20px;border: 1px solid #e6f2ff;}
.panel-sd:last-child {margin-bottom: 0}
.panel-sd .tit {text-align: left;font-size: 12px;padding: 20px 0 20px 35px;background-color: #eb6300;text-transform: uppercase;color: #ffffff;}
.panel-sd .tit span {font-size: 20px;display: block;font-weight: bold;color: #FFF;}
.panel-sd .tit i {font-style: normal;font-size: 18px;color: #FFF;margin-right: 15px;}
.contact-sd {padding: 13px;}
.contact-sd .tel {background: url(../images/ny-tel.jpg) no-repeat 0 center;padding-left: 55px;height: 37px;line-height: 37px;}
.contact-sd .cont {margin-top: 8px;}
.contact-sd .cont p {margin: 0;line-height: 25px;}
.left_probox {width: 100%;display: table;height: auto;}
.pro_title p {font-size: 18px;font-weight: bold;letter-spacing: 1px;border-top: 1px solid #e6f2ff;position: relative;margin: 0;padding: 15px 0;}
.pro_title p:after {content: "";position: absolute;left: 0;top: -1px;width: 15%;background: #eb6300;height: 2px;}
.probox_list {width: 100%;display: table;height: auto;}
.probox_list dl {margin-bottom: 15px;padding: 15px;border:1px solid #e6f2ff;}
.probox_list dl dt {width: 100%;height: 196px;overflow: hidden;}
.probox_list dl dt img {width: 100%;height: 196px;object-fit: cover;-webkit-transition: all 2s ease;-moz-transition: all 2s ease;-o-transition: all 2s ease;transition: all 2s ease;}
.probox_list dl:hover dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.probox_list dl dd { background: #f6f9f9;font-size: 16px;height: 40px;line-height: 40px;text-align: center; overflow:hidden;}

/* right */
.ct2-mn{float: right;width: 920px;}
.list-3 li:nth-child(3n+1) {margin-left: 0;}
.list-3 li {float: left;width: 293px;margin-left: 0;margin-bottom: 20px;padding: 10px;margin-left: 20px;border: 1px solid #dce1e6;}
.list-3 li:hover {background: #fff;box-shadow: 0 2px 12px 0 rgb(177 179 182);}
.list-3 li:hover .text {background: #fff;}
.list-3 li a {display: block;text-align: center;}
.list-3 li .img-cover {height: 225px;}
.list-3 li .img-cover img {width: 100%;height: 225px;object-fit: cover;-webkit-transition: all 2s ease;-moz-transition: all 2s ease;-o-transition: all 2s ease;transition: all 2s ease;}
.list-3 li:hover .img-cover img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.list-3 li .text {height: 45px;line-height: 45px;position: relative;padding: 0 14px;font-size: 16px;background: #dce1e675;}
.list-3 li .text p {margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;z-index: 1;transition: all 0.5s}
.yunu-showcase{margin: 0 0 40px;}
.yunu-showcase-info{margin-left: 430px;}
.yunu-showcase-info h1{font-size: 20px;padding-left: 20px;margin-top: 30px;line-height: 30px;font-weight: bold;}
.yunu-showcase-info .pro_content {margin: 5px 0 0;color: #666;line-height: 1.8;min-height: 227px;}
.yunu-showcase-info .pro_content dl {display: table;height: 40px;line-height: 40px;padding: 0 20px;font-size: 16px;color: #333;}
.yunu-showcase-info .pro_content dl dt {float: left;font-size: 15px;display: inline-block;line-height: 30px;}
.yunu-showcase-info .pro_content dl dd {float: left;font-size: 16px;color: #666;display: inline-block;width: 80%;text-align: justify;line-height: 30px;}
.yunu-showcase-info .pro_content dl:first-child {padding-top: 20px;}
.yunu-showcase-info .tel {border-top: 1px solid #e6f2ff;margin-top: 15px;padding-top: 36px;line-height: 21px;font-size: 18px;padding-left: 15px;padding-right: 15px;}
.yunu-showcase-info .tel strong {color: #eb6300;margin-top: 10px;display: inline-block;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 25px;background-color: #eb6300;color: #fff}
.prod-menu {margin-bottom: 20px;border-bottom: 2px solid #e6f2ff;}
.prod-menu li {float: left;margin-right: 7px}
.prod-menu li a {display: block; padding: 0 35px;line-height: 50px;background-color: #F1F1F1;font-size: 16px;}
.prod-menu li.active a { background-color: #eb6300;color: #fff;font-size: 18px;font-weight: bold;}
.yunu-infocontent-body {line-height: 2;margin: 0 10px; margin-bottom: 20px;font-size: 17px;overflow: hidden;}
.yunu-infocontent-body img{max-width: 100%;}
/* 详情页面上下页版块儿样式 */
.actdetailmodel {border-top: 1px solid #e6f2ff;padding: 0 20px;}
.actdetailmodel .up_down {height: 50px;line-height: 50px;}
.prod-con .up_down ul li:first-child { margin-left: 0;}
.prod-con .up_down ul li:last-child {margin-right: -96px;}
.up_down ul li:first-child { width: 50%;float: left;height: 56px;line-height: 56px; display: inline-flex;/*margin-left: -55px;*/margin-top: 7px;}
.up_down ul li:last-child {width: 50%;float: right;text-align: right;height: 56px;line-height: 56px;display: inline-flex;margin-right: -80px;margin-top: 8px;}
.actdetailmodel a {display: inline-block;font-size: 14px;width: 250px;line-height: 40px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 40px;height: 40px;margin-top: 7px;background: #f6f9f9;border: 1px solid #e1e1e1;color: #2d2d2d;text-indent: 1rem;padding-right: 10px;}
/* 详情页面上下页版块儿样式 end */


/* 新闻模块 */
/* left */
.left_newsbox {width: 100%;display: table;height: auto;margin-bottom: 20px;}
.news_title p,.problem_title p {font-size: 18px;font-weight: bold;letter-spacing: 1px;border-top: 1px solid #e6f2ff;position: relative;margin: 0;padding: 15px 0;}
.news_title p:after,.problem_title p:after {content: "";position: absolute;left: 0;top: -1px;width: 15%;background: #eb6300;height: 2px;}
.left_newsbox dl:nth-child(2) {position: relative;display: table;}
.left_newsbox dl:nth-child(2) dt {width: 100%;height: 180px;}
.left_newsbox dl:nth-child(2) dt img {height: 180px;width: 100%;object-fit: cover;}
.left_newsbox dl:nth-child(2) dd {width: 100%;position: absolute;left: 0;height: 45px;line-height: 45px;text-align: center;margin: 0;bottom: 0;background: #333333a6;}
.left_newsbox dl:nth-child(2) dd p {color: #fff;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;margin: 0;font-size: 16px;}
.left_newsbox dl {width: 100%;display: table;text-align: justify;margin-bottom: 15px;}
.left_newsbox dl dt {width: 44%;float: left;border: 1px solid #e6f2ff; object-fit: cover;height: 75px;border-radius: 3px; overflow: hidden;}
.left_newsbox dl dt img {width: 100%;height: 75px; object-fit: cover;}
.left_newsbox dl dd {width: 55%;float: left;margin-left: 0;line-height: 1.5;}
.left_newsbox dl dd p {margin: 0;padding: 0 11px;font-size: 16px;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.left_newsbox dl dd span {padding: 0 10px;margin-top: 10px;display: block;}
.common_problembox {width: 100%;height: auto;display: block;}
.common_problembox dl dd {height: 45px;}
.common_problembox dl {width: 100%;height: auto;margin-bottom: 20px;}
.common_problembox dl dd {height: 40px;line-height: 40px;padding-left: 30px; background: url(../images/xiangang_img.png) no-repeat 15px 15px;position: relative;font-size: 15px; display: block;width: 92%;margin: 0;}
.common_problembox dl dd:before {content: "1"; position: absolute;left: 0;font-size: 19px;top: -1px;color: #eb6300; font-weight: bold;}
.common_problembox dl dd:nth-child(2):before {content: "2";}
.common_problembox dl dd:nth-child(3):before {content: "3";}
.common_problembox dl dd:nth-child(4):before {content: "4";}
.common_problembox dl dd:nth-child(5):before {content: "5";}
.common_problembox dl dd a {width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
/* left */


/* right */
.list-5 li {height: 195px;border-top: 1px solid #e6f2ff !important;}
.list-5 li:last-child {margin-bottom: 15px;border-bottom: 1px solid #e6f2ff !important;}
.list-5 li a {display: block;padding: 15px;overflow: hidden}
.list-5 li .img-center { float: left; width: 250px; height: 162px;border: 1px solid #e6f2ff;overflow: hidden;}
.list-5 li .img-center img {width: 100%; height: 162px;}
.list-5 li:hover .img-center img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.list-5 li .text { margin-left: 270px}
.list-5 li:hover .text h4 {text-indent: 1rem;}
.list-5 li .text h4 {font-weight: bold; margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;font-size: 18px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.list-5 li .text span:nth-child(2) {line-height: 35px;display: block;color: #797979;}
.list-5 li .text p {color: #797979;margin: 10px 0;}
.list-5 li .text p.search{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.list-5 li .text .more {float: right;padding: 5px 12px;color: #fff;background-color: #B6B6B6}
.list-5 li a:hover {border-color: #eb6300}
.list-5 li a:hover .text h4 {color: #eb6300}
.list-5 li a:hover .text .more {background-color: #eb6300}
.yunu-infocontent-desc {margin-bottom: 20px; border: 1px solid #e6f2ff;padding: 20px;line-height: 33px;font-size: 16px;}
.yunu-infocontent-title {text-align: center;border-bottom: 1px solid #e6f2ff;margin-bottom: 40px;}
.yunu-infocontent-title h1 { margin: 0;font-size: 24px;line-height: 33px;font-weight: bold;padding: 10px 0;}
.yunu-infocontent-title p {font-size: 12px;color: #999}
.yunu-infocontent-title p span {padding: 0 5px;font-size: 14px;}
.contentbox {padding-bottom: 40px;text-align: justify;}
.contentbox img{max-width: 100% !important;}
/* right */



/* 图片模块 */
/* letf */
/* 应用案例列表页面 */
.casebox {width: 100%;display: table;height: auto;}
.casebox dl {float: left;width: 293px;margin-left: 0;margin-bottom: 20px;padding: 10px;margin-left: 20px;border: 1px solid #e6f2ff;margin-top: 0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.casebox dl:hover { background: #fff;box-shadow: 0 2px 12px 0 rgb(177 179 182);}
.casebox dl:nth-child(3n+1) {margin-left: 0;}
.casebox dl dt {width: 100%;height: 250px;overflow: hidden;}
.casebox dl:hover dt img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.casebox dl dt img {width: 100%; height: 250px; -webkit-transition: all 2s ease; -moz-transition: all 2s ease;-o-transition: all 2s ease;transition: all 2s ease;}
.casebox dl dd { margin-left: 0;background: #f6f9f9; padding: 15px 10px;line-height: 1.5;}
.casebox dl dd p {font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display: block;margin: 0;text-align: center;}
.casebox dl dd span {font-size: 14px;text-align: justify;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;letter-spacing: 1px; color: #aaa;}
/* 应用案例列表页面 end */
/* letf */

/* right */
.img_img img{display: block;margin: 0 auto;max-width: 100%;}

.tl-fdh-02 {height: 55px;background: #fff; margin-bottom: 20px;overflow: hidden;}
.blk { margin-bottom: 20px;}
.blk-md{overflow: hidden;}
.tl-fdh-02 li {width: 14.285%;height: 55px;font-size: 18px;line-height: 55px;text-align: center;float: left;border-right: 1px solid #d8d8d8;box-sizing: border-box;background: #f4f4f4;cursor: pointer;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.tl-fdh-02 li.cur,.tl-fdh-02 li:hover {background: url(../images/p16-icon6.png) no-repeat bottom 0 center #eb6300; border-color: #fff;}
.tl-fdh-02 li.cur a,.tl-fdh-02 li:hover a {color: #fff;}
.tl-fdh-02 li a {display: block;height: 55px;color: #333;}
.albumbox{display: table;width: 100%;height: auto;margin-bottom: 40px;}
.albumbox dl { float: left; width: 283px;margin-left: 20px;border:1px solid #dce1e6;margin-top:20px;}
.albumbox dl dt {margin: 10px;overflow: hidden;}
.albumbox dl dt img {	height: auto; width: 100%;-webkit-transition: all 2s ease;-moz-transition: all 2s ease;-o-transition: all 2s ease;transition: all 2s ease;}
.albumbox dl:hover dt img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1); -o-transform: scale(1.1);transform: scale(1.1);}
.albumbox dl:nth-child(4n+1) {margin-left: 0;}
.albumbox dl dd {background: #e8ebef4a;height: 45px;line-height: 45px;text-align: center;font-size: 16px; margin-left: 0;}


/* 关于我们 */
#showtext{ line-height:2; padding:0px 10px; font-size:14px; }
.endit-content {line-height: 28px;border: 1px solid #e6f2ff;padding: 20px;}
.endit-content img{max-width: 100%;text-align: center;}
.endit-content p {margin: 15px 0;font-size: 16px;}
.plan_t {width: 100%;height: auto;display: table;font-size: 38px;color: #333;font-weight: normal;text-align: center;background: url(../images/ys_line.png) no-repeat center 62px;line-height: 44px;margin: 25px 0 15px 0;}
.plan_t span {display: block;font-size: 16px;color: #999;}


/* 联系我们 */
.ncontent34box {width: 1200px;margin: 0 auto;}
.ncontent34box {padding-bottom: 60px;}
.ncontent34box .pea {width: 1200px;margin: 0 auto;font-size: 18px;color: #666666;padding-top: 55px;}
.ncontent34box .list {overflow: hidden;margin-bottom: 40px;border: 1px solid #e6f2ff;overflow: hidden;}
.ncontent34box .conl {width: 45%;float: left;}
.ncontent34box .list h3 {font-size: 20px;color: #333;padding-left: 40px;padding-top: 35px;padding-bottom: 20px;margin-bottom:40px;font-weight: bold;line-height: 1.5;}
.ncontent34box .list p { color: #333;padding-bottom: 25px;font-size: 16px;padding-left: 40px;}
.ncontent34box .conl p:nth-child(2) span,.ncontent34box .conl p:nth-child(3) span {background: url(../images/iconnew.png) no-repeat -96px -318px;}
.ncontent34box .conl p:nth-child(4) span {background: url(../images/iconnew.png) no-repeat -188px -318px;}
.ncontent34box .conl p:nth-child(5) span {background: url(../images/iconnew.png) no-repeat -288px -318px;}
.ncontent34box .list span {display: inline-block;width: 27px;vertical-align: middle;height: 27px;margin-right: 7px;}
.ncontent34box .list .imgdiv {width: 50%;float: right; margin: 20px;}
.ncontent34box .list .imgdiv iframe{max-width: 100%;}



/*产品页左侧*/
.cpMain{/* background:#ececec; */overflow:hidden;padding-bottom:20px;}
.sidebar{ width: 1300px;margin:10px auto;margin-top:20px; }
.sidebar .sb_nav{ float:left; width:220px;}
.sidebar .sb_nav h3.title{ text-align:left; background:url(../dt-6.gif) repeat-x; padding:0px 15px; height:33px; line-height:33px; border-bottom:1px solid #cecece; font-size:14px; color:#fff;}
.sidebar .sb_nav h3.line{ margin-top:15px; }
.sidebar .sb_nav .active{ padding:10px 15px; background:#fff; border: 1px #ddd solid;}
.sidebar .sb_box{float:right;width: 1020px;background:#fff;overflow:hidden;/* border: 1px #ddd solid; */}
.sidebar .sb_box h3.title{ border-bottom:1px solid #ddd; background:#f8f8f8; color:#3e58af; height:35px; line-height:35px; position:relative;}
.sidebar .sb_box h3.title span{ position:absolute; left:0px; top:-1px; font-size:14px; border-bottom:2px solid #3e58af; padding:0px 15px;}
.sidebar .sb_box h3.title div.position{ float:right;color:#999; font-weight:normal; position:relative; top:3px; right:15px;}
.sidebar .sb_box h3.title div.position a{ color:#999;}
.pro_l{ width: 260px;float:left;}
.pro_l h4 {    font-size: 32px;
    color: #fff;
    background: url(../images/page_h2bg.png) no-repeat;
    height: 110px;
    text-align: center;

}
.pro_l h4 .prolia {font-weight: bold;display: block;line-height: 110px;color: #fff;font-size: 26px;text-decoration: none;text-align: center;}
.sidebar .pro_l ul{border-top:none;overflow:hidden;border-bottom: 3px solid #007440;background:#fff;}
.proyoux{font-size:18px;
    color: #333;
    padding-bottom: 10px;
    padding-top: 6px;}

.sidebar .pro_l ul.img-ul li{    border-bottom: 1px solid #eaeaea;
    background: url(../images/pagepro_li.png) #f8f8f8 no-repeat 200px 20px }
.sidebar .pro_l ul.img-ul li>a{     display: block;
    line-height: 60px;
    font-size: 16px;
    padding-left: 38px;}
	.sidebar .pro_l ul.img-ul li:hover{    background: url(../images/pagepro_li.png) #007440 no-repeat 200px 20px;}
	
	.sidebar .pro_l ul.img-ul li:hover a{color:#fff;}

.pro_l ul{ border-top:none;overflow:hidden;background:#fff; }
.sidebar .pro_l ul li{   border-bottom: 1px solid #eaeaea; background: url(../images/pagepro_li.png) #f8f8f8 no-repeat 200px 20px; }
.sidebar .pro_l ul li a{ display: block; line-height: 60px; font-size: 16px; padding-left: 38px;}
.sidebar .pro_l ul li:hover {background: url(../images/pagepro_li.png) #007440 no-repeat 200px 20px;}
.sidebar .pro_l ul li:hover a{color: #fff;}
.tagsss1{margin-top: 12px;display: none;}
.nycomtag{ line-height: 40px; overflow:hidden;background: #007440; }
.nycomtag>h3{ float: left;width: 150px;text-indent: 18px;height: 64px;line-height: 64px;font-size: 22px;color: #fff;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{ float:right;}
.ghtag{ padding-left:22px;line-height: 64px;padding-right: 20px;color: #fff;background:url(../images/page/ghtag.png) no-repeat left; }
.ghtag:hover{ color:#fff; }
#tagac{ /* margin-top:10px; */margin-bottom: 10px;background: #fff;padding: 10px; }
#tagac>a{ font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 10px;margin: 5px 0;box-shadow: 1px 3px 10px 0px rgb(216 38 26 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{ background-color: #007440;color: #fff; }

@media (max-width: 1430px){
  .sidebar { width: 1320px; margin: 10px auto; margin-top: 20px;}
  .sidebar .sb_box{width: 1040px;}
}

/*内页产品列表页*/
.subNavBox .on .subNav h3 { background:#3e58af;  }
.subNav h3{ height: 40px;line-height: 40px; background:#ececeb;margin-bottom: 1px;margin: 6px 10px; }
.subNav h3:hover { background:#3e58af; }
.subNav h3:hover a { color: #fff; }
.subNav h3 a { display: block;font-size: 16px;font-weight: normal; margin-right: 20px; margin-left: 20px;color: #666; position: relative; }
.subNav h3 a:after { content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8; border-style: solid solid none none; position: absolute; top: 50%; right: 0px;margin-top: -4px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.subNav h3:hover a:after { border-color: #fff;  }
.subNavBox .on .subNav h3 a { color: #fff; }
.subNavBox .on .subNav h3 a:after { content: "";width: 8px;height: 8px;border: 2px solid #fff; border-style: solid solid none none; position: absolute; top: 50%; right: 0px;margin-top: -4px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);} 
.subNavBox .on .subNav h3:hover a:after { border-color: #fff; } 
.navContent{ display: none;/* margin-top: 10px; */background: #232323;padding: 6px;overflow: hidden;}
#sidebar1 li .navContent dt{ background: inherit;text-align: left;height: 32px;line-height: 32px;margin-top: 0;width: 50%;float: left;}
#sidebar1 li .navContent dt a{ background: url(../images/pro-dian.png) left no-repeat;color: #fff;height: 32px;line-height: 32px;}
#sidebar1 .navContent dt a:hover{ background: url(../images/pro-dian.png) left no-repeat;color: #007440;}
.subNavBox .on .navContent { display: block; }
.navContent h5 { height: 50px; font-size: 16px; line-height: 50px; padding-left: 54px; padding-right: 40px; margin-bottom: 1px;  background: #ddd; font-weight: normal; position: relative;}
.navContent h5::after { content: ""; width: 8px; height: 8px;  border: 2px solid #b8b8b8; border-style: solid solid none none;  position: absolute; top: 50%; right: 32px; margin-top: -4px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);  transform: rotate(45deg);}
.navContent h5.on::after { border: 2px solid #007440; border-style: solid solid none none; }
.navContent h5.on a span { color: #007440; }
.navContent h5:hover a span { color: #007440; }
.navContent h5:hover::after { border: 2px solid #007440; border-style: solid solid none none; }

.nlist{ padding-bottom: 15px ;}

.nlist{ float:left; width:220px; background:#fff;}
.nlist .nt{ font-weight:normal; padding:14px 0 14px 22px; background:#007440 url(../images/hhBg.png) no-repeat 190px center; }
.nlist .nt a{ font-size:18px; color:#fff; font-weight: bold;text-decoration: none;}
.nlist .nt span{ }
.nlist .nt span a{ font-size:14px;font-family:"Arial"; margin-left:6px; text-decoration:none; font-weight:normal;}

.nlist .leftli{}
.nlist .leftli:hover,.nlist ul li.cur{/* background: #007440; */}
.nlist .leftli:hover a{ /* color:#fff; */ }
.nlist .leftli a{ display: block;font-size: 16px; }

.nlist li.cur{ background: #007440; }
.nlist li.cur a{/* color:#fff; */display: block;font-size: 16px;}
.nlist{float: left;width: 260px;background: #fff;padding-bottom: 0px !important;/* display: none; */}
.pro_l ul li{/* margin:5px 8px; */}


.t05 { line-height:40px;background: #007440;}
.t05 { padding: 16px 10px; color:#fff;font-size:14px; } /*左边标题块*/
.t05 a{ color:#fff; font-size:14px; }
.contactn .subnr { background:none repeat scroll 0 0 #fff; overflow:hidden; padding:5px 10px; width:200px; font-size:14px; line-height:30px; }

/*右侧*/
.rtop {overflow:hidden;padding-bottom:15px;}
.rtop h5 { float:left;padding-left: 10px;border-left: 3px solid #007440;font-weight: normal;line-height: 16px; }
.rtop h5 a { font-size: 16px;color: #007440;font-weight: bold; }
.rtop span {     float: left;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px dotted #eee;
    display: block;
    width: 100%;}
.rtop span em { color: #999; }
.rtop span a { color: #999; }

.cpshow{ overflow:hidden;/* padding-top:20px;*/ margin:0 20px; }
.cpshow li{ border: 1px solid #eee;float:left;margin: 0 0.9%;margin-bottom:10px;width: 31.3%; }
.cpshow li.noMl{ margin-right:0; }
.cpshow li img{ display:block;/*border:1px solid #d3d3d3;*/width: 100%; }
.cpshow li h4{ text-align:center;/*margin-top:16px;*/height: 36px;line-height: 36px;background-color: #eee;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cpshow li h4 a{ font-size:14px; color:#333; font-weight:normal; }
.cpshow li p{ font-size:13px; color:#666; line-height:21px; height:1px; overflow:hidden; }
.cpshow li span{ display:block; overflow:hidden; margin-top:20px; display:none; }
.cpshow li span .zx{ float:left; width:103px; height:40px; line-height:40px; text-align:center; font-size:13px; color:#fff; text-decoration:none; border-left:3px solid #333; background:#666;}
.cpshow li span .xq{ float:right; font-size:13px; color:#666; margin-top:14px; }

.cpshow li:hover{ border-color: #007440; }
.cpshow li:hover h4{ background-color: #007440; }
.cpshow li:hover h4 a{ color: #fff; }
.cpshow li span .zx:hover{ background:#007440; border-left-color:#007440; }

.RandomNews{ padding:0px 15px; }
.RandomNews h4{ padding-left:27px;height:36px;line-height:36px;color:#007440;background:#ccc;font-weight:bold; }
.RandomNews li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:378px; float:left;overflow:hidden; }
.RandomNews li a{ background:url(../images/ico55.gif) no-repeat 0 5px; padding-left:12px; }
.RandomNews ul{ padding: 10px 0px; }
.right .RandomNews .news_random{ border:1px solid #ccc;border-top:none;background:#fff; }
.right .RandomNews ul{ padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff; }

/*产品*/
.product1{ margin:auto; margin-top:20px; }
.product1 li{ width:285px; float:left;/*margin-right:20px;*/ margin: 0 8px; } 
.product1 li:last-child{ margin-right: 0; }
.product1 li .pic{ display:block;overflow:hidden; }
.product1 li .pic img{ display:block;-webkit-transition:1s;-moz-transition: 1s;transition: 1s;width: 285px; }
.product1 li:hover img{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1); }
.product1 li h2{ line-height:40px; color:#4b4b4b;font-size:18px;font-weight:bold;text-align: center; }
.product1 li h2 a{ color:#4b4b4b; }
.product1 li h2 a:hover{ color:#007440; }
.product1 li p{ font-size:14px;color:#666;line-height:25px; }
.product1 li em{}
.product1 li .more{ width:180px; line-height:35px; height:35px;background:#f0f0f0;color:#4b4b4b; text-align:center;display:block; position:relative;margin:10px 50px; }
.product1 li .more::before{ content:"";display:block;height:38px;position: absolute;top:-2px;left:-4px;width: 10px;border-top: 1px solid #2d2926;border-bottom: 1px solid #2d2926; border-left:1px #2d2926 solid; -webkit-transition: .5s;transition: .5s;margin-right:5px;}
.product1 li .more::after{ content:"";position:absolute; right:-4px;bottom:-4px; width:10px; border-right: 1px solid #2d2926;border-top: 1px solid #2d2926;border-bottom: 1px solid #2d2926;display:block;height:40px;margin-left:5px;}
.product1 li .more:hover{ background:#007440;color:#fff; }
.product1 li .more:hover a{ color:#fff; }

/*产品详情页*/
.proviewbox{ float:left;width:305px;position:relative;z-index:5; }
.probigshow{ position:relative;width:300px;padding:1px;border:1px solid #ddd;overflow:hidden; }
.probigshow .span_showtip{ position:absolute;top:0px;left:0px;width:81px;height:81px; text-indent:-999em;overflow:hidden; }
.probigshow .showtip_1{ background-position:0 0; }
.probigshow .showtip_2{ background-position:0 -81px; }
.probigshow a.a_probigshow{ cursor:crosshair; }

.prodbaseinfo_a{ float:left;width: 535px;margin-left:25px;z-index:1; }
.h2_prodtitle{ font-size: 24px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em;}
.ul_prodinfo{ padding:6px 0;overflow:hidden;zoom:1; }
.ul_prodinfos{ padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold; }
.ul_prodinfos li{ padding:5px 0 10px; }
.ul_prodinfo li{ float:left;width: 616px;padding:6px 0; }
.ul_prodinfo li p{ font-weight: bold;font-size: 16px;line-height: 28px; }
.ul_prodinfo li span{ font-size: 16px;font-weight: normal; }
.li_normalprice,.li_prono{ line-height:24px; }
.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{ color:#999; }
.ul_prodinfo .li_brand{ width:180px; }
.li_prono{ line-height:2.9em; }
.ul_prodinfo .b_proprice{ font-size:14px;color:#ce1919;font-weight:normal; }
.ul_prodinfo a.a_brand{ color:#c00; }
.ul_prodinfo a.a_brand:hover{ text-decoration:underline; }
.ul_prodinfo .li_jf{ clear:both;width:300px; }
.ul_prodinfo .li_jf b{ font-weight:normal;color:#c00; }
.ul_prodinfo .li_jf a.a_usejf{ display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{ filter:alpha(opacity=100);opacity:1.0;}
.div_prothumb .span_prev,.div_prothumb .span_next  { background:url(../images/sprite.png) no-repeat;}
.div_prothumb{ position:relative;padding:15px 15px 0;}
.thumbporbox{ position:relative;width:275px;overflow:hidden;}
.ul_prothumb{ position:relative;width:7500px; overflow:hidden;}
.ul_prothumb li{ float:left;width:69px;text-align:center;}
.ul_prothumb img{ padding:1px;border:1px solid #ddd;width:60px !important;height: 42px !important;}
.ul_prothumb li.now img{ border: 1px solid #007440 !important; }
.div_prothumb .span_prev,.div_prothumb .span_next{ position:absolute;top: 7px;width:22px;height: 63px; text-indent:-999em;overflow:hidden;cursor:hand;cursor:pointer;}
.div_prothumb .span_prev{ left:0px;_left:-25px;background-position:-90px -282px; }
.div_prothumb .span_prevb{ background-position:-112px -282px;cursor:default; }
.div_prothumb .span_next{ right:0px;background-position:-156px -282px; }
.div_prothumb .span_nextb{ background-position:-134px -282px;cursor:default; }

#probig_preview{ position:absolute;visibility:hidden;top:0px;left:405px; width:340px;height:340px;background:#fff;border:1px solid #ccc;overflow:hidden; }
#probig_preview img{ position:relative; }

.cp { border:1px solid #d7d7d7; background:#fff; padding-bottom:12px; margin-bottom:10px; }
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7; }
.cptab  { line-height:25px; font-size:14px; color:#007440; text-decoration:none; padding:0 8px;  }
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }
.cp dl { width: 250px; overflow:hidden; float:left; display:inline; padding: 12px 2px 0 12px; }
.cp dt { width: 250px;   overflow:hidden;  }
.cp dt a { width: 250px; display:block; border:1px solid #D5D5D5; padding:1px; }
.cp dt a:hover { border:solid 1px #007440; } 
/*产品图片边框连接*/
.cp dt img { width: 250px;height:174px;display:block; }
.cp dd { line-height:24px; padding-top:8px; overflow:hidden; display:block; width: 250px; text-align:center; }


/*.proinfo  { font-size:14px; line-height:25px;}
.proinfo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-top:10px;}
.proinfo p { color:#414141;padding: 0 10px;}
.proinfo p a { color:#007440;}
.pro_key { line-height: 35px;/* border-top: dashed 1px #d7d7d7; */margin-top: 5px;font-size: 14px;}
*/
.mod_goods_info { clear:both;margin-bottom:10px;position:relative}
.mod_goods_info .hds { border-bottom: 1px solid #007440;height:33px;_overflow:hidden;}
.mod_goods_info .hds li { float:left;cursor:pointer;border:1px solid #d7d7d7;border-bottom:0;margin-right:-1px;}
.mod_goods_info .hds li h3 { display:block;width:128px;height:30px;line-height:30px;text-align:center;font-size:14px;border-bottom:0;background-color:#f3f3f3;border:1px solid #fff;}
.mod_goods_info .hds li h3 a { color:#333;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on { border-color: #007440;border-bottom:0;position:relative;}
.mod_goods_info .hds .status_on h3 { height:31px;background-color:#fff;color: #007440;}
.mod_goods_info .hds .status_on h3 a { color:#007440;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{ text-decoration:none;color:#007440; }
.mod_goods_info .more a:hover{ color:#D4105A; }

.dgxxBox{ padding:0 15px; width:645px; height:300px; font-family:微软雅黑; }
.dgxxBox p{ font-size:16px; padding:25px 0; color:#666; }
.dgxxBox .m_form{}
.dgxxBox .m_form li{ width:310px; height:38px; float:left; margin-bottom:13px; color:#777; }
.dgxxBox .m_form label{ float:left; border:1px solid #dedede; line-height:36px; height:36px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{ float:right; width:230px; border:1px solid #dedede; border-left-width:0; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{ margin-left:12px; width:296px; height:161px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.dgxxBox .m_form .btnTjly{ width:310px; height:38px; background:#007440; border:none; cursor:pointer; color:#fff; }
.dgxxBox .m_form .areLi{ height:205px; float:right; display:inline; }
.dgxxBox .m_form .btnLi{ background:none; height:60px; }

/*产品搜索*/
.rongliang{ width:1200px;height:75px;margin:30px auto;border-radius:5px;background:url(../images/bg_rongliang.jpg) center;padding-top:25px;position:relative; }
.rongliang .search{ width:720px;height:50px;line-height:50px;margin:0 auto;font-size:16px;color:#666;z-index:9999;position:absolute;left:0;right:0;border-bottom:none;}
.rongliang .search span{ cursor:pointer;margin-right:5px;display:inline-block;width:180px;text-align:center; }
.rongliang .search span i{ display:inline-block;width:15px;height:15px;border:1px solid #ccc;margin:-3px 6px;font-size:10px; }
.rongliang .search span.on i{ background:url(../images/icon_qunav.png) -463px -65px; }
.rongliang .search #which{ font-style:normal;display:inline-block;width:80px; }
.rongliang .search #calc{ font-size:12px;color:#007440;text-decoration:dashed;cursor:pointer; }
.rongliang .search a.btn,.rongliang .search input{ width:100px;height:40px;line-height:40px;text-align:center;box-shadow:1px 2px 14px 1px #eaeaea;border-radius:5px;background:#FFF;display:inline-block;margin:0 5px}
.rongliang .search input::-webkit-inner-spin-button,.rongliang .search input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
.rongliang .search a.btn{ color:#007440;margin-left:20px;transition:all .3s}
.rongliang .search a.btn:hover{ background:#007440;color:#FFF;}
.rongliang i.line{ display:block;width:188px;height:2px;background:url(../images/run_line.png) no-repeat;position:absolute;top:20px;left:-200px;z-index:8888;animation:run_line 8s infinite linear}
.rongliang i.line_1{ animation-delay:1s}
.rongliang i.line_2{ top:40px;animation-delay:4s;animation-duration:3.5s; }
.rongliang i.line_3{ top:80px;animation-delay:7.3s;animation-duration:10s; }
.rongliang i.line_4{ top:95px;animation-delay:2.5s; }
/*ban*/
.ban_1{ width:100%; background:url(../images/index_7.jpg)no-repeat center; height:180px; line-height:180px; }
.ban_1_nr{ width:1200px; margin:0 auto; }
.ban_1_nr li{ float:left;width:25%;margin-right:100px; }
.ban_1_nr li h2{ font-size:30px;color:#fff;font-weight:bold; text-align:center; }
.ban_1_nr li h3{ font-size:28px;color:#fff; text-align:center; }
.ban_1_nr li h2 span{ margin-left:10px; }
.ban_1_nr li em{ line-height:40px;color:#fff;font-size:19px; position:relative; }

/*标题*/


/* 产品分类列表 */
.inner_flpro{ float: left;width: 240px; }
.inner_frpro{ float: right;width: 930px; }
.inner_frpro>h3{ height: 50px;font-size: 24px;font-weight: normal;line-height: 50px;border-bottom: 1px solid #ebebeb; }
.inner_frpro>h3 span{ display: inline-block;border-bottom: 1px solid #393939; }
.nyjc{}
.nyjc-til{ padding:15px;color:#fff;background: #007440; }
.nyjc-til p{ font-size: 24px; }
.nyjc-til i{ display: block;height: 1px;width: 90px;background: #fff;margin:10px 0; }

#sidebar1{ background: #fff; }
//#sidebar1 h3{line-height: 42px;padding-left: 20px;border-bottom: 1px solid #e3e3e3;background: url(../images/news-sj.png) #555555 95% no-repeat;padding-right: 32px;margin-bottom: 2px;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}
#sidebar1 h3{    border-bottom: 1px solid #eaeaea;
    background: url(../images/pagepro_li.png) #f8f8f8 no-repeat 200px 20px;}

//#sidebar1 h3:nth-child(3){ background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);}
//#sidebar1 h3:nth-child(7){ background: url(../images/news-sj.png) #383838 95% no-repeat; }
//#sidebar1 h3:nth-child(9){ background: url(../images/news-sj.png) #383838 95% no-repeat; }
//#sidebar1 h3:nth-child(11){ background: url(../images/news-sj.png) #383838 95% no-repeat; }

#sidebar1 h3.on{ /* border-left: 4px solid #007440; */ }
#sidebar1 span{}
#sidebar1 h3 a{     display: block;
    line-height: 60px;
    font-size: 16px;
    padding-left: 38px }
#sidebar1 	h3:hover{    background: url(../images/pagepro_li.png) #007440 no-repeat 200px 20px;}
#sidebar1 	h3:hover a{color:#fff;}
#sidebar1 ul{ padding: 10px;background: #fff;display: block;overflow: hidden;border-bottom: 1px solid #e3e3e3; }
#sidebar1 ul li{ padding-left: 6%;width: 42%;float: left;background: url(../images/pro-dian1.png) 3px no-repeat;}
#sidebar1 ul li a{ line-height: 30px;font-size: 15px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
#sidebar1 ul li a:hover{ color:#007440; }
#sidebar1 ul li:hover{ background: url(../images/pro-dian.png) 3px no-repeat;}
#sidebar1 dt{ margin-top: 10px;font-weight: normal;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{ margin-top: 0px; }
#sidebar1 dt>a{ color: #666;display: block; }
#sidebar1 dt.cur, #sidebar1 dt:hover{ background: #007440;color: #fff; }
#sidebar1 dt.cur a,#sidebar1 dt:hover a{ color:#fff; }
#sidebar1 dd{ display: none; }
#sidebar1 dd a{ display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{ background: url(../images/iyuan_on.png) 5px center no-repeat;color:#007440; }

.inner_lxpro { margin-bottom:15px; }
.inner_lx_titpro { line-height:68px; background:url(../images/inner_lx_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333; }
.inner_lxpro .txt { margin-top:10px; line-height:32px; }

/* 产品模块 */
#productlist{padding: 15px  0px;padding-top: 0;}
#productlist li{ float:left; display:inline; text-align:center; }
#productlist li a.img{ display:block; text-align:center; font-size:0px; }
#productlist li a.img img{ margin:auto; border:1px solid #ccc; }
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5; }
#showproduct{ padding: 20px;}
#showproduct .pshow{ overflow: hidden; }
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px; }
#showproduct .pshow dt{ float:left; }
#showproduct .pshow dd{ float:right; }
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 45px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px; }

.nypro-lx{ /* padding-left: 55px; */margin-top: 10px;/* background: url(../images/cpxq-lx.png)5px 15px no-repeat; */float: left;width: 520px;padding-top: 15px;border-top: 1px solid #ddd;}
.nypro-lx h2{ font-size: 18px;color: #333;padding-bottom: 10px;float:left;}
.nypro-lx .nypro-lxl { float: left; }
.nypro-lx p{ float: left;font-size: 30px;line-height: 24px;color: #007440;}
.nypro-lx a { width: 120px;height: 42px;background: #007440;line-height: 42px;font-size: 16px;text-align: center;color: #fff;display: block;float: right;margin-top: -22px;}

/*图片模块*/
#imglist{ padding: 15px;}
#imglist li{ float:left;display:inline;text-align:center;margin: 0 0.9%;margin-bottom: 1%;width: 29%;border: 1px solid #ccc;padding: 1%;}
#imglist li a.img{ font-size:0px; display:block;}
#imglist li a.img img{ margin:auto;/* border:1px solid #ccc; */width: 100%;/* padding: 2px; */}
#imglist li a.img img:hover{}
#imglist li h3{ padding: 10px 10px 10px;font-weight:normal;line-height:1.5;font-size: 18px;overflow: hidden;text-overflow: ellipsis;text-align: center;white-space: nowrap;/* background: #eee; */}

#imglist li .but { display: flex;align-items: center;justify-content: center;width: 114px;height: 40px;position: relative;margin-top: 10px;}
#imglist li .but strong { font-size: 15px;color: #666;position: relative;z-index: 2;font-weight: normal;}
#imglist li .but i { display: block;height: 14px;overflow: hidden;position: relative;margin-left: 14px;z-index: 2;}
#imglist li .but i img { float: left;height: 100%;}
#imglist li .but i img:nth-child(2n) { display: none;}
#imglist li .but::before {content: "";display: block;position: absolute;top: 0;left: 0;width: 30%;height: 100%;z-index: 1;/* background-color: #eaeff8; */-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
#imglist li:hover .but::before { width: 100%; background-color: #007440;}
#imglist li:hover .but strong{ color:#fff }
#imglist li:hover .but i img:nth-child(1) { display: none; }
#imglist li:hover .but i img:nth-child(2) { display: block; }

#imglist li:hover h3{ /* background: #007440; */ }
#imglist li:hover h3 a{ color: #007440; }
#imglist li h3 a{ font-size: 16px; }
#showimg{ padding:15px; }
#showimg h1.title{ font-size:18px; padding:5px 0px; margin-bottom:10px; text-align:center; font-weight: bold; }
#showimg .imgshow{ text-align:center; }
#showimg .editor{ line-height:2; padding:0px 10px; font-size:14px; }
.imgparalist li{ padding:3px 15px 3px; background:url(../images/dt-0.gif) no-repeat 5px center; }
.imgparalist li span{ float:left; margin-right:10px; color:#999; }
#showimg .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }

/*栏目页推荐新闻*/
.topnew{ width: 97%;margin: 0 auto;padding-bottom: 30px;padding-top: 20px; }
.tjnew{ margin-top:20px;}
.tjnew_top{ line-height:40px; height:40px; border-bottom:1px #ccc solid;}
.tjnew_top h2{ float:left;width:150px; text-indent:15px; height:40px; line-height:40px;border-bottom: 2px #007440 solid;color: #007440; font-size:18px;font-weight: bold;position: relative;}
.tjnew_top h2::before{ position: absolute;content: '';width: 3px;background: #007440;left: 0;bottom: 10px;height: 18px;}
.tjnew_top em{ float:right; margin-right:5px; text-transform:uppercase; font-size:14px; color:#ccc;}
.tjnew_top em a{ text-align:right; color:#ccc; }
.tjnew_top em a:hover{ color:#007440; }
.tjnew_nr{ margin-top:10px; }
.tjnew_nr dl{ overflow:hidden; }
.tjnew_nr dl dt{ float:left; overflow:hidden; width:331px; display:block; }
.tjnew_nr dl dt img{ display:block; width:307px; border:1px #ccc solid; padding:2px; }
.tjnew_nr dl dt img:hover{ border:1px #007440 solid; }
.tjnew_nr dl dd{ float:right; width:867px; }
.tjnew_nr dl dd h2{ font-size:16px; color:#333;font-weight:block; }
.tjnew_nr dl dd h2 a{ color:#333; line-height:40px; text-decoration:none; }
.tjnew_nr dl dd h2 a:hover{ color:#007440;}
.tjnew_nr dl dd p{ font-size:14px;line-height:25px; color:#4b4b4b;}
.tjnew_nr dl dd em{ display:inline-block; width:100px; line-height:40px; background:#ccc;margin-top:30px; float:right; text-transform:uppercase; text-align:center; color:#4b4b4b; font-size:14px;}
.tjnew_nr dl dd em:hover{ background:#007440;}
.tjnew_nr dl dd em:hover a{ color:#fff; text-decoration:none; }
.tjnew_nr ul{ margin-top:20px;overflow: hidden; }
.tjnew_nr ul li{ float:left; width:48%; height:40px; line-height:40px; margin-right:2%; border-bottom:1px #ccc dashed; }
.tjnew_nr ul li:nth-child(even){ margin-right: 0; }
.tjnew_nr ul li a{ padding-left: 16px; font-size:14px; color:#4b4b4b;/*text-indent:25px;*/display: -webkit-inline-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;width: calc(100% - 110px);margin-left: 0;background: url(../images/diamImg.png) left no-repeat;}
.tjnew_nr ul li a:hover{ color: #007440; }
.tjnew_nr ul li em{ float:right;font-size: 14px;color: #999;line-height:40px; margin-right:8px; }

/*数字跳动*/
#countup{}
.countup-div{ width:25%;float:left;padding:40px 0; }
.countup-txt{ color:#fff;text-align:center; }
.countup-txt h4{ font-size:18px; }
.countup-txt h4 span{ font-size:52px;font-weight:bold; }
.countup-txt p{ font-size:18px; }

/*标题*/
.nybg{ line-height: 30px;height: 30px;font-size: 16px;background: #eeeeee; }

/*产品特点*/
.pwht{ background:url(../images/zcban07.jpg) no-repeat; width:100%; overflow:hidden; height:640px; padding-top:60px;}
.cpts {}
.cpts h2.h2_title{ font-size:35px; text-align:center; color:#333; line-height:30px;}
.cpts h2.h2_title a {color: #333;}
.p_title{ margin: 10px 0; text-align:center; text-transform:uppercase; font-size:14px; color:#999; letter-spacing:2px; font-weight:normal; font-family: Arial, Helvetica, sans-serif;}
.cpts .container { height:640px;background: url(../images/ts01.png) no-repeat center 102px;}
.cpts .cpts_con { height: 500px;position: relative;}
.cpts .cpts_con .cpts01 { width: 440px;height: 150px;background: url(../images/tsline01.png) no-repeat left 95px;position: absolute;top: 50px;left: 0;}
.cpts .cpts_con .cpts01 b { font-size: 24px;color: #007440;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts01 p { width: 275px;margin-top: 1px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts01 span { display: block;width: 148px;height: 148px;background: url(../images/ts03.png) no-repeat center;position: absolute;right: 0;top: 0;}
.cpts .cpts_con .cpts02 { width: 440px;height: 150px;background: url(../images/tsline01.png) no-repeat left 95px;position: absolute;top: 350px;left: 0;}
.cpts .cpts_con .cpts02 b { font-size: 24px;color: #007440;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts02 p { width: 275px;margin-top:1px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts02 span { display: block;width: 148px;height: 148px;background: url(../images/ts02.png) no-repeat center;position: absolute;right: 0;top: 0;}
.cpts .cpts_con .cpts03 { padding-left: 180px; width: 260px;height: 150px;background: url(../images/tsline02.png) no-repeat right 95px;position: absolute;top: 50px;right: 0;}
.cpts .cpts_con .cpts03 b { font-size: 24px;color: #007440;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts03 p { width: 275px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts03 span { display: block;width: 148px;height: 148px;background: url(../images/ts011.png) no-repeat center;position: absolute;left: 0;top: 0;}
.cpts .cpts_con .cpts04 { padding-left: 180px; width: 260px;height: 150px;background: url(../images/tsline02.png) no-repeat right 95px;position: absolute;top: 350px;right: 0;}
.cpts .cpts_con .cpts04 b { font-size: 24px;color: #007440;display: block;height: 64px;line-height: 64px; }
.cpts .cpts_con .cpts04 p { width: 275px;line-height: 20px;font-size: 15px;color: #666; }
.cpts .cpts_con .cpts04 span { display: block;width: 148px;height: 148px;background: url(../images/ts04.png) no-repeat center;position: absolute;left: 0;top: 0;}
.cpts .cpts_con .cpts01 span{ -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts01 span:hover{ -webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }
.cpts .cpts_con .cpts02 span{ -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts02 span:hover{ -webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }
.cpts .cpts_con .cpts03 span{ -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts03 span:hover{ -webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }
.cpts .cpts_con .cpts04 span{ -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts04 span:hover{ -webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }

.clearfix:after { content: ""; height: 0; clear: both; display: block; visibility: hidden;}

/*内页联系我们*/

/*内页在线留言*/
.ny_ly { overflow: hidden; margin-top: 20px; }
.ly_box { overflow: hidden; margin-top: 20px; }
.ly_box .temp_on_inp .content .temp_on_con h3 { width: 145px;height: 46px;font-size: 18px;line-height: 46px; text-align: center;color: #fff; background: #666666; }
.ly_box .temp_on_inp .content .temp_on_con form { border: 1px solid #bbb;background: url(../images/ly_bg.jpg) no-repeat center bottom #fff;padding: 40px 15%; height: 435px;}
.ly_box .temp_on_inp .content .temp_on_con form ul li  { margin-bottom: 10px; font-size: 14px; line-height: 35px;color: #666; overflow: hidden; }
.ly_box .temp_on_inp .content .temp_on_con form ul li span { display: inline-block;width: 120px;color: #666; vertical-align: top; text-align: right;height: 33px;line-height: 33px; overflow: hidden; }
.ly_box .temp_on_inp .content .temp_on_con form ul li span em { color: #f00; }
.ly_box .temp_on_inp .content .temp_on_con form ul li input { width: 73%;margin-right: 10px;outline: none;padding-left: 10px;border: 1px solid #eee; height: 33px; line-height: 32px;color: #666; box-sizing: border-box; }
.ly_box .temp_on_inp .content .temp_on_con form ul li textarea { width: 73%; height: 102px; line-height: 24px; border: 1px solid #eee; outline: none;  resize: none; overflow: auto;margin-right: 10px; padding-left: 10px; box-sizing: border-box; }
.ly_box .temp_on_inp .content .temp_on_con form ul li .minp5 { width: 80px;height: 30px;border: 0;text-align: center; color: #fff; padding-left: 0;cursor: pointer;  background: #007440; margin-left: 125px;}

/*内页简介*/
.nyabout_bt { overflow: hidden; }
.nyabout_bt .pro_l { width: 1200px;height: 55px; }
.nyabout_bt .nlist  ul{ display: flex; }
.nyabout_bt .nlist ul li { flex: 1;background: #fff; height: 55px; font-size: 18px; line-height: 55px; text-align: center;float: left;border-right: 1px solid #f5f5f5;box-sizing: border-box; cursor: pointer;text-overflow: ellipsis;overflow: hidden; white-space: nowrap; }
.nyabout_bt .nlist ul li.cur { background: #007440; }
.nyabout_bt .nlist ul li.cur a { color: #fff; display: block; }
.nyabout_bt .nlist ul li:hover {  background: #007440; }
.nyabout_bt .nlist ul li:hover  a { color: #fff; display: block; }
.nyabout_nr { overflow: hidden; margin-top: 20px; }
.nyabout_nr .sb_box { width: 100%;overflow: hidden; }
.nyabout_nr .sb_box .editor p.on { font-size: 14px; color: #666; line-height: 24px; }
.sb_boxli .rtop { display: none; }
.sb_boxli .rtop h5 { display: none; }
.sb_boxli .rtop h5 a { display: none; }
.sb_boxli .list { width: 285px;float: left;border: 1px solid #ddd;margin-right: 15px;margin-bottom: 15px; }
.sb_boxli .active ul { overflow: hidden; margin-top: 20px; }
.sb_boxli .active li{ width: 24%;float: left; background: #f0f0f0;/*margin: 0 1.3% 13px 0;*/ margin:0 7px; }
.sb_boxli .active li:nth-child(4) { margin: 0 0 13px 0; }
.sb_boxli .active li:nth-child(8) { margin: 0 0 13px 0; }
.sb_boxli .active li dt { border: 1px solid #e5e5e5; padding: 10px 9px; background: #fff; }
.sb_boxli .active li img { width: 100%; display: block; padding: 2px;}
.sb_boxli .active li a h3 { display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; width: 278px; font-weight: normal; line-height: 45px;background: #fff; text-align: center; overflow: hidden; font-size: 16px; padding: 0 5px;  height: 45px;}
.modelTostChile1 .wenzi { font-size: 16px; line-height: 32px; color: #666; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;    overflow: hidden;width: 500px;text-align: center; padding: 0 50px;}

.sb_boxli .active li:hover a h3{ background-color:#007440; color: #fff; }
.sb_boxli .active li dt:hover{ border: 1px solid #007440; }

/*内页新闻模块列表页*/
.pro_right_news{ float: right; width: 250px;}
.pro_right_news>h4{ padding: 20px 0;padding-left: 84px;background: #007440 url(../images/tit6-1-d.png) 30px center no-repeat;}
.pro_right_news>h4 a{ font-size: 22px;color: #fff; display: block;}
.pro_right_news>h4 a span{ display: block;font-size: 14px;color: rgba(255,255,255,.3); text-transform: uppercase;font-weight: 400;margin-top: 1px; }
.pro_right_news ul li{ position: relative;height: 50px; padding-left: 54px; padding-right: 40px;border-bottom: 1px solid #f5f5f5;background: #fff;position: relative; overflow: hidden; line-height: 50px;font-weight: normal;font-size: 16px; }
.pro_right_news ul li a{ display: block; }
.pro_right_news ul li.cur{ background: #007440;  color: #fff; }
.pro_right_news ul li.cur a{ color: #fff; display: block; }
.pro_right_news ul li::after{ content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8; border-style: solid solid none none;position: absolute; top: 50%; right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg);-o-transform: rotate(45deg); transform: rotate(45deg);}
.pro_right_news ul li.on::after{ border: 2px solid #fff;border-style: solid solid none none; }
.pro_right_news ul li:hover::after{ border: 2px solid #fff; border-style: solid solid none none; } 
.pro_right_news ul li:hover{ background: #007440; }
.pro_right_news ul li:hover a{ color: #fff; } 
.pro_right_news .active1 .nlist ul{ background: #fff;padding: 2px 0px; }

#shownews{ padding:0px 20px; }
#shownews h1{ font-size:20px; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333; }
#shownews .editor{ line-height:2;font-size:14px;padding:10px 0; }

/*内页新闻模块列表页*/
.sb_box1{ width: 930px; float: left; background: #fff; margin-bottom: 15px; }
.nynews-tj{ margin-top: 10px; }
.nynews-tj h3{ background: #007440; color: #fff; height: 60px; line-height: 60px; padding-left: 20px; font-size: 20px; }
.nynews-tj .nyxwtj{ border: 1px solid #ccc; }
.nynews-tj .nyxwtj ul{ padding: 10px 0; padding-left: 20px; }
.nynews-tj .nyxwtj ul li{ padding-left: 20px;padding-right:15px;line-height: 38px;background: url(../images/iyuan.png) left no-repeat; }
.nynews-tj .nyxwtj ul li:hover{ background: url(../images/iyuan_on.png) left no-repeat; }
.nynews-tj .nyxwtj ul li a{ font-size: 15px;text-decoration: none;display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.nynews-tj .nyxwtj ul li a:hover{ color:#007440; }

.fbxx{ border-bottom: 1px solid #ccc;height: 40px;line-height: 40px; }
.fbxx p{ font-size: 14px;float: left;padding: 0 8px; }
.fbxx p span{}

.jq22{ width: 667px;height: 392px;margin: 0px auto;position: relative;border: 2px solid #eee; }
.jq22 .border-left{ width: 2px;height: 0px;background: #007440;position:absolute;left:-1px;bottom: 0; }
.jq22 .border-bottom{ width: 0px;height: 2px;background: #007440;position:absolute;left:0;bottom: 0px; }
.jq22 .border-top{ width: 0px;height: 2px;background: #007440;position:absolute;right:0;top: 0px; }
.jq22 .border-right{ width: 2px;height: 0px;background: #007440;position:absolute;right:-1px;top: 0; }
.nocontent{ padding:15px;min-height:200px; }

#showtext div p{ padding: 0 6px; }

/*内页文章*/
#newslist{ margin-bottom:10px; }
.n_cont{ overflow:hidden;padding: 0 20px; }
.n_cont  a { overflow: hidden; display: block; }
.n_cont dl{ display: inline-block;border-bottom: 1px dotted #a5a5a5;padding-bottom: 12px;padding-top: 10px; }
.n_cont dl dt{ width: 200px;height: auto;float: left;display: inline-block;border: 1px solid #ccc;padding: 2px;overflow:hidden; }
.n_cont dl:hover dt{  }
#newslist .n_cont dl dt a{}
#newslist .n_cont dl dt a img{ width: 100%;height: auto;position: relative;/* top: 50%; *//* transform: translateY(-50%); */}
#newslist .n_cont dl dd{ float: left;width: 750px;padding-left: 24px;padding-top: 8px;}
#newslist .n_cont dl dd h5{ padding-bottom: 10px;}
#newslist .n_cont dl dd h5 a{ font-size: 18px; font-weight: bold;}
#newslist .n_cont dl:hover dd h5 a{ color:#007440 }
#newslist .n_cont dl dd p{ color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 24px;}
#newslist .n_cont dl dd em{ padding-top: 10px; display: block; }

#shownews{ padding:0px 20px; }
#shownews .editor{ line-height:2;font-size:14px;padding:10px 0; }

.RandomNews{ float: left; padding: 0 20px; }
.RandomNews em { clear: both;margin: 15px 0; position: relative; background-color: #f3f3f3;height: 45px;overflow: hidden; display: block; }
.RandomNews h4{ display: block; padding: 0px 30px;height: 45px; line-height: 45px;font-size: 18px;border-bottom: 0; color: #007440;font-weight: bold;float: left; border-top: 2px solid;background: #f7f7f7;}
.RandomNews li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:45%; float:left;overflow:hidden; }
.RandomNews li:hover { color: #007440; }
.RandomNews li:hover a{ color: #007440; }
.RandomNews li a{ padding-left:12px; }
.RandomNews ul{ padding: 10px 0px;/*background: #fff;*/ }

.RandomNews_ny{ padding:0px 15px; }
.RandomNews_ny h4{ padding-left:27px;height:36px;line-height:36px;color:#007440;background:#ccc;font-weight:bold; }
.RandomNews_ny li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:558px; float:left;overflow:hidden; }
.RandomNews_ny li a{ background:url(../images/ico55.gif) no-repeat 0 5px; padding-left:12px;}
.RandomNews_ny ul{ padding: 10px 0px; }
.right .RandomNews_ny .news_random{ border:1px solid #ccc;border-top:none;background:#fff; }
.right .RandomNews_ny ul{ padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff; }

.dibu-tuijian{ margin-top: 10px; }
.dibu-tuijian h2{ font-size: 20px;font-weight: bold;color: #333; }
.dibu-tuijian ul{ padding-top: 20px; }
.dibu-tuijian ul li{ overflow: hidden;width: 900px; }
.dibu-tuijian ul li a{ width: 900px; line-height:42px; border-top: 1px dashed #999; font-size: 14px;color: #444;float: left; }
.dibu-tuijian ul li a  span { float: right; }
.dibu-tuijian ul li:hover a { color: #007440; }

.cbgg-01 { background: #fff;color: #fff; }
.cbgg-01-img { position: relative; }
.cbgg-01-img h3 { position: absolute; font-size: 22px; color: #fff; top: 20px;left: 30px;}
.cbgg-01-img h3 span { display: block; font-size: 14px; color: rgba(255,255,255,.42); font-weight: 400; margin-top: 2px; }
.cbgg-01-img img { width: 100%; display: block;}
.cbgg-01 .hot-line { display: block;padding: 15px 16px  0px 16px;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;background-size: cover;font-size: 0; }
.cbgg-01 .hot-line i { display: inline-block;vertical-align: middle;width: 40px;height: 40px;background: url(../images/tel-3-d.png) center center no-repeat; -webkit-background-size: cover;background-size: cover;}
.cbgg-01 .hot-line .txt { display: inline-block;vertical-align: middle; text-align: left; padding-left: 10px;}
.cbgg-01 .hot-line .txt h4 { font-size: 14px;color: #666;  font-weight: 400;margin-bottom: 2px; }
.cbgg-01 .hot-line .txt p { font-size: 20px;color: #007440;  font-weight: 700; }
.cbgg-01 dl { padding: 0 19px 10px; overflow: hidden; }
.cbgg-01 dl dt { padding: 20px 4px 8px;border-top: 1px solid #e1e1e1; background-repeat: no-repeat; background-position: left 14px; }
.cbgg-01 dl dt:first-child  { border-top: none; }
.cbgg-01 dl dt h5 { font-size: 14px;color: #333; margin-bottom: 4px; }
.cbgg-01 dl dt p { font-size: 16px;color: #666;line-height: 22px; }

/*内页产品列表页*/
.ny-pro ul.navMenu{ border- top: none;overflow: hidden;background: #fff;border: 0px !important; padding: 2px 0px;}
.ny-pro ul>li.ny_pro_nav1{ line-height: 50px; margin-bottom: 1px;}
.ny-pro ul>li.ny_pro_nav1>h3 { background: url(../images/ny_cpico2.png) no-repeat right center #ececeb; }
.ny-pro ul>li.ny_pro_nav1.on>h3 { background: url(../images/ny_cpico1.png) no-repeat right center #007440;  }
.ny-pro ul>li.ny_pro_nav1>h3 a{ display: block;font-size: 16px; font-weight: normal; margin-right: 40px; margin-left: 38px; color: #666; position: relative; }

.ny-pro ul>li.ny_pro_nav1.on>h3 a { color: #fff; }
.ny-pro ul>li.ny_pro_nav1:hover>h3 { background: url(../images/ny_cpico1.png) no-repeat right center #007440; }
.ny-pro ul>li.ny_pro_nav1:hover>h3 a { color: #fff; }
.ny-pro ul>li.ny_pro_nav1>ul { display: none; }
.ny-pro ul>li.ny_pro_nav1.on>ul { display: block; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3 { height: 50px; font-size: 16px; line-height: 50px; padding-left: 54px; padding-right: 40px;background: #fff; font-weight: normal; position: relative;border-bottom: 1px solid #f5f5f5; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2:hover h3 a { color:#007440;}
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3 a { color: #454545; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2.on h3 a{ color: #007440; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3::after { content: ""; width: 8px; height: 8px;  border: 2px solid #b8b8b8;border-style: solid solid none none; position: absolute;  top: 50%; right: 32px; margin-top: -4px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);  }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2:hover h3::after  { border: 2px solid #007440;border-style: solid solid none none; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2.on h3::after { border: 2px solid #007440;border-style: solid solid none none; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul { overflow: hidden; display: none; }
.ny-pro ul>li.ny_pro_nav1.on>ul li.ny_pro_nav2.on ul { display: block; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3 a { display: block; line-height: 45px; border-bottom: 1px dashed #ddd; padding-left: 65px; position: relative; color: #333; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3:hover a { color: #007440; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3.on a { color: #007440; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3 a::after { position: absolute; content: ''; width: 5px; height: 5px; display: block; border: 1px solid #999; border-radius: 50%; left: 50px; top: 19px; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3:hover a::after { border: 1px solid #007440; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3.on a::after  { border: 1px solid #007440; }
.ny-pro .sub{ margin-top: 10px; }

.ny-pro ul dl dt a span{ margin-left: 0;}
.ny-pro ul dl dd h4{ margin-left: 0;background: none;height: 36px;text-align: initial;}
.ny-pro ul dl dd h4 a{ font-size: 16px; line-height: 36px; padding-top: 0;}
.ny-pro ul dl dd h4 a span{ color: #666;padding-left: 40px;}

.t05 a{ color:#fff; font-size:14px}
.contactn .subnr { overflow:hidden;padding:5px 15px;width: 210px;font-size:14px;line-height:30px;}
/* marqueetop */
.marqueetop{ height:800px;overflow:hidden;border:1px solid #ddd; }
.marqueetop ul{ background: none !important;}
.marqueetop li .pic{ display:block;border:#ccc 1px solid; height:104px;padding:2px;overflow:hidden;}
.marqueetop li .txt{ text-align:center;height:23px;line-height:23px;}
.jiathis_txt{ float: left; display:inline-block; line-height:28px; }
.sidebar .sb_box_pro{ float:right; width:910px; overflow:hidden;  border:1px solid #dedede;}
.ny-pro h4{ padding:20px 0; padding-left: 84px;background: #007440 url(../images/tit6-1-d.png) 30px center no-repeat;}
.ny-pro h4 a{ font-size: 22px;color: #fff;}
.ny-pro h4 span { display: block;font-size: 14px;color: rgba(255,255,255,.3);text-transform: uppercase;font-weight: 400; margin-top: 1px;}
.ny-pro h4 p{ font-size: 12px !important;}

/*产品列表推荐新闻*/
.news-tj-nyprolist { overflow: hidden; margin-top: 15px;}
.news-tj-nyprolist h4 { padding-left: 12px;height: 36px; line-height: 36px; color: #fff; background: #007440; font-weight: bold; }
.news-tj-nyprolist ul { margin: 10px 0; overflow: hidden; }
.news-tj-nyprolist ul li { height: 28px; line-height: 28px; padding: 0 15px 0 10px;width: 47%;float: left;overflow: hidden; }
.news-tj-nyprolist ul li a { font-size: 14px; color: #666;  }
.news-tj-nyprolist ul li:hover a  { color: #007440; text-decoration: underline; }
.news-tj-nyprolist ul li:hover span { color:#007440;  }

/*内页位置*/
.ninde{ width: 1200px;height: 45px;margin:  0 auto;line-height: 45px;font-size: 14px;color: #666;border-bottom: 1px solid #ccc;left: 0;z-index: 9999;border-top: 1px solid #ccc;margin-top: 20px;}
.ninde em{ /* border-left: 4px solid #ccc; */padding-left: 25px;background: url(../images/ditubiao.png) no-repeat 0px 1px;}
.ninde a{ color: #666; }

.top_lanmu{ height: 54px; }
.top_lanmu .n_show_1{ width: 1200px;margin:0 auto;margin-top: 20px;margin-bottom:  20px; }
.top_lanmu .n_show_1 .neiye_show{  }
.top_lanmu .n_show_1 .neiye_show a{ color: #fff;line-height: 54px;font-size: 16px;float: left;text-decoration: none;background: #666;margin-right: 4px;}
.top_lanmu .n_show_1 .neiye_show a li{ border-right: 1px solid #e0dfdf;margin-right: 0px;width: 166px;height: 54px;float: left;text-align: center;}
.top_lanmu .n_show_1 .neiye_show a:hover li{ background:#007440; color:#fff;}
.top_lanmu .n_show_1 .neiye_show a li.cur{ background-color:#007440; }

/*联系我们*/
.wmen { color: #12c4ae }
.chi { margin-bottom: 5px; font-weight: bold; color: #000; letter-spacing: 4px; }
.eng { text-transform: uppercase; font-weight: 100; font-size: 16px;}
.contactus ul { /* height: 180px; */margin: 0 auto;margin-top: 20px;}
.contactus ul li { border-bottom: 1px solid #e9e9e9;float: left;height: 45px;line-height: 45px;padding: 0px 30px;width: 530px;font-size: 16px;margin: 10px 0;}
.contactus ul li p{ padding: 0 20px; }
.ysti { color: #2e2e2e }
.clear{ clear: both; }
.hls{ color: #485a81; }
.blk-main { width: 100%; }
.content1 { width: 1200px; margin: 0 auto; }
.p12-aboutinfo-1-tit { display: none; }
.contactus .c1{ background:url(../images/nydianhua.png) left top no-repeat; }
.contactus .c2{ background:url(../images/nycz.png) left top no-repeat; }
.contactus .c3{ background:url(../images/neqq.png) left top no-repeat; }
.contactus .c4{ background:url(../images/nyyx.png) left top no-repeat; }
.contactus .c5{ background:url(../images/nydizi.png) left top no-repeat; }
.pro .lanmu li>a{
	background: linear-gradient(90deg, #535667 0%, #eff1f4 100%);
	color: #fff;
}

.lanmu li {
	margin:10px;
	border:1px solid #e6f2ff;
	position: relative;
}


.lanmu li>a {
	display: block;
	line-height: 45px;
	padding: 0 0 0 25px;
	color: #333;
	font-size: 14px;
	background:#f6f9f9;
	position: relative;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lanmu li a:hover {
    color: #fff;
    background: linear-gradient(90deg, #eb6300 0%, #eb6300 100%);
}
.lanmu li.cur a {
    color: #fff;
    background: linear-gradient(90deg, #eb6300 0%, #eb6300 100%);
}



.lanmu li .sub-nav-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 51px;
    height: 51px;
    /*transition: all 0.5s ease-in;*/
    line-height: 54px;
    font-weight: 100;
    /*transition: all 0.5s ease-in;*/
    color: #999;
    cursor: pointer;
    background: url(../images/p14-icon5.png) no-repeat right center;
    z-index: 666;
}



.tp_img{ width: 1200px; margin: 0 auto; }
.demoTitle { text-align:center; font-size:30px; font-weight:bold; color:#c00; text-shadow:1px 1px 0 #fff; margin:60px 0 40px; border-bottom:1px dashed #999;border-top:1px dashed #999; padding:20px 0; background:#EEE; }
#demo1 { margin:0 auto; }
#psWraper { background:#eee; padding:10px 0; margin-top:80px; border-top:1px dashed #999; }
#psText { padding-bottom:10px; margin-bottom:20px; border-bottom:1px dashed #bebebe; }
#psText samp { font-weight:bold; font-size:14px; letter-spacing:0.1em; }
#psText samp a { color:#007440;letter-spacing:0.1em; }
#psText h2 { font-size:20px; margin:10px auto; }
#psText p { padding:10px 0; line-height:25px; letter-spacing:0.1em; }
#psText ul { margin:10px auto; }
#psText ul li { line-height:25px; line-height:25px; letter-spacing:0.1em; }
#ps { width:800px; margin:0 auto; padding:30px 0; }
#ps h1 { padding-bottom:20px; text-shadow:1px 1px 0 #fff; color:#c00; font-size:23px; font-weight:bold; }
#ps h2 { line-height:20px; text-shadow:1px 1px 0 #fff; padding:10px 0; }
#ps h1 p { display:inline; font-size:16px; font-weight:bold; color:#666; margin-left:20px; }
#ps dl { padding-left:0; padding-bottom:40px; }
#ps dl dt,#ps dl dd { height:30px; line-height:30px; font-size:13px; text-shadow:1px 1px 0 #fff;  }
#ps dl dt { padding-left:10px; }
#ps dl dd { color:#ff6600; text-shadow:1px 1px 0 #fff; }
#ps dl dd span { color:#900; margin-right:50px; letter-spacing:0.01em; padding-left:10px; }
.TmpStyle { margin:50px auto; }
body { overflow-x:hidden; }
.jcSlider { width: 1004px;position:relative;height: 654px;/*background:url(../img/sliderbg.png) no-repeat;*/padding: 8px;margin-bottom: 10px !important;margin-top: 10px !important;}
.imgHide { width:1000px;height:650px;overflow:hidden;position:relative;border:2px solid #ccc;box-shadow: 0px 4px 5px 1px #ccc;}
.imgList { position:absolute; top:0; left:0; z-index:1;}
.imgList li { position:absolute; left:0; top:0; height:650px; width:1000px; list-style:none; display:none; overflow:hidden; }
.imgNum { position:absolute; left:0; top:0; z-index:2; display:none; }
.imgNum dd { width:14px; height:14px; float:left; list-style:none; cursor:pointer;  margin:0 3px; overflow:hidden; }
.imgNum dd a { display:block; height:14px; width:14px; text-indent:-999em; overflow:hidden; text-align:center; line-height:14px; }
.imgNum dd a:hover,.imgNum dd.select a { background-position:0 -14px; }
.imgPrev,.imgNext { position:absolute; left:0; top:10px; z-index:3; display:block; cursor:pointer; height:650px; width:40px; }
.imgPrev { background:url(../images/navigation-previous.png) no-repeat left center;}
.imgNext { background:url(../images/navigation-next.png) no-repeat right center;}

/*input*/
#feedback{ padding: 20px;}
#nymessage form{ text-align: center;width: 100%; }
.form-control{ display: block;width: 110px;height: 30px;padding: 6px 12px;margin: 0px 0px;font-size: 14px;line-height: 1.42857143;color: #666;background-color: #eee;background-image: none;/* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); *//* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
#nymessage .form-group{ display:flex;justify-content:center;margin:20px 0;width: 100%;line-height: 40px;}
textarea.form-control{ height: auto;width: 100%;height: 30px;line-height: 30px;font-size: 14px;font-family: 微软雅黑;}
#nymessage .form-control{ width: 48%; }
.btna{ display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn-default{ color: #fff;background-color: #007440;border-color: #ccc;text-align: center;padding: 10px 20px;text-align: center;border-radius: 3px;width: 276px;font-size: 16px;float: left;/* margin-left: 32px !important; */}
.btn-default:hover{ background: #007440; }
.btna1{ margin-right:20px; }

/* 在线客服 */
.diyos { position:fixed;width:54px;right:0;top:35%;z-index:999999999;}
.diyos ul{ position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li { width: 54px;height: 54px;background: #007440;float: left;position: relative;border-top: 1px solid #fff;z-index: 1001;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li:hover{background: #007440;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #007440 !important;}
.diyos ul li .sidetop { width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm { width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{ width: 150px;position:absolute; top:0; left:-151px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img { float: left;}
.retract{ position:absolute;left:-36px;top:50%;margin-top:-30px;width:36px;height:60px;cursor:pointer;}
.loadont{ position: absolute;right: 0;top: 0;background: #007440;color: #fff;width: 20px;text-align: center;padding: 10px;font-size: 16px;line-height: 20px;box-shadow: 0 0 5px 0px rgb(0 0 0 / 50%);cursor:pointer;display:none;}

/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.location span a{color: #666;}
.location span a:hover{color: #007440;}

/*内页样式*/
.inside{padding:20px 0;background: #ececec;}
/*.bgf5{background:#ececec;}*/
.nocontect{background-image: url(../images/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;}

/* marqueeleft */
.marqueeleft{height:136px;width:474px;overflow:hidden;margin:40px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:148px;height:133px;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#ccc 1px solid;width:135px;height:104px;padding:2px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:23px;line-height:23px;}
/* marqueetop */
.marqueetop{height:429px; overflow:hidden; border:1px solid #ddd;}
.marqueetop li .pic{display:block;border:#ccc 1px solid; height:104px;padding:2px;overflow:hidden;}
.marqueetop li .txt{text-align:center;height:23px;line-height:23px;}

/**/
.pro_lny{ width:220px; float:left;}
.pro_lny h4{ height:60px; line-height:60px; background:#007440; }
.pro_lny h4 a{ font-size:18px; color:#fff; margin-left:20px; }
.active1{ border:1px #ddd solid; }
.ny_cptj{ margin-top:20px;}
#marquee2 ul li a img{ width:200px;height:  150px;margin:10px;border: 1px solid #ccc;padding:  2px; }
#marquee2 ul li{ text-align:center; }
.contactn{ /* margin-top:20px; */}
.contactn h5 a{ font-size: 22px; color:#fff; margin-left: 10px;font-weight: bold; }

/*内页右侧内容*/
.nynav{ width: 240px; float: left; }
.nynav .tagsss1{ margin-top: 0; }
.nyshow{ float: right;width: 1020px;background: #fff;overflow: hidden;border: 1px #ddd solid;}
.nyshow-til{ line-height: 36px;height: 36px;border-bottom: 1px #ccc solid;margin: 10px 15px;}
.nyshow-til>h1, .nyshow-til>h2{ float: left;padding-right:15px;text-indent: 20px;height: 36px;line-height: 36px;border-bottom: 2px #007440 solid;color: #007440;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{ content:'';position:absolute;left:0;top:50%;margin-top: -15px;width: 4px;height: 26px;background: #007440;}
.nyshowdesc{ font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;padding: 0 15px; }
.nyshowdesc img{ max-width:100%;height:auto !important; }

.nyshow-til span{ float: right; }
.nyshow-til span{ display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666; }
.nyshow-til span a{ color: #666; }
.nyshow-til span a:hover{ color: #007440; }

.nyjoblist-ul{ padding: 15px; }
.nyjoblist-ul li{ padding:20px; border:1px solid #cccc; }
.nyjoblist-top{}
.nyjoblist-top h3{ padding-bottom: 10px; }
.nyjoblist-top h3 a{ font-size: 20px; font-weight: bold; background: inherit; padding: 0; margin: 0; color: inherit; }
.nyjoblist-top h3 a:hover{ background:inherit }
.nyjoblist-top span{ font-size: 16px; margin-right: 42px; }
.nyjoblist-top p{ padding-top: 10px; font-size: 15px; color: #666; padding-bottom: 10px; line-height: 24px; }
.nyjoblist-top a{ padding: 10px 30px; background: #007440; margin-top: 12px; display: inline-block; color: #fff; margin-right: 20px; }
.nyjoblist-top a:hover{ background: #007440; }

.showjob-left{ padding-bottom:30px; }
.showjob-top{ margin: 0 20px;padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px; }
.showjob-top h1{ line-height: 1.5;color: #333;text-align: center;font-size: 24px; }
.showjob-list{ overflow:hidden;margin: 20px; }
.showjob-list li{ width: 48%;float:left;font-size: 16px;color: #666;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{ float: left;margin-right: 10px;color: #333;font-size: 16px;font-weight: bold;}
.showjob-con{ line-height: 1.8;color: #222;word-wrap: break-word;font-size: 15px;font-weight: 400;padding: 10px 20px;}
.showjob-con img{ max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{ padding-top: 20px;padding-bottom:20px;overflow: hidden; }
.showjob-page a{ white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{ border-color: #e4eaec;background-color: #f3f7f9; }
.btn-success { color: #fff;background-color: #007440;border-color: #007440;margin: 0 20px;padding: 12px 42px;font-size: 15px;margin-top: 4px;display: inline-block;position: relative;left: 50%;transform: translateX(-50%);border-radius: 24px;}
.btn-success:hover{ background: #007440; color:#fff; }
.margin-top-20 { margin-top: 20px !important; }
.page-header{ padding: 0 20px; }
.page-header h3{ padding-left: 24px; line-height: 42px; border-bottom: 1px dotted #ccc; background: url(../images/page/dt-7.gif) no-repeat left center; }
@media (max-width:767px){
    .showjob-top h1{ font-size:20px; }
    .showjob-top h2{ font-size:16px; }
    .showjob-con{ padding:0;font-size:14px !important; }
    .showjob-left{ padding: 0; }
    .showjob-page>div[class^="col-"]{ padding: 0 10px; }
}

@media (max-width:1430px){
    .n_cont dl dd{ width: 778px; }
    .n_cont dl dd h5{ width:778px; }
    #newslist .n_cont dl{ width: 970px; }
    .prodbaseinfo_a{ width: 535px; }
    .nypro-lx{ width:520px; }
    #newslist .n_cont dl dd{ width: 735px; padding-top: 6px; }
}

/*推荐新闻*/
.nyhotnews{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 15px 0 15px; }
.nyhotnews>h3{ float: left;width: 150px;/* text-indent: 30px; */height: 40px;line-height: 40px;border-bottom: 2px #007440 solid;color: #007440;font-size: 18px;font-weight: bold;/* background:url(../images/new_ico1.gif) no-repeat left; */}
.nyhotnews-list{ margin:10px 15px;overflow:hidden; }
.nyhotnews-list li{ width:50%;float:left;font-size: 14px;line-height: 30px;padding: 0 15px;background: url(../images/diamImg.png) left no-repeat;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{ float:left;width:250px;color:#333; }
.nyhotnews-list li span{ float:right;color:#666; }
.nyhotnews-list li:hover{ background: url(../images/diamImg.png) left no-repeat;background-size: 8px; }
.nyhotnews-list li:hover a{ color:#007440; }

/*视频列表*/
.nyvideo-ul{ overflow:hidden; }
.nyvideo-ul li{ width: 25%;float:left;padding:0 10px;margin-bottom: 0;box-sizing:border-box; }
.nyvideo-div a{ display:block;border:1px solid #ddd;padding:2px;overflow:hidden; }
.nyvideo-div a img{ display:block;max-width: 100%;width: 100%; }
.nyvideo-div a.nyvideo-a{ padding:0 10px;border:none;line-height: 42px;text-align:center;font-size: 15px; }
.nyvideo-div:hover a{ border-color: #007440;color: #007440; }

/*视频详情*/
.showvideo-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px; }
.showvideo-top>h1{ line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px; }
.showvideo-time{ text-align:center; }
.showvideo-time span{ font-size: 14px;color: #a3afb7;margin-right: 10px; }
.showvideo-time span:last-child{ margin-right:0; }
.showvideo-mp{ margin-bottom:20px;text-align:center; }
.showvideo-mp video, .showvideo-mp iframe{ max-width:800px; }
.showvideo-con { font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; }
.showvideo-con  img{ max-width:100%;height:auto !important; }

/*下载列表*/
.nydown-list{ margin-bottom:20px; }
.nydown-list table{ width:100%;text-align:center; }
.nydown-list table thead{ background:#007440;color:#fff;font-size:16px;line-height:2; }
.nydown-list table tbody{ line-height:1.6; }
.nydown-list table tbody tr td{ color:#666; }
.nydown-list table tbody tr td:first-child{ color:#333; }

/*下载详情*/
.showdown-top{ margin-bottom:20px;}
.showdown-top>h1{ font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px; }
.showdown-top>ul{ padding:10px;background:#f6f6f6; }
.showdown-top>ul>li{ border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px; }
.showdown-top>ul>li:last-child{ margin-bottom:0; }
.showdown-top>ul>li>span{ padding: 0px 10px;margin-right: 5px; }
.showdown-con { font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; }
.showdown-con img{ max-width:100%;height:auto !important; }

/*图片列表*/
.nyimg-ul{ overflow:hidden;}
.nyimg-ul li{ width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyimg-div a{ display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyimg-div a img{ display:block;max-width: 100%;width: 311px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-div a.nyimg-a{ padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyimg-div:hover a{ border-color:#007440;color:#007440;}
.nyimg-div:hover a img{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*图片详情*/
.showimg-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showimg-top h1{ line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin:10px 0;}
.showimg-time{text-align:center;}
.showimg-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showimg-time span:last-child{margin-right:0;}
.showimg-img{margin-bottom:15px;text-align:center;}
.showimg-img img{max-width:100%;}
.ctitle{margin-bottom:15px;}
.showimg-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showimg-con  img{max-width:100%;height:auto !important;}

/*新闻列表*/
.nynews-ul{ overflow:hidden; }
.nynews-ul li{ margin: 0 15px 15px 15px; }
.nynews-ul li a{ overflow: hidden;display: block; }
.nynews-ul li a dl{ overflow: hidden;border: 1px solid #ddd;padding:15px;width:100%;box-sizing:border-box; }
.nynews-ul li a dl dt{ float:left;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%); }
.nynews-ul li a dl dt img{ display: block;width: 180px; }
.nynews-ul li a dl dd{ float: left;width: 560px;margin-left: 30px; }
.nynews-ul li a dl dd h5{ width: 460px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333; }
.nynews-ul li a dl dd em{ float: right;height: 30px;line-height: 30px;font-size: 14px;color: #999; }
.nynews-ul li a dl dd p{ line-height: 20px;font-size: 14px;margin-top: 15px;height: 40px;color:#666;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.nynews-ul li a dl dd span{ width: 135px;border: 1px solid #ddd;line-height: 35px;height: 35px;font-size: 16px;color: #666;margin-top: 10px;float: right;display: block;text-align: center;}
.nynews-ul li a:hover dl{ border:1px solid #007440; }
.nynews-ul li a:hover dl dt{ box-shadow: 0 0 5px 0 rgb(253 131 15 / 0.8); }
.nynews-ul li a:hover dl dd h5{ color:#007440; }
.nynews-ul li a:hover dl dd span{ border: 1px solid #007440;background: #007440;color: #fff; }

/*新闻详情*/
.shownews-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin: 7px 15px; }
.shownews-top h1{ line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px; }
.shownews-time{ text-align:center;}
.shownews-time span{ font-size: 14px;color: #a3afb7;margin-right: 10px; }
.shownews-time span:last-child{ margin-right:0; }
.shownews-con { font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;padding: 0 15px; }
.shownews-con  img{ max-width:100%;height:auto !important; }

/*产品列表*/
.nypro-ul{ overflow:hidden;}
.nypro-ul li{ width:258px;margin:0 11px 25px 9px;float:left; border: 1px solid  #d3d3d3;}
.nypro-ul li:nth-child(3n){ margin-right:0;}
.nypro-ul li a{ display:block;position:relative;}
.nypro-ul li a .nypro-img{ overflow:hidden;position:relative;}
.nypro-ul li a .nypro-img img{ width:100%;display:block;}
.nypro-ul li a .nypro-txt{ width: 100%;position: relative;z-index: 4;padding: 5px 0 0;background: #f5f5f5;}
.nypro-ul li a .nypro-txt p{ padding: 0 20px;font-size: 18px;line-height: 36px;height: 36px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #444;text-align: center;}
.nypro-ul li a .nypro-txt span{ font-size: 13px;display: block;height: 25px;line-height: 25px;padding: 0 20px;color: #777;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nypro-ul li a:hover .nypro-txt{ background:#fff;}
.nypro-ul li:hover{ border-color:#007440;}

/*产品详情*/
.nyproshow-top{ overflow:hidden; margin: 0 15px;}
.nyproshow-top>dt{ padding-bottom: 15px;float:left;width:402px;}

/*bigzoompic*/
#MagnifierWrap2{ position:relative;width: 420px;float: left; }
.MagnifierMain{ position: relative;}
.MagnifierMain img{ width: 100%;display:block; border-right: 1px solid #e6f2ff; border-bottom: 1px solid #e6f2ff;}
.MagnifierDrag{ position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move; }
.MagnifierPop{ position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; }
.MagnifierImg{ position: absolute;top:0; left: 0; }
.spec-items{ position: relative;width: 360px;margin: 10px 0px 10px 30px;height: 80px;overflow: hidden; }
.spec-items ul{ width: 500%;position: absolute; }
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
.spec-items li{float: left;overflow: hidden;margin-right: 5px;border: 1px solid #e6f2ff;cursor: pointer;width: 75px;}
.spec-items li.on{border: 1px solid #eb6300; }
.spec-items li img{width: 75px;height: 75px; display:block; }
span.spe_leftBtn,span.spe_rightBtn{ position: absolute;bottom: 18px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;z-index: 999;font-weight: bold;}
span.on{ color: #999;cursor: pointer; }
span.spe_leftBtn{ left: 0;}
span.spe_rightBtn{ right: 0;}
.nyproshow-txt{ float:left;width: 380px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{ font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:left;display:block;line-height:40px;padding:0 20px;background:#007440;color:#fff;border-radius: 10px;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#007440;}
.showpro-con{margin-top: 20px;padding: 0 15px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #007440;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:100px;padding: 0 3px;padding-top: 20px;border-top: 3px solid #007440;}

.showpro-details .showpro-det h2{
    display: inline-block; width: 100%; text-align: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    background-image: -moz-linear-gradient( 90deg, rgb(0,124,37) 0%, rgb(10,180,82) 23%, rgb(19,235,126) 57%, rgb(0,124,37) 100%);
    background-image: -webkit-linear-gradient( 90deg, #007440 0%, #e15047 23%, #f9827a 57%, #007440 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,124,37) 0%, rgb(10,180,82) 23%, rgb(19,235,126) 57%, rgb(0,124,37) 100%);
    color: #fff; font-size: 20px; font-weight: bold; margin-left: 0px; margin-bottom: 20px; padding: 5px 20px; padding-right: 20px !important;
}
.showpro-details .showpro-det h2 span{ color: #fff !important; }

.showpro-details div{ margin-bottom: 10px; }
.showpro-details img{ max-width: 100%; height:auto !important; }
.pr_form .form-group{ display: flex; justify-content: left; margin: 10px 25px; }

.p14-prodcontent-1-tit {height: 48px;font-size: 20px;font-weight: bold;line-height: 48px;padding-left: 10px;margin-bottom: 20px !important;background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,124,37) 0%, rgb(10,180,82) 23%, rgb(19,235,126) 57%, rgb(0,124,37) 100%);color: #fff;}
.p14-prodcontent-1-tit span {display: inline-block;height: 48px;color: #333;padding-left: 34px;background: url(../images/p14-icon11.png) no-repeat 6px 15px;}
.p14-prodcontent-1-tit em { font-size: 18px; font-family: Arial; text-transform: uppercase; font-style: normal;color: #333;}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 15px;}
.nyaboutpro>h3{position: relative;float: left;width: 150px;text-indent: 12px;height: 40px;line-height: 40px;border-bottom: 2px #007440  solid;color: #007440;font-size: 18px;font-weight: bold;/* background:url(../images/nyaboutproico.png) no-repeat left; */}
.nyaboutpro>h3::before { position: absolute; content: ''; width: 3px; background: #007440; left: 0; bottom: 10px; height: 18px;}
#abprolist{margin: 20px 10px;display: block;}
#abprolist li{padding: 0px 6px;width: 258px;float: left;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height: 42px;height: 42px;text-align:center;background: #e6ecf1;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color: #007440;}
#abprolist li a:hover p{background: #007440;color:#fff;}

/*标签*/
.pro_key { line-height: 34px; font-size: 15px;color: #333; font-weight: bold; }
.pro_key a{ font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none; }
.pro_key a:hover{ background:#007440; }
/*分享按钮*/
.jiathis{ padding: 5px 0px; height:35px; line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin: 10px 10px; }
.jiathis .jiathis_txt{ float: left; }
/*上下页按钮*/
.ny-page{ overflow: hidden;margin-bottom: 0px; }
.ny-pagea{ width:50%;float:left;padding:0 10px;box-sizing:border-box; }
.ny-page a{ white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 80%;}
.ny-page a:hover{ border-color: #e4eaec;background-color: #f3f7f9; }

/*搜索模块*/
.nysearch-ul{ overflow: hidden;}
.nysearch-ul li.nysearch-li{ padding: 0 0 15px 0;/*margin-bottom: 25px;*/border-bottom: 1px dashed #333;overflow:hidden;margin: 10px 20px;}
.nysearch-til>a{ line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #007440;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{ position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #007440;}
.nysearch-til>a:hover{ background: #007440;}
.nysearch-til>a:hover .nysearch-arrow{ border-left-color:#007440;}
.nysearch-til>h2{ display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{ color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date { color: #333;line-height: 20px;font-size: 12px; }
.nysearch-date span{ color: #999; }
.nysearch-date p{ float: left;margin: 0; }
.nysearch-date i{ margin-right: 5px; }
.nysearch-con a.nysearch-more{ position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{ background: #007440;left:10px; }

/*手机样式*/
@media screen and (max-width: 767px) {
    .section .pro_t { margin-top: 0px; }
    .header h1,.header h2{
        display: none;
    }

    .foot {
        display: none !important;
    }

    .footer {
        display: block !important;
    }

    body {
        min-width: 320px;
        padding-top: 50px;
        overflow-x: hidden;
        padding-bottom: 50px;
    }

    .footer .contact p img {
        top: 0;
    }
    .container {
        width: auto;
        padding: 0 15px;
    }

    .content {
        width: 100%;
    }

    .footer .tel {
        width: 210px;
        padding-top: 20px;
    }

    .footer .tel strong {
        font-size: 20px;
        margin-top: 15px;
        display: block;
        color: #fff;
        font-weight: normal;
    }

    .footer .contact p {
        font-size: 12px;
        margin: 5px 0 0;
    }
    .footer .contact p:nth-child(2){color: #fff;display: none;}

    .header-logo {
        height: 40px;
    }

    .header .logo img {
        width: 30%;
        margin-left: -6px;
    }

    .nav ul li {
        float: none !important;
        padding: 0 !important;
        height: 39px !important;
    }

    .banner .swiper-slide img {
        height: 200px;
        object-fit: cover;
    }

    #message .m-content .m-message {
        width: 90%;
        padding: 20px;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .topbar {
        display: none;
    }

    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .header .text {
        font-size: 12px;
        margin: 0;
        display: none;
    }

    .header .text strong {
        font-size: 16px;
    }

    .header .tel {
        display: none;
    }

    .header .logo {
        height: 40px;
        line-height: 40px;
        padding: 0;
        float: left;
    }

    .header .nav {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background: none;
        border-bottom: 0;
    }

    .header .nav ul {
        margin: 0 -15px;
    }

    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: none;
    }

    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333;
        background: #FFF;
        width: 100%;
        text-align: left;
    }

    .header .nav li.cur>a,
    .header .nav li.open>a,
    .header .nav li>a:hover {
        background: #FFF;
        color: #11509b
    }
    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
        box-shadow: none;
    }

    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }

    .header .nav .dropdown-box a:hover {
        background-color: transparent !important;
        color: #004175 !important
    }

    .menu-btn {
        display: block;
    }

    .search {
        display: none;
    }

    .yunu-showcase {
        margin-bottom: 30px;
    }

    .pc-slide {
        float: none;
        width: auto;
    }

    .view .swiper-slide .img-center {
        height: 260px;
        line-height: 260px;
    }

    .yunu-showcase-info {
        margin: 20px 0 0;
    }

    .yunu-showcase-info h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .yunu-showcase-info p {
        margin-top: 10px;
        min-height: auto;
    }

    .yunu-showcase-info .tel {
        font-size: 14px;
    }

    .yunu-showcase-info .tel strong {
        font-size: 18px;
    }

    .banner {
        margin-top: 10px;
    }

    .banner .swiper-pagination-bullets {
        bottom: 2px;
    }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 4px;
        border: none;
    }

    .section {
        padding: 30px 0;
    }

    .title {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 28px;
        margin-top: 20px;
        background: url(../images/tit1.png) no-repeat center / 100%;
    }

    .title p {
        font-size: 12px;
    }

    .title1 {
        font-size: 20px;
        padding: 20px 0 18px;
    }

    .title1 p {
        font-size: 12px;
    }

    .title2 {
        font-size: 20px;
    }

    .title2 p {
        font-size: 12px;
    }
    .title4 {
        font-size: 20px;
        background: url(../images/tit6.png) no-repeat center / 100%
    }

    .title4 p {
        font-size: 12px;
    }

    .yunu-link {
        display: none;
    }
    .case{display: none;}
    /*经典案例展示*/
    .main-title{ font-size: 1.5rem; color: #000000; text-align: center; margin: 2.7rem 0 1.5rem;}
    .main-title a{color: #000000; }
    .main-title span{ font-size: 1.083rem; color: #565458; display: block; }
    .main-title i{ display: block; width: 4.875rem; height: 1px; background: #e3b74e; margin: 0.625rem auto 0.42rem;}

    .g-case{display: block; padding: 0 2.96875%; margin-top: 1rem;padding-bottom: 40px; }
    .g-case .case-menu{ overflow: hidden; margin-bottom: 1rem; border: 1px solid #ccc;border-bottom: none;border-right: none;}
    .g-case .case-menu li{ width: 33.33%; float: left; font-size: 0.83rem; color: #666; line-height: 2rem; border-right: 1px solid #ccc;text-align: center;border-bottom: 1px solid #ccc;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .g-case .con{ width: 100%; display: block; float: left; }
    .g-case .con li{ width: 100%; margin-bottom: 1.2rem; position: relative; line-height: 0;}
    .g-case .con li img{ width: 100%; }
    .g-case .con li span{ display: block; height: 2rem; line-height: 2rem; background: rgba(0,0,0,.5); text-align: center; font-size:1rem; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%;  }
    .g-case .con a:nth-child(2n) li{ float: right; }
    .more-case{ height: 3.625rem; line-height: 3.625rem; background: #565458; text-align: center; font-size: 1rem; color: #fff; margin-top: 1.29rem; outline: 1px solid #8b8a8c; outline-offset: -0.29rem; display: block; }
    .more-case:hover{color: #fff;outline: 1px solid #8b8a8c;}
    .arrow{ margin-top: 0.25rem; height: 1.5rem; text-align: center; }
    .arrow .prev,.arrow .next{ width: 0.67rem; height: 1.5rem; display: inline-block; }
    .arrow .prev img,.arrow .next img{ width: 100%; }
    .arrow .prev{ margin-right: 1.5rem; }
    .in-pro-hot {
        padding: 0px 0px;
    }

    .in-pro-hot .img-cover {
        float: none;
        width: auto;
        padding-top: 70%;
        margin-top: 20px;
    }

    .in-pro-hot .text {
        float: none;
        width: auto;
        padding: 15px;
    }

    .in-pro-hot .text h2 {
        font-size: 14px;
    }

    .in-pro-hot .text p {
        font-size: 12px;
        line-height: 23px;
        height: 46px;
        overflow: hidden;
    }

    .in-pro-hot .text .btn {
        margin-top: 10px;
    }

    .in-pro-left {
        display: none;
    }

    .in-pro-right {
        float: none;
        width: auto;
    }

    .in-pro-right ul {
        margin-top: 20px;
    }

    .in-pro-right ul li {
        float: none;
        width: 47%;
        margin-top: 15px;
        float: left;
        margin-right: 1.2rem;
    }

    .in-pro-right ul li p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding: 0 10px;
    }

    .in-pro-right ul li span{display: none;}
    .in-pro-right ul li:nth-child(3n) {
        margin-right: 1.2rem;
    }

    .in-pro-right ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .in-pro-right ul li img {
        height: 160px;
    }

    .in-pro-right ul li a {
        margin: 0 0 10px 0;
    }

    .in-yd {
        padding: 20px 0;
        background-size: cover;
    }

    .in-yd li {
        width: 50%;
    }

    .in-yd li p {
        margin: 15px 0;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .in-yd li h4 {
        font-size: 20px;
        margin: 0;
    }

    .in-yd li h4 span {
        font-weight: normal;
        font-size: 16px;
        padding-left: 5px;
    }

    .in-ys {
        padding: 30px 0;
    }

    .in-ys .fl {
        float: none;
        width: auto;
    }

    .in-ys .fr {
        float: none;
        width: auto;
        padding-top: 15px;
    }

    .in-ys-con {
        margin-top: 15px;
    }

    .in-ys-con .ys-tit h2 {
        font-size: 18px;
    }

    .in-ys-con .ys-tit p {
        font-size: 16px;
    }

    .in-ys-con .desc {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .in-ys-con .desc p {
        line-height: 25px;
    }

    .y1 .ys-tit,
    .y4 .ys-tit {
        background-size: 90%;
        padding-left: 60px;
        padding-bottom: 15px;
    }

    .y2 .ys-tit,
    .y3 .ys-tit {
        background-size: 90%;
        padding-left: 50px;
        padding-bottom: 15px;
    }

    .y5 .ys-tit {
        background-size: 90%;
        padding-left: 65px;
        padding-bottom: 15px;
    }

    .in-about {
        background: url(../images/bg2.jpg) no-repeat top center / cover;
        padding: 20px 0;
        text-align: center;
    }

    .in-about-con {
        padding: 15px 0px 0;
    }

    .in-about-con .text {
        padding: 0;
    }

    .in-about-con .text h2 {
        margin: 20px 0 0;
        font-size: 18px;
    }

    .in-about-con .text p {
        margin-top: 8px;
        line-height: 25px;
    }

    .in-photo-bg {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .in-photo-bg .tit {
        margin-bottom: 15px;
    }

    .in-photo .swiper-button-prev,
    .in-photo .swiper-button-next {
        display: none;
    }

    .in-news-con {
        float: none;
        width: auto;
        margin-right: 0px;
    }

    .in-news-con .tit span {
        padding: 10px 15px;
    }

    .in-news-con .tit span b {
        display: block;
        font-size: 14px;
    }

    .in-news-con li .date span {
        font-size: 16px;
    }

    .in-faq {
        margin-top: 10px;
    }

    .in-faq .fl {
        float: none;
        width: auto;
        height: 150px;
    }

    .in-faq .fr {
        float: none;
        width: auto;
    }

    .in-faq .fl .tit {
        padding: 15px 20px;
    }

    .in-faq li {
        margin-left: 0px;
        float: none;
        width: auto;
        margin-top: 15px;
    }

    .in-faq li h2 {
        margin: 0 0 5px;
    }

    .in-faq li .more {
        padding: 2px 6px;
    }

    .footer {
        padding-top: 10px;

    }
    .footer-copy {
        margin-top: 20px;
        padding: 10px 0;
        background: #1b1b1b;
        color: #fff;
        text-align: center;
    }

    .banner-sub {
        height: 150px;
    }

    .banner-sub img {
        height: 150px;
        object-fit: cover;
    }

    .endit-content {
        padding: 0;
    }

    .endit-content tr td {
        font-size: 0.25rem;
        line-height: 1.8rem;
    }

    .contentbox h3 {
        text-indent: 0;
        font-size: 18px;
    }
    .contentbox img{height: auto !important;}
    /* .yunu-infocontent-desc img {
        width: 100% !important;
        margin: 10px 0;
    } */

    .yunu-infocontent-desc .yunu-infocontent-title p {
        text-indent: 0;
    }

    /*.section-sub {
        padding: 30px 0;
    }*/

    .sub-tit {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .curmbs {
        display: none;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none !important;
        width: auto;
    }

    .casebox dl {
        width: 100%;
        margin-left: 0;
    }

    .list-3 {
        margin: -10px 0 0 -10px;
    }

    .page {
        display: inline-block;
    }

    .page li {
        margin-bottom: 15px;
    }

    .list-3 li {
        float: left;
        width: 98%;
        margin-left: 10px;
    }

    .list-3 li:nth-child(3n+1) {
        margin-left: 10px;
    }

    .list-3 li .text {
        line-height: 45px;
        font-size: 18px;
    }

    .list-3 li .img-cover {
        height: 280px;
    }

    .list-3 li .img-cover img {
        height: 280px;
    }

    .list-3 li .text p span {
        height: 34px;
    }

    .list-3 li .btn a {
        font-size: 12px;
        padding: 0px 10px;
    }

    .list-4 li {
        float: none;
        width: auto;
    }

    .list-4 li span {
        right: 0px;
    }

    .list-5 li {
        width: 100%;
        padding: 15px;
        display: table;
        height: auto;
        border: 1px solid #e6f2ff;
        margin-bottom: 15px;
    }

    .list-5 li a {
        padding: 0;
        border: 0;
    }

    .list-5 li .img-center {
        width: 100%;
        height: 250px;
        border: none;
    }

    .list-5 li .img-center img {
        height: 250px;
    }

    .list-5 li .text {
        margin: 0;
    }

    .list-5 li .text .more {
        display: none;
    }

    .list-5 li .text h4 {
        line-height: 30px;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        white-space: normal;
        margin-top: 15px;
    }

    .list-5 li .text p {
        margin: 10px 0 0;
    }

    .list-6 li {
        width: 50%;
    }

    .pages {
        margin-top: 20px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .yunu-infocontent-title h1 {
        font-size: 18px;
        text-indent: 0;
    }

    .yunu-infocontent-desc {
        padding: 10px;
        font-size: 14px;
    }

    .yunu-infocontent-epx li {
        line-height: 24px;
    }

    .yunu-infocontent-epx li span {
        font-size: 12px;
        padding: 0 5px;
        margin-right: 5px;
    }

    .yunu-infocontent-epx li em {
        display: none;
    }

    .yunu-infocontent-return .more {
        display: none;
    }

    .yunu-infocontent-return {
        font-size: 12px;
        line-height: 22px;
        padding-top: 5px;
    }

    .yunu-infocontent-rem h4 {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .prod-menu {
        margin-bottom: 15px;
    }

    .prod-menu li {
        margin-right: 5px;
    }

    .prod-menu li a {
        font-size: 14px;
        line-height: 34px;
        padding: 0 15px;
    }

    .m-message {
        width: auto;
        margin: 18px auto 0
    }

    .m-message label input.inp,
    .m-message label textarea {
        width: 67%;
    }

    .m-message label.code input {}

    /* 产品详情页面 */
    .yunu-showcase-info .pro_content dl dt {
        width: 29%;
    }

    .yunu-showcase-info .pro_content dl dd {
        width: 66%;
    }

    .crumbs b {
        font-size: 15px;
        margin-right: 0.25rem;
    }

    .crumbs a {
        font-size: 12px;
        color: #848790;
    }

    .actdetailmodel {
        height: 120px;
        padding: 0;
    }

    .up_down ul li:first-child {
        width: 100%;
        margin-top: 0;
        height: 50px;
        line-height: 50px;
        margin-left: 0;
        font-size: 12px;
    }

    .actdetailmodel a {
        width: 220px;
        margin-right: 0;
    }

    .up_down ul li {
        margin-top: 5px !important;
    }

    .up_down ul li:last-child {
        width: 100%;
        margin-top: 0;
        height: 50px;
        line-height: 50px;
        float: left;
        font-size: 12px;
    }

    .prod-con .actdetailmodel {
        padding: 0 20px;
    }

    .prod-con .up_down ul li:last-child {
        margin-right: 0;
    }

    /* 产品详情页面 end*/
    /* 在线留言 */
    .f2_form .layui-form .f2_div_input .f2_input {
        width: 100%;
    }

    /* 在线留言 end */
    /* 主页 */
    .ys_bg {
        height: 1000px;
        background: none;
    }

    .ys_l {
        width: 100%;
        position: inherit;
        right: 0;
        top: 0;
        height: auto;
    }

    .ys_l img {
        width: 100%;
        height: auto;
    }

    .ys_r {
        width: 100%;
    }

    .ys_r dl {
        width: 100%;
    }

    .ys_r dl dt {
        width: 22%;
    }

    .ys_r dl dd {
        width: 76%;
    }

    .case_presentationbox dl {
        width: 47%;
        float: left;
        margin-right: 1.6rem;
        border: 1px solid #dce1e6;
    }

    .case_presentationbox dl:nth-child(2n) {
        margin-right: 0;
    }

    .case_presentationbox dl dt {
        height: 140px;
    }

    .case_presentationbox dl dt img {
        height: 140px;
    }

    .in-news-left {
        width: 100%;
    }

    .newleft_recommend {
        width: 100%;
        margin-bottom: 30px;
    }

    .newleft_recommend dl {
        margin-left: 0;
        margin-right: 0;
    }

    .in-news-right {
        width: 100%;
        margin-right: 0;
    }

    .newleft_pic {
        display: none;
    }

    /* 主页 end */
    /* 联系我们 */
    .ncontent34box {
        width: 100%;
    }

    .ncontent34box .list p {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .ncontent34box .conl {
        width: 100%;
    }

    .ncontent34box .list .imgdiv {
        width: 100%;
    }

    #dituContent {
        left: 7%;
        width: 96% !important;
        height: 300px !important;
    }

    .ncontent34box {
        padding-bottom: 0;
    }

    .ncontent34box .list {
        margin-bottom: 0;
    }

    .ncontent34box .list h3 {
        text-align: center;
        padding-left: 0;
    }

    /* 联系我们 end */
    /* 合作伙伴 */
    .albumbox dl:nth-child(2n+1) {
        margin-left: 0;
    }

    .albumbox dl {
        width: 100%;
        margin-left: 0;
    }

    .endit-content p {
        padding: 0 15px;
    }

    .p12-aboutinfo-1-nr .plan_t {
        font-size: 28px;
    }

    .p12-aboutinfo-1-nr .plan_t span {
        display: none;
    }

    /* 合作伙伴 end*/
    /* 为什么选择鸿博 */
    .whychoose h2 {
        font-size: 34px;
    }

    .g_ys {
        padding: 20px 0;
    }
    .g_ys .dllist{margin: 0 10px;}
    .g_ys .dllist dl{width: 50%;height: 340px;}
    .g_ys .dllist dl:nth-child(2){border-right: none;}
    .g_ys .dllist dt em{margin: 0 auto;display: block;}
    .nyoushi {
        margin: 20px 0;
    }

    .g_ys h2 em {
        font-size: 24px;
        color: #eb6300;
        padding-top: 8px;
    }

    .prices {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .margin-top-30 {
        margin-top: 0px;
    }

    /* 为什么选择奥德 end */
    /* 新闻tab切换 */
    .new_tab {
        display: block;
        margin: 15px 0;
        width: 93%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .new_tab ul {
        padding: 0.1rem 0.2rem;
        overflow-x: auto;
        background-color: #FFFFFF;
        display: flex;
        box-sizing: border-box;
        white-space: nowrap;
        padding-bottom: 0.2rem;
    }

    .new_tab ul li {
        padding: 5px 10px;
        position: relative;
        background: #f6f9f9;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.3rem;
        border: 1px solid #e6f2ff;
        margin-right: 15px;
    }

    .new_tab ul li a {
        font-size: 18px;
    }

    .new_tab ul li.cur {
        color: #fff;
        background-color: #bc000f;
    }
    .new_tab ul li.cur a{
        color: #fff;
    }

    .new_tab ul::-webkit-scrollbar-thumb {
        background: #4392ee;
        border-radius: 0.1rem;
    }

    .new_tab ul::-webkit-scrollbar-track {
        background: rgb(238 245 251);
        border-radius: 2px;
    }

    .yunu-infocontent-desc .yunu-infocontent-title p span {
        font-size: 12px;
    }

    .tl-fdh-02 {
        display: none;
    }

    /* 新闻tab切换 end */
    /* 产品详情 */
    .providerbox ul li {
        width: 100%;
        font-size: 14px;
    }

    .providerbox ul li:nth-child(2) {
        text-align: center;
    }

    .product_advantage_list dl {
        width: 50%;
        margin-bottom: 20px;
    }

    .product_advantage_list dl:nth-child(2n):before {
        width: 0;
    }

    .quality_advantage_list {
        width: 90%;
    }

    .quality_advantage_list dl {
        width: 100%;
        border: 1px solid #e6f2ff;
        margin-bottom: 15px;
    }

    .quality_advantage_list dl dt img {
        width: 100% !important;
    }

    /* 产品详情 end */
    /* 发货实拍 */
    .deliverybox dl {
        width: 100%;
        margin-left: auto;
    }

    .deliverybox dl:nth-child(3n+1) {
        margin-left: auto;
    }

    /* 发货实拍 end */
    .tabnav {
        background: #fff;
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 55px;
        line-height: 55px;
        box-shadow: 0px -2px 0px 0px rgb(0 0 0 / 5%);
        display: block !important;
    }

    .tabnav ul {
        display: -webkit-flex;
        display: flex;
        text-align: center;
        padding: .1rem 0;
        box-sizing: border-box;
        justify-content: space-around;
    }

    .tabnav ul li {
        background: #bc000f;
        height: 40px;
        margin-top: 6px;
        padding: 0 50px;
        line-height: 40px;
        color: #fff;
        border-radius: 2px;
    }

    .tabnav ul li a {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

    .header>a {
        display: block !important;
        line-height: 61px;
        position: fixed;
        top: 0;
        height: 81px;
        text-align: right;
        width: 60%;
        font-size: 18px;
        right: 18%;
        color: #bc000f;
        font-weight: bold;
    }

    .header>a:hover {
        color: #bc000f;
    }
    #MagnifierWrap2{float: none;width: auto;}
}
.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.ny_body,.g-bd,.g-nynav,.ninde,.m-text,.sp_header,.sjj_nav,.m-jiudian,.lxwmen{display:none;}
@media (max-width: 768px){
    html, body{ max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative; }
    body{ padding-bottom: 50px; }
    *{box-sizing:border-box;}
    header,.Procenter,.youshi,.adv,.anlicase,.pantner,.aboutus,.sfooter,.lxw,.foot_banquan,.mpro,.ys01,#bd,.lcbg,.faq,.new,.fbg,.pc-header,.sy-lm1,.sy-lm2,.sy-lm3,.sy-lm4,.sy-lm5,.sy-lm6,.sy-lm7,.sy-lm8,.sy-lm9,.sy-lm10,.sy-lm11,.ft-kkk1,.ft-db{display:none;}
    .htop,.yy_bj, .hcont, .sticky-wrapper, .navBox, #banner, .search, .about, #countup, .product, .news, .fcopy,.RandomNews1,.diyos,.texten,.location{display:none;}
    .Product_a,.case_q,.A_l,.newMain,.link,.pro_l,.rtop,#productlist,.topnew,#showproduct,#imglist,#showimg,#newslist,#shownews,.m-img,.R_y,.ys,.hez11,.sy-lc{display:none;}
    .m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.ny_body,.g-bd,.g-nynav,.m-text,.lxwmen{ display:block; }

    /* -- 页面整体布局 -- */
    .m-header{ overflow: hidden;padding: 20px 10px;text-align: center;}
    .m-header h1{ width: 54px;display: inline-block;float: left;}
    .m-header h1 img{ max-width: 100%;width: 100%;vertical-align: middle;}
    .m-header dl{ float: left;padding-left: 20px;padding-top: 6px;text-align: left;}
    .m-header dl dt{ font-size: 18px;font-weight: bold;color: #007440;}
    .m-header dl dd{ font-size: 14px;padding-top: 3px;}
    /*导航*/
    .m-nav{ /* height: 5.875rem; */ overflow:hidden;background: #007440; position:relative;}
    .m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #f5ab64;}
    .m-nav a{display: block;float: left;width: 25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #f5ab64;}
    .m-nav a:nth-child(4n){border-right: none;}
    .m-nav a:hover{color:#fff;}
    .ft-footer{ display:none; }
    .sjj_nav{ display:block; }
    .sp_header{ /* height: 4.6rem; */overflow:hidden;background:#fff;position:fixed;left:0;z-index:10;width:100%;padding: 6px 6%;border-bottom: 3px solid #007440;display:block}
    .sp_logo{float:left;height: 58px;}
    .sp_logo img{margin:auto;height: 100%;}
    .m-dphone{float: left;margin-left: 12px;}
    .m-dphone dl{}
    .m-dphone dl dt{}
    .m-dphone dl dd{/* font-weight: bold; */font-size: 14px;line-height: 18px;color: #007440;}
    .sp_nav{ width: 44px;float:right;position:relative;cursor:pointer;height: auto;margin-top: 1.1rem;display: initial;}
    .sp_nav span{ display:block;background: #007440;width: 20px;height: 3px;position:absolute;right: 6px;transition:all ease 0.35s;}
    .sp_nav span:nth-of-type(1){ top: 0px;width: 28px; }
    .sp_nav span:nth-of-type(2){ top: 8px;width: 20px; }
    .sp_nav span:nth-of-type(3){ top: 16px;width: 24px; }
    .sp_nav_se span:nth-of-type(1){ top:10px;transform:rotate(45deg) }
    .sp_nav_se span:nth-of-type(2){ width:0; }
    .sp_nav_se span:nth-of-type(3){ top:10px;transform:rotate(-45deg);width: 28px; }
    .sjj_nav{ position:fixed;z-index:9;background:#eee;width:100%;height: calc(100% - 220px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
    .nav_show{ top: 70px; }
    .sjj_nav>ul>li:first-child{ overflow:hidden;border-top:0; }
    .sjj_nav>ul>li:first-child>a{ float:left;width:calc(100% - 70px); }
    .sjj_nav>ul>li:first-child .language{ float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px; }
    .sjj_nav>ul>li:first-child .language a{ width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999; }
    .sjj_nav ul li i{ position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px; }
    .sjj_nav ul li i svg{ transform:rotate(-90deg);transition:all ease 0.35s; }
    .sjj_nav ul li .sjj_nav_i_se svg{ transform:rotate(0deg)}
    .sjj_nav ul li{ border-top:1px #ddd solid;margin-left:20px;margin-right: 20px;position:relative;line-height:40px;font-size:14px;}
    .sjj_nav>ul >li:last-child{ border-bottom:1px #ddd solid;}
    .sjj_nav ul li ul{ display:none}
    .sjj_nav ul li a{ color:#666;width:80%;background: url(../images/nav-sanjiao.png) left no-repeat;padding-left: 20px;}
    .sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
    .sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
    .sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
    .sjj_nav ul li ul li>ul{ margin-left:10px；}
  
    .search1 .sc{ border: 1px solid #d5d5d5;margin: 10px;border-radius: 20px; }
    .search1 .sc .tt{ height: 32px;line-height: 32px;background:none;border:none;font-size: 14px;color: #333;padding-left: 36px;width: 76%;margin-left: 12px;outline:none;background: url(../images/chaxun.png) 14px no-repeat;background-size: 18px;}
    .search1 .sc .s_bt{ border:0px;float:right;width: 54px;height: 32px;border-radius: 0 20px 20px 0;line-height: 32px;text-align:center;font-size:0px;background: url(../images/m-fdj.png) #007440 no-repeat center;color:#fff;text-decoration:none;background-size: 40%;}

    .content{ width: 100%; }
    .inner{ width: 100%;padding-top:0px; }
    .inner_fl{ width: 100%; }
    .showabout{ margin-right:0px;line-height: 25px;overflow: hidden;min-height: 600px;color: #666;padding: 0 10px; }
    .showabout img{ max-width: 100%; }
    /*ban轮播广告*/
    .g-adv{ overflow:hidden;margin-top: 10px; }
    .g-adv img{ display: block;width: 100%;}
    /*标题*/
    .m-title>h2{ font-size: 1.6rem;color:#333;text-align:center;font-weight: bold;padding-bottom: 0px; }
    .m-title>p{ font-size:1rem;color:#666;text-align:center; }
    /*产品中心*/
    .g-pro{ padding:20px 0; }
    .g-pro .wlist{ display: flex;flex-wrap: wrap;align-content: flex-start;margin: 0 15px;margin-top:20px; }
    .g-pro .wlist li{ flex:1}
    .g-pro .wlist li a{ display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 0.5px solid #ccc;}
    .g-pro .wlist li.z-on a{ background: #007440;color:#fff;border: 1px solid #007440; }
    .g-pro .wcont{ padding:5px;padding-top: 20px;position: relative;padding-bottom: 64px; }
    .g-pro .wcont li{ width:50%;float:left;padding:5px; }
    .g-pro .wcont li a{ display:block; }
    .g-pro .wcont li a img{ width:100%;border:1px solid #ddd; }
    .g-pro .wcont li a p{ line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center; }
    .m-cpa { width: 94%; height: 36px; background: #007440; display: block; color: #fff; text-align: center; line-height: 36px; font-size: 16px; border-radius: 10px; margin: 16px 10px; position: absolute; bottom: 0;}

    /*menu*/
    .menu { width:100%;  clear:both; }
    .menu>ul { list-style:none;overflow:hidden;display:flex;flex-wrap:wrap; margin:0 auto; width:100%; }
    .menu>ul li { float:left;text-align:center;width:24.5%;border-bottom:1px solid #cfcfcf; border-right:1px solid #cfcfcf;  }
    .menu ul li:nth-child(4n){ border-right:none; }
    .menu ul li img{ width: 2em;/*height: 2em;*/padding-top: 1.0em; }
    .menu ul li span{ display:block; text-align:center;font-size:12px; }
    .menu ul li span a:hover{ color:#007440;font-size:15px; }
    .menu ul a { display:block; text-align:center; text-decoration:none; }
    .menu ul a:hover{ color:#007440; }
    .menu ul a:link,.menu ul a:active,.menu ul a:visited { font-size:15px;line-height:25px; }

    .xd_title{ background: url(../images/pro_bj.png)no-repeat center;position:relative;font-size:20px;color:#4a2618;line-height:30px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:bold;}
    .xd_title em{ color:#007440; font-weight:bold;}
    .xd_title p{ font-size:14px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
    .xd_title1{ position:relative;font-size:40px;color:#4a2618;line-height:40px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
    .xd_title1 i::before{ content:"";position:absolute;left:40px;top:12px;width:69px; height:67px;background:url(../images/ico_left.png)no-repeat left;}
    .xd_title1 i::after{ content:"";position:absolute;right:50px;bottom:0;width:69px; height:67px;background:url(../images/ico_right.png)no-repeat right;}
    .xd_title1 em{ font-size:30px; color:#007440; font-weight:bold; padding:0 8px;}
    .xd_title1 p{ font-size:15px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
    @media(max-width:539px){
      .xd_title1{ position:relative;font-size:20px;color:#4a2618;line-height:20px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
      .xd_title1 i::before{ content:"";position:absolute;left: 24px;top:12px;width:69px;height:67px;background:url(../images/ico_left.png)no-repeat left;}
      .xd_title1 i::after{ content:"";position:absolute;right: 3px;bottom:0;width:69px;height:67px;background:url(../images/ico_right.png)no-repeat right;}
      .xd_title1 em{ font-size:30px; color:#007440; font-weight:bold; padding:0 8px;}
      .xd_title1 p{ font-size: 13px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
    }
    @media(max-width:389px){
      .xd_title1{ position:relative;font-size:20px;color:#4a2618;line-height:20px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
      .xd_title1 i::before{ content:"";position:absolute;left:18px;top:12px;width:69px;height:67px;background:url(../images/ico_left.png)no-repeat left;}
      .xd_title1 i::after{ content:"";position:absolute;right: 3px;bottom:0;width:69px;height:67px;background:url(../images/ico_right.png)no-repeat right;}
      .xd_title1 em{ font-size:30px; color:#007440; font-weight:bold; padding:0 8px; }
      .xd_title1 p{ font-size:12px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal; }
    }
    
    .sp_logo{ float:left;height: 58px; }
    .sp_logo img{ margin:auto;height: 100%; }
    .m-dphone{ float: left;margin-left: 12px; }
    .m-dphone dl{ margin-top: 6px;background-size: 20%; }
    .m-dphone dl dt{ font-size: 22px; font-weight: bold; padding-bottom: 0px;}
    .m-dphone dl dd{ font-size: 16px;line-height: 18px;color: #007440; }
    .sp_nav{ width: 44px;float:right;position:relative;cursor:pointer;height: auto;margin-top: 1.2rem;display: initial; }
    .sp_nav span{ display:block;background: #007440;width: 20px;height: 3px;position:absolute;right: 6px;transition:all ease 0.35s; }
    .sp_nav span:nth-of-type(1){ top:0px;width:28px; }
    .sp_nav span:nth-of-type(2){ top:8px;width:20px; }
    .sp_nav span:nth-of-type(3){ top:16px;width:24px; }
    .sp_nav_se span:nth-of-type(1){ top:10px;transform:rotate(45deg); }
    .sp_nav_se span:nth-of-type(2){ width:0; }
    .sp_nav_se span:nth-of-type(3){ top:10px;transform:rotate(-45deg);width: 28px; }

    .nav_show{ top: 70px; }
     
    #product{ background:#f7f7f9; padding:20px 0; }
    .product_nr1{}
    .product_nr{ margin-top:10px; }
    .product_nr li{ float:left;width:47%;text-align:center;margin:5px;overflow:hidden; }
    .product_nr li .pic{ overflow:hidden;display:block; }
    .product_nr li .pic img{ display:block;width:100%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s; }
    .product_nr li h2{ background-color:#eee;font-weight:normal;font-size:1em;line-height:40px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; }
    .product_nr li h2 a{ color:#4b4b4b;line-height:40px; text-decoration:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; }
    .product_nr li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1); }
    .product_nr li:hover h2{ background-color:#007440; color:#fff;text-align:center; }
    .product_nr_tb{ width: 90%;height:48px;line-height: 48px; border-radius:50px;background-color:#007440;text-align:center;display:inline-block; position:relative;color:#fff;font-weight:bold;font-size:18px;padding-left: 16px;margin: 10px 15px;}
    .product_nr_tb em{ font-size:14px;font-weight:normal;}
    .product_nr_tb::before{ content:"";position:absolute;left: 22px;width:22px;height:26px;background:url(../images/tel.png)no-repeat left;top: 10px; }
    @media(max-width:587px){
      .product_nr_tb::before{ content:"";position:absolute;left: 22px;top: 0px; width:100%px;height:100%;background:url(../images/tel.png)no-repeat left; }
      #showtext div p{ padding: 0; }
    }

    .m-jiudian{ display: block;overflow: hidden;padding: 24px 0;background: #eee; }
    .m-jiudian .m-jdnr{ margin-top: 16px; }
    .m-jiudian .m-jdnr ul{}
    .m-jiudian .m-jdnr ul li{ width: 50%; float: left; padding: 6px; }
    .m-jiudian .m-jdnr ul li a{}
    .m-jiudian .m-jdnr ul li a img{ width: 100%; }
    .m-jiudian .m-jdnr .lm3-wa{ background: #fff; padding: 10px; }
    .m-jiudian .m-jdnr .lm3-wa h2{ font-size: 16px;font-weight: bold;margin-bottom: 3px; }
    .m-jiudian .m-jdnr .lm3-wa p{ font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

    /*优势*/
    .m-ys{ padding: 0px 0;padding-top: 16px; }
    .m-ys-nr{ padding-top: 16px; }
    .yslm{ display: flex; width: 100%; }
    .yslm ul{ width: 100%; }
    .yslm ul li{ float: left; width: 25%; text-align: center; }

    .yslm ul li{width: 25%;height: 94px;margin:auto;border: 0.5px solid #ccc;/* border-right: none; *//* border-bottom: none; */padding-top: 12px;}
    .yslm ul li .ys_icon{width: 40px;height: 40px;line-height: 40px;margin:auto;background-color: #f0f0f0;overflow: hidden;border-radius: 50%;font-size: 16px;font-weight: bold;}
    .yslm ul li .ys_icon img{ display: flex;margin: 6px auto 0px auto;width: 30px; }
    .yslm ul li p{ color: #252525;font-size: 16px;text-align: center;margin-top: 6px; }
    .yslm ul li.on .ys_icon img{ position:relative;top: 0px;width: 30px; }
    .yslm ul li.on{ background-color: #007440;height: 94px;padding: 0px 0px; }
    .sy-ys .ys_contitle .container{ position:absolute;bottom: 40px; left: 0;right: 0; }
    .yslm ul li.on .ys_icon{ margin-top: 12px; }
    .sy-ys .ys1 .left-wenzi{ float: left;display: inline-block;padding-top: 70px;width:520px; }
    .yslm ul li.on p{ color:#ffffff; }

    .ysnr{}
    .ysnr .yswa{ padding: 20px 20px;background: url(../images/rrr1.jpg) center no-repeat;}
    .ysnr .yswa h4{ font-size: 36px;color: #007440;font-weight: bold;}
    .ysnr .yswa h2{ font-size: 18px;font-weight: bold;padding: 12px 0;color: #fff;}
    .ysnr .yswa p{ font-size: 14px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #fff;padding: 3px 0;padding-left: 15px;background: url(../images/diamImg.png) left 10px no-repeat;}
    .ysnr .yswa i{ color: #007440;font-size: 54px;height: 32px;display: block; }
    
    .m-ryzs{ padding: 24px 0;padding-bottom: 12px;background: #f5f5f5; }
    .m-ryzs .zsnr{  }
    .fengcai33{ position: relative;padding: 10px 30px; }
    .fengcai33 ul{  }
    .fengcai33 ul li{ width: 47%;margin: 0 3px;/* float: left; */ }
    .fengcai33 ul li a{  }
    .fengcai33 ul li a img{ width: 100%;height: auto; }
    .fengcai33 ul li a p{ text-align: center;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;line-height: 2rem; }
    .m-ryzs .pbot1{ background: url(../images/img-jt2.png) no-repeat center; top: 44%; left: 0; }
    .m-ryzs .pbot2{ background: url(../images/img-jt3.png) no-repeat center; top: 44%; right: 0; }
    
    /*公司简介*/
    .xdabout{ margin-top:20px;}
    .xdabout_nr{ margin:auto 10px; text-align:center}
    .xdabout_nr img{ text-align:center;width:100%;}
    .xdabout_nr h2{ font-size:16px;font-weight:bold;color:#007440;line-height:40px; text-align:left; }
    .xdabout_nr p{ line-height:25px; color:#4b4b4b;font-size:14px;text-align:left; }
    
    .m-sygczs{ background: url(../images/ccc1.jpg) center no-repeat;padding: 24px 0; }
    .m-sygczs .sy-title{}
    .m-sygczs .sy-title h2{ color: #fff; }
    .m-sygczs .sy-title p{ color: #fff; }

    .gczsnr{ padding-top: 16px; }
    .gczsnr .sss1{ text-align: center; }
    .gczsnr .sss1 li{ float: left; display: contents; }
    .gczsnr .sss1 li.active a{ background: #007440;color:#fff; }
    .gczsnr .sss1 li a{ background: #fff;width: 92px;line-height: 26px;height: 26px;color: #007440;font-size: 12px;display: inline-block;border-radius: 20px;margin: 6px 3px;}
    .gczsnr .sss1 li:hover a{ background:#007440; color:#fff; }
    .gczsnr .sss2{}
    .gczsnr .sss2 .qht{}

    .fengcai1{ position: relative;padding: 20px 30px;padding-top: 20px;padding-bottom: 0;overflow: hidden;display: inline-block;width: 100%;}
    .fengcai1 li{ width:152px;margin: 0 3px;position:relative;}
    .fengcai1 li img{ display:block;width: 100%;height: auto;height: 114px;border: 1px solid #fff;}
    .fengcai1 li p{ color: #fff;font-size: 13px;text-align:center;overflow:hidden;line-height: 24px;text-overflow:ellipsis;white-space:nowrap;}
    .fengcai1 li:hover p{ background:#007440; color:#fff; }

    .fengcai2{position: relative;padding: 20px 30px;padding-top: 20px;padding-bottom: 0;overflow: hidden;display: inline-block;width: 100%;}
    .fengcai2 li{width: 152px;margin: 0 3px;position:relative;}
    .fengcai2 li img{display: block;width: 100%;height: auto;height: 114px;border: 1px solid #fff;}
    .fengcai2 li p{color: #fff;font-size: 13px;text-align:center;overflow:hidden;line-height: 24px;text-overflow:ellipsis;white-space:nowrap;}
    .fengcai2 li:hover p{ background:#007440; color:#fff; }

    .fengcai3{position: relative;padding: 20px 30px;padding-top: 20px;padding-bottom: 0;overflow: hidden;display: inline-block;width: 100%;}
    .fengcai3 li{width: 152px;margin: 0 3px;position:relative;}
    .fengcai3 li img{display:block;width: 100%;height: auto;height: 114px;border: 1px solid #fff;}
    .fengcai3 li p{color: #fff;font-size: 13px;text-align:center;overflow:hidden;line-height: 24px;text-overflow:ellipsis;white-space:nowrap;}
    .fengcai3 li:hover p{ background:#007440; color:#fff; }
    .pbot1{background: url(../images/img-jt.png) no-repeat center;left: 3px;top: 50%;transform: translateY(-50%);width: 30px;height: 54px;display: block;position: absolute;}   
    .pbot2{background: url(../images/img-jt1.png) no-repeat center;right: 3px;top: 50%;transform: translateY(-50%);width: 30px;height: 54px;display: block;position: absolute;}
    
    /*新闻*/
    .xdnew{ margin-top:20px;margin-bottom:20px; }
    .xdnew_title{ display:flex;background-color:#f8f8f8;border-bottom:1px #e5e5e5 solid; }
    .xdnew_title a{ flex:1;color:#4a2618;line-height:50px; text-align:center;font-size:14px;position:relative; }
    .xdnew_title a.cur{ color:#fff;background-color: #007440; }
    .xdnew_title a.cur::after{ content:"";width:100%;height:4px;background-color: #007440;position:absolute;bottom:0;left:0; }

    .xdnew_nr1{ margin-top:20px; }
    .xdnew_nr{ margin-bottom:0em;width:100%; clear:both; }
    .xdnew_nr dl{ padding:0.5rem; overflow:hidden; border-bottom:1px #ccc dashed; }
    .xdnew_nr dt{ padding: 0rem 0;float:left;width:20%;text-align:center;background:url(../images/dtDtBg.png) no-repeat center;background-size:100% 100%;}
    .xdnew_nr dt span{ display:block;font-size: 1.8rem;color: #007440;font-weight:700; }
    .xdnew_nr dt em{ display:inline-block; padding-top:0.4rem; font-size:0.8rem; margin-top:0.4rem; border-top:1px solid #c3c3c3; }
    .xdnew_nr dd{ float:right; width:75%; line-height:1.6rem; }
    .xdnew_nr dd h5{}
    .xdnew_nr dd h5 a{ color:#333;font-size: 1.0rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;display: block; }
    .xdnew_nr dd h5 a:hover{ color:#007440; }
    .xdnew_nr dd p{ color:#666;font-size: 0.7rem; overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }

    .sb_box .active{ max-width: 100%;padding: 0 10px;vertical-align:middle; }
    #showtext{ padding: 10px; }
    .cpMain{ background: none;/* display: none; */ }
    .sidebar .sb_box{ width: 100%;border: none; }

    .lxtop{ margin-top: 0;}
    .lxtop .on{ padding: 10px;}
    .lxfsnr li{ width: 100%;margin: 0 0 20px 0;padding-left: 20px;border-right: none;}
    .lxfsnr li p{ font-size: 14px;}
    .Separate{ font-size: 24px;margin: 15px auto; }
    #showtext img { max-width: 100%;width: 100%; }

    .wap-ys_nr { margin-top: 30px; overflow: hidden; padding-left: 10px; padding-right: 10px;  }
    .wap-ys_nr dt { overflow: hidden; display: block; position: relative; z-index: 1; }
    .wap-ys_nr dt img { width: 100%; display: block; }
    .wap-ys_nr .wap-ys_nr_list { background: #fff; border: 1px solid #ddd; border-top:none; padding-left: 10px; padding-right: 10px; padding-bottom: 15px; height:290px;}
    .wap-ys_nr .wap-ys_nr_t { position: relative; font-size: 18px; color: #2196dd;font-weight: bold; padding-left: 80px; line-height: 3;}
    .wap-ys_nr .wap-ys_nr_t:after { position: absolute; content: ''; width: 60px; height: 76px; display: block; background: url(../images/wap_ysico.png)no-repeat center;  top: -30px; z-index: 2; font-size: 30px; color: #fff; text-align: center; line-height: 50px; left: 0px;}
    .wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after { content: '01'; }
    .wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after { content: '02'; }
    .wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after { content: '03'; }
    .wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after { content: '04'; }
    .wap-ys_nr .wap-ys_nr_desc { font-size: 14px; color: #454545; line-height: 2; }
    .wap-ys_nr .m-cnt{ height: 0.5rem;margin-top: 2rem;text-align: center; }
    .wap-ys_nr .m-cnt li{ width: 20%;height: 0.5rem;background: #c8c8c8;display: inline-block;float: left;margin: 0 2.5%; }
    .wap-ys_nr .m-cnt li.z-on{ background: #007440; }

    /*关于我们*/
    .g-about{ margin-bottom:20px; }
    .g-about-box{ margin-top:20px;padding: 0 10px; }
    .g-about-box img{ width:100%;display:block; }
    .g-about-txt{ margin-top:20px;padding:0 10px;text-align:center; }
    .g-about-txt h3{ text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem; }
    .g-about-txt div{ color: #242424;font-size: 1rem;/*height: 15rem;*/line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 11;text-align:justify;}
    .about-btn{margin:20px auto 0;display: inline-block;padding: 6px 12px;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #f0f0f0;border: 1px solid transparent;border-radius: 4px;}
    
    /**/
    .m-about{ padding: 20px 0; }
    .about-nr{ padding-top: 20px; }
    .about-nr .m-ab-img{ background: #007440; }
    .about-nr .m-ab-img img{ width: 100%;padding: 24px;position: relative;top: 30px;padding-top: 0;padding-bottom: 10px;}
    .bejgktc img{ display:none }
    .about-nr .m-ab-wz{ padding: 20px 26px;padding-top: 36px;padding-bottom: 6px;/* background: #f5f5f5; */}
    .about-nr .m-ab-wz h2{ font-size: 18px;font-weight: bold;color: #007440;}
    .about-nr .m-ab-wz span{ font-size: 15px;padding: 10px 0;display: block;}
    .about-nr .m-ab-wz p{ color: #666; line-height: 24px; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
    .about-nr .m-ab-wz .m-aba{ margin-top: 10px;width: 160px;height: 36px;background: url(../images/m-more1.png) center no-repeat;display: inline-block;color: #fff;text-align: center;line-height: 36px;font-size: 14px;border-radius: 20px;background-size: 160px;}
  
    /*留言*/
    .form-control{ width:70%;height: 35px; }

    /*新闻资讯*/
    .m-new{ overflow: hidden;padding-bottom:20px;}
    .n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
    .n_q li{ flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
    .n_q li.z-on{ border-top: 0.25rem solid #007440; font-weight: bold; color: #007440; background: #fff;}
    .m-new .con{ float: left; display: inline; width: 100%;}
    .n_c ul{ padding: 0 3.9%;}
    .n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
    .n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
    .n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 150px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .n_c ul li:nth-child(6){ border-bottom: 0;}
    .n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}

    .m-ft{}
    .ft-tel{ padding: 20px;background: #007440;padding-bottom: 10px; }
    .ft-tel p{ color: #fff;font-size: 14px;line-height: 30px;width: 100%;display: inline-block; }
    .ft-tel .ft-p1{ padding-left: 20px;font-size: 16px;background: url(../images/dh.png) left no-repeat; }
    .ft-tel .ft-p2{ font-size: 24px;font-weight: bold; }
    .ft-tel .ft-p3{}
    .ft-db1{ /* margin-bottom: 4.2rem; */text-align: center;background: #007440;padding: 10px 0; }
    .ft-db1 p{ font-size: 12px;color: #fff !important;line-height: 20px; }
    .ft-db1 p a{ color:#fff; }

    /**/
    /*首页标题*/
    .sy-title{ text-align: center; }
    .sy-title h2{ font-size: 24px;color: #333;font-weight: bold; }
    .sy-title p{ font-size: 12px;padding: 6px 0;background: url(../images/m-tit.png) center no-repeat;color: #666; }
  
    .m-news{ padding: 24px 0;}
    .m-news-nr{ padding-top: 20px; }
    .m-news-lm{ display: inline-block; }
    .m-news-lm ul{}
    .m-news-lm ul li{ width: 90px;height: 32px;line-height: 32px;float: left;margin: 0 10px;color: #333;text-align: center;background: #eeeeee;border-radius: 20px;}
    .m-news-lm ul li.on{ background: #007440;color: #fff; }
    .m-news1-nr{}
    .m-news1-nr .m-news-s1{ padding: 10px;padding-top: 20px;padding-bottom: 0;overflow: hidden; }
    .m-news1-nr .m-news-s1 .m-news1{  }
    .m-news1-img{ float: left;width: 48%; }
    .m-news1-img img{ width: 100%;height: auto;max-width: 170px;padding: 2px;border: 1px solid #ccc; }
    .m-news1-wz{ float: left;width: 50%;padding: 1%;padding-left: 4%; }
    .m-news1-wz h2{ padding-bottom: 10px; }
    .m-news1-wz h2 a{ color: #333;font-size: 17px;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;margin-top: 0;}
    .m-news1-wz p{ display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #666; }
    .m-news1-wz a{ margin-top: 7px;display: block;color: #007440;font-size: 12px; }

    .m-news1-nr .m-news-s1 ul{}
    .m-news1-nr .m-news-s1 ul li{ display: inline-block; padding-bottom: 16px; padding-top: 16px; border-bottom: 1px solid #ccc; }
    .m-news1-nr .m-news-s1 ul li a{}
    .m-news1-nr .m-news-s1 .m-news2-rq{ float: left;width: 22%;background: #007440;text-align: center;padding: 10px 0;border-radius: 10px;margin-right: 6%; }
    .m-news1-nr .m-news-s1 .m-news2-rq h2{ color: #fff;font-size: 24px; border-bottom: 1px solid #fff; margin: 0 10px; font-weight: bold; padding-bottom: 4px; }
    .m-news1-nr .m-news-s1 .m-news2-rq p{ font-size: 14px;color: #fff;padding-top: 4px; }
    .m-news1-nr .m-news-s1 .m-news2-wz{ float: left; width: 70%; }
    .m-news1-nr .m-news-s1 .m-news2-wz h2{ display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-size: 15px;font-weight: bold;color: #333;padding-top: 4px;}
    .m-news1-nr .m-news-s1 .m-news2-wz p{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding-top: 10px; font-size: 12px; line-height: 20px;}

    .m-newsa{ width:160px; height:36px; border:1px solid #ccc; display:block; border-radius:20px; text-align:center;line-height:36px; position:relative; left:50%; transform:translateX(-50%); margin-top:20px; }
    .m-newsa:hover{ background:#007440; color:#fff; }
  
    /*尾部二维码*/
    .m-fewm{/* text-align:center; *//* padding:10px; */}
    .m-wx{display:inline-block;font-size:0;margin: 0 5px;}
    .m-wx img{width:120px;}
    .m-wx p{font-size:12px;margin-top:5px;}
    /*底部按钮*/
    .m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #007440;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
    .m-fbtn a{flex:1;padding:7px 0;color:#fff;}
    .m-fbtn a i{font-size:16px;display:block;}
    .m-fbtn a span{display:block;line-height:20px;}
    /*内页面包屑导航样式 开始*/
    .m-btit {line-height: 35px;padding-left: 12px;font-size:14px;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #d9d9d9;box-shadow:0 1px #fff;position:relative;background-color:#f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
        background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
        background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
        background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
        background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
        border-bottom:1px solid #d9d9d9;
        } /*内页面包屑导航背景*/
    .m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;left:0;top:0;width:100%;border-top: 1px solid #fff;}    /*内页面包屑导航背景上面的线条*/
    .m-btit a{color:#666;}
    .m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
    .m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
        position:absolute;background:#7c7c7c;width:8px;height:8px;left:2px;top:3px;z-index:10;
        -moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
        -o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
        -webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
        transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
    .m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;width:8px;height:8px;left:1px;top:3px;
        z-index:11; background-color:#f2f2f2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
        background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
        background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
        background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
        background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
        background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
        -moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
        -o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
        -webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
        transform: rotate(45deg); } /*角度45度，内页面包屑箭头样式*/
    /*内页面包屑导航样式 结束*/

    /*内页导航*/
    .g-nynav{ background:#f3f3f3; }
    .g-nynav ul{ display: flex;flex-wrap:wrap;align-content: flex-start; }
    .g-nynav ul li{ /*flex:1;*/width: 25%; }
    .g-nynav ul li.cur{ /* border-bottom: 2px solid #42b321; */background-color: #007440; }
    .g-nynav ul li.cur a{ color:#fff;}
    .g-nynav ul li a{ display:block;text-align:center;line-height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
    .g-nynav ul li.on a{ border-bottom:2px solid #007440;color:#007440;}
    /*内页简介页面*/
    .ny-aboutcon{ margin-top:10px;padding: 0 10px;line-height:1.6}
    .ny-aboutcon img{ max-width:100%;height: auto !important;}

    /*内页图片列表*/
    .ny-imglist{ padding:10px 0;}
    .ny-imglist>h1{ font-size: 1.8rem;text-align:center;font-weight: bold;}
    .ny-imgbox{}
    .ny-imgbox ul{ overflow:hidden;padding:5px;}
    .ny-imgbox ul li{ padding:5px;width: 100%;/*min-width:30%;*/float:left; }
    .ny-imgbox ul li a{ display:block;border: 1px solid #ccc;padding: 10px;}
    .ny-imgbox ul li a>img{ display:block;width:100%;border:1px solid #ddd;/* height:145px; */}
    .ny-imgbox ul li a h3{ padding:0 5px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
    .ny-imgbox ul li a i img{ width: 9px; padding-top: 2px;}
    .ny-imgbox li .but { display: flex;align-items: center;justify-content: center;width: 114px;height: 40px;position: relative;margin-top: 10px;}
    .ny-imgbox li .but strong { font-size: 15px;color: #666;position: relative;z-index: 2;font-weight: normal;}
    .ny-imgbox li .but i { display: block;height: 14px;overflow: hidden;position: relative;margin-left: 14px;z-index: 2;}
    .ny-imgbox li .but i img { float: left;height: 100%;}
    .ny-imgbox li .but i img:nth-child(2n) { display: none;}
    .ny-imgbox li .but::before { content: "";display: block;position: absolute;top: 0;left: 0;width: 30%;height: 100%;z-index: 1;background-color: #eaeff8;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
    .ny-imgbox li:hover .but::before { width: 100%; background-color: #007440;}
    .ny-imgbox li:hover .but strong{ color:#fff }
    .ny-imgbox li:hover .but i img:nth-child(1) { display: none; }
    .ny-imgbox li:hover .but i img:nth-child(2) { display: block; }

    /*内页图片详情*/
    .ny-imgdesc>h1{ font-size: 1.4rem;text-align: center;padding: 15px 5px;color: #007440;}
    .ny-imgdescimg{ width: 90%;margin: 0 auto;text-align: center;}
    .ny-imgdescimg img{ max-width:100%;margin:0 auto;}
    .ny-imgdesctxt{ margin: 8px 10px; }
    .ny-imgdesccon{ line-height:1.6;padding:10px; }
    .ny-imgdesccon img{ max-width:100%;height:auto !important; }
    .ny-imgdesccon video{ max-width:100%;height:auto !important; }
    .ny-imgdesc .jiathis_style{ margin: 8px 15px;}
    .ny-imgdesc .jiathis_txt{ float: left;margin-top: 5px;}

    /*内页产品中心*/
    .ny-prolist{padding:10px 0;}
    .ny-prolist>h1{font-size:1.2rem;text-align:center}
    .ny-prolist>dl{padding:10px 0;}
    .ny-prolist>dl>dt{border-bottom: 1px dashed #eee;background:#f4f4f4;margin-top:10px;}
    .ny-prolist>dl>dt .twodh{padding:10px 10px 10px 20px;font-size:18px;font-weight:bold;background:#f8f8f8;border-bottom:1px solid #007440;}
    .ny-prolist dl dt .proseries{line-height: 40px;margin-left:30px;font-size:16px;padding-left: 30px;position: relative;display:block;}

    .ny-prolist dl dt .proseries::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #007440;}
    .ny-prolist>dl>dd{padding:5px;overflow:hidden;}
    .ny-prolist>dl>dd>proseries{float:left;display:block;width:33.33%;padding:5px; }
    .ny-prolist>dl>dd>proseries:nth-child(n+4){ display:none; }
    .ny-prolist>dl>dd>a>img{ max-width:100%;display:block;margin:0 auto;border:1px solid #eee; }
    .ny-prolist>dl>dd>a>h4{ font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px; }
    .ny-prolist>ul{ padding:10px 5px;overflow:hidden; }
    .ny-prolist>ul>li{ float:left;width:50%;min-width:30%;padding:5px; }
    .ny-prolist>ul>li>a{ display:block; }
    .ny-prolist>ul>li>a>img{ display:block;max-width:100%;margin:0 auto;border:1px solid #eee; }
    .ny-prolist>ul>li>a>h4{ font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px; }
    .dsd{ overflow:hidden;background:white;padding:5px; }
    .dsd>li{ float: left;display: block;width: 50%;padding: 5px; }
    .dsd>li>a>img{ max-width: 100%;display: block; margin: 0 auto; border: 1px solid #eee; }
    .dsd>li>a>h4{ font-size: 0.8rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;line-height: 30px; }
    /*.dsd>li:nth-child(n+4){ display: none;}*/

    .ny-prolist{ padding:10px 0; }
    .ny-prolist>h1{ font-size: 1.4rem;text-align:center;font-weight: bold;padding-top: 10px; }
    .ny-prolist>dl{ padding:10px 0; }
    .ny-prolist>dl>dt{ padding-left: 15px;border-bottom: 1px dashed #eee;background:#f4f4f4; }
    .ny-prolist>dl>dt>a{ line-height: 40px;font-size:16px;padding-left: 15px;position: relative;display:block; }
    .ny-prolist>dl>dt>a::before{ content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #007440; }
    .ny-prolist>dl>dd{ padding:5px;overflow:hidden; }
    .ny-prolist>dl>dd>a{ float:left;display:block;width:50%;padding:5px; }
    .ny-prolist>dl>dd>a:nth-child(n+5){ display:none; }
    .ny-prolist>dl>dd>a>img{ max-width:100%;display:block;margin:0 auto;border:1px solid #eee; }
    .ny-prolist>dl>dd>a>h4{ font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px; }
    .ny-prolist>ul{ padding:10px 5px;overflow:hidden; }
    .ny-prolist>ul>li{ float:left;width:50%;padding:5px; }
    .ny-prolist>ul>li>a{ display:block; }
    .ny-prolist>ul>li>a>img{ display:block;max-width:100%;margin:0 auto;border:1px solid #eee; }
    .ny-prolist>ul>li>a>h4{ font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px; }

    /*内页产品详情*/
    .ny-procon{ margin: 0 10px; }
    .ny-procon>h1{ font-size:1.4rem;text-align:center;padding:15px 5px;color: #007440;}
    .ny-proconimg{ width: 90%;margin: 0 auto;text-align: center;}
    .ny-proconimg img{ max-width:100%;margin:0 auto;}
    .ny-proconinfo{ margin-top:15px;}
    .ny-proconinfo dd{ padding:10px 10px 0;line-height:20px; }
    .ny-procontxt{ margin:15px 0; }
    .ny-procondesc{ line-height:1.6;padding:10px; }
    .ny-procondesc img{ max-width:100%;height:auto !important; }
    .ny-procon .ny-page{ margin: 10px 0; }
    .ny-procon .ny-title{ border-bottom: 1px solid #ddd;line-height: 35px; }
    .ny-procon .jiathis_txt{ float: left;/*margin-top: 5px;*/ }

    /*t推存新闻*/
    .m-hotnews{ line-height: 40px;margin: 10px;}
    .m-hotnews>h3{ /* background: url(../images/new_ico1.gif) no-repeat left 3px top 10px; *//* padding-left: 32px; */font-size:18px;border-bottom: 2px #007440 solid;color: #007440;font-weight: bold;width: 110px;}
    .m-hotnews ul{ padding: 0 0%;}
    .m-hotnews-list li{ width: 100%;padding-left: 15px;height: 40px;line-height: 36px;font-size: 14px;font-family: "microsoft yahei";overflow: hidden;border-bottom: 1px dashed #e0e0e0;position: relative;margin: 5px 0;}
    .m-hotnews-list li a{ float: left;width: calc(100% - 150px);}
    .m-hotnews ul li:before { content: '';width: 5px;height: 5px;border-radius: 1rem;background: #a9a9a9;position: absolute;top: 17px;left: 0; }
    .m-hotnews-list li span{ font-size: 14px;color: #c1c1c1;float: right; }
    .sb_box .active .m-text{ margin-bottom: 10px; }

    /*内页新闻列表*/
    .ny-newslist{ padding-top:10px; }
    .ny-newslist ul{ padding: 0 10px; }
    .ny-newslist ul li{ margin-bottom:10px;border:1px solid #ddd;padding:10px; }
    .ny-newslist ul li h4{ line-height:25px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333; }
    .ny-newslist ul li p{ line-height:20px;color:#666; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .ny-newslist ul li span{ color:#999;font-size:12px; }

    /*内页新闻详情*/
    .ny-newsdesc>h1{ font-size: 1.4rem;text-align: center;padding: 15px 5px 0;color: #007440;}
    .ny-newsdesccon{ line-height:1.6;padding:10px 15px;}
    .ny-newsdesccon img{ max-width:100%;height:auto !important;}
    .ny-newsdesc .jiathis_style{ margin: 5px 15px;}
    .ny-newsdesc .jiathis_txt{ float:left;/*margin-top: 5px;*/ }

    /*留言*/
    .form-group{ display:flex;justify-content:center;margin:10px 0; }

    /*内页主体*/
    .inside{ padding:0;margin-bottom:20px; }
    .nynav{ width:100%;background: #f3f3f3; }
    .nyjc{ margin-bottom:0; }
    #sidebar{padding: 0px;background: transparent;border: none;display: flex;flex-wrap: nowrap;align-content: flex-start;}
    #sidebar li{margin-top: 0px;flex:1;}
    /*#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 25px;background: url(../images/liBg2.png)no-repeat 168px center}*/
    .nyshow{width:100%;border:none;}
    .nyshowdesc{/* margin-top: 10px; */padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto;}
    .nyshowdesc>div{width:100% !important;margin-top: 0; }
    .nyshowdesc table{white-space: nowrap;}
    .nyhotnews>h3{background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px;}
    .nyhotnews-list li{width:100%;background:none;border-bottom: 1px dashed #ddd;}
    .nyhotnews-list li a{width:calc(100% - 90px);}
    .ny-page a{padding:8px;font-size:12px;}
    .nyshowdesc .map_img img{display: none;}
    /*图片模块*/
    .nyimg-ul{margin-top:20px;}
    .nyimg-ul li{width:50%;margin-bottom:10px}
    .nyimg-div a.nyimg-a{font-size:12px;}
    .showimg-top{margin-top:20px;}
    .showimg-top h1{font-size:20px;}
    .showimg-time span{font-size:12px;}
    .showimg-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
    /*视频模块*/
    .nyvideo-ul{margin-top:20px;}
    .nyvideo-ul li{width:50%;margin-bottom:10px}
    .nyvideo-div a.nyvideo-a{font-size:12px;}
    .showvideo-top{margin-top:20px;}
    .showvideo-top h1{font-size:20px;}
    .showvideo-time span{font-size:12px;}
    .showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
    /*下载模块*/
    .nydown-list{margin-top:20px;}
    .nydown-list table thead{font-size:14px;white-space:nowrap;}
    .nydown-list table th{width: 30%;}
    .showdown-top{margin-top:20px;}
    /*文章模块*/
    .nynews-ul{ margin-top:10px; }
    .nynews-ul li{ padding:0 10px;margin-bottom:10px;}
    .nynews-ul li a dl{ padding:8px;}
    .nynews-ul li a dl dt img{ width:130px;}
    .nynews-ul li a dl dd{ width:calc(100% - 140px);margin-top:0;margin-left:10px;}
    .nynews-ul li a dl dd h5{ width:100%;font-size:14px;line-height:20px; }
    .nynews-ul li a dl dd em{ height: 18px;line-height: 18px;font-size: 12px; }
    .nynews-ul li a dl dd p{ font-size:12px;margin-top:0; }
    .nynews-ul li a dl dd span{display:none;}
    .shownews-top{margin-top:20px;}
    .shownews-top h1{font-size:20px;}
    .shownews-time span{font-size:12px;}
    .shownews-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
    /*标签*/
    .pro_key{padding:0 10px;}
    /*搜索模块*/
    .nysearch-ul{margin-top:10px;padding:0 10px;}
    .nysearch-ul li.nysearch-li{padding-bottom:10px;margin-bottom:10px;}
    .nysearch-til>h2{font-size:16px;}
    /*产品模块*/
    .nyprojc-til{ background-size:100%;}
    .nyprojc-til a{ padding:20px;}
    .nyprojc-til a span{ color:#fff;}
    .pro_list li{ background: white;border-bottom: 1px solid #ececec;}
    .pro_list li>a{ font-size: 14px;line-height: 45px;height: 45px;}
    .pro_list li>a span{ font-size:16px;display: block;color: #0a0a0a;height: 100%;position: relative;z-index: 3;padding: 0 50px;background: url(../images/nyprolist_cur.png)no-repeat right;}

    .nypro-ul li{ width:50%;margin:10px 0;padding:0 10px;box-sizing:border-box;border: none; }
    .nypro-ul li a .nypro-txt{ padding:10px 0; }
    .nypro-ul li a .nypro-txt p{ padding:0;font-size: 14px;line-height: 25px;height: 25px; }
    .nypro-ul li a .nypro-txt span{ padding:0;font-size: 12px;line-height: 20px;height: 20px; }
    .nyproshow-top>dt{ width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px; }
    .spec-items{ width: calc(100% - 50px); }
    .nyproshow-txt{ width:100%;padding:0 10px;box-sizing:border-box;margin-left:0; }
    .nyproshow-txt>h1{ font-size:18px;text-align:center; }
    .showpro-telcon span{ font-size:20px; }
    .showpro-tel a{ display:none; }
    .showpro-con ul{ margin-bottom:0; }
    .showpro-details .showpro-det{ padding:10px; }
    .nyaboutpro>h3{ padding-left:10px;background: url(../images/nyaboutproico.png) no-repeat 10px; }
}

.ny-procon{}
.ny-procon>h1{ font-size:1.4rem;text-align:center;padding:15px 5px;color: #007440; }
.ny-proconimg{ width: 90%;margin: 0 auto;text-align: center; }
.ny-proconimg img{ max-width:100%;margin:0 auto;border: 1px solid #ddd; }
.ny-proconinfo{ margin-top:15px; }
.ny-proconinfo dd{ padding:10px 10px 0;line-height:20px; }
.ny-procontxt{ margin:15px 0; }
.ny-procondesc{ line-height:1.6;padding:10px; }
.ny-procondesc img{ max-width:100%;height:auto !important; }

@media (max-width: 768px) and (min-width:320px) {
    html { font-size:75%; }
}
@media (max-width: 768px) and (min-width:360px) {
    html { font-size:85%; }
}
@media (max-width: 768px) and (min-width:375px) {
    html { font-size:87.5%; }
}
@media (max-width: 768px) and (min-width:414px) {
    html { font-size:96%; }
}
@media (max-width: 768px) and (min-width:480px) {
    html { font-size:110.5%; }
}
@media (max-width: 768px) and (min-width:568px) {
    html { font-size:129%; }
}
@media (max-width: 768px) and (min-width:639px) {
    html { font-size:150%; }
}

/*翻页样式*/
.metpager_1{ text-align:center; }
.metpager_2{ text-align:center; }
.metpager_3{ text-align:center; }

#flip{ line-height: 25px; }
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none; }
.digg4 .disabledfy{ font-family: Tahoma, Verdana; }

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active { border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border: 1px solid #007440; padding:2px 8px 2px 8px;color: #007440;display: inline-block;}
.metpager_5 a:hover { border: 1px solid #007440; color:#fff;background-color: #007440;}
.metpager_5 a:active { border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff;background: #007440;border: 1px solid #007440; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current { border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current { border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff; background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc; }

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; }
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; }
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; }
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;}
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

/*联系我们*/
.lianxi_m { overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}
.lianxi_m .lianxi_ml { width: 242px;float: left;background: #007440;color: #fff;padding: 20px 30px 20px 30px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 24px;font-weight: bold;line-height: 52px;margin-bottom: 10px;color: #fff;}
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 242px;border: solid 2px #fff;font-size: 24px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 10px;line-height: 40px;}
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 18px;line-height: 40px;}

.lianxi_mr { float: right;position: relative;width: calc(100% - 346px); }
.lianxi_mr_i { float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 88;margin-left: -35px;line-height: normal;color: #999;position: absolute;overflow: hidden;}
.lianxi_m .mr_i { font-size: 100px;margin-top: 80px;margin-left: calc(100% - 690px);position: absolute;right: 6px; }
.lianxi_mr_m { width: calc(100% - 20px);float: left;overflow: hidden;padding-left: 0px;padding-right: 0px;padding-top: 14px;line-height: 24px;color: #666;font-size: 14px;text-align:left;}
.lianxi_mr_m span { font-size: 20px;font-weight: bold;line-height: 48px;color: #eb6300; }
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none; }
.contact_ny ul li { float: left;width: 30%;height: 150px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding: 24px 20px;text-align: left;box-sizing: border-box;}
.contact_ny ul li:last-child{width: 40%;}
.contact_ny ul li em { float: left; display: inline-block; width: 51px; line-height: 80px; margin-right: 9px; margin-top: 6px; }
.contact_ny .ftlxfs{ float: left;/* width: 220px; */ }
.contact_ny ul li h5 { color: #eb6300;margin-bottom: 8px;font-size: 18px;font-weight: bold;margin-top: 18px; }
.contact_ny ul li:last-child h5{margin-bottom: 4px;margin-top: 0;}
/* .contact_ny ul li>p{ float: left; } */

/*联系我们*/
.lianxi_m { overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5; }
.lianxi_m .lianxi_ml { width: 375px;float: left;background: #eb6300;color: #fff;padding: 30px;overflow: hidden; }
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 24px;font-weight: bold;line-height: 52px;margin-bottom: 10px;color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 242px;border: solid 2px #fff;font-size: 24px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 10px;line-height: 40px;}
.lianxi_m .lianxi_ml .lianxi_ml_s a{color: #fff;}
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 18px;line-height: 40px; }

.lianxi_mr { float: right;position: relative;width: calc(100% - 380px); }
.lianxi_mr_i { float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 88;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-left: 15px;}
.lianxi_m .mr_i { font-size: 100px;margin-top: 115px;margin-left: calc(100% - 690px);position: absolute;right: 6px; }
.lianxi_mr_m { width: calc(100% - 50px);float: left;overflow: hidden;padding-left: 60px;padding-right: 0px;padding-top: 20px;line-height: 24px;color: #666;font-size: 14px;text-align:left;}
 
@media(max-width: 1199px) {
  .lianxi_m .lianxi_ml { width: 400px; }
  .lianxi_mr_i { display: none; }
  .lianxi_mr { width: calc(100% - 400px); }
}

@media(max-width: 991px) {
  .contact_ny ul li { width: 50%; }
  .lianxi_mr { width: calc(100% - 360px); }
  .lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
  .lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
  .lianxi_m .lianxi_ml{ width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
  .lianxi_mr { width: 100%; float: none; overflow: hidden; }
  .contact_ny ul li{ width: 100%; }
  .contact_ny ul li:last-child{width: 100%;}
  .lianxi_mr_m{padding-top: 15px;padding-bottom: 20px;padding-left: 10px;padding-right: 10px;font-size: 15px; }
  .lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px;margin-bottom: 6px; }
  .lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px;line-height: 48px;font-size: 24px;margin-bottom: 10px; }
  .lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
  .contact_ny .ftlxfs{ width: 220px; }
  .lianxi_m .mr_i{ margin-top: 154px; }
}

@media(max-width: 500px) {
  .contact_ny ul li{ padding: 26px 35px;height: 120px; }
  .contact_ny ul li:last-child{height: 170px;}
  .contact_ny ul li:last-child em{line-height: 110px;}
  .contact_ny .ftlxfs{ width: 200px; }
}

.tjsf{/* padding: 20px 20px; */padding-top: 0;}
.tjsf .t1{ position: relative;padding: 0 15px;text-align: center; }
.tjsf .t1 p:nth-child(1){ color: #F5F5F6;font-size: 54px;text-transform: uppercase; }
.tjsf .t1 p:nth-child(2){ color: #333333;font-size: 32px;font-weight: bolder;position: absolute;left: 0;right: 0;bottom: 0px; }

.tjsf .san1{ display: block;overflow: hidden;padding: 0 0px; }

.tjsf .san1 li{ margin-bottom: 20px;width: 32%;margin-right: 2%; }
.tjsf .san1 li:nth-child(3n){ margin-right:0; }
.tjsf .san1 li a{display:block;background:#fff;padding: 6px 6px 48px;position:relative;border: 1px solid #eee;}
.tjsf .san1 li a .pic{ border-bottom:1px solid #ddd;padding-bottom:20px; }
.tjsf .san1 li a .pic img{ width:100%;object-fit: scale-down; }
.tjsf .san1 li a .con{background:#fff;position:absolute;bottom:0;left:0;width:100%;/* padding: 10px 25px 10px; */height: 48px;transition:all 0.5s ease;overflow:hidden;}
.tjsf .san1 li a .con .d1{line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;}
.tjsf .san1 li a .con .d1{color: #333;}
.tjsf .san1 li a:hover .con .d1{line-height: 48px;color: #333;}
.tjsf .san1 li a .con .d2{ margin-top:25px;height:60px;line-height:20px;padding: 0 20px;overflow:hidden;color:#686868;transition:all 0.5s ease;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.tjsf .san1 li a .con .d3{ margin-top: 12px;height:6px;background:url(../images/rb.png) no-repeat left center;}
.tjsf .san1 li a .con .d4{ margin-top:5px; line-height:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.tjsf .san1 li a:hover .con{/* padding-top: 10px; *//* height: 132px; */background:#f4f6fa;transition:all 0.5s ease;box-shadow:0 0 10px rgba(0,0,0,0.1)}
.tjsf .san1 li a:hover .con .d2{ margin-top:5px; transition:all 0.5s ease;}
.tjsf .san1 li a .con:before{height:2px;width:0;content:'';position:absolute;left:0;bottom:0;width:0;background: #ccc;transition:all 0.5s ease;}
.tjsf .san1 li a:hover .con:before{ width:100%; transition:all 0.5s ease;}

/*技术支持*/
.foot .js { position: relative;float: right;}
.foot .js img {position: absolute;left: -20px;bottom: 30px;max-width:100px; display:none;}
.foot .js:hover img{ display:block; }
