@charset "utf-8";

/*
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}


@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}*/
@font-face {
  font-family: number;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: din;
  src:url(../font/din.ttf);
}
body {
    font-family: ' ';
    color: #333;
    font-size: 0.18rem;
}
.flow_page {
    background: #efefef;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_main {}

.flow_center {
    text-align: center;
}

.fl_logo {
    margin-bottom: 0px;
	animation: scale 2s ease 0s;
	animation-fill-mode:forwards;
}

.fl_com_name {
    margin-bottom: 10px;
}
.fl_englis_name{visibility: hidden;}
.fl_englis_name {
    margin-bottom: 30px;
}

.yellow {
    margin: 0 20px;
}

.yellow span {
    font-size: 26px;
    letter-spacing: 5px;
    color: #ee9b13;
}

.fl_yellow_zi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl_yellow_zi i {
    display: block;
    width: 100px;
    height: 1px;
    background: #ee9b13;
}

@keyframes scale {
    0%{
        transform:scale(1) translateY(100px);		
		margin-bottom: 30px;
    }
	30%{
		transform:scale(1) translateY(0px);		
		margin-bottom: 30px;
	}
	40%{
		transform:scale(1) translateY(0px);		
		margin-bottom: 30px;
	}
	100%{
        transform:scale(0.7) translateY(0px);		
		margin-bottom: 0px;
    }
}
#mm_hide {
  background: rgb(3 2 1 / 33%);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  }
html.mm-blocking #mm_hide {  display: block; }
.img{overflow:hidden}
.img img{transition:all 0.3s ease;width: 100%;}
.img:hover img{transform:scale(1.1)}
/*myself index*/
.index_main{}
.index_part1{
    position: relative;
    padding: 0 !important;
}
.ffbg{
    background: #fff;
}
.padding50{
    padding: 50px 0;
}
.in_big_title{
    text-align: left;
    margin-bottom: 0.2rem;
}
.chi_eng{
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-bottom: 10px; */
}
.chi_eng h3{
    font-size: 0.34rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    /* left: 0; */
    /* top: 30px; */
    /* right: 0; */
    /* bottom: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-weight: normal; */
}
.chi_eng span{
    font-size: 0.2rem;
    font-weight: bolder;
    opacity: 0.3;
    display: block;
    color: #333333;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.chi_eng span:before{content:".";display: block;width: 0.2rem;height: 0.04rem;background: #333;font-size: 0;margin-right: 0.1rem;}
.in_big_title p{
    font-size: 0.2rem;
    color: #666;
    font-weight: bold;
}
.index_new{}
.news_list{}
.news_list ul{
    display: flex;
    justify-content: space-between;
    margin-left: -0.5rem;
}
.news_list ul li{
    flex: 1;
}
.news_list ul li a{}
.new_box{
    margin-left: 0.5rem;
}
.new_box .img{
    margin-bottom: 20px;
}
.new_box img{}
.new_zi{}
.new_zi h3{
    font-size: 0.18rem;
    /* height: 54px; */
    margin-bottom: 0.1rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}
.new_zi span{
    font-size: 14px;
    color: #999;
    display: revert;
    display: block;
    margin-bottom: 20px;
}
.new_zi p{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.imgbg1{background: #fafafa;}
.sever_zi{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    display:none
}
.sever_box:hover .sever_zi {
    display: flex;
    background: rgba(0,0,0,0.5);
}
.sever_zi h3{
    font-size: 0.22rem;
    font-weight: normal;
}
.sever_zi p{
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.sever_list{
    padding-bottom: 0.7rem;
    position: relative;
}
.sever_box{
    position: relative;
}
.sever_list .bx-controls-direction {
    position: absolute;
    bottom: 0;
    left: 50%;
}
.sever_list .bx-wrapper .bx-controls-direction a{
    /* background: url(../images/col_jt.png); */
    /* width: 42px; */
    /* height: 42px; */
    bottom: 0;
    margin: -42px 0 0 0;
}
.sever_list .bx-wrapper .bx-controls-direction a.bx-prev{
    left: -62px;
}
.sever_list .bx-wrapper .bx-controls-direction a.bx-next{
    right: -62px;
}
.sever_list .bx-wrapper{position:initial}


.mumping_mun{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0.5rem 0;
}
.mumping_mun li{
    /* flex: 1; */
    /* border-right: 1px solid #ddd; */
    text-align: left;
}
.mumping_mun li:last-child{/* border:0 */}
.in_ab_nub p{
    font-size: 0.18rem;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.shu{
    font-weight: bold;
    display: inline-block;
    position: relative;
    font-size: 0.16rem;
    color: #fff;
    display: flex;
    align-items: baseline;
}
.shu span{
    font-size: 0.7rem;
    color: #ffffff;
   /* margin-right: 0.1rem;*/
    font-family: din;
}
.shu .fu{
    /* display: inline-block; */
    /* position: absolute; */
    /* right: -10px; */
    /* bottom: 0.1rem; */
}

.shu .fu b{font-size: 0.38rem;
    margin-right: 5px;}

.jia{color:#2775bf;}

.color_ff{color: #fff !important;}
.imgbg2{background: url(../images/in_bg.jpg) center center;}
.imgbg3{background:url(../images/imgbg2.jpg) center center no-repeat;background-size: cover;}
.in_small_title{
    text-align: right;
    margin-bottom: 20px;
}
.in_small_title h3{
    color: #666;
    font-size: 40px;
}
.in_small_title p{
    font-size: 22px;
    color: #999;
    letter-spacing: 2px;
}
.renli_hr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.renli_hr ul{
    display: flex;
    flex-flow: wrap;
    width: 50%;
}
.renli_hr ul li{
    width: 46%;
    margin-bottom: 20px;
    padding-left: 4%;
}
.renli_hr ul li a{
    /* padding-left: 20px; */
    display: block;
    position: relative;
}
.renli_hr .img{}
.renli_hr img{}
.renli_hr ul li a span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.foot_p{
    color: #d2d2d2;
    font-size: 14px;
    line-height: 28px;
}

.footer .med .fNav li .fot_ej a {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #666;
    font-weight: normal;
}

.select.fr span {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 15px 0 0;
}
.index_bgimg{
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: url(../images/in_bg.jpg) center center no-repeat;
    background-size: cover;
    display: none;
}
.in_aboslut{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}



/**after is hong shan ke chuang**/
.index_about {
    width: 45%;
}
.margin_left5{}
.chi_eng p{}
.chi_eng p em{
    color: #2775bf;
}
.index_about_mm{}
.index_about_mm p{
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #666666;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
    text-indent: 0.32rem;
    text-align:justify
}
@media screen and (max-width: 1660px){ 
  .index_about_mm p{-webkit-line-clamp: 4;}
}
@media screen and (max-width: 1460px){ 
  .index_about_mm p{-webkit-line-clamp: 4;}
}
.index_about_img{
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
}
.index_about_img ul{}
.index_about_img ul li{}
.about_big_con{
    position: absolute;
    left: 0;
    top: 0.5rem;
    right: 0;
}
.go_about{
    display: inline-block;
    background: #2775bf;
    padding: 0.15rem 0.2rem;
}
.go_about a{
    color: #fff !important;
    padding-right: 1rem;
    background: url(../images/more.png) right center no-repeat;
}

.cooperation{}
.cooperation ul{}
.cooperation ul li{
    display: flex;
    flex-flow: wrap;
    margin-left: -0.2rem;
    padding: 0.1rem;
    margin-top: -0.2rem;
}
.coop_li{
    width: 14.28%;
}
.coop_li .img{
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    background: #fff;
    padding: 0.1rem 0.1rem;
    box-shadow: 0 0.03rem 0.06rem #f1f1f1;
    border-radius: 0.1rem;
}
.coop_li img{}
.cooperation .bx-controls-direction {
    display: none;
}

.cooperation .bx-pager.bx-default-pager {
    display: block;
    /* margin-bottom: 0.2rem; */
}

.nei_banner{
    position: relative;
}
.nei_banner img{
    width: 100%;
}
.nei_nav{
    border-bottom: 0.02rem solid #ddd;
}
.nei_nav .neinav{
    display: flex;
    justify-content: space-between;
    height: 1rem;
}
.nei_nav .neinav .where{
    display: flex;
    align-items: center;
}
.nei_nav .neinav .where h3{
    font-size: 0.3rem;
    padding-left: 0.35rem;
    background: url(../images/inde.png) left center no-repeat;
    background-size: 0.22rem;
}
.break_nav{
    font-size: 0.18rem;
    font-weight: bold;
}
.break_nav ul{
    display: flex;
    height: 100%;
}
.break_nav ul li{
    margin: 0 0.2rem;
    height: 100%;
}
.break_nav ul li a{
    display: block;
    line-height: 1rem;
}
.break_nav ul li.on a,.break_nav ul li:hover a{
    color: #2775bf;
    border-bottom: 0.02rem solid #2775bf;
}
.nei_main_m{
    padding: 0.5rem 0;
}
.nei_box{}
.about_con{}
.tiaoyong {
    margin-bottom: 0.3rem;
}
.nei_ti{
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.about_con p{
    font-size: 0.16rem;
    line-height: 0.34rem;
    /* margin-bottom: 0.5rem; 
    text-indent: 0.32rem;*/
}
.about_con .about_shuju{
    display: flex;
    background: #f4f4f4;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.about_con .about_shuju span{
    color: #2775bf;
}
.about_con .about_shuju .fu{
    color: #666;
}
.about_con .about_shuju p{
    color: #666;
    font-weight: bold;
    text-indent: 0;
}
.about_shuju .img{
    flex: 1;
}
.about_shuju img{}

.about_con .about_shuju .product-num-box {
    flex: 1;
    /* padding: 0 0.5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.about_con .about_shuju .product-num-box .mumping_mun {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    padding: 0 0.6rem;
}
.about_con .about_shuju .product-num-box .mumping_mun li{width:50%;}
.webhua_con{
    display: flex;
}
.webhua_con .img{
    width: 60%;
    margin-right: 0.6rem;
    margin: 0 auto;
}
.webhua_con img{}
.wenhua_zi{
    flex: 1;
    margin-top: 20px;
    text-align: center;
}
.wenhua_zi p{
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
     display: flex;
    align-items: baseline;
   padding-left: 0.58rem;
}
 
.wenhua_zi p:before{content:".";display: block;background: url(../images/dian.png) center center no-repeat;width: 0.16rem;height: 0.15rem;font-size: 0;background-size: 0.15rem;margin-right: 0.15rem;}
.ab_cu_con{}
.ab_cu_con ul{
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
}
.ab_cu_con ul li{
    width: 100%;
    text-align: center;
}
.culture_item{
    margin-left: 60px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px #0000001f;
    transition: all 0.3s ease;
}
.culture_item i{
    width: 134px;
    height: 134px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 30px 24px #ceddef;
    margin-bottom: 30px;
}
.ab_cu_con ul li:hover .culture_item{transform: scale(1.1);}
.culture_item h3{
    font-size: 18px;
}
.culture_item span{
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #666;
}
.ab_cu_con ul li:nth-child(1) i{
    background: url(../images/cui1.png) center center no-repeat #0055b5;
}
.ab_cu_con ul li:nth-child(2) i{background: url(../images/cui2.png) center center no-repeat #0055b5;}
.ab_cu_con ul li:nth-child(3) i{background: url(../images/cui3.png) center center no-repeat #0055b5;}



 
.zuzhi_con{}
.zuzhi_con .only_img{
    text-align: center;
    /* margin-bottom: 0.5rem; */
}
.zuzhi_con .only_img img{
    width: 8.32rem;
}
.zuzhi_list{
    text-align: center;
}
.te_ti{
    margin-bottom: 0.5rem;
    width: 100%;
    margin: 0.5rem auto;
}
.te_ti i{
    display: block;
    width: 0.3rem;
    height: 0.03rem;
    background: #4e8eca;
    margin: -0.1rem auto 0.1rem;
}
.te_ti p{
    font-size: 0.18rem;
    line-height: 0.34rem;
}

.te_ti p img{max-width:100%;}
    
.zuzzz_list{}
.zuzzz_list ul {
    display: flex;
    /* justify-content: center; */
    /* flex-flow: wrap-reverse; */
    flex-flow: wrap;
}
.zuzzz_list ul li{
    width: 25%;
    margin-bottom: 0.4rem;
    width: 50%;
}
.zuzzz_list ul li .peoplse{
    display: flex;
    justify-content: left;
    padding: 0 0.5rem;
}
.zuzzz_list ul li .peoplse .only_img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    overflow: hidden;
    /* margin: 0 auto 0.2rem; */
}
.zuzzz_list ul li .peoplse .only_img img{
    width: 100%;
}
.zuzzz_list ul li .peoplse h4{
    font-size: 0.24rem;
}
.zuzzz_list ul li .peoplse i{
    display: block;
    display: block;
    width: 0.3rem;
    height: 0.03rem;
    background: #4e8eca;
    margin: 0.1rem 0;
}
.zuzzz_list ul li .peoplse span{
    font-size: 0.2rem;
    /* margin-bottom: 0.2rem; */
    display: block;
    color: #666;
}
.zuzzz_list ul li .peoplse p{font-size:0.16rem;color: #999;line-height: 0.26rem;}
.zuzzz_list ul li .peoplse .zi{
    text-align: left;
    margin-left: 0.3rem;
    flex: 1;
}
.rongyu_con{}
.rongyu_change{
    /* margin-bottom: 0.6rem; */
}
.rongyu_change ul{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
}
.rongyu_change ul li{
    margin: 0 0.2rem;
}
.rongyu_change ul li a{
    display: block;
    padding: 0.05rem 0.3rem;
    border: 1px solid #b7b7b7;
    border-radius: 50px;
}
.rongyu_change ul li.on a,.rongyu_change ul li:hover a{
    background: #2775bf;
    color: #fff;
    border: 1px solid #2775bf;
}
.center_zi{
    text-align: center;
}
.center_zi {}
.rongyu_list{padding: 0 0.5rem;height: 5rem;margin-bottom: 1rem;}
.one_list{
    padding-bottom: 0.5rem;
    border-left: 1px solid #2775bf;
}
.one_list h3{
    font-family: number;
    font-size: 0.6rem;
    color: #2775bf;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.2rem;
}
.one_list h3:before{content:".";position: absolute;left: -0.14rem;top: 0.3rem;display: block;width: 0.16rem;height: 0.16rem;font-size: 0;background: #fff;border-radius: 50%;border: 0.04rem solid #2775bf;}
.rongyu_li{
    padding-left: 1rem;
}
.rongyu_li ul{}
.rongyu_li ul li{
    margin-bottom: 0.4rem;
}
.rongy_item{
    display: flex;
    text-align: left;
    width: 90%;
    padding: 0 10%;
}
.rongy_item .img{
    width: 2rem;
    margin-right: 0.3rem;
}
.rongy_item img{}
.rongy_item .zi{
    flex: 1;
}
.rongy_item .zi span{
    font-size: 0.2rem;
    display: block;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.rongy_item .zi p{
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #666;
}
.neinews_list{}
.neinews_list ul{}
.neinews_list ul li{
    padding: 0 0 0.4rem 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.4rem;
}
.neinews_list ul li .new_item{
    display: flex;
}
.neinews_list ul li .new_item .img{width: 3.1rem;margin-right: 0.3rem;}
.neinews_list ul li .new_item img{}
.neinews_list ul li .new_item .zi{
    flex: 1;
    font-size: 0.16rem;
    /* color: #666; */
    position: relative;
    padding: 0.2rem  0.2rem 0 0;
}
.neinews_list ul li .new_item h3{
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.neinews_list ul li .new_item p{
    color: #666;
    font-size: 0.16rem;
    line-height: 0.34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.neinews_list ul li .new_item span{
    position: absolute;
    bottom: 0;
    color: #666;
}
.neinews_main{}
.new_m_ti{
    text-align: center;
    margin-bottom: 0.4rem;
}
.new_m_ti h3{
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.new_m_ti span{
    font-size: 0.16rem;
    clear: #666;
}
.news_main_p{}
.news_main_p p{
    font-size: 0.16rem;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
}

/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px;text-align: center;}
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 5px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #2775bf; color: #fff; background-color: #2775bf;}

.sha_xia_new{
    margin-top: 0.5rem;
}
.sha_xia_new ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}
.sha_xia_new ul li{}
.sha_xia_new ul li a{}
a:hover{color:#2775bf}
.chat_list{}
.chat_list ul {
    display: flex;
    flex-flow: wrap;
    margin-left: -0.4rem;
}
.chat_list ul li{
    width: 25%;
}
.chat_list ul li .chat_mm{
    margin-left: 0.4rem;
    background: #fafafa;
    text-align: center;
    padding: 0.4rem 0 0.2rem;
    border-bottom: 0.04rem solid #2775bf;
}
.chat_list ul li .chat_mm .only_img{
    margin-bottom: 0.2rem;
}
.chat_list ul li .chat_mm img{
    width: 1.4rem;
    display: inline-block;
}
.chat_list ul li .chat_mm span{
    font-size: 0.18rem;
    display: block;
    font-weight: bold;
}
.kechuang{
    border-top: 1px solid #ddd;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
}
.kechuang ul{display: flex;
    flex-flow: wrap;}
.kechuang ul li{
    border: 0;
    padding: 0 0 0.2rem 0;
    margin-bottom: 0.2rem;
    width: 50%;
}

.rongzi ul li{
    border: 0;
    padding: 0 0 0.2rem 0;
    margin-bottom: 0.2rem;
    width: 50%;
}

.tiaoyong p{
    margin-left: 0.3rem;
}
.tiaoyong span{
    font-size: 0.18rem;
    line-height: 0.34rem;
    display: flex;
    align-items: baseline;
    color: #2775bf;
    font-weight: bold;
}
.tiaoyong span:before {
    content: ".";
    display: block;
    background: url(../images/dian.png) center center no-repeat;
    width: 0.16rem;
    height: 0.15rem;
    font-size: 0;
    background-size: 0.15rem;
    margin-right: 0.15rem;
}
.margin_b3 p{margin-bottom:0.3rem}
.contact_1c{
    display: flex;
    justify-content: space-between;
}
.contact_1c .left{}
.contact_1c .left h3{
    font-size: 0.22rem;
    font-weight: normal;
    color: #2775bf;
    margin-bottom: 0.15rem;
}
.contact_1c .left p{
    font-size: 0.16rem;
    line-height: 0.34rem;
}
.contact_1c .right{
    width: 7rem;
}
.contact_1c .right img{
    width: 100%;
}
.zhaoxian_con{}
.zhaoxian_con .zhaoxian_part{
    margin-bottom: 0.5rem;
}
.rencai_ln{
    display: flex;
    background: #fafafa;
    align-items: center;
}
.rencai_ln .img{
    flex: 1;
}
.rencai_ln img{}
.lnn_zi{
    flex: 1;
    background: #fafafa;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.lnn_zi h3{
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.lnn_zi p{
    font-size: 0.18rem;
}
.color_l{
    color: #4e8eca;
}
.ygfa{}
.ygfa .img{}
.ygfa img{}

.wap_show {display:none}
.web_show {display:block}

@media screen and (max-width: 800px){
.padding50{padding:25px 0}
.in_big_title{margin-bottom:20px}
.banner .swiper-slide a .text{font-size: 32px;line-height: 46px;}
.chi_eng{margin-bottom:0}
.chi_eng h3{/* font-size: 30px; *//* top: 10px; *//* height: 80px; */}
.chi_eng span{/* font-size: 70px; */}
.sever_zi h3{font-size:18px}
.sever_zi p{line-height: 22px;}
.sever_list{padding-bottom:40px}
.mumping_mun{flex-flow: wrap;margin: 20px 0;}
.mumping_mun li{width:50%;text-align: center;margin-bottom: 20px;}
.shu span{font-size:36px}
.shu .fu{font-size:14px}
.renli_hr ul{width:100%;margin-left: -4%;}
.in_small_title{text-align:left}
.renli_hr{justify-content: flex-start;}
.in_small_title h3{font-size:30px}
.in_small_title p{font-size:18px}
.renli_hr ul li a span{font-size:22px}
.bx-controls-direction{/* display:none */}
.sever_list .bx-controls-direction{display:block}

.sever_list .bx-wrapper .bx-controls-direction a {
   
    margin: -22px 0 0 0;
}

.about_big_con{position: inherit;}
.index_about{width:100%}
.index_about_img{left: 5%;top: 1rem;right: 5%;width: 90%;position: initial;margin: 1rem  5% 0;}
.index_about_mm p {
    -webkit-line-clamp: 10;
}
.coop_li {
    width: 33.33%;
}
.new_box {
    margin-left: 0.2rem;
}
.news_list ul{margin-left: -0.2rem;}

.news_main_p p img{
    width: 100%; 
}
.about_con p img{
     width: 100%!important; 
}
.contact_1c {
    display: block;
     
}
.contact_1c .right {
     width: 100%; margin-top: 10px;
}
.lnn_zi {
     
    padding: 0.2rem 0.5rem;
   
}

.zuzhi_con .only_img img {
    width: 100%;
}
.nei_nav .neinav{display:block;height: auto;padding: 0.2rem 0 0;}
.break_nav ul li a{line-height: 0.3rem;
    font-size: 0.22rem;
    margin-top: 10px;}
.culture_item{padding:10px;margin-left: 0;}
.culture_item i{transform:scale(0.5)}
.culture_item h3{font-size: 20px;margin-top:-50px}
.culture_item span{font-size: 14px;line-height: 24px;}
.ab_cu_con ul{display:block;margin: 0;}
.ab_cu_con ul li{margin-bottom:10px}
.about_con .about_shuju{display:block}
.webhua_con{display:block}
.webhua_con .img{margin: 0 auto 0.3rem;width:100%;}
.zuzzz_list ul li{width:33.33%}
.rencai_ln{display:block}
.rongy_item{display:block;padding: 0;width: 100%;margin-bottom: 0.2rem;}
.rongy_item .img {margin: 0 0 0.1rem;}
.rongyu_list{padding: 0 0 0  0.2rem;}
.rongyu_li,.one_list h3{padding:0 0 0 0.2rem}
.sha_xia_new ul{display:block}
.chat_list ul li{width:50%;margin-bottom:0.2rem}
.neinews_list ul li .new_item .img{width: 2rem;}
.neinews_list ul li .new_item .zi{padding:0}
.neinews_list ul li .new_item span{position:relative;display: block;margin: 0.2rem 0 0;top: 10px!important;}

.nei_nav .neinav .where h3 {
   
    padding-left: 0.45rem;
  
}

.kechuang ul li {
   
    width: 100%;
}

.chat_list ul li .chat_mm span {
    font-size: 0.16rem;
    
}
.nei_ban_zi h4 {
    font-size: 0.16rem;
}

.rongyu_list{height: auto;}
.rongy_item .zi span{margin-bottom:0.1rem}
.wap_show {display:block}
.web_show {display:none}



}