
.top_bg{ height:97px;padding: 27px 0 0; width:100%;overflow: hidden;background: #fff;}
.header{width: 84%;margin: 0 auto;}
.h_tel{font-weight:700;position: absolute;top: 0;right: 0; line-height: 25px; font-family:Arial, Helvetica, sans-serif;font-size: 20px;color: #e1161a; background: url(images/tel.gif) no-repeat 0 center;padding-left: 35px;}
.h_en{font-size:14px;color:#333;position: absolute;top: 0;right: 185px;line-height:24px;}
.h_en a{ font-size:14px; color:#333;padding:0 10px;}
.h_en a:hover,.h_en a.cur{color: #e1161a;}
.logo{ width:20%;line-height: 0;}
.logo img{display: block;width: 100%;}
.h_nav{width: 70%; height:45px;padding-top: 30px;overflow: hidden;}
.h_nav ul{ width: 100%; height:45px;display: flex;justify-content: space-between;}
.h_nav li a{ font-size:16px; color:#333;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 45px;line-height: 45px;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #e1161a;
	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: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,.h_nav li.cur a{color: #e1161a;}

em,i{font-style: normal;}

@media screen and (max-width:1400px) {
	.header{width:1200px;}
	.h_tel{font-size: 18px;}
	.h_nav ul li a{ font-size:14px;}
}


        .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;
        }
        .blk-main01{
            width: 1200px;
            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;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

    .p102-pros-1 {
        padding: 30px 0 0;
    }
    
    .p102-pros-1-title {
        height: 66px;
        line-height: 66px;
        font-size: 26px;
        color: #333333;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        margin-bottom: 30px;
    }
    
    .p102-pros-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #e1161a;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
    
    .p102-pros-1-list dl {
        float: left;
        width: 31.5%;
        margin: 0 2.75% 50px 0;
    }
    
    .p102-pros-1-list dl:nth-child(4n-1) {
        margin-right: 0;
    }
    
    .p102-pros-1-list dt {
        position: relative;
    }
    
    .p102-pros-1-list dt img,
    .p102-pros-1-list dt a {
        width: 100%;
        display: block;
    }
    
    .p102-pros-1-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 0;
        display: none;
    }
    
    .p102-pros-1-list dt i {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #e1161a;
        border-radius: 100%;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }
    
    .p102-pros-1-list dt i:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-pros-1-list dd {
        padding-top: 15px;
    }
    
    .p102-pros-1-list dd h4 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .p102-pros-1-list dd h4 a {
        /*display: inline-block;*/
        height: 40px;
        color: #1a1a1a;
        position: relative;
        padding-left: 20px;
    }
    
    .p102-pros-1-list dd h4 a:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 18px;
        background: #e1161a;
        left: 0;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-pros-1-list .p102-pros-1-desc {
        line-height: 24px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-pros-1-list dl:hover dt em {
        display: block;
    }


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


.f_bg{ background:#f7f7f7; height:450px;overflow: hidden;padding: 110px 0 0;}
.footer{width: 1200px; margin:0 auto;}
.foot_top{height: 160px;}
.f_logo{line-height: 0;width: 330px;text-align: center;}
.f_logo img{width: 320px;height: 60px;}
.f_logo i{display: block;font-size: 18px;color: #999;letter-spacing: 18px;line-height: 20px;padding: 10px 0 0 15px;width: 312px;}
.f_nav{width: 800px;padding: 16px 0 0;}
.f_nav ul{ width: 100%; height:65px;display: flex;justify-content: space-between;border-bottom: #bfbfbf 1px solid;}
.f_nav li a{ font-size:16px; color:#333;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 65px;line-height: 65px;}
.f_nav ul li:first-child a:before,.f_nav li a:hover:before{content: "";width: 7px;height: 7px;background: #e1161a;position: absolute;bottom: -4px;left: calc(50% - 3px);border-radius: 50%;}
.f_top{display: block;font-size: 18px;color: #333;height: 100px;line-height: 30px;overflow: hidden;font-weight: normal;}
.f_top i{display: block;font-size: 22px;font-weight: bold;text-transform: uppercase;}
.f_ban{width: 401px;}
.f_ban p{font-size: 14px;color: #333;line-height: 36px;float: left;}
.f_ban p em{display: block;background:url(images/f_tel.png) no-repeat 0 14px;height: 45px;line-height: 70px;padding:0 0 10px 42px;overflow: hidden;}
.f_ban p b{display: block;font-size: 26px;color: #e0161a; font-family: "DINOT";line-height: 32px;}
.f_ban p span{display: block;}
.f_ban p:nth-child(2){padding-right: 50px;}
.f_ban p:nth-child(3){padding-top: 20px;}
.f_about{color: #333;width: 330px;padding-top:100px;}
.f_about p{font-size: 16px;line-height: 34px;}
.f_about p i{display: block;font-size: 12px; font-family:Arial, Helvetica, sans-serif;}
.f_about span{display: block;font-size: 14px;line-height: 30px;}
.f_about em{ background:url(images/f_icp.png) no-repeat 0 center;padding-left: 28px;display:block;font-size: 14px;}
.f_about a{color: #333;}
.f_er{width: 441px;}
.f_er p{width: 80px;text-align: center;float: left;padding:0 0 0 10px;}
.f_er p em{display: block;width: 80px;height: 80px;line-height: 0;}
.f_er p img{width: 80px;height: 80px;}
.f_er p span{display: block;font-size: 14px;color: #333;line-height: 40px;}
.f_er p:nth-child(2){padding: 0;}
  

        .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(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-3s i {
            background-position: 4px -75px;
        }
        
        .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 -50px;
        }
                .client-2 .my-kefu-xiazai i {
            background:none;
            width: 28px;
        }
        
                .client-2 .my-kefu-xiazai i img {
            width: 100%;
        }
        .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: 32px;
            background-position: -23px -44px;
            background-size: 52px 130px;
        }
        
        .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: #e1161a;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #e1161a;
            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;
        }
    
