/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
   
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}




a:hover, a:active, a:focus {
    color: #00479d;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th, caption {
    font-size: 62.5%;
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

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

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #191919;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #191919;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #191919;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #191919;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #191919;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
    
}


.index-box1{
    background: url(../images/bj02.jpg) no-repeat center;
    background-size: cover;
    padding-top: 6vw;
    padding-bottom: 40px;
}
.w1500{
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.box1-tlt{
    text-align: center;
    padding: 0 5%;
}
.box1-tlt img{
    max-width: 100%;
}
.index-box1 ul li{
    background-image: url(../images/yous08.png);
    background-position: center 100%;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    background-size: contain;
    margin-top: 6vw;
    font-size: 0;
}
.index-box1 ul li:last-child{
    padding-bottom: 50px;
    background: none;
}
.index-box1 ul li .adv-wz{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.index-box1 ul li .adv-wz .adv-wz-con{
    padding-left: 180px;
    background-position: left top;
    background-size: 85px 82px;
    background-repeat: no-repeat;
}
.index-box1 ul li:nth-child(1) .adv-wz .adv-wz-con{
    background-image: url(../images/yous02.png);
}
.index-box1 ul li:nth-child(2) .adv-wz .adv-wz-con{
    background-image: url(../images/yous03.png);
}
.index-box1 ul li:nth-child(3) .adv-wz .adv-wz-con{
    background-image: url(../images/yous04.png);
}
.index-box1 ul li .adv-wz .adv-wz-con h3{
    font-size: 36px;
    font-weight: bold;
    color: #000;
}
.index-box1 ul li .adv-wz .adv-wz-con h3 span{
    color: #00479d;
}
.index-box1 ul li .adv-wz .adv-wz-con .info{
    margin-top: 20px;
}
.index-box1 ul li .adv-wz .adv-wz-con .info p{
    font-size: 20px;
    line-height: 2.2;
    color: #696969;
}
.index-box1 ul li .adv-wz .adv-wz-con .info p span{
    color:#0d2693
}
.index-box1 ul li .adv-tu{
    width: 38%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.index-box1 ul li:nth-child(2n) .adv-tu{
    margin-right: 2%;
    margin-left: 0;
}
.index-box1 ul li .adv-tu img{
    max-width: 100%;
}

@media screen and (max-width:1500px) {
    .index-box1 ul li .adv-wz .adv-wz-con{
        padding-left: 150px;
    }
    .index-box1 ul li .adv-wz .adv-wz-con h3{
        font-size: 30px;
    }
    .index-box1 ul li .adv-wz .adv-wz-con .info p{
        font-size: 18px;
    }

}
@media screen and (max-width:1199px) {
    .index-box1 ul li .adv-wz .adv-wz-con{
        padding-left: 120px;
        background-size: 75px 72px;
    }
    .index-box1 ul li .adv-wz .adv-wz-con h3{
        font-size: 24px;
    }
    .index-box1 ul li .adv-wz .adv-wz-con .info p{
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .index-box1 ul li{
    
        flex-direction: column;
    }
    .index-box1 ul li .adv-wz{
        width: 100%;
    }
    .index-box1 ul li .adv-wz .adv-wz-con{
        padding-left: 70px;
        background-size: 52px 50px;
        margin-bottom: 20px;
    }
    .index-box1 ul li .adv-tu{
        width: 100%;
        margin: 0!important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .index-box1 ul li .adv-wz .adv-wz-con h3{
        font-size: 20px;
    }
    .index-box1 ul li .adv-wz .adv-wz-con .info p{
        font-size: 14px;
    }

}



.index-box2{
    background: url(../images/bg_bott_s.jpg) no-repeat center;
    background-size: cover;
    padding: 3vw 0 3.5vw;
}
.w1380{
    width: 94%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.index-box2 .box2-tlt{
    font-size: 42px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.index-box2 ul{
    margin-top: 3%;
}
.index-box2 ul li{
    width: 12.5%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.index-box2 ul li .ximg img{
    width: 80px;
    height: 80px;
}
.index-box2 ul li dd{
    font-size: 16px;
    color: #fff;
    line-height: 45px;
}
.index-box2 ul li h3{
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width:1199px) {
    .index-box2{
        padding: 50px 0 40px;
    }
    .index-box2 .box2-tlt{
        font-size: 36px;
    }
    .index-box2 ul li h3{
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .index-box2 ul{
        margin-top: 30px;
    }
    .index-box2 .box2-tlt{
        font-size: 24px;
    }
    .index-box2 ul li{
        width: 25%;
    }
    .index-box2 ul li .ximg img{
        width: 60px;
        height: 60px;
    }
    .index-box2 ul li h3{
        font-size: 14px;
    }

}



.index-box3{
    padding-top: 5%;
}
.box3-tlt{
    text-align: center;
}
.box3-tlt .L_tit{
    font-size: 42px;
    text-align: center;
    color: var(--theme-color);
    font-weight: 700;
}
.box3-tlt .L_tit span{
    color: #000;
}
.box3-tlt .L_span_text{
    font-size: 16px;
    color: #707070;
    display: block;
    text-align: center;
    line-height: 2;
}
.box3-cont{
    margin-top: 50px;
}
.box3-cont .box3-left{
    width: 23.034250000000004%;
    float: left;
}
.box3-cont .box3-left .cpsort-tlt{
    font-size: 25px;
    line-height: 78px;
    background: rgb(3, 84, 162);
    padding-left: 20px;
    color: #fff;
}
.box3-cont .box3-left > ul > li > h3{
    border-bottom: 1px solid #ffffff;
    padding-left: 20px;
    background-color: #00479d;
    position: relative;
    height: 60px;
    line-height: 50px;
}
.box3-cont .box3-left > ul > li > h3 > a{
    position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: all .5s ease;
}
.box3-cont .box3-left > ul > li > h3 > a::before{
    content: '';
    display: block;
    width: 3px;
    height: 48px;
    background-color: #00479d;
    position: absolute;
    left: -20px;
    top: -16px;
    opacity: 0;
    transition: all .5s ease;
}
.box3-cont .box3-left > ul > li .iconfont1 {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transform: rotate(180deg);
}
.box3-cont .box3-left > ul > li > h3:hover{
    background-color: #d1d1d1;
}
.box3-cont .box3-left > ul > li > h3:hover > a::before{
    opacity: 1;
}
.box3-cont .box3-left > ul > li .rotate{
    transform: rotate(90deg);
}
.box3-cont .box3-left > ul > li .ejBox{
    display: none;
}
.box3-cont .box3-left > ul > li .ejBox .ejLi{
    position: relative;
}
.box3-cont .box3-left > ul > li .ejBox .ejLi h3{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 30px;
    transition: all .5s ease;
    line-height: 60px;
}
.box3-cont .box3-left > ul > li .ejBox .ejLi h3 a{
    font-size: 16px;
    color: #707070;
}
.box3-cont .box3-left > ul > li .ejBox .ejLi h3:hover{
    background-color: #f5f8fa;
}
.box3-cont .box3-right{
    width: 76.46575%;
    margin-right: 0px;
    float: right;
}
.box3-cont .box3-right > ul > li{
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
}
.box3-cont .box3-right > ul > li a{
    display: block;
}
.box3-cont .box3-right > ul > li .img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}
.box3-cont .box3-right > ul > li .img img{
    width: 100%;
    transition: .5s;
}
.box3-cont .box3-right > ul > li a:hover .img img{
    transform: scale(1.1);
}
.box3-cont .box3-right > ul > li h3{
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    height: 45px;
    background-color: #00479d;
    transition: all 0.5s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.box3-cont .box3-right > ul > li a:hover h3{
    background-color: #0a9476;
}
.box3-cont .box3-right > ul > li .info{
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
    font-size: 14px;
    color: #696969;
}

@media screen and (max-width:1199px) {
    .box3-tlt .L_tit{
        font-size: 36px;
    }
    .box3-tlt .L_span_text{
        font-size: 14px;
    }
    .box3-cont .box3-left .cpsort-tlt{
        font-size: 20px;
    }
    .box3-cont .box3-left > ul > li > h3 > a{
        font-size: 14px;
    }
    .box3-cont .box3-left > ul > li .ejBox .ejLi h3 a{
        font-size: 14px;
    }
}
@media screen and (max-width:991px) {
    .index-box3{
        padding-top: 50px;
    }
    .box3-tlt .L_tit{
        font-size: 30px;
    }
    .box3-cont{
        margin-top: 30px;
    }
    .box3-cont .box3-left{
        display: none;
    }
    .box3-cont .box3-right{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .box3-tlt .L_tit{
        font-size: 24px;
    }
    .box3-cont .box3-right > ul > li{
        width: 50%;
    }
}


.index-box4{
    background-color: rgba(251, 251, 251, 1);
    padding-top: 5%;
    padding-bottom: 5%;
}
.index-box4 ul{
    margin-top: 3%;
}
.index-box4 ul li{
    width: 24%;
    border: 10px solid #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    background-repeat: no-repeat;
    background-position: center;
    padding: 3vw 0;
    position: relative;
    transition: all .5s ease;
    height: 494px;
    overflow: hidden;
    margin: .5%;
    float: left;
}
.index-box4 ul li::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background: #000;
    opacity: .45;
    transition: all .5s ease;
}
.index-box4 ul li .L_img_box{
    position: relative;
    z-index: 2;
}
.index-box4 ul li .L_img_box .L_top{
    max-width: 92px;
    transition: all .5s ease;
    margin: 1vw auto;
}
.index-box4 ul li .L_img_box .L_top img{
    width: 92px;
}
.index-box4 ul li .L_img_box h2{
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}
.index-box4 ul li .text_box{
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
}
.index-box4 ul li .text_box .Line {
    height: 43px;
    width: 2px;
    background: #fff;
    margin: 1vw auto;
}
.index-box4 ul li .text_box .more_but{
    width: 113px;
    height: 39px;
    border: 2px solid #fff;
    margin: 0 auto;
    line-height: 39px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.index-box4 ul li .protainer{
    margin: 0vw auto;
    overflow: hidden;
    position: absolute !important;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    transition: all .5s ease;
    background: transparent;
    width: 80%;
    min-height: 135px;
}
.index-box4 ul li .protainer a{
    width: calc((100% - 20px) / 1);
    border: 1px solid #fff;
    display: block;
    float: left;
    margin: 5px;
    text-align: center;
    color: #fff;
    line-height: 33px;
}
.index-box4 ul li:hover::before{
    bottom: 0;
    background: var(--theme-color);
    opacity: .78;
}
.index-box4 ul li:hover .L_img_box .L_top{
    margin-top: 0vw;
}
.index-box4 ul li:hover .text_box {
    opacity: 0;
    visibility: hidden;
}
.index-box4 ul li:hover .protainer {
    bottom: 4vw;
}
.box4-more{
    margin-top: 40px;
}
.box4-more a{
    display: block;
    width: 180px;
    line-height: 54px;
    transition: all .5s ease;
    border: 1px solid rgba(55, 118, 179, 1);
    font-size: 16px;
    color: rgba(55, 118, 179, 1);
    margin: 0 auto;
    text-align: center;
}
.box4-more a:hover{
    background: rgba(55, 118, 179, 1);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .index-box4 ul li{
        width: 100%;
        padding: 8vw 0;
        height: 400px;
        background-size: 100% auto;
        margin-left: 0;
        margin-right: 0;
    }
    .index-box4 ul li .text_box{
        display: none;
    }
    .index-box4 ul li .protainer{
        bottom: 10%;
    }
    .index-box4 ul li .L_img_box .L_top{
        width: 70px;
    }
    .index-box4 ul li .L_img_box .L_top img{
        width: 70px;
    }
    .index-box4 ul li .L_img_box h2{
        font-size: 18px;
        line-height: 2;
    }
    .box4-more a{
        width: 150px;
        line-height: 40px;
        font-size: 14px;
    }
}



.index-box5{
    background: rgba(241, 241, 241, 1);
    padding-top: 50px;
}
.box5-con{
    padding-bottom: 80px;
    background: #fff;
    position: relative;
}
.box5-con .L_img{
    background-image: url(../images/about2.jpg);
    position: relative;
    height: 0;
    padding-bottom: 25%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.box5-con .L_taxt_box{
    max-width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    padding: 50px 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.box5-con .L_taxt_box .L_text_left {
    position: relative;
    padding-left: 100px;
    color: #333;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    width: 30%;
}
.box5-con .L_taxt_box .L_text_left:before {
    content: '\e607';
    font-family: "L_tb" !important;
    font-size: 36px;
    background: var(--theme-color);
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box5-con .L_taxt_box .L_text_left h2 {
    font-size: 20px;
    font-weight: 700;
}
.box5-con .L_taxt_box .L_text_left p{
    font-size: 16px;
    margin-top: 10px;
}
.box5-con .L_taxt_box .L_text_right {
    width: 70%;
    padding-left: 3%;
    border-left: 1px solid #eee;
    color: #000;
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .index-box5{
        padding-top: 40px;
    }
    .box5-con{
        padding-bottom: 10px;
    }
    .box5-con .L_img{
        padding-bottom: 50%;
        background-attachment: scroll;
        background-size: 100% auto;
    }
    .box5-con .L_taxt_box{
        padding: 10px;
        position: relative;
        bottom: 0;
    }
    .box5-con .L_taxt_box .L_text_left {
        width: 90%;
        padding-left: 75px;
        margin-left: 10%;
    }
    .box5-con .L_taxt_box .L_text_left:before{
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
    .box5-con .L_taxt_box .L_text_right{
        width: 100%;
        padding: 5%;
        border: none;
    }
}


.index-box6{
    padding: 50px 0 100px;
}
.index-box6 .catox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:40px auto;
}
.index-box6 .catox a{
    display: block;
    width: 125px;
    height: 45px;
    background: #eee;
    color: #000;
    text-align: center;
    line-height: 45px;
    margin: 0 10px;
    font-size: 16px;
    transition: all .5s ease;
}
.index-box6 .catox a:hover{
    background: var(--theme-color);
    color: #fff;
}
.box6-con{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.box6-con .newList1{
    width: 49%;
    position: relative;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    overflow: hidden;
    margin: 10px auto;
}
.box6-con .newList1 .rightCotent{
    width: 100%;
}
.box6-con .newList1 .rightCotent .L_img{
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
}
.box6-con .newList1 .rightCotent .L_img img{
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.box6-con .newList1 .rightCotent .newTitle1 {
    color: #1f1f1f;
    margin: 30px 0 10px;
    font-size: 24px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
}
.box6-con .newList1 .rightCotent .newMs {
    color: #acacac;
    margin-top: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    padding: 0 20px;
}
.box6-con .newList1 .rightCotent .newMonth{
    padding: 0 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #acacac;
}
.box6-con .newList1 .rightCotent .newDetailLink1 {
    color: rgb(112, 112, 112);
    -webkit-transform: rotate(
0deg) scale(1) translate(0%, 0%);
    transform: rotate(
0deg) scale(1) translate(0%, 0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.box6-con .newList2{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
}
.box6-con .newList2 .newList{
    width: 98%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px auto;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    padding: 20px;
    position: relative;
}
.box6-con .newList2 .newList .leftTime {
    width: 15%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}
.box6-con .newList2 .newList .leftTime .newYear{
    width: 100%;
    color: rgb(199, 199, 199);
    font-size: 36px;
}
.box6-con .newList2 .newList .leftTime .newMonth {
    width: 100%;
    color: #959595;
    font-size: 18px;
}
.box6-con .newList2 .newList .rightCotent {
    position: relative;
    -webkit-transform: rotate(
0deg) scale(1) translate(0%, 0%);
    transform: rotate(
0deg) scale(1) translate(0%, 0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-left: 1px dashed #dadada;
    padding-left: 20px;
    margin-left: 0;
    width: 85%;
}
.box6-con .newList2 .newList .rightCotent .newTitle{
    color: #383838;
    font-size: 18px;
    -webkit-transform: rotate(
0deg) scale(1) translate(0px, 0px);
    transform: rotate(
0deg) scale(1) translate(0px, 0px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 90%;
    text-overflow: ellipsis;
}
.box6-con .newList2 .newList .rightCotent .newMs{
    color: #acacac;
    margin-top: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
}
.box6-con .newList2 .newList .rightCotent .newDetailLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.box6-con .newList2 .newList .rightCotent:hover {
    padding-left: 10px;
}


@media screen and (max-width: 767px) {
    .index-box6{
        padding: 40px 0 50px;
    }
    .index-box6 .catox{
        margin: 20px 0;
    }
    .index-box6 .catox a.p_tink {
        display: block;
        width: auto;
        height: 30px;
        padding: 0 5px;
        background: #eee;
        color: #000;
        text-align: center;
        line-height: 30px;
        margin: 0 5px;
        font-size: 12px;
        transition: all .5s ease;
    }
    .box6-con{
        flex-wrap: wrap;
    }
    .box6-con .newList1{
        width: 100%;
        box-shadow: none;
    }
    .box6-con .newList1 .rightCotent{
        padding-bottom: 10px;
    }
    .box6-con .newList1 .rightCotent .newTitle1{
        color: #1f1f1f;
        margin: 10px 0;
        font-size: 16px;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }
    .box6-con .newList1 .rightCotent .newMs{
        color: #acacac;
        margin-top: 10px;
        font-size: 12px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.8;
        padding: 0;
    }
    .box6-con .newList1 .rightCotent .newMonth{
        display: none;
    }
    .box6-con .newList2{
        width: 100%;
    }
    .box6-con .newList2 .newList .leftTime{
        width: 25%;
    }
    .box6-con .newList2 .newList .leftTime .newYear{
        text-align: center;
        font-size: 16px;
        line-height: 2;
    }
    .box6-con .newList2 .newList .leftTime .newMonth{
        text-align: center;
        font-size: 14px;
        line-height: 2;
    }
    .box6-con .newList2 .newList .rightCotent .newTitle{
        font-size: 14px;
        width: 100%;
    }
    .box6-con .newList2 .newList .rightCotent .newMs{
        color: #acacac;
    margin-top: 10px;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    }
}



.foot1{
    background: url(../images/bg_bott.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.foot1-con{
    width: 95%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.foot1-con .ft_nav{
    width: 72%;
}
.foot1-con .ft_nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.foot1-con .ft_nav ul li h3{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 20px;
}
.foot1-con .ft_nav ul li .sec dd{
    font-size: 14px;
    line-height: 2;
}
.foot1-con .ft_nav ul li .sec dd a{
    color: #fff;
}
.foot1-con .lxfs{
    width: 25%;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.foot1-con .lxfs p:nth-child(2){
    font-size: 26px;
}


.foot2{
    background-color: rgba(0, 50, 83, 1);
    padding: 10px 0;
}
.foot2-con{
    justify-content: space-between;
    display: flex;
    font-size: 14px;
    color: #cccccc;
    line-height: 24px;
}
.foot2-con a{
    color: #ccc;
}

@media screen and (max-width: 1199px) {
    .foot1-con .ft_nav ul li h3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .foot1-con .ft_nav ul li .sec dd{
        font-size: 13px;
    }
    .foot1-con .lxfs{
        font-size: 14px;
    }
    .foot1-con .lxfs p:nth-child(2){
        font-size: 20px;
    }

}
@media screen and (max-width: 767px) {
    .foot1{
        display: none;
    }
    .foot2{
        padding: 30px 0;
    }
    .foot2-con{
        text-align: center;
        display: block;
    }

}




.phoneright {
    height: 70px;
}
.phoneright ul.ul-bot {
    display: flex !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    z-index: 10;
}
.phoneright li {
    width: 25%;
    text-align: center;
    padding: 2%;
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.phoneright li a {
    text-decoration: none;
    font-size: 12px;
    color: aliceblue;
}



.kefu {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 40%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.kefu .imgbox {
    background-color: rgb(255 255 255);
    width: 60px;
    height: 70px;
    text-align: center;
    padding: 6px 0;
    border-bottom: solid 1px rgb(241 241 241);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.kefu span {
    display: block;
    color: #999;
    font-size: 12px;
}

.kefu .imgbox img {
    display: block;
    margin: 0 auto;
    margin-top: 9px;
}

.kefu .imgbox .weixin {
    position: absolute;
    opacity: 0;
    margin-top: 0px;
    height: 0px;
    right: 74px;
    top: 30px;
    transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.kefu .top .imgbox {
    background-color: var(--theme-color);
    margin-top: 5px;
    border: none;
}

.kefu .top .imgbox span {
    color: #fff;
}

.kefu .imgbox:hover {
    background-color: var(--theme-color);
}

.kefu .imgbox:hover span {
    color: #fff;
}

.kefu .imgbox:hover .tb {
    filter: brightness(100);
}

.kefu .ewm:hover .weixin {
    display: block;
    height: auto;
    opacity: 1;
    top: 0px;
}

.kefu .ds {
    position: absolute;
    z-index: -1;
    right: 20px;
    display: block;
    color: #fff;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
    line-height: 69px;
    padding: 0 20px;
    top: 0;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: pre;
}

.kefu .tel:hover .ds {
    opacity: 1;
    background-color: var(--theme-color);
    right: 58px;
    width: max-content;
}

.kefu i {
    font-size: 20px;
    color: #666;
}

.kefu li:hover i {
    color: #fff;
}



/*关于我们*/
.subpage_ad{
    position: relative;
    height: 23vw;
    overflow: hidden;
    animation-fill-mode: both;
    margin-top: 159px;
}
.subpage_ad .bgimg{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: no-repeat center/cover;
    animation-name: scaleBigToSmall;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
}
.subpage_ad .text {
    position: absolute;
    width: 96%;
    color: #fff;
    text-align: left;
    top: 45%;
    left: 50%;
    line-height: 1.6;
    transform: translate(-50%, -50%);
    z-index: 4;
    max-width: 1200px;
}
.subpage_ad .ad-tit {
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    opacity: 0.9;
    font-family: 'Arial';
    text-align: center;
    letter-spacing: 2px;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
}
.subpage_ad .sb_Box {
    position: absolute;
    bottom: 10%;
    height: 70px;
    left: 50%;
    transform: translate(-50%);
    max-width: 1400px;
    width: 96%;
}
.subpage_ad .sb_Box .hp {
    animation: myyun1 3s forwards infinite linear;
    -webkit-animation: myyun1 3s forwards infinite linear;
    width: 30px;
    margin: 0 auto;
}
@media only screen and (max-width: 1280px){
    .subpage_ad{
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
.subpage_ad {
    height: 400px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
.subpage_ad {
    height: 300px;
}
}
@media only screen and (max-width: 768px){
.subpage_ad {
    height: 200px;
}
.subpage_ad .ad-tit {
    font-size: 20px;
    font-weight: bold;
}
.subpage_ad .sb_Box {
    bottom: 0 !important;
}
}


.mbox{
    background-color: rgba(242, 242, 242, 1);
}
.mbox .mbox-sort{
    width: 50%;
    float: left;
}
.mbox .mbox-sort li{
    position: relative;
    display: inline-block;
}
.mbox .mbox-sort li a{
    display: block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    color: #222;
    transition: 0.3s ease 0s;
    padding: 0px 28px;
}
.mbox .mbox-sort li a:before {
    position: absolute;
    left: 50%;
    width: 0%;
    height: 3px;
    background: #0354a2;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    transition: all 0.5s;
    display: block;
}
.mbox .mbox-sort li a:hover:before {
    width: 80%;
}
.mbox .mbox-sort li a:hover{
    color: #0354a2;
}
.mbox .mbox-site{
    width: 50%;
    float: right;
    text-align: right;
}
.mbox .mbox-site .site1{
    font-size: 14px;
    color: #333;
    line-height: 80px;
}
.mbox .mbox-site .site1 a{
    color: #333;
}
.mbox .mbox-site .site1 .e_icon {
    margin-right: 10px;
    font-size: 18px;
    color: #0354a2;
}
.mbox .mbox-site .site1 .i_separator{
    margin: 0 10px;
}
.about1{
    padding: 3% 0;
}
.about1 .jj{
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-align: center;
}
.about1 ul{
    max-width: 950px;
    margin: 30px auto;
}
.about1 ul li{
    width: 16.66666%;
    float: left;
    text-align: center;
}
.about1 ul li h3{
    font-size: 14px;
    color: #333333;
}
.about1 ul li h3 span{
    font-size: 46px;
    color: #111111;
}
.about1 ul li p{
    font-size: 14px;
    color: #555555;
    margin-bottom: .5rem;
}

.about2{
    background-color: rgba(233, 233, 233, 1);
    padding: 3% 0;
}
.p4-tlt{
    font-size: 32px;
    color: #111;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
}
.p4-tlt::before{
    content: '';
    width: 80px;
    height: 3px;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    left: 0;
    bottom: 0;
}
.about2 .wz{
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-indent: 2em;
}

.about3{
    padding: 3% 0 5%;
}
.about3 ul{
    margin-top: 40px;
}
.about3 ul li{
    width: 23%;
    margin-right: 2.666666%;
    float: left;
}
.about3 ul li:nth-child(4){
    margin-right: 0;
}
.about3 ul li a{
    display: block;
    text-align: center;
}
.about3 ul li .img{
    overflow: hidden;
}
.about3 ul li .img img{
    width: 100%;
}
.about3 ul li h3{
    font-size: 18px;
    color: #000;
    line-height: 50px;
    margin-top: 10px;
    font-weight: bold;
}
.about3 ul li p{
    font-size: 14px;
    color: #666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.about4{
    background-image: url(../images/at3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 5% 0;
}
.about4-con{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2vw;
}
.ryzz-slick{
    padding: 40px 0;
    margin-left: -10px;
    margin-right: -10px;
}
.ryzz-slick .slick-con{
    padding: 0 10px;
}
.ryzz-slick .slick-con a{
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    border: 15px solid #ebebeb;
    display: block;
    position: relative;
}
.ryzz-slick .slick-con a img{
    width: 100%;
}

.about5{
    padding: 6% 0;
}
.about5 ul{
    margin-top: 4%;
}
.about5 ul li{
    width: 24%;
    margin-right: 1.3333%;
    float: left;
}
.about5 ul li:nth-child(4){
    margin-right: 0;
}
.about5 ul li a{
    display: block;
    text-align: center;
    transition: all .5s ease;
}
.about5 ul li .img{
    width: 100%;
}
.about5 ul li .img img{
    width: 100%;
}
.about5 ul li h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #c6d9e4;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #595959;
}
.about5 ul li a:hover{
    box-shadow: 0px 5px 15px 0px rgb(171 171 171 / 40%);
    border-radius: 3px;
}


@media only screen and (max-width: 1199px){
    .mbox .mbox-sort li a{
        padding: 0 20px;
    }
    .about1 .jj{
        font-size: 14px;
    }
    .about1 ul li h3 span{
        font-size: 40px;
    }
    .p4-tlt{
        font-size: 26px;
    }
    .about2 .wz{
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px){
    .mbox .mbox-sort{
        display: none;
    }
    .mbox .mbox-site{
        width: 100%;
        float: none;
        text-align: left;
    }
    .mbox .mbox-site .site1{
        line-height: 50px;
    }
    .about1{
        padding: 40px 0;
    }
    .about1 ul li h3 span{
        font-size: 24px;
    }
    .about2{
        padding: 40px 0;
    }
    .p4-tlt{
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px){
    .about1 ul{
        margin-bottom: 0;
    }
    .about1 ul li{
        width: 33.3333%;
        margin-bottom: 30px;
    }
    .p4-tlt{
        font-size: 20px;
    }
    .about2 .wz{
        padding: 20px 0;
    }
    .about1 ul li p{
        font-size: 12px;
    }
    .about3{
        padding: 40px 0 20px;
    }
    .about3 ul{
        margin-top: 30px;
    }
    .about3 ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .about3 ul li:nth-child(2n){
        margin-right: 0;
    }
    .about3 ul li h3{
        font-size: 16px;
        line-height: 40px;
    }
    .about5 ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .about5 ul li:nth-child(2n){
        margin-right: 0;
    }
    .about5 ul li h3{
        line-height: 50px;
    }

}




/*联系我们*/
.map{
    height: 480px;
    width: 100%;
    position: relative;
}
.map .amap-maps{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lxwm{
    padding: 50px 0 80px;
    background: url(../images/backgroundpr2.png) no-repeat center;
    background-size: cover;
}
.lxwm1{
    background-image: url(../images/asdthkl.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 3vw;
}
.lxwm1 h3{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.lxwm1 h4{
    font-size: 36px;
    color: #fff;
}
.lxwm2{
    background: #fff;
    padding-top: 40px;
}
.lxwm2 .lxbox{
    width: 31.791200000000003%;
    float: left;
    border: 1px solid #ddd;
    padding: 20px;
}
.lxwm2 .lxbox .lxbox-top h3{
    font-size: 18px;
    color:#282828;
    line-height: 1.5;
}
.lxwm2 .lxbox .lxbox-top h4 a{
    font-size: 28px;
    color:#061538;
    line-height: 1.5;
    font-weight: bold;
}
.lxwm2 .lxbox ul{
    padding: 15px 0;
}
.lxwm2 .lxbox ul li{
    padding: 12px 0;
    padding-left: 60px;
    position: relative;
    border-bottom: 1px solid rgba(222, 226, 230, 1);
}
.lxwm2 .lxbox ul li .ximg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lxwm2 .lxbox ul li .ximg img{
    width: 40px;
    height: 40px;
}
.lxwm2 .lxbox ul li h3{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}
.lxwm2 .lxbox ul li h3 a{
    color: #000;
}
.lxwm2 .lxbox ul li p{
    color:#061538;
    font-size: 14px;
    line-height: 1.5;
}
.lxwm2 .lxbox ul li p a{
    color:#061538;
}
.lxbox-sh .baidu-share{
    text-align: center;
}
.lxbox-sh .baidu-share a{
    display: inline-block;
    float: none;
    width: 40px;
    height: 40px;
    margin: 8px;
    padding: 0;
}
.lxbox-sh .baidu-share a.bds_tsina{
    background: url(../images/share-weibo.png) no-repeat center;
    background-size: 100% 100%;
}
.lxbox-sh .baidu-share a.bds_weixin{
    background: url(../images/share-wechat.png) no-repeat center;
    background-size: 100% 100%;
}
.lxbox-sh .baidu-share a.bds_tqq{
    background: url(../images/share-qq.png) no-repeat center;
    background-size: 100% 100%;
}
.lxbox-sh .baidu-share a.bds_qzone{
    background: url(../images/share-qzone.png) no-repeat center;
    background-size: 100% 100%;
}
.ly1{
    width: 65.2088%;
    margin-left: 3%;
    float: right;
}
.ly1 #form1 .leaveMsg{
    margin-bottom: 30px;
}
.ly1 #form1 .leaveMsg textarea{
    height: 136px;
    background-color: #e8eaec;
    border-radius: 3px;
    border: 0px;
    resize: none;
    width: 90%;
    padding: 10px;
    color: #7b7b7b;
}
.ly1 #form1 input::-webkit-input-placeholder,.ly1 #form1 textarea::-webkit-input-placeholder{
    color: #7b7b7b;
}
.ly1 #form1 input::-moz-placeholder,.ly1 #form1 textarea::-moz-placeholder{ 
    color: #7b7b7b;        
}
.ly1 #form1 input:-ms-input-placeholder,.ly1 #form1 textarea:-ms-input-placeholder{ 
    color: #7b7b7b;        
}
.ly1 #form1 .name,.ly1 #form1 .contact,.ly1 #form1 .code{
    margin-bottom: 30px;;
}
.ly1 #form1 .name input,.ly1 #form1 .contact input,.ly1 #form1 .code input{
    box-shadow: none;
    border: none;
    outline: none;
    width: 70%;
    padding: 10px 10px;
    background-color: #e8eaec;
    border-radius: 3px;
    font-size: 14px;
    line-height: 2;
    color: #7b7b7b;
}
.ly1 #form1 .code input{
    width: 60%;
}
.ly1 #form1 .buttons input{
    width: 220px;
    line-height: 48px;
    border-radius: 3px;
    background-color: #0354a2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: none;
    outline: none;
}

@media only screen and (max-width: 1199px){
    .map{
        height: 400px;
    }
    .lxwm1 h4{
        font-size: 30px;
    }
    .lxwm2 .lxbox .lxbox-top h3{
        font-size: 16px;
    }
    .lxwm2 .lxbox .lxbox-top h4 a{
        font-size: 24px;
    }
    .lxwm2 .lxbox ul li h3{
        font-size: 14px;
    }
    .lxbox-sh .baidu-share a{
        width: 32px;
        height: 32px;
    }
}
@media only screen and (max-width: 767px){
    .map{
        height: 400px;
    }
    .lxwm2 .lxbox{
        width: 100%;
        float: none;
    }
    .lxwm1 h4{
        font-size: 24px;
    }
    .ly1{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .ly1 #form1 .leaveMsg textarea{
        width: 100%;
    }
    .ly1 #form1 .leaveMsg{
        margin-bottom: 20px;
    }
    .ly1 #form1 .name, .ly1 #form1 .contact, .ly1 #form1 .code{
        margin-bottom: 20px;
    }
    .ly1 #form1 .name input, .ly1 #form1 .contact input, .ly1 #form1 .code input{
        width: 100%;
    }
    .ly1 #form1 .code input{
        width: 60%;
    }
    
}



.xw1 *,.xw2 * {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.xw1 li a{
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #f2f2f2;
    padding: 30px;
}
.xw1 li .fa_pic {
    width: 20%;
}
.xw1 li .fa_pic .fa_Img {
    padding-bottom: 60%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.xw1 li .fa_pic .fa_Img img{
    height: 100%;
}
.xw1 li .fa_info {
    width: 80%;
    padding-left: 5%;
}
.xw1 li .fa_info h3{
    font-size: 18px;
    font-weight: bold;
    color: #424242;
}
.xw1 li .fa_info p {
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    line-height: 24px;
    height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw1 li .fa_info div span {
    font-size: 14px;
    color: #333;
    border: #333 solid 1px;
    padding: 10px 30px;
}
.xw1 li a:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.xw1 li a:hover .fa_info span {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}
.xw2 ul li a{
    display: flex;
    flex-wrap: wrap;
    border-top: #ddd solid 1px;
    padding: 30px;
    align-items: center;
}
.xw2 ul li a .fa_data {
    width: 80px;
    text-align: center;
    font-family: arial;
    background: var(--theme-color);
    color: #fff;
    padding: 15px 0;
}
.xw2 ul li a .fa_data h5 {
    font-size: 40px;
}
.xw2 ul li a .fa_data p {
    font-size: 14px;
    margin-top: 5px;
}
.xw2 ul li a .fa_info {
    width: calc(100% - 130px);
    padding: 0 30px;
}
.xw2 ul li a .fa_info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #424242;
}
.xw2 ul li a .fa_info p {
    font-size: 14px;
    color: #666;
    margin: 20px 0 0;
    line-height: 24px;
    max-height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw2 ul li a .fa_link{
    width: 40px;
    position: relative;
    height: 40px;
    overflow: hidden;
}
.xw2 ul li a .fa_link>div {
    width: 40px;
    height: 40px;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.xw2 ul li a .fa_link>.fa_link1 {
    opacity: 0;
    transform: translateX(-100%);
    color: var(--theme-color);
}
.xw2 ul li a .fa_link>.fa_link2 {
    color: #aaa;
}
.xw2 ul li a:hover {
    background: #f5f5f5;
    padding-left: 50px;
}
.xw2 ul li a:hover .fa_data {
    background: var(--theme-color);
}
.xw2 ul li a:hover h3 {
    color: var(--theme-color);
}
.xw2 ul li a:hover .fa_link1 {
    transform: translateX(0%);
    opacity: 1;
}
.xw2 ul li a:hover .fa_link2 {
    transform: translateX(100%);
    opacity: 0;
}
.xw3{
    width: 100%;
    padding: 10px;
    border: solid 1px #d5d5d5;
}
.xw3 ul li{
    padding: 10px 0;
}
.xw3 ul li a{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.xw3 ul li a .top {
    position: relative;
    padding: 5px;
    overflow: hidden;
    padding-right: 90px;
}
.xw3 ul li a .top h3{
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #0354a2;
    font-weight: bold;
    font-size: 16px;
}
.xw3 ul li a .top .time{
    position: absolute;
    top: 50%;
    width: 100px;
    transform: translateY(-50%);
    right: 0px;
    font-size: 12px;
}
.xw3 ul li a .p_summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #595959;
}


.xw-detail .xw-detail-left{
    width: 74.94%;
    float: left;
    padding: 10px 3vw 10px 10px;
}
.xw-detail .xw-detail-left .xw-detail-tlt{
    font-size: 24px;
    color: #262626;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 20px;
}
.xw-detail .xw-detail-left .xw-detail-bar{
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    margin: 20px 0;
}
.xw-detail .xw-detail-left .xw-detail-bar dd{
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
}
.xw-detail .xw-detail-left .xw-detail-cont{
    font-size: 14px;
    line-height: 1.6;
    color: #595959;
}
.xw-detail .xw-detail-left .xw-detail-cont img{
    max-width: 100%;
}
.xw-detail .xw-detail-right{
    width: 25.06%;
    float: right;
    background: #f5f5f5;
}
.xw-detail .xw-detail-right .xw-detail-right-tu{
    overflow: hidden;
}
.xw-detail .xw-detail-right .xw-detail-right-tu img{
    width: 100%;
}
.xw-detail .xw-detail-right ul{
    padding: 20px;
}
.xw-detail .xw-detail-right ul li{
    margin-bottom: 30px;
}
.xw-detail .xw-detail-right ul li a{
    display: block;
    overflow: hidden;
}
.xw-detail .xw-detail-right ul li .img{
    position: relative;
    overflow: hidden;
}
.xw-detail .xw-detail-right ul li .img img{
    width: 100%;
    transition: .5s;
}
.xw-detail .xw-detail-right ul li .img .showBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}
.xw-detail .xw-detail-right ul li .img h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xw-detail .xw-detail-right ul li a:hover .img .showBox{
    opacity: 1;
}
.xw-detail .xw-detail-right ul li a:hover .img h3{
    opacity: 1;
}
.xw-detail .xw-detail-right ul li a .img h3::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.xw-detail .xw-detail-right ul li a .img h3::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.xw-detail .xw-detail-right ul li a:hover .img h3::before{
    width: 1rem;
}
.xw-detail .xw-detail-right ul li a:hover .img h3::after{
    width: 1rem;
}
.xw-detail .xw-detail-right ul li a:hover .img img{
    transform: scale(1.1);
}
.xw-detail .xw-detail-right ul li .porBbox .newTitle{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.xw-detail .xw-detail-right ul li .porBbox .p_summary{
    color: #777;
    margin-bottom: 10px;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.xw-detail .xw-detail-right ul li .porBbox .lookDetail{
    display: flex;
    justify-content: space-between;
}
.xw-detail .xw-detail-right ul li .porBbox .lookDetail .p_ToDetail{
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #666;
}
.xw-detail .xw-detail-right ul li .porBbox .lookDetail .arrowsR{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/jt4.png) no-repeat center;
}
.xw-detail .xw-detail-right ul li a:hover .porBbox .lookDetail .arrowsR{
    background: url(../images/jt5.png) no-repeat center;
}

@media only screen and (max-width: 767px){
    .xw1 li a{
        padding: 0;
    }
    .xw1 li .fa_pic {
        width: 100%!important;
    }
    .xw1 li .fa_info{
        width: 100%!important;
        padding: 20px;
    }
    .xw1 li .fa_info h3{
        font-size: 16px!important;
        font-weight: normal !important;
        color: #000 !important;
        line-height: 1.8;
    }
    .xw2 ul li a{
        padding: 10px;
    }
    .xw2 ul li a .fa_data{
        display: none;
    }
    .xw2 ul li a .fa_info {
        width: 100%;
        padding: 20px 0;
    }
    .xw2 ul li a .fa_link{
        display: none;
    }
    .xw2 ul li a .fa_info h3{
        font-size: 16px!important;
        font-weight: normal !important;
        color: #000 !important;
        line-height: 1.8;
    }
    .xw2 ul li a .fa_info p{
        margin-top: 10px;
    }
    .xw2 ul li a:hover {
        padding: 10px;
    }
    .xw3 ul li a .top h3{
        font-size: 15px;
    }
    .xw-detail .xw-detail-right{
        display: none;
    }
    .xw-detail .xw-detail-left{
        width: 100%;
        padding: 0;
    }
    .xw-detail .xw-detail-left .xw-detail-tlt{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .xw-detail .xw-detail-left .xw-detail-bar{
        margin-top: 10px;
        font-size: 12px;
        padding-top: 10px;
    }




}




.product-detail-list .product-detail-aa{
    margin-top: 6%;
}
.product-detail-list .product-detail-aa a{
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    padding: 0 20px;
    background: #0354a2;
}
.aspg-detail-pn2{
    display: flex;
    justify-content: space-between;
}
.aspg-detail-pn2 > div{
    width: 50%;
}
.aspg-detail-pn2 > div:nth-child(2){
    text-align: right;
}
.aspg-detail-pn2 div b{
    float: none;
}
.aspg-detail-pn2 div a{
    float: none;
}
.cp-detail2{
    padding: 20px 0;
}
.cp-detail2 .cp-detail2-tlt{
    font-size: 28px;
    line-height: 3;
    text-align: center;
    color: #000;
}
.xgcp-slick .slick-con a{
    display: block;
    overflow: hidden;
    text-align: center;
}
.xgcp-slick .slick-con .img{
    overflow: hidden;
    border: 1px solid #e2e2e2;
}
.xgcp-slick .slick-con .img img{
    width: 100%;
    transition: .5s;
}
.xgcp-slick .slick-con a:hover .img img{
    transform: scale(1.1);
}
.xgcp-slick .slick-con a h3{
    font-size: 14px;
    color: #0a9476;
    line-height: 45px;
    overflow: hidden;
    background-color: #dcebe8;
    transition: all 0.5s;
}
.xgcp-slick .slick-con a:hover h3{
    background-color: #0a9476;
}

.ly2{
    background-color: rgba(248, 248, 248, 1);
    padding: 20px;
}
.ly2 .ly2-tlt{
    text-align: center;
    padding: 50px 0;
}
.ly2 .ly2-tlt h3{
    font-size: 32px;
    color: #333;
    line-height: 1.6;
}
.ly2 .ly2-tlt h4{
    font-size: 20px;
    color: #ccc;
    line-height: 1.6;
    padding-bottom: 20px;
    position: relative;
}
.ly2 .ly2-tlt h4::before{
    content: '';
    width: 50px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
.ly2 #form2 > div{
    margin-bottom: 25px;

}
.ly2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
}
.ly2 #form2 input::-webkit-input-placeholder,.ly2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.ly2 #form2 input::-moz-placeholder,.ly2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.ly2 #form2 input:-ms-input-placeholder,.ly2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.ly2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.ly2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.ly2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.ly2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.ly2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.ly2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;

}

@media only screen and (max-width: 991px){
    .ly2 .ly2-tlt{
        padding: 30px 0;
    }
    .ly2 .ly2-tlt h3{
        font-size: 24px;
    }
    .ly2 .ly2-tlt h4{
        font-size: 14px;
    }

}
@media only screen and (max-width: 767px){
    .product-detail-list .product-detail-aa a{
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
    }
    .product-detail-tab{
        margin-top: 30px;
    }
    .ly2 .ly2-tlt h3{
        font-size: 20px;
    }
    .ly2 #form2 > div{
        margin-bottom: 15px;
    }
    .ly2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .ly2 #form2 .ly-item2 #name{
        margin-right: 0;
    }
    .ly2 #form2 .ly-item2{
        margin-bottom: 0;
    }
    .ly2 #form2 .ly-item3 > input{
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 15px;
    }


}




.yyly .yyly-left{
    width: 18.659200000000002%;
    float: left;
}
.yyly .yyly-left .yyly-left-tlt{
    background: rgb(3, 84, 162);
    padding: 25px;
}
.yyly .yyly-left .yyly-left-tlt h3{
    font-size: 25px;
    margin-bottom: 5px;
    color: #fff;
}
.yyly .yyly-left .yyly-left-tlt p{
    line-height: 2;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.yyly .yyly-left ul{
    background: #eee;
}
.yyly .yyly-left ul li{
    padding-left: 25px;
    position: relative;
}
.yyly .yyly-left ul li a{
    color: #333;
    font-size: 17px;
    transition: all .5s ease;
    font-weight: 700;
    line-height: 62px;
}
.yyly .yyly-right{
    width: 79.34079999999999%;
    float: right;
}
@media only screen and (min-width: 768px){
.yyly .yyly-right .yyly-list{
    padding: 10px;
    background: #f5f5f5;
}
.yyly .yyly-right .yyly-list li{
    position: relative;
    border-bottom: 20px solid #f5f5f5;
    background: #fff;
    width: 100%;
    height: 0px;
    padding-bottom: 28%;
    transition: all 600ms ease;
}
.yyly .yyly-right .yyly-list li .listContents{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.yyly .yyly-right .yyly-list li:nth-child(2n) .listContents{
    flex-direction: row-reverse;
}
.yyly .yyly-right .yyly-list li .newPic{
    width: 50%;
    overflow: hidden;
}
.yyly .yyly-right .yyly-list li .newPic .pic{
    width: 100%;
    transition: all 600ms ease;
}
.yyly .yyly-right .yyly-list li .listContents:hover .pic {
    transform: scale(1.1);
}
.yyly .yyly-right .yyly-list li .listContents .listContent {
    position: relative;
    width: 50%;
    padding: 20px;
    overflow: hidden;
}
.yyly .yyly-right .yyly-list li .listContents .listContent .listName{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800;
}
.yyly .yyly-right .yyly-list li .listContents .listContent .listName a{
    color: #707070;
}
.yyly .yyly-right .yyly-list li .listContents .listContent .p_summary{
    line-height: 2;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.yyly .yyly-right .yyly-list li .listContents .listContent .p_summary p{
    margin-bottom: 1vw;
}
.yyly .yyly-right .yyly-list li .listContents .lineRed {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background: #c7000a;
    transition: all 600ms ease;
}
.yyly .yyly-right .yyly-list li .listContents:hover .lineRed {
    width: 100%;
}
}
@media only screen and (max-width: 1199px){
    .yyly .yyly-right .yyly-list li .listContents .listContent .p_summary{
        font-size: 13px;
        line-height: 1.6;
    }
    .yyly .yyly-left .yyly-left-tlt h3{
        font-size: 22px;
    }
    .yyly .yyly-left .yyly-left-tlt p{
        font-size: 12px;
    }
    .yyly .yyly-left ul li a{
        font-size: 16px;
        line-height: 55px;
    }
    .yyly .yyly-right .yyly-list li .listContents .listContent .listName{
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px){
    .yyly .yyly-left{
        display: none;
    }
    .yyly .yyly-right{
        width: 100%;
        float: none;
    }
    .yyly .yyly-right .yyly-list{
        padding: 35px 5% 45px 5%;
        background: #f5f5f5;
    }
    .yyly .yyly-right .yyly-list li{
        position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 0px)/1)!important;
    padding: 15px 15px 0;
    height: inherit;
    margin-bottom: 20px;
    background: #fff;
    }
    .yyly .yyly-right .yyly-list li .listContents .newPic img{
        width: 100%;
    }
    .yyly .yyly-right .yyly-list li .listContents .listContent{
        padding: 40px 5% 40px 5%;
    }
    .yyly .yyly-right .yyly-list li .listContents .listContent .listName{
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 800;
    }
    .yyly .yyly-right .yyly-list li .listContents .listContent .listName a{
        flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    color: #707070;
    }
    .yyly .yyly-right .yyly-list li .listContents .listContent .p_summary{
        line-height: 2;
    }

}






