/* 
* @Author: li
* @Date:   2020-03-26 15:07:09
* @Last Modified time: 2020-04-22 09:01:39
*/
@charset "UTF-8";
:root {
    --BORDER-b-COLOR: #e7e7e7;
}
ul,
li{
    list-style:none;
    padding: 0px;
}
body {
    font-family: 'Microsoft YaHei','SimHei',Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a{
    color: #333;
    text-decoration: none;
    transition: all .3s;
}
a:hover,a:active,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
    color: #00b22a;
    text-decoration:none;
}
.m-t-100{
     margin-top: 100px;
}
.m-t-50{
     margin-top: 50px;
}
.m-t-30{
     margin-top: 30px;
}
.m-t-20{
     margin-top: 20px;
}
.m-t-10{
     margin-top: 10px;
}
.m-b-100{
     margin-bottom: 100px;
}
.m-b-50{
     margin-bottom: 50px;
}
.m-b-30{
     margin-bottom: 30px;
}
.m-b-20{
     margin-bottom: 20px;
}
.m-b-10{
     margin-bottom: 10px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header-content{
    padding: 25px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.header-content .row .nav-left em{
    font-size: 18px;
    color: #999;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}
.logo img{
    width: 245px;
}
.service-tel{
    text-align: right;
    color: #00b22a;/*其他绿色也用此数值*/
}
.service-tel span.line {
    vertical-align: 8px;
}
.service-tel span:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px;
    font-style: oblique;

}
.header-content .nav-left.logo .service-tel {
   display: none;
}
.header-menu-bar {
    background: #fff;
    z-index: 99;
}
.header-menu-nav.menu-style-1 {
    margin: 0;
}
.header-nav > li,
.header-nav .menu-item-has-children {
    display: inline-block;
    margin: 0 30px;
    position: relative;
    line-height: 50px;
}
.header-nav .menu-item-has-children:nth-child(2) {
    padding-left: 0;
}
.header-nav .menu-item-has-children:last-child {
    padding-right: 0;
}
.header-nav > li a,
.header-nav .menu-item-has-children a {
    font-family: 'sofia_prosemibold';
    text-transform: uppercase;
    font-size: 14px;
}
.menu-item-has-children.arrow > a:after {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 6px;
}
.menu-on-mobile.style2 .btn-open-mobile span {
    background-color: #222;
    margin-bottom: 5px;
}
.menu-on-mobile.style2 .btn-open-mobile.home-page {
    width: 25px;
    padding: 0;
    margin: 18px 0 0 30px;
    cursor: pointer;
}
.more-btn{
    width: 64px;
    height: 64px;
    background: #00b22a;
    color: #fff;
    border-radius: 50%;
    display: block;
    line-height: 64px;
    margin: 0px auto;
    transition: all .3s;
}
.more-btn:hover{
    background: rgba(255,255,255,.7);
}
@media (max-width: 790px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 991px) {
.header-content .row .nav-right {
        display: none;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    .header-content .nav-left.logo span {
        display: none;
    }

}
@media (max-width: 991px) and (min-width: 700px) {
    .header-content .nav-left {
        display: inherit;
        width: 100%;
        text-align: center;
        float: inherit;
    }
    .header-content .nav-left.logo .service-tel {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 700px) and (min-width: 480px) {
    .header-content .nav-left.logo em {
        display: none;
    }
    .header-content .nav-left.logo .service-tel {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .header-content .nav-left.logo .service-tel span:nth-child(2) {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
/*    .header-content .nav-left {
        display: inherit;
        width: 100%;
        text-align: center;
        float: inherit;
    }*/
    .logo img{
        width: 215px;
    }
    .header-content .nav-left.logo em {
        display: none;
    }
    .header-content .nav-left.logo .service-tel {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
   .header-content .nav-left.logo .service-tel span:nth-child(2) {
    font-size: 14px;
    }
}


/*****PC导航****/
.header-menu-nav-inner {
    display: table;
    width: 100%;
}
.header-menu-nav.menu-style-1 .header-menu,
.header-menu-nav.menu-style-2 .header-menu,
.header-menu-nav.menu-style-3 .header-menu {
    display: table-cell;
    vertical-align: middle;
}
.header-menu-nav.menu-style-3 {
    background-color: #f5f5f5;
    margin: 0;
}
.header-menu-nav.menu-style-2 {
    background-color: #f5f5f5;
    margin: 0;
}
@media (max-width: 990px){
    .header-nav > li,
    .header-nav .menu-item-has-children {
        margin: 0 15px;
    }
}
@media (min-width: 790px) {
    .hidden-md {
        display: none !important;
    }
    .header-menu-nav.menu-style-1 .header-nav{
        text-align: center;
    }
    .header-menu-nav.menu-style-1 .header-nav > li > a {
        color: #666;
        font-size: 16px;
        text-decoration:none;
    }
    .header-menu-nav.menu-style-1 .header-nav > li.current > a{
       color: #00b22a; 

    }
    .header-menu-nav.menu-style-1 .header-nav > li > a:hover{
       color: #00b22a; 
       outline:none;
    }

}
.header-menu-nav.menu-style-2 .header-nav .menu-item-has-children {
    line-height: 60px;
    padding-bottom: 0;
    padding-top: 0;
}
.header-menu-nav.menu-style-2 .header-nav .menu-item-has-children:nth-child(2) {
    padding-left: 30px;
}
.header-menu-bar {
    margin: 0 0 0 0;
}
.header-menu-nav {
    z-index: 33;
}
.header-menu-nav.menu-style-1 {
    margin: 0;
}
.header-nav > li:after{
    content:"";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header-nav > li.current a{
    color: #00b22a;
}
.header-nav > li.current::after{
    content: "";
    width: 30px;
    background-color: #00b22a;
}
.header-nav .menu-item-has-children:nth-child(2) {
    padding-left: 0;
}
.header-nav .menu-item-has-children:last-child {
    padding-right: 0;
}
.header-nav > li a,
.header-nav .menu-item-has-children a {
    font-family: 'sofia_prosemibold';
    text-transform: uppercase;
    font-size: 14px;
}
.menu-item-has-children.arrow > a:after {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 6px;
}
.box-vertical-megamenus .menu-item-has-children.arrow > a:after {
    content: "\f105";
    float: right;
}
.header-nav li a:hover {
    color: #00b22a;
    background-color: transparent;
    outline:none;
}
.submenu-banner .col-md-4 {
    width: 240px;
}
.submenu-banner-menu-3 .col-md-4 {
    padding-bottom: 27px;
    width: 294px;
}
.submenu.parent-megamenu.megamenu {
    padding: 50px 30px 50px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-style-1 .header-nav .menu-item-has-children:nth-child(4) .submenu.parent-megamenu.megamenu {
    background-image: url("../images/home2/menu-banner-1.jpg");
    width: 900px;
}
.menu-style-1 .header-nav .menu-item-has-children:nth-child(5) .submenu.parent-megamenu.megamenu {
    background-image: url("../images/home2/menu-banner-2.jpg");
    width: 1170px;
}
.menu-style-2 .header-nav .menu-item-has-children:nth-child(4) .submenu.parent-megamenu.megamenu,
.menu-style-3 .header-nav .menu-item-has-children:nth-child(4) .submenu.parent-megamenu.megamenu {
    width: 900px;
}
.item-megamenu-sub .submenu.parent-megamenu.megamenu {
    padding-bottom: 20px;
}
.dropdown-menu-title {
    color: #222;
    font-size: 14px;
    font-family: 'sofia_promedium';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.dropdown-menu-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #e03737;
    width: 35px;
}
.submenu .menu {
    padding-left: 0;
}
.submenu .menu-item {
    margin: 0 20px;
    line-height: 34px;
}
.submenu.megamenu .menu-item {
    margin: 0;
}
.submenu .submenu-banner .menu-item {
    padding: 0;
    line-height: 24px;
    list-style: none;
}
.submenu .menu-item:last-child {
    border-bottom: none;
}
.submenu .menu-item a,
.submenu > .menu-item a {
    font-size: 14px;
    font-family: 'sofia_proregular';
    color: #666;
    font-weight: normal;
    text-transform: none;
    padding: 6px 0;
    display: inline-block;
    white-space: nowrap;
}
.submenu > .menu-item a {
    padding: 0;
}
.header-nav .dropdown-menu-info .shop-now {
    padding: 0px 18px;
    font-family: 'sofia_promedium';
    margin-top: 97px;
    margin-left: 19px;
}
.info-big {
    color: #f02222;
    font-size: 40px;
    font-family: 'sofia_prosemibold';
    text-transform: uppercase;
}
.info-big span {
    font-size: 16px;
}
.info-small {
    display: inline-block;
    line-height: 16px;
}
.title-template {
    display: table-cell;
    vertical-align: middle;
    line-height: 50px;
    text-align: right;
    width: 82px;
    font-size: 14px;
    font-family: 'sofia_prosemibold';
    color: #222;
    text-transform: uppercase;
}
.header-menu-nav.menu-style-2 .header-nav .menu-item-has-children:first-child {
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .header-nav .dropdown-menu-info .shop-now {
        margin-top: 133px;
    }
}



/********mobile导航*******/
.header-menu-nav .menu-on-mobile {
    background-color: #e03737;
    height: 61px;
    width: 130px;
    display: block;
    float: left;
    line-height: 61px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'sofia_promedium';
    font-size: 14px;
    cursor: pointer;
}
.header-menu-nav.menu-style-2 .menu-on-mobile {
    float: right;
}
.menu-on-mobile .btn-open-mobile.home-page {
    padding-top: 25px;
    padding-left: 12px;
    width: 30px;
}
@media (max-width: 1199px) {
    .submenu-banner-menu-3 .col-md-4 {
        width: 220px;
    }
}
@media (max-width: 790px) {
   .header-content .nav-left {
        display: inherit;
        width: 100%;
        text-align: left;
        float: inherit;
    }
    .header-content .nav-left.logo .service-tel{
        display: none;
    }
    .header-nav > li,
    .header-nav .menu-item-has-children {
        margin: 0 30px;
    }
    .header-nav > li a,
    .header-nav .menu-item-has-children a {
        font-family: 'sofia_proregular';
        font-size: 14px;
        text-transform: capitalize;
    }
    .wishlist-minicart {
        margin-right: 20px;
    }
    .wishlist-minicart {
        padding-top: 15px;
    }
    .search-hidden {
        padding-top: 13px;
    }
    .wishlist-minicart .fa {
        vertical-align: top;
    }
    .header-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -110%;
        width: 220px;
        -webkit-box-shadow: rgba(136, 136, 136, .23) 0 0 3px 0;
        box-shadow: rgba(136, 136, 136, .23) 0 0 3px 0;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        overflow-y: auto;
        padding: 15px 20px 20px;
    }
    .header-nav > li:after{
        display: none;
    }
    .header-menu-nav.menu-style-2 .header-nav .menu-item-has-children:nth-child(2) {
        padding-left: 0;
    }
    .header-menu-nav .header-nav .menu-item-has-children,
    .header-menu-nav .header-nav .menu-item-has-children,
    .header-menu-nav .header-nav li,
    .box-vertical-megamenus .vertical-menu-list > li {
        display: inline-block;
        padding: 0;
        /*width: 244px;*/
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #ebebeb;
    }
    .header-menu-nav .header-nav li li:first-child {
        border-top: 1px solid #ebebeb;
    }
    .header-nav > li,
    .header-menu-nav .header-nav .menu-item-has-children,
    .header-menu-nav.menu-style-2 .header-nav .menu-item-has-children {
        line-height: 39px;
    }
    .box-vertical-megamenus .vertical-menu-list > li {
        padding: 8px 0;
        position: relative;
    }
    .header-nav .menu-item-has-children > a:after,
    .box-vertical-megamenus .menu-item-has-children.arrow > a:after {
        display: none;
    }
    .header-nav.has-open {
        left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
    }
    .header-menu .submenu.parent-megamenu.megamenu,
    .header-menu .menu-item-has-children .parent-megamenu,
    .box-vertical-megamenus .menu-item-has-children .parent-megamenu {
        width: 100% !important;
        box-shadow: none;
        padding: 20px;
        background-image: none !important;
    }
    .header-menu .menu-item-has-children .parent-megamenu {
        padding: 0;
    }
    .submenu .menu-item a {
        padding: 0;
    }
    .vertical-menu-content .submenu .menu-item a {
        padding: 6px 0;
    }
    .box-vertical-megamenus.style2 .menu-item-has-children .parent-megamenu {
        padding: 20px 0;
    }
    .header-menu .submenu .menu-item {
        padding: 0;
        line-height: 35px;
        width: 220px;
    }
    .header-menu .menu-item-has-children .parent-megamenu,
    .box-vertical-megamenus .menu-item-has-children .parent-megamenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header-menu .menu-item-has-children.open-submenu .parent-megamenu,
    .box-vertical-megamenus .menu-item-has-children.open-submenu .parent-megamenu {
        display: block;
        max-width: 240px !important;
    }
    .header-nav .menu-item-has-children .toggle-submenu,
    .box-vertical-megamenus .menu-item-has-children .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: right;
        line-height: 46px;
    }
    .header-nav .menu-item-has-children.arrow .toggle-submenu:after,
    .box-vertical-megamenus .menu-item-has-children.arrow .toggle-submenu:after {
        content: "\f107";
        font-family: 'FontAwesome';
        display: inline-block;
    }
    .header-nav .menu-item-has-children.open-submenu .toggle-submenu:after,
    .box-vertical-megamenus .menu-item-has-children.open-submenu .toggle-submenu:after {
        content: "\f106";
    }
    
}
.header-menu ul.header-nav{
    margin-bottom: 0px;
}
.btn-close{
    text-align: right;
    font-size: 20px;
}
.mobile-menu{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #ececec;
    border-radius: 5px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
}
.mobile-menu .iconfont{
    font-size: 28px;
    color: #00b22a;
}
.banner  .swiper-wrapper .swiper-slide a img{
    width: 100%;
    max-height: 640px;
}
/*标题*/
.title h2{
        color: #000;
    }
@media (max-width: 768px) {
    .title h2{
        font-size: 24px;
    }
}
.title{
    margin: 50px auto;
    text-align: center;
}
.title p.lead{
    color: #999999;
}


/*页脚*/
footer{
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
}
.footer-logo-tel img{
    width: 280px;
}
.footer-logo-tel h3{
    font-size: 18px;
    color: #999;
    font-weight: none;
}
.footer-logo-tel .tel{
    margin-top: 20px;
    margin-left: 40px;
}
.footer-logo-tel .tel span{
    font-size: 24px;
    color: #27d24f;
    width: 100%;
    margin:10px 0px;
    font-style:italic;
    font-weight: bold;
    display: block;
    margin: 15px 0px;
}
.footer-logo-tel .tel span .iconfont{
    font-size: 24px;
    margin-right: 10px;
    vertical-align: -2px;
    font-style: normal;
    font-weight: normal;
}
.footer-logo-tel .addrs{
    margin-left: 40px;
}
.footer-logo-tel .addrs span{
    font-size: 16px;
}
footer .copyright{
    margin-top: 20px;
    padding: 20px 0px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-top: 1px solid #e1e1e1;
}
.site-map-nav dl{
    float: left;
    margin:0px 20px;
    width: 19%;
}
.site-map-nav dl dt{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #333;
}
.site-map-nav dl dd{
    font-size: 16px;
    line-height: 32px;
}
.site-map-nav dl dd a{
    color: #999;
}
/*站点快捷导航、热线、返回头部*/
.elevator{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    color: #666666;
    z-index: 100;
}
.elevator i{
    font-size: 18px;
}
.elevator p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.elevator .tel,.elevator .backtop{
    cursor:pointer;
    width: 60px;
    height: 60px;
    border:1px solid #cccccc;
    margin:5px 0px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.elevator .tel:hover,.elevator .backtop:hover{
    background: #00b22a;
    color: #fff;
    border:1px solid #00b22a;
}
/*.elevator .backtop{
    height: 54px;
    padding-top: 6px;
}*/
.elevator .tel i{
    line-height: 60px;
    font-size: 40px;
}
.tel-number{
    position: fixed;
    display: none;
    right: 70px;
    bottom: 120px;
    background: #fff;
    text-align: center;
    z-index: 99;
    background: #00b22a;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 60px;
    padding: 0px 15px;
}
.tel-number p{
    margin-top:0px;
    margin-bottom:10px;
}

/*二级菜单*/
.sub-menu{
   box-shadow: 0px 2px 3px rgba(0,0,0,.1);
   height: 60px;
   line-height: 60px;
   background: #fff;
}
.sub-menu .fl h3{
    font-size: 18px;
    font-weight: normal;
}
.sub-menu .fr ul{
    overflow: hidden;
    float: right;
    display: flex;
    justify-content: center;
    margin: 0px;
}
.sub-menu .fr ul li:nth-child(1) {
    margin-left: 0px;
}
.sub-menu .fr ul li{
    margin-left: 35px;
    position: relative;
    font-size: 16px;
}
.sub-menu .fr ul li:after{
    content:"";
    width: 100%;
    height: 3px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.sub-menu .fr ul li.current a{
    color: #00b22a;
}
.sub-menu .fr ul li.current::after{
    content: "";
    background-color: #00b22a;
}

.sub-page-tit{
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    position: relative;
}
.sub-page-tit .sub-title{
    position: absolute;
    text-align: left;
    padding-right: 20px;
    background: #fff;
    bottom: -23px;
}
.sub-page-tit .sub-title.right-sty{
    right: 0px;
    text-align: right;
    padding-left: 20px;
}
.sub-page-tit .sub-title h4{
    font-size: 24px;
    color: #000;
}

.page-content{
    line-height: 40px;
    font-size: 16px;

}
.page-content p{
    margin: 10px 0px;
    text-indent: 2em;
    text-align:justify;
    text-justify:distribute-all-lines; 
}
.page-content p img{
    max-width: 600px;
    margin: 30px auto;
}
/*荣誉资质*/
.Huour-list .swiper-slide a{
    text-align: center;
    font-size: 16px;
}
.Huour-list .swiper-slide a img{
    border:1px solid #ccc;
    padding: 5px;
    margin: 5px;
    height: 220px;
    max-width:280px;
}
.Huour-list .swiper-slide a p{
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*自定义分页器按钮*/
.custom-prev-next-btn{
    position: relative;
    margin-top: 35px;
    width: 120px;
    height: 65px;
    margin: 0px auto;
}
.custom-prev-next-btn .swiper-button-prev,.custom-prev-next-btn .swiper-button-next,.custom-prev-next-btn .swiper-button-disabled{
    width: 40px;
    height: 40px;
    background-image: url(../images/button-prev-next.png); 
    background-size: 100%;
    background-position: 0px 0px;
    opacity: 1;
    outline: none;
}
.custom-prev-next-btn .swiper-button-prev{
    background-position: 0px -160px;
}
.custom-prev-next-btn .swiper-button-next{
    background-position: 0px -200px;
}
.custom-prev-next-btn .swiper-button-prev:hover{
    background-position: 0px -40px;
    opacity: 1;
}
.custom-prev-next-btn .swiper-button-prev.swiper-button-disabled{
    background-position: 0px -0px;
    opacity: .5;
}
.custom-prev-next-btn .swiper-button-next:hover{
    background-position: 0px -120px;
    opacity: 1;
}
.custom-prev-next-btn .swiper-button-next.swiper-button-disabled{
    background-position: 0px -80px;
    opacity: .5;
}
/*合作伙伴*/
.pic-list-2{
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    padding: 0px 10px;
}
.pic-list-2 a{
    /*width: 280px;*/
    height: 141px;
    margin: 15px 0px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .3s;

}
.pic-list-2 a img{
    /*width: 70%;*/
    max-height: 70%;
    object-fit:cover;
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
    transition: all .3s;
    opacity:1;
}
.pic-list-2 a:hover{
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.pic-list-2 a:hover img{
    opacity:1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*内页详情页*/
.news-show {
    padding: 25px;
    background: #fff;
    margin-top: 25px;
}
.news-show .news-title{
    text-align: center;
    padding: 0px 0px 30px;
    margin: 0px auto 0px;
    border-bottom: 1px solid #e1e1e1;
}
.news-show .news-title h2{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 23px;
    color: #000;
}
.news-show .news-title .date{
    color: #999;
    font-size: 14px;
}
.news-show .news-content2{
    padding: 30px 0px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px auto 0px;
}
.news-show .news-content2 ul,.news-show .news-content2 li{
    list-style: disc;
    margin-left: 20px;
}
.news-show .news-content2 p{
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-show .news-content2 img{
    max-width: 600px;
    margin:15px auto;
    display: block;
}
.upDown {
    margin: 35px auto 57px;
    position: relative;
}
.upDown >p > a{
    font-size: 14px;
}
.upDown > p {
}
.upDown > .back {
    width: 150px;
    /*height: 45px;*/
    line-height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 5px;
}
.upDown > .back > a {
    width: 100%;
    height: 100%;
    display: block;
}
.upDown > .back:hover{
    background: #00b22a;
}
.upDown > .back > a:hover{
    color: #fff;
}
.upDown > .back > span {
    font-size: 16px;
    vertical-align: middle;
}
.upDown > .back > span.iconfont {
    font-size: 18px;
    margin-right: 15px;
}
.upDown > .back > a > span {
    font-size: 16px;
    vertical-align: middle;
}
.upDown > .back > a > span.iconfont {
    font-size: 18px;
    margin-right: 15px;
}
/*播放视频*/

.videos{
    display:none; 
    position:fixed; 
    left:50%; 
    top:50%; 
    margin-left:-500px; 
    margin-top:-300px; 
    z-index:100; 
    width:960px; 
    height:560px;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
    background: rgba(0,0,0,.5);
    padding: 20px;
}
.videos video{ 
    width: 100%;
    height: 100%;
}
.vclose { 
    position:absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; 
}
.videoed {
    display:none; 
    width:50px; 
    height:50px; 
    position: 
    absolute; 
    left:45%; 
    top:45%; 
    z-index:99; 
    border-radius:100%;
}

.float-fixed{
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    right: 0px; 
}