body{
    font-size: 14px;
     font-family:"jxzt";
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
@font-face{
    font-family:"jxzt";
    src:url(/template/non/images/jxzt.ttf)
}
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;
position: fixed;width: 100%;background: #eceff6;}
.headerw {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    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: 120px;}
.headerwa {
    float: left;
}
.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 {
    width: 50%;
}
.headerwb ul {
    display: flex;
}
.headerwb ul li {
    float: left;
}
.headerwb ul li a {
    color: #333;
    font-size: 16px;
    
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom: rgb(53 171 181 / 0%) solid 5px;
}
.headerwb ul li:hover a{color: #002f86;font-weight: bold;}
.headerwb ul li:hover ul{}
.headerwb ul li ul{
    display: none;
}
.headerwb ul li:hover ul li{}
.headerwb ul li:hover ul li a{}
.headerwb ul li:hover ul li a:hover{}
.sous_wx{display: flex;}
.sous_wxl{cursor: pointer;}
.sous_wxr{margin-left: 16px;cursor: pointer;}
.qhyy {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #002f86;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.qhyy a {
    color: #ffff;
    font-size: 18px;
    font-weight: bold;
}
/*daohang------------------------------------------------*/
/*banner-------------------------------------------------*/
.banner{width:100%;}

.banner a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img{width: 100%;}
.sjbanner{
    display: none;
    width: 100%;
}
.sjbanner a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sjbanner 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 {width: 100%;height: 100vh;overflow-y: hidden;}

.yylyw_nr {
      text-align: center;
      font-size: 18px;
      

      /* 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;
	  transition: 300ms;
	  transform: scale(0.8);
    flex-direction: column;}
	.yylyw_nr.swiper-slide-active{
      transform: scale(1);
	}
.platew {width: 100%;height: 100vh!important;overflow: hidden;padding-top: 120px;overflow-x: hidden;}
.plate_01 {padding-top: 0%;}
.plate_01 img{}
.plate_02{background: url(../images/plate_02bj.jpg);background-size: cover;}
.plate_03{background: url(../images/plate_03bj.jpg);background-size: cover;}
.plate_04{background: url(../images/plate_04bj.jpg);
    background-size: cover;}
.plate_05{background: url(../images/plate_05bj.jpg);
    background-size: cover;}
.plate_06{background: url(../images/plate_06bj.jpg);
    background-size: cover;}
.plate_07{height: 435px!important;padding-top: 0%;}
.w1400{width: 1400px;margin: 0 auto;}
.plate_about{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.plate_bt{text-align: center;margin-bottom: 4vh;opacity: 0;
    transform: translatey(400%);
    transition: all 1s ease-out;}
.plate_bt h2{font-size: 36px;font-weight: bold;color: #333;}
.plate_bt h2 span{color: #002f86;}
.plate_bt h4{color: #666;font-size: 18px;margin-top: 10%;}
.about_nr{display: flex;align-items: center;justify-content: space-between;}
.about_nr .img{width: 45%;transform: translate(400%);
    opacity: 0;
    transition: all 1.2s ease-out;}
.about_nr .img img{width: 100%;}
.about_nr .nr{width: 50%;transform: translate(-400%);
    opacity: 0;
    transition: all 1.2s ease-out;}
.about_nr .nr h2{font-size: 24px;color: #002f86;}
.about_nr .nr p{color: #666;line-height: 28px;padding-top: 20px;}
.about_nr .nr span{width: 50px;height: 2px;background: #002f86;display: block;margin-top: 17px;}
.about_nr .nr ul{display: flex;margin-top: 69px;}
.about_nr .nr ul li{margin: 0%;width: 100%;}
.about_nr .nr ul li h3{display: flex;align-items: flex-start;justify-content: flex-start;}
.about_nr .nr ul li h3 b{font-size: 48px;font-family: Impact;font-weight: 500;color: #f2812d;}
.about_nr .nr ul li h3 span{display: inline-block;width: auto;height: auto;background: none;margin: 0%;color: #f2812d;font-weight: bold;padding-left: 12px;}
.about_nr .nr ul li h4{color: #666;font-size: 14px;margin-top: 19px;}
.plate_pro{display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;height: 100%;}
.plate_pro{}
.plate_pro ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.plate_pro ul li{background: #fff;width: 24%;margin-bottom: 1%;padding: 1%;padding-bottom: 0%;opacity: 0;
    transform: translatey(100%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(1){opacity: 0;
    transform: translatey(100%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(2){opacity: 0;
    transform: translatey(200%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(3){opacity: 0;
    transform: translatey(300%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(4){opacity: 0;
    transform: translatey(400%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(5){opacity: 0;
    transform: translatey(500%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(6){opacity: 0;
    transform: translatey(600%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(7){opacity: 0;
    transform: translatey(700%);
    transition: all 1s ease-out;}
.plate_pro ul li:nth-child(8){opacity: 0;
    transform: translatey(800%);
    transition: all 1s ease-out;}
.plate_pro ul li .img{overflow: hidden;}
.plate_pro ul li .img img{width: 100%;transition: all ease 0.5s;}
.plate_pro ul li h2{text-align: center;height: 60px;line-height: 60px;font-size: 16px;color: #002f86;}
.ckgd{width: 130px;height: 42px;background: #002f86;color: #fff;text-align: center;line-height: 42px;margin-top: 3vh;}
.plate_pro ul li:hover{background: #002f86;}
.plate_pro ul li:hover .img img{transform: scale(1.1);}
.plate_pro ul li:hover h2{color: #fff;}
.plate_yyly{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.plate_yylyw {overflow: hidden;}
.yylyw_nr {}
.yylyw_nr img{width: 100%;}
.yylyw_nr h2{color: #333;font-size: 24px;margin-top: 10%;}
.yylyw_gd {text-align: center;z-index: 999;position: absolute;bottom: 3%!important;}
.yylyw_gd span{width: 32px;border-radius: 50px;margin: 0% 11px!important;background: #002f86;opacity: 1;height: 4px;}
.yylyw_gd .swiper-pagination-bullet-active{background: #ffb321;}
.plate_xzys{display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;height: 100%;}
.plate_xzys ul{display: flex;align-items: center;justify-content: space-between;}
.plate_xzys ul li{width: 100%;margin: 0% 1%;background: #fff;padding: 1%;opacity: 0;
    transform: translatey(400%);
    transition: all 1s ease-out;}
.plate_xzys ul li .img{}
.plate_xzys ul li .img img{width: 100%;}
.plate_xzys ul li .nr{text-align: center;padding-top: 8%;}
.plate_xzys ul li .nr h2{color: #000000;font-size: 60px;font-family: Impact;opacity: 0.1;}
.plate_xzys ul li .nr h3{font-size: 24px;color: #002f86;font-weight: bold;padding: 5% 0%;}
.plate_xzys ul li .nr p{color: #666;line-height: 26px;}
.plate_news{display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;height: 100%;}
.newsw {display: flex;align-items: center;justify-content: space-between;flex-wrap: nowrap;}
.newsw_l{width: 52%;position: relative;transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;}
.newsw_l .img{}
.newsw_l .img img{width: 100%;}
.newsw_l .nr{position: absolute;bottom: 0%;background: rgb(0 0 0 / 52%);width: 100%;display: flex;color: #fff;align-items: center;justify-content: space-between;padding: 3% 6%;}
.newsw_l .nr .sj{width: 19%;text-align: center;}
.newsw_l .nr .sj h2{font-weight: bold;font-size: 40px;}
.newsw_l .nr .sj h3{font-size: 14px;margin-top: 4%;}
.newsw_l .nr .nrw{width: 80%;}
.newsw_l .nr .nrw h3{font-size: 18px;font-weight: bold;margin-bottom: 3%;}
.newsw_l .nr .nrw p{display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;line-height: 26px;}
.newsw_r{width: 47%;transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;}
.newsw_r ul{}
.newsw_r ul li{margin: 2.4% 0%;background: #fff;padding: 2%;}
.newsw_r ul li a{display: flex;
    align-items: center;
    justify-content: space-between;}
.newsw_r ul li .img{width: 20%;}
.newsw_r ul li .img img{width: 100%;}
.newsw_r ul li .nr{width: 75%;}
.newsw_r ul li .nr h3{font-size: 18px;font-weight: bold;}
.newsw_r ul li .nr p{display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;line-height: 26px;color: #666;}
.newsw_r ul li:hover .nr h3{color: #002f86;}
.foot{
    background: #111;
    padding: 80px 0px;
}
.footw{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footwl{
    display: flex;
}
.footwl .dh{
    margin-right: 15px;
    display: block;
}
.footwl .dh h5{
    font-size: 18px;
    color: #fff;
    border-bottom: solid 1px #333;
    margin: 0;
    width: 124px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footwl .dh a,.footwl .dh p{
    display: block;
    color: #999;
    line-height: 2.4;
    font-size: 13px;
}
.footbd{
    
width: 340px;
    
padding-left: 40px;
}
.footbd h5{
    font-size: 18px;
    color: #fff;
    border-bottom: solid 1px #333;
    margin: 0;
    width: 140px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footwr{
    text-align: left;
    margin-top: 2%;
}
.footwr img{
    width: 140px;
}
.footwr p{
    line-height: 3;
    color: #333;
    font-size: 13px;
}
.footbq{
    border-top: solid 1px #333;
    background: #111;
    text-align: center;
    font-size: 13px;
    color: #999;
    padding: 25px 0px;
}
.footbq a{
    color: #999;
    text-align: center;
}
.so_yyl{
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 0px 19px;
    margin-right: 19px;
}

.sous{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: rgb(0 0 0 / 73%);
}
.select .sous{
    display: flex;
}
 .sous .search-form{
    width: 440px;
    height: 48px;
    background: #ff;
    border: solid 1px #e2e2e2;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 21px;
    background: #fff;
}
.sous .input-keyword{
    background: none;
    border: 0;
    color: #999;
}
 .sous .search-btn{
    border: 0px;
    background: none;
    width: 29px;
    height: 29px;
    background: url(../images/sous.png) center;
    color: #0000;
    background-repeat: no-repeat;
border-radius: 50%;padding: 17px;}
.sous_wx .img{display: none;}
.sous_wxl:hover .img{display: block;position: absolute;top: 100%;}
.sous_wx .img img{width: 100%;}
.sbgd {
    position: absolute;
    left: 3%;
    z-index: 999;
    bottom: 6.5%;
    animation: heart 0.5s ease-in-out 1s infinite alternate;
}
.plate_gd{position: absolute;right: 1%!important;top: 50%!important;z-index: 999;text-align: right;display: flex;flex-direction: column;align-items: flex-end;}
.plate_gd span{background: #fff;width: 20px;border-radius: 45px;height: 4px;opacity: 1;margin: 15% 0%!important;transition: all ease 0.5s;}
.plate_gd span.swiper-pagination-bullet-active{background: #ffb321;width: 40px;}

.swiper-slide-active .plate_bt{opacity: 1;
    transform: translatey(0%);
    }
.swiper-slide-active .about_nr .nr{transform: translate(0%);
    opacity: 1;}
.swiper-slide-active .about_nr .img{transform: translate(0%);
    opacity: 1;}
.swiper-slide-active .plate_pro ul li{opacity: 1;
    transform: translatey(0%);
    transition: all 1s ease-out;}
.swiper-slide-active .plate_xzys ul li{opacity: 1;transform: translatey(0%);}
.swiper-slide-active .newsw_l{transform: translate(0%);
    opacity: 1;}
.swiper-slide-active .newsw_r{transform: translate(0%);
    opacity: 1;}
    
    .nybanner {width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;position: relative;background: #000;padding-top: 120px;}
.nybanner img{width: 100%;opacity: 0.5;}
.nybanner .wz{position: absolute;top: 0%;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.nybanner .wz h2{font-size: 36px;
    font-weight: bold;
    color: #fff;}
.nybanner .wz h3{display: none;}
.main{padding: 6% 0%;overflow: hidden;}
.main_left{float: left;width: 20%;background: #002f86;padding-top: 4%;}
.main_left .main_bt{text-align: center;}
.main_left .main_bt h2{color: #fff;font-size: 30px;font-weight: bold;position: relative;display: inline-block;padding: 0px 60px;}
.main_left .main_bt h2:after {
    content: '';
    position: absolute;
    
width: 40px;
    height: 1px;
    
    right: 0%;
    top: 49%;background: #fff;}
.main_left .main_bt h2:before {
    content: '';
    position: absolute;
    
width: 40px;height: 1px;left: 0%;top: 49%;background: #fff;}
.main_left .main_bt h4{color: #fff;opacity: 0.5;font-size: 14px;margin-top: 2%;letter-spacing: 2px;}
.main_left .main_nav{padding-bottom: 11%;}
.main_left .main_nav ul{}
.main_left .main_nav ul li{}
.main_left .main_nav ul li a{width: 45%;height: 42px;border-radius: 50px;border: solid 1px #fff;color: #fff;display: block;margin: 0 auto;text-align: center;line-height: 42px;margin-top: 7%;}
.main_left .main_nav ul li a:hover{background: #eee;color: #002f86;font-weight: bold;}
.main_left .main_lx{background: #fff;border: solid 1px #eee;padding-bottom: 5%;border-top: 0px;}
.main_left .main_lx .bt{background: url(../images/sf2.jpg);background-repeat: no-repeat;background-size: cover;padding: 10% 9%;color: #fff;margin-bottom: 5%;}
.main_left .main_lx .bt h2{font-size: 24px;font-weight: bold;}
.main_left .main_lx .bt h4{font-size: 14px;margin-top: 2%;}
.main_left .main_lx p{padding: 0% 9%;line-height: 2.5;font-size: 16px;color: #333;}
.main_right{float: right;width: 77%;}
.mbx{
        background: url(/template/non/images/home.svg) top left;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
border-bottom: solid 1px #eee;padding-bottom: 1%;margin-bottom: 2%;color: #666;}
.mbx a{color: #666;padding-right: 10px;padding-left: 10px;}
.gsjjt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gsjjt .nr{
    width: 44%;
}
.gsjjt .nr h2{
    font-size: 48px;
    color: #333;
    font-family: Futura Md BT;
    text-transform: uppercase;
}
.gsjjt .nr h3{
    margin-bottom: 6%;
}
.gsjjt .nr h4{
    font-size: 24px;
}
.gsjjt .nr p{
    line-height: 36px;
    font-size: 16px;
    color: #666;
    margin-top: 6%;
}
.gsjjt .img{
    width: 50%;
}
.gsjjt .img img{
    width: 100%;
}
.pro_list{}
.pro_list ul{overflow: hidden;width: 102%;}
.pro_list ul li{float: left;width: 31%;margin-right: 2%;border: solid 1px #eee;margin-bottom: 4%;}
.pro_list ul li .img{height: 300px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.pro_list ul li .img img{width: 100%;transition: all ease 0.5s;}
.pro_list ul li .nr{display: flex;align-items: center;justify-content: space-between;background: #f5f5f5;padding: 6% 4%;}
.pro_list ul li .nr h2{width: 70%;display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;font-size: 16px;margin: 0%;}
.pro_list ul li .nr h6{background: #fff;border-radius: 50px;color: #999;font-size: 12px;padding: 6px 16px;}
.pro_list ul li:hover{}
.pro_list ul li:hover .img img{transform: scale(1.1);}
.pro_list ul li:hover .nr{background: #002f86;}
.pro_list ul li:hover .nr h2{color: #fff;font-weight: bold;}
.pro_list ul li:hover .nr h6{color: #002f86;font-weight: 500;}

.pro_xq{
    
}
.pro_xq_top{
    
    margin: 0 auto;
    overflow: hidden;
    
    
}
.pro_xq_topl{
    float: left;
    width: 40%;
}
.gallery-top{
    
border: solid 1px #ddd;
}
.pro_xq_topl img{
    width: 100%;
padding: 10%;}
.gallery-thumbs{
    
    margin-top: 12px;
    
overflow: hidden;}
.gallery-thumbs .swiper-slide{
    border: solid 2px #eee;
    
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border: solid 2px #ff8c00;
}
.gallery-thumbs .swiper-slide img{}
.gallery-thumbsl{
    position: absolute;
    left: 10px;
    width: 27px;
    height: 70px;
    top: 10px;
    background: url(../images/leftg.png);
}
.gallery-thumbsr{
    position: absolute;
    right: 10px;
    width: 27px;
    height: 70px;
    background: #000;
    top: 10px;
    background: url(../images/rightg.png);
}
.pro_xq_topr{
    float: right;
    width: 55%;
    margin-top: 0%;
}

.pro_xq_topr h2{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    border-bottom: dashed 1px #eee;
    padding-bottom: 2%;
    margin-bottom: 4%;
}

.pro_xq_topr .nr{
    line-height: 2;
    font-size: 16px;
    color: #666;
    margin-bottom: 6%;
    }
.pro_xq_cpsx{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid rgba(221,221,221,1);
}
.pro_xq_cpsx h2{
    height: 38px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
    background: rgba(225,225,225,1);
    color: rgba(51,51,51,1);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.pro_xq_cpsx p{
    border-bottom: 1px solid rgba(221,221,221,1);
}
.pro_xq_cpsx p b{
    background: #f9f9f9;
    display: inline-block;
    width: 20%;
    text-align: right;
    border-right: 1px solid rgba(221,221,221,1);
    padding: 8px;
    font-weight: 500;
    color: #999;
}
.pro_xq_cpsx p span{
    padding: 8px;
    color: #666;
}
.pro_xq_nrsj{
    
    margin: 0 auto;
    
    border: solid 1px #eee;
margin-top: 4%;}
.nrsj_bt{border-bottom: solid 1px #eee;}
.nrsj_bt span{
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #999;
}
.nrsj_bt span.on{
    background: #333;
    color: #fff;
}
.nrsj_bt span:hover{
    color: #fff;
    background: #002f86;
}
.nrsj_nr{
    padding: 35px;
    font-size: 16px;
    line-height: 2;
}
.nrsj_nrw{
    display: none;
}
.nrsj_nrw.active{
    display: block;
}
.proxq_yskd {
    border: solid 1px #eee;
}
.proxq_ys{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 40px;
}
.proxq_ysw{
    width: 27%;
    text-align: center;
}

.proxq_ysw img{
    width: 60px;
}
.proxq_ysw .wz{
    padding-left: 12px;
}
.proxq_ysw .wz h4{
    font-weight: bold;
    margin-top: 15px;
}
.proxq_ysw .wz p{
    font-size: 13px;
    margin-top: 15px;
    color: #666;
    line-height: 1.8;
}
.lx{
    overflow: hidden;
    margin-top: 20px;
}
.lxl{
    float: none;
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #333;
    display: none;
}
.lxr{
    width: 100%;
    margin-top: 4%;
}
.lxr p{
    font-size: 20px;
}
.lxr p span{
    color: #e91515;
    font-weight: bold;
}
.lxr a{
    color: #fff;
    display: block;
    width: 152px;
    background: #e91515;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    margin-top: 4%;
}
.proxq_cpjs{
    border: solid 1px #eee;
    margin-bottom: 30px;
}
.proxq_cpjs .nr{
    padding: 22px;
    font-size: 16px;
    line-height: 2;
}
.proxq_bt{
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.proxq_bt h2{
    margin: 0%;
    font-size: 22px;
    font-weight: 500;
    background: #f11414;
    color: #fff;
    padding: 11px 23px;
}
.proxq_bt h4{
    margin: 0%;
}

.case_list{}
.case_list ul{overflow: hidden;width: 102%;}
.case_list ul li{float: left;width: 23%;margin-right: 2%;margin-bottom: 4%;}
.case_list ul li .img{overflow: hidden;display: flex;justify-content: center;align-items: center;}
.case_list ul li .img img{width: 100%;transition: all ease 0.5s;}
.case_list ul li .nr{display: flex;align-items: center;justify-content: space-between;background: #f5f5f5;padding: 6% 0%;text-align: center;}
.case_list li .nr h2{width: 100%;display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;font-size: 16px;margin: 0%;}
.case_list ul li .nr h6{background: #fff;border-radius: 50px;color: #999;font-size: 12px;padding: 6px 16px;display: none;}
.case_list ul li:hover{}
.case_list ul li:hover .img img{transform: scale(1.1);}
.case_list ul li:hover .nr{background: #002f86;}
.case_list ul li:hover .nr h2{color: #fff;font-weight: bold;}
.case_list ul li:hover .nr h6{color: #ff6003;font-weight: bold;}


.news_list{margin-bottom: 6%;}
.news_list{}
.news_list ul{}
.news_list ul li{
    background: #fff;
    transition: all ease 0.5s;
    border-bottom: solid 1px #eee;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.news_list ul li a{
display: flex;align-items: center;justify-content: space-between;}
.news_list ul li .img{
    width: 25%;
}
.news_list ul li .img img{
    width: 100%;
}
.news_list ul li .nr{
width: 70%;}
.news_list ul li .nr h2{
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list ul li .nr h2 b{
}
.news_list ul li .nr h2 span{
    font-size: 13px;
    color: #999;
}
.news_list ul li .nr p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 2%;
}
.news_list ul li .nr h6{
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 30px 0 0;
    padding-right: 25px;
    background: url(../images/right1.png) right center no-repeat;
    transition: all ease 0.5s;
}
.news_list ul li:hover{
}
.news_list ul li:hover .nr h2{
    color: #002f86;
}
.news_list ul li:hover .nr h6{
    color: #164781;
}

.mianrbottom{
}
.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;
}
.newx_tj{margin-top: 6%;border-top: solid 1px #eee;padding-top: 3%;}
.newx_tj h3{background: #ff6003;display: inline-block;color: #fff;padding: 1% 4%;font-size: 16px;font-weight: bold;}
.newx_tj ul{display: flex;align-items: flex-start;justify-content: space-between;margin-top: 3%;flex-wrap: wrap;}
.newx_tj ul li{width: 48%;margin: 0%;margin-bottom: 2%;}
.newx_tj ul li a{display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.newx_tj ul li .img{width: 25%;}
.newx_tj ul li .img img{width: 100%;}
.newx_tj ul li .nr{width: 72%;}
.newx_tj ul li .nr h2{font-size: 18px;margin-bottom: 2%;}
.newx_tj ul li .nr p{display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;color: #666;line-height: 1.6;}
.lxwm_ny{display: flex;align-items: flex-start;justify-content: space-between;}
.lxwm_nyl{width: 50%;}
.lxwm_nyr{width: 45%;}
.lxwm_nyr h2{font-size: 24px;font-weight: bold;color: #002f86;margin: 2% 0%;}
.lxwm_nyr h6{font-weight: bold;}
.lxwm_nyr .hx{}
.lxwm_nyr p{line-height: 2;font-size: 16px;}
.lxwm_nyr .footwr{display: inline-block;margin-top: 9%;}
.lxwm_nyr .footwr p{color: #333;font-size: 14px;}

@media (max-width: 768px){
  .headerw {
    width: 90%;
    height: 100px;
}  
.headerwa {
    float: left;
    width: 50%;
}
.headerwa img {
    width: 100%;
}
.navbar-toggler {
    background: #002f86;
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 18px;
    outline: none;
    padding: 7px 10px;
}
.headerwb {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    background: #fff;
    top: 100px;
    left: 0%;
    text-align: center;
    z-index: 9999999;
}
.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: 60px;
    height: 60px;
}
    .sous_wxl{
    display: none;
}
    .sous_wx{
    width: 62px;
    position: absolute;
    right: 20%;
}
    .sous_wx img{
    width: 100%;
}
    .sous_wxr{
    margin: 0%;
    width: 30px;
}
.w1400 {
    width: 90%;
    margin: 0 auto;
}
.about_nr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.about_nr .nr {
    width: 100%;
  
}
.about_nr .img {
    width: 100%;

}
.about_nr .nr p.b{
        display: none;
}
.plate_bt h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.plate_bt h4 {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
.about_nr .nr ul {
    display: flex;
    margin-top: 69px;
    display: none;
}
.plate_pro ul li {
    background: #fff;
    width: 49%;
  
}
.yylyw_nr.swiper-slide-active {
    transform: scale(0.8);
}
.plate_xzys ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plate_xzys ul li {
    width: 100%;
    margin: 0% 1%;
    background: #fff;
    padding: 1%;
    opacity: 0;
    transform: translatey(400%);
    transition: all 1s ease-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
}
.plate_xzys ul li .img {
    width: 30%;
}
.plate_xzys ul li .nr {
    text-align: center;
    padding-top: 0%;
    width: 64%;
}
.plate_xzys ul li .img img {
    width: 100%;
}
.plate_xzys ul li .nr h2 {
    color: #000000;
    font-size: 60px;
    font-family: Impact;
    opacity: 0.1;
    display: none;
}
.plate_xzys ul li .nr h3 {
    font-size: 16px;
    color: #002f86;
    font-weight: bold;
    padding: 0% 0%;
    text-align: left;
    padding-bottom: 2%;
}
.plate_xzys ul li .nr p {
    color: #666;
    line-height: 22px;
    font-size: 12px;
    text-align: left;
}
.newsw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
}
.newsw_l {
  
    display: none;
}
.newsw_r {
    width: 100%;
  
}
.newsw_r ul li {
    margin: 0%;
    background: #fff;
    padding: 0%;
    margin-bottom: 3%;
}
.newsw_r ul li .nr h3 {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newsw_r ul li .nr p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    margin-top: 13px;
}
.newsw_r ul li .nr {
    width: 65%;
    padding: 3% 0%;
}
.newsw_r ul li .img {
    width: 30%;
}
.footwl {
    display: flex;
    flex-direction: column;
}
.footw {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.foot {
    background: #111;
    padding: 30px 0px;
}
.footwl {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footwl .dh h5 {
    font-size: 16px;
    color: #fff;
    border-bottom: solid 1px #333;
    margin: 0;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.plate_07 {
    height: 520px!important;
    padding-top: 0%;
}
.footwl .dh a, .footwl .dh p {
    display: block;
    color: #999;
    line-height: 2.4;
    font-size: 13px;
    display: none;
}
.footbq {
    border-top: solid 1px #333;
    background: #111;
    text-align: center;
    font-size: 10px;
    color: #999;
    padding: 25px 19px;
}
.nybanner {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    margin-top: 100px;
        padding-top: 0%;
}
.nybanner img {
    width: 200%;
    opacity: 0.5;
}
.nybanner .wz h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.main_left {
    float: none;
    width: 100%;
    background: #fff;
    padding-top: 5%;
}
.main_left .main_bt {
    text-align: center;
    display: none;
}
.main_left .main_lx {
    background: #fff;
    border: solid 1px #eee;
    padding-bottom: 5%;
    border-top: 0px;
    display: none;
}
.main_left .main_nav {
    padding-bottom: 0%;
}
.main_left .main_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main_left .main_nav ul li {
    width: 30%;
    margin: 0%;
    margin-bottom: 2%;
}
.main_left .main_nav ul li a {
    width: 100%;
    height: 32px;
    border-radius: 50px;
    border: solid 1px #eee;
    color: #666;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    margin-top: 0%;
    font-size: 13px;
    font-weight: bold;
}
.main_right {
    float: none;
    width: 100%;
    margin-top: 5%;
}
.gsjjt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.gsjjt .nr {
    width: 100%;
}
.gsjjt .nr h2 {
    font-size: 30px;
    color: #333;
    font-family: Futura Md BT;
    text-transform: uppercase;
}
.mbx {
    background: url(/template/non/images/home.svg) top left;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    border-bottom: solid 1px #eee;
    padding-bottom: 3%;
    margin-bottom: 10%;
    color: #666;
    margin-top: 10%;
}
.gsjjt .nr h3 {
    margin-bottom: 6%;
    margin-top: 5%;
}
.gsjjt .nr p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: 6%;
}
.gsjjt .img {
    width: 100%;
    margin-top: 5%;
}
.pro_list ul li {
    float: left;
    width: 98%;
    margin-right: 0%;
    border: solid 1px #eee;
    margin-bottom: 7%;
}
.pro_list ul li .img {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pro_list ul li .nr h6 {
    background: #fff;
    border-radius: 50px;
    color: #999;
    font-size: 12px;
    padding: 6px 16px;
    width: 40%;
    text-align: center;
}
.pro_xq_topl {
    float: none;
    width: 100%;
}
.pro_xq_topr {
    float: right;
    width: 100%;
    margin-top: 10%;
}
.pro_xq_topr h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: dashed 1px #eee;
    padding-bottom: 4%;
    margin-bottom: 8%;
}
.lxr {margin-bottom: 5%;}
.lxl {
    float: left;
    width: 100%;
    background: #002f86;
    text-align: center;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #fff;
}
.nrsj_bt span.on {
    background: #333;
    color: #fff;
    width: 100%;
}


.news_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.news_list ul li .img {
    width: 100%;
}
.news_list ul li .nr {
    width: 100%;
    margin-top: 7%;
}


.news_list ul li .nr h2 {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.news_list ul li .nr h2 b {
    font-size: 18px;
    margin: 0%;
    display: block;
    width: 100%;
}
.news_list ul li .nr h2 span {
    font-size: 13px;
    color: #999;
    display: block;
    width: 100%;
    margin-top: 4%;
}
.news_list ul li {
    background: #fff;
    transition: all ease 0.5s;
    border-bottom: solid 1px #eee;
    padding-bottom: 10%;
    margin-bottom: 10%;
}
.news_list ul li .nr p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 2%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsxqnya h2 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.case_list ul li {
    float: left;
    width: 50%;
    margin-right: 0%;
    margin-bottom: 8%;
}
.lxwm_ny {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.lxwm_nyr {
    width: 100%;
}
.lxwm_nyl {
    width: 100%;
    margin-top: 5%;
}
.banner {
    display: none;
    width: 100%;
}
.sjbanner {
    display: block;
    width: 100%;
}
.about_nr .nr p {
    color: #666;
    line-height: 24px;
    padding-top: 20px;
    font-size: 12px;
}
.qhyy {
    width: 30px;
    height: 30px;
    margin-right: 7%;
    background: #002f86;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.qhyy a {
    color: #ffff;
    font-size: 12px;
    font-weight: bold;
}
}


