﻿html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    color: #666;
    font: 14px/1.8 "Microsoft YaHei", arial, 宋體, sans-serif;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    margin: auto;
    width: 1200px;
}

.clear{
   
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nav ul>li:hover>a,.nav ul li a.cur,.two_nav ul li:hover a,.two_nav ul li.on a,.interlink__title, .seven ul li:hover h3,.interlink__list a:hover,.treepage ul>li:hover>a,.article ol li span,.article ol li:hover h4 {
    color: #05463e;

}
.swiper-pagination-bullet-active {
    background: #05463e !important;
}
.one ul li:hover .one1 {
 
    border-bottom: 3px solid #05463e;
}
.title:before,a.more,.five .swiper-slide p, .footer,.treepage h2,.newspage h3, .contactpage h3,.propage h3,.current{background: #05463e;}

    .five .swiper-button-next:after,.five .swiper-button-prev:after {
        color: #05463e !important;
    }
        .seven ul li:hover,.article ol li:hover {
        border-color: #05463e;
    }
    

.logo.fl {
    width: 300px;
    height: 100px;
    align-items: center;
    display: flex;
}

.nav {
    float: right;
    width: 800px;
}

.header {
    height: 100px;
}

.logo.fl img {
    display: block;
    max-width: 100%;
}

.logo.fl a {width: 100%;display: block;}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    line-height: 100px;
    padding: 0 16px;
    font-size: 18px;
}

.nav ul li ul {
    position: absolute;
    z-index: 222;
    background: rgba(255,255,255,0.56);
    width: 100%;
    top: 100px;
    left: 0;
    display: none;
}

.nav ul li ul li a {
    font-size: 14px;
    color: #222;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}

.nav ul li ul li {
    float: none;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul>li:hover>a,.nav ul li a.cur {
    font-weight: bold;
}

.banner_m {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}

.banner_m li img,.banner li img {
    width: 100%;
    display: block;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-button-next,.banner  .swiper-button-prev,.banner_m .swiper-button-next,.banner_m  .swiper-button-prev  {
    color: #fff !important;
}

.swiper-button-next {
    right: 3% !important;
}

.swiper-button-prev {
    left: 3% !important;
}

.one {
    padding: 50px 0;
}
.one ul li img {
    width: 100%;
    display: block;
    height: 300px;
}
.one1 h3 {
    text-align: left;
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.one1 h4 {
    text-align: left;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.o_more {
    color: #D4C09D !important;
    border: 1px solid #D4C09D;
    border-radius: 30px;
    padding: 8px 40px;
    margin-top: 15px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    outline: none;
    transition: .1s;
    font-weight: 500;
}
.one ul li {
    width: 290px;
    float: left;
    margin: 5px;
    position: relative;
}.one ul {
    overflow: hidden;
}
.one1 {
    position: absolute;
    z-index: 22;
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.one1 p {
    min-height: 38px;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    display: none;
    height: 75px;
    overflow: hidden;
}
.one ul li:hover .one1:after {
    content: '';
    width: 0px;
    height: 0;
    overflow: hidden;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -15px;
    background: none;
}.one ul li:hover .one1 p {
    display: block;
}
.one ul li:hover .one1 {
    background: rgba(255,255,255,0.9);
    color: #333;

}
.one ul li:hover {
    transform: scale(1.02);
    transition: all .5s;
    box-shadow: 0 0 8px #d5d5d5;
}
.title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.title h3 {
    font-size: 35px;
    color: #333;
}

.title p {
    font-size: 14px;
    color: #666;
}

.title:after {content: "";width: 200px;height: 1px;background: #ccc;position: absolute;
    left: 50%;bottom: 0;margin-left: -100px;}

.title:before {content: "";width: 10px;height: 10px;border-radius: 50%;border: 10px solid #fff;
    position: absolute;left: 50%;margin-left: -15px;bottom: -14px;z-index: 22;}

    a.more {
        color: #fff;
      
        border-radius: 30px;
        display: block;
        line-height: 1;
        cursor: pointer;
        text-align: center;
        transition: .1s;
        font-weight: 500;
        padding: 12px 31px;
        font-size: 14px;
        margin: auto;
        width: 212px;
        letter-spacing: 4px;
        margin-top: 40px;
    }
    .two {
        width: 100%;
        background: #fafafa;
        padding: 50px 0;
    }
    
    .two_nav ul {
        text-align: center;
    }
    
    .two_nav ul li {
        display: inline-block;
    }
    
    .two_nav ul li a {
        display: block;
        padding: 0 20px;
        font-size: 14px;
        color: #999;
        position: relative;
    }
    
    .two_nav ul li a:after {content: "/";position: absolute;right: 0;}
    
    .two_nav ul li:last-child a:after {
        display: none;
    }
    
   
    .two_box {
        margin-top: 20px;
    }
    
    .two_box ul {
        overflow: hidden;
    }
    
    .two_box ul li {
        width: 288px;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        position: relative;
    }
    
    .two_box ul li:nth-child(4n) {
        margin-right: 0;
    }
    
    .two_box ul li img {
        width: 100%;
        display: block;
        height: 174px;
    }
    
    .two_box ul li h3 {
        position: absolute;
        left: 3%;
        bottom: 4px;
        z-index: 222;
        color: #fff;
        text-align: center;
        width: 94%;
        background: rgba(0,0,0,0.53);
        border-radius: 32px;
        font-size: 14px;
        padding: 3px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .two a.more {
        margin-top: 25px;
    }
    .three {
        padding: 50px 0;
        width: 100%;
        overflow: hidden;
    }    
    .txt_tr.fr {
        width: 600px;
    }
   .three img{
        width: 550px;
        display: block;float:left;
    }
    
    .txt_tr.fr p {
        font-size: 16px;
        line-height: 32px;
        text-indent: 24px;
    }
    
    .txt_tr.fr a.more {
        width: 206px;
        float: left;
        padding: 20px 0;
    }
    .four {
        width: 100%;
        padding: 50px 0;
        position: relative;
    }
    
    .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }
    
    .bg img {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .four .title h3,.four .title p {
        color: #fff;
    }
    
    .four .title:before,.four .title:after {
        display: none;
    }
    
    .four .title {
        padding-bottom: 0;
    }
    
    .four ul {
        overflow: hidden;
    }
    .four ul {
        text-align: center;
    }
    
    .four ul li {
        color: #fff;
        display: inline-block;
        margin: 10px;
        width: 276px;
    }
    
    .four ul li h2 {
        font-size: 24px;
        color: #D4C09B;
    }
    
    .four ul li p {
        font-size: 14px;
    }
    .five {
        width: 1200px;
        padding: 50px 0;
        margin: auto;position: relative;
    }
    .five .swiper-slide {
        width: 520px;
    }
    .five .swiper-slide img{
        width: 100%;display: block;height: 436px;
    }
    .five .swiper-slide p {
        text-align: center;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px 0;
        width: 100%;
      
        color: #fff;
    }

    .five .swiper-button-next,.five .swiper-button-prev {
        top: 60%;
    }
    
    .five .swiper-button-next {
        right: 0 !important;
    }
    
    .five .swiper-button-prev {
        left: 0 !important;
    }
    .six {
        width: 100%;
        padding:0 0 50px 0;
     
    }
    
    .six .container {
        position: relative;
      
        overflow: hidden;
    }
    
    .six img {
        width: 99%;
        display: block;
        border: 1px solid #eee;
        margin: auto;height: 95px;
    }

    
    .seven {
        width: 100%;
        padding: 50px 0 40px 0;
    }
    .eight {
        width: 100%;
        position: relative;
        padding: 50px 0;
    }
    .eight ul {
        text-align: center;
    }
    
    .eight ul li {
        display: inline-block;
        width: 110px;
        margin: 0 18px;
        color: #fff;
        font-weight: bold;
        position: relative;
    }
    
    .eight ul li img {
        width: 65px;
        display: block;
        height:65px;
        margin: auto;
        margin-bottom: 10px;
      
    }
    
    .eight ul li:after {content: "→";position: absolute;right: -30px;top: 33px;font-size: 23px;}
    
    .eight ul li:last-child:after {content: "";}
    .interlink {
        width: 1200px;
        padding: 0 0 30px 0;
        border-top: 1px solid #ccc;
        margin: auto;
    }
    
    .interlink__inner {
        width: 100%;
    }
    
    .interlink__title {
        width: 84px;
        font-size: 20px;
        font-weight: bold;
        background: #fff;
        margin-top: -20px;
    }
    
    .interlink__list {
        overflow: hidden;
    }
    
    .interlink__list a {
        display: inline-block;
        margin: 7px 21px 6px 0;
        font-size: 14px;
    }
    .seven ul {
        overflow: hidden;
    }
    
    .seven ul li {
        width: 585px;
        float: left;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }
    
    .seven ul li:first-child {
        margin-right: 30px;
    }
    
    .seven ul li img {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    
    .seven ul li h3 {
        font-size: 17px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    
    .seven ul li p {
        font-size: 14px;
        height: 56px;
        overflow: hidden;
        margin-top: 5px;
    }
    
    .seven ul li:first-child {
        padding-bottom: 0;
        border: 0;
    }   
    .footer {
        width: 100%;
        overflow: hidden;
        padding: 50px 0 30px 0;border-top: 6px solid #a79377;
    
    }
    
    .footer ul {
        width: 12%;
        float: left;
    }
    
    .bottom_logo {
        float: left;
        width: 30%;
    }
    
    .ewm {width: 10%;float: left;text-align: center;}
    
    .footer .container {
        overflow: hidden;
    }
    
    .footer ul li a {
        color: #fff;
    }
    
    .footer ul h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .foot {
        color: #fff;
        padding-top: 30px;
        overflow: hidden;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .bottom {
        width: 100%;
        position: fixed;
        z-index: 222;
        left: 0;
        bottom: 0;
        display: none;
    }
    
    .bottom ul li {
        float: left;
        width: 33.3333333333%;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 3px 0;
    }
    
    .bottom ul li img {
        display: block;
        margin: 3px auto;
        width: 20px;
        height: 20px;
    }

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}
.main_m {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.pagel.fl {
    float: left;
    width: 240px;
    overflow: hidden;
}

.prduct_ul,.article{
    width: 900px;
    float: right;
}
.article ol li {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.main_top {
    padding: 10px 0;
}

.treepage h2 {
    color: #fff;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
}

.treepage ul li {
    width: 100%;
    border-top: 1px solid #edecec;
    line-height: 59px;
    background-color: #fff;
    text-align: center;
}

.treepage {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 2px 5px 35px 5px rgba(0,0,0,0.05);
}

.newspage h3, .contactpage h3,.propage h3{
    text-align: center;
    font-size: 22px;   margin-bottom: 5px;
    color: #fff;
    padding: 10px 0;
}

.newspage,.propage,.contactpage {
    margin-bottom: 15px; width: 100%;
  
}


.treepage ul li a {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.propage .con {
    overflow: hidden;
}

.propage .con ul li {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.propage .con ul li img {
    width: 100%;
    display: block;
    height: 180px;
    margin-bottom: 6px;
}


ul.subTree {
    display: none;
}

.treepage ul li ul li {
    height: 40px;
    line-height: 40px;background: #eee;
}

.treepage ul li ul li a {
    font-size: 14px;
}

.treepage ul li:hover ul {
    display: block;
}

.newspage ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 96%;
    margin: auto;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}

.newspage ul li a {
    font-size: 12px;
    display: block;
}

.contactpage .con {
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 6px;
}

.prduct_ul ul li {
    width: 280px;
    float: left;
    margin: 10px;
}

.prduct_ul ul li img {
    width: 100%;
    display: block;
    height: 256px;
}

.prduct_ul ul li h4 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    background: #eee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pading {
    margin: 20px auto;
    text-align: center;
}

.pading span,.pading a {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 13px;
}

.current {
    color: #fff;
}

.article ol li h4 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.article ol li span {
    display: block;
    font-size: 12px;
    margin: 5px 0;
}

.article ol li p {
    font-size: 14px;
    height: 52px;
    overflow: hidden;
}

.Article_content {
    width: 900px;
    float: right;
}

.Article_text {
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info {
    text-align: center;
    margin: 5px auto;
    color: #666;
}

.detail {
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

.main_next {
    position: relative;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #dfdfdf;
    margin-bottom: 20px;
}.main_next span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xgwz {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

h4.related {
    font-size: 20px;
    font-weight: bold;

    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 9px;
}

.xgwz ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.xgwz ul li a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xgcp ul li {
    width: 25%;
    text-align: center;
}

.xgcp ul li img {
    width: 96%;
    display: block;
    margin: auto;
    height: 180px;
}

.xgcp ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #666;
}
.xgcp{
    margin-bottom: 20px;
}
.page_c {
    width: 900px;
    float: right;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.page_c img {
    display: block;
}
div#preview {
    width: 900px;
    float: right;
}

.produt_box {
    overflow: hidden;
    border: 1px dashed #ccc;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.produt_box img {
    width: 374px;
    float: left;
}

.product_text.fr {
    width: 458px;
    float: right;
}

.product_content {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.product_content img {
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px){
    .header {
        width: 100%;
        position: relative;
    }
  
    .logo.fl {
        width: 80%;
        height: auto;
    }
    
    .header {
        height: 80px;
    }
    
.nav_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background:url("../image/close.png") no-repeat;
    display: block;
    z-index: 222;
}

.navs b {
    display: block;
    width: 25px;
    height: 2px;
    background: #075249;
    margin: 5px auto;
    border-radius: 4px;
    position: relative;
}

.navs {
    width: 25px;
    border-radius: 5px;
    position: absolute;
    top: 36%;
    right: 12px;
}

.container {
    width: 96%;
}

.nav ul li:hover ul {
    display: none !important;
}

.nav ul li {
    width: 100%;
    float: none;
    text-align: center;
}

.nav ul>li:hover>a, .nav ul li a.cur {
    color: #fff;
    background: none;
}

.nav ul li a {
    font-size: 16px;
    line-height: 52px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.nav {
    width: 50%;
    position: fixed;
    z-index: 22222;
    top: 0;
    right: 0;
    background: #075249;
    height: 100%;
    display: none;
}

.banner{
    display: none;
}
.banner_m{
    display: block;
}
.title h3 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.five .swiper-slide p {
    font-size: 12px;
    padding: 5px 0;
}

.two {
    padding: 5% 0;
}

.two_nav ul li a {
    font-size: 12px;
    padding: 0 11px;
}

.two_box {
    margin-top: 2%;
}

.two_box ul li {
    width: 48%;
    margin: 1%;
}

.two_box ul li img {
    height: 128px;
}

a.more {
    width: 145px;
    font-size: 12px;
    margin-top: 10px;
}

.two a.more {
    margin-top: 10px;
}

.one {
    padding: 5% 0;
}

.one ul li {
    width: 48%;
    margin: 1%;
}

.one ul li img {
    height: 228px;
}
.one1 {
    padding: 2%;
    width: 100%;
}

.one1 h3 {
    font-size: 18px;
}

.one1 h4 {
    font-size: 10px;
}

a.o_more {
    margin-top: 3%;
    padding: 5px 21px;
    font-size: 12px;
    margin-bottom: 2%;
}

.one1 p {
    font-size: 12px;
    height: 62px;
    margin-top: 5px;
}

.four {
    padding: 5% 0;
}

.four ul li {
    width: 21%;
    margin: 1%;
}

.four ul li h2 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.four ul li p {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.three {
    padding: 5% 0;
}

.three img{
    width: 45%;
    display: inherit;
    margin-right: 2%;
}

.txt_tr.fr {
    width: auto;
    float: none;
}

.txt_tr.fr p {
    font-size: 12px;
    line-height: 23px;
}

.txt_tr.fr a.more {
    padding: 10px 0;
    float: none;
}

.six {
    padding:0;
}

.six img {
    height: 63px;
}

.six .container {
    padding-bottom: 7%;
}

.seven {
    padding: 5% 0 4% 0;
}

.seven ul li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.seven ul li:first-child {
    margin-right: 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.seven ul li h3 {
    font-size: 14px;
}

.seven ul li p {
    font-size: 12px;
    height: 42px;
    margin-top: 0;
}
.eight {
    padding: 5% 0;
}

.eight ul li {
    width: 25%;
    margin: 0 0 3% 0;
    display: block;
    float: left;
}

.eight ul li img {
    width:60px;
    height:60px;
    margin-bottom: 3px;
}

.eight ul li:after {
    display: none;
}

.eight ul {
    overflow: hidden;
}

.interlink {
    width: 100%;
    padding: 3% 0;
}

.interlink__title {
    font-size: 16px;
    margin-top: -28px;
    text-align: center;
}

.interlink__list a {
    font-size: 12px;
    margin: 2%;
}

.footer ul {
    display: none;
}

.bottom_logo {
    display: none;
}

.ewm {
    display: none;
}

.footer {
    padding-top: 0;
    padding-bottom: 68px;
}

.five .swiper-slide img {
    height: 296px;
}

.bottom {
    display: block;background: #032b26;
}
.five {
    width: 100%;overflow: hidden;
    padding: 5% 0;
}
.main_m {
    width: 96%;
}

.pagel.fl {
    width: 100%;
    float: none;
}

.treepage ul li {
    width: 33.3%;
    float: left;
    height: 35px;
    line-height: 35px;
    border-top: 0;
}

.treepage ul {
    overflow: hidden;
}

.treepage ul li a {
    font-size: 12px;
}

.treepage h2 {
    height: 66px;
    line-height: 66px;
    font-size: 18px;
}

.treepage ul li:hover ul {
    display: none;
}

.newspage h3, .contactpage h3, .propage h3 {
    font-size: 18px;
}

div#preview {
    width: 100%;
    float: none;
}

.produt_box img {
    width: 100%;
    float: none;
}

.product_text.fr {
    width: 100%;
    float: none;
}

.produt_box {
    padding: 1%;
    width: 100%;
}
.prduct_ul, .article {
    width: 100%;
    float: none;
}

.prduct_ul ul li {
    width: 48%;
    margin: 1%;
}

.prduct_ul ul li img {
    height: 156px;
}

.prduct_ul ul li h4 {
    font-size: 14px;
    padding: 5px 0;
}

.pading span, .pading a {
    margin: 0 3px;
    font-size: 12px;
}
.propage .con ul li {
    width: 48%;
    float: left;
    margin: 1%;
}

.propage .con ul {
    overflow: hidden;
}

.propage .con ul li img {
    height: 160px;
}

.article ol li h4 {
    font-size: 14px;
}

.article ol li p {
    font-size: 12px;
    height: 42px;
}

.article ol li span {
    margin: auto;
}
.Article_content {
    width: 100%;
    float: none;
}

h4.related {
    font-size: 16px;
}

.xgcp ul li {
    width: 48%;
    margin: 1%;
}

.detail {
    font-size: 12px;
}

.info {
    margin: auto;
    font-size: 12px;
}

.Article_text {
    font-size: 18px;
}

.detail img {
    width: 100%;
    display: block;
    height: auto;
}

.main_next {
    margin: 10px auto;
    padding: 2% 0;
}

.xgwz {
    margin: 2% auto;
}
.page_c {
    width: 100%;
    float: none;
}

.page_c img {
    width: 100%;
    display: block;
    height: auto;
}
.main_tops {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}