/* CSS Document */

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;
    overflow-x: hidden;
}
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;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{width:7.23rem; 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;
}


.about{
    background: url(../image/company.png) 0 0.47rem no-repeat;
    -webkit-background-size: 7.97rem 1.13rem;
    background-size: 7.97rem 1.13rem;
}

.ab_left{
    margin: 1.4rem 0 0 1.4rem;
}

.ab_hd h3{
    font-size:0.16rem;
    font-weight:bold;
    color:rgba(0,0,0,1);
    /*line-height:0.24rem;*/
    margin-top: 0.01rem;
    margin-bottom: 0.08rem;
}

.ab_hd p{
    font-size:0.1rem;
    font-family:yw_ct;
    font-weight:bold;
    color:rgba(0,63,139,1);

}

.ab_left>p{
    font-size:0.085rem;
    font-weight:400;
    color:rgba(64,64,64,1);
    line-height:0.14rem;
    text-align: justify;
}


.ab_left{
    width: 2.28rem;
}

.ab_left a{
    display: block;
    background:linear-gradient(to left,rgba(33,152,174,1),rgba(130,214,174,1));
    border-radius: 0.8rem;
    width:0.6rem;
    height:0.18rem;
    text-align: center;
    line-height: 0.18rem;
    color: #fff;
    font-size: 0.06rem;
    margin-top: 0.23rem;
}

.ab_left a:hover{
    width:0.8rem;
}

.ab_right{
    width:5.7rem;
    height:2.63rem;
    background:url("../image/ab_rtimg.jpg");
    border-top-left-radius:2rem;
    border-bottom-left-radius:2rem;
    overflow: hidden;
    margin-top: 0.87rem;
}

.ab_video{
    background: url(../image/vdeo_ico.png) left center no-repeat;
    -webkit-background-size: auto 0.64rem;
    background-size: auto 0.64rem;
    line-height: 0.64rem;
    color: #fff;
    font-size:0.09rem;
    font-weight:normal;
    color:rgba(241,241,241,1);
    margin: 0.95rem 0 0 0.84rem;
    padding-left: 0.75rem;
    cursor: pointer;
}


.adv{
    background: url(../image/adv_bj.jpg) center no-repeat;
    height: 3.97rem;
    -webkit-background-size: 10.09rem 3.97rem;
    background-size: 10.09rem 3.97rem;
    overflow: hidden;
    *zoom: 1;
}


.adv_hd{
    background: url(../image/adv_hder.png) top center no-repeat;
    text-align: center;
    -webkit-background-size: 2.81rem auto;
    background-size: 2.81rem auto;
    overflow: hidden;
    *zoom: 1;
    margin-top: 0.74rem;
}

.adv_hd h3{
    font-size:0.18rem;
    color:rgba(255,255,255,1);
    line-height:0.24rem;
    font-weight: bold;
    margin-top: 0.18rem;
}

.adv{
    margin-top: 0.86rem;
}


.adv_slt{
    width:0.82rem;
    height:0.82rem;
    background:rgba(255,255,255,1);
    border-radius:50%;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.adv_slt p{
    font-size:0.32rem;
    font-family:yw_ct;
    font-weight:bold;
    color:rgba(64,64,64,1);
    /*line-height:0.68rem;*/
    margin-top: 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;
}

.adv_slt span{
    font-size:0.07rem;
    font-weight:bold;
    color:#404040;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.adv_tm .swiper-slide-thumb-active .adv_slt{
    background: url(../image/adv_nbj.jpg) center no-repeat;
}

.adv_tm .swiper-slide-thumb-active .adv_slt p{
    color: white;
}

.adv_tm .swiper-slide-thumb-active .adv_slt span{
    color: white;
}

.adv_slt:hover{
    background: url(../image/adv_nbj.jpg) center no-repeat;
}

.adv_slt:hover p{
    color: white;
}

.adv_slt:hover span{
    color: white;
}


.adv_xq h3{
    font-size:0.11rem;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:0.15rem;
    margin-bottom: 0.15rem;
}


.adv_xq p{
    font-size:0.085rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 1.8em;
}

.adv_box{
    width: 5.36rem;
    margin: 0.59rem auto 0;
}


.adv_tm .swiper-slide:nth-child(1){
    margin-top: 0.9rem;
}

.adv_tm .swiper-slide:nth-child(3){
    margin-left: 0.5rem;
}

.adv_tm .swiper-slide:nth-child(4){
    margin-top: 0.9rem;
}

.adv_xq{
    text-align: center;
}

.adv_ga{
    width: 2.55rem;
    margin: -0.6rem auto 0;
}

.pt_thm{
    width:6.11rem;
    height:2.63rem;
    border-top-right-radius:3rem;
    border-bottom-right-radius:3rem;
    overflow: hidden;
}


.pt_big{
    width: 100%;
    height: 2.63rem;
    overflow: hidden;
}

.pt_big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt_tittle{
    background: url(../image/pt_bs.png) left center no-repeat;
    -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: 100%;
    cursor: pointer;
    -webkit-background-size: auto 0.68rem;
    background-size: auto 0.68rem;

}

.pt_tittle h3{
    font-size:0.09rem;
    font-weight:bold;
    color:rgba(64,64,64,1);
    line-height: 0.68rem;
    padding-left: 0.4rem;
}

.pt_tittle:hover{
    background: url(../image/pt_ls.png) left center no-repeat;
    -webkit-background-size: auto 0.68rem;
    background-size: auto 0.68rem;
}

.pt_gal{
    width: 3.5rem;
    height: 4.5rem;
}

.product{
    background:  url(../image/display.jpg) center no-repeat;
    overflow: hidden;
    *zoom: 1;
    height: 5.99rem;
}

.ptt_left{
    width: 1.55rem;
}

.ptt_left img{
    max-width: 1.556rem;
    display: block;
}

.ptt_left h3{
    font-size:0.13rem;
    font-weight:bold;
    color:rgba(64,64,64,1);
    margin-top: 0.085rem;
}


.ptt_right{
    width:2.38rem;
    font-size:0.083rem;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:0.14rem;
    margin-left: 0.4rem;
}

.pt_top{
    margin: 0.79rem 0 0.3rem 1.37rem;
}

.pt_gal{
    margin-left: 0.8rem;
}

.pt_thm{
    margin-top: 0.15rem;
}

.pt_gal .swiper-slide:nth-child(1) .pt_tittle{
    margin-left: 0.35rem;
}


.pt_gal .swiper-slide:nth-child(2) .pt_tittle{
    margin-left: 1.1rem;
    margin-top: -0.15rem;
}


.pt_gal .swiper-slide:nth-child(3) .pt_tittle{
    margin-left: 1.6rem;
 margin-top: -0.08rem;
}


.pt_gal .swiper-slide:nth-child(4) .pt_tittle{
    margin-left: 1.65rem;
     margin-top: 0.1rem;

}

.pt_gal .swiper-slide:nth-child(5) .pt_tittle{
        margin-left: 1.3rem;
    margin-top: 0.18rem;

}

.pt_gal .swiper-slide:nth-child(6) .pt_tittle{
           margin-left: 0.8rem;
    margin-top: 0.08rem;
    margin-bottom: 0.4rem;
}


.pt_gal .swiper-slide:nth-child(2){
    /*margin-bottom: 0.23rem;*/
}


.pt_gal .swiper-slide-thumb-active .pt_tittle{
    background: url(../image/pt_ls.png) left center no-repeat;
    -webkit-background-size: auto 0.68rem;
    background-size: auto 0.68rem;
}

.zxly{
    background: url(../image/msg_ly.png) center no-repeat;
    text-align: center;
    width:7.39rem;
    height:1.63rem;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: -0.5rem auto 0;
    overflow: hidden;
    *zoom: 1;
    font-size: 0;
}

.zxly_hd{
    margin-top: 0.44rem;
}

.zxly_hd p{
    font-size:0.16rem;
    font-family:yw_ct;
    font-weight:bold;
    color:rgba(123,210,174,1);
}

.zxly_hd h3{
    font-size:0.085rem;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-top: 0.06rem;
}

.zxly a{
    display: inline-block;
    border:2px solid rgba(255,255,255,1);
    font-size:0.06rem;
    font-family:yw_ct;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:0.19rem;
    padding: 0 0.24rem;
    margin-top: 0.3rem;
}

.zxly a:hover{
    background: #ffffff;
    color: #174671;
}

.news_li{
    /*width:5.19rem;*/
    height:1.24rem;
    border:1px solid #dcdcdc;
    border-radius:1rem;
    display: block;
    padding: 0 0.38rem;
}

.news_text{
    width: 2rem;
    margin-top: 0.45rem;
    text-align: right;
    margin-right: 0.3rem;
}

.news_text h3{
    font-size:0.09rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2em;
}

.news_text p{
    font-size:0.07rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:0.11rem;
    opacity:0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    margin-top: 0.07rem;
}

.news_img{
    width:0.92rem;
    height:0.92rem;
    border:1px solid rgba(73, 73, 73, 0.29);
    border-radius:50%;
    margin-top: 0.18rem;
}

.news_img>div{
    width: 0.85rem;
    height: 0.85rem;
    overflow: hidden;
    border-radius: 100%;
    margin: 0.035rem;
}

.news_img>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_time p{
    font-size:0.289rem;
    font-family:yw;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:0.35rem;

}

.news_time{
    margin-top: 0.4rem;
    margin-left: 0.2rem;
}


.news_hd h3{
    font-size:0.13rem;
    background: url(../image/news_ct.png) center no-repeat;
    color:rgba(64,64,64,1);
    line-height:0.24rem;
    text-align: center;
    padding-top: 0.13rem;
}

.news_hd{
    margin: 0.81rem auto 0.49rem;
}

.news_box1 .swiper-button-next, .news_box1 .swiper-button-prev{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.news_box1 .swiper-button-next:hover, .news_box1 .swiper-button-prev:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}


.news_box1 .swiper-button-next{
    right: 2.25rem;
}

.news_box1 .swiper-button-prev{
    left: 2.25rem;
}

.news_box1{
    margin-bottom: 0rem;
}

.footer{
    background: url(../image/ft_bj.png) center no-repeat;
    height: 2.61rem;
    -webkit-background-size: auto 2.61rem;
    background-size: auto 2.61rem;
}

.ft_top{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 0;
    text-align: center;
}


.ft_top ul li{
    display: inline-block;
    margin: 0.53rem 0.15rem 0.37rem;
}

.ft_top ul li a{
    font-size:0.07rem;
    font-weight:400;
    color:rgba(255,255,255,0.9);
}

.ft_top ul li a:hover{
    color: #ffffff;
}

.ft_top ul li:nth-child(5){
    margin-right: 0.9rem;
}

.ft_top{
    background: url(../image/ft_logo.png) center no-repeat;
    -webkit-background-size: 0.47rem auto;
    background-size: 0.47rem auto;
}

.ft_left p{
    font-size:0.06rem;
    font-weight:400;
    color:rgba(236, 236, 236);
    line-height:0.17rem;
}

.ft_left input[type="text"]{
    width:1.72rem;
    height:0.23rem;
    background: rgba(255,255,255,0.4);
    border: none;
    line-height: 0.23rem;
    font-size: 0.07rem;
    color: #ffffff;
    padding: 0 1em;
}

.ft_left input[type="submit"]{
    width:0.43rem;
    height:0.23rem;
    background: #74cdae;
    text-align: center;
    line-height: 0.23rem;
    font-size:0.07rem;
    color:rgba(255,255,255,1);
    border: 0;
    cursor: pointer;
    -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_left form{
    margin-bottom: 0.19rem;
}

.ft_left input[type="submit"]:hover{
    background: #182132;
}


.ft_left h3{
    font-size:0.09rem;
    font-family:yw;
    color:rgba(226,226,226,0.8);
    margin-top: 0.07rem;
}

.ft_bm{
    margin-top: 0.36rem;
}

.ft_em img{
    width:0.4rem;
    height:0.4rem;
    margin-bottom: 0.05rem;
    margin-right: 0.1rem;
}

.ft_em p{
    width: 1em;
    font-size:0.06rem;
    font-weight:400;
    color:rgb(236, 236, 236);
    margin-top: 1em;
}

.ft_ct h3{
    font-size:0.085rem;
    /*font-weight:400;*/
    color:rgba(255,255,255,1);
    opacity:0.64;
    margin-bottom: 0.12rem;
}


.ft_ct p{
    font-size:0.07rem;
    font-weight:400;
    color:rgb(236, 236, 236);
    margin-bottom: 0.12rem;
}

.ft_ct{
    border-left: solid 1px rgba(255,255,255,0.2);
    margin-left: 0.2rem;
    padding-left: 0.37rem;
}

.ft_ct p:last-child{
    margin-bottom: 0;
}

.ft_bm{
    width: 6.19rem;
    margin: 0.36rem auto 0;
}


.header2 .hd_nav ul li>a>span{
    color: #050505;
}

.header2{
    background: #ffffff;
}

.header2 .hd_nav ul li>a:hover>span{
    color: #2198ae;
}

.header_na{
    top: -0.8rem;
}

/*产品中心*/

.page_banner{
    height: 3.45rem;
    margin-top: 0.66rem;
    position: relative;
}

.page_banner img{
    display: block;
    height: 0.55rem;
    position: absolute;
    left: 0;
    bottom: -0.029rem;
}

.page_lmz{
    position: absolute;
    bottom: 0;
    width: 7.23rem;
}

.page_lmz::after{
    content: '';
    display: block;
    background: url(../image/bn_zs.jpg) 0 0 no-repeat;
    -webkit-background-size: 2px 0.35rem;
    background-size: 2px 0.35rem;
    width: 2px;
    height: 0.35rem;
    position: absolute;
    right: 0;
    bottom: 0.03rem;
}

.page_tittle h3{
    /*width:0.53rem;*/
    font-size:0.13rem;
    font-weight:bold;
    color:rgba(44,44,44,1);
}


.page_nav{
    font-size: 0;
    margin-right: 0.15rem;
}

.page_nav ul li a{
    font-size:0.085rem;
    font-weight:400;
    color:#2C2C2C;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page_nav ul li{
    margin-left: 0.2rem;
}

.page_nav ul li a:hover{
    color: #269cae;
}

.page_nav ul li a.active{
    color: #269cae;
}

.page{
    background: #f8f8f8;
    margin-top: 0.3rem;

}

.pt_left{
    width: 1.21rem;
}


.pt_right{
    width: 5.8rem;
}

.ptlhd h3{
    font-size:0.13rem;
    font-weight:bold;
    color:rgba(44,44,44,1);
}

.ptlhd h3 span{
    font-size:0.06rem;
    font-family:ywxt;
    font-weight:400;
    color:rgba(44,44,44,1);
    opacity:0.83;
}

.page{
    padding-top: 0.27rem;
}

.pt_llist{
    overflow: hidden;
}

.pt_llist ul li a{
    font-size:0.085rem;
    font-weight:400;
    color:rgba(44,44,44,1);
    line-height:0.28rem;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1.5em;
}

.pt_llist{
    padding-top: 0.09rem;
    border-top: solid 1px #eaeaea;
    margin-top: 0.15rem;
    margin-bottom: 0.38rem;
}

.msg_left{
    font-size: 0;
    margin-top: 0.14rem;
}


.msg_left ul li input{
    height: 0.21rem;
    line-height: 0.21rem;
    font-size:0.07rem;
    font-weight:400;
    color:rgba(44,44,44,1);
    border: 0;
    background: none;
    padding-left: 0.19rem;
    width: 0.9rem;
    padding-right: 0.1rem;
    margin-bottom: 0.01rem;
}


.msg_left ul li input[type="submit"]{
    width:1.21rem;
    height:0.21rem;
    background:rgba(225,225,225,1);
    color: #6e6e6e;
    text-align: center;
    line-height: 0.21rem;
    font-size: 0.075rem;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
}

.msg_left ul li input[type="submit"]:hover{
    background: #2299ae;
    color: #ffffff;
}

.pt_right ul li{
    width:1.83rem;
    /*height:0.5rem;*/
    background:rgba(255,255,255,1);
    -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-right: 0.15rem;
    margin-bottom: 0.15rem;
}

.pt_right ul li:nth-child(3n){
    margin-right: 0;
}




.pt_right ul li a{
    display: block;
    padding: 0.09rem 0.09rem;
    position: relative;

}


.pt_right ul li:hover{
    background: #2299ae;
}

.pt_right ul li:hover p{
    color: #fff;
}

.pt_right ul li:hover h3{
    color: #fff;
}

.pt_right ul li p{
    font-size:0.06rem;
    font-weight:400;
    color:rgba(128,128,128,1);
    -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: 1.7rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
}


.pt_right ul li h3{
    font-size:0.085rem;
    font-weight:bold;
    color:rgba(20,20,20,1);
    margin-top: 0.05rem;
    -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: 1.4rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt_right ul li a::after{
    content: '+';
    font-size:0.15rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(114,114,114,1);
    opacity:0.4;
    position: absolute;
    right: 0.09rem;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -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_right ul li:hover a::after{
    color: #ffffff;
    opacity: 1;
}

.pt_llist ul li{
    position: relative;
}

.pt_llist ul li::before{
    width:0.02rem;
    height:0.08rem;
    background:rgba(38,156,174,1);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.035rem;
    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;
}

.pt_llist ul li:hover::before{
    opacity: 1;
}

.pt_llist ul li:hover a{
    padding-left: 1em;
}



.pt_llist ul li::after{
    content: '';
    display: block;
    background: url(../image/hs_jt.png) 0 0 no-repeat;
    height: 0.04rem;
    width: 0.119rem;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.pt_llist ul li:hover::after{
    right: 0;
    opacity: 1;
}

.footer2{
    margin-top: -0.2rem;
}

.footer2 .ft_top ul li{
    margin: 0.53rem 0.22rem 0.37rem;
}




.footer2 .ft_top ul li:nth-child(5){
    margin-right: 0.9rem;
}

.footer2 .ft_bm{
    width: 7.39rem;
}

.cpzb_text{
    font-size: 0.08rem;
    color: #202020;
    line-height: 1.5em;
}




.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 transparent!important;*/
    /*background: #f2f2f2!important;*/
    box-sizing: border-box;
     border: 1px solid #000!important;
}

.cpzb_text table tr:nth-child(1){
    /*background:  #ededed!important;*/
    line-height: 0.1rem!important;
    font-size:0.8rem!important;
    font-family:Arial!important;
    font-weight:bold!important;
    color:rgba(0,0,0,1)!important;
    /*height:0.46rem!important;*/
}

.cpzb_text table td{
    border-right: 1px solid #000!important;
    border-left: 1px solid #000!important;
    border-top: 1px solid #000!important;
    border-bottom: 1px solid #000!important;
    line-height: 0.3rem!important;
    text-align: center!important;
    /*border: 1px solid transparent!important;*/
    font-size: 0.085rem;
    padding: 0 0.085rem;
}

.cpzb_text table th{
    border: 1px solid #000!important;
    letter-spacing: 0em!important;
    font-size:0.1rem!important;
    font-family:Arial!important;
    font-weight:bold!important;
    padding: 0.1rem 0.06rem!important;
    text-transform: uppercase!important;
}

.cpzb_text tr:nth-child(2n){
    /*background: #fff!important;*/
}


.show_s{
    font-size: 0.85rem;
    line-height: 1.5em;
    text-align: justify;
}

.show_s p, .show_s span .show_s a{
    font-size: 0.85rem;
    line-height: 1.5em;
    text-align: justify;
    color: #202020;
}

.show_s img{
    max-width: 100%;
}

.cq_list ul li{
    background: #ffffff;
    width:1.72rem;
    height:1.2rem;
    margin-right: 0.1rem;
    margin-bottom: 0.16rem;
}

.cq_list ul li:nth-child(4n){
    margin-right: 0;
}

.cq_list ul li a{
    display: block;
    width:1.6rem;
    height:1.08rem;
    margin: 0.06rem;
    position: relative;
}

.cq_img 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;
}

.cq_img{
    width:1.6rem;
    height:1.08rem;
    overflow: hidden;
}


.cq_list ul li: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);
}

.cq_list ul li a h3{
    width:0.85rem;
    height:0.11rem;
    background:rgba(255,255,255,1);
    position: absolute;
    bottom: -0.06rem;
    right: 0;
    padding: 0.05rem;
}

.cq_list ul li a h3::after{
    display: block;
    background: url(../image/hs_jt.png) 0 0 no-repeat;
    height: 0.04rem;
    -webkit-background-size: auto 0.04rem;
    background-size: auto 0.04rem;
    content: '';
    position: absolute;
    right: 0.05rem;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 0.13rem;
}

.cq_list ul li a h3 span{
    width: 0.7rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.cq_show{
    width:7.41rem;
    background:rgba(245,245,245,0.54);
    margin: 0.79rem auto 0.9rem;
    position: relative;
}

.cq_tittle{
    background: url(../image/factory.png) center no-repeat;
    width: 80%;
    position: absolute;
    top: -0.125rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.cq_tittle h3{
    line-height: 0.25rem;
    font-size:0.11rem;
    font-weight:400;
    color:rgba(10,10,10,1);
    text-align: center;
}

.cq_box{
    padding: 0.45rem 0.8rem;
    font-size: 0.085rem;
    line-height: 1.5em;
    color: #202020;
}


.cq_box img{
    max-width: 100%;
}

.updown ul li a{
    width: 0.96rem;
    display: block;
    font-size:0.08rem;
    font-weight:bold;
    color:rgba(44,44,44,1);
    line-height:0.24rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.updown ul li a:hover{
    color: #2299ae;
}


.updown ul li{
    position: absolute;
    height: 0.24rem;
}

.updown ul li:nth-child(1){
    left: -0.5rem;
    top: 50%;
    margin-top: -0.12rem;

}


.updown ul li:nth-child(2){
    right: -0.5rem;
    top: 50%;
    margin-top: -0.12rem;
    text-align: right;
}

.gsjj_nox{
    background: url(../image/photo_bj.jpg) top right no-repeat;
    -webkit-background-size: 6.19rem 4.12rem;
    background-size: 6.19rem 4.12rem;
}

.gsjj_box{
    margin-top: 0.51rem;
}

.gs_left{
    width: 4.74rem;
}

.gs_left img{
    max-width: 3.08rem;
    display: block;
    margin: 0.82rem 0 0.07rem;
}

.gs_left h3{
    font-size:0.13rem;
    color:rgba(10,10,10,1);
}

.gs_left>span{
    width:0.18rem;
    height:0.01rem;
    background:linear-gradient(0deg,rgba(130,214,174,1) 0%,rgba(33,152,174,1) 100%);
    display: block;
    margin-top: 0.09rem;
}

.gs_lnr span{
    font-weight:bold;
}

.gs_lnr{
    font-size:0.085rem;
    color:rgba(44,44,44,1);
    line-height:1.8em;
    width: 2.11rem;
    margin-top: 0.64rem;
}

.gs_left{
    background: url(../image/a.png) right 0.7rem no-repeat;
    -webkit-background-size: 2.09rem 2.14rem;
    background-size: 2.09rem 2.14rem;
    padding-bottom: 0.3rem;
}

.gs_right{
    width:1.99rem;
    font-size:0.08rem;
    font-weight:400;
    color:rgba(44,44,44,1);
    line-height:0.15rem;
    margin-top: 0.65rem;
    margin-right: 0.33rem;
    position: relative;
}

.gs_right p{
    margin-bottom: 0.31rem;
}

.gs_right::after{
    display: block;
    height: 1px;
    content: '';
    width:3.64rem;
    background:rgba(67,67,67,1);
    opacity:0.48;
    position: absolute;
    left: 0;
    top: 1.19rem;
}

.gsjj_nox{
    height: 4.12rem;
    margin-bottom: 1rem;
}

.yxwl_img{
    width: 5.8rem;
    margin: 0.75rem auto 0.33rem;
}

.yxwl_img img{
    max-width: 100%;
}

.yxwl_p{
    font-size:0.085rem;
    font-weight:400;
    color:rgba(44,44,44,1);
    line-height:0.14rem;
    text-align: center;

}

.page_ct{
    background:rgba(248,248,248,1);
    overflow: hidden;
}

.pg_ctbox{
    width:7.4rem;
    height:3.6rem;
    background:rgba(255,255,255,1);
    box-shadow:0rem 0.1rem 0.4rem 0 rgba(4,0,0,0.13);
    border-radius:0.1rem;
    margin: 0.41rem auto 0.78rem;
}

.pgLeft{
    width: 2.87rem;
}

.pgLeft ul{
    padding:0.33rem 0.25rem;
}

.pgLeft ul li h3{
    font-size:0.08rem;
    font-weight:bold;
    color:rgba(29,29,29,1);
    line-height:0.16rem;
    background: url(../image/sdv_ico.png) left center no-repeat;
    padding-left: 0.1rem;
}

.pgLeft ul li p{
    font-size:0.08rem;
    color:rgba(29,29,29,1);
    line-height:0.16rem;
    padding-left: 0.1rem;
}

.pgLeft ul li{
    margin-bottom: 0.16rem;
}

.pgRight{
    width: 4.5rem;
    height: 3.6rem;
    overflow: hidden;
}

.pgRight iframe{
    width: 4.5rem;
    height: 6.2rem;
}

.wh_top{
    background: #f5f5f5 url("../image/2971fb61.png") right center no-repeat;
    -webkit-background-size: 5.23rem auto;
    background-size: 5.23rem auto;
    overflow: hidden;
    *zoom: 1;
    margin-top: 0.17rem;
}

.wh_ttox{
    width: 5.9rem;
    margin: 0.72rem auto 0.57rem;
    position: relative;
}


.wh_tleft{
    width:2.76rem;
    height:2.71rem;
    overflow: hidden;
}

.wh_tleft 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;
}

.wh_tleft: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);
}


.wh_tright{
    width: 2.6rem;
}

.wh_thd{
    margin-top: 0.26rem;
}

.wh_thd img{
    display: block;
    max-width: 2.6rem;
}

.wh_thd h3{
    font-size:0.13rem;
    color:rgba(10,10,10,1);
    margin: 0.13rem 0 0.09rem;
}


.wh_thd span{
    display: block;
    width:0.18rem;
    height:0.01rem;
    background:linear-gradient(0deg,rgba(130,214,174,1) 0%,rgba(33,152,174,1) 100%);
}

.wh_ttext{
    font-size:0.083rem;
    font-weight:400;
    color:rgba(44,44,44,1);
    line-height:0.15rem;
    text-indent: 2em;
    text-align: justify;
    margin-top: 0.5rem;
}


.wh_tleft::after{
    background: url(../image/painimaterial.png) 0 0 no-repeat;
    content: '';
    display: block;
    width: 0.17rem;
    height: 0.92rem;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: -0.35rem;
    bottom: 0.2rem;
}

.wh_md{
    width: 5.95rem;
    margin: 0 auto 0.61rem;
}

.wh_mleft{
    width: 3.32rem;
}

.whmtl{
    width:0.98rem;
    height:1.26rem;
    overflow: hidden;
}

.whmtl img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    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;
}

.whmtl: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);
}

.whmtr{
    width: 1.7rem;
    font-size: 0;
    text-align: right;
    position: relative;
}

.whmtr::after{
    position: absolute;
    width:0.18rem;
    height:0.01rem;
    background:linear-gradient(0deg,rgba(130,214,174,1) 0%,rgba(33,152,174,1) 100%);
    content: '';
    display: block;
    top: 0.13rem;
    right: -0.33rem;
}


.whmtr img{
    max-height: 0.29rem;
    margin-top: 0.07rem;
}

.whmtr h3{
    font-size:0.13rem;
    color:rgba(10,10,10,1);
    margin-top: 0.09rem;
}

.wh_top{
    margin-bottom: 0.86rem;
}

.wh_mleft{
    margin-top: 0.34rem;
}

.wh_mright{
    width:2.4rem;
    height:3.19rem;
    overflow: hidden;
}

.wh_mright 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;

}

.wh_mright 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);
}

img {
    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) */
}

.whm_text{
    font-size:0.083rem;
    font-weight:400;
    color:rgba(44,44,44,1);
    line-height:0.13rem;
    text-indent: 2em;
    margin-top: 0.35rem;
}

.whm_text p{
    margin-bottom: 1em;
}

.rc_left{
    width:6rem;
    background:rgba(255,255,255,1);
}


.rc_lhd h1{
    font-size:0.09rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:0.37rem;
    padding: 0 0.15rem;
}

.rc_bt ul li{
    font-size:0.083rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:0.3rem;
    float: left;
    width: 0.64rem;
    padding: 0 0.1rem;
}

.rc_bt ul{
    padding: 0 0.15rem;
    border-top: solid 1px #e2e2e2;
}

.rc_bt ul li:nth-child(1){
    padding-left: 0;
    width: 0.9rem;

}
.rc_bt ul li:nth-child(5){
    width: 0.4rem;
}

.rc_bt ul li:last-child{
    padding-right: 0;
    text-align: center;

}

.rc_bt ul a{
    font-size:0.083rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:0.3rem;
    padding-right: 0;
    text-align: center;
    display: block;
    width: 0.5rem;
    padding-left: 0.15rem;
    color: #2299ae;

}

.rc_zwxq ul li:nth-child(1){
    color: #2299ae;
}

.rc_zwxq ul li:last-child{
    color: #2299ae;
}


.rc_zwxq{
    padding: 0 0.15rem;
}

.rc_zwxq ul{
    padding: 0;
    cursor: pointer;
}

.rc_bt2{
    background: #2299ae;
}

.rc_bt2 ul li{
    color: #ffffff;
}

.rc_fadein{
    border-top: solid 1px #e2e2e2;
}

.rc_xqr h3{
    font-size:0.1rem;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:0.13rem;
    margin-top: 0.11rem;
}

.rc_xqr>div{
    font-size:0.078rem;
    font-weight:400;
    color:rgba(0,0,0,0.87);
    line-height:0.17rem;
    text-align: justify;
    margin-top: 0.15rem;
}

.rc_xqr{
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 0.11rem;
}

.rc_fadein .rc_xqr:last-child{
    border-bottom: 0;
}

.rc_fadein{
    display: none;
}

.rc_bdtj{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 5rem;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}


.tc_n_box{
    width: 2.75rem;
    height: 3.53rem;
    background: #fff;
    border-radius: 3px;
    font-size: 0;
    overflow: hidden;
}


.tc_box{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 10rem;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.tc_n_box{
    position: absolute;
    top: 0.8rem;
    left: 50%;
    margin-left: -1.375rem;
}


.tc_box{
    display: none;
}

.tc_top{
    background: #dcdddf;
    padding: 0.14rem 0.12rem;
}

.tc_close{
    display: block;
}

.tc_top h3{
    font-size: 0.1rem;
    font-weight: 400;
}

.xxtg{
    padding: 0.14rem 0.12rem;
}

.xxtg ul li input[type="text"]{
    width: 0.927rem;
    height: 0.24rem;
    border: 1px solid #6d6d6d;
    border-radius: 3px;
    font-size: 0.08rem;
    color: #141414;
    padding: 0 0.1rem 0 0.15rem;

}

.xxtg ul li.dhyi input{
    width: 2.215rem;
}


.xxtg ul li p{
    position: relative;
}

.xxtg ul li p::after{
    content: '*';
    color: #ff0000;
    font-size: 0.05rem;
    display: block;
    position: absolute;
    left: 0.08rem;
    top: 40%;
}

.xxtg ul li:nth-child(3) p::after, .xxtg ul li:nth-child(4) p::after, .xxtg ul li:nth-child(5) p::after{
    display: none;
}

.xxtg ul li input[type="text"]::-webkit-input-placeholder{
    color: #141414;
}

.xxtg ul li p:nth-child(2){
    margin-left: 0.1rem;

}

.xxtg ul li select{
    width: 2.476rem;
    padding: 0 0.1rem 0 0.15rem;
    height: 0.24rem;
    border: 1px solid #6d6d6d;
    border-radius: 3px;
    font-size: 0.08rem;
    color: #141414;

}

.xxtg ul li{
    margin-bottom: 0.1rem;
}

.xxtg ul li textarea{
    border: 1px solid #6d6d6d;
    width: 2.219rem;
    padding: 0.1rem 0.1rem  0.1rem 0.15rem;
    font-size: 0.08rem;
    color: #141414;
    height: 0.5rem;
}


.xxtg ul li:last-child p::after{
    top: 0.12rem;
}

.xxtg ul li textarea::-webkit-input-placeholder{
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    color: #141414;
}

.xxtg input[type="submit"]{
    background:  linear-gradient(to left,rgba(33,152,174,1),rgba(130,214,174,1));
    -webkit-background-size:0.993rem  0.252rem ;
    background-size:0.993rem  0.252rem  ;
    width: 0.993rem;
    height: 0.252rem;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.09rem;
    border-radius: 0.3rem;
}

.rc_right{
    width: 1rem;
}


.rc_right a{
    display: block;
}

.rc_right a img{
    max-width: 100%;
}

.news_page{
    position: relative;
    background: #f8f8f8;
    margin-top: 0.76rem;
    padding-bottom: 0.9rem;
}

.news_page::after{
    width:0.15rem;
    height:0.15rem;
    background:rgba(248,248,248,1);
    border:3px solid rgba(255,255,255,1);
    border-radius:50%;
    position: absolute;
    left: 50%;
    margin-left: -0.075rem;
    content: '';
    display: block;
    top: -0.35rem;
}

.news_box ul li a{
    border: 1px solid transparent;
    width: 4.16rem;
    padding: 0;
}


.news_box ul li .news_text{
    float: right;
    text-align: left;
    width: 2.11rem;
}

.news_box ul li:nth-child(2n) .news_text{
    float: left;
    text-align: right;
}


.news_box ul li .news_tp{
    float: left;
}

/*.news_box ul li:nth-child(2n) .news_tp{*/
/*    float: right;*/
/*}*/

.news_box ul li .news_img{
    float: right;
    border: 0;
    background: #ffffff;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_box ul li:nth-child(2n) .news_img{
    float: left;
}

.news_box ul li .news_time{
    float: left;
    position: relative;
}

.news_box ul li:nth-child(2n) .news_time{
    float: right;
    margin-left: 0;
}


.news_box ul li .news_time::after{
    content: 'TIME';
    font-size:0.07rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    text-transform: uppercase;
    position: absolute;
    left: -0.25rem;
    top: 0.09rem;
}

.news_box ul li:nth-child(2n) .news_time::after{
    right: -0.25rem;
    left: auto;
}

.news_box ul li{
    float: right;
}

.news_box{
    width: 6.32rem;
    margin: 0 auto;
    max-height: 7.9rem;
    overflow: hidden;
}

.news_box ul{
    position: relative;
    z-index: 9;
}

.news_box::after{
    width:0.03rem;
    height:68%;
    background:rgba(229,229,229,1);
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -0.0015rem;
    top: -0.3rem;
}

.news_box ul li:hover .news_img{
    background: #2299ae;
}


.news_box ul li .news_text{
    margin-right: 0;
}


.news_box ul li .news_text p{
    text-align: justify;
}


.news_box ul li{
    margin-right: 0.25rem;
    margin-bottom: 0.15rem;
}

.news_box ul li:nth-child(2n){
    margin-left: 0.33rem;
}

.news_box ul li:nth-child(2n){
    float: left;
}

.news_box ul li:nth-child(2n) .news_text p{
    text-align: right;
}

.news_box{
    padding-top: 0.3rem;
}

.show_tm{
    text-align: center;
    font-size: 0;
    margin-top: 0.11rem;
}

.show_tm p{
    display: inline-block;
    font-size:0.07rem;
    font-weight:400;
    color:rgba(50,50,50,0.84);
    padding-left: 0.09rem;

    margin:0 0.1rem;

}

.show_nhd h3{
    font-size:0.12rem;
    font-weight:bold;
    color:rgba(50,50,50,1);
    text-align: center;
    line-height: 1.8em;
}

.show_n{
    margin: 0.69em auto 0.8rem;
}


.show_content{
    width:6.5rem;
    background:rgba(245,245,245,1);
    margin: 0.41rem auto 0.65rem;
}

.show_content>div{
    padding: 0.4rem;
}

.show_ttcs{
    font-size:0.083rem;
    font-weight:400;
    color:rgba(50,50,50,1);
    line-height:0.14rem;

}

.show_ttcs img{
    max-width: 100%;
}

.show_udw{
    margin-top: 0.23rem;
    padding-top: 0.23rem;
    border-top: solid 1px #e5e5e5;
}

.show_udw ul li{
    height: 0.24rem;
    line-height: 0.24rem;
}

.show_udw ul li a{
    font-size:0.08rem;
    font-weight:bold;
    color:rgba(86,86,86,1);
    line-height:0.24rem;
    display: block;
    width: 1.8rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.2rem;
}

.show_udw ul li a:hover{
    color: #269cae;

}

.show_udw ul li a span{
    font-weight: 400;
}

.msg_box{
    background: url(../image/mssg_bj.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 1rem;
}

.msg_header{
    background: url(../image/message_iico.png) top center no-repeat;
    -webkit-background-size: 5.04rem auto;
    background-size: 5.04rem auto;
    text-align: center;
    padding-top: 0.41rem;
    width: 9.22rem;;
    margin-top: 1.31rem;
}

.msg_nr{
    width: 9.22rem;
    margin: 0 auto;
}

.msg_header h3{
    font-size:0.13rem;
    font-weight:bold;
    color:rgba(255,255,255,1);
    opacity:0.9;
    letter-spacing: 0.01rem;
}

.msg_header p{
    font-size:0.08rem;
    font-weight:400;
    color:rgba(255,255,255,0.8);
    margin-top: 0.24rem;
}

.msg_header p a{
    display: inline-block;
    width:0.54rem;
    height:0.17rem;
    background: linear-gradient(to left,rgba(33,152,174,1),rgba(130,214,174,1));
    border-radius: 0.5rem;
    margin: 0 0.03rem;
}

.msg_header p a span{
    font-size:0.08rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: block;
    line-height: 0.17rem;
    text-transform: uppercase;
    background: url(../image/qq_ksf.png) 0.06rem center no-repeat;
    padding-left: 0.05rem;
}

.msg_header p a:hover{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}







.xqxx_form ul li{
    width:1.79rem;
    height:0.23rem;
    margin-right: 0.26rem ;
    margin-bottom: 0.1rem;
    text-align: right;
    font-size: 0;
}

.xqxx_form ul li:nth-child(3n){
    margin-right: 0;
}

.xqxx_form{
    padding: 0 1.66rem;
}

.xqxx_form ul li input{
    width: 1.35rem;
    line-height: 0.23rem;
    background: none;
    border: none;
    color: #fff;
    font-size:0.07rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding: 0 0.1rem;
}

.xqxx_form ul li input::-webkit-input-placeholder {
    color: #fff;
}

.ttea p{
    font-size:0.08rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}

.ttea textarea{
    font-size:0.07rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:1.8em;
    border: 1px solid rgba(255, 255, 255, 0.67);
    background: rgba(255,255,255,0.1);
    width: 5.682rem;
    /*display: block;*/
    padding: 0.1rem;
    margin-top: 0.1rem;
    height: 1rem;;
}

.xqxx_form{
    margin-top: 0.32rem;
}

.input_tjxx input[type="reset"]{
    width:1.09rem;
    height:0.26rem;
    border:1px solid rgba(255,255,255,1);
    font-size:0.08rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    background: none;
}

.input_tjxx input[type="submit"]{
    width:1.09rem;
    height:0.26rem;
    font-size:0.08rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    background: #269cae;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.input_tjxx input[type="submit"]:hover{
    background: #7dd3ae;
}

.input_tjxx{
    font-size: 0;
    text-align: center;
}

.input_tjxx input{
    margin: 0.24rem 0.04rem;
    cursor: pointer;
}

.zzss_list ul li a{
    display: block;
}

.zzss_list ul li{
    width: 1.63rem;
}

.zzss_list ul li .zzss_img{
    width: 1.63rem;
    height: 2.31rem;
    overflow: hidden;
}

.zzss_list ul li .zzss_img 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;
}

.zzss_list ul li{
    margin-right: 0.21rem;
    margin-bottom: 0.28rem;
}

.zzss_list ul li:nth-child(4n){
    margin-right: 0;
}

.zzss_list ul li h3{
    font-size:0.08rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:0.16rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.09rem;
}


.zzss_list2 ul li .zzss_img{
    height: 1.14rem;
}

.ky_box{
    background: url(../image/kysl_bj.jpg) left bottom no-repeat;
    -webkit-background-size: 5.32rem 2.46rem;
    background-size: 5.32rem 2.46rem;
    margin-top: 0.6rem;
    margin-bottom: 0.15rem;
    height: 4.2rem;
}

.ky_left{
    width: 2.58rem;
    margin-top: 0.39rem;
}

.kyl_hd{
    font-size: 0;
}

.kyl_hd img{
    max-height: 0.21rem;
}

.kyl_hd h3{
    font-size:0.13rem;
    color:rgba(10,10,10,1);
    margin-top: 0.09rem;
}

.kyl_text{
    font-size:0.08rem;
    font-weight:400;
    color:rgba(53,53,53,1);
    line-height:0.14rem;
    text-indent: 2em;
    margin-top: 0.35rem;
}

.ky_right{
    width:4.08rem;
    height: 3.45rem;
    position: relative;
}

.ky_img{
    width:4.08rem;
    height:3.13rem;
    overflow: hidden;
}

.ky_img 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;
    display: block;
}

.ky_img: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);
}




.ky_right .swiper-pagination-bullet{
    background: none;
    opacity: 1;
    border: 1px solid #a0a0a0;
}

.ky_right .swiper-pagination-bullet-active{
    background: #2299ae;
    border: 1px solid #2299ae;
}


.ky_right .swiper-pagination-bullet{
    margin: 0 8px;
}


.ky_right .swiper-pagination{
    width: 3rem;
    font-size: 0;
    z-index: 9;
    opacity: 1;
    text-align: right;
    bottom: 0rem;
}

.ky_right .swiper-button-next{
    background: url(../image/xjt_hsd.png) 0 0 no-repeat;
    width:0.7rem;
    height:0.04rem;
    -webkit-background-size: 0.7rem auto;
    background-size: 0.7rem auto;
    bottom: 0.01rem;
    top: auto;
}

.sb_header{
    background: url(../image/equipment.png) center no-repeat;
    height: 0.26rem;
    line-height: 0.26rem;
    text-align: center;
    margin-bottom: 0.47rem;
}

.sb_header h3{
    font-size:0.13rem;
    color:rgba(10,10,10,1);
}

.sb_img{
    width:100%;
    height:1.54rem;
    overflow: hidden;
    
}

.sb_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sb_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);
}

.sb_nr{
    margin-bottom: 0.7rem;
}



    .abou_box{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 9998;
            display: none;
        }

        .abvd_box{
            width: 4rem;
            height: 2.5rem;
            position: fixed;
            top: 1rem;
            left: 50%;
            margin-left: -2rem;
             z-index: 9999;
             display: none;
        }

        .abvd_box video{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .abv_close{
            width: 0.15rem;
            height: 0.15rem;
            position: absolute;
            top: 0;
            right: -0.3rem;
            cursor: pointer;
        }

        .abv_close img{
            max-width: 100%;
            display: block;
        }



