.pages .header .container{width:1200px;}
.pages .page-banner{width:100%;height:302px;background: #b19067;overflow: hidden;}
.pages .banner img{width:100%;height:302px;}
.header .container{padding:0;height:103px;}
.header .nav a{font-size:14px;}
.header .nav ul li >span{font-size:12px;}
.page-cont{width:1200px;margin:0 auto;padding:70px 0;}
.page-cont .contact-tel h3.title,.project-warp .ps52 h3.title,.ecosystem .container h3.title,#certify h3.title,.pages .dh .dh-warp h3.title,.coop h3.title,.pages .org-chart h3.title,.pages .honor-cont h3.title,.pages .pro-info h3.title{
  height: 22px;line-height: 22px;text-align: center;display: block;
  background:url(../images/page_title_bg_line.png) repeat-x;
  margin-bottom:60px;
}
.page-cont .contact-tel h3.title span,.project-warp .ps52 h3.title span,.ecosystem .container h3.title span,#certify h3.title span,.pages .dh .dh-warp h3.title span,.coop h3.title span,.pages .org-chart h3.title span,.pages .honor-cont h3.title span,.pages .pro-info h3.title span{display: block;background:#fff;margin: 0 auto;width:10%;color:#771d19;}
.contact-info {
    padding: 40px 0;
}

.pages .header .contact-btn{
    text-align: center;
    background:url(../images/lx_bg.jpg) no-repeat right center;
    text-indent:4em;
    
}
.pages .cp-wp{
    min-height:1150px;
    background: url(../images/cp_wp_bg.jpg) no-repeat top center;
    background-size:100% 100%;
    padding-top:50px;
    margin-top:100px;
}
.section-title {
    text-align: center;
    color: #992222;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 47px;
}

.card {
    display: flex;
    background-color: #fff;
    border: 1px solid #e0d2b8;
    border-radius: 4px;
    overflow: hidden;
    height: 218px;
}

.card-full {
    grid-column: 1 / -1;
}

.card-side {
    width:137px;
    background-color: #f5f0e6;
    background:url(../images/content_tel_title_bg.jpg) no-repeat;
    color: #955b15;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
}

.card-content {
    flex: 1;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    background:url(../images/tel_card_bg.jpg) no-repeat right center;
}

.card-content .phone {
    margin-top: 15px;
    color:#955b15;
    border-top:1px dashed #e0e0e0;
    display: grid;
    grid-template-columns: 55px auto;
    gap: 12px;
    padding-top:18px;
}

.card-content .phone .icon {
    display: flex;
    width: 55px;
    height: 55px;
    background:url(../images/tel_icon.jpg) no-repeat;
    background-size:100% 100%;
    vertical-align: middle;
}
.card-content .tel-nu{
  vertical-align: top;
}
.card-content .tel-nu p{display: block;width:100%;padding:0;margin:0;}
.card-content .tel-nu .tn1{font-size:16px;font-weight: bold;margin-top:-5px;}
.card-content .tel-nu .simfont{font-size:30px;font-weight: 1000;margin-top:-15px;}
/* 表单区 */
.form-section {
    padding: 40px 0 80px;
}

.form-section h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #333;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group.full {
    width: 100%;
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.submit-btn {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #992222;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
}

.page-cont .contact-tel .contact-tel-box{
    width: 100%;
    height:251px;
    background:url(../images/contact_tel.jpg) no-repeat;
    background-size:100% 100%;
    text-align: center;
    margin-bottom:50px;
}
.page-cont .contact-tel .contact-tel-box h3{
    display: inline-block;
    font-size: 16px;
    margin-top:45px;
    
}
.page-cont .contact-tel .contact-tel-box .tel{
    display: grid;
    grid-template-columns:10% 80%;
    width:50%;
    margin: 0 auto;
    height:120px;
    line-height:120px;
    vertical-align: middle;
}
.page-cont .contact-tel .contact-tel-box .tel a{
    font-family: Verdana;
    font-size: 54px;
    font-weight: bold;
    color: #771d19;
}
.page-cont .contact-tel .contact-tel-box .tel .tel-icon{
    width:100%;
    height: 55px;
    background:url(../images/tel-icon.jpg) no-repeat right center;
    margin-top:36px;
}
.page-cont .contact-tel .contact-tel-box .tel a:hover{
    text-decoration: none;
}
.page-cont .contact-tel .contact-qcod{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:80px;
}
.page-cont .contact-tel .contact-qcod dl{
    text-align: center;
    background:#fff5e3;
    border:4px double #cab393;
}
.page-cont .contact-tel .contact-qcod dl img{
    width:90%;
    display: block;
    margin: 0 auto;
}
.page-cont .contact-tel .contact-qcod dl dd{
    display: block;
    padding:10px;
    background: #fff;
}
.page-cont .contact-tel .contact-qcod dl dt{
    border-top:1px solid #cab393;
    height:40px;
    line-height: 40px;
}

.page-cont .line-bg{display: block;width: 100%;height:60px;background:#fff3e0;margin:86px auto;}
.contact-from h3.title{
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 80px;
}
.page-cont .contact-from .layui-btn{width:200px;height:50px;margin: 0 auto;background:url(../images/rd_btn_bg.png) no-repeat left center;background-size: 100% 100%;display: block;margin-top: 56px;}

.contact-from .bdd{height:38px;line-height:38px;display: block;width: 100%;border:0;border-bottom:1px solid #ccc;}

.page-cont .page-news .hot-news{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 51px;
}
.page-cont .page-news .hot-news .news-cards{
    border: 1px solid #ccc;
    background: #fff3e0;
    
}
.page-cont .page-news .hot-news .news-cards dl{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 34px;
    margin:18px auto;
    background:url(../images/hot_news_bg.jpg) no-repeat left bottom;
    background-color: #fff;
    min-height:447px;
}
.page-cont .page-news .hot-news .news-cards dl dt{
  font-size: 22px;
  color: #771d19;
  margin-bottom:20px;
}
.page-cont .page-news .hot-news .news-cards dl dd.news-pic{width: 100%;height: 195px;overflow: hidden;margin-bottom:20px;}
.page-cont .page-news .hot-news .news-cards dl dd.news-pic img{width: 100%;height: 195px;}
.page-cont .page-news .hot-news .news-cards dl dd.news-title a{font-weight: bold;height:40px;line-height:1.4em;display: block;text-overflow:ellipsis;overflow: hidden;}
.page-cont .page-news .hot-news .news-cards dl dd .more{display: block;width: 135px;height:34px;text-align:center;line-height: 34px;background:url(../images/rd_btn_bg.png) no-repeat;background-size:100% 100%;
color: #fff;margin-top:29px;
}
.page-cont .article .article-title{
    text-align: center;
    padding-bottom:5em;
}
.page-cont .article .article-title h2.title{
    font-size:24px;
    margin-bottom:.5em;
}
.page-cont .article .article-cont img{
    margin:0 auto;
    width:100%;
    display: block;
}
.page-cont .article .article-cont p{
    text-indent:2em;
}
.page-cont .article .article-cont{
    border:1px solid #eee;
    border-top:3px solid #cbaf87;
    padding:5em;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    border-radius:10px;
}
.page-cont .layui-breadcrumb{
    margin-bottom:70px;
    display: block;
    border-bottom:1px dashed #ddd;
    padding-bottom:20px;
}
.layui-laypage>a:last-child, .layui-laypage>a:last-child em{
    border-radius:50%;
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align: center;
    border:0;
    font-size:26px;
}
.layui-laypage a, .layui-laypage span{
    border-radius:50%;
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align: center;
    font-size:14px;
    border: 0;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
    border-radius:50%;
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align: center;
    font-size:26px;
     border:0;
}
.layui-laypage a, .layui-laypage span{
    padding:0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#771d19;
    border-radius:50%;
}

.page-cont .page-news .news-list-ul dl dt h4 .article-type{color: #955b15;}
#news-page-laypage{text-align: center;margin-top:58px;}
#news-page-laypage a{margin:0 1em;}
.page-cont .page-news .news-list-ul dl{
    border: 1px solid #ccc;
    margin-top:39px;
    padding:16px;
    display: grid;
    grid-template-columns:152px 745px 256px;
}
.page-cont .page-news .news-list-ul dl dd.date{
    border-right:1px solid #ccc;
}
.page-cont .page-news .news-list-ul dl dt{
    padding-left:49px;
}
.page-cont .page-news .news-list-ul dl dt h4{font-size:18px;margin-bottom: 1em;margin-top:.5em;}
.page-cont .page-news .news-list-ul dl dt a.note{font-size:12px;color: #999;
display: block;width:60%;
}
.page-cont .page-news .news-list-ul dl dd.more{
    text-align: right;
    margin-left:128px;
    vertical-align: middle;
    line-height:125px;
    
}
.page-cont .page-news .news-list-ul dl dd.more a{
    color:#955b15;
    font-size: 12px;
}
.page-cont .page-news .news-list-ul .date span{display: block;}
.page-cont .page-news .news-list-ul .date span.month{
    font-size: 22px;
    font-weight: bold;
}
.page-cont .page-news .news-list-ul .date span.year{
    font-size: 12px;
}
.project-warp .project .ps-list-3{
    display: grid;
    grid-template-columns:1fr 1fr 1fr ;
}
.project-warp .project .pl3-wp{
    width:100%;
    margin:0 auto;
    background:url(../images/pl3_wp_bg.jpg) no-repeat center 115px;
}
.project-warp .project .ps-list-3{
    width:1456px;
    height:646px;
    margin:0 auto 100px auto;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    gap:20px;
}
.project-warp .project .ps-list-4{
    width:1200px;
    margin:30px auto;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:64px;
}
.project-warp .project .ps-cards{
    background:#fff5e3;
    border:1px solid #ccc;
    padding:9px;
}
.project-warp .project .ps-cards .pc-t{
    width: 255px;height: 13px;
    background:url(../images/pc_t.jpg) no-repeat;
}
.project-warp .project .ps-cards .pc-b{
    width: 255px;height: 13px;
    background:url(../images/pc_b.jpg) no-repeat;
}
.project-warp .project .ps-cards .pc-c{
    
    position: relative;
    width:100%;
    min-height:600px;
    background: #fff;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:7px 13px 0 13px;
}
.project-warp .project .ps-cards .pc-text img{margin:0 auto;width:168px;height:168px;display: block;}
.project-warp .ps52 h3.title{margin-top:88px;width:1200px;margin-left:auto;margin-right:auto;}
.project-warp .project .ps-cards .pc-text h4{font-size: 20px;text-align: center;margin:30px auto 24px auto;}
.project-warp .project .ps-cards .pc-text p{font-size: 12px;color: #999;}
.project-warp .project .ps-cards .pc-text .pc-btn{display: block;width:224px;height: 42px;line-height: 42px;text-align: center;font-size: 14px;color: #955b15;background: #fff5e3;border: 1px solid #ccc;position: absolute;left:14px;bottom:8px;}
.ecosystem .container h3.title span{width:305px;}
.project-warp .project .ps-cards .pc-text .pc-btn:hover{background: #771d19;color: #fff;text-decoration: none;}
#certify .swiper-slide img{width: 520px;height:310px;}
#certify {margin-bottom:60px !important;}
.page-cont .about-us{
    display: grid;
    grid-template-columns:711px 490px;
    border-left:9px solid #771d19;
    background:url(../images/abu_t_bg.jpg) no-repeat right bottom;
    background-color:#fff3e0;
}
.page-cont .about-us .about-cont{
    padding-left:66px;
    padding-top:53px;
}
.page-cont .about-us .about-cont .title h3{font-size: 24px;color:#771d19;margin-bottom:20px;}
.page-cont .about-us .about-cont .title span{border-top:1px solid #c5c5c5;border-bottom:1px solid #c5c5c5;display: block;line-height:30px;font-size: 12px;color:#999;margin-bottom:34px;}
.page-cont .about-us .about-cont .abc p{text-indent:2em;margin-bottom:2em;font-size:14px;}
.page-cont .about-us .about-cont .abc{
    margin-bottom:60px;
}
.page-cont .about-us .about-pic img{
    width: 232px;
    height:391px;
    margin:65px auto 0 auto;
    display: block;
}
.pages .dh{
    background:url(../images/abc_bg.jpg) no-repeat center bottom;
    margin-bottom:80px;
}
.pages .dh .dh-warp{width:1200px;margin: 0 auto;}
.pages .dh .dh-warp .dh-cont{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}
.pages .dh .dh-warp .dh-cont .cards{
    border: 1px solid #c6c6c6;
    background: #fff;
}
.pages .dh .dh-warp .dh-cont .cards:hover{
    border: 1px solid #c5a16c;
    background: #fff3e0;
}
.pages .dh .dh-warp .dh-cont .cards .pic{
    height:98px;
    width:100%;
}
.pages .dh .dh-warp .dh-cont .cards .pic img{display: block;margin:16px auto;}
.pages .dh .dh-warp .dh-cont .cards .text{
    font-size: 12px;
    color: #999;
    padding:16px;
}
.pages .dh .dh-warp .dh-cont .cards .text .text-t,.pages .dh .dh-warp .dh-cont .cards .text .text-b{
    width:100%;
    height: 16px;
}
.pages .dh .dh-warp .dh-cont .cards .text .text-t{
    background:url(../images/dh_c_t.png) no-repeat left center;
}
.pages .dh .dh-warp .dh-cont .cards .text .text-b{
    background:url(../images/dh_c_b.png) no-repeat right center;
}
.pages .dh .dh-warp .dh-cont .cards .text .text-c{
    padding:0 16px;
    min-height:153px;
    color:#666;
    text-align: justify;
    font-size:14px;
}
.pages .dh .dh-warp .dh-cont .cards .date{
    position: relative;
    border-top:1px solid #c6c6c6;
    text-align: center;
    height:43px;
    line-height:43px;
    font-size:16px;
}
.pages .dh .dh-warp .dh-cont .cards .date .date-icon{
    width: 16px;
    height: 16px;
    display: block;
    background:url(../images/date_w_icon.png) no-repeat;
    position: absolute;
    left:50%;
    top:-8px;
    margin-left:-8px;
}
.pages .dh .dh-warp .dh-cont .cards:hover .date .date-icon{
    background:url(../images/date_h_icon.png) no-repeat;
}
.pages .coop{
    margin-bottom:80px;
}
.pages .coop h3.title{width: 1200px;margin: 0 auto;}
.pages .coop h3.title span{width: 178px;}
.pages .coop .swiper-slide{
    width:284px;
    height:296px;

      /* 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-property:all;
}
.pages .coop .swiper-slide dl{
    width:284px;
    background:url(../images/coop_card_bg.jpg) no-repeat;
    padding:8px;
}
.pages .coop .swiper-slide dl dd.pic img{
    width: 266px;
    height: 198px;
    overflow: hidden;
    display: block;
}
.pages .coop .swiper-slide dl dt p{
    height: 41px;
    line-height: 41px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.pages .coop h3.title{
    margin-bottom:60px;
}
.pages .coop .swiper-container .swiper-notification{
    bottom:0;
}
.swiper-button-next, .swiper-button-prev{
    color:#771d19;
}
.pages .org-chart{
    background:url(../images/org_chart_bg.jpg) no-repeat center top;
    padding:153px 0 200px 0;

}
.pages .org-chart h3.title{
    width: 1200px;
    margin:0 auto 53px auto;
    background:url(../images/page_title_bg_r_line.png) repeat-x left center;

}
.pages .org-chart h3.title span{background:none;}
.pages .org-chart .oc-cont{
    width: 1200px;
    margin:0 auto;
    background:url(../images/oc_warp_bg.png) no-repeat right top;
    background-color: #fff;
    border:2px solid #955b15;
    display: grid;
    grid-template-columns:80px 1fr;
}
.pages .org-chart .oc-cont .oc-title{
    background: #fff3e0;
    border-right:2px solid #955b15;
}
.pages .org-chart .oc-cont .oc-title h4{
    writing-mode: vertical-rl;
    font-size: 24px;
    color: #955b15;
    line-height:80px;
    background:url(../images/oc_title_icon.jpg) no-repeat center top;
    padding-top:3em;
    margin-top:1em;
}
.pages .org-chart .oc-warp{
    background:url(../images/oc_line.png) no-repeat center center;
    background-size:100% 100%;
}
.pages .org-chart .oc-warp .oc-row-1{
    width:726px;
    margin:71px auto 0 auto;
    display: grid;
    grid-template-columns:206px 166px 206px;
    gap:74px;
}
.pages .org-chart .oc-warp .oc-row-1 dl{
    height:97px;
    background:url(../images/oc_item_bg.png) no-repeat center center;
    background-size:100% 100%;
    text-align: center;
}
.pages .org-chart .oc-warp .oc-row-1 dl dt,.pages .org-chart .oc-warp .oc-row-2 dl dt,.pages .org-chart .oc-warp .oc-row-5 dl dt{
    font-size: 20px;
    font-family:'Source Han Serif','SimSun'!important;
    color:#955b15;
    font-weight: bold;
}
.pages .org-chart .oc-warp .oc-row-1 dl dd{
    margin-top:.5em;
}
.pages .org-chart .oc-warp .oc-row-1 dl dd img,.pages .org-chart .oc-warp .oc-row-2 dl img,.pages .org-chart .oc-warp .oc-row-5 dl img{
    margin-top:-20px;
}
.pages .org-chart .oc-warp .oc-row-2{
    margin-top:107px;
}
.pages .org-chart .oc-warp .oc-row-2 dl{
    width:166px;
    margin: 0 auto;
    height:97px;
    background:url(../images/oc_item_bg.png) no-repeat center center;
    background-size:100% 100%;
    text-align: center;
}
.pages .org-chart .oc-warp .oc-row-3{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    gap:11px;
    width:1011px;
    margin:79px auto 0 auto;
}
.pages .org-chart .oc-warp .oc-row-3 dl{
    text-align: center;
    height: 210px;
    background:url(../images/oc_item1_bg.jpg) no-repeat;
}
.pages .org-chart .oc-warp .oc-row-3 dl dt{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family:'Source Han Serif','SimSun'!important;
    color: #fff;
    font-weight: bold;
}
.pages .org-chart .oc-warp .oc-row-3 dl dd{
    line-height: 44px;
    border-bottom: 1px dotted #955b15;
    font-size: 20px;
    font-family:'Source Han Serif','SimSun'!important;
    font-weight: bold;
    width:80%;
    margin:0 auto;
}
.pages .org-chart .oc-warp .oc-row-3 dl dd:last-child{
    border: 0;
}
.pages .org-chart .oc-warp .oc-row-4{
    width: 1011px;
    margin:88px auto 0 auto;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:17px;
}
.pages .org-chart .oc-warp .oc-row-4 p{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background:url(../images/oc_item2_bg.jpg) no-repeat center center;
    background-size:100% 100%;
    text-align: center;
    font-size: 20px;
    font-family:'Source Han Serif','SimSun'!important;
    font-weight: bold;
}
.pages .org-chart .oc-warp .oc-row-5{
    width: 166px;
    margin: 0 auto;
}
.pages .org-chart .oc-warp .oc-row-5 dl{
    width:100%;
    height: 67px;
    text-align: center;
    background:url(../images/oc_item_bg.png) no-repeat center center;
    background-size:100% 100%;
    margin:98px auto 71px auto;
}
.honor-cont{
    margin:80px auto 0 auto;
    position: relative;
    
}
.honor-cont .honor-wrap{
    display: grid;
    grid-template-columns:200px 1160px;
    gap:40px;
    width:1400px;
    margin:0 auto;
}
.honor-cont .honor-wrap .honor-title{
    background:url(../images/honor_title_1.jpg) no-repeat;
    /* background-size:100% 100%; */
}
.pages .honor-cont .swiper-button-prev{
    left: 0;
}
.pages .honor-cont .swiper-button-next{
    right: 0 !important;
}
.pages .honor-cont .photo-wall {
    display: flex;
        flex-wrap: wrap;
        gap:0;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        background-image:
    url(../images/honor_bg1.jpg),
    url(../images/honor_bg1.jpg),
    url(../images/honor_bg1.jpg),
    url(../images/honor_bg1.jpg),
    url(../images/honor_bg1.jpg);
  background-repeat: no-repeat;
  background-position:
    left 230px,      
    left 525px,
    left 810px,
    left 1110px,
    left 1380px;
background-size:100%;    
}
.pages .honor-cont .photo-item {    
    height:210px;  
        object-fit: cover;
        border-radius:10px;
        box-shadow: 24px 24px 15px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
        scale:80%;
        margin-bottom:80px;
    }
.pages .honor-cont .photo-item.nobs{
    box-shadow: none;
    opacity:.6;
}
.pages .honor-cont .coop{
    width:1200px;
    margin: 0 auto;
}
.pages .coop-cont{
    width:1200px;
    margin: 0 auto 50px auto;
    padding:0;
}

.pages .case{
    width:1200px;
    margin: 0 auto;
}
.pages .case .case-cont{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}
.pages .case .case-cont dl img{
    width:100%;
    height:310px;
}
.pages .case .case-cont dl{
    border: 1px solid #ccc;
    padding:10px;
}
.pages .case .case-cont dl dd a{
    color:#666;
    font-size:12px;
}
.pages .case .case-cont dl a:hover{
    text-decoration: none;
}
.pages .case .case-cont dl dd.date{
    padding:10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom:10px;
    font-weight: bold;
    font-size:16px;
    color:#666;
    text-align: center;
}
.pages .honor-cont h3{
    margin-top:89px;
}
.pages .honor-cont h3.title span{
    width: 240px;
    font-size:24px;
}
.pages .honor-cont .swiper-button-next, .swiper-rtl .swiper-button-prev{
    top:25%;
    right:-67px;
}
.pages .honor-cont .swiper-button-prev, .swiper-rtl .swiper-button-next {
    top:25%;
    left:-67px;
}
.pages .honor-cont .coop{
    margin-top:70px;
}
.pages .honor-cont .coop-cont{
    text-align: center;
}
.pages .honor-cont .coop-cont .swiper-pagination{
    margin:40px auto 0 -116px;
    left:50%;
}
.pages .honor-cont .coop-cont .swiper-pagination .swiper-pagination-bullet{
    width:19px;
    height: 19px;
    margin: 0 5px;
    border:2px solid #fff;
}
.pages .honor-cont .coop-cont .swiper-pagination .swiper-pagination-bullet-active{
    border:2px solid #771d19;
    background: #fff;
}
.pages .collab{
    margin-bottom:89px;
}
.pages .collab .collab-cont{
    display: grid;
    grid-template-columns:480px 670px;
    gap:48px;
}
.pages .collab .collab-cont .hot-news .news-infi{
    height: 127px;
    border:1px solid #ccc;
    padding:20px 0;
    display: grid;
    grid-template-columns:85px 396px;
}
.pages .collab .collab-cont .hot-news .news-infi .date{
    padding-left:20px;
}
.pages .collab .collab-cont .hot-news .news-infi dl{
    padding-right: 16px;
}
.pages .collab .collab-cont .hot-news .news-infi dl dt{ 
    font-size: 22px;
    font-weight: bold;
}
.pages .collab .collab-cont .hot-news .news-infi dl dd{
    font-size: 12px;
    color: #999;
}
.pages .collab .collab-cont .date .month{
    font-size: 22px;
    font-weight: bold;
}
.pages .collab .collab-cont .news-list .news-cards{
    border-top:1px solid #ccc;
    display: grid;
    grid-template-columns:85px 588px;
    padding:20px 0;
}
.pages .collab .collab-cont .news-list .news-cards dl dt{
    margin-bottom:17px;
}

.pages .collab .collab-cont .news-list .news-cards dl dt a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pages .collab .collab-cont .news-list .news-cards dl dd{
    font-size:12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pages .collab .collab-cont .news-list .news-cards:last-child{
    border-bottom:1px solid #ccc;
}
.pages .sr-news .sr-news-cont{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 30px;
}
.pages .sr-news .sr-news-cont .sr-news-cards .sr-news-pic img{
    width:100%;
    height:221px;
    overflow: hidden;
    margin-bottom:30px;
}
.pages .sr-news .sr-news-cont .sr-news-cards dl dt a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:14px;
}
.pages .sr-news .sr-news-cont .sr-news-cards dl dd{
    font-size: 12px;
    color:#999;
}
.pages .case .layui-colla-title{
    float: left;
    width: 70px;
    height:400px;
    padding:0;
    background:url(../images/case_title_bg.jpg) no-repeat;
    background-size:100% 100%;
    writing-mode: vertical-rl;
    vertical-align: middle;
    line-height:74px;
    border:1px solid #ccc;
    font-size: 20px;
    font-family:'Source Han Serif','SimSun'!important;
    font-weight: bold;
    padding-top:129px;
}
.pages .case .case-cont .layui-show .layui-colla-title{
    border: 1px solid #781f1b;
    color:#781f1b;
}
.pages .case{
    margin-bottom:116px;
    padding-top:1px ;
}
.pages .case .case-cont .layui-collapse{
    width:1083px;
    height:400px;
    margin:0 auto;
    overflow: hidden;
    border:none;
}
.pages .case .case-cont .layui-collapse .layui-colla-content{
    width:733px;
    height:400px;
    overflow: hidden;
    padding:0 40px;
    border: 0;
}
.pages .case .case-cont .layui-colla-content .case-text h4.title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.pages .case .case-cont .case-text .info{
    margin-bottom:30px;
    display: block;
    color: #666;
}
.pages .case .case-cont .case-text img{
    width:100%;
    height: 184px;
    overflow: hidden;
    margin-bottom: 32px;
}
.pages .case .case-cont .case-text a.btn{
    display: block;
    width: 135px;
    height:34px;
    line-height: 34px;
    text-align: center;
    background:url(../images/rd_btn_bg.png) no-repeat;
    background-size:100% 100%;
    color:#fff;
}
.pages .case .case-cont .layui-colla-item{
  height:400px; 
  float: left;
  border:0;
}
.pages .case .layui-colla-title .layui-icon{
    display: none;
}
.pages .case .layui-colla-content{
    float: left;
}
.pages .pro-info .layui-tabs .layui-tabs-header{
    text-align: center;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    border-top:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    height:60px;
    line-height:60px;
}
.pages .pro-info .layui-tabs .layui-tabs-header li{
    font-size:16px;
    height:60px;
    line-height:60px;
}
.pages .pro-info .layui-tabs .layui-tabs-header:after,.pages .pro-info .layui-tabs  .layui-tabs-scroll:after{
    border:0;
}
.pages .pro-info .layui-tabs .layui-tabs-header .layui-this,.pages .pro-info .layui-tabs  .layui-tabs-header li:hover{
    color:#781f1b;
    font-weight: bold;
}
.pages .pro-info .layui-tabs-card>.layui-tabs-header .layui-this{
    background:none;
}
.pages .pro-info .layui-tabs-card>.layui-tabs-header .layui-this:after{
    border:0 !important;
    background:url(../images/tabs_icons.jpg) no-repeat center 42px;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-wapr{
    display: grid;
    grid-template-columns:109px 1091px;
    border:1px solid #ccc;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-pic{
    display: grid;
    grid-template-columns:109px 1091px;
    border:1px solid #ccc;
    border-top:0;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-wapr .pi-title{
    height:100%;
    border-right:1px solid #ccc;
    background:url(../images/pi_title_bg.jpg) no-repeat center top #fff3e0;
    writing-mode: vertical-rl;
    line-height:109px;
    padding-top:115px;
    font-size:30px;
    color:#771d19;
    font-weight: bold;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-pic .pi-pic-title{
    height:100%;
    border-right:1px solid #ccc;
    writing-mode: vertical-rl;
    line-height:109px;
    background: #fff3e0;
    font-size:30px;
    color:#771d19;
    font-weight: bold;
    text-align: center;
    padding:70px 0;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-wapr .pi-cont{
    padding:40px 100px 80px 100px;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-pic .pi-pic-cont{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:40px;
    padding:50px 100px;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-pic .pi-pic-cont dl{
    text-align: center;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-pic .pi-pic-cont dl img{
    width:100%;
}
.pages .pro-info .layui-tabs .ol-ni{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background:#771d19;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-family:'Source Han Serif','SimSun'!important;
    font-weight: bold;
    margin-right:15px;
    margin-bottom:1em;
}
.pages .pro-info .layui-tabs .pi-cont h5.pi-title5{
    line-height: 44px;
    font-size:20px;
    font-weight: bold;
    color:#771d19;
    margin-top:3em;
}
.pages .pro-info .layui-tabs .pi-cont h6.pi-title6{
    margin-bottom:2em;
}
.pages .pro-info .layui-tabs .pi-cont h5.pi-title5.ol1{
    margin-top:2em;
}
.pages .pro-info .layui-tabs .pi-cont .pi-title4{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding:1em;
    border-bottom:1px double #ccc;
    margin-bottom:2em;
}
.pages .pro-info .layui-tabs .pi-cont .title-logo{
    width:50%;
    display: block;
    margin:0 auto;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box{
    
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    margin-bottom:20px;
    width:90%;
    margin:0 auto 40px auto;
    gap:30px;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box .lib-img{
    background:#ccc;
    
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box .lib-img img{
    width:100%;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box .lib-t{
    padding:10px 20px;
    border:1px solid #c9b087;
    border-radius:10px;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box .lib-t b{
    color: #771d19;
    font-size:16px;
    padding-bottom:10px;
    border-bottom:2px solid #c9b087;
    display: block;
    margin-bottom:1em;
    letter-spacing:2px;
    text-align: center;

    min-height:67px;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1{
    display: grid;
    grid-template-columns:15% 85%;
    margin-bottom:20px;
    margin:0 auto 40px auto;
    border-radius:10px;
    border:1px solid #c9b087;
    overflow: hidden;
    
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1 .lib-img img{
    width:70%;
    display: block;
    margin:0 auto;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1 .lib-img{
    background: #fff8ed;
    padding:0 20px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1 .lib-t{
    border-left:1px solid #c9b087;
    padding:10px 20px;
    background: #fff8ed;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1 .lib-t b{
    color: #771d19;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box p,.pages .pro-info .layui-tabs .pi-cont .left-img-box-1 .lib-t p{
    margin:0;
    text-indent:0;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box{
    border:1px solid #ccc;
    border-radius:10px;
    display: grid;
    grid-template-columns:20% 75%;
    padding:20px;
    margin-bottom:30px;
    gap:20px;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box p{
    margin:0;
    text-indent:0;
    line-height:1.4em;
    color:#666;
    font-size: 13px;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box .pb-img{
    background:#fff3e0;
    height:120px;
    border-radius:6px;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box .pb-img img{
    width:40%;
    display: block;
    margin:20px auto 0 auto;
    vertical-align: middle;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box-1{
border:1px solid #ccc;
    display: grid;
    grid-template-columns:40% 55%;
    padding:10px;
    margin-bottom:30px;
    gap:20px;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box-1 .pb-t p{
    margin-bottom:0;
    text-indent:0;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box-1 .pb-t b{
    border-bottom:1px dashed #ccc;
    display: block;
    padding:10px 0;
    margin-bottom:1em;
    font-size:15px;
    color: #771d19;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box-1 .pb-img img{
    width:100%;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box .pb-t b{
    display: block;
    margin-bottom:10px;
    color: #333;
    font-size:16px;
    margin-top:5px;
    border: 1px ;
}
.pages .pro-info .layui-tabs .pi-cont .double-box{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:50px;
    margin-bottom:50px;
}
.pages .pro-info .layui-tabs .pi-cont .case-box .cb-box{
    display: grid;
    grid-template-columns:30% 65%;
    gap:50px;
    margin-bottom:30px;
}
.pages .pro-info .layui-tabs .pi-cont .case-box .cb-img img{
    width: 100%;
    padding: 5px;
    border: 1px double #ccc;
}
.pages .pro-info .layui-tabs .pi-cont .case-box .cb-cont p{
    margin:0;
    text-indent:0;
}
.pages .pro-info .layui-tabs .pi-cont .case-box .cb-cont p b{
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom:10px;
}
.pages .pro-info .layui-tabs .pi-cont .double-box .dbb-img img{
    width: 100%;
    height: 164px;
    padding: 5px;
    border: 1px double #ccc;
    margin-bottom:10px;
}
.pages .pro-info .layui-tabs .pi-cont .data-nu p{
    margin-bottom:2em;
    text-indent:0;
}
.pages .pro-info .layui-tabs .pi-cont .data-nu .bg-nu{
    font-size: 36px;
    font-weight: bold;
    color:#cbaf87;
    font-family:Impact;
}
.pages .pro-info .layui-tabs .pi-cont .double-box .dbb-cont p{
    margin:0;
    text-indent:0;
}
.pages .pro-info .layui-tabs .pi-cont .double-box .dbb-cont p b{
    margin-bottom:1em;
    display: block;
}
.img-cont{
    display: block;
    margin:0 auto;
    width: 100%;
}
.pages .pro-info .layui-tabs .pi-cont p{
    margin-bottom:4em;
    text-indent:2em;
    line-height:1.8em;
    text-align: justify;
}
.pages .pro-info .layui-tabs .pi-cont strong{
    margin-bottom: 1em;
    display: inline-block;
    font-size:16px;
}
.pages  .pro-info .layui-tabs .pi-cont .pi-nu-i{
    text-indent: 0;
}
.pages  .pro-info .layui-tabs .pi-cont .pi-nu-i>span{
    display: inline-block;
    background:#771d19;
    color: #fff;
    border-radius:50%;
    width:17px;
    height:17px;
    line-height:17px;
    text-align: center;
    margin-right:1em;
}
.pages  .pro-info .layui-tabs .pi-cont .pi-nu-i{

}
.pages  .pro-info .layui-tabs .pi-cont dl{
    padding-left:1em;
    margin-bottom:2em;
    line-height:1.8em;
}
.pages  .pro-info .layui-tabs .pi-cont dl dd{
    padding-left:2em;
}
.pages  .pro-info .layui-tabs .pi-pic dl dd{
    margin-top:1em;
    font-weight: bold;
}
.pages .layui-timeline-item{padding: 0;}
.pages .pi-wapr .teams{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px;
}
.pages .pi-wapr .teams dl{
    text-align: center;
}
.pages .pi-wapr .c-ol{
    display: grid;
    grid-template-columns:10% 85%;
    gap:30px;
    border:1px solid #ccc;
    margin-bottom:30px;
}
.pages .pi-wapr .c-ol .c-ol-t{
    padding:20px 0;
}
.pages .pi-wapr .c-ol .c-ol-t p{
    margin:0;
    text-indent:0;
}
.pages .pi-wapr .pro-dl-list{
    display: grid;
    grid-template-columns:15% 85%;
    border:1px solid #ccc;
    margin-bottom:30px;
    margin-top:30px;
    padding:0 !important;
}
.pages .pi-wapr .pro-dl-list dd span{
    white-space: nowrap;
}
.pages .pi-wapr .pro-dl-list dt{
    background: #fff3e0;
    color: #955b15;
    padding:10px;
    line-height:60px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.pages .pi-wapr .pro-dl-list dt b{
    display: block;
    width:100%;
    text-align: center;
}
.pages .pi-wapr .pro-dl-list dd{
    padding: 10px !important;
    min-height:60px;
    vertical-align: middle;
}
.pages .pi-wapr .c-ol .c-ol-t b{
    display: block;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    font-size:15px;
    margin-bottom:10px;
    color: #771d19;
}
.pages .pi-wapr .item-timeline .it-box{
    display: grid;
    grid-template-columns:10% 90%;
    width:90%;
    margin: 0 auto 20px auto;
    border-radius:10px;
    border:1px solid #ccc;
    padding:20px 20px 20px 0;
}
.pages .pi-wapr .item-timeline .it-box p{
    text-indent:0;
    margin: 0;
    padding-left:20px;
    font-weight: bold;
    
}
.pages .pi-wapr .item-timeline .it-box .layui-icon{
    font-size:40px;
    color: #c9b087;
    font-weight: bold;
    text-align: center;
    border-right:1px solid #ccc;
}
.pages .pi-wapr .c-ol .c-ol-i{
    background:#fff3e0;
    border-radius:0 50% 50% 0;
    vertical-align: middle;
    text-align: center;
    font-family:Impact;
    font-size:42px;
    line-height:161px;
    color: #771d19;
}
.pages .pi-wapr .left-img-box-2{
    margin-bottom:50px;
    gap:40px;
}
.pages .pi-wapr .left-img-box-2 .lib-t{
    margin-bottom:4em;
    padding-left:20px;
    border-left:6px solid #cbaf87;
}
.pages .pi-wapr .left-img-box-2 .lib-t img{
    width:100%;
    height:240px;
    margin-bottom:20px;
    border-radius:10px;
}
.pages .pi-wapr .left-img-box-2 .lib-t-c{
    height:50px;
    background: #fff8ee;
    margin-bottom:30px;
    margin-top:20px;
}
.pages .pi-wapr .left-img-box-2 .lib-t p{
    margin-bottom:0;
    text-indent:0;
    color:#666;
}
.pages .pi-wapr .left-img-box-2 .lib-t b{
    margin-bottom:1.1em;
    color: #771d19;
    display: block;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
.pages  .pro-info .layui-tabs .pi-cont .team-group .tg-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:40px;
    text-align: center;
    
}
.pages  .pro-info .layui-tabs .pi-cont .team-group .tg-list ul{
    margin-bottom:1.5em;
    border: 1px solid #c9b087;
    border-radius:10px;
    padding:20px;
}
.pages  .pro-info .layui-tabs .pi-cont .team-group .tg-list ul .name{
    font-weight: bold;
    font-size: 15px;
}
.pages  .pro-info .layui-tabs .pi-cont .team-group .tg-list li.info{
    text-align: left;
}
.pages  .pro-info .layui-tabs .pi-cont .team-group .tg-img img{
    width:80%;
    margin:50px auto 0 auto;
    display: block;
}
.pages  .pro-info .layui-tabs .pi-cont .team-group .tg-list ul .title{
    display: block;
    background: #fff3e0;
    color: #955b15;
    font-weight: bold;
    margin:.4em 0;
}
.pages .pi-wapr .teams dl dd{
    text-align: left;
    padding:0 !important;
}
.pages .pi-wapr .img-list3{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:10px;
    margin-bottom: 4em;
}
.pages .pi-wapr .img-list2{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-bottom: 4em;
}
.pages .pi-wapr .img-list3 img,.pages .pi-wapr .img-list2 img{
    width:100%;
    padding:5px;
    border:1px double #ccc;
}
.pages .pi-wapr .teams dl dt{
    margin-bottom: 10px;
}
.pages .pi-wapr .teams dl dd.title{
    text-align: center;
    text-indent:0;
    background: #fff8ed;
    border: 0;
    font-weight: bold;
    margin-bottom: .4em;
    color: #955b15;

}

.pages .pi-wapr .teams dl dd img{
    width:80%;
    margin:0 auto 30px auto;
    display: block;
}
.pages .pi-wapr .pi-cont-logo-list{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:40px;
    margin:40px 0 80px 0;
}
.pages .pi-wapr .pi-cont-logo-list .pcl-logo{
    position: relative;
    height:170px;
}
.pages .pi-wapr .pi-cont-zj-list{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:40px 80px;
    margin:40px 0;
}
.pages .pi-wapr .pi-cont-zj-list dl dd.name{
    font-size:18px;
    font-family:'Source Han Serif','SimSun'!important;
    font-weight: bold;
    padding:.6em 0 !important;
    border:none;
    color: #000;
}
.pages .pi-wapr .pi-cont-zj-list dl dd.title{
    background:#fff3e0;
    border:0;
    font-weight: bold;
    margin-bottom:.4em;
    color:#955b15;
}
.pages .pi-wapr .pi-cont-zj-list dl dd{
   padding:0 !important; 
   text-align: center;
   line-height:2em;
   border-bottom: 1px dashed #ddd;
   color:#666;
}
.pages .pi-wapr .pi-cont-zj-list dl dd:last-child{
    border:0;
}
.pages .pi-wapr .pi-cont-zj-list dl dt img{
    width:100%;
}
.pages .pi-wapr .pi-cont-logo-list img{
    width:60%;
    margin:0 auto;
    display: block;
}
.pages .pi-wapr .pi-cont-zj-list img{
    
    margin:0 auto;
    display: block;
}
.pages .pi-wapr .pi-cont-logo-list span{
    display: block;
    width:100%;
    text-align: center;
    font-weight: bold;
    margin-top:1em;
    background: #fff3e0;
    position: absolute;
    bottom:0;
    padding:5px 0;
    border-radius:5px;
}
.pages .org-chart .org-img{
    display: none;
}

@media screen and (max-width: 768px) {
   .pages .header .container{
    width:100%;
    height:80px;
   } 
   .nav ul{
    display: none;
   }
   .header .nav .nav-xs-btn{
    display:block !important;
    font-size:20px;
    color:rgba(0, 0, 0, 0.5);
   }
   .pages .page-banner{
    height:200px;
   }
   .pages .page-banner img{
    width:220%;
    height:200px;
   }
   .page-cont{
    width:100%;
    padding:30px 0 0 0;
   }
   .page-cont .about-us{
    width:100%;
    grid-template-columns:1fr;
    border:0;
   }
   .page-cont .about-us .about-cont{
    padding:30px 30px 0 30px;
   }
   .about-pic{
    display: none;
   }
   .pages .dh .dh-warp{
    width:100%;
   }
   .page-cont .contact-tel h3.title span,.project-warp .ps52 h3.title span,.ecosystem .container h3.title span,#certify h3.title span,.pages .dh .dh-warp h3.title span,.coop h3.title span,.pages .org-chart h3.title span,.pages .honor-cont h3.title span,.pages .pro-info h3.title span{display: block;background:#fff;margin: 0 auto;width:50%;color:#771d19;}

   .page-cont .contact-tel h3.title,.project-warp .ps52 h3.title,.ecosystem .container h3.title,#certify h3.title,.pages .dh .dh-warp h3.title,.coop h3.title,.pages .org-chart h3.title,.pages .honor-cont h3.title,.pages .pro-info h3.title{
  height: 22px;line-height: 22px;text-align: center;display: block;
  background:url(../images/page_title_bg_line.jpg) repeat-x;
  margin:30px auto;
}
.pages .dh .dh-warp .dh-cont{
    grid-template-columns: 1fr;
}
.pages .dh .dh-warp .dh-cont .cards .pic{
    height:175px;
}
.pages .dh .dh-warp .dh-cont .cards .pic img{
    width:90%;
}
.pages .dh .dh-warp .dh-cont .cards .text .text-c{
    min-height:46px;
}
.pages .dh{
    margin-bottom:30px;
}
.pages .coop{
    margin-bottom:30px;
}
.pages .coop h3.title,.pages .org-chart h3.title,.pages .honor-cont h3.title{
    width:100%;
    margin-bottom:30px;
}
.pages .org-chart{
    background:none;
    padding: 0;
}
.pages .org-chart .oc-cont{
    width:100%;
    grid-template-columns:auto;
    background:none;
    border: 0;
}
.pages .org-chart .oc-cont .oc-title{
    display: none;
}
.pages .org-chart .oc-warp .oc-row-1{
    width:100%;
    grid-template-columns:30% 30% 30%;
    gap:10px;
    margin: 0;
}
.pages .org-chart .oc-warp{
    width:100%;
}
.pages .org-chart .oc-warp .oc-row{
    display: none;
}
.pages .org-chart .org-img{
    display: block;
    width:100%;
    padding:0 10px;
    margin:30px auto;
}
#certify{
    width:100% !important;
    margin-bottom:30px !important;
}
#certify .swiper-button-prev{
    left: 0 !important;
    width:30px;
    height:30px;
    background-size:100% 100%;
}
#certify .swiper-button-next{
    right:0 !important;
}
#certify .swiper-container{
    width:90%;
}
.page-cont .about-us .about-cont .title h3{
    text-align: center;
}
.page-cont .layui-breadcrumb{
    width:100%;
    padding:10px;
}
.page-cont .article .article-cont img{
    width:100% !important;
}
.page-cont .article .article-cont{
    padding:20px;
}
.contact-cards{
    grid-template-columns: 1fr;
     gap:20px;
}
.page-cont .contact-tel{
    padding:0 10px;
   }
   .card-content p{
    font-size:12px;
   }
.card-content .tel-nu .simfont{
    font-size:27px;
    margin-top:1px;
}
.card-content .phone{
   grid-template-columns:auto; 
   gap:10px;
}
.card-content .phone .icon{
    display: none;
}
.contact-from{
    padding:20px;
}
.contact-from h3.title{
    font-size:28px;
    margin-bottom:30px;
}
.contact-from .layui-form-label{
    float:none;
    text-align: left;
    padding: 0;
    margin-bottom:10px;
}
.page-cont .line-bg{
    margin:30px auto;
    height:40px;
}
.contact-from .layui-input-block{
    margin-left:0;
}
.honor-cont{
    width:100%;
}
.honorWarp img{
    margin:0 auto;display: block;
}
.pages .collab{
    width:100%;
    margin-bottom:30px;
}
.pages .collab .collab-cont{
    display: block;
    grid-template-columns:auto;
    padding:0 10px;
}
.pages .collab .collab-cont .hot-news .news-pic img{
    width:100%;
}
.pages .collab .collab-cont .hot-news .news-infi{
    grid-template-columns:20% 80%;
    height: auto;
}
.pages .collab .collab-cont .hot-news .news-infi .date{
    padding-left:10px;
}
.pages .collab .collab-cont .hot-news .news-infi dl{
    padding-right:10px;
}
.pages .collab .collab-cont .hot-news .news-infi dl dt{
    font-size:20px;
}
.pages .collab .collab-cont .news-list .news-cards{
    grid-template-columns:20% 80%;
    padding: 10px;
}
.pages .sr-news{
    width:100%;
}
.pages .sr-news .sr-news-cont{
    display:block;
    padding:10px;
}
.pages .sr-news .sr-news-cont .sr-news-cards .sr-news-pic img{
    margin-bottom:10px;
}
.pages .sr-news .sr-news-cont .sr-news-cards{
    margin-bottom:20px;
}
.pages .case{
    margin-bottom:30px;
    width:100%;
}
.pages .case .case-cont .layui-collapse{
    width:100%;
    height:300px;
}
.pages .case .layui-colla-title{
    width:30px;
    line-height:30px;
    font-size:16px;
    height:300px;
    padding-top:96px;
}
.pages .case .case-cont .layui-collapse .layui-colla-content{
    width:240px;
    padding:0 20px;
}
.pages .case .case-cont .layui-colla-content .case-text h4.title{
    font-size:16px;
}
.pages .case .case-cont .case-text .info{
    margin-bottom:10px;
    font-size: 12px;
}
.pages .case .case-cont .case-text img{
    height:100px;
}
.pages .case .case-cont .layui-collapse .layui-colla-content{
    height:300px;
}
.pages .case .case-cont .layui-colla-item{
    height:300px;
}
.page-cont .page-news .hot-news{
    display:block;
padding:0 10px;
}
.page-cont .page-news .hot-news .news-cards{
    display: none;
}
.page-cont .page-news .hot-news .news-cards:nth-child(1){
    display: block;
}
.page-cont .page-news .news-list-ul dl{
    grid-template-columns:20% 70%;
    gap:20px;
    margin-top:20px;
}
.page-cont .page-news .news-list-ul dl dt{
    padding-left:10px;

}
.page-cont .page-news .news-list-ul dl dd.more{
    display: none;
}
.page-cont .page-news .news-list-ul dl dt h4{
    font-size:14px;
}
.page-cont .page-news .news-list{
    padding:0 10px;
}
#news-page-laypage{
    margin:30px 0 30px 0;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-wapr{
    display: block;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-wapr .pi-title{
    display: none;
}
.pages .pro-info .layui-tabs .layui-tabs-item .pi-wapr .pi-cont{
    padding: 10px 20px;
}
.pages .pro-info .layui-tabs .pi-cont .case-box .cb-box{
    display: block;
}
.pages .pi-wapr .img-list2{
    display: block;
}
.pages .pi-wapr .img-list2 img{
    margin-bottom:20px;
}
.pages .pi-wapr .img-list3{
    display: block;
}
.img012{
    width:100%;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box{
    display: block;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box .lib-t{
    margin-bottom:20px;
}
.pages .pro-info .layui-tabs .pi-cont .pi-title4{
    font-size:20px;
}
.pages .pro-info .layui-tabs .pi-cont .team-group{
    display: block;
}
.pages .pro-info .layui-tabs .pi-cont .team-group .tg-img{
    margin-bottom:30px;
}
.pages .pro-info .layui-tabs .pi-cont h5.pi-title5{
    font-size:18px;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1{
    display: block;
}
.pages .pro-info .layui-tabs .pi-cont .left-img-box-1 .lib-img{
    width:20%;
    margin: 0 auto 20px auto;
}
.pages .pi-wapr .img-list3 img{
    margin-bottom:20px;
}
.pages .pi-wapr .c-ol{
    grid-template-columns: 10% 75%;
}
.pages .pi-wapr .c-ol .c-ol-i{
    border-radius: 0;
}
.pages .pro-info .layui-tabs .pi-cont .double-box{
    display: block;
}
.pages .pro-info .layui-tabs .pi-cont .double-box .db-box{
    margin-bottom:20px;
}
.pages .pro-info .layui-tabs .pi-cont p{
    margin-bottom:2em;
}
.pages .pi-wapr .pi-cont-zj-list{
    display: block;
}
.pages .pi-wapr .pi-cont-zj-list{
    margin:20px 10px;
}
.pages .pi-wapr .pro-dl-list{
    display: block;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box-1{
    display: block;
}
.pages .pro-info .layui-tabs .pi-cont .pro-box-1 .pb-t b{
    text-align: center;
}
.pages .pi-wapr .pro-dl-list dt{
    line-height:30px;
}
.project-warp .project .ps-list-3{
    width:100%;
    height:auto;
    display: block;
}
.project-warp .ps52 h3.title{
    width:100%;
}
.project-warp .project .ps-cards{
    width:80%;
    margin:0 auto 30px auto;
}
.project-warp .project .ps-cards .pc-t,.project-warp .project .ps-cards .pc-b{
    width:100%;
    background-size:100% 100%;
}
.project-warp .project .ps-cards .pc-c{
    min-height:550px;
}
.project-warp .project .ps-cards .pc-text .pc-btn{
    width:90%;
}
.pages .pi-wapr .item-timeline .it-box{
    grid-template-columns:25% 75%;
}
.pages .pro-info .layui-tabs .pi-cont dl dd{
    display: block !important;
}
.pages .pro-info .layui-tabs .pi-cont .team-group .tg-list{
    display: block;
}
.page-cont .contact-tel .contact-tel-box .tel{
    display: inline-block;
    width:100%;
    height:90px;
}
.page-cont .contact-tel .contact-tel-box .tel .tel-icon{
    display: none;
}
.page-cont .contact-tel .contact-tel-box .tel a{
    font-size:38px;
}
.page-cont .contact-tel .contact-tel-box{
    background:none;
    border:4px double #ceb89a;
}
.page-cont .contact-tel .contact-qcod{
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.pages .case .case-cont{
    display: block;
}
.honor-cont .honor-wrap {
    display: block;
    width:100%;
}
.honor-cont .honor-wrap .honor-title{
    display: none;
}
.pages .honor-cont .photo-item{
    scale:100%;
    margin-bottom:30px;
}
.pages .honor-cont .photo-wall{
    gap:20px;
    background:none;
    
}
.pages .honor-cont .photo-item.nobs{
    opacity:1;
    box-shadow: 24px 24px 5px rgba(0,0,0,0.3);
}
}