﻿@charset "utf-8";


body {
 
    font-family:'Microsoft YaHei','SimHei','SimSun','Microsoft Himalaya';
    font-size: 15px;
    line-height: 2;
}

/* 设置滚动条宽度 */
::-webkit-scrollbar {
    width: 0px;
}

/* 设置滚动条颜色 */
::-webkit-scrollbar-thumb {
    background: #fafafa;
}

    /* 设置滚动条被按住时的颜色 */
    ::-webkit-scrollbar-thumb:hover {
        background: #fbfbfb;
    }
a { text-decoration:none;
}



/*头部*/



.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1001;
}



    .header .logo-txt {
        display: none;
    }

.logo-txt-ch {font-weight:bold; font-size:18px; line-height:20px; margin-top:10px;
}
.logo-txt-e {font-size:12.1px;line-height:14px; 
}

    .header .menu {
        float: right;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(../images/menu1.png);
        background-position: center top;
        cursor: pointer;
        position: relative;
        margin: 50px;
         z-index: 9999;
    }

        .header .menu p {
            position: absolute;
            left: 0;
            top: 100%;
            margin-top: 10px;
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: #154C98;
            font-weight: lighter;
             z-index: 1001;
        }

    .header.active .logo, .index-page .header.active .menu {
        background-position: center bottom;
    }

    .header.active .menu p {
        color: #333;
    }
/*白色log*/
.logo-b .header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}

    .logo-b .header .logo {
        float: left;
        width: 150px;
        height: 27px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(../images/logo-b.png);
        background-position: center top;
        margin: 50px;
        display: inline-block;
    }
        .logo-b .header .logo img { display:none;
        }

    .logo-b .header .logo-txt {
        display: none;
    }

    .logo-b .header .menu {
        float: right;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(../images/menu.png);
        background-position: center top;
        cursor: pointer;
        position: relative;
        margin: 50px;
    }

        .logo-b .header .menu p {
            position: absolute;
            left: 0;
            top: 100%;
            margin-top: 10px;
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: #fff;
            font-weight: lighter;
        }

    .logo-b .header.active .logo, .index-page .header.active .menu {
        background-position: center bottom;
    }

    .logo-b .header.active .menu p {
        color: #fff;
    }

/*首页头部*/
#index { overflow:hidden; width:100%; height:100%;
}
#index .header .logo {
    float: left;
    width:350px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: none;
    background-position: center top;
    margin: 50px;
    margin-right: 40px; 
    margin-left:120px;
    margin-top:70px;
    z-index:1001;

}

#index .header .logo-txt {
    float: left;
    margin: 55px;
    margin-left: -40px;
      margin-top:75px;
    text-align: left;
    display: inline-block;
    color: #fff;
    opacity: 1;
}

#index .header .menu {
    float: right;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/menu.png);
    background-position: center top;
    cursor: pointer;
    position: relative;
    margin: 50px;
       z-index:1001;
}

    #index .header .menu p {
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-weight: lighter;
           z-index:1001;
    }






/*底部*/
.logo-b .rh_footer {
    background:#f4f4f4;
  
}


/*图片轮播部分*/
.rh_xcimg {
    height: 500px;
    width: 100%;
}
/*中间部分*/



.rh_centen {
    height: auto;
    width: 1200px;
    margin: 0px auto;
    text-align: left;
}

.rhrbg {
    background: url(../images/rhrbg.png) no-repeat;
    width: 1194px;
    height: 393px;
}

    .rhrbg ul {
        margin: 0px;
        padding: 0px;
        padding-top: 80px;
    }

        .rhrbg ul li {
            font-size: 14px;
            line-height: 30px;
            float: left;
            width: 360px;
            margin-right: 15px;
            margin-left: 15px;
        }
/*集成和快讯*/
.rhjcbg {
    width: 1194px;
    font-size: 14px;
    line-height: 30px;
}

.rhjcsy {
    width: 770px;
    float: left;
}

.rhjcsy_head {
    border-bottom: #FF6000 solid 1px;
    color: #FF6000;
    font-size: 26px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.rhjckx_head span {
    color: #666;
    font-size: 14px;
    margin-left: 200px;
}

.rhjcsy_centen {
    margin-top: 10px;
}

.rhjckx {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.rhjckx_head {
    border-bottom: #FF6000 solid 1px;
    color: #FF6000;
    font-size: 26px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.rhjckx table {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}


.rh_center_wbg {
    min-height: 620px;
    width: 1200px;
    margin: 0px auto;
    text-align: left;
    margin-top: 10px;
}

/*瑞华快讯*/
.rh_kx {
    width: 100%;
    margin: 0px auto;
}

    .rh_kx tr:nth-child(odd) {
        background: #d1f0fc;
    }

    .rh_kx tr:nth-child(even) {
        background: #F5F5F5;
    }

    .rh_kx th {
        line-height: 50px;
        background: #d1f0fc;
        border-bottom: #fff solid 5px;
        text-align: center;
    }

    .rh_kx td {
        line-height: 35px;
        padding-left: 20px;
        border-bottom: #fff solid 5px;
    }

    .rh_kx tr {
        background-color: expression((this.rowIndex % 2 == 0) ? "#d1f0fc" : "#F5F5F5" );
    }




.main {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #fff;
    margin-bottom:10px;
}

    .sec1 {
        height: 400px;
        background-repeat: no-repeat;
        text-align: center;
        background-position: center center;
        line-height: 400px;
        transition: all 1s;
        -webkit-transition: all 1s;
        opacity: 0;
    }

        .main .sec1.active {
            opacity: 1;
        }

        .main .sec1 h1 {
            vertical-align: middle;
            font-size: 90px;
            transition: all 3s 3s;
            -webkit-transition: all 3s 3s;
            position: relative;
            color: #fff;
            opacity: 0;
        }

        .main .sec1.active h1 {
            opacity: 1;
        }



    .main .sec2 {
        width: 1200px;
        margin: 0px auto;
        text-align: left;
        padding: 50px;
     
    }

.sec3 {
    padding: 100px 0 120px;
}

    .sec3 .inner {
        width: 1200px;
        margin: 0px auto;
    }


.sec4 {
    padding:10px 0px;
    background:#F5F5F5;

}
.sec4 .sec2 { background:#fff;
             box-shadow:0 0 5px rgba(0,0,0,0.1);
             padding:0 60px 130px;
             margin-top:10px;

}

.it-service .main .inner {
    width: 1200px;
    margin: 0px auto;
    padding: 0 0 80px;
}

.item-title {
    padding: 40px 0 20px;
    text-align: center;
}

    .item-title h1 {
        font-size: 36px;
        color: #393939;
        margin-bottom: 20px;
    }

    .item-title p {
        font-size: 16px;
        color: #a7a9b7;
        margin-bottom: 20px;
    }

    .item-title .line {
        width: 40px;
        height: 4px;
        background-color: #285097;
        margin: 40px auto 0;
    }

.row-col-4 li {
    width: 47.8%;
    margin-right: 0;
    margin-bottom: 1.2rem;
}


.row-col-4 {
    font-size: 0;
}

    .row-col-4 li {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-right: 2%;
        margin-bottom: 30px;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
        background: #fff;
    }

        .row-col-3 li:nth-child(3n), .row-col-4 li:nth-child(4n) {
            margin-right: 0;
        }

        .row-col-3 li .row-3-img, .row-col-4 li .row-4-img {
            position: relative;
        }

            .row-col-3 li .row-3-img img, .row-col-4 li .row-4-img img {
                width: 100%;
            }


.it_product li {
    padding: 20px;
}

    .it_product li h3 {
        font-size: 20px;
        margin: 10px 0 20px;
        text-align: center;
        height: 50px;
        line-height:1.5;
    }

    .it_product li p {
        font-size: 14px;
        color: #666;
        padding: 0 5px 0;
        margin-bottom: 30px;
        line-height: 26px;
        max-height: 100px;
        min-height: 100px;
        display: block;
        overflow: hidden !important;
        text-align: center;
    }

    /*技术白皮书，测试报告*/
.js-bps {   text-align:left;
        
}
.js-bps li{  padding:15px; width:20%; display:inline-block; background:#fff; margin-right:2%; margin-top:2%;
}
   
.js-bps .js-bps-img {   padding:1rem;   position:relative; background:#f8f8f8;text-align:center; z-index:1;
    }

   .js-bps .js-bps-img img { padding:2rem;  width:60px; height:60px;
    }

    .js-bps li h4 { font-size:100%; color:#333; padding:0.5rem; z-index:999; height:4rem; overflow:hidden;
    }
    .js-bps li p { padding:0rem 0.5rem;
    }
        .js-bps li p span { padding:2rem 1.5rem;
        }
.rhyl { background: url(../images/rhyl.png) no-repeat;  width:20px; height:20px;  
}
.rhxz {background: url(../images/rhxz.png) no-repeat;width:20px; height:20px;   margin-left:28%
   
}


.row-col-4 li .row-4-img {
    position: relative;
}

    .row-col-4 li .row-4-img img {
        width: 100%;
    }

.row-col-3 li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3.8%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.it_demo li h3 {
    font-size: 18px;
    line-height: 2.5;
    padding: 0.7rem 0.6rem 0.3rem !important;
    text-align: center;
    padding-bottom: 15px;
}

.it_demo li p {
    font-size: 0.6rem;
    padding: 0 0.6rem 0.5rem;
    line-height: 26px;
}

.it-service-new li .row-3-img img {
    height: auto !important;
}

.it-service-new li .row-3-img {
    padding: 10px 5px 5px !important;
    height: auto !important;
}

.it-service-new li .row-3-img {
    padding: 40px 15px 15px;
}

    .it-service-new li .row-3-img img {
        height: 189px;
    }





    /*.response-page.page2 .main .sec2 .inner {
        position: relative;
        overflow: hidden;
    }

    .response-page.page2 .main .sec2 .box {
        display: block;
        -webkit-display: block;
    }

        .response-page.page2 .main .sec2 .box:last-child {
            margin-bottom: 0;
        }

        .response-page.page2 .main .sec2 .box .img-box {
            width: 100%;
        }

            .response-page.page2 .main .sec2 .box .img-box img {
                width: 100%;
            }

        .response-page.page2 .main .sec2 .box:nth-child(odd) .img-box img {
            left: 0;
        }

        .response-page.page2 .main .sec2 .box:nth-child(even) .img-box img {
            right: 0;
        }

        .response-page.page2 .main .sec2 .box .text-box {
            width: 100%;
        }

        .response-page.page2 .main .sec2 .box:nth-child(odd) .text-box {
            right: 0;
        }

        .response-page.page2 .main .sec2 .box:nth-child(even) .text-box {
            left: 0;
        }

        .response-page.page2 .main .sec2 .box .text-box .cover {
            position: static;
            background-color: #fff;
            padding: 2rem 1.75rem;
        }

            .response-page.page2 .main .sec2 .box .text-box .cover h3 {
                font-size: 1.5625rem;
                margin-bottom: 0.6875rem;
            }

            .response-page.page2 .main .sec2 .box .text-box .cover h4 {
                margin-bottom: 0.75rem;
                font-size: 1rem;
            }

            .response-page.page2 .main .sec2 .box .text-box .cover h5 {
                font-size: 0.75rem;
                line-height: 1.3125rem;
                margin-bottom: 0.625rem;
            }

            .response-page.page2 .main .sec2 .box .text-box .cover p {
                font-size: 0.75rem;
                line-height: 1.3125rem;
                max-height: none;
            }

.response-page.page2 .main .sec2 {
    background-color: #f4f4f4;
    position: relative;
    z-index: 2;
    padding-bottom:0px;
  
}

    .response-page.page2 .main .sec2 .inner {
        top: -200px;
        position: relative;
        overflow: hidden;
    }

    .response-page.page2 .main .sec2 .box {
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }

        .response-page.page2 .main .sec2 .box:nth-child(even) {
            flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
        }

        .response-page.page2 .main .sec2 .box .img-box {
            width: 50%;
        }

            .response-page.page2 .main .sec2 .box .img-box img {
                width: 100%;
                transition: all 1s;
                -webkit-transition: all 1s;
                opacity: 0;
                position: relative;
            }

        .response-page.page2 .main .sec2 .box:nth-child(odd) .img-box img {
            left: -100%;
        }

        .response-page.page2 .main .sec2 .box:nth-child(even) .img-box img {
            right: -100%;
        }

        .response-page.page2 .main .sec2 .box.active .img-box img {
            opacity: 1;
        }

        .response-page.page2 .main .sec2 .box:nth-child(odd).active .img-box img {
            left: 0;
        }

        .response-page.page2 .main .sec2 .box:nth-child(even).active .img-box img {
            right: 0;
        }

        .response-page.page2 .main .sec2 .box .text-box {
            width: 50%;
            position: relative;
            transition: all 1s;
            -webkit-transition: all 1s;
            opacity: 0;
        }

        .response-page.page2 .main .sec2 .box:nth-child(odd) .text-box {
            right: -100%;
        }

        .response-page.page2 .main .sec2 .box:nth-child(even) .text-box {
            left: -100%;
        }

        .response-page.page2 .main .sec2 .box.active .text-box {
            opacity: 1;
        }

        .response-page.page2 .main .sec2 .box:nth-child(odd).active .text-box {
            right: 0;
        }

        .response-page.page2 .main .sec2 .box:nth-child(even).active .text-box {
            left: 0;
        }

        .response-page.page2 .main .sec2 .box .text-box img {
            width: 100%;
        }

        .response-page.page2 .main .sec2 .box .text-box .cover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
            -webkit-display: flex;
            -webkit-align-items: flex-start;
            -webkit-justify-content: center;
            -webkit-flex-direction: column;
            padding: 0px;
        }

            .response-page.page2 .main .sec2 .box .text-box .cover h3 {
                font-size: 45px;
                color: #333;
                margin-bottom: 12px;
                max-width: 100%;
            }

            .response-page.page2 .main .sec2 .box .text-box .cover h4 {
                font-weight: normal;
                font-size: 20px;
                color: #333;
                line-height: 34px;
                height: 300px;
                margin-bottom: 16px;
                text-align: left;
                padding: 0px 30px;
                width:90%;
            }

            .response-page.page2 .main .sec2 .box .text-box .cover h5 {
                font-size: 14px;
                color: #333;
                line-height: 30px;
                font-weight: normal;
                margin-bottom: 20px;
                max-width: 100%;
                height: 80px;
            }

            .response-page.page2 .main .sec2 .box .text-box .cover p {
                font-size: 14px;
                color: #999;
                line-height: 30px;
                max-height: 90px;
                overflow: auto;
                max-width: 100%;
            }*/


/**集成**/
/*.yewu-list li .row-4-img{height: 123px;}
.yewu-list li .row-4-img img{height: 100%;width: 100%;object-fit: cover;}*/
.yw-service .main {
    background-color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 120px;
}

    .yw-service .main .inner {
        width: 1200px;
        margin: auto;
    }

.yw-service .it-news {
    background-color: #fff !important;
}

.yewu-list li {
    padding: 10px 10px;
    margin-bottom: 0;
}

    .yewu-list li h3 {
        font-size: 20px;
        margin: 20px;
        padding-bottom: 10px;
        font-weight: normal;
        color: #003475;
        text-align: center;
        border-bottom: 1px solid #003475;
        font-weight: bold;
    }

    .yewu-list li p {
        font-size: 14px;
        color: #666;
        padding: 10px;
        line-height: 26px;
        text-align: center;
        display: block;
        height: 150px;
    }

.yw-service .row-col-4 li {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
/*运维*/
.gc-service .main {
}

    .gc-service .main .sec2 {
        width: 1200px;
        margin: 0px auto;
        padding: 0px;
    }

.gc-list {
    text-align: center;
}

    .gc-list li h3 {
        font-size: 20px;
        margin: 15px 15px 0;
        color: #1d2736;
        text-align: center;
        font-weight: bold;
    }

    .gc-list li p {
        font-size: 14px;
        color: #666;
        padding: 10px;
        line-height: 22px;
        text-align: center;
        height: 100px;
        overflow: hidden;
    }

.gc-service .row-col-3 li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 4.5%;
    margin-bottom: 68px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
    padding: 20px;
}

.gc-service .row-3-img {
    position: relative;
}


/*政采*/


#purchase .main {
    background-color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 120px;
}

    #purchase .main .inner {
        width: 1250px;
        margin: auto;
    }

#purchase .it-news {
    background-color: #fff !important;
}

#purchase .yewu-list li {
    padding: 10px 10px;
    margin-bottom: 0;
}

    #purchase .yewu-list li h3 {
        font-size: 20px;
        margin: 20px 10px;
        margin-bottom: 5px;
        padding-bottom: 10px;
        font-weight: normal;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #003475;
        font-weight: bold;
        height: 60px;
        vertical-align: middle;
    }

    #purchase .yewu-list li p {
        font-size: 13px;
        color: #666;
        padding: 10px;
        padding-top: 0px;
        line-height: 26px;
        text-align: center;
        display: block;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#purchase .row-col-4 li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 1%;
    margin-bottom: 1%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}


.purchase {
}

.purchase-cen {
    text-align: center;
    width: 1200px;
    margin: 0px auto;
    padding: 50px;
}

    .purchase-cen ul li {
        width: 350px;
        height: 140px;
        display: inline-block;
        margin: 10px 10px;
        text-align: left;
    }

.purchase-cen-1 {
    background: url(../images/soft9.png) no-repeat;
    height: 140px;
    width: 350px;
}

.purchase-cen-2 {
    background: url(../images/soft10.png) no-repeat;
    height: 140px;
    width: 350px;
}

.purchase-cen ul li h3 {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    width: 100px;
    text-align: center;
    padding-top: 12%;
}

.purchase-cen ul li span {
    display: inline-block;
    margin-left: 30px;
    width: 160px;
    vertical-align: top;
    padding-top: 10%;
}

.purchase-cen .purchase-cen-2 h3 {
    padding-top: 14%;
}

.purchase-list li {
    opacity: 0;
    animation: show-li 1s ease-in-out forwards;
}

@keyframes show-li {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}








/*资质*/
.certinfo-zz {
    width: 540px;
    display: inline-block;
    vertical-align: top;
    margin-top:10px;

}

    .certinfo-zz ul li {
        background: url(../images/rhdd.png) no-repeat left 0 top 50%;
        padding-left: 20px;
        line-height: 2;
        margin-left: 10px;
    }

.certinfo-rz {
    width: 100%;
    clear: both;
}

    .certinfo-rz h4 {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        width: 90%;
        margin-left: 20px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .certinfo-rz ul li {
        height:230px;
        width: 120px;
        text-align: center;
        float: left;
        margin-left: 3%;
        font-size: 12px;
        margin-bottom: 1%;
      
    }

        .certinfo-rz ul li img {
            width: 120px;
            height: 161px;
            padding: 5px;
        }

        .certinfo-rz ul li span {
            padding: 5px;
        }

    .certinfo-rz .swiper-slide {
        display: inline-block;
        width: 120px;
    }


        .certinfo-rz .swiper-slide img {
            width: 120px;
            height: 161px;
            padding: 5px;
        }

        .certinfo-rz .swiper-slide span {
            display: block;
            width: 110px;
            font-size: 12px;
            padding-left: 10px;
        }

    .certinfo-rz .mn-wrap1 {
        width: 1100px;
        margin-left: 50px;
    }




#case .main { 
  
    margin:auto;
    background: #fff;
    width:100%;
  padding: 0px;
  padding-top:90px;
}

#case .sec1 {
    width: 100%;
  
}

#case .sec2 {
    width: 1090px;
    padding: 20px;
        margin-bottom:80px;
        background:#fff;
        min-height:700px;
 
}

    #case .sec2 h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 70px;
        text-align: center;
        color: #333;
        margin-bottom: 10px;
    }


    #case .sec2 p {
        /*text-indent: 2ch;*/padding:0.3rem 1rem;
    }

    #case .sec2 img {
        width:auto;
        max-width: 800px;
        height: auto;
        margin:auto;
        display:block;
    }
  
.message {
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
    margin-bottom:15px;
}

    .message h1 {
        color: #000;
    }

.message-s {
    margin: 0 16px;
}
/*.message-l{display: inline-block; position: relative; top:-3px; right: 45px; content: ""; width: 250px; height: 0px; border-bottom: 1px solid #999999;}
.message-r{display: inline-block; position: relative; top:-3px; left: 45px; content: ""; width: 250px; color: #fff; height: 0px; border-bottom: 1px solid #9d9d9d;}*/


#case .main .sec1 {
    height: 100%;
}

#case .main {
    min-height: 750px;
    background: #fff;
}

#news_list .rh_footer {
    bottom: 0px;
    background: #fafafa;
    margin-bottom: 0px;
    padding-top: 10px;
}

#news_list .main .sec1 {
    height: 300px;
}
/*快讯详细*/

#news_show .main { 
    
    
    margin:auto;
    background: #fff;
    width:100%;
  padding: 0px;
  padding-top:90px;
}
    #news_show .main .sec1 {
        height:100%;
    }

#news_show .sec2 h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    color: #000;
}

#news_show .sec2 {
   width:1090px;
    margin: auto;
    padding: 20px;
    margin-bottom:80px;
   
}

    #news_show .sec2 .entry {
       
        margin: auto;
    }
#news_show .entry img {
    width:auto;
    max-width:800px;
    height:auto;
    display:block;
    margin:auto;
}
#news_show  .entry p {
    text-indent: 2em;
    padding:0.3rem 1rem;
}

/*详细也头部*/
.header1 {
    background: #fff;
    position:fixed;
    width:100%;
    z-index:9999;
    box-shadow:0 1px 20px rgba(0, 0, 0, 0.2); 
}

.header1-cen {
    width: 1200px;
    margin: auto;
}

.header1 .logo {
    width: 150px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/logo-l.png);
    background-position: center;
    line-height: 80px;
}

.header1 ul li {
    display: inline-block;
    width: 10%;
    font-size: 18px;
    line-height: 90px;
    vertical-align: middle;
}

    .header1 ul li a {
    }


/*#news_list .message{text-align: center;font-size: 14px;color: #797979;margin: 40px 0 30px;overflow: hidden;}
 #news_list .message h1 { color:#000;
}
#news_list .message-s{margin: 0 16px;}
#news_list .message-l{display: inline-block; position: relative; top:-3px; right: 45px; content: ""; width: 370px; height: 0px; border-bottom: 1px solid #999999;}
#news_list .message-r{display: inline-block; position: relative; top:-3px; left: 45px; content: ""; width: 370px; color: #fff; height: 0px; border-bottom: 1px solid #9d9d9d;}*/

.contact-page  .sec2 ul li{vertical-align:middle; margin-top:20px; height:30px;  display: flex;
  align-items: center;
} 
    .contact-page .sec2 ul li img { width:25px; height:25px; display:inline-block; 
    }
    .contact-page .sec2 ul li span {  margin-left:10px; display:inline-block; 
    }
     .contact-page-cen {display:inline-block; width:500px; vertical-align:top;
    }

.dplayer{ width:700px;  margin:auto;
}
.dplayer-video-wrap { width:700px;  margin:auto;
}

/*手机*/
@media only screen and (max-width:1024px) {
    html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size:29px;}
	body{
		 font-size: 80%;
	}
     #index { overflow:auto;
            }
         .header .logo {
        float: left;
        width: 2rem;
        height: 27px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(../images/logo-l.png);
        background-position: center top;
        margin: 50px;
        display: inline-block;
    }
 .logo-txt-ch {font-weight:bold; font-size:1.2rem; line-height:1.5; margin-top:10px;
}
.logo-txt-e {font-size:0.8rem; line-height:1;
}

#index .header .logo {
   float: left;
    width: 50%;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: none;
    background-position: center top;
    margin: 50px;
    margin-right: 40px;
    margin-left:80px;
    margin-top:70px;
    z-index:1001;
}

/*#index .header .logo-txt {
    float: left;
    margin: 55px;
    margin-left: -40px;
      margin-top:50px;
    text-align: left;
    display: inline-block;
    color: #fff;
    opacity: 1;
}*/

#index .header .menu {
    float: right;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/menu.png);
    background-position: center top;
    cursor: pointer;
    position: relative;
    margin: 50px;
       z-index:1001;
}

.contact-page  .sec2 ul li{vertical-align:middle; margin-top:20px; height:3rem;  display: flex;
  align-items: center;
} 
    .contact-page .sec2 ul li img { width:1.8rem; height:1.8rem; display:inline-block; 
    }
    .contact-page .sec2 ul li span {  margin-left:10px; display:inline-block;  font-size:1.3rem; 
    }
       .contact-page .sec2  h3{ font-size:1.5rem;}
    .contact-page-cen {display:inline-block; width:100%; vertical-align:top;
    }


       .certinfo-rz ul li {font-size:0.9rem; width:20%;
    }
        .certinfo-rz ul li img { display:block;
        }
    .certinfo-hx { display:none;
    }
    .certinfo-rz .swiper-slide span {font-size:0.9rem;
    }
    #news_show .entry p {
     font-size:0.9rem;}


   

}

.centerpd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ecology_col_pc {
    width: 20%;
    padding: 0px 8px;
    float: left;
    margin-bottom:10px;
}
.pagehome-eletype-3 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 0px 5px;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.pagehome-eletype-3 span {
    display: block;
}

.pagehome-eletype-3  img {
    border: 0;
    max-width: 100%;
}