.w1395{
    width: 1395px;
    margin: 0 auto;
}
.head_red{
    background: #e60c0b;
    color: #fff;
    height: 56px;
    border-bottom: 1px solid #000;
    position: fixed;
    top:0;
    width: 100%;
    left: 0;
    z-index: 4;
}
.logo{
    float: left;
    margin-top: 7px;
    width: 123px;
    height: 44px;
    margin-left: 95px;
}
.logo img{
    max-width: 100%;
    max-height: 44px;
}
.nav_red{
    float: left;
    overflow: hidden;
    margin-left: 65px;
}
.nav_red li{
    float: left;
    margin-top: 22px;
    padding:0 25px;
    font-size: 14px;
}
.nav_red li a{
    color: #fff;

}
.nav_red li a:hover,.nav_red li a.on{
    font-weight: bold;
}
.top_tel{
    float: left;
    margin-left: 45px;
    font-size: 12px;
    margin-top: 19px;
}
.top_tel p{
    float: left;
}
.top_tel p span{
    font-size: 18px;
    margin-right: 10px;
    padding-left: 5px;
}
.top_tel img:hover{
    cursor: pointer;
}
.tel_li{
    display: inline-block;
}
.tel_li img {
    float: left;
    margin-top: 5px;
    width: 12px;
}
.tel_li{
    position: relative;
}
.top_tel:hover ul{
    display: block;
}
.tel_li ul {
    position: absolute;
    top:0;
    width: 210px;
    left: -195px;
    display: none;
    z-index: 4;
}
.tel_li ul li{
    padding-left:15px;
    background: rgba(0,0,0,0.1);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #999;
}
.tel_li ul li:first-child{
    opacity: 0;
}
.tel_li ul li a{
    color: #fff;
    font-size: 18px;
    padding-left: 3px;
}
.tel_li ul li:hover{
    background: rgba(0,0,0,0.4);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dow{
    margin-left: 60px;
    background: #000;
    float: left;
    margin-top: 15px;
    padding: 3px 10px;
}
.dow a{
    color: #fff;
}
.head_red .hide .logo,.head_red .hide .top_tel,.head_red .hide .dow{
    display: none;
}
.head_red .act{
    height: 56px;
}
.head_red .hide .nav_red ul li:first-child,.head_red .hide .nav_red ul li:last-child{
    display: none;
}
.head_red .hide .nav_red{
    float: none;
    text-align: center;
    margin-left: 0;
}
.head_red .hide .nav_red ul li{
    float: none;
    display: inline-block;
}
.banner{
    position: relative;
    margin-top: 57px;
}
.banner .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
    border-radius:0 ;
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: red;
}
.left_type{
    width: 1245px;
    margin: auto;
}
.left_type ul{
    top:0;
    position: absolute;
    height: 100%;
    width: 220px;
    background: rgba(223,221,222,0.8);
    z-index: 3;
}
.left_type li.empty{
    height: 16px;
    background: none;
    padding:0;
    border: none;
}
.left_type .t{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    font-family: 黑体;
}
.left_type .t i{
    font-size: 13px;
    color: #666;
}
.left_type li{
    padding: 11px 0 20px;
    position: relative;
}
.left_type li:hover{
    background: #fff;
}
.left_type li .nav-content{
    position: absolute;
    left: 220px;
    top: -16px;
    width: 600px;
    padding: 20px;
    background: rgba(255,255,255,0.7);
    height: 367px;
    box-shadow: 0 0 6px 0 #ccc;
    display: none;
}
.left_type li:nth-of-type(3) .nav-content{
    top: -90px;
}
.left_type li:nth-of-type(4) .nav-content{
    top: -164px;
}
.left_type li:nth-of-type(5) .nav-content{
    top: -238px;
}
.left_type li:nth-of-type(6) .nav-content{
    top: -312px;
}
.left_type li:hover .nav-content{
    display: block;
}
.left_type li .descr{
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 3px;
    white-space: nowrap;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    letter-spacing: 1px;
}
.left_type li a{
    border-bottom: 1px solid rgba(223,221,222,0);
    display: block;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.left_type li:hover a{
    border-bottom: 1px solid #f8c2c2;
}
.banner_form {
    position: absolute;
    z-index: 3;
    right: 60px;
    top:40px;
    width: 250px;
    height: 320px;
    background: rgba(223,221,222,0.8);
    border-top:5px solid #000
}
.banner_form form{
    padding: 0 23px;
    display: block;
    margin-top: 25px;
}
.login_type{
    border-bottom: 2px solid #c7cacf;
    padding: 30px 23px 0 23px;
    text-align: center;
    position: relative;
}
.login_type em{
    position: absolute;
    top:30px;
    left: 124px;
    color: #999;
}
.login_type a{
    width: 80px;
    text-align: center;
    display: inline-block;
}
.login_type a.on{
    color: #e60c0b;
}
.login_type a span{
    height: 3px;
    width: 30px;
    display: block;
    margin: 10px auto 0;
}
.login_type a.on span{
    background: #e60c0b;
}

.banner_form .sub{
    width: 100%;
    border: none;
    height: 35px;
    text-align: center;
    background:#e60c0b ;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
}
.banner_form input{
    border: none;
    border: 1px solid #8f92a1;
    border-radius: 32px;
    height: 32px;
    width: 182px;
    padding: 0 10px;
    margin-bottom: 13px;
    background: none;
}
.banner_form .reg{
    font-size: 12px;
    color: #737574;
    margin: 12px 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
}
.banner_form .reg a:last-child{
    float: right;
    display: inline-block;
}
.banner_form .qw{
    margin-left: 23px;
}
.banner_form .qw img{
    height: 22px;
}
.banner_form input.yzm_code {
    width: 120px;
    float: left;
}
.banner_form .code_but{
    border:none;
    background: #000;
    width: 55px;
    text-align: center;
    margin-left: 5px;
    height: 32px;
    border-radius: 5px;
    float: left;
    color: #fff;
}
.four_type{
    padding-bottom: 93px;
}
.four_type ul{
    overflow: hidden;
    margin-top: 35px;
}
.four_type li{
    float: left;
    width: 260px;
    overflow: hidden;
    border-right: 1px solid #f2f2f2;
    padding-right: 50px;
    margin-right: 50px;
}
.four_type li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.four_type li .ioc{
    float: left;
    margin-right: 10px;
}
.four_type li .con{
    float: left;
    width: 215px;
    overflow: hidden;
}
.four_type li .con .t{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
}
.four_type li .con .descr{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.com_t{
    text-align: center;
    border-bottom: 1px solid #f8c2c2;
}
.com_t .t{
    font-size: 36px;
    color: #000;
    margin-bottom: 22px;
}
.com_t .descr{
    color: #444444;
    margin-bottom: 30px;
    font-size: 16px;
}
.zyzd{
    margin-top: 56px;
}
.zy_gg{
    position: relative;
    overflow: hidden;
    float: left;
    width: 300px;
    height: 407px;
}
.zy_gg img{
    max-width: 300px;
    max-height: 407px;
    position: absolute;
    left: 0;
}
.zy_gg .con{
    color: #fff;
    padding: 25px 20px 0 20px;
    position: relative;
    overflow: hidden;
    max-height: 365px;
}
.zy_gg .con .t{
    font-size: 16px;
    margin-bottom: 3px;
}
.zy_gg .con span.dian{
    float: left;
    font-size: 18px;
    margin-right: 5px;
}
.zy_gg .con .cr{
    float: left;
}
.zy_gg .con .cr p{

}
.zy_li {
    float: left;
    margin-left: 15px;
    width: 1080px;
}
.zy_li li{
    float: left;
    width: 350px;
    box-shadow: 0 0 5px 0 #ddd;
}
.zy_li li .con{
    padding: 20px 30px 0 30px;
    height: 176px;
}
.zy_li li .top_t{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 52px;
    margin-bottom: 12px;
}
.zy_li li .top_t dl{
    float: right;
    margin-top: -10px;
}
.zy_li li .top_t dl dd:last-child{
    display: none;
}
.zy_li li:hover dl dd:last-child{
    display: block;
}
.zy_li li:hover dl dd:first-child{
    display: none;
}
.zy_li li:hover{
    background: #e60c0b;
    color: #fff;
}
.zy_li li:hover .top_t{
    border-color: #eb4849;
}
.zy_li li:hover a,.zy_li li:hover .descr{
    color: #fff;
}
.zy_li .t{
    color:#e61b1e ;
    margin-bottom: 7px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.zy_li .descr{
    color: #a6a6a6;
    overflow: hidden;
    height: 60px;
}
.zy_li li{
    margin-right: 15px;
    margin-bottom: 15px;
}
.zy_li li:nth-child(3n){
    margin-right: 0;
}
.abg{
    background:#f9fafe ;
    margin-top: 50px;
    padding: 70px 0;
}
.hkgj{
    padding: 0 34px;
    overflow: hidden;
    position: relative;
}
.hkgj::after{
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #e8e8e8;
    top:296px;
    left:0;
}
.hkgj li{
    margin: 70px 45px 0 45px;
    width: 175px;
    float: left;
}
.hkgj li .pics{
    position: relative;
}
.hkgj li .main_pic{
    width: 166px;
    height: 138px;
    background: url(../images/hk2.jpg) no-repeat;
    text-align: center;
    padding-top: 25px;
}
.hkgj li .main_pic img{
    max-height: 163px;
    max-width: 100%;
}
.hkgj li .pics .l{
    position: absolute;
    bottom: -82px;
    left: 64px;
    z-index: 2;
}
.hkgj li .con{
    margin-top: 92px;
    text-align: center;
}
.hkgj li .con .t{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hkgj li .con .descr{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    width: 130%;
    margin-left: -10%;
}
.gg{
    margin-bottom: 80px;
}
.gg img{
    max-width: 100%;
}
.sjfw{
    margin: 80px 22px 40px 22px;
}
.sjfw ul li{
    float: left;
    width: 310px;
    height: 245px;
    text-align: center;
    box-shadow: 0 0 5px 0 #ccc;
    margin-right: 36px ;
    margin-bottom: 40px;
}
.sjfw ul li:nth-child(4n){
    margin-right: 0;
}
.sjfw ul li .pic{
    margin: 25px 0 12px 0;
    height: 75px;
    overflow: hidden;
}
.sjfw ul li img{
    max-width: 310px;
    max-height: 75px;
}
.sjfw ul li .t{
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sjfw ul li:hover .t{
    border-bottom: 0;
    position: relative;
}
.sjfw ul li:hover .t::after{
    position: absolute;
    left: 0;
    content: ' ';
    width:200%;
    height:1px;
    transform-origin:0 0;
    transform:scale(0.5);
    background-color:#eee;
    bottom: 0;
}
.sjfw ul li .descr{
    color: #989898;
    width: 200px;
    margin: auto;
}
.sjfw ul li:hover{
    background: #e60c0b;
    color: #fff;
}
.sjfw ul li:hover .descr{
    color: #fff;
}
.sjfw ul li .pic img:last-child{
    display: none;
}
.sjfw ul li:hover .pic img:last-child{
    display: inline-block;
}
.sjfw ul li:hover .pic img:first-child{
    display: none;
}

.hkgj li .con .descr p{
    white-space: nowrap;
}

.zhyx .conl{
    float: left;
    width: 632px;
    height: 645px;
    overflow: hidden;
    text-align: center;

}
.zhyx .conl img{
    max-width: 100%;
    max-height: 345px;
}
.zhyx .conr{
    float: left;
    margin-top: 22px;
}
.zhyx .conr ul li{
    border-left:1px solid #e60c0a;
    padding-left: 35px;
    margin-left: 60px;
    padding-top: 30px;
    padding-bottom: 25px;
    width: 500px;
}
.zhyx .conr ul li .t{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.zhyx .conr ul li .descr{
    color: #999;
    line-height: 20px;
}
.zhyx .conr ul li .t:after{
    content: '●';
    position: absolute;
    left: -45px;
    top: -9px;
    color: #e60c0a;
    font-size: 33px;
}
.tgal{
    margin:0 35px;
}
.tgal ul{
    margin: 35px 0;
    display: flex;
    background: #e5e5e5;
    color: #000;
    padding: 20px 0;
    border-radius: 40px;
    font-size:16px;
}
.tgal ul li{
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.tgal{
    position: relative;
}
.tgal .mark{
    position: absolute;
    left: 3px;
    top:3px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    color:#e70d0e;
    width: 135px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.tg_content{
    width: 1270px;
    margin: auto;
    padding: 70px 0 80px 0;
    overflow: hidden;
    min-height: 460px;
}
.tg_content .conl{
    float: left;
    width: 601px;
    height:460px ;
    overflow: hidden;
}
.tg_content .conl img{
    max-width: 100%;
    max-height: 460px;
}
.tg_content .conr{
    float: left;
    width: 500px;
    margin-left: 65px;
}
.tg_content .conr .t{
    margin-top: 150px;
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
}
.tg_content .conr .descr{
    color: #999;
    padding-bottom: 50px;
}
.tg_content .conr  a{
    color: #fff;
    background: #e60c0b;
    display: inline-block;
    width: 145px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-radius: 5px;
}
.tg_content ul li{
    display: none;
}
.tg_content ul li.on{
    display: block;
}
.tool{
    margin-top: 60px;
    padding-bottom: 50px;
    padding-left: 20px;
}
.tool ul li{
    float: left;
    width: 310px;
    height: 190px;
    overflow: hidden;
    box-shadow:  0 0 5px 0 #ccc;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
}
.tool ul li:nth-child(4n){
    margin-right: 0;
}
.tool ul li .con_t{
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 28px;
}
.tool ul li .con_t .pic{
    float: left;
    width: 62px;
    height: 62px;
    overflow: hidden;
    padding-left: 20px;
}
.tool ul li .con_t .pic img{
    max-width: 100%;
    max-height: 62px;
}
.tool ul li .con_t .t{
    float: left;
    font-size: 18px;
    color: #000;
    margin-top: 18px;
    padding-left: 5px;
}
.tool ul li .descr{
    padding-left: 20px;
    padding-right: 20px;
    color: #999;
    line-height: 20px;
}
.message {
    width: 1180px;
    margin: auto;
    padding-bottom: 60px;
}
.message .t{
    margin-top: 60px;
    font-size: 32px;
    margin-bottom: 25px;
}
.message .descr{
    color: #656565;
    padding-bottom: 25px;
}
.message input{
    padding: 10px;
    border: none;
    border:1px solid  #dfdfdf;
    float: left;
    margin-right: 10px;
    width: 224px;
}
.message .sel_sc{
    float: left;
    height: 35px;
    border:1px solid  #dfdfdf;
    padding: 0 10px;
    margin-right: 10px;
}
.sel_sc select{
    border: none;
    margin-top: 10px;
    color: #9e9e9e;
    width: 100px;
}
.message button{
    background: #e60c0b;
    color: #fff;
    height: 37px;
    border: none;
    width: 167px;
    text-align: center;
    font-size: 16px;
}
.message .tip{
    color: #656565;
    margin: 55px 0 15px 0;
}
.message .msg_tel{
    color: #e50e0c;
    font-size: 33px;
    font-weight: bold;
}
.footer{
    background: #161b2e;
    color: #fff;
}

.foot{
    width: 1080px;
    margin: auto;
    padding: 55px 0;
    overflow: hidden;
}
.foot_logo{
    float: left;
    margin-right: 110px;
}
.foot_box{
    float: left;
    color: #c7c5ca;
    margin-right:150px;
}
.foot_box:last-child{
    margin-right: 0;
}
.foot_box:last-child .t{
    text-align: center;
}
.foot_box .t{
    font-size: 18px;
    padding-bottom: 40px;

}
.foot_box .t a,.foot_box .t{
    color: #fff;
}
.foot_box a{
    color: #c7c5ca;
}
.foot_nav li{
    margin-bottom: 25px;
}
.ewm{
    width: 123px;
    text-align: center;
    font-size: 12px;
}
.ewm .pic{
    padding-bottom: 10px;
    width: 123px;
    height: 90px;
}
.ewm p img{
    max-width: 100%;
    max-height: 90px;
}
.copyright{
    background: #141414;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 22px;
}
.swiper-container-banner .swiper-slide img{
    display: block;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    transition: all 0.5s;
    border-radius: 15px;
}
.abg2{
    padding-bottom: 0;
}
@media screen and (max-width: 768px){
    .w1395{
        width: 100%;
    }
    .logo{
        margin-left: 15px;
    }
    .nav_red{
        display: none;
    }
    .foot{
        width: 100%;
        padding: 20px 15px;
    }
    .foot_box{
        margin-right: 45px;
    }
    .foot_logo{
        margin-right: 0;
        float: none;
        margin-bottom: 15px;
    }
    .foot_logo img{
        height: 50px;
    }
}