﻿/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{
    text-decoration: none;

}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    color: #323232;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

ul::after{
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

ul li{
    *zoom: 1;
}

@font-face {
    font-family: "Tw Cen MT";
    src: url("../fonts/TCB___.TTF") format("truetype");

}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");

}

@font-face {
    font-family: "Zen Dots";
    src: url("../fonts/ZenDots-Regular.ttf") format("truetype");

}

@font-face {
    font-family: "Alimama ShuHeiTi";
    src: url("../fonts/AlimamaShuHeiTi-Bold.otf") format("truetype");

}



/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:6.81rem; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img{
    max-width: 100%;
    display: block;

    image-rendering: -moz-crisp-edges; /* Firefox */
     image-rendering: -o-crisp-edges; /* Opera */
     image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;    
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.hdTop{
    background: rgba(13, 18, 30, 1);
    padding: 0.09rem 0;
}

.hdtopleft p{
    font-size: 0.06rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
    padding-left: 0.1rem;
    margin-right: 0.37rem;
}



::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


.hdnav{
    background: rgba(13, 18, 30, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
   
}

.hd_logo img{
    max-height: 0.26rem;
}

.hd_logo{
    margin-top: 0.11rem;
}

.hd_nav{
    
    margin-left: 0.4rem;
}

.hd_nav>ul>li>a{
    font-size: 0.085rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
    display: block;
    line-height: 0.46rem;
}

.hd_nav>ul>li>a:hover{
    opacity: 1;
}

.hd_nav>ul>li{
    margin-right: 0.2rem;
    position: relative;
}

.hd_dh{
    font-size: 0.06rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.76;
    background: url(../images/dianhua.png) left center no-repeat;
    -webkit-background-size: 0.21rem auto;
    background-size: 0.21rem auto;
    padding-left: 0.3rem;
    margin-top: 0.11rem;
}

.hd_dh h3{font-size: 0.1rem;
    font-family: Montserrat;
    font-weight: normal;
    color: #FFFEFE;
    line-height: 0.17rem;
    opacity: 0.76;
}


.hd_dh p{
    padding-top: 0.03rem;
}

.hd_zxly{
    width: 0.73rem;
    height: 0.24rem;
    background: #FFFFFF 0.58rem 0.05rem url("../images/ico_jiantou.png") no-repeat;
    border-radius: 0.03rem;
    display: block;
    margin-top: 0.11rem;

}


.hd_zxly>div{
    padding: 0.05rem 0.07rem;
}


.hd_zxly p{
    font-size: 0.07rem;
    font-family: Montserrat;
    font-weight: 400;
    color: #EE381C;
}


.hd_zxly span{
    display: block;
    font-size: 0.06rem;
    font-weight: 400;
    color: #EE381C;
    margin-top: 0.01rem;
}


.hd_dh{
    margin-right: 0.17rem;
}



/*.bn_img{*/
/*    height: 4.54rem;*/
/*}*/


.bn_img img{
    max-width:101%;
}

/*.banner{*/
/*    position: relative;*/
/*}*/

/*.banner .swiper{*/
/*    width:10rem;*/
/*}*/

.hdnav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}


.bn_pos{
    position: absolute;
    z-index: 9;
        left: 1.55rem;
    top: 1.55rem;
}

.bn_pos img{
    max-width: 6.9rem;
}


.bn_scro{
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    margin-left: -0.27rem;
}


.bn_scro img{
    max-width: 0.54rem;
}




.banner .swiper{
    --swiper-theme-color: #7f2d00;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}


.banner .swiper-button-prev{
    height: 0.42rem;
    width: 0.42rem;
    background: #141414;
    left: 0;
    bottom: 0;
    top: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.banner .swiper-button-prev:hover{
    background: #ee381c;
}

.banner .swiper-button-next{
    height: 0.42rem;
    width: 0.42rem;
    background: #141414;
    left: 0.43rem;
    bottom: 0;
    top: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}



.banner .swiper-button-next:hover{
    background: #ee381c;
}

.banner .swiper-pagination{
    /*    width: 1rem!important;*/
    /*bottom: 0.1rem!important;*/
    /*left: 0.87rem!important;*/
    font-style: 0;
}

.banner .swiper-pagination span{
    background: #fff;
    opacity: 1!important;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active{
    background: #EE381C;
}

.ab_left{
    width: 2.78rem;
}

.ab_left img{
    max-width: 1.7rem;
    margin-bottom: 0.3rem;
}

.ab_left p{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.14rem;
    text-align: justify;
    margin-bottom: 0.06rem;
}

.ab_right{
    width: 3.4rem;
    height:2.04rem;
    overflow: hidden;
}

.ab_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.ab_right:hover img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.about{
    background: url(../images/ab_bj.jpg) right center no-repeat;
    -webkit-background-size: 3.6rem auto;
    background-size: 3.6rem auto;
}


.about .middle{
    position: relative;
}

.ab_limg{
    position: absolute;
    left: -0.65rem;
    max-width: 0.58rem;
}

.ab_left{
    margin-top: 0.8rem;
}

.ab_right{
    margin-top: 0.73rem;
    margin-left: 0.6rem;
}

.ab_left a{
    display: block;
    width: 0.75rem;
    border: 1px solid #EE381C;
    border-radius: 0.03rem;
    padding: 0 0.08rem;
    font-size: 0.07rem;
    font-family: Montserrat;
    font-weight: 400;
    color: #EE381C;
    line-height: 0.26rem;
    background: url(../images/xjttt.png) 0.72rem center no-repeat;
    -webkit-background-size: 0.09rem auto;
    background-size: 0.09rem auto;
    margin-top: 0.28rem;
}

.ab_left a:hover{
    width: 0.9rem;
}


.about{
    padding-bottom: 0.59rem;
    margin-top: 0.45rem;
}

.ab_sl ul li .ab_slsz{
    font-size: 0.3rem;
    font-family: Zen Dots;
    font-weight: 400;
    color: #000000;
    margin-top: 0.19rem;
}


.ab_slzm p{
    font-size: 0.09rem;
    font-family: Zen Dots;
    font-weight: 400;
    color: #000000;
    margin-top: 0.06rem;
}

.ab_slzm{
    margin-left: 0.07rem;
    margin-top: 0.19rem;
}

.ab_slzm img{
    margin-top: 0.02rem;
    max-width: 0.12rem;
}

.ab_sltext{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.ab_sl ul li{
    margin-left: 0.71rem;
}


.about_button{
    cursor: pointer;
    max-width: 0.78rem;
    -webkit-transition: transform 3s;
    -moz-transition: transform 3s;
    -ms-transition: transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
}

.about_button:hover{
     -webkit-transform: rotate(1440deg);
    -moz-transform: rotate(1440deg);
    -ms-transform: rotate(1440deg);
    -o-transform: rotate(1440deg);
    transform: rotate(1440deg);
}

.ab_sl{
    /*background: url(../images/ab_sl.png) 0 0 no-repeat;*/
    -webkit-background-size: 10rem auto;
    background-size: 10rem auto;
    padding-top: 0.4rem;

}

.about_b{
     background: url(../images/ab_sl.png) bottom center no-repeat;
     height:3.6rem;
     background-size: 100% auto;
}

.product{
    background: url(../images/pt_bj.jpg) 0 0 no-repeat;
    -webkit-background-size: 10rem auto;
    background-size: 10rem auto;
    position: relative;
    height: 4.2rem;
    /*border-radius:0.08rem ;*/
    /*overflow: hidden;*/
    margin-top:-2.5rem;
}

.product>.middle{
    position:relative;
}

.advan_bt{
    text-align:center;
    font-size:0;
    margin-bottom: 0.15rem;
}


.advanImg{
    width:100%;
    height:1.25rem;
    overflow:hidden;
}

.advanImg img{
     width: 100%;
        height: 100%;
        object-fit: cover;
         -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
}


   .advan ul li{
        width: 1.7rem;
        background: #eee;
        text-align: center;
        cursor: pointer;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -ms-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
          position: relative;
       }
       
       .advanText>div{
           padding:0.2rem 0.1rem;
       }
       
  .advanText{
      font-size:0.08rem;
      height:1.25rem;
    
  }   
  
    .advanText h3{
        font-size:0.12rem;
        font-family: Alimama ShuHeiTi;
        font-weight: 400;
        color:#0d0d0d;
        margin-top:0.2rem;
         -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -ms-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s;
    }
    
    .advanText p{
        font-size:0.085rem;
        color:#0d0d0d;
        margin-top: 0.085rem;
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -ms-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s;
    }


.advanText span{
    display:block;
    width:.25rem;
    height:.25rem;
    text-align:center;
    line-height:.25rem;
    font-size:0.12rem;
    font-family: Montserrat;
     border-radius: 100%;
     background:#fff;
     font-weight: bold;
     position: absolute;
       top: 50%;
       margin-top:-0.125rem;
       left: 50%;
       margin-left: -0.125rem;
       color: #EE381C;
        box-shadow: 0 0 0.05rem rgba(141, 56, 28, 0.2);
        z-index:99;
}


.advan ul li:hover{
    background:#EE381C;
}

.advan ul li:hover .advanImg img{
    transform: scale(1.1);
}



.advan ul li:hover .advanText h3{
    color:#Fff;
}

.advan ul li:hover .advanText p{
    color:#Fff;
}

.advan_bt img{
    display:inline-block;
    max-width:3rem;
}

.ptTop{
       max-width: 2.1rem;
    position: absolute;
    top: -0.58rem;
    left: 0;
    z-index: 99;
}

.pttW{
    font-size: 0;
    margin-top: 0.71rem;
    margin-right: 0.339rem;
    font-family: Montserrat;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
  
    
}

.ptpbox{
    
     position: relative;
  
}


.ptlist{
    width: 100%!important;
    position: absolute;
    height:4.2rem;
    left: 0;
    top:0;
    cursor: pointer;
    border-radius:0.05rem ;
     -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
    
    
}


.ptlist ul li{
    margin-right: 0.45rem;
    width:1rem;
     position: relative;
    
}

.ptlist ul li:nth-child(5n){
     margin-right: 0;
}

.ptlist h3{
    margin-top:1.5rem;
    font-family: Alimama ShuHeiTi;
    font-size: 0.16rem;
    color:#fff;
    margin-bottom: 0.5rem;
    
}

.ptlist ul li a{
    font-size: 0.12rem;
    color:#fff;
    display: block;
    line-height: 2.5em;
    border-bottom:1px solid #fff;
    margin-top: 0.15rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
   
}

.ptlist ul li::after{
    display: block;
    width:0rem;
    height: 1px;
    background: #EE381C;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}

.ptlist ul li::before{
     display: block;
   
  
    content: '>';
    position: absolute;
    right: 0;
       top: 0.23rem;
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    z-index: 9;
    color: #fff;
    font-size: 0.14rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ptlist ul li:hover::after{
     width:1rem;
}

.ptlist ul li:hover::before{
    color:#EE381C;
}

.ptlist ul li:hover a{
    color:#EE381C;
}

.ptbox{
    width: 1.7rem;
    border-left: 1px solid #fff;
    overflow: hidden;
    height: 2.9rem;
    position: relative;
}

.pt_fm h3{
    font-size: 0.14rem;
    /*font-weight:600;*/
    color: #FFFFFF;
    vertical-align: bottom;
    writing-mode: vertical-rl;
    display: inline-block;
    /*height: 1.8rem;*/
    position: absolute;
    bottom: 0;
    left: 0;

}

.pt_fm p{
     font-size: 0.18rem;
     color: #fff;
     font-family: Alimama ShuHeiTi;
     opacity: 0.2;
}

.pt_fm span{
    font-size: 0.09rem;
    font-weight: 400;
    color: #FFFFFF;
    vertical-align: bottom;
    writing-mode: vertical-rl;
    display: inline-block;
    text-transform: uppercase;
    /*height: 1.8rem;*/
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.className{
    
}


.pt_fm{
    margin-top: 0.35rem;
    margin-left: 0.75rem;
    height: 1.68rem;
    position: relative;
    width: 0.25rem;
}


.pt_fmimg{
    margin-top: 0.24rem;
    margin-left:0.75rem;
}


/*.ptlist{*/
/*    margin-top: 0.67rem;*/
/*}*/

.pt_hvr{
    width: 1.57rem;
    height: 2.77rem;
    background: #EE381C;
    position: absolute;
    left: 1.95rem;
    top: -2.64rem;
  
    z-index: 9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ptbox:hover .pt_hvr{
    left: 0.063rem;
    top: 0.07rem;
    bottom: auto;
}

.ptHvrHd h3{

    font-size: 0.13rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ptHvrHd p{
    font-size: 0.07rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 0.04rem;
}


.pt_hvr>div{
    padding: 0.24rem 0.18rem;
}

.ptHvnav ul li{
    font-size: 0;
}

.ptHvnav ul li a{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 0.1rem;
}

.ptHvnav ul li a::after{
    width: 0.04rem;
    height: 0.04rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.025rem;
    display: block;
    content: '';

}

.className{
    opacity: 0;
    z-index: -8;
}

.ptHvnav ul li a::before{
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    width: 0;
    bottom: -0.02rem;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ptHvnav ul li a:hover::before{
    width: 100%;
}

.ptHvnav{
    margin-top: 0.3rem;
    height: 1.18rem;
    overflow: hidden;
}


.yjt{
    margin-top: 0.3rem;
    display: block;
}


.product .swiper-button-prev{
    height: 0.42rem;
    width: 0.42rem;
    background: #141414;
    bottom: -0.66rem;
    top: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    left: 0;
}

.product .swiper-button-prev:hover{
    background: #ee381c;
}

.product .swiper-button-prev::after{
    display: none;
}

.product .swiper-button-next{
    height: 0.42rem;
    width: 0.42rem;
    background: #141414;
    left: 0.43rem;
    bottom: -0.66rem;
    top: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.product .swiper-button-next::after{
    display: none;
}


.product .swiper-button-next:hover{
    background: #ee381c;
}

.ptlist .swiper{
    --swiper-theme-color: #7f2d00;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.news{
    background: url(../images/new_bj.png) 0 0 no-repeat;
    -webkit-background-size: 10rem auto;
    background-size: 10rem auto;
    padding: 0.7rem 0 0.65rem;
}


.newsList ul li{
    width: 1.68rem;
}

.newsList ul li h3:hover{
    color: #ee381c;
}

.newsb{
    width: 0.38rem;
    height: 0.15rem;
    border: 1px solid #969696;
    border-radius: 0.08rem;
    text-align: center;
    line-height: 0.15rem;
    font-size: 0.06rem;
    color: #525252;
}


.newsList ul li h3{
    font-size: 0.09rem;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.11rem 0 0.07rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.newsList ul li p{
    font-size: 0.08rem;
    font-weight: 400;
    color: #595959;
    line-height: 0.1rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 0.21rem;
    overflow: hidden;
}


.newsImg{
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
    margin: 0.17rem 0 0.34rem;
}


.newsImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.newsImg:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ntime{
    font-size: 0.23rem;
    font-family: Zen Dots;
    font-weight: 400;
    color: #EE381C;
}


.ntime span{
    font-size: 0.08rem;
    font-family: Zen Dots;
    font-weight: 400;
    color: #8F8F8F;
    padding-left: 0.05rem;
}


.newsList ul li{
    margin-left: 0.3rem;
}

.newsList ul li:nth-child(1){
    margin-left: 0;
}

.footer{
    background: #1F1F1F;
    padding-top: 0.33rem;
}

.ft_left{
    width: 1.5rem;
    text-align: center;
}

.ft_left img{
    max-width: 0.7rem;
}

.ft_logo{
    margin-bottom: 0.24rem;
}

.ft_ewm p{
    font-size: 0.06rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 0.13rem;
}

.footer h3{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.83;
    margin-bottom: 0.34rem;
    margin-top: 0.028rem;
}

.ft_main a{
    display: block;
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.183rem;
    opacity: 0.75;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ft_main a:hover{
    opacity: 1;
}

.ft_main{
    padding: 0 0.3rem 0.3rem;
    border: 1px solid rgba(119, 121, 122, 0.33);
    border-top: 0;
    border-bottom: 0;
    margin-left: 0.3rem;
}

.ft_contact{
    padding: 0 0.3rem 0.3rem;
    border-right: 1px solid rgba(119, 121, 122, 0.33);
    width: 1.8rem;
}

.ft_contact p{
    font-size: 0.08rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5em;
    opacity: 0.75;
     margin-bottom: 0.8em;
}

.ft_message p{
    font-size: 0.07rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.14rem;
    opacity: 0.75;
}

.ft_message{
    width: 1.44rem;
}


.ft_message input[type="text"]{
    width: 74%;
    height: 0.21rem;
    border: 1px solid rgba(119, 121, 122, 0.33);
    border-radius: 0.02rem 0rem 0rem 0.02rem;
    border-right: 0;
    background: 0;
    padding: 0 2%;
    font-size: 0.06rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.21rem;
}


.ft_message form{
    font-size: 0;
    margin-top: 0.19rem;
}


.ft_message form input[type="submit"]{
    width: 20%;
    height: 0.23rem;
    background: #EE381C url("../images/feiji.png") center no-repeat;
    -webkit-background-size: 0.09rem auto;
    background-size: 0.09rem auto;
    border-radius: 0rem 0.02rem 0.02rem 0rem;
    border: 0;
    cursor: pointer;
}

.ft_bottom{
    text-align: center;
    font-size: 0.06rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.29);
    line-height: 0.5rem;
    border-top: 1px solid rgba(119, 121, 122, 0.33);
}







.video_box{
    width: 1000px;
    margin: 150px auto;
    position: relative;

}

.vd_close{
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}



.video_box video{
    width: 1000px;
    object-fit: fill;
}


.ab_video{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.page_h .hdTop{
    background: rgba(13, 18, 30, 0.04);
}

.page_h .hdtopleft p{
    color: #232323;
}


.page_h .hdnav{
    background: 0;
}

.page_h .hd_nav ul li a{
    color: rgba(35, 35, 35, 1);
    opacity: 1;
}


.page_h .hd_nav ul li a:hover{
    color: #ee381c;
}

.page_h .hd_dh p{
    color: #232323;
}

.page_h .hd_dh h3{
    color: rgba(238, 56, 28, 1);
}

.page_h .hd_zxly{
    background: #ee381c 0.58rem 0.05rem url("../images/bsjt_jt.png") no-repeat;
}

.page_h .hd_zxly p{
    color: #FFFEFE;
}

.page_h .hd_zxly span{
    color: #FFFEFE;
}


.page_h .hd_zxly{}


.page_h .hdnav{
    position: relative;
}

.page_h .hd_dh{
    opacity: 1;
}


.page_h .hd_dh h3{
    opacity: 1;
}

.page_banner{
    height: 3rem;
    border-top: 1px solid transparent;
    position: relative;
}

.pg_tittle{
    margin-top: 2.13rem;
}

.pg_tittle img{
    max-height: 0.49rem;
}

.pg_scroll{
   position: absolute;
    left: 50%;
    margin-left: -0.265rem;
    bottom: -0.15rem;
}

.page_navs{
    font-size: 0;
}

.page_navleft a{
    font-size: 0.08rem;
    font-weight: 400;
    color: rgba(57, 57, 57, 1);
    display: inline-block;
    margin-right: 0.12rem;
    position: relative;
}

.page_navleft a:hover{
    color: #ee381c;
}

.page_navleft a::after{
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #ee381c;
    position: absolute;
    bottom: -0.035rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pt_left .page_navleft a{
    background: #fff;
    padding: 0 0.05rem;
    line-height: 2em;
    
}

.page_navleft a:hover::after{
    width: 100%;
}

.pt_left .page_navleft a::after{
    display: none;
}

.pt_left .page_navleft a:hover{
    background: #ee381c;
    color: #Fff;
}

.pt_left .page_navleft a.active{
    background: #ee381c;
    color: #Fff;
}


.page_navleft a.active::after{
    width: 100%;
}


.page_navleft a.active{
    color: #ee381c;
}

.page_add{
    font-size: 0.07rem;
    font-weight: 400;
    color: #202020;
}


.page_add a{
    font-size: 0.07rem;
    font-weight: 400;
    color: #202020;
}

.page_add a:hover{
    color: #ee381c;
}

.page_navs{
    margin-top: 0.31rem;
}

.page_abtop{
    margin-top: 0.53rem;

}

.pg_abTleft img{
    max-width: 1.69rem;
    margin-bottom: 0.41rem;
}

.pg_abTleft{
    width: 2.75rem;
    margin-top: 0.15rem;
}

.pg_abTleft p{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.15rem;
    text-align: justify;
    margin-bottom: 0.19rem;
}

.pg_abTleft h3{
    font-size: 0.1rem;
    font-family: Montserrat;
    color: #EE381C;
    text-transform: uppercase;
    margin-bottom: 0.04rem;
    font-weight: bold;
}

.pg_abTright{
    width: 3.65rem;
    height: 3.32rem;
    overflow: hidden;
    border-radius: 0.05rem;

}

.pg_abTright img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}


/*.ab_sl{
    background: 0;
}*/

.pg_ab_main{
    background: #E1E1E1;
    position: relative;
    margin-top: 1.5rem;
}


.pg_ab_ming{
    width: 3.61rem;
    height: 2.09rem;
    background: #000000;
    border-radius: 0.06rem;
    overflow: hidden;
    position: absolute;
    top: -0.89rem;
}

.pg_ab_ming img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pg_ab_ming:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pg_ab_pp{
    width: 2.62rem;
    font-size: 0.08rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.15rem;
    text-align: justify;
    margin-top: 0.48rem;
}

.pg_ab_bmp{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.15rem;
    text-align: justify;
    margin-top: 0.2rem;
}


.hzkh img{
    max-height: 0.36rem;
}

.hzkh{
    margin: 0.32rem 0 0.18rem;
}

.hzkhimg{
    width: 1.66rem;
    height: 0.62rem;
    overflow: hidden;
}

.hzkhimg img{
    width: 100%;
    height: 100%;
}

.collbox{
    position: relative;
    padding-bottom: 0.67rem;
}


.collbox .swiper-button-next::after{
    display: none;

}


.collbox .swiper-button-next{
    top: 0.12rem;
    width: 0.18rem;
}


.hohobox .swiper-button-next::after{
    display: none;

}

.hohobox .swiper-button-next{
    top: 0.12rem;
    width: 0.18rem;
}




.pg_absh{
    background: rgba(238, 56, 28, 1);
    text-align: center;
    padding: 0.3rem 0 0.48rem;
    font-size: 0;
}

.pg_absh img{
    display: inline-block;
}

.pg_absh p{
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.15rem;
    width: 5.2rem;
    margin: 0.26rem auto 0;
}

.hohobox{
    position: relative;
}

.honrmg{
    width: 1.64rem;
    height: 1.09rem;
    overflow: hidden;
}

.honrmg img{
    width: 100%;
    height: 100%;

}

.hohobox{
    margin: 0.63rem 0 0.53rem;
}

.hn_list{
    margin-top: 0.32rem;
}

.page_nys{
    background: #F8F8F8;
}

.pg_ptlist ul li{
    width: 2.19rem;
    height: 1.89rem;
    background: #FFFFFF;
}

.pg_ptlist ul>li>a{
    display: block;
    margin: 0.07rem;
    background: #eee;
 
    width: 2.06rem;
    height: 1.75rem;
    overflow: hidden;
}

.pg_ptlist ul>li>a:hover{
    background: #ee381c;
}

.pg_ptlist ul>li>a:hover h3{
    color:#fff;
}


.pgpt_box h3{
    font-size: 0.1rem;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 0.13rem;
    margin-top: 0.15rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.pgpt_box h3:hover{
    color: #ee381c;
}

.pgpt_box p{
    font-size: 0.06rem;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 0.13rem;
    margin-top: 0.05rem;
}


.pgotimg{
    width: 0.31rem;
    margin-top: 0.76rem;
    margin-left: 0.13rem;
}


.pgotimg img{
    max-width: 100%;
}

.pgptcpt{
       width: 100%;
    height: 1.31rem;
    overflow: hidden;
    position: relative;
    /*margin-top: 0.1rem;*/
    background:#fff;
}

.pgptcpt img{
    width:100%;
    height:100%;
    object-fit: cover;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pg_ptlist{
    margin-top: 0.44rem;
}

.pg_ptlist ul li:hover .pgptcpt img{
      -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pg_ptlist ul li{
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
}


.pg_ptlist ul li:nth-child(3n){
    margin-right: 0;
}

.pgp{
    padding-bottom: 0.8rem;
}

.pg_ptlist{

}

/*-----------------------------------------*/

.pt_left h3{
    font-size: 0.17rem;
    font-weight: bold;
    color: #222222;
}

.show_pt{
    width: 6.8rem;
    margin: 0.27rem auto;
    background: #F6F6F6;

}


.sptTp{
    height: 2.3rem;
    background: rgba(238, 238, 238, 0.5);
    padding: 0.44rem 0.38rem 0.1rem;
}


.sptTp .pt_left{
    width: 3.1rem;
}

.sptTp .pt_left h3{
    margin-top: 0.2rem;
}

.sptTp h4{
    font-size: 0.13rem;
    font-weight: 400;
    color: #000000;
    margin-top: 0.11rem;
}


.sptTp span{
    display: block;
    height: 1px;
    background: rgba(92, 92, 92, 0.2);
    margin-top: 0.23rem;
    margin-bottom: 0.29rem;
}



.sptTp .pt_right{
    margin-top: 0.12rem;
    margin-right: 0.12rem;
}

.sptXq{
    background: rgba(238, 238, 238, 0.5);
}

.sptXq>div{
    padding: 0.35rem;
    padding-top: 0;
}

.sptXqhd{
    font-size: 0.14rem;
    font-weight: bold;
    color: #000000;
    position: relative;
}




.sptXqhd span{
    font-size: 0.09rem;
    font-weight: 400;
    color: #000000;
}

.sptText{
    margin-top: 0.25rem;
}

.sptText{
     font-size: 0.08rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
}

.sptText img{
    max-width:100%;
}

.sptText p{
    font-size: 0.08rem;
    font-weight: 400;
    color: #000000;
    line-height: 3em;
    position: relative;
    padding-left: 0.09rem;
}

.sptText p::after{
    display: block;
    content: '';
    width: 0.04rem;
    height: 0.04rem;
    background: #ee381c;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.1rem;

}

.sptXX{
    background: rgba(238, 238, 238, 0.5);
    margin-top: 0.11rem;
}

.sptXX>div{
    padding: 0.35rem;
    font-size: 0.08rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.8em;
}

.sptXX img{
    max-width: 100%;
}


.pziMg{
    width: 3.24rem;
    height: 3.85rem;
    border-radius: 0 0 0.5rem 0;
    overflow: hidden;
}


.pziMg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.pzLf{
    width: 3.24rem;
}


.pzLf p{
    font-size: 0.09rem;
    font-weight: 400;
    color: #000000;
    margin-top: 0.14rem;
    text-align: center;
}


.pzLf .swiper-pagination{
    font-size: 0;
    bottom: 0.4rem!important;
}

.pzzx{
    background: url(../images/TESTING.jpg) bottom center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 0.9rem;
    padding-bottom: 0.75rem;
}

.pzRt{
    width: 2.98rem;
    padding-right: 0.5rem;
    margin-top: 0.2rem;
}

.pzRt img{
    max-height: 0.88rem;
    margin-bottom: 0.3rem;
}

.pzRt p{
    font-size: 0.08rem;
    font-weight: 400;
    color: #101010;
    line-height: 1.8em;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
}

.pzzlt .pgAbtRt{
    width: 2.1rem;
    margin: 0.65rem auto 0.56rem;
}


.pzzlLiss{
    width: 7.5rem;
    margin: 0 auto;
}

.pzlsImg{
    width: 100%;
    height: 2.27rem;
    overflow: hidden;
}


.pzlsImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.pzzlLiss p{
    font-size: 0.09rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.44rem;
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}


.pzzlt{
    margin-bottom: 0.84rem;
}


.txzs ul li{
    width: 2.09rem;
    margin-right: 0.5rem;
    float: left;
    margin-bottom: 0.83rem;

}

.txzs{
    margin-top: 0.77rem;
}


.txzs ul li:nth-child(3n){
    margin-right: 0;
}


.txzs ul li h3{
    font-size: 0.1rem;
    font-weight: bold;
    color: #5A5A5A;
    text-align: center;
    margin-bottom: 0.15rem;
}

.txzs ul li span{
    display: block;
    width: 0.27rem;
    height: 0.02rem;
    background: #E0D8CC;
    border-radius: 0.01rem;
    margin: 0 auto 0.23rem;
}

.txzsmg{
    width: 2.09rem;
    height: 2.79rem;
    overflow: hidden;
    border: 0.02rem solid rgba(224, 216, 204, 1);
}

.txzsmg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.pt_right{
    background: #f8f8f8;
    -webkit-background-size: cover;
    background-size: cover;
    width: 2.3rem;
    height: 1.69rem;
   
    overflow: hidden;
    position: relative;
    border: 0.03rem solid #fff;
}

.pt_right img{
    /*max-width: 90%;*/
    /*max-height: 90%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    width:100%;
    height:100%;
    object-fit: cover;
}

.pt_left h3{
    width: 2.5rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3em;
}

.pt_left img{
    margin-top: 0.23rem;
}

.pt_left span{

}

.pt_left h5{
    font-size: 0.1rem;
    font-weight: bold;
    color: #1B1B1B;
}

.pt_left p{
    font-size: 0.07rem;
    font-weight: 400;
    color: #454545;
    line-height: 0.14rem;
    text-align: justify;
    margin-top: 0.15rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}



/*---------------------------------------------------*/

.newsLimg{
    width: 2.5rem;
    height: 1.56rem;
    overflow: hidden;
}

.newsLimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.newsLimg:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.newsLtext{
    width: 4.15rem;
}


.newslTime{
    font-size: 0.07rem;
    font-weight: 400;
    color: #000000;
    margin-top: 0.07rem;
}

.newsLtext h3{
    font-size: 0.17rem;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.newsLtext p{
    height: 0.22rem;
    font-size: 0.08rem;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 1.5em;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.newslMore{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0.71rem;
    height: 0.07rem;
    background: #ECEEF2;
    padding: 0.07rem 0.09rem;
}

.newslMore:hover{
    width: 0.86rem;
}

.newslMore img{
    max-width: 0.165rem;
    margin-top: 0.02rem;
}

.newslMore span{
    font-size: 0.08rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.07rem;
    display: block;
}

.hx{
    width: 100%;
    height: 1px;
    opacity: 0.15;
    background: #5C5C5C;
    margin: 0.34rem 0 0.21rem;
}
.newsLtext{
    width: 3.9rem;
}

.newsLtext h3{
    margin: 0.09rem 0 0.19rem;
}

.newsLp{
    margin-top: 0.68rem;
    padding-bottom: 0.68rem;
}

.newsLp ul li{
    margin-bottom: 0.39rem;
}

.newsLtext h3:hover{
    color: #ee381c;
}

.showNee{
    background: #F7F7F7;
    padding: 0.32rem 0 0.55rem;
}

.showNll{
    background: #ffffff;
    margin: 0.44rem 0 0;
}

.showNll>div{
    padding: 0.41rem 0.38rem;
}

.showNll h3{
    font-size: 0.13rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
}

.showNll p{
    font-size: 0.07rem;
    font-weight: 400;
    color: #5C5C5C;
    margin: 0.23rem 0 0.29rem;
}

.showNtexts img{
    max-width: 100%;
}

.showNtexts{
    font-size: 0.08rem;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 1.8em;
}

.showrr{
    font-size: 0;
    margin-top: 0.04rem;
}

.pttW{
    position: absolute;
    bottom: 0;
    left: 0;
      width:100%;
}

.tabs a{
    font-family: Alimama ShuHeiTi;
    font-size:0.16rem;
    color: #fff;
    font-weight: 400;
    display: block;
    line-height: 1em;
    width:50%;
  box-sizing:border-box
   
}

.tabs a>div{
    padding:0.1rem 0.2rem;
}

.tabs a p{
    font-size: 0.09rem;
   font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}

.tabs a:nth-child(1){
    border-right: solid 1px rgba(255,255,255,0.2);
}

.tabs a:hover{
   
}


.nelmpt{
    padding-left: 0.3rem;
}

.tabs a.active{
   background: #EE381C;
    
}

.showrr a{
    padding: 0.19rem;
    background: #FFFFFF;
    display: block;
    margin-bottom: 0.13rem;
    width: 3rem;
}

.showrr p{
    font-size: 0.1rem;
    font-weight: 400;
    color: #343634;
    line-height: 0.16rem;
    margin-right: 0.1rem;
}

.showrr h3{
    font-size: 0.07rem;
    font-weight: 400;
    color: #343634;
    line-height: 1.5em;
    opacity: 0.9;
    text-align: justify;

    height: 0.2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 0.023rem;
    width: 1.9rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showrr img{
    max-width: 0.13rem;
    margin-top: 0.05rem;
    margin: 0.05rem 0.18rem 0;
}


.showrr h3:hover{
    color: #ee381c;
    opacity: 1;
}


.maps #container{
    width: 6.81rem;
    height: 2.13rem;
    margin-top: 0.3rem;
}


.pg_cont{
    width: 2.85rem;
    height: 2.21rem;
    background: #FFFFFF;
}


.pg_cont>div{
    padding: 0.26rem 0.31rem;
}

.pg_cont h3{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.17rem;
    margin-bottom: 0.41rem;
}

.pg_cont p{
    margin-bottom: 0.09rem;
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 0.09rem;
}


.pg_cont h2{
    font-size: 0.16rem;
    font-family: Montserrat;
    color: #EE381C;
    margin-bottom: 0.09rem;
}


.pg_message{
    width: 3.85rem;
    height: 2.21rem;
    background: #FFFFFF;
}


.pg_message>div{
    padding: 0.26rem 0.31rem;
}

.pg_msgtop h3{

    font-size: 0.18rem;
    font-family: Montserrat;
    font-weight: bold;
    color: #EE381C;
}


.pg_msgtop h3 span{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.pg_msgtop p{
    width: 1.51rem;
    font-size: 0.06rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 1.5em;
    margin-top: 0.01rem;
}

.form_msg{
    font-size: 0;
}

.form_msg input{
    background: none;
    border: 0;
    border-bottom: 1px solid #979797;
    display: block;
    padding-bottom: 0.1rem;
}

.form_msg input:nth-child(1){
    width: 0.57rem;
    float: left;
}

.form_msg input:nth-child(2){
    width: 1.2rem;
    float: left;
    margin-left: 0.11rem;
}

.form_msg input:nth-child(3){
    width: 1.2rem;
    float: right;
}


.form_msg input:nth-child(5)
{
    width: 3.21rem;
    margin-top: 0.17rem;
}

.form_msg input:nth-child(6){
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    background: url(../images/yjtwc_y.png) right center no-repeat;
    -webkit-background-size: 0.13rem auto;
    background-size: 0.13rem auto;
    padding-right: 0.18rem;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 0.29rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.form_msg input:nth-child(6):hover{
    padding-right: 0.22rem;
    color: #EE381C;
}


.form_msg{
    margin-top: 0.39rem;
}


.pg_contact{
    margin-top: 0.09rem;
}



.hdtopleft.fr p{
    margin-right: 0;
}







 #pages { padding:14px 0 10px;text-align: center; clear:both;font-size: 0;}
    #pages a { display:inline-block; height:33px; line-height:33px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
    #pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
    #pages span { display:inline-block; height:33px; line-height:33px; background:#1cb9ec; border:1px solid #1cb9ec; color:#fff; text-align:center;padding:0 10px}
    .page .noPage { display:inline-block; width:56px; height:33px; line-height:33px; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


#pages ul li{
    display: inline-block;
}

#pages ul li.active a{
    background: #ee381c;
    border: 1px solid #ee381c;
}


#pages ul li.active a{
    color: #fff;
}


 .pagebig{
        font-size: 0;
        margin-top: 2.4rem;
    }
        .pagebig a{
            font-size: 0.12rem;
            color: #fff;
            display: inline-block;
            padding: 0 0.1rem;
            border-radius: 0.04rem;
            font-weight: bold;
            line-height: 2.8em;
            background: #fff;
            color: #ee381c;
            margin-left: 0.1rem;
        }
        .pagebig a.active{
            color: #fff;
            background: #ee381c;
        }
        .pagebig a:hover{
            
            background: #ee381c;color: #fff;}
                .header2 .hd_nav ul li>a:hover>span{
    color: #2198ae;
}

.header_na{
    top: -0.8rem;
}


.hd_nav ul li:hover{
    overflow: visible;
}


.nav_xl{
    position: absolute;
    background: #fff;
    padding: 0.15rem 0 0.2rem;
    width: 0.7rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: -2rem;
    z-index: -99999;
}

.nav_xl::after{
    display: block;
    background: url(../images/sjx.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 0.09rem;
    height: 0.04rem;
    position: absolute;
    top: -0.04rem;
    left: 50%;
    transform: translate(-50%,0);
    content: '';
}

.hd_nav ul li:hover .nav_xl{
    /*opacity: 1;*/
    /*top: 0.25rem;*/
    animation: myfirst 0.5s forwards;
    -moz-animation: myfirst 0.5s forwards;  /* Firefox */
    -webkit-animation: myfirst 0.5s forwards;   /* Safari 和 Chrome */
    -o-animation: myfirst 0.5s forwards;    /* Opera */
}

@keyframes myfirst
{
    0%   {opacity: 0}
    20%  {opacity: 0;top: 0.8rem}
    100% {opacity: 1;top: 0.46rem;}
}

@-moz-keyframes myfirst /* Firefox */
{
  0%   {opacity: 0}
    20%  {opacity: 0;top: 0.8rem}
    100% {opacity: 1;top: 0.46rem;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
   0%   {opacity: 0}
    20%  {opacity: 0;top: 0.8rem}
    100% {opacity: 1;top: 0.46rem;}
}

@-o-keyframes myfirst /* Opera */
{
   0%   {opacity: 0}
    20%  {opacity: 0;top: 0.8rem}
    100% {opacity: 1;top: 0.46rem;}
}




.nav_xl dd a{
    font-size: 0.075rem;
    color: #515151;
    line-height: 3.2em;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav_xl dd a::before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #EE381C;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate(0,-50%);
}

.nav_xl dd a::after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #EE381C;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    transform: translate(0,-50%);
}


.nav_xl dd:hover a::before{
    content: '';
    display: block;
    opacity: 1;
    background: #EE381C;
    height: 100%;
}


.nav_xl dd:hover a::after{
    content: '';
    display: block;
    opacity: 1;
    background: #EE381C;
}

.nav_xl dd:hover a{
    color: #EE381C;
}


        

.xq_znr{
    width: 100%;
   overflow: hidden;
   height: 3.5rem;
   position: relative;
}

.xq_znr img{
    max-width: 100%;
    max-height: 100%;
     position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tc_n_box{
    width: 6.81rem;
    height: 3.9rem;
    background: #fff;
    font-size: 0;
    overflow: hidden;
    position: fixed;
    top: 0.4rem;
    left: 50%;
    margin-left: -3.405rem;
    z-index: 9999;
    border-radius: 0.08rem;
    display: none;
}




.tc_box{
    display: none;
}

.tc_top{
    background: #dcdddf;
    padding: 0.14rem 0.12rem;
}

.tc_close{
    display: block;
    width:0.12rem;
    height:0.12rem;
}

.tc_close img{
    max-width: 0.12rem;
}

.tc_top h3{
    font-size:0.11rem;
    font-weight:bold;
    color:rgba(0,0,0,1);
}


.tc_box{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 10rem;
    position: fixed;
    top: 0;
    z-index: 9998;

}

.tc_box {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 10rem;
    position: fixed;
    top: 0;
    z-index: 9998;
    /*display: none;*/
}


.ab_right video{
    width: 100%;
    height:100%;
      object-fit: cover;
    -o-object-fit: cover;
}

.casehd{
    text-align: center;
    font-size:0;
    margin-bottom:0.3rem;
}

.casehd img{
    max-width:3.6rem;
    display:inline-block;
}

.ab_img{
    width: 100%;
    height: 1rem;
    overflow: hidden;
}

.ab_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ab_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.case{
    background:#eee;
    padding:0.6rem 0;
}




.casemmm{
    display: block;
    width: 0.75rem;
    border: 1px solid #EE381C;
    border-radius: 0.03rem;
    padding: 0 0.08rem;
    font-size: 0.07rem;
    font-family: Montserrat;
    font-weight: 400;
    color: #EE381C;
    line-height: 0.26rem;
    background: url(../images/xjttt.png) 0.72rem center no-repeat;
    -webkit-background-size: 0.09rem auto;
    background-size: 0.09rem auto;
    margin-top: 0.28rem;
    margin:0.1rem auto;
}

.casemmm:hover{
    width: 0.9rem;
}


.page_case ul li{
    width:2.135rem;
    margin-right:0.2rem;
    margin-bottom:0.2rem;
}

.page_case{
    margin-top:0.3rem;
}

.page_case ul li:nth-child(3n){
    margin-right:0;
}



.page_case ul li .ab_img{
    height:1.5rem;
}


.cpzb_text table{
    width: 100%!important;
    margin: 0 auto!important;
    font-size:0.08rem!important;
    font-weight:400!important;
    color:rgba(0,0,0,1)!important;
    border: 1px solid #fff!important;
    background: #f2f2f2!important;
    box-sizing: border-box;
    
}

.cpzb_text table tr:nth-child(1){
    background: #EE381C!important;
    line-height: 0.39rem!important;
    border-top: 0px solid #000!important;
    color: #fff!important;
}

.cpzb_text table tr:nth-child(1) td{
    color: #FFFFFF!important;
    white-space: nowrap;
}

.cpzb_text table tr{
    border-top: 0px solid #9e9e9e!important;
}


.cpzb_text table td{
    width: auto!important;
    /*border-left: 1px solid transparent!important;*/
    line-height: 1.5em!important;
    text-align: center!important;
    border: 0px solid #000!important;
    font-size: 0.08rem!important;
    border-right: 0px solid #000!important;
    padding: 0.1rem 0.03rem!important;
    display:table-cell!important;
    vertical-align:middle!important;
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif!important;
    font-size:0.085rem!important;
}

.cpzb_text span{
     font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif!important;
    font-size:0.085rem!important;
}

.cpzb_text table th{
    border: 0px solid #000!important;
    font-weight: 400!important;
    letter-spacing: 0em!important;
    font-size: 0.08rem!important;
    font-weight: bold!important;
    border-right: 0px solid #000!important;
}

.cpzb_text tr:nth-child(2n+1){
    background: #fff!important;
}

.cpzb_text{
       font-size: 0.085rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
    margin-top:0.25rem;
}

.cpzb_text img{
    display: inline-block;
}

