﻿
.top_bg{ height:5.5rem; width:100%;background: rgba(255,255,255,1);position: relative;z-index:100;}
.header{width: 88.54%;margin: 0 auto;}
.h_tel{font-size: 1.3rem;color: #1dae5e;font-weight: bold;height: 5.5rem;display: flex;align-items: center;}
.h_tel em{width: 1.5rem;height: 1.5rem;line-height: 0;padding:0 0.5rem 0 0;}
.h_tel em img{width: 1.5rem;height: 1.5rem;}
.logo{width: 13.88%;height: 5.5rem;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_nav{width: 52%;padding-top: 1.5rem;height: 2.5rem;margin-right: 9%;}
.h_nav ul{ width: 100%; height:2.5rem;display: flex;justify-content: space-between;}
.h_nav li a{ font-size:0.9rem;font-weight: bold; color:#333;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 2.5rem;line-height: 2.5rem;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: #004c8c;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
	height: 0.1rem;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,.h_nav li.cur a{color: #004c8c;}
em,i{font-style: normal;}

.li02_nav,.li03_nav,.li04_nav,.li06_nav,.li07_nav{display: none;position: absolute;left: 0;top: 5.5rem;z-index: 2;background: #f5f5f5;width: 100%;padding: 2.5rem 0;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1) inset;}
.nav_main{width: 83.33%;margin: 0 auto;}
.h_nav li .nav_main a{height: auto;}
.h_nav li .nav_main a:after{display: none;}
.h_nav li.cur .nav_main a{color:#333;}
.h_nav li.cur .nav_main a:hover{color:#1dae5e;}

.li02_list{width: 100%;}
.li02_list p,.li04_list p,.li06_list p{width: 16.66%;float: left;text-align: center;transition: all 0.5s;}
.li02_list p a,.li04_list p a,.li06_list p a,.li07_list .li07_list01 a{width: 100%;}
.li02_list p em,.li06_list p em{display: block;width: 3.5rem;height: 3.5rem;background: #004c8c;border-radius: 0.5rem; line-height: 0;overflow: hidden;margin:0 auto 0.5rem;}
.li02_list p em img,.li06_list p em img{width: 3.5rem;height: 3.5rem;}
.li02_list p:hover em,.li06_list p:hover em{background: #1dae5e;animation: flipInY 1s;}
.h_nav li.cur .li02_list p:hover a,.li02_list p:hover a,.h_nav li.cur .li06_list p:hover a,.li06_list p:hover a{color:#1dae5e;}

.nav_list{width: 25%;float: left;}
.nav_list h3{width: 80%;height: 2.5rem;position: relative;}
.nav_list h3:before{content: "";width: 100%;height: 1px;background: #bfbfbf;position: absolute;bottom: 0;left: 0;}
.h_nav li .nav_main .nav_list h3 a{width: 100%;height: 2.5rem;line-height: 2rem;font-weight: bold;font-size:1.2rem;}
.h_nav li .nav_main .nav_list h3 a{color:#004c8c;}
.h_nav li .nav_main .nav_list dl dt a{color:#333;}
.h_nav li .nav_main .nav_list dl dd a{color: #004c8c;}
.h_nav li .nav_main .nav_list h3 a:hover,.h_nav li .nav_main .nav_list dl dd a:hover,.h_nav li .nav_main .nav_list dl dt a:hover,.li04_nav .nav_main .li04_list p a:hover{color:#1dae5e;}
.nav_list dl{width: 100%;padding-top: 1rem;}
.nav_list dl dt{width: 100%;height: 2rem;line-height: 2rem;}
.nav_list dl dt a{line-height: 2rem;}
.nav_list dl dd{width: 100%;padding-bottom: 0.3rem;}
.nav_list dl dd a{width: 90%;float: none; font-size: 0.8rem;font-weight: normal;line-height: 1.5rem;background: url(../image/nav03_ico.png) no-repeat 0 center/0.2rem 0.3rem;padding-left: 0.8rem;}
/*.h_nav li .nav_main .nav_list a:hover{font-weight: bold;}*/
.h_nav li .nav_main .nav_list a{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.li04_list{width: 100%;}
.li04_list p,.li06_list p{padding: 1rem 0;}
.li04_list p em{display: block;width: 2.5rem;height: 2.1rem;line-height: 0;overflow: hidden;margin:0 auto;}
.li04_list p em img{width: 2.5rem;height: 4.2rem;}
.li04_list p:hover img{animation: flipInY 0.7s;margin-top: -2.1rem;}

.li06_list{width: 81.25%;margin: 0 auto;}
.li06_list p{width: 20%;}

.li07_list{display: flex;justify-content: space-between; width:52%;}
.li07_list .li07_list01{width: 50%;background: #004c8e;height: 7.3rem;overflow: hidden;}
.li07_list .li07_list01 em{display: block;float: right;width: 69%;line-height: 0;overflow: hidden;}
.li07_list .li07_list01 em img{display: block;width: 100%;}
.li07_list .li07_list01 em img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.li07_list .li07_list01:hover em img
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.li07_list p{width: 22%;float: left;font-size: 1.1rem;color: #fff;font-weight: bold;line-height: 1.5rem;padding:1.8rem 0 0 6%;}
.li07_list span{width: 0.4rem;height: 0.6rem;display: block;line-height: 0;padding-top: 0.5rem;}
.li07_list span img{width: 0.4rem;height: 0.6rem;}
.li07_list .li07_list01:hover{background: #51ba78;}

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: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{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("../image/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 0px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(../image/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

    .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: 750px;
        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: 15px;
    }
    .p102-search-1 p a:hover{color: #004c8c;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        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: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(../image/p102-search-icon1.png) no-repeat center center #004c8c;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


    .p101a-fdh-02 {
        height: 90px;
        box-shadow: 0 3px 4px #e9e9e9;
    }
    
    .p101a-fdh-02 h3 {
        float: left;
        width: 150px;
        height: 90px;
        line-height: 90px;
        font-size: 28px;
        font-weight: bold;
        color: #1a1a1a;
    }
    
    .p101a-fdh-02-nav {
        max-width: 1000px;
        float: right;
        height: 40px;
        padding-top: 25px;
    }
    
    .p101a-fdh-02-nav li {
        float: left;
        height: 40px;
        line-height: 40px;
        border-radius: 25px;
    }
    
    .p101a-fdh-02-nav li a {
        display: block;
        height: 40px;
        font-size: 18px;
        color: #1a1a1a;
        text-align: center;
        padding: 0 24px;
    }
    
    .p101a-fdh-02-nav li.sidenavcur,
    .p101a-fdh-02-nav li:hover {
        background: #004c8c;
    }
    
    .p101a-fdh-02-nav li.sidenavcur a,
    .p101a-fdh-02-nav li:hover a {
        color: #fff;
    }


    .p101-article-1 {
        padding: 30px 0 0;
    }
    
    .p101-article-1-list dl {
        float: left;
        width: 570px;
        padding: 25px 0;
        border-bottom: 4px solid #f0f0f0;
        position: relative;
        margin: 0 60px 30px 0;
    }
    
    .p101-article-1-list dl:nth-child(2n) {
        margin-right: 0;
    }
    
    .p101-article-1-list dt {
        width: 265px;
    }
    
    .p101-article-1-list dt img {
        width: 100%;
        display: block;
    }
    
    .p101-article-1-list dd {
        position: absolute;
        width: 260px;
        right: 20px;
        top: 25px;
        bottom: 25px;
    }
    
    .p101-article-1-list dd h4 {
        font-weight: normal;
        padding-top: 10px;
        margin-bottom: 5px;
    }
    
    .p101-article-1-list dd h4 a {
        display: block;
        line-height: 30px;
        font-size: 18px;
        color: #1a1a1a;
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    
    .p101-article-1-list dd span {
        display: block;
        height: 26px;
        font: 14px/26px Arial;
        color: #999999;
    }
    
    .p101-article-1-list .p101-article-1-desc {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #737373;
        text-align: justify;
        display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; 
    }
    
    .p101-article-1-list dl:hover {
        background-color: #f2f2f2;
        border-color: #004c8c;
    }


.f_bg{ background:url(../image/f_bg.jpg) no-repeat center 0/100% 33.3rem; height:33.3rem;overflow: hidden;position: relative;}
.f_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.2);position: absolute;bottom: 4.7rem;left: 0;}
.footer{width: 83.33%; margin:0 auto;}
.f_nav{height: 23.1rem;width: 52.5%;padding: 5.5rem 0 0;position: relative;}
.f_nav:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.2);position: absolute;top: 0;right: 0;}
.f_ul01 li{height: 23.1rem;float: left;width: 20%;}
.f_ul01 li a,.f_top{font-size: 0.9rem;color: #fff;display: block;height: 2.6rem;line-height: 2.6rem;width: 100%;font-weight: bold;margin-bottom: 1.3rem;}
.f_ul01 .f_ul02 li{width: 100%;height: 1.8rem;line-height: 1.8rem;}
.f_ul01 .f_ul02 li a{height: 1.8rem;line-height: 1.8rem;font-size: 0.8rem;color: rgba(255,255,255,0.6);font-weight: normal;margin-bottom: 0;}
.f_nav ul li a:hover{color: #fff;}
.f_ban{width: 28%;height: 23.1rem;padding: 5.5rem 0 0 4.4%;overflow: hidden;font-size: 0.8rem;color: rgba(255,255,255,0.6);}
.f_ban i{display: block;}
.f_ban p b{display: block;font-size: 1.2rem;color: #fff;}
.f_ban p{line-height: 1.5rem;padding-bottom: 0.3rem;}
.f_ban span{display: block;float: left;padding-right: 3rem;}
.f_ban a{color: rgba(255,255,255,0.6);}
.f_code{padding-top: 10rem;width: 11.25%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_code p{line-height: 0;position: relative;padding-bottom: 0.7rem;}
.f_code p i{width: 2.5rem;height: 2.5rem;display: block;background: rgba(255,255,255,0.2);border-radius: 50%;cursor: pointer;}
.f_code p i img{width: 2.5rem;height: 2.5rem;}
.f_code p em{width: 5.6rem;height: 5.6rem;display: none;position: absolute;top: -6.6rem;left: calc(50% - 3rem);border: #fff 0.2rem solid;}
.f_code p em:before{content: "";width: 0;height: 0;position: absolute;bottom: -0.7rem;left: calc(50% - 0.8rem);border-top:0.8rem solid #fff; 
border-left:0.8rem solid transparent;
border-right:0.8rem solid transparent;
}
.f_code p em img{width: 5.6rem;height: 5.6rem;}
.f_code p:nth-child(4) em,.f_code p:nth-child(5) em,.f_code p:nth-child(6) em{top: 3.2rem;}
.f_code p:nth-child(4) em:before,.f_code p:nth-child(5) em:before,.f_code p:nth-child(6) em:before{border-bottom:0.8rem solid #fff;bottom: auto;top: -0.7rem;border-top:none;}
.f_code p.cur i{background: rgba(29,174,94,0.5);}
.f_code p.cur em{display: block;}
.f_bot{width: 100%;height: 4.7rem;line-height: 4.7rem;overflow: hidden;font-size: 0.8rem;color: rgba(255,255,255,0.4);}
.f_bot span{padding: 0 0.5rem;}
.f_bot em{ background:url(../image/f_icp.png) no-repeat 0 center/0.9rem 0.9rem;padding-left: 1.1rem; display:inline-block;margin-left:0.3rem;}
.f_bot a{color: rgba(255,255,255,0.4);}
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../image/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 31px;
            background-position: -23px -47px;
            background-size: 52px 82px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #004c8c;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #004c8c;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
