body{
    font-size: 14px;
     font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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}

.w1200{
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}
.p60{
    padding: 60px 0;
}
.p20{
    padding-top:20px;
}
/*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: 100%;
    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: 90px;
width: 1200px;}
.headerwa {
  
width: 261px;
}
.headerwa img{
    
width: 100%;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}
.header_cn{
    
display: flex;flex-direction: row;justify-content: flex-end;margin-top: 10px;}
.headerwb {
    float: right;
}
.headerwb ul {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.headerwb ul li {
    margin: 0%;
    text-align: center;
    position: relative;
padding-right: 0.5rem;
    padding-left: 0.5rem;}
.headerwb ul li.cur a{
    color: #0053FF;
    border-bottom: solid 2px #0053FF;
}

.headerwb ul li a {
    color: #000;
    
    padding: 0px 10px;
    display: block;
    
    
font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;padding-top: 30px;}

.headerwb ul li a:hover {}

.headerwb ul li:hover a {
    
    color: #0053FF;
}

.headerwb ul li:hover ul {
    display: block;
    position: absolute;
    width: 200%;
    top: 100%;
    z-index: 999;
    left: -50%;

}
.headerwb ul li ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    display: none;
    justify-content: flex-start;
}
.headerwb ul li ul li ul{ 
display: none !important;}
.headerwb ul li ul li:hover ul {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0%;
    z-index: 999;
    left: 100%;

}

.headerwb ul li:hover ul li {}

.headerwb ul li:hover ul li a {
    background: #fff;
    font-size: 14px;
    border: 0px;
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #fff;
color: rgb(0 0 0);}

.headerwb ul li ul li a {
    color: #000000;
padding-top: 0;}

.headerwb ul li:hover ul li a:hover {
    background: #0053FF;
    color: #ffffff;
}

/*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------------------------------------------------*/
@media (max-width: 768px) {
    .headerw {
        
    height: 80px;width: 90%;}

    .headerwa {
        float: left;
        width: 34%;
    }

    .headerwa img {
        width: 100%;
    }

    .navbar-toggler {
    background: #1b57d5;
    display: inline-block;
    float: right;
    color: #ffffff;
    font-size: 18px;
    outline: none;
    padding: 7px 10px;
}
    .navbar-toggler span{
        width: 24px;
        display: block;
        height: 2px;
        background: #fff;
        margin: 5px 0px;
    }

    .headerwb {
    display: none;
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 80px;
    left: 0%;
}
 .headerwc {
    
position: absolute;right: 20%;}  
.headerwb ul {
    flex-direction: row;
    display: inline-block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    
}
.headerwb ul li {
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid hsl(0deg 0% 93% / 38%);
    float: left;
    position: relative;
    margin: 0;
text-align: left;}
    .headerwb ul li  a{line-height: 4;text-align: center;padding: 10px 0;}
}
/*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: center;
    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: #0053FF;
}
.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: #0053FF;
     color: #fff;
}
.page-num-current{
    background-color: #0053FF !important;
    color: #fff !important;
}

.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;}
.about_index{
    

    }
.about_indexa{
    

    }
.about_bt{
    
}
.about_bt img{
    
}
.about_hz{
    
display: flex;flex-direction: row;justify-content: space-between;margin-top: 60px;}
.about_nr{
    
width: 49%;}
.about_nr h2{
    
font-size: 22px;
    font-family: Microsoft YaHei;
    color: #333333;
    margin: 20px 0;}
.about_nr p{
    
font-size: 18px;font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;color: #212529;}
.about_btn{
    
margin-top: 100px;}
.about_btn a{
    
display: block;
    border: 1px solid #DBDBDC;
    text-align: center;
    width: 130px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;transition: all ease .5s;}
.about_btn a:hover{
    background:#0053FF;
    color:#fff;
}
.about_img{
    
width: 49%;display: flex;justify-content: center;}
.about_img img{
    
width: 100%;}
.sz{
background: url(/template/default/images/newbd.jpg) no-repeat;width: 100%;
    height: 500px;position: relative;}
.sza{
    
display: flex;flex-direction: row;justify-content: space-between;margin-top: 100px;}
.szb{
    padding: 100px  0;
}
.szw{
    
display: flex;flex-direction: column;position: relative;overflow: hidden;width: 30%;align-items: center;}
.szwa{
        box-sizing: border-box;
    border-right: 1px solid #fff;
    text-align: center;
}
.szhz{
    
display: flex;justify-content: flex-start;}
.szw b{
    
font-size: 50px;color: #fff;}
.szw p{
    
margin: 0;font-size: 14px;color: #fff;}
.szw span{
    
font-size: 18px;color: #fff;}
.pro{
    
}
.proa{
    
}
.pro ul{
    
margin-top: 60px;}
.pro ul li{
    
display: flex;flex-direction: row;justify-content: center;align-items: center;box-shadow: 1px 2px 16px 0px rgb(0 0 0 / 8%);}
.pro ul li a{
    
}
.pro_img{
    
width: 66.7%;overflow: hidden;}
.pro_img img{
    
width: 100%;transition: all ease .5s;}
.pro_img:hover img{
    
transform: scale(1.1);}
.pro_xx{
    
width: 33.3%;display: flex;flex-direction: column;align-items: center;}
.pro_xx h2{
    padding-bottom: 10px;
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    border-bottom: 1px solid #777777;
    margin-bottom: 20px;
    padding: 10px;
    }
.pro_xx p{
    
font-size: 18px;
    color: #777777;
    line-height: 30px;}
.plate_news {background: #F9F9F9;}
.plate_newsw{}
.newsw_list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
margin-top: 50px;}
.newsw_listl{
    width: 47%;
    position: relative;
}
.newsw_listl a{
    display: block;
    position: relative;
overflow: hidden;}
.newsw_listl img{
    width: 100%;
    transition: all ease .5s;
}
.newsw_listl:hover img{
    transform: scale(1.1);
}
.newsw_listl h2{
    position: absolute;
    background: rgb(0 0 0 / 47%);
    width: 100%;
    bottom: 0%;
    color: #fff;
    padding: 24px 27px;
    font-size: 17px;
}
.newsw_list ul{
    width: 50%;
    margin: 0%;
}
.newsw_list ul li{
    background: #ffffff;
    margin-bottom: 13px;
    padding: 26px 27px;
transition: all ease .5s;}
.newsw_list ul li:hover{
    background: #0053FF;
}
.newsw_list ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsw_list ul li a .sj{
    border-right: solid 1px #eee;
    text-align: center;
    padding-right: 3%;
    margin-right: 3%;
}
.newsw_list ul li a .sj h3{
    font-size: 36px;
    font-weight: bold;
}
.newsw_list ul li a .sj h4{
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    margin-top: 9px;
}
.newsw_list ul li a h2{
    font-size: 18px;
    width: 68%;
    margin: 0%;
    line-height: 30px;
    height: 60px;
}
.newsw_list ul li a span{
    position: relative;
    border: solid 2px #333;
    display: block;
    width: 40px;
    height: 40px;
}
.newsw_list ul li a span::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #333;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.new_hz{
    
width: 80%;}
.new_hz p{
    
}
.newsw_list ul li:hover .sj h3{
    color:#fff;
}
.newsw_list ul li:hover .sj h4{
    color:#fff;
}
.newsw_list ul li:hover .new_hz h2{
    color:#fff;
}
.newsw_list ul li:hover .new_hz p{
    color:#fff;
}
.newsw_list ul li:hover ul li a span{
    border: solid 2px #fff;
}
.hzhb{
    
}
.hzhba{
    
}
.hzhba ul{
    
display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
.hzhba ul li{
    
width: 20%;}
.hzhba ul li img{
    margin: 10px;
    border: 1px solid #cccccc;
}
#allmap{
    height: 600px;
    width: 100%;;
}
.lxwm{
    
}

.lxwma{
    
display: flex;flex-direction: column;}
.lxwmb{
    
display: flex;flex-direction: row;flex-wrap: wrap;padding-top: 30px;}
.lxwm_dt{
    
width: 66.6%;}
.lxwm_nr{
        padding: 60px 40px;
    box-sizing: border-box;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 1px 2px 16px 0px rgb(0 0 0 / 8%);
width: 33%;}
.lxwm_bt{
    
font-size: 22px;
    font-weight: bold;
    color: #111111;}
.lxwm_hx{
    
width: 200px;
    height: 1px;
    background: #777777;
    margin: 20px 0;}
.lxwm_hz{
    
margin-bottom: 30px;}
.lxwm_title{
    
font-size: 18px;
    color: #111111;}
.lxwm_xx{
    
font-size: 18px;
    color: #666666;}
.foot{
    background: #050D16;
    }
.foota{
    
display: flex;flex-direction: row;justify-content: space-between;}
.foot_logo{
    
border-right: 1px solid #384048;
    height: 150px;width: 16.666667%;}
.foot_logo img{
    
width: 120px;}
.foot_hx{
    
display: flex;flex-direction: row;background: #1B57D5;
    padding: 5px;
    box-sizing: border-box;
    color: #FFFFFF;
    width: 60%;
    margin-top: 10px;align-items: center;}
.foot_hx img{
    
height: 16px;width: 16px;}
.foot_hx p{
    
}
.foot_dh{
    
width: 58.333333%;display: flex;}
.foot_dh ul{
    
display: flex;flex-direction: column;}
.foot_dh ul li{
    margin: 0;}
.foot_hz{
    
display: flex;margin: 0;justify-content: flex-start;flex-direction: row;align-items: center;}
.foot_hz img{
    
height: 16px;}
.foot_hz p{
    font-size: 14px;
    color: #9CA3AB;
    line-height: 42px;

margin: 0;}
.foot_dh ul li a{
    
color: #9CA3AB;
    
    line-height: 42px;}
.foot_bt{
    
font-size: 16px;
    font-weight: bold;
    color: #FFFFFF !important;
    line-height: 48px;}
.foot_bt:hover{
        color: #6666 !important;
    text-decoration: none;
}
.foot_wx{
    
}
.foot_wx p{
    
font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;}
.foot_wx img{
    
width: 150px;}
.footbq{
    padding-top: 20px;
    box-sizing: border-box;
    border-top: 2px solid #384048;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #9CA3AB;background: #050d16;padding-bottom: 20px;}
.footbqw {
    
display: flex;justify-content: space-between;}
.footbqwl{
}
.footbqwl a{
    color: #9CA3AB;
}
.footbqwr{
    
}
.footbqwr a{
    color:#9CA3AB;
}
.foot_link{
    

    padding-top: 20px;
    padding-bottom: 20px;box-sizing: border-box;
    border-top: 2px solid #384048;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #9CA3AB;background: #050d16;}
.foot_linka{
    
display: flex;justify-content: flex-start;}
.foot_linka p{
    
margin: 0;color: #FFFFFF;
    font-weight: 600;}
.foot_linka a{
    
color: #9CA3AB;}
.nybanner {/* padding-top: 120px; */position: relative;}
.nybanner img{}
.nybanner  .wz{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.nybanner  .wz h2{
    color: #000;
font-weight: bold;}
.ejdh {background: #F9F9F9;}
.ejdhw{
    display: flex;
    justify-content: flex-start;
    /* margin-top: 30px; */
}
.ejdhw li{
    margin:0;
}
.ejdhw a{  
text-align: center;
    display: block;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 48px;
    width: 100px;
    margin-right: 20px;}
.ejdhw a:hover{
    color:#fff;
    background:#0053FF;
}
.ejdhw .cur a{
    color:#fff;
    background:#0053FF;
}
.mbx {
    padding-top: 80px;
    margin-bottom: 30px;
}
.ymbt {
    font-size: 42px;
    font-weight: bold;
}
.nrjs {
    font-size: 15px;
    padding: 80px 0px;
}
.nyabout{
    
}
.nyabouta{
    
display: flex;flex-direction: row;justify-content: space-between;}
.nyabout_img img{
    
width: 100%;}
.nyabout_img{
    
width: 50%;}
.nyabout_nr{
    
width: 45%;}
.nyabout_nr h2{
    
font-size: 38px;color: #333;margin-bottom: 50px;}
.nyabout_nr p{
    
font-size: 16px;color: #6c757d;}
.nyabout_qywh{
    
}
.nyabout_qywha{
    
}
.nyabout_qywh_hz{
    
}
.nyabout_qywh_hz ul{
    
display: flex;padding: 60px 0;justify-content: space-between;}
.nyabout_qywh_hz ul li{
    
display: flex;}
.nyabout_qywh_ico{
    
}
.nyabout_qywh_ico img{
    
}
.nyabout_qywh_hz2{
    
}
.nyabout_qywh_hz2 h2{
    
}
.nyabout_qywh_hz2 p{
    
}
.nyabout_qywh_img{
    
display: flex;justify-content: center;position: relative;}
.nyabout_qywh_img ul{
    
position: absolute;background: #FFFFFF;
    opacity: 0.73;
    
    width: 600px;
    
    top: 17%;
    right: 22%;
    padding: 30px 20px;
    box-sizing: border-box;
    color: #424242;
    font-size: 16px;
    line-height: 24px;}
.nyabout_qywh_img ul li{
    
}
.nyryzz{
    
}
.nyryzza{
    
}
.ryzz_bt{
    
display: flex;justify-content: space-between;align-items: center;}
.nyryzz_bt{
    
}
.nyryzz_img{
    
}
.nyryzz_img img{
    
}
.nyryzz_lm{
    
}
.nyryzz_lm a{
    
margin: 0 15px;
    color: #ffffff;font-size: 16px;}
.nyzzbg{
    background: url(/template/default/images/zzbc.png);
height: 1120px;
    
    }
.nyryzz_zs{
    
display: flex;justify-content: flex-start;flex-direction: row;flex-wrap: wrap;}
.nyryzz_zs li{
    
width: 23%;margin: 0;margin-right: 2%;}
.nyryzz_zs li img{
    
width: 100%;}


.corporate {

	background: #F9F9F9;

	padding: 50px 0;

	box-sizing: border-box;

}



.qytop-box {

	display: flex;

	width: 250px;

	border-right: 1px solid #cccccc;

	height: 60px;

	padding: 10px;

	box-sizing: border-box;

	margin: 40px 0 30px;

	color: #777777;

}



.block {

	width: 15%;

	height: 28px;

	margin-right: 10px;



}



.block-title {

	color: #000000;

	font-size: 14px;

}



.qybottom {

	background: #FFFFFF;

	opacity: 0.73;

	height: 300px;

	width: 600px;

	position: absolute;

	top: 17%;

	right: 22%;

	padding: 30px 20px;

	box-sizing: border-box;

	color: #424242;

	font-size: 16px;

	line-height: 24px;

}



/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ */

.leader-mian {

	display: flex;

	justify-content: space-between;

	width: 100%;

	margin-top: 30px;

	margin-bottom: 40px;

}



.leader-top {

	border-bottom: 1px solid #cccccc;

	padding-bottom: 20px;

	box-sizing: border-box;

}



.leader {

	font-size: 16px;

	color: #424242;

}



.leader-p {

	margin-top: 20px;

}

.zzzs-img{

	margin-top: 10px;

	height: 400px;

	cursor: pointer;

}

.honor-box{

	display: none;

}



.zz-nav{

	cursor: pointer;

}

.zz-navactive{

	border-bottom: 2px solid #FFFFFF;

}

.zz-navboxactive{

	display: block;

}

/* .abbut-title {

	margin-top: 70px;

} */



.abmap-box {

	/* position: relative;*/

	/* height: 650px; */

	display: flex;

	justify-content: space-around;

}









.col-md-6 {

	padding-left: 0;

	padding-right: 0;

}



.footer {

	margin-top: 0px;

}



.man-box {

	padding: 60px 0;

	box-sizing: border-box;

	background: #F9F9F9;

}



.man-boxgs {

	margin-right: 0px !important;

	margin-left: 0px !important;



}



.abmain-box {

	padding: 30px 300px 0 60px;

	box-sizing: border-box;

}



.abmain-title {

	font-size: 38px;

	color: #333333;

	line-height: 42px;

}



.abmain-text {

	width: 550px;

	margin-top: 20px;

}



.abmain-text p {

	font-size: 16px;

	color: #585858;

	line-height: 26px;

}



.abmain-box2 {

	padding: 60px 90px 40px 400px;

	box-sizing: border-box;

}



.abbox-title {

	font-size: 16px;

	color: #111111 !important;

	font-weight: Bold;

	margin-top: 30px;

}







.swiper-container {

	width: 100%;

	height: 100%;

}



.swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #fff;



	/* 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;

}



.enter_path_swiper {

	height: 340px;

	position: relative;

}



.enter_path .enter_path_cont {

	max-width: 1200px;

	margin: auto;

	height: auto;

	position: relative;

}



.enter_path_cont .swiper-slide {

	height: 340px;

}



.enter_page {

	height: 75px;

	position: relative;

	margin-top: 50px;

}



.enter_page .swiper-pagination {

	height: 13px;

	width: 100%;

	top: 23px;

}



.enter_page .enter_page_bg {

	height: 13px;

	width: 100%;

	background: url(/template/default/images/bg11.png) left top;

}



.enter_page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

	background-color: #0053FF;

}



.enter_page .swiper-button-next,

.enter_page .swiper-button-prev {

	width: 12px;

	height: 22px;

	color: #AEAEAE;

	bottom: 0;

	top: auto;

}



.enter_page .swiper-button-next::after,

.enter_page .swiper-button-prev::after {

	font-size: 22px;

	color: #AEAEAE;

}



.enter_page .swiper-page-next,

.enter_page .swiper-page-prev {

	position: absolute;

	bottom: 0;

	font-size: 24px;

	color: #7C7C7C;

	line-height: 1;

}



.enter_page .swiper-page-next {

	left: 30px;

}



.enter_page .swiper-page-prev {

	right: 30px;

}



.enter_path_swiper .swiper-button-next {

	right: -50px;

	color: #AEAEAE;

}



.enter_path_swiper .swiper-button-prev {

	left: -50px;

	color: #AEAEAE;

}



.enter_path_swiper .swiper-slide {

	flex-wrap: wrap;

	text-align: justify;

	align-items: flex-start;

	justify-content: flex-start;

}



.enter_path_swiper .swiper-slide div {

	width: 100%;

	padding: 40px 40px 0;

	line-height: 1;

	font-size: 30px;

	color: #4C4948;

}



.enter_path_swiper .swiper-slide p {

	line-height: 24px;

	width: 100%;

	padding: 0px 40px;

	font-size: 16px;

	color: #585858;

}



.swipertextp {



	height: 65%;

	overflow-y: scroll;

}



/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

::-webkit-scrollbar {

	width: 5px;

	height: 6px;

	background-color: #fff;

}



/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±+ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/

::-webkit-scrollbar-track {

	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);

	border-radius: 10px;

	background-color: rgba(240, 240, 240, .5);

}




::-webkit-scrollbar-thumb {

	border-radius: 10px;

	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);

	background-color: #0053FF;

}

.mianrbottom{
    margin: 60px auto;
}
.newsxqnya {
    text-align: center;
    border-bottom: #ededed 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya h2 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin: 0px;
}
.newsxqnya p{
    margin-top: 1%;
}
.newsxqnya p span {
    display: inline-block;
    padding: 0px 10px;
    color: #c1c1c1;
    font-size: 12px;
}
.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}
.newsxqnyb {
    padding: 20px;
    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;
}

.products {}
.productsw{}
.productsw ul{
    display: flex;
    flex-wrap: wrap;
}
.productsw ul li{
    margin: 0;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
        border: solid 1px #eee;
}
.productsw ul li a{display: flex;flex-direction: column-reverse;}
.productsw ul li a .img{
    overflow: hidden;
}
.productsw ul li a .img img{
    /* padding: 0% 5%; */
    
    transition: all ease .5s;
height: 270px;
    width: 100%;}
.productsw ul li a:hover .img img{
    transform: scale(1.1);
}
.productsw ul li a .nr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6% 6%;
    border-top: solid 1px #eee;
}
.productsw ul li a .nr h2{
    margin: 0%;
    font-size: 18px;
    
color: #333;}
.productsw ul li a .nr h6{
    font-size: 18px;color: #777777;
}
.productsw ul li a:hover .nr h6{
    color: #0053FF;
}

.pro_xq{
    
    
    
    
    
}
.pro_xq_top{
    
    margin: 0 auto;
    overflow: hidden;
    
    
display: flex;flex-direction: column-reverse;}
.pro_xq_topl{
    
    
width: 100%;
    
    
    
    
    box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;}
.gallery-top{
    
border: solid 1px #ddd;
}
.pro_xq_topl img{
    width: 45%;
height: 270px;}
.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 #0c4da1;
}
.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: 100%;
    margin-top: 0%;
}

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

.pro_xq_topr .nr{
    line-height: 2;
font-size: 16px;color: #666;margin-bottom: 14%;}
.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: 0%;
    }
.pro_xq_nrsj1{
    
width: 50%;}
.pro_hx{
        height: 10px;
    width: 50px;
    /* background: #000000; */
margin-bottom: 10px;}
.nrsj_nr{
    
width: 100%;
    margin: 30px 0;
    /* background: #F8F8F8; */
    /* border: 1px solid #DBDBDC; */
    /* padding: 20px 30px; */
    box-sizing: border-box;}
.nrsj_nr span{
    font-size: 18px !important;
background-color: transparent !important;line-height: 1.42857143;}
.nrsj_bt{
    font-size: 24px;
    margin-top: 20px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    }
.nrsj_bt span{
    
border-bottom: 6px solid #0053ff;padding-bottom: 6px;}
.news_ny{
}
.news_nyw{}
.news_nyw ul{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
.news_nyw ul li{
    background: #fff;
    transition: all ease 0.5s;
    margin-bottom: 34px;
    
    border: solid 1px #eee;
width: 31.3%;margin: 0;margin-right: 2%;margin-top: 2%;}
.news_nyw ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
flex-direction: column;}
.news_nyw ul li .img{
    
height: 230px;overflow: hidden;}
.news_nyw ul li .img img{
    
width: 100%;}
.news_nyw ul li .nr{
    width: 100%;
    padding-left: 5%;
padding: 30px 20px 20px;}
.news_nyw ul li .nr h2{
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_nyw ul li .nr h2 b{
font-size: 18px;
    color: #333333;
    line-height: 38px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    
    -webkit-box-orient: vertical;}
.news_nyw ul li .nr h2 span{
    font-size: 13px;
    color: #999;
}
.news_nyw ul li .nr p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 2%;
}
.news_nyw 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_nyw ul li:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    border: solid 1px #eee;
}
.news_nyw ul li:hover .nr h2{
    color: #0053FF;
}
.news_nyw ul li:hover .nr h6{
    color: #0053FF;
}
.ryzy_nr{
    
}
.rlzya{
    
}
.ryzy_nra{
    
display: flex;flex-direction: row;justify-content: space-between;}
.ryzy_nrl{
    
width: 40%;}
.ryzy_nr h2{
    font-size: 30px;
    color: #333333;
    line-height: 42px;
}
.ryzy_nrl p{
    
font-size: 15px;
    line-height: 26px;
    color: #666666;}
.ryzy_nrr{
    
width: 50%;}
.ryzy_nrr img{
    
width: 100%;}
.job{
    
}
.joba{
    
}
.job_img{
    
}
.job_img img{
    
margin-bottom: 40px;}
@media (max-width: 768px){
    .about_btn{
        
    margin-top: 50px;margin-bottom: 10px;}
    .index_bt{
        
    width: 90%;}
    .index_bt img{
        width: 100%;
    }
    .about_hz{
        
    display: flex;flex-direction: column-reverse;}
    .about_nr{
        width:100%;
    }
    .about_img{
        width:100%
    }
    .szw{
        
    }
    .szw b{
        font-size: 30px;
    }
    .pro ul li{
        
    display: flex;flex-direction: column;}
    .pro_img{
        width:100%;
    }
    .pro_xx{
        width:100%;
    }
    .newsw_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.newsw_listl {
    width: 100%;
    position: relative;
}
.newsw_list ul {
    width: 100%;
    margin: 0%;
    margin-top: 5%;
}
    .newsw_list ul li a h2{
        
    width: 100%;}
    .hzhba ul li img{
        width:100%;
    }
    .hzhba ul li{
        width:19%
    }
    .lxwmb{
        
    display: flex;flex-direction: column;}
    .lxwm_dt{
        
    width: 100%;}
    .lxwm_nr{
        
    width: 100%;}
    .foot_dh{
        
    display: none;}
    .foot_logo{
        width:50%
    }
    .foot_hx{
        width:80%;
    }
    .header_cn{
        display:none;
    }
    
    .headerwb ul li ul{
        
    display: none !important;}
    .nybanner img{
        width:100%;
    }
    .nyabouta{
        
    display: flex;flex-direction: column;}
    .nyabout_img{
        width:100%;
    }
    .nyabout_nr{
        width:100%;
    }
    .nyabout_qywh_hz ul{
        
    display: flex;flex-direction: column;align-items: flex-start;}
    .nyabout_qywh_hz ul li{
        margin:0;
    }
    .nyabout_qywh_img ul{
        
    width: 300px;right: 10%;}
    .fly{
        width:100%;
    }
    .news_nyw ul li{
        width:100%;
    }
    .mianrbottom img{
        width: 100% !important;
    }
    .nrjs img{
        width:100%;
    }
    .ryzy_nra{
        
    display: flex;flex-direction: column;}
    .ryzy_nrl{
width: 100%;}
.ryzy_nrr{
    
width: 100%;}
    .job_img img{
        width:100%;
    }
    .pro_xq_topl{
        width:100%;
    display: flex;flex-direction: column;}
    .man-box img{
    width:90%
}
    .pro_xq_topl img{
        width:100%;
    }
    .pro_xq_nrsj1{
        width:100%
    }
    .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img{
        
    width: 100% !important;height: 200px !important;}

}