@charset "utf-8";

/*!
 * 米维建站  一建轻松建站
 * 详尽信息请看官网：http://www.miwinfo.com/
 *
 * Copyright 2014 米维建站
 *
 * 请尊重原创，保留头部版权
 * 仅供学习参考使用，不可用于任何商业用途
 *
 * 客服QQ 974837117
 */

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.page-down {
    width: 30px;
    height: 30px;
    background: #999;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 99999;
}

.page-down:hover {
    background: #03af4d;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.smallest-screen {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: url(../images/displaynone.png) no-repeat center #666;
    display: none;
}

@media only screen and (max-width: 319px) {
    .smallest-screen {
        display: block;
    }
    /*判断屏幕小于319px隐藏显示网站*/
}

.white {
    color: #fff !important;
}

.webmain {
    overflow: hidden;
    min-width: 1200px;
}

.tishi {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.middle_holder {
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 50px;
    vertical-align: middle;
}

.middle {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.nav_handle {
    display: none;
    position: relative;
    width: 27px;
    padding: 0 15px;
    cursor: pointer;
    float: right;
}

.nav_handle b {
    width: 27px;
    height: 10px;
    position: relative;
}

.nav_handle b i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    top: 0;
    -webkit-transform-origin: 29% 50%;
    transform-origin: 29% 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.nav_handle b .l_2 {
    top: auto;
    bottom: 0;
}

.nav_handle.on b i {
    transform: rotate(45deg);
    background: #03af4d;
}

.nav_handle.on b .l_2 {
    transform: rotate(-45deg);
}

.banner {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.banner img {
    width: 1920px;
    height: auto;
}

.banner .pagination {
    z-index: 99;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.banner .pagination .swiper-pagination-switch {
    width: 50px;
    height: 6px;
    background: #fff;
    opacity: .7;
    display: inline-block;
    margin: 0 10px;
}

.banner .pagination .swiper-active-switch {
    opacity: 1;
    background: #00923f;
}

.banner .banner-left {
    position: absolute;
    opacity: .8;
    font-size: 80px;
    color: #fff;
    left: 80px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
}

.banner .banner-right {
    position: absolute;
    opacity: .8;
    font-size: 80px;
    color: #fff;
    right: 80px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
}

.banner .banner-left:hover,
.banner .banner-right:hover {
    opacity: 1;
}

.intop {
    line-height: 30px;
    background: #f1f1f1;
}

.header .logo {
    float: left;
}

.header .tit {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    padding-top: 40px;
    float: left;
}

.header .tit span {
    color: #00923f;
}

.header .phone {
    float: right;
    margin-top: 35px;
    padding-left: 50px;
    font-size: 18px;
    color: #666;
    line-height: 25px;
    background: url(../images/index_01.png) no-repeat left center;
}

.header .phone span {
    font-size: 20px;
    font-weight: bold;
    color: #00923f;
    display: block;
}

.inmuen_on {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.inmuen {
    line-height: 50px;
    background: #324d5e;
}

.inmuen ul li {
    display: block;
    float: left;
    position: relative;
}

.inmuen ul li:hover {
    background: #00923f;
}

.inmuen ul li.on {
    background: #00923f;
}

.inmuen ul li>a {
    display: block;
    padding: 0 40px;
    font-size: 17px;
    color: #fff;
}

.inmuen ul li .erji {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    background: #fff;
    z-index: 999;
}

.inmuen ul li .erji a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.inmuen ul li .erji a:hover {
    background: #00923f;
    color: #fff;
}

.inmuen ul li:hover .erji {
    display: block;
}

.inpro {
    padding: 50px 0;
}

.inpro .lmtit {
    text-align: center;
    margin-bottom: 30px;
}

.inpro .lmtit .cn {
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;
}

.inpro .lmtit .en {
    letter-spacing: 3px;
}

.inpro .nav {
    width: 280px;
    float: left;
}

.inpro .nav .tit {
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
    background: #00923f;
    color: #fff;
    font-size: 30px;
}

.inpro .nav .tit a {
    position: relative;
    width: 130px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #fff;
    border-right: 0px;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
}

.inpro .nav .tit a span {
    display: block;
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 18px;
}

.inpro .nav ul li {
    display: block;
    line-height: 45px;
    border: 1px solid #00923f;
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.inpro .nav ul li:hover {
    background: #00923f;
    color: #fff;
}

.inpro .more {
    display: block;
    line-height: 45px;
    border: 1px solid #00923f;
    background: #00923f;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.inpro .more:hover {
    background: #007c36;
}

.inpro .right {
    width: 900px;
    float: right;
}

.inpro .right ul li {
    position: relative;
    overflow: hidden;
    display: block;
    width: 270px;
    margin: 0 15px 30px;
    border: 1px solid #999;
    float: left;
    box-sizing: border-box;
}

.inpro .right ul li .pic {
    overflow: hidden;
}

.inpro .right ul li .pic img {
    width: 100%;
    height: 215px;
    transition: all .5s;
}

.inpro .right ul li .tit {
    height: 40px;
    line-height: 40px;
    background: #efeeee;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.inpro .right ul li .fgc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    transform: scale(1.2, 1.2);
    transition: all .5s;
    opacity: 0;
}

.inpro .right ul li:hover .fgc {
    transform: scale(1, 1);
    opacity: 1;
}

.inpro .right ul li:hover img {
    transform: scale(1.1, 1.1);
}

.inyous {
    padding-top: 25px;
    background: #f7f8f7;
}

.inyous .lmtit {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    color: #333;
}

.inyous .lmtit span {
    font-weight: bold;
    color: #00923f;
}

.inyous .slmtit {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 45px;
}

.inyous .li {
    height: 395px;
}

.inyous .li1 .wz {
    width: 50%;
    float: right;
    padding-left: 70px;
    padding-top: 130px;
    box-sizing: border-box;
}

.inyous .li .btit {
    font-size: 25px;
    font-weight: bold;
    color: #00923f;
    margin-bottom: 15px;
}

.inyous .li .stit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.inyous .li .jj {
    font-size: 15px;
    color: #666;
    line-height: 35px;
}

.inyous .li2 .wz {
    width: 50%;
    float: left;
    padding-left: 80px;
    padding-top: 130px;
    box-sizing: border-box;
}

.inadv {
    height: 278px;
    margin-bottom: 80px;
}

.inadv .fl {
    padding-top: 70px;
}

.inadv .fl .tit {
    font-size: 24px;
    font-weight: bold;
    color: #dfdfdf;
    line-height: 45px;
}

.inadv .fl .tit span {
    color: #03af4d;
}

.inadv .fl .jj {
    color: #dfdfdf;
    line-height: 20px;
}

.inadv .phone {
    float: right;
    padding-top: 70px;
    line-height: 40px;
    font-size: 14px;
    color: #dfdfdf;
}

.inadv .phone span {
    font-size: 30px;
    font-weight: bold;
    color: #03af4d;
}

.inadv .phone .ann {
    margin-top: 15px;
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #03af4d;
    background: #03af4d;
}

.inadv .phone .ann:hover {
    background: none;
    color: #03af4d;
}

.inabout {
    padding: 25px 0 98px;
    background: #ebebeb;
}

.inabout .pic {
    width: 600px;
    height: 400px;
    overflow: hidden;
    float: left;
}

.inabout .pic img {
    width: 600px;
    height: 400px;
    transition: all .5s;
}

.inabout .pic:hover img {
    transform: scale(1.1, 1.1);
}

.inabout .wz {
    width: 560px;
    float: right;
}

.inabout .wz .tit {
    font-size: 28px;
    color: #333;
}

.inabout .wz .xian {
    width: 90px;
    height: 1px;
    background: #03af4d;
    margin: 15px 0;
}

.inabout .wz .jj {
    font-size: 20px;
    color: #666;
    line-height: 40px;
    height: 240px;
    overflow: hidden;
    margin-bottom: 30px;
}

.inabout .wz .ann {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: #03af4d;
    border: 1px solid #03af4d;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.inabout .wz .ann:hover {
    background: none;
    color: #03af4d;
}

.inchangf {
    width: 1200px;
    box-sizing: border-box;
    padding: 20px 105px;
    position: relative;
    margin: -50px auto 0;
    background: #ebebeb;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.inchangf .bd ul li {
    display: block;
    width: 25%;
    float: left;
}

.inchangf .bd ul li a {
    display: block;
    padding: 0 15px;
}

.inchangf .bd ul li .pic {
    overflow: hidden;
}

.inchangf .bd ul li .pic img {
    width: 100%;
    height: 145px;
    transition: all .5s;
}

.inchangf .bd ul li:hover img {
    transform: scale(1.1, 1.1);
}

.inchangf .prev,
.inchangf .next {
    width: 50px;
    height: 75px;
    background: #03af4d;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: block;
    position: absolute;
}

.inchangf .prev:hover,
.inchangf .next:hover {
    opacity: .8;
}

.inchangf .prev {
    left: 35px;
    top: 50%;
    margin-top: -38px;
}

.inchangf .next {
    right: 35px;
    top: 50%;
    margin-top: -38px;
}

.incase {
    padding: 50px 0 80px;
}

.incase .lmtit {
    text-align: center;
    margin-bottom: 30px;
}

.incase .lmtit .cn {
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;
}

.incase .lmtit .en {
    letter-spacing: 3px;
}

.incase .nav {
    padding-bottom: 30px;
    text-align: center;
}

.incase .nav ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #03af4d;
    border-radius: 8px;
    margin: 5px 15px;
    font-size: 16px;
    color: #333;
}

.incase .nav ul li:hover {
    background: #03af4d;
    color: #fff;
}

.incasenr {
    position: relative;
}

.incasenr .bd ul li {
    display: block;
    width: 25%;
    float: left;
}

.incasenr .bd ul li a {
    display: block;
    padding: 0 15px;
}

.incasenr .bd ul li .pic {
    overflow: hidden;
}

.incasenr .bd ul li .pic img {
    width: 100%;
    height: 245px;
    transition: all .5s;
}

.incasenr .bd ul li:hover img {
    transform: scale(1.1, 1.1);
}

.incasenr .bd ul li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background: #d8d7d7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.incasenr .bd ul li:hover .tit {
    background: #03af4d;
    color: #fff;
}

.incasenr .prev,
.incasenr .next {
    opacity: .5;
    width: 40px;
    height: 60px;
    background: #a1a1a1;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: block;
    position: absolute;
}

.incasenr .prev:hover,
.incasenr .next:hover {
    opacity: 1;
}

.incasenr .prev {
    left: -60px;
    top: 50%;
    margin-top: -30px;
}

.incasenr .next {
    right: -60px;
    top: 50%;
    margin-top: -30px;
}

.innews {
    margin-bottom: 60px;
}

.innewsnr {
    width: 790px;
    float: left;
    position: relative;
}

.innewsnr .hd {
    margin-bottom: 20px;
}

.innewsnr .hd ul li {
    display: inline-block;
    margin-right: 80px;
    cursor: pointer;
}

.innewsnr .hd ul li .cn {
    font-size: 25px;
    color: #333;
}

.innewsnr .hd ul li .en {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.innewsnr .hd ul li.on .cn,
.innewsnr .hd ul li.on .en {
    color: #03af4d;
}

.innewsnr .more {
    display: block;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.innewsnr .bd .one {
    position: relative;
    padding-left: 340px;
    min-height: 255px;
    margin-bottom: 10px;
}

.innewsnr .bd .one .pic {
    width: 320px;
    height: 255px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.innewsnr .bd .one .pic img{ object-fit: cover; }
.innewsnr .bd .one .tit {
    height: 45px;
    line-height: 45px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.innewsnr .bd .one .tit .date {
    width: 100%;
    position: absolute;
    line-height: 45px;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 14px;
}

.innewsnr .bd .one .jj {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #666;
    margin-bottom: 40px;
}

.innewsnr .bd .one .ann {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #03af4d;
    border-radius: 5px;
}

.innewsnr .bd ul li{ display: block; padding: 10px 0; border-bottom: 1px solid #dfdfdf; }
.innewsnr .bd ul li .jj{ font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; color: #666; }
.innewsnr .bd ul li .tit {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.innewsnr .bd ul li i {
    color: #03af4d;
    margin-right: 10px;
}

.innewsnr .bd ul li:hover {
    color: #03af4d;
}

.innewsnr .bd ul li .date {
    width: 100%;
    position: absolute;
    line-height: 30px;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 14px;
}

.inque {
    width: 360px;
    float: right;
}

.inque .lmtit {
    text-align: left;
    margin-bottom: 20px;
}

.inque .lmtit .cn {
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;
}

.inque .lmtit .en {
    letter-spacing: 3px;
}

.inquenr .bd ul li {
    display: block;
    background: #f3f3f3;
    padding: 10px;
}

.inquenr .bd ul li .tit{ line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333; }
.inquenr .bd ul li .jj{ font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; color: #666; }
.inquenr .bd ul li i {
    color: #666;
    margin-right: 10px;
}

.inquenr .bd ul li:hover {
    background: #03af4d;
}

.inquenr .bd ul li:hover i,
.inquenr .bd ul li:hover .tit,.inquenr .bd ul li:hover .jj {
    color: #fff;
}

.footer {
    background: #f8f8f8;
}

.footer .fnav {
    height: 40px;
    line-height: 40px;
    background: #324d5e;
}

.footer .fnav ul li {
    display: block;
    padding: 0 42px;
    font-size: 17px;
    color: #fff;
    float: left;
}

.footer .fnav ul li:hover {
    background: #007c36;
}

.footer .banq {
    padding: 35px 0 30px;
}

.footer .banq .flogo {
    float: left;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #999;
    margin-right: 35px;
}

.footer .banq .fcon {
    width: 500px;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 25px;
}

.footer .banq .ewm {
    width: 100px;
    float: right;
    text-align: center;
}

.footer .banq .ewm .tit {
    line-height: 30px;
}

.nybanner {
    height: 300px;
}

.met_clear {
    clear: both
}

.met_none {
    display: none
}

.met_hidden {
    visibility: hidden
}

.met_fl {
    float: left
}

.met_fr {
    float: right
}

.tem_inner {
    width: 1200px;
    margin: 0 auto;
}

.key-serch {
    width: 100%;
    background: #f7f7f7;
    height: 68px;
    padding: 0px 0;
}

.key-serch .tem_inner {
    height: 68px;
    overflow: hidden;
}

.key-serch .keywords {
    font-size: 14px;
    line-height: 68px;
    color: #323333;
    font-weight: bold;
    float: left;
    padding-left: 0px;
    width: 630px;
}

.key-serch .keywords span {
    color: #03af4d;
}

.key-serch .keywords a {
    font-size: 14px;
    color: #808080;
    margin: 0 5px;
    font-weight: normal;
}

.key-serch .keywords a:hover {
    color: #03af4d
}

.key-serch .search {
    margin: 15px 0 0;
    float: right;
}

.key-serch .search span.navsearch_input {
    position: relative;
    display: block;
    float: left;
}

.key-serch .search span.navsearch_input input {
    float: left;
    border: #fff solid 1px!important;
    border-right: #fff solid 0px!important;
    height: 36px;
    line-height: 34px;
    width: 300px;
    outline: none;
    text-indent: 12px;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    color: #d3d3d3;
}

.key-serch .search span.navsearch_input label {
    left: 15px;
    top: 0px;
    z-index: 1;
    cursor: text;
    font-size: 12px;
    position: absolute;
    line-height: 36px;
}

.key-serch .search .searchgo {
    color: #fff;
    background: #03af4d;
    padding: 0 15px;
    height: 38px;
    border: 0;
    float: left;
    margin-left: 0px;
    border-radius: 0;
}

.key-serch .search .searchgo i {
    font-size: 18px;
}

.key-serch .search ::-webkit-input-placeholder {
    color: #d3d3d3!important;
}

.key-serch .search ::-moz-placeholder {
    color: #d3d3d3!important;
}

.key-serch .search :-ms-input-placeholder {
    color: #d3d3d3!important;
}

.key-serch .search input:-moz-placeholder {
    color: #d3d3d3!important;
}

.met_position {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    color: #666666;
    padding-left: 18px;
    line-height: 68px;
    font-size: 14px;
    background: url(../images/position.png) left center no-repeat;
}

.met_position span {
    color: #666666;
}

.met_position a {
    color: #666666;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_position a:last-child {
    color: #666666;
}

.met_section {
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
}

.met_section aside {
    position: relative;
    float: left;
    width: 220px;
    padding-top: 10px;
}

.met_section article {
    float: left;
    margin-left: -220px;
    width: 100%;
}

.met_section article .met_article {
    margin-left: 250px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.met_section aside section {
    border: 0px solid #e8e8e8;
    background: transparent;
}

.met_section aside section h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    padding: 30px 0 30px 60px;
    margin: 0;
    background: #03af4d url(../images/aside_title.png) no-repeat 25px center;
    border-bottom: 0px solid #282929;
}

.met_section aside section h2 span {
    font-size: 18px;
    width: 100%;
    display: block;
    line-height: 18px;
    font-weight: normal;
    margin-top: 5px;
}

.met_section aside .met_aside_list {
    padding: 0px;
    background: transparent;
    border: 0px solid #eeeeee;
    padding: 0px;
}

.met_section aside .met_aside_list .met_clear {
    border-top: 1px solid #fff;
}

.met_section aside .met_aside dl dt {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #d2d2d2;
    background: transparent;
}

.met_section aside .met_aside dl:first-child dt {
    border-top: 0px solid #f9f9f9;
}

.met_section aside .met_aside dl:last-child dt {
    border-bottom: 0px solid #f9f9f9;
}

.met_section aside .met_aside dl dt {
    line-height: 20px;
    font-weight: normal;
}

.met_section aside .met_aside dl dt a {
    display: block;
    padding: 10px 10px 10px 25px;
    color: #666666;
    font-size: 15px;
    border: 1px solid #dddddd;
    background: transparent;
    position: relative;
    margin-top: 10px;
}

.met_section aside .met_aside dl dt a:hover:before,
.met_section aside .met_aside dl dt:hover a:before,
.met_section aside .met_aside dl dt.on a:before,
.met_section aside .met_aside dl dt.ons a:before {
    background: #fff;
}

.met_section aside .met_aside dl dt a .grayimg {
    width: 25px;
    height: 55px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    background-size: 25px auto!important;
}

.met_section aside .met_aside dl dt a img {
    width: 25px;
    margin: 15px 0px;
    height: 25px;
}

.met_section aside .met_aside dl dt a:hover .gray,
.met_section aside .met_aside dl dt.on .gray {
    color: #282929;
}

.met_section aside .met_aside dl dt a:hover,
.met_section aside .met_aside dl dt:hover a {
    color: #fff;
    background: #03af4d;
}

.met_section aside .met_aside dl dt.on,
.met_section aside .met_aside dl dt.on a,
.met_section aside .met_aside dl dt.ons,
.met_section aside .met_aside dl dt.ons a {
    color: #fff;
    background: #03af4d;
}

.met_section aside .met_aside dl dt {
    position: relative;
}

.met_section aside .met_aside dl dt .slideclick {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0px;
    top: 0px;
    background: url(../images/lefticons.png) no-repeat 15px center;
    padding: 0 0px;
}

.met_section aside .met_aside dl dt.on .slideclick,
.met_section aside .met_aside dl dt:hover .slideclick {
    background: url(../images/lefticons_hover.png) no-repeat 15px center;
}

.met_section aside .met_aside dl dt .slideclickon,
.met_section aside .met_aside dl dt.on .slideclickon,
.met_section aside .met_aside dl dt:hover .slideclickon {
    background: url(../images/lefticonsa_hover.png) no-repeat 13px center;
    color: #03af4d;
}

.met_section aside .met_aside dl dd {
    padding: 10px 10px;
    display: none;
    background: #f2f2f2;
}

.met_section aside .met_aside dl dd.ecoclassslide {
    display: block;
}

.met_section aside .met_aside dl dd a {
    display: block;
    color: #323333;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 8px 0 8px 15px;
    border-bottom: 0px solid #e6e6e5;
    border-top: 0px solid #f9f9f9;
}

.met_section aside .met_aside dl dd a:hover {
    color: #03af4d!important;
}

.met_section aside .met_aside dl dd a:hover span {
    border-bottom: 0px solid #03af4d;
}

.met_section aside .met_aside dl dd span {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.met_section aside .met_aside dl dd h4 {
    border-bottom: 0px solid #fff;
}

.met_section aside .met_aside dl dd:first-child h4 {
    border-top: 0px solid #f9f9f9!important;
}

.met_section aside .met_aside dl dd a:hover,
.met_section aside .met_aside dl dd h4.active a {
    color: #03af4d;
}

.met_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    color: #03af4d;
}

.met_section aside .met_aside dl dd a:hover span,
.met_section aside .met_aside dl dd h4.active a span,
.met_section aside .met_aside dl dd .on a span,
.met_aside dl dd a:hover span {
    border-bottom: 0px solid #03af4d;
}

.met_section aside .met_related {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f1f1f1;
}

.met_section aside .met_related h2 {
    padding: 0px 10px 0px 10px;
    height: 63px;
    line-height: 63px;
    overflow: hidden;
    background: #03af4d;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}

.met_section aside .met_related h2 span {
    font-size: 16px;
}

.met_section aside .met_related .show_contact {
    padding: 20px 15px;
    color: #323333;
    line-height: 2;
}

.met_section aside .met_related ul {
    padding: 5px;
}

.met_section aside .met_related li {
    overflow: hidden;
    list-style: none;
    text-align: left;
    height: 36px;
    line-height: 36px;
    background: url(../images/li.png) no-repeat 8px center;
    width: 100%;
    float: left;
    font-size: 12px;
    border-top: 1px solid #dcdcdc;
}

.met_section aside .met_related li:first-child {
    border: 0px;
}

.met_section aside .met_related li a {
    display: block;
    font-size: 12px;
    color: #666666;
    padding: 0 10px 0 20px;
}

.met_section aside .met_related li span.time {
    float: right;
    padding-left: 5px;
    color: #aaa9a9;
}

.met_section aside .met_related li:hover a {
    display: block;
    font-size: 12px;
    color: #03af4d;
}

.met_section aside .met_left_aside h2 {
    text-align: center;
}

.met_section aside .met_left_aside .met_related_contact {
    padding: 20px 20px;
    line-height: 24px;
    background: #e1e0e0;
    color: #323333;
    font-size: 12px;
}

.eco_aside_list h3 {
    color: #323333;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 0 0px 0 15px;
    border-left: 3px solid #aaaaaa;
    margin-bottom: 20px;
    margin-top: 20px;
}

.met_section aside .eco_aside_listb {
    background: #141414;
}

.met_section aside .eco_aside_listb h3 {
    color: #fff;
}

.met_section aside .eco_aside_listb dl dt {
    background: #141414;
}

.met_section aside .eco_aside_listb dl dt a {
    color: #fff;
}

.met_section aside .eco_aside_listb dl dd a {
    color: #fff;
}

.met_section aside .met_search {
    margin-top: 20px;
    background: #f5f5f5;
}

.met_section aside .met_search h2 {
    color: #404040;
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    padding: 5px 15px;
    background: #f5f5f5;
    text-align: left;
    font-weight: normal;
    border-bottom: 0px solid #282929;
}

.met_section aside .met_search .search {
    padding: 0 0px;
    height: 50px;
}

.met_section aside .met_search .search span.navsearch_input {
    position: relative;
    display: block;
    float: left;
}

.met_section aside .met_search .search span.navsearch_input input {
    float: left;
    border: #003d8c solid 1px!important;
    height: 40px;
    line-height: 40px;
    width: 190px;
    outline: none;
    text-indent: 12px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 10px 0 0 10px;
}

.met_section aside .met_search .search span.navsearch_input label {
    left: 10px;
    top: 0px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    cursor: text;
    font-size: 14px;
    position: absolute;
}

.met_section aside .met_search .search .searchgo {
    color: #fff;
    padding: 0 20px;
    height: 42px;
    border: 0;
    float: left;
    border-radius: 10px;
    margin-left: -10px;
    background: #004199;
    background: -o-linear-gradient(right, #004199 0, #205fb4 100%);
    background: -moz-linear-gradient(right, #004199 0, #205fb4 100%);
    background: -webkit-linear-gradient(right, #004199 0, #205fb4 100%);
    background: linear-gradient(to right, #004199 0, #205fb4 100%);
}

.met_section aside .met_search .search .searchgo i {
    font-size: 16px;
}

.ecoslider {
    padding: 0;
    background: #f0f0f0;
    line-height: 95px;
    margin-bottom: 35px;
}

.met_article_head {
    position: relative;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 50px;
    margin-bottom: 30px;
}

.met_article_head:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 0px;
    background: #03af4d;
}

.met_position {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    color: #666666;
    padding-left: 18px;
    line-height: 68px;
    font-size: 14px;
    background: url(../images/position.png) left center no-repeat;
}

.met_position span {
    color: #666666;
}

.met_position a {
    color: #666666;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_position a:last-child {
    color: #666666;
}

.met_article_head h1 {
    color: #666666;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 0;
    padding: 0 0 0 12px;
    line-height: 26px;
    float: left;
    border-left: 3px solid #03af4d;
}

.met_section_sehed {}

.met_section_head {
    height: 50px;
    color: #aaa;
    font-size: 12px;
    font-family: '宋体';
    line-height: 50px;
}

.met_section_head a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_section_head a:hover {
    color: #03af4d;
}

.met_ecoimg {
    padding: 0px 0 0px;
}

.met_article_heads {
    margin-top: 30px;
    position: relative;
    padding: 0;
    border-bottom: 2px solid #ececec;
    margin-bottom: 40px;
}

h3.met_related {
    color: #333333;
    display: inline-block;
    font-size: 22px;
    margin: 0 0 0px 0;
    padding: 10px 0;
    line-height: 24px;
    font-weight: normal;
    border-bottom: 2px solid #03af4d;
}

h3.met_related:before {
    width: 50px;
    height: 0px;
    margin: 0 auto;
    background: #03af4d;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    margin: 0 auto;
}

h3.met_related p {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}

.met_article_heads .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    color: #8d8d8d;
}

.met_article_heads .more:hover {
    color: #03af4d;
}

h3.met_related span {
    color: #03af4d;
}

h3.met_related .titleen {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-transform: Uppercase;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    top: 2px;
}

h3.met_related .titleen:before {
    width: 8px;
    height: 2px;
    margin: 0 auto;
    background: #03af4d;
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    margin: 0 auto;
}

.met_aside_product ul {
    list-style: none;
    border: 1px solid #03af4d;
    padding: 15px 30px 10px;
}

.met_aside_product ul li {
    margin-bottom: 10px;
}

.met_aside_product ul li a {
    text-align: center;
    display: block;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}

.met_aside_product ul li img {
    border: 1px solid #d2d2d2;
}

.met_aside_product ul li h4 {
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    background: #d2d2d2;
    color: #323333;
    overflow: hidden;
}

.met_aside_product ul li:hover img {
    border: 1px solid #03af4d;
}

.met_aside_product ul li:hover h4 {
    background: #03af4d;
    color: #fff;
}


/*yingyonganli*/

.met_relateds_yingyong {
    background: url(../images/relateds.jpg) no-repeat center;
    padding: 1px 0 70px;
    margin-bottom: -30px;
    margin-top: 30px;
}

.met_relateds_list {
    display: block;
    position: relative;
    margin: 0px -10px;
}

.met_relateds_list ul {}

.met_relateds_list ul.slides li {
    list-style: none;
    padding: 0px 0px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.met_relateds_list ul.slides li .details {
    padding: 2px 2px 0px;
    margin: 0 10px;
    background: #ffffff;
}

.met_relateds_list ul.slides li a {
    position: relative;
    display: block;
}

.met_relateds_list ul.slides li .desc {
    padding: 15px 20px;
    position: relative;
}

.met_relateds_list ul.slides li .desc i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    background: #cccccc;
    color: #fff;
}

.met_relateds_list ul.slides li img {
    display: block;
    width: 100%;
}

.met_relateds_list ul.slides li h5 {
    padding: 0px 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.met_relateds_list ul.slides li p {
    padding: 0px 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}

.met_relateds_list ul.slides li:hover h5,
.met_relateds_list ul.slides li:hover p {
    color: #fff;
}

.met_relateds_list ul.slides li:hover .details {
    background: #03af4d;
}

.met_relateds_list ul.slides li:hover .desc i {
    background: #fff;
    color: #03af4d;
}

.met_relateds_list .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    position: relative;
    font-size: 0px;
    margin: 0;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #cfcfcf;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
}

.met_relateds_list .flex-direction-nav li a.flex-prev {
    left: -50px;
    background: url(../images/product_left.png) no-repeat center;
    background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li a.flex-next {
    right: -50px;
    background: url(../images/product_right.png) no-repeat center;
    background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li:hover a.flex-prev {
    background: #03af4d url(../images/product_left_hover.png) no-repeat center;
    background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li:hover a.flex-next {
    background: #03af4d url(../images/product_right_hover.png) no-repeat center;
    background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li a.flex-disabled {
    display: block;
}

.met_relateds_list .flex-control-nav {
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    text-align: center;
}

.met_relateds_list .flex-control-nav li {
    margin: 0px;
}

.met_relateds_list .flex-control-nav li a {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    cursor: pointer;
    background: transparent;
    border: 1px solid #03af4d;
    position: relative;
}

.met_relateds_list .flex-control-nav li a.flex-active,
.met_relateds_list .flex-control-nav li a:hover {
    background: #03af4d;
    border: 1px solid #03af4d;
}

.news_related_list {
    margin: 0 -10px;
    padding-bottom: 30px;
    border-bottom: 0px solid #e1e1e1;
}

.news_related_list li {
    overflow: hidden;
    list-style: none;
    text-align: left;
    float: left;
    position: relative;
    margin: 0 10px;
    width: 590px;
}

.news_related_list li a {
    font-size: 14px;
    color: #323333;
    padding: 0 10px 0 15px;
    position: relative;
    border-bottom: 0px solid #eeeeee;
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_related_list li a:before {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    content: '';
    top: 50%;
    margin-top: -2px;
    background: #03af4d;
    border-radius: 100%;
}

.news_related_list li span.time {
    float: right;
    padding-right: 0px;
    color: #999999;
    background: #fff;
    padding-left: 10px;
    z-index: 1;
    position: relative;
}

.news_related_list li:hover a {
    color: #03af4d;
}

.nyabout {
    font-size: 15px;
    color: #666;
    line-height: 35px;
}

.met_editor {
    line-height: 2
}

.met_editor ul,
.met_editor ol {
    padding: 0 0 0 25px;
    margin: 0
}

.met_editor a {
    color: #1c57c4
}

.met_editor a:hover {
    text-decoration: underline
}

.met_editor img {
    max-width: 100%;
    height: auto!important;
}

.met_editor blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 4px solid #e8e8e8
}

.met_editor hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #e8e8e8;
    margin: 20px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.met_editor .metvideobox {
    text-align: center;
    visibility: hidden;
    margin: 10px auto;
}

.met_editor .video-js {
    max-width: 100%;
}

.met_editor table {
    width: 100%!important;
    margin-bottom: 1.6rem;
    border-spacing: 0!important;
    border-collapse: collapse!important;
    padding: 0!important;
    border: 0
}

.met_editor table td {
    border: 1px solid #e8e8e8!important
}

.met_editor table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: .7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #e8e8e8
}

.met_editor table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #e8e8e8
}

.met_editor #page_break .collapse {
    display: none
}

.met_editor #page_break .num {
    padding: 10px 0;
    text-align: center
}

.met_editor #page_break .num li {
    display: inline;
    margin: 0 2px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden
}

.met_editor #page_break .num li.on {
    background-color: #ccc;
    color: #fff;
    font-weight: bold
}

.metinfo-banner1 {
    overflow: hidden;
    margin: 0 auto
}

.met_pager {
    text-align: center;
    padding: 20px 0 10px
}

.met_pager a {
    border: 1px solid #e2dfdf;
    text-align: center;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    min-width: 38px;
    _width: 38px;
    text-align: center;
    display: inline-block;
    color: #474747;
    margin: 0 3px;
    background: #f0f0f0;
}

.met_pager a:hover {
    border: 1px solid #03af4d;
    color: #fff;
    background: #03af4d;
}

.met_pager .PreSpan,
.met_pager .NextSpan {
    height: 40px;
    line-height: 40px;
    min-width: 60px;
    _width: 60px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    color: #474747;
    display: inline-block;
    border: 1px solid #e2dfdf;
}

.met_pager .PreA,
.met_pager .NextA {
    height: 38px;
    line-height: 38px;
    min-width: 58px;
    _width: 58px;
    color: #474747
}

.met_pager .PreSpan,
.met_pager .PreA {}

.met_pager .NextSpan,
.met_pager .NextA {}

.met_pager .firstPage,
.met_pager .lastPage {
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    min-width: 40px;
    _width: 40px;
    color: #aaa
}

.met_pager .Ahover {
    font-weight: bold;
    border: 1px solid #03af4d;
    color: #fff;
    background: #03af4d;
}

.met_pager .PageText {
    margin-left: 10px;
    color: #aaa
}

.met_pager #metPageT,
#metPageB {
    text-align: center;
    border: 1px solid #e2dfdf;
    color: #474747;
    background: #fff;
}

.met_pager #metPageT {
    width: 20px;
    padding: 11px 5px 10px
}

.met_pager #metPageB {
    min-width: 40px;
    _width: 40px;
    padding: 9px 0;
    cursor: pointer;
}

*html .met_pager #metPageT {
    height: 13px;
    line-height: 13px
}

*html .met_pager #metPageB {
    padding: 0;
    height: 38px;
    line-height: 30px
}

*+html .met_pager #metPageT {
    height: 13px;
    line-height: 13px
}

*+html .met_pager #metPageB {
    padding: 0;
    height: 38px;
    line-height: 30px
}

.met_module1 {
    padding: 0px 10px 30px 10px
}

.met_module2 {
    padding: 20px 20px 30px 20px;
    border: 1px solid #e8e8e8;
}

.met_module2_list {
    padding: 0px 0px 10px;
    margin-top: -15px;
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 10px 15px 10px;
    position: relative;
}

.met_module2_list li .pic{ width: 130px; height: 80px; overflow: hidden; float: left; margin-right: 10px; }
.met_module2_list li .pic img{ object-fit: cover; }

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}

.met_module2_list li.list_3 img {
    position: absolute;
    left: 0;
    top: 15px
}

.met_module2_list li.list_3 span.time {
    position: static
}

.met_module2_list li .tit{ height: 30px; line-height: 30px; padding-right: 80px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.met_module2_list li .tit i{ margin-right: 10px; }
.met_module2_list li .tit .date{ width: 70px; font-size: 12px; font-weight: initial; position: absolute; right: 0; top: 0; color: #999; }
.met_module2_list li .jj{ font-size: 14px; line-height: 25px; color: #666; overflow: hidden; }

.met_module2 h1.met_title {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: center;
}

.met_module2 .met_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.met_module2 .met_time {
    padding-right: 6px
}

.met_module2 .met_source {
    padding-right: 6px
}

.met_module2 .met_source a {
    color: #607fa6
}

.met_module2 .met_editor {
    padding: 0 10px
}

.met_tools {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    position: relative;
    padding: 10px 10px 0;
    height: 50px;
    line-height: 50px
}

.met_tools .met_page {
    clear: both;
    position: absolute;
    right: 5px;
    top: 0;
    color: #818181
}

.met_tools .met_page li {
    display: inline;
    list-style: none;
    margin-left: 30px;
}

.met_tools .met_page li span {
    padding-right: 5px;
}

.met_tools .met_page a {
    color: #607fa6
}

.met_module3_list ul.lists_1 {
    list-style: none;
    margin: 0 -12px;
}

.met_module3_list ul.lists_1 li {
    float: left;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 20px;
    width: 304px;
}

.met_module3_list ul.lists_1 li a {
    text-align: center;
    display: block;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #eeeeee;
    padding: 2px;
    border: 0px solid #bfbfbf;
}

.met_module3_list ul.lists_1 li .img {
    padding: 0px;
    background: #fff;
    position: relative;
}

.met_module3_list ul.lists_1 li .product_detail {
    padding: 15px 20px;
    position: relative;
}

.met_module3_list ul.lists_1 li h2 {
    padding: 0px 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.met_module3_list ul.lists_1 li p {
    padding: 0px 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}

.met_module3_list ul.lists_1 li i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    background: #cccccc;
    color: #fff;
}

.met_module3_list ul a img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    width: 100%!important;
}

.met_module3_list ul.lists_1 li:hover a {
    border: 0px solid #03af4d;
    background: #03af4d;
}

.met_module3_list ul.lists_1 li:hover h2,
.met_module3_list ul.lists_1 li:hover p {
    color: #fff;
}

.met_module3_list ul.lists_1 li:hover i {
    background: #fff;
    color: #03af4d;
}

.xgcase {
    padding: 50px 0;
    background: url(../images/relateds.jpg) no-repeat center;
}

.xgcase .lmtit {
    text-align: left;
    margin-bottom: 30px;
}

.xgcase .lmtit .cn {
    font-size: 25px;
    color: #333;
    margin-bottom: 0px;
}

.xgcasenr {
    position: relative;
}

.xgcasenr .bd ul li {
    display: block;
    width: 25%;
    float: left;
}

.xgcasenr .bd ul li a {
    display: block;
    padding: 0 15px;
}

.xgcasenr .bd ul li .pic {
    overflow: hidden;
}

.xgcasenr .bd ul li .pic img {
    width: 100%;
    height: 245px;
    transition: all .5s;
}

.xgcasenr .bd ul li:hover img {
    transform: scale(1.1, 1.1);
}

.xgcasenr .bd ul li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background: #d8d7d7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xgcasenr .bd ul li:hover .tit {
    background: #03af4d;
    color: #fff;
}

.xgcasenr .prev,
.xgcasenr .next {
    opacity: .5;
    width: 40px;
    height: 60px;
    background: #a1a1a1;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: block;
    position: absolute;
}

.xgcasenr .prev:hover,
.xgcasenr .next:hover {
    opacity: 1;
}

.xgcasenr .prev {
    left: -60px;
    top: 50%;
    margin-top: -30px;
}

.xgcasenr .next {
    right: -60px;
    top: 50%;
    margin-top: -30px;
}

.showpro {
    position: relative;
}

.box {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tb-pic a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-thumb {
    margin: 10px 0 0;
    overflow: hidden;
    width: 370px;
}

.tb-thumb li {
    float: left;
    height: 60px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 60px;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    display: table;
}

.tb-thumb li a{ display: table-cell; text-align: center; vertical-align: middle; }

.tb-thumb li img{ vertical-align: middle; max-width: 60px; max-height: 60px; display: inline-block; }

.tb-thumb li a .fgc{ position: absolute; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.5); font-size: 30px; color: #fff; z-index: 9; width: 100%; border: 0px !important; }
.tb-thumb li.tb-selected div.table,.tb-thumb li.tb-selected div.cell{ background: none; border: 0px !important; }

.tb-s310,
.tb-s310 a {
    height: 370px;
    width: 370px;
}

.tb-s310,
.tb-s310 img {
    max-height: 370px;
    max-width: 370px;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-s40 a {
    *font-size: 35px;
}

.tb-s40,
.tb-s40 a {
    height: 60px;
    width: 60px;
}

.tb-booth {
    border: 1px solid #CDCDCD;
    position: relative;
    z-index: 1;
}

.tb-thumb .tb-selected {
    border-color: #03af4d;
}

.tb-thumb .tb-selected div {
    background-color: #FFFFFF;
    border: medium none;
}


div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

div.zoomDiv img {
    max-width: none !important;
}

.showprojj {
    min-height: 460px;
}

.showproleft * {
    transition: all 0.3s ease-in-out;
}

.showproleft {
    height: auto;
    padding-left: 400px;
    box-sizing: border-box;
}

.showproleft .title {
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 20px;
    color: #03af4d;
}

.showproleft .jj {
    line-height: 30px;
    color: #666;
    padding-bottom: 25px;
    font-size: 14px;
}

.showproleft .jj hr {
    display: block;
    height: 1px;
    background: #dfdfdf;
    border: none;
    margin: 7px 0;
}

.showproleft .price {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #098ed0;
}

.showproleft .advisory {
    display: block;
    width: 130px;
    height: 40px;
    background: #03af4d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #03af4d;
}

.showproleft .advisory:hover {
    background: #fff;
    color: #03af4d;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 50px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideTxtBox .hd ul {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 52px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.slideTxtBox .hd ul li.on {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
    color: #03af4d;
    font-weight: bold;
}

.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
    display: block;
    line-height: 35px;
    font-size: 15px;
}

#imglist ul.lists_1 {
    list-style: none;
    margin: 0 -12px;
}

#imglist ul.lists_1 li {
    float: left;
    text-align: center;
    overflow: hidden;
    width: 300px;
    margin: 0 12px auto;
    margin-bottom: 20px;
}

#imglist ul.lists_1 li figure {
    margin: 0;
}

#imglist ul.lists_1 li figcaption {
    font-size: 0;
    height: 0;
}

#imglist ul.lists_1 li a {
    text-align: center;
    display: block;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    font-size: 0;
    padding: 7px;
    text-align: center;
}

#imglist ul.lists_1 li h2 {
    font-size: 15px;
    padding: 0px 10px;
    font-weight: normal;
    color: #656565;
    overflow: hidden;
    height: 64px;
    line-height: 64px;
}

#imglist ul a img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    width: 100%!important;
}

#imglist ul a:hover h2 {
    color: #03af4d
}

#imglist ul.lists_2 {
    list-style: none;
}

#imglist ul.lists_2 li {
    padding: 0px 0px 20px;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
}

#imglist ul.lists_2 dt {
    float: left;
    position: relative;
    margin-right: 20px;
}

#imglist ul.lists_2 dt img {
    border: 1px solid #ddd;
}

#imglist ul.lists_2 dd h2 {
    padding: 0px 10px 10px 10px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

#imglist ul.lists_2 dd p {
    padding: 5px 10px 20px 10px;
    color: #666666;
    line-height: 28px;
}

#imglist ul.lists_2 dd .productmore a {
    width: 155px;
    height: 40px;
    background: #dadadc;
    line-height: 40px;
    padding: 10px 40px;
    color: #666666;
}

.tjwtBox {
    padding: 22px;
    width: 648px;
    background-color: #fff;
    font-family: 微软雅黑;
}

.tjwtBox h4 {
    padding-bottom: 14px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #676364;
    border-bottom: 1px solid #e8e8e8;
    font-weight: normal;
}

.tjwtBox .m_form {}

.tjwtBox .m_form li {
    margin-bottom: 13px;
    color: #777;
    height: 38px;
}

.tjwtBox .m_form label {
    display: inline-block;
    float: left;
    line-height: 36px;
    height: 36px;
    width: 77px;
    border: 1px solid #dedede;
    border-right-width: 0;
    text-align: center;
    background: #fff;
}

.tjwtBox .m_form .iptTxt {
    float: left;
    width: 252px;
    border: 1px solid #dedede;
    height: 16px;
    line-height: 16px;
    padding: 10px 0;
    outline: none;
    text-indent: 1em;
    background: #fff;
    color: #333;
}

.tjwtBox .m_form .btnTjly {
    width: 93px;
    height: 31px;
    background: #9d2737;
    border: none;
    cursor: pointer;
    color: #fff;
}

.tjwtBox .m_form li.yzm .iptTxt {
    float: left;
    width: 180px;
}

.tjwtBox .m_form .areLi label {
    height: 132px;
}

.tjwtBox .m_form .txtAre {
    float: left;
    width: 343px;
    height: 104px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #333;
    line-height: 18px;
}

.tjwtBox .m_form .btnSubmit,
.tjwtBox .m_form .btnReset {
    width: 161px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: none;
    background-color: #b3b3b3;
    cursor: pointer;
}

.tjwtBox .m_form .btnSubmit {
    margin-right: 10px;
    background-color: #03af4d;
    cursor: pointer;
}

.tjwtBox .m_form .areLi {
    height: 138px;
}

.sitemap {}

.sitemap dl {}

.sitemap dl dt {
    padding: 2px 15px 0px;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    line-height: 25px;
}

.sitemap dl dd {
    color: #666;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 30px;
}

.sitemap dl dd a {
    color: #666;
    padding-right: 8px;
    white-space: nowrap;
}

.inlink {
    padding: 20px 0;
    background: #f1f1f1;
}

.inlink .nr {
    padding-left: 100px;
    position: relative;
    line-height: 20px;
}

.inlink .nr .lmtit {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    position: absolute;
    width: 100px;
    line-height: 30px;
    left: 0;
    top: 0;
}

.inlink .nr a {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    font-size: 14px;
    margin: 5px 15px 5px 0;
}

.videoxf{ display:none; position:fixed; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:999; left:0; top:0; }
.videoxf .nr{ background:#fff; border-radius:8px; max-width:800px; margin:0 auto; position:relative; box-shadow:0 4px 16px 0 rgba(0,0,0,.08); }
.videoxf .nr .close{ display:block; width:20px; height:20px; background:#fff; border:1px solid #ccc; color:#666; line-height:20px; text-align:center; border-radius:50%; right:-10px; top:-10px; position:absolute; z-index:999; }
.videoxf .nr .close:hover{ background:#00923f; color:#fff; }
.videoxf .nr iframe{ display:block; width:100%; height:800px; border-radius:8px; }

.renews{ padding: 25px 15px 15px; background: #FFF; box-shadow: 0 5px 15px #eee; margin-top: 20px; }
.renews .slmtit{ font-size: 18px; line-height: 18px; font-weight: bold; color: #1b2229; margin-bottom: 10px; }
.renews .slmtit span{ color: #00923f; }
.renews .list{ padding: 0; }
.renews .list ul li{ position: relative; padding-right: 0; display: block; height: 40px; line-height: 40px; width: 100%; box-sizing: border-box; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #3e3e3e; }
.renews .list ul li i{  margin-right: 10px; }
.renews .list ul li:hover{ color: #09562a; }
.renews .list ul li .date{ display: none; position: absolute; right: 0; top: 0; color: #999; font-size: 12px; }

.renews.renews1{ box-shadow: initial; border: 1px solid #e8e8e8; }
.renews.renews1 ul{ width: 102%; margin-left: -1%; position: relative; }
.renews.renews1 ul li{ padding-right: 80px; width: 48%; margin: 0 1%; }
.renews.renews1 .list ul li .date{ display: block; }