/* 头部导航栏部分 */

.head_z {
    height: 82px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.head_z_bjys {
    position: absolute;
    left: 0;
    top: 82px;
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 9;
    padding:20px 0;
}
.head_z_log {
    padding-top: 15px;
    float: left;
}

.head_z_log:hover {
    opacity: 0.7;
}

.head_z .w {
    position: relative;
}

.head_z .w>ul {
    float: left;
    margin-left: 130px;
}

.head_z .w>ul>li {
    height: 82px;
    float: left;
    margin-left: 30px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
}

.head_z .w>ul>li>a {
    color: #181818;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    background: url("../img/sy_c.png") no-repeat bottom;
    background-size: 0 3px;
    transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
}

.head_z .w>ul>li.on>a {
    background: url("../img/sy_c.png") no-repeat bottom;
    background-size: 103px 4px;
}

.head_z .w>ul>li.on>a {
    color: #bc152b;
    font-size: 16px;
}

.head_z .w>ul>li:hover>a {
    background: url("../img/sy_c.png") no-repeat bottom;
    background-size: 103px 4px;
}

.head_z .w>ul>li:hover>a {
    color: #bc152b;
}
.head_z .w>ul>li .tej {
    width: 100%;
    position: absolute;
    left: 0;
    top: 82px;
    z-index: 100;
    display: none;
    line-height: 30px;
    overflow: hidden;
    padding:20px 0;
}

.head_z .w>ul>li:hover .tej{
    display: block;
}
.head_z .w>ul>li .tej div{
    float: left;
    width: 252px;
}
.head_z .w>ul>li .tej div a{
    color: #bb152b;
    font-size: 24px;
}
.head_z .w>ul>li .tej ul{
    float: left;
    overflow: hidden;
    width: 930px;
    border-left: 1px solid #888c91;
    padding-left: 45px;
    box-sizing: border-box;
}
.head_z .w>ul>li .tej ul li{
    float: left;
    margin-right: 38px;
}
.head_z .w>ul>li .tej ul li a{
    color: #ffffff;
    font-size: 14px;
}
.head_z .w>ul>li .tej ul li a img{
    margin-right: 10px;
    width:16px;
    height:16px;
}
.head_z .w>ul>li .tej ul li a .ggtas{
    display: none;
}
.head_z .w>ul>li .tej ul li:hover a .ggtas{
    display: inline-block;
}
.head_z .w>ul>li .tej ul li:hover a .ggta{
    display: none;
}
.head_z .w>ul>li .tej ul li.on a .ggtas{
    display: inline-block;

}
.head_z .w>ul>li .tej ul li.on a .ggta{
    display: none;
}
.head_z .w>ul>li .tej ul li:hover a{
    color: #bc152b;
}
.head_z .w>ul>li .tej ul li.on a{
    color: #bc152b;
}
.head_z_right {
    position: absolute;
    top: 26px;
    right: 0;
}

.head_z_right div {
    float: left;
    cursor: pointer;
}

.head_z_right .ss {
    padding-left: 10px;
    overflow: hidden;
    width: 0px;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

.head_z_right:hover .ss {
    padding-left: 10px;
    overflow: hidden;
    width: 163px;
    box-shadow: #999 0 0 7px -2px;
    background-color: #fff;
}

.head_z_right .ss input {
    float: left;
    height: 30px;
}

.tewm {
    cursor: pointer;
}

.head_z .w>ul>li:hover ul {
    z-index: 100;
    height: auto;
    display: block;
}
.sj_tou{
    display: none;
}

/* 轮播图部分 */

.Swiper2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Swiper2 img{
    width: 100%;
}
.Swiper2 .swiper-pagination-bullet{
    width: 60px;
    height: 3px;
    border-radius: 1.5px;
}
.Swiper2 .swiper-pagination-bullet-active{
    background: url("../img/sy_a.jpg") no-repeat center;
    background-size: 324% 100%;
}
.Swiper2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 34px;
}

/* 回到顶部 */

.hdd {
    position: fixed;
    right: 0;
    bottom: 46px;
    width: 67px;
    height: 215px;
}

.hdd ul {
    width: 100%;
    height: 100%;
}

.hdd ul li {
    width: 100%;
    height: 33.33%;
    box-sizing: border-box;
    cursor: pointer;
}

.hdd ul li img {
    display: block;
    margin: auto;
    transform: translateY(50%);
    box-sizing: border-box
}

.hdd ul li:nth-child(1) {
    background-color: #c40001;
}

.hdd ul li:nth-child(2) {
    background-color: #ff950d;
    display: none;
}

.hdd ul li:nth-child(3) {
    background-color: #76e071;
}

/* 首页内容部分 */
.sy_yi{
    padding: 54px 0 47px 0;
    box-sizing: border-box;
}
.sy_bt{
    width: 100%;
    overflow: hidden;
}
.sy_bt div{
    float: left;
}
.sy_bt div a{
   color: #9097a0;
   font-size: 14px;
}

.sy_bt div a:hover{
    color: #bc152b;
    font-size: 14px;
 }

.sy_bt div a p{
    color: #181818;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
 }
 .sy_bt div a:hover p{
    color: #bc152b;
 }
.sy_bt span{
    float: right;
}
.sy_bt span a{
    color: #687378;
    font-size: 16px;
    padding-top: 12px;
}
.sy_bt span a:hover{
    color: #bc152b;
}
.sy_yinr{
    margin-top: 40px;
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.sy_yinrz{
    float: left;
    width: 530px;
    overflow: hidden;
}
.sy_yinrz img{
    width: 100%;
    transform: scale(1);
    transition: all ease-out 0.5s;
}
.sy_yinrz:hover img{
    transform: scale(1.1);
}
.sy_yinry{
    float: right;
    width: 640px;
}
.sy_yinry_tou{
    width: 100%;
    height: 164px;
    background-color: #f0f4fa;
    margin-bottom: 16px;
}
.sy_yinry_tou a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 25px 30px;
    box-sizing: border-box;
}
.sy_yinry_tou h3{
    color: #171717;
    font-size: 22px;
    width: 100%;
    font-weight: 700;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.sy_yinry_tou:hover h3{
    color: #bc152b;
}
.sy_yinry_tou p{
    color: #3a3f46;
    font-size: 16px;
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:block-axis;
}
.sy_yinry_ge{
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.sy_yinry_ge a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 12px;
    background: url("../img/sy_e.png") no-repeat left center;
    box-sizing: border-box;
}
.sy_yinry_ge a div{
    float: left;
    width: 80%;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
}
.sy_yinry_ge:hover a div{
    color: #bc152b;
}
.sy_yinry_ge a span{
    display: block;
    float: right;
    color: #999999;
    font-size: 12px;
}
.sy_er .sy_er_dg{
    float: left;
    margin-right: 24px;
}
.sy_er{
    margin-bottom: 60px;
}
.sy_er .w{
    overflow: hidden;
}
.sy_er_dg {
    width: 438px;
    height: 328px;
    border: 1px solid #e3e7ec;
    padding: 25px 20px 0;
    box-sizing: border-box;
}
.sy_er_dgbt{
    width: 100%;
    overflow: hidden;
    height: 35px;
    border-bottom: 1px solid #eeeeee;
}
.sy_er_dgbt div{
    float: left;
    height: 31px;
    border-bottom: 4px solid #bc152b;
}
.sy_er_dgbt div a{
    display: block;
    height: 100%;
    color: #bc152b;
    font-size: 20px;
    font-weight: 700;
}
.sy_er_dgbt div a:hover{
    opacity: 0.8;
}
.sy_er_dgbt p{
    float: right;
}
.sy_er_dgbt p a:hover{
    opacity: 0.8;
}
.sy_er_dgbt p a{
    display: block;
    line-height: 25px;
    color: #bc152b;
    font-size: 14px;
    padding-right: 17px;
    background: url("../img/sy_f.png") no-repeat right center;
}
.sy_er_dgnr{
    padding: 16px 0 0 0;
}
.sy_er_dgnr .sy_er_dgnrs{
    margin-bottom: 15px;
}
.sy_er_dgnrs{
    width: 100%;
    height: 96px;
}
.sy_er_dgnrs a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sy_er_dgnrs img{
    width: 142px;
    height: 96px;
    margin-right: 17px;
    float: left;
}
.sy_er_dgnrs div{
    padding-top: 8px;
/*    height: 45px;*/
    margin-bottom: 18px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:block-axis;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
}
.sy_er_dgnrs:hover div{
    color: #bc152b;
}
.sy_er_dgnrs p{
    color: #999999;
    font-size: 12px;
}
.sy_er_dgnrge{
    width: 100%;
} 
.sy_ery{
    width: 272px;
    height: 330px;
    float: right;
}
.sy_ery_a{
    position: relative;
    margin-bottom: 10px;
}
.sy_ery_ab{
    cursor: pointer;
}
.sy_ery_a .sy_ery_aa{
    position: absolute;
    top: 67px;
    left: 50%;
    margin-left: -14px;
    transform: scale(1);
    transition: all ease-out 0.5s;
    cursor: pointer;
}
.sy_ery_a:hover .sy_ery_aa{
    transform: scale(1.3);
}
.sy_ery_asp{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    z-index:1000;
    visibility:hidden;
}
.sy_ery_asp iframe{
    width: 1000px;
    height: 600px;
    display: block;
    margin: 100px auto;
}
.sy_ery_asp>img{
    display: block;
    width: 35px;
    position: fixed;
    right: 46px;
    top: 50px;
    z-index: 110;
    cursor: pointer;
}
.sy_ery_b{
    width: 100%;
    height: 160px;
    background: url("../img/sy_f.jpg") no-repeat center;
    
    background-size: 100%;
    transition: all ease-out 0.5s;
}
.sy_ery_b:hover{
    background-size: 110%;
}
    .sy_ery_b a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 56px 0 0 48px;
        box-sizing: border-box;
    }
.sy_ery_b div{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.sy_ery_b P{
    color: #ffffff;
    font-size: 16px;
}
.sy_san{
    margin-bottom: 69px;
}
.sy_san .sy_bt{
    margin-bottom: 40px;
}
.Swiper3{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.Swiper3 .swiper-slide{
    height: 450px;
}
.Swiper3 .swiper-slide li{
    float: left;
    height: 450px;
    width: 23%;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

.Swiper3 .swiper-slide li.on{
    width: 31%;
}
.Swiper3 .swiper-slide ul{
    width: 100%;
    overflow: hidden;
}
.Swiper3 .swiper-slide li a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 200px 27px;
    box-sizing: border-box;
    opacity: 0;
    transition: all ease-out 0.5s;
}
.Swiper3 .swiper-slide li:hover a{
    opacity: 1;
    padding: 289px 27px;
}
.Swiper3 .swiper-slide li a div{
    width: 100%;
    height: 135px;
    padding: 33px 30px 30px;
    box-sizing: border-box;
    background-color:rgba(255,255,255, 0.8) ;
}
.Swiper3 .swiper-slide li a div h3{
    color: #bc152b;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding-right: 56px;
    box-sizing: border-box;
    line-height: 30px;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
    margin-bottom: 23px;
    background: url("../img/sy_i.png") no-repeat right center;
}
.Swiper3 .swiper-slide li a div p{
    color: #5f646c;
    font-size: 16px;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
}
.Swiper3 .swiper-button-next{
    width: 60px;
    height: 85px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url("../img/sy_j.png") no-repeat center;
}
.Swiper3 .swiper-button-prev{
    width: 60px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url("../img/sy_k.png") no-repeat center;
}
.sy_sinr{
    width: 100%;
    min-height: 360px;
    padding: 60px 0 76px 0;
    box-sizing: border-box;
    background: url("../img/sy_l.png") no-repeat right bottom;
}
.sy_sinrz{
    width: 635px;
}
.sy_sinrzs{
    min-height: 89px;
}
.sy_sinrzs p{
    width: 100%;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:block-axis;
}
.sy_sinrz ul{
    text-align: center;
}
.sy_sinrz ul li{
    width: 140px;
    height: 170px;
    display: inline-block;
    text-align: center;
    margin: 0 6px;
    box-shadow: #f3f4f7 0 0px 0px 0px;
    transition: all ease-out 0.5s;
}
.sy_sinrz ul li:hover{
    box-shadow: #f3f4f7 0 10px 15px 2px;
}
.sy_sinrz ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top:30px;
    box-sizing: border-box;
    color: #1e1e1e;
    font-size: 16px;
}
.sy_sinrz ul li:hover a{
    color: #bc152b;
}
.sy_sinrz  li img{
    display: block;
    margin: 0 auto 30px;
}
.sy_sinrz li .sy_ds{
    display: none;
}
.sy_sinrz ul li:hover img{
    display: none;
}
.sy_sinrz ul li:hover .sy_ds{
    display: block;
}
.dibu_s{
    width: 100%;
    min-height: 350px;
    background-color: #272727;
    padding: 48px 0 20px;
    box-sizing: border-box;
}
.dibu_s .w{
    overflow: hidden;
}
.dibu_syi{
    float: left;
    width: 538px;
}
.dibu_syi h1{
    margin-bottom: 26px;
}
.dibu_syi h1 a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.dibu_syi h1 a:hover{
    color: #bc152b;
}
.dibu_ser{
    width: 422px;
    float: left;
}
.dibu_san{
    float: right;
    width: 145px;
    height: 196px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.dibu_san img{
    margin-bottom: 20px;
}
.dibu_syia{
    margin-bottom: 31px;
}
.dibu_syia p{
    color: #81848b;
    font-size: 16px;
    line-height: 28px;
}
.dibu_syib{
    width: 223px;
    height: 36px;
    background: url("../img/sy_i.jpg") no-repeat center;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.dibu_syib ul{
    position: absolute;
    width: 100%;
    bottom: 36px;
    left: 0;
    background-color: #313030;
    display: none;
}
.dibu_syib:hover ul{
    display: block;
}
.dibu_syib ul li{
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.dibu_syib ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
}
.dibu_syib ul li a:hover{
    color: #bc152b;
}
.dibu_ser h1{
    margin-bottom: 26px;
}
.dibu_ser h1 a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.dibu_ser h1 a:hover{
    color: #bc152b;
}
.dibu_ser li{
    width: 195px;
    height: 28px;
    float: left;
}
.dibu_ser li a{
    color: #81848b;
    font-size: 16px;
}
.dibu_ser li a:hover{
    color: #fff;
}
.dibu_si{
    color: #84898d;
    font-size: 14px;
    margin-top: 44px;
}
.dibu_x{
    width: 100%;
    min-height: 60px;
    background-color: #ffffff;
}
.dibu_x .w{
    overflow: hidden;
    line-height: 60px;
    color: #4b4c50;
    font-size: 14px;
}
.dibu_x .w a{
    color: #4b4c50;
    font-size: 14px;
}
.dibu_x .w a:hover{
    color: #bc152b;
}
.dibu_xz{
    float: left;
    
}
.dibu_xy{
    float: right;
}
.dibu_xy a{
    margin-left: 5px;
}
.dibu_x .w img{
    margin: 0 5px;
}
.fwrx{
    position: fixed;
    width: 160px;
    height: 302px;
    right: 50px;
    bottom: 100px;
    z-index: 9;
    background: url("../img/sy_u.png") no-repeat center;
    padding-top: 156px;
    padding-left: 30px;
	padding-right: 20px;
    color: #509dd3;
    font-size: 15.7px;
    font-weight: 700;
    font-family: Arial;
    box-sizing: border-box;
}

.fwrx_span {
    display: block;
    position: fixed;
    right: 67px;
    bottom: 338px;
    width: 20px;
    height: 20px;
    background: url("../img/pcx.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 12;
    cursor:pointer;
}
    .Swiper4 {
        display: none;
    }
.cdh{
    display: none;
}
.yjbh{
    display: none;
}

/* 走进万和 */

.zlb{
    width: 100%;
}
.zlb img{
    width: 100%;
}

.ejdh{
    width: 100%;
    height: 70px;
    background-color: #fbfbfb;
}
.ejdh ul {
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
}
.ejdh ul::-webkit-scrollbar {
    height:10px;
    background-color: #fff;
}

.ejdh ul::-webkit-scrollbar-thumb {
    background-color: #d2d5e4;
    border-radius: 3px;
}

.ejdh li{
    display: inline-block;
    height: 70px;
    line-height: 63px;
    margin-right:56px;
    background: url("../img/zjwh_b.jpg") no-repeat bottom center;
    background-size: 0% 3px;
    transition: all ease-out 0.5s;
}
.ejdh li.on{
    background: url("../img/zjwh_b.jpg") no-repeat bottom center;
    background-size: 100% 3px;
}
.ejdh li:hover{
    background: url("../img/zjwh_b.jpg") no-repeat bottom center;
    background-size: 100% 3px;
}
.ejdh li a{
    color: #2e3232;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ejdh li.on a{
    color: #bb152b;
}
.ejdh li:hover a{
    color: #bb152b;
}
.mbx{
    padding: 20px 0;
    box-sizing: border-box;
    color: #1e1e1e;
    font-size: 14px;
}
.mbx img{
    vertical-align: unset;
}
.mbx a{
    color: #1e1e1e;
    font-size: 14px;
    margin: 0 12px;
}
.mbx a:hover{
    color: #bb152b;
}
.mbx .on{
    color: #bb152b;
}
.zjwh{
    padding: 50px 0 145px;
}
.zjwh .w{
    min-height: 500px;
}
.zjwh .w p {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 29px;
    word-break: break-all;
}
.zjwh .w img{
    max-width: 100%;
}
.fzhg .w{
    padding:60px 0;
    min-height: 600px;
}
.fzhg_s{
    width: 100%;
    height: 279px;
    background: url("../img/fzhg_a.jpg") no-repeat center;
}
.fzhg_s h1{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 25px;
}
.fzhg_s_lb{
    width: 910px;
    margin: 0 auto;
    position: relative;
    background: url("../img/fzhg_a.png") no-repeat 45px 59px;
}
.fzhg_s_lb li{
    width: 75px;
    height: 70px;
    float: left;
    margin-right: 98px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: url("../img/fzhg_d.png") no-repeat center bottom;
    padding-top: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.fzhg_s_lb li.on{
    color: #ffffff;
    font-size: 30px;
    padding-top: 0px;
    background: url("../img/fzhg_ds.png") no-repeat center bottom;
}

.fzhg_sj{
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../img/fzhg_a.png") no-repeat center 59px;
    display: none;
    padding:0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
}
.fzhg_sj li{
    width: 75px;
    height: 70px;
    display: inline-block;
    margin-right: 98px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: url("../img/fzhg_d.png") no-repeat center bottom;
    padding-top: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.fzhg_sj li.on{
    color: #ffffff;
    font-size: 30px;
    padding-top: 0px;
    background: url("../img/fzhg_ds.png") no-repeat center bottom;
}


.fzhg_s_lb .prev{
    position: absolute;
    left: -20px;
    top: 53px;
    width: 22px;
    height: 14px;
    background: url("../img/fzhg_b.png") no-repeat center;
}
.fzhg_s_lb .prev:hover{
    background: url("../img/fzhg_bs.png") no-repeat center;
}
.fzhg_s_lb .next{
    position: absolute;
    right: -50px;
    top: 53px;
    width: 22px;
    height: 14px;
    background: url("../img/fzhg_c.png") no-repeat center;
}
.fzhg_s_lb .next:hover{
    background: url("../img/fzhg_cs.png") no-repeat center;
}
.fzhg_x{
    width: 100%;
    min-height: 300px;
    padding: 48px 0;
    box-sizing: border-box;
}
.fzhg_x li{
    width: 100%;
    min-height: 300px;
    padding: 48px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.fzhg_x_ge{
    display: none;
}
.fzhg_x_ge .fzhg_x_gedv{
    float: left;
    width: 250px;
    text-align: right;
    padding-right: 38px;
    box-sizing: border-box;
    color: #263374;
    font-size: 30px;
    font-weight: 700;
}
.fzhg_x_ge .fzhg_x_gep{
    float: left;
    width: 946px;
    padding-left: 38px;
    box-sizing: border-box;
    min-height: 200px;
    border-left: 1px solid #eeeeee;
}
.fzhg_x_ge .fzhg_x_gep em{
    color: #181818;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-style: inherit;
    display: block;
}
.fzhg_x_ge .fzhg_x_gep p{
    display: block;
    color: #181818;
    font-size:16px ;
}
.zzjg_nr {
    width: 1256px;
    min-height: 500px;
    margin: 94px auto;
}
.ryzz{
    width: 1200px;
    margin: 43px auto 73px;
}
.ryzz_nrge {
    width: 285px;
    height: 250px;
    cursor: pointer;
}
.ryzz_nr .ryzz_nrnr{
    overflow: hidden;
    min-height: 500px;
    padding-bottom: 23px;
    margin-right: -10px;
}
.ryzz_nr .ryzz_nrnr > li:nth-child(-n+3){
    width: 386px;
    height: auto;
}
.ryzz_nr .ryzz_nrnr > li:nth-child(3){
    margin-right: 0;
}
.ryzz_nr .ryzz_nrge{
    float: left;
    margin: 0 17px 24px 0;
}
.ryzz_nrge img{
    width: 100%;
    height: 100%;
}
.ryzz_nrge div{
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.ryzz_nrge div em{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ryzz_a.png") no-repeat center;
    background-size: 100%;
    transform: scale(1.5);
    transition: all ease-out 0.5s;
    opacity: 0;
}
.ryzz_nrge:hover div em{
    transform: scale(1);
    opacity: 1;
}
.ryzz_nrge p{
    text-align: center;
    line-height: 54px;
    width: 100%;
    color: #222222;
    font-size: 16px;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
}
.fy {
    width: 100%;
    text-align: center;
}
.fy > div:nth-child(1){
    display: inline-block;
}
.fy a {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 0 3px;
    color: #2f2f2f;
    font-size: 16px;
    border-radius: 3px;
    border: 2px solid #e2e2e2;
}
.fy a.yy {
    width: 106px;
    font-size: 14px;
}
.fy a.on {
    background-color: #bb152b;
    border: 2px solid #bb152b;
    color: #fff;
}
.fy a[href]:hover {
    background-color: #bb152b;
    border: 2px solid #bb152b;
    color: #fff;
}
.ryzz_nr_tc{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}
.ryzz_nr_tczz{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.7) ;
    z-index: 22;
}
.ryzz_nr_tc ul {
    position: fixed;
    width: 100%;
    z-index:25;
}
.ryzz_nr_tc ul li{
    max-width: 1200px;
    padding-top: 135px;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.ryzz_nr_tc ul li img{
    max-width: 100%;
    max-height: 495px;
    display: block;
    margin: 0 auto 33px;
}
.ryzz_nr_tc ul li div{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}
.ryzz_nr_tcx {
    margin-left: -11px;
    z-index: 26;
    position: fixed;
    right: 50px;
    top: 50px;
    cursor: pointer;
}
.hjgc{
    width: 100%;
    padding: 63px 0 90px;
    box-sizing: border-box;
}
.hjgc_nr{
    min-height: 600px;
}
.hjgc_nr ul{
    overflow: hidden;
    margin-right: -68px;
    padding-bottom: 60px;
    padding-top: 55px;
}
.hjgc_nr ul li{
    float: left;
    margin: 0 15px 20px;
}
.hjgc_nrge{
    width: 390px;
    height: 320px;
    background: url("../img/hjgc_b.jpg") no-repeat left bottom;
    background-size: 0% 1px;
    transition: all ease-out 0.3s;
}
.hjgc_nrge:hover{
    background: url("../img/hjgc_b.jpg") no-repeat left bottom;
    background-size: 100% 1px;
}
.hjgc_nrge a{
    display: block;
    width: 100%;
    height: 100%;
}
.hjgc_nrge div{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.hjgc_nrge img{
    width: 100%;
    transform: scale(1);
    transition: all ease-out 0.3s;
}
.hjgc_nrge:hover img{
    transform: scale(1.2);
}
.hjgc_nrge p{
    line-height: 56px;
    width: 100%;
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
    color: #282828;
    font-size: 16px;
    transition: all ease-out 0.2s;
}
.hjgc_nrge:hover p{
    color: #bb152b;
}
.hjgc_dh ul{
    width: 100%;
    text-align: center;
}
.hjgc_dh ul li{
    display: inline-block;
    padding:0 21px 0 20px;
    background: url("../img/hjgc_a.png") no-repeat right center;
}
.hjgc_dh ul li:last-child{
    background:none;
}
.hjgc_dh ul li a{
    display: block;
    height: 36px;
    line-height: 36px;
    padding:0 21px;
    color: #282828;
    font-size: 16px;
}
.hjgc_dh ul li.on a{
    background-color: #bb152b;
    color: #fff;
    font-size: 16px;
}
.hjgc_dh ul li:hover a{
    background-color: #bb152b;
    color: #fff;
    font-size: 16px;
}
.hjgcxqnr{
    width: 100%;
    padding: 63px 0 90px;
    box-sizing: border-box;
    overflow: hidden;
}
.hjgcxqnr_z{
    float: left;
    width: 590px;
    overflow: hidden;
}
.hjgcxqnr_zlb{
    width: 100%;
    position: relative;
}
.hjgcxqnr_z img{
    width: 100%;
}
.hjgcxqnr_zlb .hjgcxqnr_zlb-next{
    position: absolute;
    right: 0;
    top: 176px;
    width: 34px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    background: url("../img/zyyjxq_a.png") no-repeat center;
}
.hjgcxqnr_zlb .hjgcxqnr_zlb-prev{
    position: absolute;
    left: 0;
    top: 176px;
    width: 34px;
    z-index: 10;
    height: 60px;
    cursor: pointer;
    background: url("../img/zyyjxq_b.png") no-repeat center;
}
.hjgcxqnr_y{
    float: right;
    width: 550px;
    padding-right: 25px;
    box-sizing: border-box;
    padding-top: 10px;
}
.hjgcxqnr_y h1{
    color: #282828;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 33px;
}
.hjgcxqnr_y P{
    color: #1c1c1c;
    font-size: 16px;
    line-height: 29px;
    min-height: 64px;
    padding: 17px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f4f7;
}
.sxp{
    width: 100%;
    height: 79px;
    border-top: 1px solid #f1f4f7;
    border-bottom: 1px solid #f1f4f7;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
}
.sxp .left{
    float: left;
    width: 120px;
    height: 58px;
    line-height: 58px;
    background: url("../img/sxp_bs.jpg") no-repeat center;
    background-size: 100%;
}
.sxp .left a{
    box-sizing: border-box;
    padding-left: 49px;
}
.sxp .right a{
    box-sizing: border-box;
    padding-right: 49px;
}
.sxp .left a[href]:hover{
    background: url("../img/sxp_b.jpg") no-repeat center;
    background-size: 100%;
}
.sxp .center{
    width: 120px;
    height: 58px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -60px;
    background-color: #f1f4f7;
}
.sxp .center a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 58px;
    color: #3a3a3a;
    font-size: 16px;
    background-color: #f1f4f7;
    transition: all ease-out 0.3s;
}
.sxp .center a:hover{
    color: #fff;
    background-color: #bb152b;
}
.sxp .right{
    float: right;
    width: 120px;
    height: 58px;
    line-height: 58px;
    padding-left: 0px;
    background: url("../img/sxp_as.jpg") no-repeat center;
    background-size: 100%;
    text-align: right;
}
.sxp .right a[href]:hover{
    background: url("../img/sxp_a.jpg") no-repeat center;
    background-size: 100%;
}
.sxp a{
    display: block;
    width: 100%;
    height: 100%;
    color: #3a3a3a;
    font-size: 16px;
}
.sxp a[href]:hover{
    color: #fff;
}
.xwdt{
    padding: 43px 0 89px;
}
.xwdt_nr{
    min-height: 600px;
    padding-bottom: 41px;
}
.xwdt_w{
    width: 1300px;
    margin: 0 auto;
}
.xwdt_nr_ge{
    width: 100%;
    height: 250px;
    box-shadow: #fff 0 7px 14px 1px;
    transition: all ease-out 0.5s;
}
.xwdt_nr_ge a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 41px 46px;
    box-sizing: border-box;
}
.xwdt_nr_gez{
    float: left;
    width: 250px;
    height: 170px;
    margin-right: 53px;
}
.xwdt_nr_gez img{
    width: 100%;
/*    height: 100%;*/
}
.xwdt_nr_gec{
    float: left;
    width: 54%;
}
.xwdt_nr_gecls{
    width: 75%;
}
.xwdt_nr_gec h3{
    color: #242424;
    font-size: 24px;
    font-weight: 700;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
    margin-bottom: 30px;
    padding-top: 8px;
    transition: all ease-out 0.5s;
}
.xwdt_nr_gec p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:block-axis;
    color: #515151;
    font-size: 16px;
    line-height: 29px;
}
.xwdt_nr_ger{
    float: right;
    width: 170px;
    height: 127px;
    background-color: #f3f3f3;
    text-align: center;
    transition: all ease-out 0.5s;
}
.xwdt_nr_ger div{
    width: 100%;
    line-height: 55px;
    height: 55px;
    background: url("../img/xwdt_a.png") no-repeat center;
    color: #515659;
    font-size: 20px;
}
.xwdt_nr_ger p{
    color: #515659;
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 28px;
}
.xwdt_nr_ger span{
    display: block;
    width: 50px;
    padding-left: 20px;
    background: url("../img/xwdt_b.png") no-repeat left center;
    margin: 0 auto;
    box-sizing: border-box;
    color: #515659;
    font-size: 16px;
}
.xwdt_nr_ge:hover{
    box-shadow: #eef1f5 0 7px 14px 1px;
}
.xwdt_nr_ge:hover .xwdt_nr_gec h3{
    color: #bb152b;
    font-size: 24px;
    font-weight: 700;
    
}
.xwdt_nr_ge:hover .xwdt_nr_ger{
    background-color: #bb152b;
}
.xwdt_nr_ge:hover .xwdt_nr_ger div{
    background: url("../img/xwdt_as.png") no-repeat center;
    color: #fff;
}
.xwdt_nr_ge:hover .xwdt_nr_ger p{
    color: #fff;
}
.xwdt_nr_ge:hover .xwdt_nr_ger span{
    color: #fff;
    background: url("../img/xwdt_bs.png") no-repeat left center;
}
.xwdtxq{
    width: 100%;
    background-color: #f1f4f7;
    padding: 0 0 83px;
}
.xwdtxq_nr .w{
    overflow: hidden;
}
.xwdtxq_z {
    width: 840px;
    float: left;
    padding: 70px 50px 73px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.xwdtxq_y{
    float: right;
    width: 360px;
    background-color: #e1e5e9;
}
.xwdtxq_z_bt h1{
    margin-bottom: 30px;
    padding-bottom: 35px;
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.xwdtxq_z_bt div{
    width: 100%;
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.xwdtxq_z_bt div span{
    display: block;
    float: left;
    color: #73787c;
    font-size: 14px;
    margin-right: 20px;
    vertical-align:top;
}

.xwdtxq_z_bt div p{
    float: right;
    color: #73787c;
    font-size: 14px;
}

.xwdtxq_z_bt div p em{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background-color: #bdc2ca;
    text-align: center;
    line-height: 22px;
    font-style: initial;
    font-style: 14px;
    margin-left: 15px;
    cursor: pointer;
    color: #ffffff;
}
.xwdtxq_z_bt div p em:hover{
    background-color: #bb152b;
}
.xwdtxq_z_nr{
    width: 100%;
    padding: 40px 0 70px;
}
.xwdtxq_z_nr img{
    max-width: 100%;
}
.xwdtxq_z_nr p{
    color: #1d1d1d;
    font-size: 16px;
    line-height: 34px;
}
    .xwdtxq_z_nr p {
        white-space: break-spaces !important;
    }

        .xwdtxq_z_nr p span {
            white-space: break-spaces !important;
        }


.xwdtxq_z .sxp{
    border: 0;
    width: 270px;
    margin: 0 auto;
}
.xwdtxq_z .sxp .center{
    display: none;
}
.xwdtxq_ys{
    width: 100%;
    height: 524px;
    padding: 51px 24px;
    box-sizing: border-box;
}
.xwdtxq_ys h2{
    color: #181818;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.xwdtxq_ys_nr{
    width: 100%;
    height: 400px;
    position: relative;
}
.xwdtxq_y_lb .pageState{
    position: absolute;
    bottom: 28px;
    left: 130px;
    color: #d1d3de;
    font-size: 18px;
    font-weight: 700;
}
.xwdtxq_y_lb .pageState span{
    color: #bb152b;
    font-size: 18px;
    font-weight: 700;
}
.xwdtxq_y_lb{
    width: 100%;
    height: 100%;
}
.xwdtxq_y_lb .bd li div{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #d1d5da;
}
.xwdtxq_y_lb .bd li div a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px 0 0;
    box-sizing: border-box;
}
.xwdtxq_y_lb .bd li div a h3{
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
}
.xwdtxq_y_lb .bd li div:hover a h3{
    color: #bb152b;
}
.xwdtxq_y_lb .bd li div a span{
    color: #858a8c;
    font-size: 14px;
}
.xwdtxq_yx{
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align:center;
    background-color: #a9afb4;
    transition: all ease-out 0.4s;
}
.xwdtxq_yx:hover{
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align:center;
    background-color: #bb152b;
}
.xwdtxq_yx a{
    display: block;
    width: 100%;
    height: 100%; 
    color: #f1f4f7;
    font-size: 20px;   
}
.xwdtxq_y_lb .next{
    position: absolute;
    bottom: 32px;
    right: 83px;
    width: 22px;
    height: 14px;
    cursor: pointer;
    background: url("../img/xwdtxq_b.png");
}
.xwdtxq_y_lb .next:hover{
    background: url("../img/xwdtxq_bs.png");
}
.xwdtxq_y_lb .prev{
    position: absolute;
    bottom: 32px;
    left: 60px;
    width: 22px;
    height: 14px;
    cursor: pointer;
    background: url("../img/xwdtxq_a.png");
}
.xwdtxq_y_lb .prev:hover{
    background: url("../img/xwdtxq_as.png");
}
.zyyj{
    padding-top: 0;
}
.zyyjxq{
    padding-top: 0;
}
.zyyjxq .hjgcxqnr_y P span{
    display: block;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
}

.glfl{
    padding: 57px 0 0px;
    box-sizing: border-box;
}
.glfl_bt{
    /* width: 300px; */
    margin: 46px auto;
    text-align: center;
    color: #eaebef;
    font-size: 72px;
    font-weight: 700;
    position: relative;
}
.glfl_bt > p{
    margin-bottom: -54px;
    width: 100%;
    position: absolute;
    top: -2px;
    color: #202020;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1em !important;
}
.glfl_bt > p > span{
    font-size: 30px !important;
    line-height: 1.6em;
}
.glfl_bt div{
    width: 100%;
    position: absolute;
    top: -2px;
    color: #202020;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}
.glfl_nr li{
    width: 580px;
    height: 180px;
    box-shadow: #eef1f5 0 5px 14px 1px;
    padding: 58px 130px 0 37px;
    box-sizing: border-box;
    float: left;
    margin: 0 40px 30px 0;
}
.glfl_nr ul{
    margin-right: -40px;
    margin-bottom: 100px;
}
.glfl_nr li h3{
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.glfl_nr li p{
    color: #242424;
    font-size: 16px;
    line-height: 26px;
}
.whzltl_nr ul{
    padding-top: 40px;
    margin-right: -20px;
}
.whzltl_nr li{
    width: 390px;
    height: 150px;
    float: left;
    box-shadow: #eef1f5 0 5px 14px 1px;
    margin: 0 15px 20px 0;
    position: relative;
    padding: 38px 40px 0 43px;
    box-sizing: border-box;
    z-index: 0;
}
.whzltl_nr li div{
    position: absolute;
    z-index: -1;
    right: 0;
    top: 26px;
    font-size: 123px;
    color: #dde3e5;
    font-weight: 700;
    font-family: Arial;
    line-height: 93px;
}
.whzltl_nr li h3{
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 36px;
}
.whzltl_nr li p{
    color: #212121;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:block-axis;
}
.whzhjl{
    width: 100%;
    padding: 40px 0 77px;
}
.whzhjl h1{
    color: #261f15;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
}
.whzhjl h1 span{
    color: #bb152b;
    font-size: 24px;
    font-weight: 700;
}
.whzhjl_nr li{
    width: 100%;
    min-height: 260px;
    box-shadow: #eef1f5 0 5px 14px 1px;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.whzhjl_nr li div{
    color: #bb152b;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
    background: url("../img/whzhjl_a.jpg") no-repeat left center;
    margin-bottom: 40px;
}
.whzhjl_nr li p{
    color: #212121;
    font-size: 16px;
    line-height: 29px;
}
.whglxy{
    padding: 68px 0 83px;
}
.whglxy img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.whqgc{
    padding: 64px 0 54px;
}
.whqgc ul{
    margin-right: -20px;
}
.whqgc li{
    width: 390px;
    height: 150px;
    box-shadow: #eef1f5 0 5px 14px 1px;
    padding: 56px 130px 0 44px;
    box-sizing: border-box;
    float: left;
    margin: 0 15px 20px 0;
}
.whqgc li h3{
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.whqgc li em{
    display: block;
    width: 49px;
    height: 3px;
    background-color: #bb152b;
}
.lxwm{
    padding: 27px 0 60px;
}
.lxwm_yi{
    width: 100%;
    height: 420px;
    box-shadow: #eef1f5 0 0 14px 1px;
    overflow: hidden;
    margin-bottom: 55px;
}
.lxwm_yi_z{
    width: 730px;
    float: left;
    padding: 90px 90px 0 34px;
    box-sizing: border-box;
}
.lxwm_yi_z h1{
    color: #263374;
    font-size: 24px;
    margin-bottom: 7px;
}
.lxwm_yi_z p{
    color: #888f93;
    font-size: 12px;
    margin-bottom: 39px;
}
.lxwm_yi_z em{
    display: block;
    width: 40px;
    height: 2px;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}
.lxwm_yi_z li{
    color: #2f2f2f;
    font-size: 18px;
    line-height: 35px;
}
.lxwm_yi_y{
    float: right;
    width: 470px;
    height: 100%;
    background-color: #263374;
    padding: 44px 54px 0;
    box-sizing: border-box;
}
.lxwm_yi_y h2{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 18px;
}
.lxwm_yi_y div{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
}
.lxwm_yi_y em{
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 28px;
    margin-bottom: 40px;
    background-color: #fff;
}
.lxwm_yi_y p{
    color: #ffffff;
    font-size: 14px;
}
.lxwm_er{
    width: 100%;
    height: 530px;
}
.lxwm_er iframe{
    width: 100%;
    height: 100%;
}
.jrwh{
    padding: 25px 0 66px;
}
.jrwh_nr{
    padding-bottom: 79px;
    min-height: 600px;
}
.jrwh_nr li{
    width: 100%;
    height: 169px;
    box-shadow: #eef1f5 0 0 0 0;
    transition: all ease-out 0.5s;
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 36px 0;
    box-sizing: border-box;
}
.jrwh_nr li:hover{
    border-bottom: 1px solid #fff;
    box-shadow: #eef1f5 0 5px 14px 1px;
}
.jrwhge_s{
    width: 100%;
    overflow: hidden;
    margin-bottom: 34px;
}
.jrwhge_s div{
    float: left;
    width: 60%;
    display: block;  
    word-break: keep-all;  
    white-space: nowrap;   
    overflow: hidden; 	
    text-overflow: ellipsis;
    color: #1f1f1f;
    font-size: 22px;
}
.jrwhge_s p{
    float: right;
    color: #323232;
    font-size: 16px;
}
.jrwhge_x{
    width: 100%;
    overflow: hidden;
}
.jrwhge_x div{
    float: left;
    width: 433px;
    color: #2f3132;
    font-size: 16px;
}
.jrwhge_x div span{
    color: #bb152b;
}
.jrwhge_x p{
    float: right;
    width: 115px;
    height: 40px;
    border-radius: 5px;
    background-color: #eeeff5;
    transition: all ease-out 0.5s;
}
.jrwhge_x p:hover{
    background-color: #bb152b;
}
.jrwhge_x p:hover a{
    color: #fff;
}
.jrwhge_x p a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #222222;
    font-size: 16px;
}
.jrwhxq{
    padding: 60px 0 109px;
}
.jrwhxq_nr{
    width: 100%;
    min-height: 520px;
    box-shadow: #eef1f5 0 5px 14px 1px;
    padding: 40px 37px;
    box-sizing: border-box;
}
.jrwhxq_nr_s{
    margin-bottom: 35px;
}
.jrwhxq_nr_s h1{
    color: #1f1f1f;
    font-size: 22px;
    padding-bottom: 30px;
}
.jrwhxq_nr_s p{
    color: #323232;
    font-size: 16px;
    padding-bottom: 23px;
}
.jrwhxq_nr_s div{
    color: #2f3132;
    font-size: 16px;
    padding-bottom: 23px;
}
.jrwhxq_nr_s div span{
    margin-right: 77px;
}
.jrwhxq_nr_s div em{
    font-style: initial;
    color: #bb152b;
    font-size: 16px;
}
.jrwhxq_nr_x{
    margin-bottom: 41px;
}
.jrwhxq_nr_xbt{
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
} 
.jrwhxq_nr_x p{
    color: #212121;
    font-size: 16px;
    line-height: 36px;
}
.jrwhxq_an{
    overflow: hidden;
}
.jrwhxq_an a{
    display: block;
    float: left;
    width: 160px;
    height: 46px;
    background-color: #bb152b;
    text-align: center;
    line-height: 46px;
    color: #fff;
    margin-right: 20px;
}
.jrwhxq_an a:hover{
    opacity: 0.8;
}
.jrwhxq_an a:first-child{
    background-color: #1d1660;
}
.khfk{
    padding: 23px 0 87px;
}
.khfk_nr{
    width: 100%;
    overflow: hidden;
}
.khfk_a {
    display: block;
    width: 552px;
    height: 64px;
    line-height: 64px;
    padding-left: 55px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}

    .khfk_a::-webkit-input-placeholder {
        color: #d7d8dc;
        font-size: 16px;
    }

.khfk_as {
    float: left;
    position: relative;
}

.khfk_ass {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.khfk_nr > div p {
    height: 40px;
}

    .khfk_nr > div p span {
        color: red;
        margin-right: 5px;
        padding-top: 3px;
        display: block;
        float: left;
    }
.khfk_bs {
    float: right;
    margin-right: 0;
}
.khfk_nr{
    margin-bottom: 70px;
    overflow: hidden;
    
}
.khfk_nr textarea{
    display: block;
    float: left;
    width: 100%;
    height: 396px;
    border: 1px solid #e2e2e2;
    resize:none;
    outline: none;
    padding: 32px 50px;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    font-family: 微软雅黑;
}
.khfk_nr textarea::-webkit-input-placeholder{
    color: #d7d8dc;
    font-size: 16px;
}
.khfk_an{
    width: 250px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    margin: 0 auto;
    background-color: #bb152b;
    transition: all ease-out 0.5s;
}
.khfk_an:hover{
    background-color: #1d1660;
}
    .khfk_an botton {
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 18px;
        cursor:pointer;
    }
.wzdt{
    padding: 95px 0;
}
.wzdt .w>ul>li{
    min-height: 74px;
    width: 100%;
    border: 1px solid #f5f7f9;
    position: relative;
    padding: 0 37px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.wzdt .w>ul>li:first-child{
    border: 0px solid #f5f7f9;
    min-height: 31px;
}
.wzdt .w>ul>li>a{
    display: block;
    position: absolute;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 18px;
    top: -15px;
    left: 27px;
}
    .wzdt .w > ul > li:first-child a {
        left: 11px;
    }
.wzdt .w>ul>li:hover>a{
    color: #bb162c;
}
.wzdt .w>ul>li ul{
    overflow: hidden;
}
.wzdt .w>ul>li ul li{
    float: left;
    margin-right: 75px;
    line-height: 74px;
}
.wzdt .w>ul>li ul li a{
    color: #727677;
    font-size: 16px;
}
.wzdt .w>ul>li ul li a:hover{
    color: #bb162c;
}
.fzhg_x_ge .fzhg_x_gep p img {
    max-width: 100%;
}
.yzmtu{
    position: absolute;
    right: 14px;
    top: 54px;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
	table{
		width: 92.5% !important;
	}
    .khfk_as{
        width:48%;
        
    }
    
    .khfk_bs {
        width: 48%;
    }
    .xwdtxq_z_bt div span:first-child {
        padding-top: 3px;
        box-sizing: border-box;
    }
    #float01{
        display:none !important;
    }
    .fzhg .w {
        padding: 10px 0;
    }
    .fzhg_sj li {
        margin-right: 4px;
    }
    .fzhg_s_lb{
        display: none;
    }
    .fzhg_sj{
        display: block;
    }
    .fzhg_x_ge .fzhg_x_gedv{
        width: 25%;
        padding: 0 10px;
    }
    .fzhg_x_ge .fzhg_x_gep {
        float: left;
        width: 75%;
        padding: 0 10px;
    }
    .zzjg_nr{
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        margin: 28px auto;
    }
    
    .zjwh .w {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .ejdh ul{
        white-space: nowrap;
        overflow-x: auto;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .ejdh ul li{
        display: inline-block;
        float: none; 
    }
    .mbx {
        padding: 20px 20px;
    }
    .w{
        width: 100%;
        overflow: hidden;
    }
    /* 以后需要改 */
    p img{
        width: 100% !important;
    }
    .hhhh img{
        width:100% !important;
    }
    .sj_tou{
        display: block;
        height: 60px;
        width: 100%;
        background-color: #fff;
    }
    .cdh_tou{
        display: block;
        height: 60px;
        width: 100%;
        background-color: #fff;
    }
    .cdh{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }
    .cdh .cdh_bjy{
        width: 69%;
        height: 100%;
        float: right;
        background-color: #fff;
    }
    .cdh_nr{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .toubu_sj_nr_ss {
        width: 93%;
        height: 40px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.5);
        padding-bottom: 5px;
        box-sizing: border-box;
        margin: 15px auto 0;
    }
    .toubu_sj_nr_ss input {
        display: block;
        height: 38px;
        width: 60%;
        color: #000;
        font-size: 17px;
        float: left;
    }
    .toubu_sj_nr_ss a {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        background: url(../img/sy_dss.png) no-repeat center;
        background-size: 100%;
        margin-top: 10px;
    }
    .cdh_nr ul{
        padding-top: 30px;
        overflow: scroll;
        height: 520px;
    }
    .cdh_nr li{
        width: 100%;
        margin-bottom: 22px;
        padding-left: 34px;
        box-sizing: border-box;
    }
    .cdh_nr li a{
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
        .cdh_nr li.on a {
            color: #bb152b;
        }
    .head_z{
        display: none;
    }
    .fwrx {
        display: none;
    }
    .fwrx_span{
        display:none;
    }
    .yjbh {
        display: block;
        position: fixed;
        right: 10px;
        bottom: 100px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background-color: #cdedff;
        z-index: 100;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .yjbh img{
        display: block;
        /* width: 30px;
        height: 30px; */
        margin: 5px auto;
    }
    .Swiper2 .swiper-pagination-bullet {
        width: 18px;
    }
    .Swiper2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }
    .sj_touz {
        float: left;
        box-sizing: border-box;
        padding: 11px 10px;
        box-sizing: border-box;
        height: 100%;
    }
    .sj_touz img {
        width: 167px;
    }
    .sj_touy{
        float: right;
        width: 50px;
        height: 100%;
        padding: 19px 10px;
        box-sizing: border-box;
    }
    .sj_touy img{
        width: 17px;
    }
    .sy_yi {
        padding: 23px 20px 47px;
    }
    .sy_yinrz{
        display: none;
    }
    .sy_yinry{
        width: 100%;
    }
    .sy_er_dg{
        width: 100%;
    }
    .sy_er .sy_er_dg{
        margin-right: 0;
    }
    .sy_ery{
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sy_ery{
        height: 162px;
    }
    .sy_ery_a{
        float: left;
        margin-right: 20px;
    }
    .sy_ery_b {
        width: 272px;
        height: 160px;
        float: left;
        background: url(../img/sy_f.jpg) no-repeat center;
        /* padding: 56px 0 0 48px; */
        box-sizing: border-box;
    }
    .sy_san {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .Swiper3{
        display: none;
    }
    .Swiper4{
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .Swiper4 .swiper-slide img{
        width: 100%;
    }
    .Swiper4 .swiper-paginations{
        bottom: 6px;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 20;
        text-align: center;
    }
    .Swiper4  .swiper-slide{
        position: relative;
    }
    .Swiper4  .swiper-slide a{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 53% 5% 0;
        box-sizing: border-box;
    }
    .Swiper4  .swiper-slide a div{
        width: 100%;
        height: 82%;
        background-color: rgba(255,255,255, 0.8);
        padding: 7% 4%;
        box-sizing: border-box;
    }
    .Swiper4  .swiper-slide a div h3{
        color: #bc152b;
        font-size: 22px;
        font-weight: 700;
        width: 100%;
        padding-right: 56px;
        box-sizing: border-box;
        line-height: 30px;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 23px;
        background: url("../img/sy_i.png") no-repeat right center;
    }
    .Swiper4  .swiper-slide a div p{
        color: #5f646c;
        font-size: 16px;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Swiper4 .swiper-pagination-bullet {
        background: #fff;
    }
    .sy_sinr {
        background-size: 26%;
    }
    .sy_si{
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .sy_sinrz {
        width: 100%;
    }
    .dibu_s{
        padding: 20px 20px;
        box-sizing: border-box;
    }
    .dibu_syi{
        width: 33%;
        margin-right: 5%;
    }
    .dibu_ser{
        width: 33%;
    }
    .dibu_san{
        width: 20%;
    }
    .dibu_x{
        padding:0 20px;
        box-sizing: border-box;
    }
    .dibu_ser li {
        width: 49%;
    }
    .sy_ery_asp iframe{
        width: 90%;
        height: 40%;
    }
    .ryzz_nrge div{
        height: auto;
    }
    .ryzz_nr .ryzz_nrnr{
        /* padding: 10px 10px; */
        box-sizing: border-box;
        margin-right: 0;
    }
    .ryzz_nr .ryzz_nrge{
        width: 31% !important;
        height: auto;
        margin: 2% 1%;
    }
    .ryzz_nrge div em{
        display: none;
    }
    .hjgc_nr ul{
        margin-right: 0;
        width: 100%;
        padding: 30px 20px;
    }
    .hjgc_nr ul li{
        margin: 2%;
        width: 44%;
    }
    .hjgc_nrge div{
        height: auto;
    }
    .hjgc_nrge{
        height: auto;
    }
    .hjgcxqnr_z{
        padding-left:20px;
        width: 44%;
    }
    .hjgcxqnr_y {
        width: 50%;
    }
    .hjgcxqnr_zlb .hjgcxqnr_zlb-prev {
        top: 41%;
    }
    .hjgcxqnr_zlb .hjgcxqnr_zlb-next {
        top: 41%;
    }
    .hjgcxqnr_y h1{
        padding-bottom: 0;
    }
    .hjgcxqnr {
        padding: 63px 0 35px;
    }
    .sxp{
        padding-left: 2%;
        padding-right: 2%;
    }
    .xwdt_w{
        width: 100%;
    }
    .xwdt_nr_ge{
        height: auto;
    }
    .xwdt_nr_gez {
        float: left;
        width: 25%;
        height: auto;
        margin-right: 2%;
    }
    .xwdt_nr_gec {
        float: left;
        width: 45%;
    }
    .xwdt_nr_gecls{
        width: 68%;
    }
    .xwdt_nr_ger{
        width: 25%;
    }
    .xwdt_nr_gec h3 {
        margin-bottom: 2%;
    }
    .xwdtxq_z {
        width: 100%;
        padding: 70px 20px 73px;
    }
    .xwdtxq_y{
        width: 100%;
    }
    .xwdtxq_y_lb .pageState {
        left: 50%;
        margin-left: -18px;
    }
    .lxwm_yi{
        width: 100%;
        height: auto;
    }
    .lxwm_yi_z {
        width: 100%;
        padding: 50px 20px 0 20px;
    }
    .lxwm_yi_y{
        width: 100%;
        padding-bottom: 50px;
        margin-top: 20px;
    }
    .khfk_nr{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .khfk_a{
        width: 100%;
        margin-right: 0;
    }
    .wzdt {
        padding: 50px 20px;
        box-sizing: border-box;
    }
    .wzdt ul{
        padding-top: 20px;
    }
    .glfl_nr ul {
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .glfl_nr li {
        width: 50%;
        margin: 0 0 30px 0;
        padding: 58px 97px 0 37px;
    }
    .glfl {
        padding: 57px 0 20px;
    }
    .whzltl_nr li{
        width: 48%;
        margin: 0 1% 20px;
    }
    .whzltl_nr ul{
        margin-right: 0;
    }
    .whzhjl_nr{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .whzhjl h1 {
        margin-bottom: 42px;
    }
    .whqgc ul{
        margin-right: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .whqgc li{
        margin: 0 1% 20px;
        width: 48%;
    }
    .whqgc {
        padding: 64px 0 80px;
    }
}
@media screen and (max-width: 750px) {
    table{
		width: 92.5% !important;
	}
	.khfk_as {
        width: 100%;
    }
    .ryzz{
        width: auto;
    }
    .khfk_bs {
        width: 100%;
    }
    .zjwhtu {
        display: block;
        float: none !important;
        margin: 0 auto;
    }
    .hjgcxqnr_z {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .hjgcxqnr_y{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .hjgcxqnr {
        padding: 35px 0 35px;
    }
    .hjgc {
        padding: 27px 0 50px;
    }
    .mbx{
        display: none;
    }
    .hjgc_dh ul{
        text-align: left;
        white-space: nowrap;
        overflow-x: auto;
        height:45px;
    }
    .hjgc_nr ul{
        padding: 30px 10px;
    }
    .ryzz_nr_tc ul li img {
        max-height: 336px;
    }
    .ryzz_nr_tc ul li {
        padding-top: 60px;
    }
    .ryzz_nr_tcx {
        left: auto;
        top: 25px;
        right: 23px;
    }
    .ryzz_nr .ryzz_nrge{
        width: 48% !important;
        margin: 0 auto;
    }
    .ryzz {
        padding: 0px 0 40px;
    }
    .fy a.yy {
        width: 42px;
    }
    .fy a {
        width: 25px;
        height: 30px;
        line-height: 30px;
    }
    .zjwhtu{
        padding: 10px !important;
        margin: 0 auto;
        height: auto !important;
    }
    .zjwhtu img{
        display: block;
        margin: 0 auto;
    }
    .zjwh .w {
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .zjwh {
        padding: 0px 0 40px;
    }
    .ejdh ul {
        padding: 0 10px;
        width: max-content;
    }
    .ejdh .w {
        overflow-x: auto;
    }
    .ejdh li {
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }
    .ejdh{
        height: auto;
    }
    .mbx {
        padding: 20px 10px;
    }
    .sy_ery_asp iframe {
        margin: 111px auto;
    }
    .sy_ery_asp>img {
        width: 24px;
        right: 23px;
        top: 28px;
    }
    .sy_si{
        padding: 0 10px;
    }
    .sy_yinr {
        margin-top: 17px;
    }
    .glfl_bt > p{
        top: 95px !important;
    }
    .whzltl_nr li{
        width: 100% !important;
    }
    .sy_yinry_tou {
        height: 129px;
    }
    .sy_yinry_tou a {
        padding: 15px 25px 18px;
    }
    .sy_bt div a p{
        margin-bottom: 0;
        display: inline-block;
    }
    .sy_yinr{
        height: auto;
    }
    .sy_yi {
        padding: 23px 10px 18px;
    }
    .sy_yinry ul{
        min-height: 200px;
    }
    .sy_er_dg{
        padding: 25px 10px 0;
    }
    .Swiper4 .swiper-slide a {
        padding: 39% 5% 0;
        
    }
    .Swiper4 .swiper-slide a div {
        height: 65%;
        padding: 4% 4%;
    }
    .Swiper4 .swiper-slide a div h3{
        margin-bottom: 2%;
    }
    .sy_san {
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .sy_ery_a{
        width: 50%;
        margin-right: 0;
        overflow: hidden;
    }
    .sy_ery_b{
        width: 50%;
    }
    .sy_ery{
        padding: 0 10px;
    }
    .sy_er {
        margin-bottom: 30px;
    }
    .sy_san .sy_bt {
        margin-bottom: 25px;
    }
    .sy_yinry_ge a div {
        width: 74%;
    }
    .sy_sinrz {
        width: 100%;
    }
    .sy_sinr {
        padding: 32px 0 34px 0;
    }
    .sy_sinrz ul li {
        width: 42%;
    }
    .dibu_s {
        min-height: 180px;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .dibu_ser{
        display: none;
    }
    .dibu_syi{
        width: 100%;
        margin-right: 0;
    }
    .dibu_san{
        display: none;
    }
    .dibu_syib{
        display: none;
    }
    .dibu_si{
        display: none;
    }
    .dibu_syi h1 {
        margin-bottom: 3%;
    }
    .dibu_syia{
        margin-bottom: 0;
    }
    .dibu_x .w{
        line-height: 32px;
    }
    .dibu_x {
        padding: 0 7px;
        box-sizing: border-box;
        height:auto;
    }
    .dibu_xy {
        text-align: center;
        float: right;
        width: 100%;
        padding-bottom: 10px;
    }
    .dibu_xz {
        width: 100%;
        text-align: center;
    }
    .xwdt_nr_ge a {
        padding: 10px 10px;
    }
    .xwdt_nr_gec h3 {
        padding-top: 0;
        font-size: 20px;
    }
    .xwdt_nr_ger div {
        line-height: 30px;
        height: 30px;
    }
    .xwdt_nr_ger p {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 21px;
    }
    .xwdt_nr_ger{
        height: auto;
    }
    .xwdt_nr_gec p {
        line-height: 22px;
    }
    .xwdt {
        padding: 26px 0 54px;
    }
    .xwdt_nr{
        min-height: 300px;
    }
    .xwdtxq_z_bt div p{
        display: none;
    }
    .xwdtxq_z_bt h1{
        margin-bottom: 0px;
    }
    .xwdtxq_z {
        padding: 34px 10px 35px;
    }
    .xwdtxq_z_nr {
        width: 100%;
        padding: 27px 0 47px;
    }
    .xwdtxq {
        padding: 0 0 43px;
    }
    .xwdtxq_y_lb .bd li div a h3 {
        margin-bottom: 5px;
    }
    .xwdtxq_y_lb .bd li div a {
        padding: 12px 0 0;
    }
    .xwdtxq_y_lb .bd li div {
        height: 75px;
    }
    .xwdtxq_ys_nr {
        height: 327px;
    }
    .xwdtxq_ys {
        height: 442px;
    }
    .lxwm_yi_z {
        width: 100%;
        padding: 0px 10px 0;
    }
    .lxwm_yi_y {
        padding: 39px 14px 50px;
    }
    .lxwm {
        padding: 27px 0 21px;
    }
    .lxwm_er {
        width: 100%;
        height: 354px;
    }
    .jrwh_nr li {
        height: auto;
        padding: 10px 10px;
    }
    .jrwhge_x p{
        float: none;
    }
    .jrwhge_x div{
        float: none;
        width: 100%;
    }
    .jrwhge_s {
        margin-bottom: 14px;
    }
    .jrwhge_x p {
        float: none;
        margin: 10px auto;
    }
    .jrwh_nr {
        padding-bottom: 40px;
        min-height: 400px;
    }
    .jrwhxq{
        padding: 0;
    }
    .jrwhxq_nr {
        padding: 40px 10px;
    }
    .jrwhxq_nr_s div span {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .jrwhxq_nr_s div {
        padding-bottom: 0px;
    }
    .jrwhxq_an a{
        width: 50%;
        margin-right: 0;
    }
    .khfk_nr {
        padding: 0 10px;
    }
    .khfk_nr textarea{
        height: 240px;
        padding: 30px 50px;
    }
    .khfk_a {
        width: 100%;
    }
    .khfk_an {
        width: 174px;
        height: 50px;
        line-height: 50px;
    }
    .khfk {
        padding: 23px 0 50px;
    }
    .khfk_nr {
        margin-bottom: 50px;
    }
    .wzdt {
        padding: 34px 10px;
        box-sizing: border-box;
    }
    .wzdt .w>ul>li {
        min-height: 40px;
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .wzdt .w>ul>li>a{
        left: 10px;
    }
    .wzdt .w>ul>li ul li {
        margin-right: 10%;
        line-height: 55px;
    }
    .glfl_nr li{
        width: 100%;
        height: auto;
        padding: 58px 97px 20px 37px;
    }
    .glfl {
        padding: 57px 10px 20px;
        box-sizing: border-box;
    }
    .whzltl_nr li {
        height: 126px;
        padding: 10px 10px 0;
    }
    .whzltl_nr li div {
        top: 18px;
    }
    .glfl_bt div {
        font-size: 19px;
    }
    .glfl_bt > p{
        margin-top: -120px;
    }
    .glfl_bt {
        font-size: 46px;
    }
    .whzltl_nr ul {
        padding-top: 19px;
    }
    .whzhjl_nr li {
        padding: 32px 10px;
    }
    .whzhjl_nr {
        padding: 0 10px;
    }
    .whzhjl {
        padding: 40px 0 40px;
    }
    .whglxy .w{
        white-space: nowrap;
        overflow-x: auto;
    }
    .whglxy img{
        max-width: none;
    }
    .whqgc li{
        margin: 0 0 20px;
        width: 100%;
    }
    .mkkk1{
        display: none !important;
    }
    .xb{
        margin-left: 81px !important;
        margin-top: 12px !important;
    }
    /* 需要改 */
    .glflfj{
        width: 100% !important;
    }
    .glflfj p{
        width: 98% !important;
        padding: 0 1% !important;
        text-indent: 0 !important;
    }
}
.glflfj{
    width: 1220px;
    /* min-height: 320px; */
    margin: 0 auto;
}
.dowebok{ 
    width: 1200px; 
    height: 662px; 
    background: #ffffff;
}
@media screen and (max-width : 1199px){
    .contentone{
        width: 100% !important;
    }
    .contentone iframe{
        width: 96% !important;
        margin: 20px auto 0;
    }
    .contentone > div:nth-child(1) {
        width: 100% !important;
    }
    video{
        width: 100% !important;
    }
    .contentone > div:nth-child(2){
        width: 100% !important;
        height: auto !important;
        min-height: 320px !important;
    }
    .contenttwo{
        width: 100% !important;
        margin: 70px auto !important;
    }
    .contenttwo > div:nth-child(1){
        width: auto !important;
        height: auto !important;
        float: none !important;
    }
    .contenttwo h3{
        width: 96% !important;
    }
    .contenttwo p{
        margin-top: auto !important;
        width: 96% !important;
        margin: 20px auto 0 !important;
    }
    .contenttwo li{
        width: 50% !important;
        margin-left: 0 !important;
    }
    .contentthree{
        width: 100% !important;
    }
    .contentthree h3{
        width: 96% !important;
    }
    .contentthree p{
        width: 96% !important;
    } 
    .contentfour{
        width: 100% !important;
    }
    .contentfour h3{
        width: 96% !important;
    }
    .contentthree p{
        margin-top: 16px !important;
    }
    .contentfour p{
        width: 96% !important;
    }
    .contentfive p{
        width: 96% !important;
    }
    .contentfive h3{
        width: 96% !important;
    }
}