body{
    font-size: 14px;
    font-family: Noto Sans SC!important;
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
body a {
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}
body li {
    list-style-type: none;
}
p, ul, li,h5,h4,h3,h2,h1 {
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}
img, a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
input{outline:none}

/*mianbaoxie------------------------------------------------*/
.dede_pages {text-align:center;margin-bottom:50px;}
.dede_pages ul {display:inline-block;margin-top:40px;}
.dede_pages ul li {width:auto;padding:0px;border:0px;background:#f9f9f9;color:#999;margin:0px;margin:0px 3px;border:solid 1px #f9f9f9;padding:4px 8px;float:left;}
.dede_pages ul li.thisclass {background:#fc6701;color:#FFF;}
.dede_pages ul li a {color:#999;}
.dede_pages ul li:hover {background:#fc6701;}
.dede_pages ul li:hover a {display:block;background:#fc6701;color:#FFF;}
/*mianbaoxie------------------------------------------------*/


/*daohang------------------------------------------------*/
.header {
    top: 0%;
    width: 100%;
    z-index: 99;
}
.headerw {
    width: 90%;
    margin: 0 auto;
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
height: 100px;}
.headerwa {
    float: left;
}
.headerwa  img{
    width: 503px;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}
.headerwb {
    float: right;
}
.headerwb ul {
    display: block;
}
.headerwb ul li {
    float: left;
position: relative;}
.headerwb ul li a {
    color: #333;
    font-size: 16px;
    padding: 0px 32px;
    display: block;
    height: 100px;
    line-height: 100px;
    border-bottom: rgb(53 171 181 / 0%) solid 5px;
}
.headerwb ul li:hover a{background: #233e83;color: #fff;}
.headerwb ul li:hover ul{display: block;}
.headerwb ul li ul{
    display: none;
position: absolute;top: 100%;background: #333;z-index: 99;width: 100%;}
.headerwb ul li:hover ul li{float: none;}
.headerwb ul li:hover ul li a{height: 42px;line-height: 42px;border-top: solid 1px #182a58;background: #eee;color: #333;font-size: 14px;width: 100%;padding: 0%;text-align: center;}
.headerwb ul li:hover ul li a:hover{background: #233e83;color: #fff;}
/*daohang------------------------------------------------*/
/*banner-------------------------------------------------*/
.banner{width:100%;}
.banner a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img{
    width: 100%;
}
/*banner-------------------------------------------------*/
/*fudongkefu------------------------------------------------*/
.fh_kf{
    position: fixed;
    right: 1%;
    bottom: 16%;
    z-index: 99;
}
.fh_kf .tba{
    width: 70px;
    background: #0059a9;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4%;
    padding: 9px 0px;
}
.fh_kf .tba img{
}
.fh_kf .tba span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.tba .gzhwx {
    top: 0%;
    left: -120px;
    position: absolute;
    z-index: 99;
    display: none;
}
.tba:hover .gzhwx {
    display: block;
}
.fh_kf .tbb{
    background: #2b4695;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
}
.fh_kf .tbc{
    background: #f01a22;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
}
/*fudongkefu------------------------------------------------*/



/*jinchangxiaoguo----------------------------------------------*/
.frtop{
        opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}
.started .frtop {
    opacity: 1;
    transform: none;
}
.frleft{
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.frright{
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.started .frleft {
    opacity: 1;
    transform: none;
}
.started .frright {
    opacity: 1;
    transform: none;
}
/*jinchangxiaoguo----------------------------------------------*/


.fly{
    text-align: right;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
}
.page-status,.page-index,.page-last{
    
display: none;
}
.page-pre,.page-next{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}
.page-pre:hover,.page-next:hover{
    background-color: #0096ed;
}
.page-pre:hover a,.page-next:hover a{
     color: #fff;
}
.page-pre a,.page-next a{
    display: block;
    color: #fff;
}
{
    display: inline-block;
}
.page-next a{}
.page-numbar{
    display: inline-block;
    margin: 0px 3px;
}
.page-numbar a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}
.page-numbar a:hover{
     background-color: #0096ed;
     color: #fff;
}

.souym{
    background: #f2f2f2;
    padding: 60px 0px;
}
.souym ul{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
}
.souym ul li{
    border-bottom: solid 1px #eee;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.souym ul li .img{
    float: left;
    width: 300px;
}
.souym ul li .img img{
    width: 100%;
}
.souym ul li .nr{
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}
.souym ul li .nr h2{
    font-weight: bold;
    font-size: 16px;
}
.souym ul li .nr h3{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.souym ul li .nr a{
    display: block;
    background: #f5f5f5;
    text-align: center;
    width: 120px;
    border-radius: 6px;
    color: #999;
    padding: 8px 0px;
    margin-top: 19%;
}
.souym ul li:hover .nr a{
    background: #0072d1;
    color: #fff;
}
.xmhz{
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.join_book>form>article>.fr{ max-width:40%;}
.join_book_wrap{width: 100%;}
.join_book_wrap>dl{margin-bottom: 1%;font-size: 16px;}
.join_book_wrap>dl>input{ display:inline-block; outline:none;}
.join_book_wrap>dl>input.ip1{width: 100%;background: #f9f9f9;border:none;padding: 1% 2%;margin-bottom: 1%;border: solid 1px #eee;}
.join_book_wrap>dl>select{cursor:pointer;width: 100%;display:inline-block;background: #f9f9f9;border:none;padding: 1.5% 2%;box-sizing:border-box;-webkit-appearance:none;color:#777;outline:none;margin-bottom: 1%;border: solid 1px #eee;}
.join_book_wrap>dl>input.ip3{width:98.8%;background:#f3f3f3;border:none;padding: 1.5% 2%;}
.join_book_wrap>dl>input.ip5{background: #333;color:#fff;cursor:pointer;line-height: 1.7;font-size:16px;padding: 1% 9%;border:none;-webkit-appearance:none;width: 100%;}
.join_book_wrap>dl>textarea.ip4{width:98.8%;background: #f9f9f9;border:none;padding: 1.5% 2%;min-height:0.5rem;outline:none;height: 200px;border: solid 1px #eee;}
.plate_klc{}
.klc_w {width: 86%;margin: 0 auto;padding: 96px 0px;display: flex;align-items: flex-end;justify-content: space-between;}
.klc_wl{width: 55%;}
.klc_wl .bt{position: relative;padding-bottom: 85px;display: inline-block;width: 350px;}
.klc_wl .bt h3{font-size: 64px;color: #dadada;position: absolute;font-weight: bold;z-index: -1;font-family: "yezt";}
.klc_wl .bt h2{height: 70px;padding: 0px 22px;padding-top: 36px;}
.klc_wl .bt h2 span{font-weight: 100;font-size: 50px;}
.klc_wl .bt h2 img{width: 34px;margin-left: 16px;}

        .klc_wl .bt h2 img {
            animation: myfirst 1s infinite;
        }
        
        @keyframes myfirst {
            0% {
                transform: translate(0px, 0px);
            }
            50% {
                transform: translate(0px, -10px);
            }
            100% {
                transform: translate(0px, 0px);
            }
        }
.klc_wl h5{color: #4d4d4d;font-size: 22px;display: flex;align-items: center;}
.klc_wl h5 b{display: block;width: 40px;height: 1px;background: #4d4d4d;margin-right: 11px;}
.klc_wl p{font-size: 16px;color: #4d4d4d;margin-top: 28px;}
.klc_wl ul{display: flex;margin-top: 33px;}
.klc_wl ul li{margin: 0%;margin-right: 6%;text-align: center;}
.klc_wl ul li h2{display: flex;align-items: center;}
.klc_wl ul li span{font-size: 30px;margin-right: 3px;color: #4d4d4d;}
.klc_wl ul li b{font-size: 41px;font-weight: 500;color: #4d4d4d;margin-right: 8px;}
.klc_wl ul li i{font-size: 11px;width: 10px;display: inline-block;font-style: inherit;color: #999;}
.klc_wl ul li h4{font-size: 12px;color: #666;}
.klc_wr{width: 40%;}
.klc_wr img{width: 100%;}
.plate_ywfw{}
.plate_ywfw ul{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;}
.plate_ywfw ul li{width: 100%;position: relative;}
.plate_ywfw ul li .img{}
.plate_ywfw ul li .img img{width: 100%;}
.plate_ywfw ul li .nr{position: absolute;top: 0%;width: 100%;height: 100%;padding: 10%;color: #fff;}
.plate_ywfw ul li .nr h2{font-size: 24px;}
.plate_ywfw ul li .nr h3{font-size: 18px;margin-top: 3%;}
.plate_ywfw ul li .nr img{width: 37px;margin-top: 6%;}
.plate_ywfw ul li:nth-child(1) .nr h2{
    color: #4786BF;
}
.plate_ywfw ul li:nth-child(1) .nr h3{
    color: #4786BF;
}
.plate_news{padding: 60px 0px;width: 90%;margin: 0 auto;}
.newsw{display: flex;align-items: flex-start;justify-content: space-between;height: 300px;}
.newsw_gdx {
    width: 34%;
    overflow: hidden;
    height: 301px;
}
.newsw_gdx .swiper-slide{
    height: 301px!important;
}
.newsw .img{
    height: 301px;
    overflow: hidden;
}
.newsw .img img{width: 100%;}
.newsw .nr{}
.newsw .nr{width: 64%;}
.newsw .nr .bt{border-bottom: solid 2px #c7cce2;display: flex;align-items: center;justify-content: space-between;padding-bottom: 1%;margin-bottom: 2%;}
.newsw .nr .bt h2{margin: 0%;font-size: 24px;color: #1248b5;position: relative;}
.newsw_gd {overflow: hidden;height: 300px;}
.newsw .nr .bt h2:before {
    content: '';
    position: absolute;
  
width: 100%;height: 5px;background: #1248b5;top: 136%;}
.newsw .nr .bt a{text-decoration: revert;font-size: 16px;}
.newsw .nr  .nrw{}
.newsw .nr  .nrw h2{font-size: 30px;color: #4d4d4d;}
.newsw .nr  .nrw h4{font-size: 16px;line-height: 2;color: #1248b5;margin-top: 1%;}
.newsw .nr  .nrw p{font-size: 18px;line-height: 1.6;margin: 1% 0%;}
.newsw .nr  .nrw span{
        
    font-size: 16px;
border-bottom: solid 1px #1248b5;color: #1248b5;}
.plate_cyxm{text-align: center;background: #D5D5D5;padding: 80px 0px;position: relative;}
.plate_cyxm .bt{position: relative;
    padding-bottom: 85px;
    display: inline-block;
    width: 350px;}
.plate_cyxm h2{
    font-size: 64px;
    color: #a5c1cf;
    position: absolute;
    font-weight: 100;
    z-index: 1;
    font-family: "yezt";
    opacity: 0.75;
    }
.plate_cyxm h3{position: relative;z-index: 2;font-weight: 100;
    font-size: 50px;padding-top: 26px;}
.plate_cyxm ul{}
.plate_cyxm ul li{}
.plate_cyxm ul li img{width: 100%;}
.plate_cyxm ul li h4{text-align: center;margin-top: 23px;}
.plate_cyxmw {width: 74%;margin: 0 auto;overflow: hidden;}
.newsw_gd .swiper-slide {
  
    height: 300px!important;

}
.footbq{text-align: center;padding: 2% 0%;line-height: 1.8;color: #666;font-size: 13px;background: url(../images/footbj.jpg);background-size: cover;}
.footbq .bt{
    text-align: center;
    display: flex;
    justify-content: center;
}
.footbq .bt h2{
    font-size: 64px;
    color: #a5c1cf;
    position: absolute;
    font-weight: 500;
    z-index: 1;
    font-family: "yezt";
    opacity: 0.75;
}
@font-face{
    font-family:"yezt";
    src:url(/template/default/images/yezt.otf)
}
.footbq .bt h3{
    position: relative;
    z-index: 2;
    font-weight: 100;
    font-size: 50px;
    padding-top: 26px;
    color: #fff;
}
.footbqwl{
    width: 1200px;
    margin: 0 auto;
}
.footbqwl ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 3% 0%;
}
.footbqwl ul li{
    width: 23%;
    background: rgb(213 213 213 / 80%);
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footbqwl ul li:hover .ewm{
    display: block;
    position: absolute;
    bottom: 0%;
    width: 50%;
    left: 25%;
}
.footbqwl ul li:hover .ewm img{
    width: 100%;
}
.footbqwl ul li img{
    width: 39px;
}
.footbqwl ul li h4{
    color: #000;
    margin-top: 15px;
}
.footbqwr{
    color: #fff;
}
.footbqwr a{}
.footbq a{color: #fff;}
.fdkf{position: fixed;top: 50%;right: 0%;z-index: 999;}
.fdkfw{width: 72px;height: 72px;margin-bottom: 8%;background: #fff;border-radius: 5px;position: relative;box-shadow: 0 0 7px rgb(0 0 0 / 24%);}
.fdkfa{display: flex;align-items: center;flex-direction: column;justify-content: center;}
.fdkfa img{width: 29px;}
.fdkfa span{color: #666;font-size: 12px;font-weight: bold;}
.fdkfb{display: flex;align-items: center;justify-content: center;}
.fdkfb img{width: 38px;}
.ewm{display: none;}
.fdkfb:hover .ewm{display: block;position: absolute;right: 75px;width: 160px;top: 0%;}
.ewm img{width: 100%;}
.dianh{display: none;}
.dianh img{width: 30px;}
.dianh span{color: #fff;font-size: 16px;font-weight: bold;}
.fdkfb:hover .dianh{display: block;position: absolute;right: 74px;top: 0%;background: #bc0c20;width: 186px;height: 72px;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
.nybanner{display: flex;align-items: center;justify-content: center;position: relative;}
.nybanner img{}
.nybanner .wz{position: absolute;bottom: 7%;padding: 0% 5%;text-align: right;width: 100%;}
.nybanner .wz h2{color: #fff;margin-bottom: 1%;}
.nybanner .wz h3{color: #fff;}
.ejdh {margin-top: 5%;position: relative;padding-bottom: 5%;}
.ejdh ul{display: flex;align-items: center;justify-content: center;}
.ejdh ul li{margin: 0%;text-align: center;margin: 0% 2%;}
.ejdh ul li.cur{}
.ejdh ul li b{display: block;font-size: 22px;font-weight: 500;color: #666;}
.ejdh ul li i{display: none;}
.ejdh ul li span{display: block;width: 60px;height: 2px;background: #000;margin: 0 auto;display: none;}
.ejdh ul li.cur b{font-size: 30px;color: #333;}
.ejdh ul li.cur i{font-style: inherit;margin: 8% 0%;font-size: 16px;display: block;}
.ejdh ul li.cur span{display: block;}
.sanji{text-align: center;margin-top: 3%;position: absolute;width: 100%;left: 0%;bottom: 0%;}
.sanji a{font-size: 16px;display: inline-block;font-weight: bold;margin: 0% 1%;border-radius: 50px;width: 138px;height: 50px;line-height: 50px;}
.sanji a:hover{
    
background: #000;color: #fff;font-size: 20px;}

.about_nr{background: #203b80;width: 86%;margin: 0 auto;margin-top: 2%;padding: 4%;}
.jtjs{margin-bottom: 3%;}
.about_bt{background: url(../images/aboutbj.png);background-repeat: no-repeat;display: inline-block;background-size: 200px;width: 200px;height: 62px;text-align: center;line-height: 68px;font-size: 24px;color: #fff;margin-bottom: 2%;}
.jtjs{}
.jtjs p{color: #fff;font-size: 16px;line-height: 2;margin-bottom: 21px;text-indent: 35px;}
.fzlc{color: #fff;}
.fzlct{display: flex;justify-content: space-between;}
.fzlct_nr{text-align: center;}
.fzlct_nr p{text-align: left;font-size: 16px;line-height: 2;}
.fzlct_nr img{width: 24px;}
.fzlct_nr h2{font-size: 24px;font-weight: 500;margin-top: 4%;}
.fzlcnrb img{
    margin-top: 67px;
}
.fzlcnra{padding-left: 238px;}
.fzlcnrb{
    padding-right: 113px;
    width: 526px;
}
.fzlcnrc{
    width: 402px;
}
.fzlcnrd{
    padding-right: 444px;
}
.about_qywhw{
    margin-bottom: 5%;
}
.about_qywhw img{
    width: 100%;
    padding: 0% 10%;
}
.fzlct .fzlct_nr:nth-child(1){}
.fzlct .fzlct_nr:nth-child(2){}
.fzlct_js{margin: 3% 0%;}
.fzlct_js ul{display: flex;align-items: center;justify-content: space-between;}
.fzlct_js ul li{margin: 0%;text-align: center;width: 100%;position: relative;}
.fzlct_js ul li h2{}
.fzlct_js ul li .y{display: block;width: 15px;height: 15px;background: #fff;border-radius: 50%;margin: 0% auto;margin-top: 11%;}

.fzlct_js ul li:before {
    content: '';
    position: absolute;
    
    height: 2px;
    
    left: 0%;
    
background: #fff;width: 100%;bottom: 11%;}

.fzlcb .fzlct_nr{
}
.fzlcb .fzlct_nr h2{margin: 0%;}
.fzlcb .fzlct_nr img{margin: 22px 0px;transform: rotate(180deg);}
.cybj{margin-top: 4%;}
.cybjw{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 8%;}
.cybjwl{width: 34%;padding-left: 6%;}
.cybjwl h2{font-weight: 500;color: #fff;letter-spacing: 7px;}
.cybjwl p{color: #fff;width: 100%;margin: 0%;line-height: 1.8;}
.cybjwl h4{color: #fff;font-size: 20px;margin-top: 3%;margin-bottom: 6%;}
.cybjwr{width: 60%;}
.cybjwr img{width: 80%;}

.news_list {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    }
.news_list .swiper-wrapper{
    flex-wrap: wrap;display: flex;
    transition-property: transform;
    box-sizing: content-box;flex-wrap: wrap;
    flex-direction: column;}
.news_nyw{text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 40px) / 2);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;margin-bottom: 15px;}

.news_nyw a{width: 100%;}
.news_nyw .img{display: flex;height: 205px;width: 100%;align-items: center;justify-content: center;overflow: hidden;}
.news_nyw .img img{width: 100%;}
.news_nyw .nr{}
.news_nyw .nr h2{font-size: 15px;margin-top: 4%;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.news_nan{position: absolute;right: 3%;display: flex;top: 3%;z-index: 999;}
.news_nan .yqjs_fhome{display: inline-block;
    width: 80px;
    height: 80px;
    background: #1a3073;
    text-align: center;
    color: #fff;
    padding: 9px 0px;margin-left: 12px;}
.news_nan .yqjs_fhome:nth-child(2){background: #005e3e;}
.news_nan .yqjs_fhome img{width: 40px;text-align: center;}
.news_nan .yqjs_fhome h4{font-size: 14px;
    margin-top: 10px;
    color: #fff;}


.news_ny{overflow: hidden;width: 100%;height: 100vh;overflow-y: hidden;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0% 6%;position: relative;}

.news_ymbt{font-size: 36px;font-weight: 500;margin-bottom: 2%;}

.news_list_gd{position: absolute;width: 96%;display: flex;align-items: center;justify-content: space-between;height: 100%;left: 2%;top: 0%;}
.news_listr{background: url(../images/leftbja.png);width: 39px;height: 129px;background-size: 39px;background-repeat: no-repeat;}
.news_listl{
    background: url(../images/rightbja.png);
    width: 39px;
    height: 129px;
    background-size: 39px;
    background-repeat: no-repeat;
    }


.cfpt_nr{width: 74%;margin: 0 auto;margin-top: 5%;}
.cfpt_bt{margin-bottom: 2%;}
.cfpt_bt h2{font-size: 36px;font-weight: bold;color: #274488;}
.cfpt_bt h4{color: #274488;margin: 1.5% 0%;}
.cfpt_bt .hx{display: block;width: 65px;height: 3px;background: #284589;}
.cfpt_sd{position: relative;width: 74%;margin: 0 auto;margin-top: 6%;}
.zjg{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.zjgw{width: 31%;}
.zjgw img{width: 100%;}

.cfpt_nr p{font-size: 20px;line-height: 2;width: 66%;margin: 0%;}
.sdpt_nrw{position: relative;z-index: 9;display: flex;flex-wrap: wrap;justify-content: space-between;padding: -2% 7%;}
.sdpt_nr{width: 36%;margin-bottom: 4%;}
.sdpt_nr.cur{
    transform: scale(1.2);
}
.sdpt_nr.on{
    transform: scale(1.2);
}
.sdpt_nr a{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sdpt_nr h2{display: flex;align-items: flex-end;justify-content: flex-start;color: #274497;background: url(../images/fzptwzb.png) bottom center;background-repeat: no-repeat;background-size: 401px;padding-bottom: 32px;margin: 0%;width: 60%;}
.sdpt_nr h2 img{width: 50px;}
.sdpt_nr  p{font-size: 16px;line-height: 2;margin-top: 2%;}
.sdpt_nr:nth-child(3),.sdpt_nr:nth-child(4){margin: 0%;display: flex;align-items: flex-end;}
.sdpt_nr:nth-child(2) a,.sdpt_nr:nth-child(4) a{display: flex;flex-direction: column;align-items: flex-start;}
.cfpt_zuzy{}

.cfpt_zuzy {
    background: url(../images/prdbbj.png) bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 13%;
}
.cfpt_zuzy_img img{
    width: 100%;
}
.cfpt_zuzy_img{
    width: 74%;
    margin: 0 auto;
    margin-top: 6%;
}
.cfpt_nrw{display: flex;align-items: center;justify-content: space-between;}
.cfpt_nrw p:nth-child(2){width: 24%;}
.cfpt_nrw p:nth-child(2) img{width: 100%;}
.pbdsd{width: 86%;font-size: 20px;
    line-height: 2;
    
    margin: 0 auto;margin-top: 4%;}

.cppt_nr {}

.hzgy_fm{background: url(../images/hzgybj.jpg);background-size: cover;width: 100%;height: 100vh;overflow: hidden;}
.hzgy_fmw{width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.hzgy_fmwbt{text-align: center;}
.hzgy_fmwbt h2{display: flex;align-items: center;justify-content: center;color: #fff;font-size: 36px;font-weight: 100;font-size: 52px;margin-top: -32px;}
.hzgy_fmwbt h2:after{width: 45px;
    height: 2px;
    background: #fff;
    margin-left: 16px;}
.hzgy_fmwbt h2:before{width: 45px;height: 2px;background: #fff;margin-right: 16px;}
.hzgy_fmwbt h3{color: #fff;margin-top: 12px;}
.hzgy_fmwbt h3 img{
    width: 600px;
}
.hzgy_fmwnr{display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;width: 64%;margin-top: 6%;margin-bottom: 2%;}
.hzgy_fmwnr a{width: 23%;background: #fff;text-align: center;line-height: 52px;font-size: 40px;margin-bottom: 2%;letter-spacing: 18px;color: #fff;display: flex;align-items: center;justify-content: center;padding-left: 20px;padding: 4% 0%;}
.hzgy_fmwdh{display: flex;align-items: center;justify-content: center;font-size: 50px;color: #fff;margin-bottom: 5%;}
.hzgy_fmwdh img{width: 43px;margin-right: 11px;}
.hzgy_fmwewm{display: flex;align-items: center;justify-content: center;}
.hzgy_fmwewm p{display: flex;align-items: center;flex-direction: column;color: #fff;margin: 0% 4%;}
.hzgy_fmwewm p img{width: 140px;}
.hzgy_fmwewm p span{}
.hzgy_fmwdh h3{
    display: flex;
    flex-direction: column;
}
.hzgy_fmwdh h3 b{
    font-size: 18px;
    font-weight: 500;
}
.hzgy_fmwdh h3 span{
    font-size: 25px;
}
.hzgy_fmwdh h2{
    font-size: 64px;
    font-weight: 100;
    margin-left: 20px;
}
.hzgy_fmwnr a:nth-child(1){background: url(../images/hzgy_fmwnr1.png);background-size: 100%;background-repeat: no-repeat;}
.hzgy_fmwnr a:nth-child(2){background: url(../images/hzgy_fmwnr2.png);background-size: 100%;background-repeat: no-repeat;}
.hzgy_fmwnr a:nth-child(3){background: url(../images/hzgy_fmwnr3.png);background-size: 100%;background-repeat: no-repeat;}
.hzgy_fmwnr a:nth-child(4){background: url(../images/hzgy_fmwnr4.png);background-size: 100%;background-repeat: no-repeat;}

.hzgy_fmwnr a.cur{
    transform: scale(1.1);
}
.wyfuwu_dh {background: #f5f5f5;}
.wyfuwu_dhw{width: 1200px;margin: 0 auto;height: 60px;line-height: 60px;}
.wyfuwu_dhw a{display: inline-block;font-size: 16px;padding: 0px 36px;}
.wyfuwu_dhw a:hover,.wyfuwu_dhw a.cur{background: #CE211B;color: #fff;font-weight: bold;}

.wuyefw_gsjj{width: 1200px;margin: 5% auto;display: flex;align-items: flex-start;justify-content: space-between;}
.wuyefw_gsjjl{width: 65%;}
.wuyefw_gsjjl h2{color: #000;font-weight: 500;font-size: 36px;border-bottom: solid 3px #D81A0F;padding-bottom: 3%;margin-bottom: 3%;display: inline-block;}
.wuyefw_gsjjl h4{font-size: 24px;color: #666;margin-top: 1%;border-bottom: solid 2px #ce211b;padding-bottom: 2%;margin-bottom: 2%;}
.wuyefw_gsjjl p{line-height: 2;font-size: 16px;color: #666;}
.wuyefw_gsjjr{width: 30%;margin-top: 7%;}
.wuyefw_gsjjr img{width: 100%;}


.wyfw_zhwy{width: 1200px;margin: 5% auto;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
.wyfw_zhwy .nr{width: 23%;margin-right: 2%;margin-bottom: 3%;}
.wyfw_zhwy .nr img{width: 100%;}
.wyfw_zhwy .nr h2{text-align: center;font-size: 15px;margin-top: 3%;font-weight: 500;}

.wyfw_wyfc{width: 1200px;margin: 5% auto;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
.wyfw_wyfc .nr{width: 48%;margin-right: 2%;margin-bottom: 3%;}
.wyfw_wyfc .nr img{width: 100%;}
.wyfw_wyfc .nr .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
}
.wyfw_wyfc .nr h2{text-align: center;font-size: 15px;margin-top: 3%;font-weight: 500;}


.xmjj_gsjj{
    width: 1200px;
    margin: 4% auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xmjj_gsjjl{
    width: 53%;
}
.xmjj_gsjjl h2{
    font-weight: 500;
    font-size: 36px;
    border-bottom: solid 3px #D81A0F;
    padding-bottom: 3%;
    margin-bottom: 3%;
    display: inline-block;
}
.xmjj_gsjjl h3{
    color: #999;
    font-size: 26px;
    margin-top: 2%;
}
.xmjj_gsjjl .hx{
}
.xmjj_gsjjl p{
    line-height: 2;
    font-size: 16px;
}
.xmjj_gsjjr{
    width: 40%;
}
.xmjj_gsjjr img{
    width: 100%;
}
.mianrbottom{width: 1200px;margin: 4% auto;}
.newsxqnya {
    text-align: left;
    border-bottom: #ededed 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya h2 {
    font-size: 36px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya p{font-size: 16px;}
.newsxqnya p span {
    display: inline-block;
    padding-right: 3%;
    color: #c1c1c1;
    font-size: 14px;
}
.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}
.newsxqnyb {
    line-height: 200%;
    font-size: 15px;
    line-height: 1.8;
    min-height: 290px;
}
.newsxqnyc {
    line-height: 2;
    color: #666;
}
.newsxqnyc p {margin: 0px;}
.newsxqnyc a {
    color: #333;
}
.zyjt{
        position: absolute;
        width: 86%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        left: 7%;
        top: 17%;
}
.plate_cyxmwl{
        background: url(../images/leftbja.png);
    width: 39px;
    height: 129px;
    background-size: 39px;
    background-repeat: no-repeat;
}
.plate_cyxmwr{
    background: url(../images/rightbja.png);
    width: 39px;
    height: 129px;
    background-size: 39px;
    background-repeat: no-repeat;
}

    .footbq{}



.zhqy_gsjj{width: 80%;margin: 5% auto;display: flex;align-items: flex-start;justify-content: space-between;}
.zhqy_gsjjl{width: 65%;}
.zhqy_gsjjl h2{color: #133D9E;font-weight: 500;font-size: 30px;display: inline-block;line-height: 1.6;}

.zhqy_gsjjl p{line-height: 2;font-size: 15px;color: #333;margin-top: 23px;}
.zhqy_gsjjr{width: 30%;margin-top: 7%;}
.zhqy_gsjjr img{width: 100%;}


@media (max-width: 768px){
  .headerw {
}  
.headerwa {
    float: left;
    width: 66%;
}
.headerwa img {
    width: 100%;
}
.navbar-toggler {
    background: #1248b5;
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 18px;
    outline: none;
    padding: 7px 10px;
}
.headerwb {
    display: none;
    position: absolute;
    width: 100%;
    top: 100px;
    background: #fff;
    height: 100vh;
    z-index: 999;
    left: 0%;
    border-top: solid 1px #eee;
}
.headerwb ul {
    flex-direction: row;
    display: inline-block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.headerwb ul li {
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid hsl(0deg 0% 93% / 38%);
    float: left;
    position: relative;
    margin: 0;
}
    .headerwb ul li a{
    line-height: 4;
    height: auto;
}
.klc_w {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}
.klc_wl {
    width: 100%;
}
.klc_wl p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 5%;
    line-height: 1.8;
}
.klc_wr {
    width: 100%;
    margin-top: 5%;
}

.klc_wl ul {
    display: flex;
    margin-top: 33px;
    flex-wrap: wrap;
}
.klc_wl ul li {
    margin: 0%;
    margin-right: 6%;
    text-align: center;
    margin-bottom: 6%;
}
.plate_ywfw ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.plate_news {
    padding: 10% 0%;
    width: 90%;
    margin: 0 auto;
}
.newsw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    flex-direction: column;
}
.newsw .nr {
    width: 100%;
}
.newsw_gdx {
    width: 100%;
    overflow: hidden;
    height: 301px;
}
.newsw .nr .nrw h2 {
    font-size: 20px;
    color: #4d4d4d;
}
.newsw .nr .nrw p {
    font-size: 13px;
    line-height: 1.6;
    margin: 1% 0%;
}
.plate_cyxm {
    text-align: center;
    background: #D5D5D5;
    padding: 10% 0%;
    position: relative;
}
.plate_cyxm h3 {
    position: relative;
    z-index: 2;
    font-weight: 100;
    font-size: 28px;
    padding-top: 26px;
}
.plate_cyxm h2 {
    font-size: 44px;
    color: #a5c1cf;
    position: absolute;
    font-weight: 100;
    z-index: 1;
    font-family: "yezt";
    opacity: 0.75;
    text-align: center;
    width: 100%;
}
.footbq .bt h3 {
    position: relative;
    z-index: 2;
    font-weight: 100;
    font-size: 28px;
    padding-top: 26px;
    color: #fff;
}
.footbq .bt h2 {
    font-size: 50px;
    color: #a5c1cf;
    position: absolute;
    font-weight: 500;
    z-index: 1;
    font-family: "yezt";
    opacity: 0.75;
}
.footbqwl {
    width: 90%;
    margin: 0 auto;
}
.footbqwl ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 6% 0%;
    flex-wrap: wrap;
}
.footbqwl ul li {
    width: 100%;
    background: rgb(213 213 213 / 80%);
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 3%;
}
.klc_wl .bt h2 span {
    font-weight: 100;
    font-size: 30px;
}
.klc_wl .bt h3 {
    font-size: 50px;
    color: #dadada;
    position: absolute;
    font-weight: bold;
    z-index: -1;
    font-family: "yezt";
}
.klc_wl .bt {
    position: relative;
    padding-bottom: 10%;
    display: inline-block;
    width: 100%;
}
.jtjs p {
    color: #fff;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 21px;
    text-indent: 35px;
}
.sanji {
    text-align: center;
    margin-top: 3%;
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0%;
    display: none;
}
.fzlc {
    color: #fff;
    display: none;
}
.cybjw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8%;
    flex-direction: column;
}
.cybjwl {
    width: 100%;
    padding-left: 0%;
}
.cybjwr {
    width: 100%;
}
.cybjwr img {
    width: 100%;
}
.cfpt_nr {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
}
.cfpt_nrw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.cfpt_nr p {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    margin: 0%;
}
.cfpt_nrw p:nth-child(2) {
    width: 100%;
}
.cfpt_sd {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 6%;
}
.sdpt_nrw {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0% 7%;
    flex-direction: column;
}
.sdpt_nr {
    width: 100%;
    margin-bottom: auto;
}
.zjg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.sdpt_nrw {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0% 0%;
    flex-direction: column;
}
.cfpt_zuzy_img {
    width: 90%;
    margin: 0 auto;
    margin-top: 6%;
}
.cfpt_bt h2 {
    font-size: 24px;
    font-weight: bold;
    color: #274488;
}
.hzgy_fmwnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 6%;
    margin-bottom: 2%;
}
.hzgy_fmwnr a {
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 25px;
    margin-bottom: 2%;
    letter-spacing: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding: 4% 0%;
}
.hzgy_fmwdh h2 {
    font-size: 26px;
    font-weight: 100;
    margin-left: 20px;
}
.hzgy_fmwbt h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    font-size: 42px;
    margin-top: -32px;
}
.hzgy_fmwbt h3 img {
    width: 60%;
}
}

