body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Microsoft Yahei';
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ol, ul, dl, li, dt, dd {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    padding: 0px;
    margin: 0;
}

.clearfix:after{
    content: "";
    display: block;
    clear:both;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.wrap{
    padding-left: 160px;
    padding-right: 160px;
}

.container{
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1280px;
}

.navs{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 80px;
    transition: all .5s;
}
.navs.on{
    background: rgba(0,0,0,.5);
}
.navs .container{
    width: 1200px;
}
.navs .logo{
    padding: 12.5px 0;
    float: left;
}
.navs .nav{
    float: right;
}
.navs .nav ul li{
    float: left;
    position: relative;
}
.navs .nav ul li > a{
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 31px 25px;
    line-height: 1;
}
.navs .nav ul li > a.active,
.navs .nav ul li:hover> a{
    background: #F43111;
}
.navs .nav ul li ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    background: rgba(255, 255, 255, .8);
    text-align: center;
}
.navs .nav ul li:hover ul{
    height: 135px;
}
.navs .nav ul li ul a{
    display: block;
    color: #333;
    font-size: 16px;
    padding: 5px;
}
.navs .nav ul li ul a:hover{
    background: #F43111;
    color: #fff;
}

.index_banner .swiper-slide img{
    width: 100%;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 27px;
    z-index: 2;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: none;
    border: solid 2px #fff;
    background: #fff;
    margin: 0 5.5px;
    opacity: 1;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 54px;
    border-radius: 20px;
}

.index_title{
    text-align: center;
    position: relative;
}
.index_title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 77px;
    height: 5px;
    background: #F42E0E;
    display: block;
}
.index_title p{
    color: #333333;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_title span{
    color: rgba(102, 102, 102, .12);
    font-size: 60px;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
}

.index_main1{
    padding-top: 50px;
    padding-bottom: 80px;
}
.index_main1 .content{
    padding-top: 65px;
    position: relative;
}
.index_main1 .content .text{
    width: 47%;
}
.index_main1 .content .text .tt{
    color: #f42e0e;
    font-size: 24px;
}
.index_main1 .content .text .tt img{
    width: 34px;
}
.index_main1 .content .text .desc{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    text-align: justify;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.index_main1 .content .pic{
    width: 50%;
    height: 555px;
    overflow: hidden;
}
.index_main1 .content .pic img{
    height: 100%;
}
.index_main1 .content .box{
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
}
.index_main1 .content .box ul li{
    float: left;
    background: #DAD8D8;
    margin-left: 2%;
    text-align: center;
    width: 15%;
    padding: 13px;
}
.index_main1 .content .box ul li:first-child{
    margin-left: 0;
}
.index_main1 .content .box ul li:last-child{
    background: #DAD8D8;
}
.index_main1 .content .box ul li h4{
    font-size: 24px;
    color: #f42e0e;
    padding-top: 10px;
}
.index_main1 .content .box ul li img{
    height: 54px;
}
.index_main1 .content .box ul li span{
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
    display: block;
    height: 55.7px;
}
.index_main1 .content .box ul li:last-child h4,
.index_main1 .content .box ul li:last-child span{
    color: #f42e0e;
}
.index_main1 .content .box ul li:last-child span{
        color: #333333;
}
.index_mian2{
    background: #EDEDED;
    padding: 80px 0;
}
.index_mian2 .content{
    padding-top: 75px;
}
.index_mian2 .content li{
    position: relative;
    background: #606060;
    float: left;
    width: 23%;
    margin-left: 2.66%;
    margin-top: 35px;
}
.index_mian2 .content li:nth-child(4n+1){
    margin-left: 0;
}
.index_mian2 .content li:nth-child(-n+4){
    margin-top: 0;
}
.index_mian2 .content li .pic{
    overflow: hidden;
}
.index_mian2 .content li .pic img{
    opacity: .12;
    transition: all .5s;
    width: 100%;
}
.index_mian2 .content li:hover .pic img{
    opacity: .4;
}
.index_mian2 .content li .box{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    text-align: center;
}
.index_mian2 .content li .box img{
    width: 20%;
}
.index_mian2 .content li .box p{
    color: #ffffff;
    font-size: 24px;
    padding-top: 30px;
}
.index_mian2 .content li.more .pic img{
    opacity: 1;
}
.index_mian2 .content li.more .box p{
    color: #f43111;
}

.index_main3{
    padding: 50px 0;
}
.index_main3 .content{
    margin-top: 70px;
    position: relative;
}
.index_main3 .content .left{
    width: 33%;
}
.index_main3 .content .left img{
    width: 100%;
}
.index_main3 .content .swiper-container{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 88%;
    z-index: 1;
}
.index_main3 .content .swiper-button-prev,
.index_main3 .content .swiper-button-next{
    left: 5%;
    outline: none;
}
.index_main3 .content .swiper-button-prev::after,
.index_main3 .content .swiper-button-next::after{
    display: none;
}
.index_main3 .content .swiper-button-prev{
    top: 65%;
}
.index_main3 .content .swiper-pagination{
    left: 5%;
    position: absolute;
    width: auto;
    color: #fff;
    bottom: 12%;
    font-size: 24px;
}
.index_main3 .content .swiper-slide .pic img{
    width: 100%;
}
.index_main3 .content .swiper-slide .txt{
    height: 125px;
    background: url(../images/index_main3_logo.png) no-repeat right center #EEEEEE;
    background-size: 20%;
    background-position-y: 90%;
    text-align: center;
    color: #f43111;
    font-size: 24px;
    line-height: 36px;
    padding: 0 25%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.index_main4{
    background: url(../images/index_main4_bg.jpg) no-repeat;
    padding: 50px 0;
}
.index_main4 .content{
    margin-top: 50px;
}

.footer{
    background: #BC080D;
    padding-top: 50px;
}
.footer .footer_logo{
    padding-top: 25px;
}
.footer .left .txt{
    color: #ffffff;
    padding-left: 80px;
}
.footer .left .txt h4{
    font-size: 18px;
}
.footer .left .txt p{
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
}
.footer .right{
    display: flex;
}
.footer .right .fl{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    text-align: right;
}
.footer .bottom{
    border-top: solid 1px #aaa;
    margin-top: 20px;
    padding: 30px 0;
    text-align: center;
    color: #eaeaea;
    font-size: 14px;
}
.footer .bottom a{
    color: #eaeaea;
    font-size: 14px;
}

.nybanner img{
    width: 100%;
}

.mianbaoxie{
    overflow: hidden;
    background: #EEEEEE;
}
.mianbaoxie .left img{
    position: relative;
    top: -4px;
    padding-right: 5px;
}
.mianbaoxie .left a{
    color: #666666;
    line-height: 63px;
    font-size: 16px;
}
.mianbaoxie .right ul li{
    float: left;
    border-bottom: solid 2px transparent;
    padding: 0 5px;
    margin-left: 20px;
}
.mianbaoxie .right ul li.cur{
    border-color: #F43111;
}
.mianbaoxie .right ul li.cur a{
    color: #F43111;
}
.mianbaoxie .right ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 63px;
}

.nytitle{
    text-align: center;
}
.nytitle span{
    color: #cccccc;
    font-size: 30px;
    text-transform: uppercase;
}
.nytitle h2{
    color: #333333;
    font-size: 30px;
    padding-top: 5px;
}

.nypage{
    padding-top: 60px;
    padding-bottom: 100px;
}
.nypage .content{
    padding-top: 50px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.nypage .content img{
    max-width: 100%;
    height: auto !important;
}

.nypage_gsjj{
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}
.nypage_gsjj::before{
    content: "";
    position: absolute;
    top: 300px;
    left: 0;
    background: url(../images/nypage_gsjj_bg.png) no-repeat;
    width: 688px;
    height: 582px;
}
.nypage_gsjj .content{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding-top: 70px;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.nypage_gsjj_qywh{
    position: relative;
    background: url(../images/nypage_gsjj_qywh.jpg) no-repeat;
    background-size: 1761px;
    background-position-x: right;
}
.nypage_gsjj_qywh .nytitle{
    text-align: left;
    padding-top: 105px;
}
.nypage_gsjj_qywh .nytitle span{
    color: #fff;
}
.nypage_gsjj_qywh .nytitle h2{
    color: #fff;
}

.nypage_gsjj_qywh .box{
    padding-top: 138px;
}
.nypage_gsjj_qywh .box ul li{
    float: left;
    width: 406px;
    height: 152px;
    margin-left: 28px;
}
.nypage_gsjj_qywh .box ul li:first-child{
    margin-left: 0;
}
.nypage_gsjj_qywh .box ul li:nth-child(1) .icon{
    background: #F43111;
}
.nypage_gsjj_qywh .box ul li:nth-child(2) .icon{
    background: #ED8722;
}
.nypage_gsjj_qywh .box ul li:nth-child(3) .icon{
    background: #C39A6D;
}
.nypage_gsjj_qywh .box ul li .icon{
    float: left;
    width: 153px;
    height: 100%;
    text-align: center;
    padding-top: 28px;
}
.nypage_gsjj_qywh .box ul li .icon p{
    color: #ffffff;
    font-size: 24px;
    padding-top: 10px;
}
.nypage_gsjj_qywh .box ul li .txt{
    float: left;
    width: 253px;
    height: 100%;
    background: #F5F5F5;
    color: #333333;
    font-size: 24px;
    line-height: 36px;
    padding-top: 40px;
    padding-left: 20px;
}

.list_tdzs{
    padding-top: 60px;
    padding-bottom: 100px;
}
.list_tdzs .content{
    padding-top: 50px;
}
.list_tdzs .content ul li{
    float: left;
    width: 402px;
    margin-left: 37px;
    margin-top: 40px;
}
.list_tdzs .content ul li:nth-child(3n+1){
    margin-left: 0;
}
.list_tdzs .content ul li:nth-child(-n+3){
    margin-top: 0;
}
.list_tdzs .content ul li .pic{
    overflow: hidden;
}
.list_tdzs .content ul li .pic img{
    width: 100%;
    height: 262px;
    transition: all .5s;
}
.list_tdzs .content ul li:hover .pic img{
    transform: scale(1.1);
}
.list_tdzs .content ul li .txt h4{
    color: #333333;
    font-size: 18px;
    background: #EEEEEE;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    overflow: hidden;
}

.nypages{
    text-align: center;
    margin-top: 80px;
}
.nypages span{
    border: solid 1px #ddd;
    padding: 5px 10px;
    font-size: 14px;
}
.nypages span.p_n1{
    background: #F43111;
    border-color: #F43111;
    color: #fff;
}

.list_jcyq{
    padding-top: 60px;
    padding-bottom: 100px;
}
.list_jcyq .content{
    padding-top: 50px;
}
.list_jcyq .content ul li{
    border: solid 1px #EEEEEE;
    width: 300px;
    float: left;
    margin-top: 28px;
    margin-left: 26px;
}
.list_jcyq .content ul li:nth-child(4n+1){
    margin-left: 0;
}
.list_jcyq .content ul li:nth-child(-n+4){
    margin-top: 0;
}
.list_jcyq .content ul li .pic{
    overflow: hidden;
}
.list_jcyq .content ul li .pic img{
    width: 100%;
    height: 281px;
    transition: all .5s;
}
.list_jcyq .content ul li:hover .pic img{
    transform: scale(1.1);
}
.list_jcyq .content ul li .txt h4{
    color: #333333;
    font-size: 18px;
    background: #EEEEEE;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
}

.nypage_contact{
    padding-top: 60px;
    padding-bottom: 100px;
}
.nypage_contact .infos{
    height: 92px;
    margin-top: 55px;
    overflow: hidden;
}
.nypage_contact .infos ul{
    height: 100%;
}
.nypage_contact .infos ul li{
    float: left;
    border-right: solid 1px #CCCCCC;
    width: 475px;
    height: 100%;
    padding-left: 80px;
    display: flex;
}
.nypage_contact .infos ul li:first-child{
    padding-left: 0;
}
.nypage_contact .infos ul li:last-child{
    border-right: 0;
    width: auto;
}
.nypage_contact .infos ul li .icon{
    float: left;
    display: flex;
    align-items: center;
}
.nypage_contact .infos ul li:last-child .icon{
    margin-left: 20px;
}
.nypage_contact .infos ul li .txt{
    float: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nypage_contact .infos ul li:last-child .txt{
    padding-left: 0;
    text-align: center;
}
.nypage_contact .infos ul li .txt span{
    color: #333333;
    font-size: 20px;
}
.nypage_contact .infos ul li .txt p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.nypage_qyys{
    padding-top: 60px;
    padding-bottom: 100px;
}
.nypage_qyys .content{
    padding-top: 60px;
}
.nypage_qyys .content ul li{
    height: 360px;
    margin-top: 40px;
}
.nypage_qyys .content ul li:first-child{
    margin-top: 0;
}
.nypage_qyys .content ul li .pic{
    float: left;
    width: 50%;
}
.nypage_qyys .content ul li .pic img{
    width: 100%;
}
.nypage_qyys .content ul li .txt{
    float: left;
    width: 50%;
    height: 100%;
    background: url(../images/nypage_qyys_logo.png) no-repeat #EEEEEE;
    background-position: 354px 122px;
    position: relative;
    padding: 90px 80px;
}
.nypage_qyys .content ul li:nth-child(even) .txt{
    float: right;
}
.nypage_qyys .content ul li .txt h4{
    color: #f43111;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
}
.nypage_qyys .content ul li .txt h4 img{
    padding-right: 15px;
}
.nypage_qyys .content ul li .txt p{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    padding-top: 28px;
}

.nypage_zlkz{
    padding-top: 60px;
    padding-bottom: 100px;
}
.nypage_zlkz .content{
    padding-top: 60px;
}
.nypage_zlkz .content ul li{
    width: 588px;
    padding: 50px 0;
}
.nypage_zlkz .content ul .xian{
    border-top: solid 1px #EEEEEE;
    width: 100%;
    overflow: hidden;
    padding: 0;
    font-size: 0;
}
.nypage_zlkz .content ul li:nth-child(-n+2){
    padding-top: 0;
}
.nypage_zlkz .content ul li .icon{
    float: left;
    width: 74px;
    padding: 10px 0;
}
.nypage_zlkz .content ul li .txt{
    float: left;
    width: 514px;
    padding-left: 24px;
}
.nypage_zlkz .content ul li .txt h4{
    color: #333333;
    font-size: 18px;
}
.nypage_zlkz .content ul li .txt p{
    color: #333333;
    font-size: 16px;
    line-height: 29px;
    padding-top: 17px;
}

.nyshow{
    padding-top: 60px;
    padding-bottom: 100px;
}
.nyshow .nytitle p{
    padding-top: 15px;
    color: #666;
    font-size: 16px;
}
.nyshow .content{
    padding-top: 60px;
    color: #333;
    font-size: 16px;
    line-height: 32px;
}
.nyshow .content img{
    max-width: 100%;
    height: auto !important;
}

.list_qyzz{
    padding-top: 60px;
    padding-bottom: 100px;
}
.list_qyzz .content{
    padding-top: 50px;
}
.list_qyzz .content ul li{
    float: left;
    width: 292px;
    margin-left: 37px;
    margin-top: 40px;
}
.list_qyzz .content ul li:nth-child(4n+1){
    margin-left: 0;
}
.list_qyzz .content ul li:nth-child(-n+4){
    margin-top: 0;
}
.list_qyzz .content ul li .pic{
    overflow: hidden;
}
.list_qyzz .content ul li .pic img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.list_qyzz .content ul li:hover .pic img{
    transform: scale(1.1);
}
.list_qyzz .content ul li .txt h4{
    color: #333333;
    font-size: 18px;
    background: #EEEEEE;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
}

.list_fwxm{
    padding-top: 60px;
    padding-bottom: 100px;
}
.list_fwxm .content{
    padding-top: 60px;
}
.list_fwxm .content .hd ul li{
    float: left;
    width: 282px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    margin-left: 50px;
    background: #E7E5E5;
    color: #333333;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}
.list_fwxm .content .hd ul li.on{
    background: #F43111;
    color: #fff;
}
.list_fwxm .content .hd ul li:nth-child(-n+4){
    margin-top: 0;
}
.list_fwxm .content .hd ul li:nth-child(4n+1){
    margin-left: 0;
}
.list_fwxm .content .hd ul li img{
    width: 45px;
    padding-right: 10px;
}
.list_fwxm .content .bd{
    margin-top: 80px;
}
.list_fwxm .content .bd .box{
    background: url(../images/nypage_gsjj_bg.png) no-repeat bottom right;
    background-size: 300px;
    overflow: hidden;
}
.list_fwxm .content .bd .box .pic{
    float: left;
    width: 640px;
}
.list_fwxm .content .bd .box .pic img{
    width: 100%;
}
.list_fwxm .content .bd .box .txt{
    float: left;
    width: 640px;
    padding-top: 30px;
    padding-left: 45px;
}
.list_fwxm .content .bd .box .txt h4{
    color: #f43111;
    font-size: 24px;
}
.list_fwxm .content .bd .box .txt h4 img{
    padding-right: 10px;
}
.list_fwxm .content .bd .box .txt .nr{
    color: #333333;
    font-size: 16px;
    line-height: 47px;
    padding-top: 15px;
}

.nylist{
    padding-top: 60px;
    padding-bottom: 100px;
}
.nylist .content{
    padding-top: 60px;
}
.nylist .content ul li{
    background: #EEEEEE;
    padding: 25px 35px;
    overflow: hidden;
    margin-top: 35px;
}
.nylist .content ul li:first-child{
    margin-top: 0;
}
.nylist .content ul li .pic{
    float: left;
    width: 216px;
    overflow: hidden;
}
.nylist .content ul li .pic img{
    width: 100%;
    height: 153px;
    transition: all .5s;
}
.nylist .content ul li:hover .pic img{
    transform: scale(1.1);
}
.nylist .content ul li .txt{
    float: left;
    width: 985px;
    padding: 16px 0;
    padding-left: 35px;
}
.nylist .content ul li .txt h4{
    color: #333333;
    font-size: 18px;
}
.nylist .content ul li:hover .txt h4{
    color: #bb1d1e;
}
.nylist .content ul li .txt p{
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
}
.nylist .content ul li .txt .time{
    color: #818181;
    font-size: 14px;
    padding-top: 15px;
    float: left;
}
.nylist .content ul li .txt .time img{
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.nylist .content ul li .txt .more{
    color: #818181;
    font-size: 14px;
    padding-top: 15px;
    float: right;
}

.list_jcyq .content ul li .pic img{
    height: 262px;
}

.nypage_contact #map{
    width:100%;
    height:553px;
    font-size:12px;
    margin-top: 40px;
}

.friendlink{
    padding: 50px 0;
}
.friendlink .content{
    padding-top: 50px;
}
.friendlink .content{
    overflow: hidden;
}
.friendlink .content ul li{
    float: left;
    width: 14%;
    margin-left: 7.5%;
    margin-top: 15px;
}
.friendlink .content ul li:nth-child(-n+5){
    margin-top: 0;
}
.friendlink .content ul li:nth-child(5n+1){
    margin-left: 0;
}
.friendlink .content ul li .pic img{
    width: 100%;
}


.service_list_met_65_6_58 .product-list{background:url(../images/index_main4_bg.png) no-repeat center center;background-size:23.671875% auto;overflow:hidden;}
.service_list_met_65_6_58 .product-list li{display:block;width:50%;float:left}
.service_list_met_65_6_58 .product-list li:nth-child(2n) .pRbAdv-box{float:right}
.service_list_met_65_6_58 .product-list li:nth-child(2n-1) .pRbAdv-box{margin-left:15px}
.service_list_met_65_6_58 .pRbAdv-box{display:block;width:400px;height:152px;padding-top:20px;position:relative;overflow:hidden; cursor:pointer; transition:all 0.3s ease;}
.service_list_met_65_6_58 .pRbAdv-box img{ max-width:100%;height:auto;border:0;vertical-align:middle;float:left}
.service_list_met_65_6_58 .pRbAdv-box:hover{ transform: translateY(-10px); }
.service_list_met_65_6_58 .pRbAdv-box:hover .name{ color:#e62022;}
.service_list_met_65_6_58 .pRbAdv-block{width:280px;float:right}
.service_list_met_65_6_58 .pRbAdv-block .name{font-size:20px;color:#333;text-align:left;font-weight: bold;}
.service_list_met_65_6_58 .pRbAdv-block .con{color:#444;color:#aaaaaa;font-size: 14px;line-height:24px; text-align:left; padding-top:5px; overflow:hidden;}

@media (min-width:1280px) {
    .mobile{
        display: none;
    }
}
@media (max-width:1279px) {
    .pc{
        display: none;
    }
    .container{
        width: 95%;
    }
    .wrap{
        width: 95%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
    /* 头部导航开始 */
    .header {
        z-index: 999;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        height: 70px;
        align-items: center;
    }
    .header .index_logo {
        width: 16%;
    }
    .header .index_logo img {
        width: 100%;
    }
    .header .menu {
        display: flex;
        align-items: center;
    }
    .header .menu img {
        width: 1rem;
    }
    .side-box {
        position: fixed;
        top: 0px;
        width: 300px;
        right: -300px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1200;
        color: rgba(0,0,0,1);
        transition: right .4s cubic-bezier(0.215,0.61,0.355,1);
        -moz-transition: right .4s cubic-bezier(0.215,0.61,0.355,1);
        -ms-transition: right .4s cubic-bezier(0.215,0.61,0.355,1);
        -o-transition: right .4s cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transition: right .4s cubic-bezier(0.215,0.61,0.355,1);
    }
    
    .side-cut {
        position: relative;
        width: 284px;
        float: right;
    }
    
    body.open .side-shadow {
        opacity: 1;
        visibility: visible;
    }
    
    body.open .side-box {
        width: 200%;
        right: 0;
    }
    
    .side-bin {
        width: 100%;
        background: rgba(255,255,255,.975);
        height: 100vh;
        z-index: 2;
        position: relative;
        transition: .3s .1s;
        -moz-transition: .3s .1s;
        -ms-transition: .3s .1s;
        -o-transition: .3s .1s;
        -webkit-transition: .3s .1s;
    }
    
    .side-nav>ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .nav-first {
        display: block;
        position: relative;
        margin: 0 0 1px 0;
        list-style: none;
        cursor: pointer;
        opacity: 0;
        transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transition-property: opacity,transform!important;
        -moz-transition-property: opacity,transform!important;
        -ms-transition-property: opacity,transform!important;
        -o-transition-property: opacity,transform!important;
        -webkit-transition-property: opacity,transform!important;
        transition: .6s .95s;
        -moz-transition: .6s .95s;
        -ms-transition: .6s .95s;
        -o-transition: .6s .95s;
        -webkit-transition: .6s .95s;
    }
    
    .nav-first:nth-child(1) {
        transition: .6s .4s;
        -moz-transition: .6s .4s;
        -ms-transition: .6s .4s;
        -o-transition: .6s .4s;
        -webkit-transition: .6s .4s;
    }
    
    .nav-first:nth-child(2) {
        transition: .6s .5s;
        -moz-transition: .6s .5s;
        -ms-transition: .6s .5s;
        -o-transition: .6s .5s;
        -webkit-transition: .6s .5s;
    }
    
    .nav-first:nth-child(3) {
        transition: .6s .59s;
        -moz-transition: .6s .59s;
        -ms-transition: .6s .59s;
        -o-transition: .6s .59s;
        -webkit-transition: .6s .59s;
    }
    
    .nav-first:nth-child(4) {
        transition: .6s .67s;
        -moz-transition: .6s .67s;
        -ms-transition: .6s .67s;
        -o-transition: .6s .67s;
        -webkit-transition: .6s .67s;
    }
    
    .nav-first:nth-child(5) {
        transition: .6s .74s;
        -moz-transition: .6s .74s;
        -ms-transition: .6s .74s;
        -o-transition: .6s .74s;
        -webkit-transition: .6s .74s;
    }
    
    .nav-first:nth-child(6) {
        transition: .6s .8s;
        -moz-transition: .6s .8s;
        -ms-transition: .6s .8s;
        -o-transition: .6s .8s;
        -webkit-transition: .6s .8s;
    }
    
    .nav-first:nth-child(7) {
        transition: .6s .85s;
        -moz-transition: .6s .85s;
        -ms-transition: .6s .85s;
        -o-transition: .6s .85s;
        -webkit-transition: .6s .85s;
    }
    
    .nav-first:nth-child(8) {
        transition: .6s .89s;
        -moz-transition: .6s .89s;
        -ms-transition: .6s .89s;
        -o-transition: .6s .89s;
        -webkit-transition: .6s .89s;
    }
    
    .nav-first:nth-child(9) {
        transition: .6s .92s;
        -moz-transition: .6s .92s;
        -ms-transition: .6s .92s;
        -o-transition: .6s .92s;
        -webkit-transition: .6s .92s;
    }
    
    .nav-first:nth-child(10) {
        transition: .6s .94s;
        -moz-transition: .6s .94s;
        -ms-transition: .6s .94s;
        -o-transition: .6s .94s;
        -webkit-transition: .6s .94s;
    }
    
    body.open .nav-first {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    
    .nav-first>a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: #F43111;
        z-index: 2;
        transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -ms-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        -webkit-transition: width .3s ease-in-out;
    }
    
    body.open .nav-first.active>a:before {
        width: 100%;
        transition: width .3s 1s;
        -moz-transition: width .3s 1s;
        -ms-transition: width .3s 1s;
        -o-transition: width .3s 1s;
        -webkit-transition: width .3s 1s;
    }
    
    .nav-first:hover a:before {
        width: 100%;
    }
    
    .side-nav>ul:hover>.nav-first.active>a:before {
        width: 3px;
        transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -ms-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        -webkit-transition: width .3s ease-in-out;
    }
    
    .side-nav>ul:hover>.nav-first.active:hover>a:before {
        width: 100%;
    }
    
    .nav-first>u {
        display: none;
    }
    
    .nav-first>i {
        display: none;
    }
    
    .nav-first>a {
        position: relative;
        z-index: 3;
        display: block;
        padding: 0 0.75rem;
        line-height: 2rem;
        color: rgba(0,0,0,.9);
    }
    
    .nav-first>a:after {
        display: table;
        clear: both;
        content: ''
    }
    
    .nav-first>a>i {
        float: left;
        position: relative;
        z-index: 3;
        padding: 0 0.375rem 0 0.025rem;
        line-height: 1.75rem;
        font-size: 0.45rem;
    }
    
    .nav-first>a>b {
        float: left;
        font-weight: normal;
        position: relative;
        z-index: 3;
        font-size: 0.5rem;
    }
    
    body.open .nav-first:hover>a,body.open .nav-first.active>a,.side-nav>ul:hover>.nav-first.active:hover>a {
        color: rgba(255,255,255,1);
        transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        -webkit-transition: color .3s;
    }
    
    .side-nav>ul:hover>.nav-first.active>a {
        color: rgba(0,0,0,.9);
        transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        -webkit-transition: color .3s;
    }
    
    body.open .nav-first.active>a {
        color: rgba(255,255,255,1);
        transition: color .3s 1s;
        -moz-transition: color .3s 1s;
        -ms-transition: color .3s 1s;
        -o-transition: color .3s 1s;
        -webkit-transition: color .3s 1s;
    }
    
    .nav-first>a>p,.side-nav>ul:hover>.nav-first.active>a>p {
        position: absolute;
        top: 50%;
        right: 30px;
        color: rgba(255,255,255,1);
        background: rgba(0,0,0,.4);
        font-family: 'AddFont';
        padding: 6px;
        border-radius: 50%;
        line-height: 1;
        margin: 0;
        font-size: 12px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 3;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    body.open .nav-first:hover>a>p,body.open .nav-first.active>a>p,.side-nav>ul:hover>.nav-first.active:hover>a>p {
        color: #F43111;
        background: rgba(255,255,255,.8);
    }
    
    body.open .nav-first.active>a>p {
        color: #F43111;
        background: rgba(255,255,255,.8);
        transition: .3s 1s;
        -moz-transition: .3s 1s;
        -ms-transition: .3s 1s;
        -o-transition: .3s 1s;
        -webkit-transition: .3s 1s;
    }
    
    .side-shadow {
        width: 3999px;
        height: 100%;
        background: rgba(0,0,0,.7);
        position: absolute;
        z-index: 1;
        top: 0;
        right: 100%;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .nav-first>i {
        display: block;
        position: absolute;
        width: 76px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 4;
        cursor: pointer;
    }
    
    .nav-first.mobile-active>i:before {
        background: rgba(255,255,255,1);
    }
    
    .nav-first>i:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 2px;
        margin: -1px 0 0 -6px;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        background: #F43111;
        top: 50%;
        left: 50%;
        border-radius: 2px;
    }
    
    .nav-first>i:after {
        position: absolute;
        content: '';
        height: 12px;
        width: 2px;
        margin: -6px 0 0 -1px;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        background: #F43111;
        left: 50%;
        top: 50%;
        border-radius: 2px;
    }
    
    .nav-first.active>i:before,.nav-first.active>i:after,.nav-first:hover>i:before {
        background: rgba(255,255,255,1);
    }
    
    .nav-first:hover>i:after {
        background: rgba(255,255,255,1);
    }
    
    .nav-first.mobile-active>a:before {
        width: 100%;
    }
    
    .nav-first.mobile-active>a>i,.nav-first.mobile-active>a>b {
        color: rgba(255,255,255,1);
    }
    
    .nav-first.mobile-active>a>p {
        color: rgba(255,255,255,1);
    }
    
    .nav-first.mobile-active>ul {
        padding: 1px 0 0 0;
        height: auto;
    }
    
    .nav-first.mobile-active>i:before {
        background: rgba(255,255,255,1);
    }
    
    .nav-first.mobile-active>i:after {
        display: none;
    }
    
    .nav-second {
        margin: 0 0 1px 0;
        list-style: none;
        padding: 0;
    }
    
    .nav-second>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .nav-second>a {
        padding: 0 0.75rem;
        line-height: 1.5rem;
        display: block;
        position: relative;
    }
    
    .nav-second>a>b {
        display: block;
        font-size: .5rem;
        font-weight: normal;
        color: rgba(0,0,0,.8);
        position: relative;
        z-index: 1;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .nav-second>a:after {
        background: #F43111;
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .nav-second:hover>a:after {
        width: 100%;
    }
    
    .nav-second>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .nav-second>ul:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .nav-second:hover>a>b {
        color: rgba(255,255,255,1);
    }
    
    .nav-third {
        display: block;
        line-height: none;
        padding: 1px 0 0 0;
        margin: 0 30px;
    }
    
    .nav-third>a {
        padding: 0 .75rem;
        line-height: 1.25rem;
        margin-bottom: 1px;
        background: rgba(0,0,0,.08);
        display: block;
        position: relative;
    }
    
    .nav-third>a>b {
        display: block;
        font-weight: normal;
        color: rgba(0,0,0,.9);
    }
    
    .nav-third>a:after {
        background: #F43111;
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .nav-third>a>b {
        position: relative;
        z-index: 1;
        color: rgba(255,255,255,1);
        font-weight: normal;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .nav-third:hover>a:after {
        width: 100%;
    }
    
    .nav-third:hover>a>b {
        color: rgba(255,255,255,1);
    }
    
    .side-foot {
        padding: .75rem .75rem .625rem .75rem;
        text-align: left;
        overflow: hidden;
    }
    
    .side-phone {
        border-bottom: 1px solid rgba(0,0,0,.15);
        line-height: 1;
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        opacity: 0;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: .6s .4s;
        -moz-transition: .6s .4s;
        -ms-transition: .6s .4s;
        -o-transition: .6s .4s;
        -webkit-transition: .6s .4s;
        transition-property: opacity,transform!important;
        -moz-transition-property: opacity,transform!important;
        -ms-transition-property: opacity,transform!important;
        -o-transition-property: opacity,transform!important;
        -webkit-transition-property: opacity,transform!important;
    }
    
    .side-phone:after {
        display: block;
        clear: both;
        content: '';
    }
    
    body.open .side-phone {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    
    .side-phone P {
        float: left;
        margin: 0;
        line-height: 1;
    }
    
    .side-phone p b {
        display: block;
        font-family: 'AddFont';
        font-weight: normal;
        color: rgba(0,0,0,.6);
        margin-bottom: .125rem;
    }
    
    .side-phone p a {
        display: block;
        font-family: 'AddFont';
        color: rgba(0,0,0,1);
        font-size: .55rem;
        letter-spacing: -1px;
    }
    
    .side-phone i {
        float: right;
        display: block;
        font-size: 28px;
        color: rgba(255,255,255,1);
        background: rgba(0,0,0,.8);
        padding: 4px 4px 0 4px;
        margin-top: .225rem;
        cursor: pointer;
    }
    
    .side-phone i:hover {
        background: rgba(0,0,0,.8);
        transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
    }
    
    .side-text {
        white-space: pre-wrap;
        padding-top: .25rem;
        color: rgba(0,0,0,1);
        opacity: 0;
        font-family: 'Addfont',Microsoft Yahei;
        transform: translateY(.75rem);
        -moz-transform: translateY(.75rem);
        -ms-transform: translateY(.75rem);
        -o-transform: translateY(.75rem);
        -webkit-transform: translateY(.75rem);
        transition: .6s .4s;
        -moz-transition: .6s .4s;
        -ms-transition: .6s .4s;
        -o-transition: .6s .4s;
        -webkit-transition: .6s .4s;
        transition-property: opacity,transform!important;
        -moz-transition-property: opacity,transform!important;
        -ms-transition-property: opacity,transform!important;
        -o-transition-property: opacity,transform!important;
        -webkit-transition-property: opacity,transform!important;
    }
    
    body.open .side-text {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    
    .nav-first>ul {
        list-style: none;
        margin: 0!important;
        padding: 0;
        display: block;
        height: 0;
        overflow: hidden;
        width: auto!important;
        background: rgba(0,0,0,.03);
    }
    /* 头部导航结束 */

    .index_title span{
        font-size: 1.5rem;
    }
    .index_title p{
        font-size: 0.75rem;
    }
    .index_main1{
        padding-top: 1.25rem;
        padding-bottom: 2rem;
    }
    .index_main1 .content{
        padding-top: 1.625rem;
    }
    .index_main1 .content .text{
        width: 100%;
    }
    .index_main1 .content .text .tt{
        font-size: 0.6rem;
    }
    .index_main1 .content .text .tt img{
        width: 0.85rem;
    }
    .index_main1 .content .text .desc{
        font-size: 0.4rem;
        line-height: 0.8rem;
        padding-top: 0.75rem;
    }
    .index_main1 .content .pic{
        width: 100%;
        height: auto;
        padding-top: .5rem;
    }
    .index_main1 .content .pic img{
        width: 100%;
        height: auto;
    }
    .index_main1 .content .box{
        position: initial;
    }
    .index_main1 .content .box ul li{
        width: 31.33%;
    }
    .index_main1 .content .box ul li img{
        height: 1.35rem;
    }
    .index_main1 .content .box ul li h4{
        font-size: 0.6rem;
        padding-top: 0.25rem;
    }
    .index_main1 .content .box ul li span {
        font-size: 0.4rem;
        padding-top: 0.25rem;
        height: 1.3925rem;
    }
    .index_mian2{
        padding: 2rem 0;
    }
    .index_mian2 .content {
        padding-top: 1.875rem;
    }
    .index_mian2 .content li{
        width: 48%;
        margin-left: 4%;
        margin-top: 0.875rem;
    }
    .index_mian2 .content li:nth-child(odd){
        margin-left: 0;
    }
    .index_mian2 .content li:nth-of-type(3),
    .index_mian2 .content li:nth-of-type(4){
        margin-top: 0.875rem;
    }
    .index_mian2 .content li .pic img{
        height: 5rem;
    }
    .index_mian2 .content li .box img{
        width: auto;
        height: 2.35rem;
    }
    .index_mian2 .content li .box p{
        font-size: 0.6rem;
        padding-top: 0.75rem;
    }
    .index_main3{
        padding: 1.25rem 0;
    }
    .index_main3 .content .swiper-container{
        width: 100%;
        position: initial;
        transform: translate(0,0);
    }
    .index_main3 .content .swiper-button-prev img,
    .index_main3 .content .swiper-button-next img{
        width: 1.55rem;
    }
    .index_main3 .content .swiper-button-prev{
        top: 50%;
    }
    .index_main3 .content .swiper-button-next{
        left: auto;
        right: 5%;
    }
    .index_main3 .content .left,
    .swiper-pagination{
        display: none;
    }
    .index_main3 .content .swiper-slide .txt{
        font-size: 0.6rem;
        line-height: 0.9rem;
        padding: 0 5%;
        height: 3.125rem;
    }
    .index_main4{
        padding: 1.25rem 0;
    }
    .footer{
        padding-top: 1.25rem;
    }
    .footer .footer_logo{
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
    .footer .footer_logo img{
        width: 3.05rem;
    }
    .footer .left{
        width: 100%;
    }
    .footer .left .txt{
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 0.5rem;
    }
    .footer .left .txt h4{
        font-size: 0.45rem;
    }
    .footer .left .txt p{
        font-size: 0.35rem;
        line-height: 0.625rem;
        padding-top: 0.125rem;
    }
    .footer .right{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .footer .right .fl,
    .footer .right .fr{
        font: none;
    }
    .footer .right .fl{
        font-size: 0.4rem;
        line-height: 0.75rem;
        padding-right: 0.25rem;
    }
    .footer .right .fr img{
        width: 3.275rem;
    }
    .footer .bottom{
        margin-top: 0.5rem;
        padding: 0.75rem 0;
        font-size: 0.35rem;
    }
    .footer .bottom a{
        font-size: 0.35rem;
    }
    .mianbaoxie .fl{
        display: none;
    }
    .mianbaoxie .right{
        width: 100%;
    }
    .mianbaoxie .right ul li{
        width: 24%;
        padding: 0 0.125rem;
        margin-left: 1.33%;
        text-align: center;
    }
    .mianbaoxie .right ul li:first-child{
        margin-left: 0;
    }
    .mianbaoxie .right ul li a{
        font-size: 0.4rem;
        line-height: 1.575rem;
    }
    .nypage_gsjj{
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .nypage_gsjj::before{
        display: none;
    }
    .nytitle span{
        font-size: 0.75rem;
    }
    .nytitle h2 {
        font-size: 0.75rem;
        padding-top: 0.125rem;
    }
    .nypage_gsjj .content{
        font-size: 0.4rem;
        line-height: 0.8rem;
        padding-top: 1.75rem;
    }
    .nypage_gsjj .content .box .txt{
        width: 100% !important;
    }
    .nypage_gsjj .content .box .pic{
        width: 100% !important;
    }
    .nypage_gsjj .content .box .pic img{
        max-width: 100%;
    }
    .nypage_gsjj_qywh .nytitle{
        padding-top: 2.625rem;
    }
    .nypage_gsjj_qywh .box {
        padding-top: 3.45rem;
    }
    .nypage_gsjj_qywh .box ul li{
        width: 100%;
        height: 3.8rem;
        margin-top: .25rem;
        margin-left: 0;
    }
    .nypage_gsjj_qywh .box ul li .icon{
        width: 30%;
        padding-top: 0.7rem;
    }
    .nypage_gsjj_qywh .box ul li .icon img{
        width: 1.225rem;
    }
    .nypage_gsjj_qywh .box ul li .icon p{
        font-size: 0.6rem;
        padding-top: 0.25rem;
    }
    .nypage_gsjj_qywh .box ul li .txt{
        width: 70%;
    }
    .nypage_gsjj_qywh .box ul li .txt{
        font-size: 0.6rem;
        line-height: 0.9rem;
        padding-top: 1rem;
        padding-left: 0.5rem;
    }
    .list_tdzs {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .list_tdzs .content {
        padding-top: 1.25rem;
    }
    .list_tdzs .content ul li {
        float: left;
        width: 49%;
        margin-left: 2%;
        margin-top: 1rem;
    }
    .list_tdzs .content ul li:nth-child(3n+1){
        margin-left: 2%;
    }
    .list_tdzs .content ul li:nth-child(3) {
        margin-top: 1rem;
    }
    .list_tdzs .content ul li:nth-child(odd){
        margin-left: 0;
    }
    .list_tdzs .content ul li .pic img {
        height: 4.8rem;
    }
    .list_tdzs .content ul li .txt h4{
        font-size: 0.45rem;
        height: 1.225rem;
        line-height: 1.225rem;
    }
    .nypages{
        margin-top: 2rem;
    }
    .nypages span {
        padding: 0.125rem 0.25rem;
        font-size: 0.35rem;
    }
    .list_qyzz{
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .list_qyzz .content {
        padding-top: 1.25rem;
    }
    .list_qyzz .content ul li {
        float: left;
        width: 49%;
        margin-left: 2%;
        margin-top: 1rem;
    }
    .list_qyzz .content ul li:nth-child(n+3):nth-child(-n+4){
        margin-top: 1rem;
    }
    .list_qyzz .content ul li:nth-child(odd){
        margin-left: 0;
    }
    .list_qyzz .content ul li .txt h4 {
        font-size: 0.45rem;
        height: 1.225rem;
        line-height: 1.225rem;
    }
    .list_fwxm .content .hd ul li{
        width: 49%;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.45rem;
        border-radius: 0.125rem;
        margin-top: 0.5rem;
        margin-left: 2%;
    }
    .list_fwxm .content .hd ul li:nth-child(-n+4){
        margin-top: 0.5rem;
    }
    .list_fwxm .content .hd ul li:nth-child(4n+1){
        margin-left: 2%;
    }
    .list_fwxm .content .hd ul li:nth-child(odd){
        margin-left: 0;
    }
    .list_fwxm {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .list_fwxm .content {
        padding-top: 1.5rem;
    }
    .list_fwxm .content .bd {
        margin-top: 2rem;
    }
    .list_fwxm .content .bd .box{
        background-image: none;
    }
    .list_fwxm .content .bd .box .pic {
        width: 100%;
    }
    .list_fwxm .content .bd .box .txt {
        width: 100%;
        padding-top: 0.75rem;
        padding-left: 0;
    }
    .list_fwxm .content .bd .box .txt h4 {
        font-size: 0.6rem;
    }
    .list_fwxm .content .bd .box .txt h4 img{
        margin-right: 0.25rem;
        width: 0.8rem;
    }
    .list_fwxm .content .bd .box .txt .nr{
        font-size: 0.4rem;
        line-height: 1.175rem;
        padding-top: 0.375rem;
    }
    .nypage {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .nypage .content {
        padding-top: 1.25rem;
        font-size: 0.4rem;
        line-height: 0.8rem;
    }
    .nypage_qyys {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .nypage_qyys .content {
        padding-top: 1.5rem;
    }
    .nypage_qyys .content ul li{
        height: auto;
        margin-top: 1rem;
    }
    .nypage_qyys .content ul li .txt {
        width: 100%;
        height: 100%;
        background: #EEEEEE;
        background-image: none;
        position: relative;
        padding: 2.25rem 2rem;
    }
    .nypage_qyys .content ul li .pic {
        width: 100%;
    }
    .nypage_qyys .content ul li .txt h4 {
        font-size: 0.6rem;
        height: 1rem;
        line-height: 1rem;
    }
    .nypage_qyys .content ul li .txt h4 img {
        padding-right: 0.375rem;
        width: 0.975rem;
    }
    .nypage_qyys .content ul li .txt p {
        font-size: 0.4rem;
        line-height: 0.9rem;
        padding-top: 0.7rem;
    }
    .nypage_zlkz {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .nypage_zlkz .content {
        padding-top: 1.5rem;
    }
    .nypage_zlkz .content ul li{
        width: 100%;
        padding: 1.25rem 0;
    }
    .nypage_zlkz .content ul li:nth-child(-n+2) {
        padding: 1.25rem 0;
    }
    .nypage_zlkz .content ul li .icon {
        width: 15%;
        padding: 0.25rem 0;
    }
    .nypage_zlkz .content ul li .icon img{
        width: 1.85rem;
    }
    .nypage_zlkz .content ul li .txt {
        width: 85%;
        padding-left: 0.6rem;
    }
    .nypage_zlkz .content ul li .txt h4 {
        font-size: 0.45rem;
    }
    .nypage_zlkz .content ul li .txt p {
        font-size: 0.4rem;
        line-height: 0.725rem;
        padding-top: 0.425rem;
    }
    .list_jcyq {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .list_jcyq .content {
        padding-top: 1.25rem;
    }
    .list_jcyq .content ul li {
        width: 49%;
        margin-top: 0.7rem;
        margin-left: 0;
    }
    .list_jcyq .content ul li:nth-child(4n+1){
        margin-left: 0;
    }
    .list_jcyq .content ul li:nth-child(-n+4){
        margin-top: 0.7rem;
    }
    .list_jcyq .content ul li:nth-child(-n+2){
        margin-top: 0;
    }
    .list_jcyq .content ul li:nth-child(even){
        margin-left: 2%;
    }
    .list_jcyq .content ul li .pic img{
        height: 7.025rem;
    }
    .list_jcyq .content ul li .txt h4{
        font-size: 0.45rem;
        height: 1.225rem;
        line-height: 1.225rem;
    }
    .nylist {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .nylist .content {
        padding-top: 1.5rem;
    }
    .nylist .content ul li {
        padding: 0.625rem 0.875rem;
        margin-top: 0.875rem;
    }
    .nylist .content ul li .pic {
        width: 30%;
    }
    .nylist .content ul li .pic img {
        height: 3rem;
    }
    .nylist .content ul li .txt {
        width: 70%;
        padding: 0.4rem 0;
        padding-left: 0.875rem;
    }
    .nylist .content ul li .txt h4 {
        font-size: 0.45rem;
    }
    .nylist .content ul li .txt p {
        display: none;
    }
    .nylist .content ul li .txt .time {
        font-size: 0.35rem;
        padding-top: 0.375rem;
    }
    .nylist .content ul li .txt .time img{
        width: 0.575rem;
        padding-right: 0.25rem;
        top: 0;
    }
    .nylist .content ul li .txt .more {
        font-size: 0.35rem;
        padding-top: 0.375rem;
    }
    .list_jcyq .content ul li .pic img{
        height: 4.8rem;
    }
    .nypage_contact {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .nypage_contact .infos {
        height: auto;
        margin-top: 1.375rem;
    }
    .nypage_contact .infos ul li{
        width: 50%;
        padding-left: 0;
        border-right: 0;
    }
    .nypage_contact .infos ul li:first-child{
        width: 100%;
        margin-bottom: .5rem;
    }
    .nypage_contact .infos ul li:last-child{
        float: right;
        width: 50%;
    }
    .nypage_contact .infos ul li .icon img{
        width: 1rem;
    }
    .nypage_contact .infos ul li .txt span {
        font-size: 0.5rem;
    }
    .nypage_contact .infos ul li .txt p {
        font-size: 0.4rem;
        line-height: 0.75rem;
    }
    .nypage_contact #map{
        width:100%;
        height:13.825rem;
        margin-top: 1rem;
    }
    .service_list_met_65_6_58 .product-list {height: auto;padding: 0 4%;background: none !important;}
    .service_list_met_65_6_58 .titlebox{margin-bottom:.5rem}
    .service_list_met_65_6_58 .head{padding-bottom:.2rem}
    .service_list_met_65_6_58 .titlebox i{margin:.3rem auto -.275rem}
    .service_list_met_65_6_58 .head .title{font-size:.75rem;margin-bottom:.15rem}
    .service_list_met_65_6_58 .product-list{height:auto;padding:0px}
    .service_list_met_65_6_58 .product-list li{width:100%}
    .service_list_met_65_6_58 .product-list li:nth-child(2n-1) .pRbAdv-box {margin-left: 0;}
    .service_list_met_65_6_58 .pRbAdv-box{width: 100%;height: auto;}
    .service_list_met_65_6_58 .pRbAdv-box img{ width:1.525rem; }
    .service_list_met_65_6_58 .pRbAdv-block{width:80%;padding-left:0px}
}