﻿
.top_bg{ height:9.4rem; width:100%;position: relative;z-index: 99;background:#fff;}
.top_bg:before{content: "";width: 100%;height: 3.1rem;background: #00396d;position: absolute;bottom: 0;left: 0;z-index: -1;}
.header{width: 83.33%;margin: 0 auto;}
.h_con{height: 6.3rem;overflow: hidden;}
.logo{ width:15%; height:6.3rem;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 1.2rem;color: #333;padding: 1.5rem 0 0 1rem;line-height: 1.6rem;margin-left: 0.8rem;position: relative;}
.h_dw:before{content: "";width: 1px;height: 5rem;position: absolute;top: 1rem;left: 0;background: linear-gradient(to bottom,  #ffffff 0%,#d2d2d2 50%,#ffffff 100%);}
.h_dw i{color: #ed6c00;}
.h_dw span{display: block;font-size: 1rem;font-weight: normal;}
.h_honor{width: 38.75%;padding-top: 1.7rem;}
.h_honor p{font-size: 0.8rem;color: #666;line-height: 1.4rem;float: left;width: 40%;position: relative;padding-left: 1rem;box-sizing: border-box;}
.h_honor p:before{content: "";width: 0.3rem;height: 0.3rem;background: rgba(255,255,255,1);border: #b7b7b7 0.1rem solid;border-radius: 50%; position: absolute;top: calc(50% - 0.25rem);left: 0;}
.h_honor p:nth-child(2n){width: 60%;}
.h_tel{padding: 1.2rem 0 0;height: 3.5rem;display: flex;align-items: center;font-size: 1.3rem;color: #ed6c00;}
.h_tel em{width: 2.3rem;height: 2.3rem;line-height: 0;overflow: hidden;padding-right: 0.5rem;}
.h_tel em img{width: 2.3rem;height: 2.3rem;}
.h_tel b{line-height: 1.4rem;}
.h_tel i{display: block;font-size: 0.8rem;color: #333;font-weight: normal;}
.h_nav{ width: 100%; height:3.1rem;}
.h_nav li{height: 3.1rem;position: relative;float: left;}
.h_nav li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.12);position: absolute;top: 0;right: 0;}
.h_nav li:after{content: "";width: 1px;height: 100%;background: rgba(0,0,0,0.4);position: absolute;top: 0;right: -1px;}
.h_nav li>a{ font-size:0.9rem; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 3.1rem;line-height: 3rem;padding: 0 2.4rem;}
.h_nav li>a:after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background: #ed6c00;-webkit-transition:all .4s;transition:all .4s;z-index: -1;}
.h_nav li>a:hover:after,.h_nav li.cur>a:after{height: 100%;}
.h_nav ul li:first-child a{padding: 0 3rem;}

.btm{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

em,i{font-style: normal;}

.submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 0.6rem !important;
            overflow: hidden;
        }
        
        .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 0.5rem 0.5rem;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -1rem;
            left: 50%;
            margin-left: -0.5rem;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 0.9rem 0 1.6rem;
            font-size: 0.8rem;
            color: #333333;
            line-height: 2.5rem;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #333333;
            text-align: left;
        }
        
        .submenu a:last-child {
            border-bottom: 0
        }
        
        .submenu a:before {
            position: absolute;
            content: "";
            width: 0.2rem;
            height: 0.2rem;
            border: 0.1rem solid #333333;
            border-radius: 50%;
            top: 1.2rem;
            left: 0.6rem;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .submenu a:hover {
            color: #063061;
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #063061;
        }
        .h_nav li:nth-child(8) .submenu a,.h_nav li:nth-child(9) .submenu a{padding: 0 2rem 0 1.6rem;}
        .header .h_nav li:hover .submenu{max-height: 500px;}
        .header .h_nav li:hover .submenu p:before{opacity: 1;}


html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1760px){html{font-size:18.33px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}


        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            display: block;
            width: 100%;
            /*top: 0;*/
            /*left: 50%;*/
            /*visibility: hidden;*/
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    .blk-main01{
        width: 1200px;
        margin: 0 auto;
    }
    .p102-search-1 p {
        float: left;
        width: 54%;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 16px;
    }
    .p102-search-1 p a:hover{color: #063061;}
    .p102-search-1-inp {
        float: right;
        width: 25.4%;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 24px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 60%;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 26%;
        height: 36px;
        border: 0;
        border-radius:24px;
        background: url(../image/p102-search-icon1.png) no-repeat center center #063061;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p12-curmbs-1 {
            font-size: 14px;
            margin-top: 16px;
            /*border-bottom: 1px dashed #dcdcdc;*/
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #ed6c00;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 5px;
            height: 46px;
            line-height: 46px;
        }
        .p12-curmbs-1 a{
            display: inline-block;
            padding:2px 10px;
            border: 1px solid #ed6c00;
            color:#ed6c00;
        }
    

    .p102-fdh-3 {
        height: 100px;
        box-shadow: 0 4px 6px #e9e9e9;
    }
    
    .p102-fdh-3 li {
        float: left;
        width: 11.11%;
        height: 100px;
        position: relative;
    }
    
    .p102-fdh-3 li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 26px;
        background: #cfcfcf;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
    
    .p102-fdh-3 li:last-child:after {
        display: none;
    }
    
    .p102-fdh-3 li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 20px;
        color: #1a1a1a;
        text-align: center;
    }
    
    .p102-fdh-3 li.sidenavcur:before,
    .p102-fdh-3 li:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #063061;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-fdh-3 li.sidenavcur a,
    .p102-fdh-3 li:hover a {
        font-weight: bold;
        color: #063061;
    }
    
    .p102-fdh-3 li.sidenavcur a:before,
    .p102-fdh-3 li:hover a:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border: 3px solid #063061;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        z-index: 2;
    }
    
    .p102-fdh-3 li.sidenavcur a:after,
    .p102-fdh-3 li:hover a:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #063061;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -2px;
        z-index: 3;
    }


        .zxlb-3n-ts-02 {
            margin-top: 36px;
        }
        
        .zxlb-3n-ts-02-list .list-video {
            width: 49%;
            box-sizing: border-box;
            margin-bottom: 16px;
            background: #fff;
            float: left;
            margin-right: 2%;
            margin-left: -1px;
            overflow: hidden;
        }
        
        .zxlb-3n-ts-02-list .list-video:nth-child(3n-1) {
            margin-right: 0;
        }
        
        .zxlb-3n-ts-02-list .video-pic {
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            cursor: pointer;
        }
        
        .zxlb-3n-ts-02-list .video-pic i {
            position: absolute;
            width: 64px;
            height: 64px;
            background: url(../image/ico_sp.png) no-repeat center center/64px 64px;
            top: 50%;
            margin-top: -32px;
            left: 50%;
            margin-left: -32px;
            z-index: 1;
        }
        
        .zxlb-3n-ts-02-list .video-pic img {
            width: 100%;
            margin: 0 auto;
            display: block;
        }
        .zxlb-3n-ts-02-list .video-wrap{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
        .zxlb-3n-ts-02-list .video-txt {
            padding: 6px 20px;
        }
        
        .zxlb-3n-ts-02-list .video-txt h4 {
            height: 46px;
            font-weight: normal;
            text-align: center;
            font-size: 18px;
            color: #4b4b4b;
            line-height: 46px;
            overflow: hidden;
        }
        
        .zxlb-3n-ts-02-list .video-txt a {
            display: block;
            height: 46px;
            color: #4b4b4b;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .zxlb-3n-ts-02-list dl:hover .video-txt a {
            color: #063061;
        }
        
        .zxlb-3n-ts-02-list-desc {
            height: 40px;
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-bottom: 12px;
            overflow: hidden;
        }
        
        .zxlb-3n-ts-02-list-deta {
            width: 100px;
            height: 36px;
            border: 1px solid #aaa;
            font-size: 14px;
            line-height: 36px;
            text-align: center;
        }
        
        .zxlb-3n-ts-02-list dl:hover {
            border-color:#063061;
        }
        
        .zxlb-3n-ts-02-list dl:hover .zxlb-3n-ts-02-list-deta {
            background: #fa756e;
            border-color: #fa756e;
        }
        
        .zxlb-3n-ts-02-list dl:hover .zxlb-3n-ts-02-list-desc a {
            color: #fa756e;
        }
        
        .zxlb-3n-ts-02-list dl:hover .zxlb-3n-ts-02-list-deta a {
            color: #fff;
        }
        
        .layui-layer-page .layui-layer-content {
            overflow: hidden !important;
        }
    

    .p102-pagination-blk {
        padding-bottom: 40px;
    }


.f_bg{background: url(../image/f_bg.jpg) no-repeat center top/100% 27.8rem; height:22.3rem;padding-top: 5.5rem;overflow: hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_top{display: block;width: 100%;font-size: 1rem;color: #fff;height: 4.3rem;line-height: 1.5rem;overflow: hidden;margin-bottom: 1.5rem;position: relative;}
.f_top:before{content: "";width: 0.8rem;height: 0.1rem;background: #ed6c00;position: absolute;left: 0;bottom: 0;}
.f_top i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.7);text-transform: uppercase;font-weight: normal;}
.f_nav{width: 33%;}
.f_nav ul li{width: 40%;height: 2rem;line-height: 2rem;float: left;}
.f_nav ul li a{font-size: 0.8rem;color: rgba(255,255,255,0.8);display: block;}
.f_nav ul li a:hover{font-weight: bold;color: rgba(255,255,255,1);}
.f_ban{width: 43%;font-size: 0.8rem;color: rgba(255,255,255,0.8);}
.f_ban p{line-height: 1.5rem;}
.f_ban p.f_p01{padding-top: 0.8rem;}
.f_tel{font-size: 1.3rem;color: #fff;font-weight: bold;line-height: 2rem;padding: 0 0 0.2rem 1.5rem; background: url(../image/f_tel.png) no-repeat 0 center/1rem 1rem;}
.f_ban a{color: rgba(255,255,255,0.8);}
.f_er{width: 23%;}
.f_code{width: 100%;padding-top: 0.5rem;display: flex;justify-content: space-between;}
.f_code p{width: 46.5%;overflow: hidden;background: #fff;padding: 0.5rem 0 1rem;}
.f_code p em{display: block;width: 90%;line-height: 0;margin:0 auto;overflow: hidden;}
.f_code p img{display: block;width: 100%;}
.f_code p span{display: block;width: 100%;font-size: 0.8rem;color: #1a1a1a;line-height: 1rem;text-align: center;padding-top: 0.5rem;}
  

        .client-2 {
            width: 46px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#063061 url(../image/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#063061 url(../image/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#063061 url(../image/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#063061 url(../image/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 46px;
            height: 46px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#063061 url(../image/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#063061 url(../image/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 46px;
            height: 46px;
            line-height: 46px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#063061 url(../image/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 46px;
            height: 46px;
            line-height: 46px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
