
.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;
    }


                .pc-cx-tel-1 {
                    width: 46%;
                    height: 56px;
                    border-top: 2px solid #e6e6e6;
                    padding-top: 10px;
                    position: absolute;
                    bottom: 16px;
                    right: 0;
                }
                
                .pc-cx-tel-1-t1 {
                    width: 114px;
                    height: 44px;
                    background: #d10510;
                    font-size: 18px;
                    line-height: 44px;
                    text-align: center;
                    float: right;
                }
                
                .pc-cx-tel-1-t1 a {
                    display: block;
                    color: #fff;
                }
                
                .pc-cx-tel-1-t2 {
                    height: 56px;
                    padding-left: 70px;
                    background: url(images/pc-xc-icon2.png) no-repeat 10px top;
                    font-size: 18px;
                    line-height: 18px;
                    color: #454545;
                }
                
                .pc-cx-tel-1-t2 p {
                    line-height: 24px;
                }
            

        .cpcc-ts-01 {
            position: relative;
            padding: 12px 0 16px;
            background: #fff;
        }
        
        .cpcc-ts-01-left {
            position: relative;
            width: 50%;
            float: left;
            overflow: hidden;
            border: 1px solid #e7e7e7;
        }
        
        .cpcc-ts-01-left-jt {
            width: 12px;
            height: 23px;
            position: absolute;
            top: 50%;
            margin-top: -11px;
            cursor: pointer;
            z-index: 33;
        }
        
        .cpcc-ts-01-left-prev {
            left: 10px;
        }
        
        .cpcc-ts-01-left-next {
            right: 10px;
        }
        
        .cpcc-ts-01-left-size {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 56px;
            height: 26px;
            font-size: 14px;
            line-height: 16px;
            color: #787878;
            letter-spacing: 3px;
        }
        
        .cpcc-ts-01-left-size em {
            font-style: normal;
        }
        
        .cpcc-ts-01-left-pic {
            width: 100%;
            position: relative;
            text-align: center;
        }
        
        .cpcc-ts-01-left-pic li {
            width: 100%;
            float: left;
        }
        
        .cpcc-ts-01-left-pic img {
            width: 100%;
            margin: 0 auto;
            display: block;
        }
        
        .cpcc-ts-01-right {
            width: 46%;
            float: right;
        }
        
        .cpcc-ts-01-right-tit {
            height: 48px;
            font-size: 24px;
            font-weight: normal;
            line-height: 48px;
            color: #4a4a4a;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .cpcc-ts-01-right-con {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 86px;
            max-height: 168px;
            overflow: hidden;
        }
    

    .p102-pro-content-nav {
        height: 50px;
        box-shadow: 0 -2px 3px #f9f9f9, 0 4px 6px #e9e9e9;
        display:none;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 88;
        background: #fff;
    }
    
    .p102-pro-content-nav li {
        float: left;
        line-height: 50px;
        margin-right: 50px;
        position: relative;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: normal;
    }
    
    .p102-pro-content-nav li.cur,
    .p102-pro-content-nav li:hover {
        color: #d10510;
    }
    
    .p102-pro-content-nav li.cur:before,
    .p102-pro-content-nav li:hover:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid #d10510;
        background: #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
        z-index: 1;
    }
    
    .p102-pro-content-nav li.cur:after,
    .p102-pro-content-nav li:hover:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #d10510;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -4px;
        z-index: 2;
    }
    
    .p102-pro-content-desc {
        padding: 40px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }


    .p102-pro-content-title {
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #d10510;
    }
    
    .p102-pro-content-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #000000;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
    
    .p102-pro-case {
        padding: 0 0 80px;
    }
    
    .p102-pro-case-list {
        padding-top: 40px;
    }
    
    .p102-pro-case-items dl {
        float: left;
        width: 378px;
        position: relative;
        margin-right: 33px;
    }
    
    .p102-pro-case-items dl:nth-child(4n-1) {
        margin-right: 0;
    }
    
    .p102-pro-case-items dt img,
    .p102-pro-case-items dt a {
        display: block;
        width: 100%;
    }
    
    .p102-pro-case-items dd {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .p102-pro-case-items dd h4 a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 0 15px;
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    
    .p102-pro-case-items dl:hover dt a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-pro-case-items dl:hover dt a:after {
        content: '+';
        position: absolute;
        width: 50px;
        height: 50px;
        font: 30px/50px "宋体";
        color: #fff;
        text-align: center;
        background: #d10510;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        border-radius: 100%;
        z-index: 2;
    }
    
    .p102-pro-case-items dl:hover dd {
        background: none;
    }
    
    .p102-pro-case-paging {
        height: 30px;
        text-align: center;
        padding-top: 25px;
    }
    
    .p102-pro-case-paging li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 3px solid #d10510;
        border-radius: 100%;
        margin: 0 5px;
    }
    
    .p102-pro-case-paging li.cur {
        background: #d10510;
    }
    
    .p102-pro-case-more {
        height: 46px;
        margin: 35px auto 0;
        text-align: center;
        position: relative;
    }
    
    .p102-pro-case-more a {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        font-weight: normal;
        color: #d10510;
        border: 1px solid #d10510;
        padding: 0 20px 0 64px;
        position: relative;
    }
    
    .p102-pro-case-more a:before {
        content: '';
        width: 20px;
        height: 14px;
        position: absolute;
        border: 4px solid #d10510;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 26px;
        top: 11px;
    }
    
    .p102-pro-case-more a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #d10510;
        top: 9px;
        left: 22px;
        z-index: 1;
    }


.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;
        }
    
