
.top_bg{ height:100px; width:100%;background: rgba(255,255,255,0.8);position: absolute;top: 0;left: 0;z-index: 2;}
.header{width: 84.375%;margin: 0 auto;}
.logo{width: 16.56%;height: 100px;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_nav{width: 50%; height:100px;}
.h_nav ul{ width: 100%; height:100px;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li a{ font-size:16px; color:#000;display:block; font-weight: bold;float:left;position: relative;z-index: 4; text-decoration:none;height: 100px;line-height: 120px;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #cb2930;
	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: 4px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li .erji{ display:none;height:auto;background: rgba(209,5,16,0.8); width:120px; text-align:center; position:absolute; top:100px; left:-27px;z-index:5;}
.h_nav li .erji li{ border-bottom:rgba(255,255,255,0.4) 1px solid; height:40px; line-height:40px;}
.h_nav li .erji a,.h_nav li.cur .erji a{ height:40px; line-height:40px; width:120px; font-weight:normal; font-size:16px; color:rgba(255,255,255,0.9);}
.h_nav li.cur .erji a:after,.h_nav li .erji a:hover:after{ background:none;opacity: 0;}
.h_nav li.cur .erji a:hover,.h_nav li .erji a:hover{color:#fff;font-weight:bold;}

.h_nav li.nav_li02 .erji{left:-35px;}
.h_nav li.nav_li03 .erji{left:-58px;width:160px;}
.h_nav li.nav_li03 .erji a,.h_nav li.nav_li03.cur .erji a{ width:160px;}

.h_nav li.nav_li04 .erji{left:-50px;width:180px;}
.h_nav li.nav_li04 .erji a,.h_nav li.nav_li04.cur .erji a{ width:180px;}

.h_nav li.nav_li06 .erji{left:-49px;width:160px;}
.h_nav li.nav_li06 .erji a,.h_nav li.nav_li06.cur .erji a{ width:160px;}

.h_tel{margin:46px 0 0 3.75%;display: flex;align-items: center;justify-content: center;height:32px;font-size: 16px;color: #000;font-weight: bold;padding: 0 12px;background: #fff;border-radius: 40px;}
.h_tel em{width: 1.1rem;height: 1.1rem;padding-right: 8px;}
.h_tel em img{width: 1.1rem;height: 1.1rem;}
em,i{font-style: normal;}
@media screen and (max-width:1500px) {
	.header{width: 1200px;}
	.h_nav li a{ font-size:16px;}
}


        .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("images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .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(images/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;
    }
    
    .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: #d10510;}
    .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(images/p102-search-icon1.png) no-repeat center center #d10510;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p101-fdh-2 {
            padding: 70px 0 0;
            border-bottom: 1px solid #e6e6e6;
        }
        
        .p101-fdh-2-nav {
            padding-bottom: 20px;
            text-align: center;
            height: 40px;
            width: 300px;
            margin: 0 auto;
        }
        
        .p101-fdh-2-nav-one {
            float: left;
            width: 150px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            margin-left: -1px;
        }
        
        .p101-fdh-2-nav-one h3 {
            font-weight: normal;
            position: relative;
        }
        
        .p101-fdh-2-nav-one h3:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background-color: #c9c9c9;
            right: 0;
            top: 50%;
            margin-top: -9px;
            z-index: 1;
        }
        
        .p101-fdh-2-nav-one:last-child h3:after {
            display: none;
        }
        
        .p101-fdh-2-nav-one h3 a {
            display: block;
            padding: 0 35px;
            font-size: 20px;
            line-height: 40px;
            color: #333333;
            border-radius: 20px;
            position: relative;
            z-index: 2;
        }
        
        .p101-fdh-2-nav-one h3 a:hover,
        .p101-fdh-2-nav-one h3.sidenavcur a {
            background-color: #4d4d4d;
            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(3n-1) {
        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;
    }
    
    .p101-article-1-list dd h4 {
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p101-article-1-list dd h4 a {
        display: block;
        line-height: 28px;
        font-size: 18px;
        color: #1a1a1a;
        display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; 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%;
        padding-top: 5px;
        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: #d10510;
    }


.f_bg{ background: url(images/f_bg.jpg) no-repeat center 0; height:591px;overflow: hidden;padding-top: 43px;}
.footer{width: 1400px; margin:0 auto;}
.foot_top{height: 120px;}
.foot_top h5{width: 23.57%;float: left;line-height: 0;}
.foot_top h5 img{display: block;width: 100%;}
.f_code{width: 10%;}
.f_code p{line-height: 0;float: left;position: relative;padding: 1.3rem 0 0 1.25rem;}
.f_code p i{width: 2.25rem;height: 2.25rem;display: block;}
.f_code p i img{width: 2.25rem;height: 2.25rem;}
.f_code p em{width: 5rem;height: 5rem;display: none;position: absolute;top: calc(50% - 1.8rem);left: -4rem;border: #eee 1px solid;}
.f_code p em img{width: 5rem;height: 5rem;}
.f_code p:hover em{display: block;}
.f_nav{height: 284px;padding-top: 40px;width: 54%;}
.f_ul01 li{height: 284px;float: left;width: 26%;}
.f_ul01 li a,.f_top{font-size: 16px;color: rgba(255,255,255,1);display: block;height: 60px;line-height: 60px;width: 100%;position: relative;font-weight: bold;}
.f_ul01 .f_ul02 li{width: 100%;height: 28px;line-height: 28px;}
.f_ul01 .f_ul02 li a{height: 28px;line-height: 28px;font-size: 12px;color: rgba(255,255,255,0.8);font-weight: normal;}
.f_nav ul li a:hover{color: #fff;}
.f_ul01 li.f_li02{width: 48%;}
.f_ul01 li.f_li02 .f_ul02 li{width: 48%;float: left;}
.f_ban{width: 24%;height: 284px;padding-top: 40px;font-size: 14px;color: rgba(255,255,255,0.8);}
.f_ban span{padding-right: 10px;}
.f_ban i{display: block;}
.f_ban p.f_p01 b{font-size: 20px;}
.f_ban p.f_p01{width: 100%;height: 36px; padding: 10px 0; border:rgba(255,255,255,0.3) 1px solid;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.f_ban p.f_p02{background: url(images/f_ico03.png) no-repeat 0 3px;line-height: 26px;padding-bottom: 10px;padding-left: 34px;}
.f_ban p.f_p03{background: url(images/f_ico04.png) no-repeat 0 3px;line-height: 26px;padding-left: 34px;}
.f_ban a{color: rgba(255,255,255,0.5);}
.f_er{width: 18%;height: 224px;padding-top: 100px;}
.f_er p{width: 45%;float: left;}
.f_er p em{width: 100%;display: block;line-height: 0;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;width: 100%;font-size: 12px;color: rgba(255,255,255,0.8);line-height: 30px;text-align: center;padding-top: 5px;}
/*.f_er p:last-child{margin-right: 0;}*/
.f_bot{height: 147px;line-height: 100px;font-size: 14px;color: rgba(255,255,255,0.8);}
.f_bot span{padding: 0 10px;}
.f_bot a{color: rgba(255,255,255,0.8);}
@media screen and (max-width:1500px) {
	.footer{width:1200px;}
	.f_ban{font-size: 12px;}
	.f_ban p.f_p01 b{font-size: 20px;}
	.f_bot{font-size: 12px;}
}
  

        .client-2 {
            position: fixed;
            right: -160px;
            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(images/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: 75px;
            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: #d10510;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #d10510;
            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;
        }
    
