/**
* @description: 公共样式设置
* @author: LiuTao.
* @update: LiuTao(2021-05-13 11:38)
*/

body,html{width:100%;height:100%;font-family: 'MicrosoftYaHei','Avenir', Helvetica, Arial, sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #333;font-size:15px;line-height: 1.5;}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, ol, ul, li,input,select,button,textarea,tr,td,section,blockquote,a,label{ padding:0; margin:0; border:none;box-sizing:border-box;-moz-box-sizing: border-box;word-break:break-all;}
h1, h2, h3, h4, h5, h6{font-weight: 500;}
input,button,select,textarea,a,img{outline:none; }/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner{border:0;}/*火狐的私有属性去掉点击时边框*/
p>img{display:inline-block;}
a{display:inline-block;color:inherit;text-decoration:none}
i{display:inline-block}
input,button,select,textarea,a,img{outline:none;}
input{font-size:14px;font-family: "MicrosoftYaHei";}
textarea {padding:10px;font-family: 'MicrosoftYaHei';}
ul,ul li,ol li,li{list-style:none}
a,img,input,textarea{border:none}
a{text-decoration:none}
table{border-collapse:collapse;border-spacing:0}
label{display: inline-block;}
.img-cover{display:inline-block;width:100%;height: 100%;object-fit:cover;}
.img-width{display:inline-block;width:100%;height: auto;}
.img-height{display:inline-block;width:auto;height: 100%;}
.img-scale{display:inline-block;width:100%;height: 100%;object-fit: scale-down;}
.img-auto { max-width: 100%;height: auto;}
.img-block { display: block;}
.fl{float:left}
.fr{float:right}
.clear::after { content: '';display: block;clear: both;}
.none{display:none}
.pr{position:relative}
.pa{position:absolute}
.flex {display: flex;}
.flex-c{display: flex;align-items: center;}
.flex-c-c{display: flex;align-items: center;justify-content: center;}
.flex-c-sb{display: flex;align-items: center;justify-content: space-between;}
.flex-c-sa{display: flex;align-items: center;justify-content: space-around}
.flex-c-e{display: flex;align-items: center;justify-content: flex-end;}
.flex-e{display: flex;align-items: flex-end;}
.flex-e-sb{display: flex;align-items: flex-end;justify-content: space-between;}
.flex-s{display: flex;align-items: flex-start;}
.flex-s-sa{display: flex;align-items: flex-start;justify-content: space-around;}
.flex-s-sb{display: flex;justify-content: space-between;}
.flex-s-c{display: flex;justify-content: center;}
.flex-wrap {display: flex;flex-wrap: wrap;align-content: flex-start;}
.flex-wrap-c-c {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.flex-wrap-c-sb {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.flex-warp-c-e{display: flex;;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.flex-column {display: flex;flex-direction: column;align-items: start;}
.flex-column-c {display: flex;flex-direction: column;align-items: center;justify-content: start;}
.flex-column-c-c {display: flex;flex-direction: column;align-items: center;justify-content: center;}
.flex-column-s-sb {display: flex;flex-direction: column;justify-content: space-between;}
.flex-column-s-c {display: flex;flex-direction: column;justify-content: center;align-items: start;}
.flex-auto {flex: 1 1 auto;}
.ellipsis_1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.ellipsis_2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.ellipsis_3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.ellipsis_4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.pointer { cursor: pointer;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.nowrap{white-space: nowrap;}
.inline-div {display: inline-block;}

.h60vh{height: 60vh;}
.h100per {height: 100%;}
.w100per{width:100%;}
.w50per{width:50%;}
.w40per{width:40%;}
.w33per{width:33%;}
.w25per{width: 25%;}
.min-w20per { min-width: 20%;}
.min-w25per { min-width: 25%;}
.min-w33per { min-width: 33%;}
.min-w50per { min-width: 50%;}
.w300 {width: 300px;}
.w220{width: 220px;}
.w180{width: 180px;}
.w150{width: 150px;}
.w120{width: 120px;}
.w100{width: 100px;}
.w80{width: 80px;}
.overflow-y-auto { overflow-y: auto;}

.margin_tb7 {margin: 7px 0;}
.margin_tb2 {margin: 2px 0;}
.margin_tb20 {margin: 20px 0;}
.margin_top3{margin-top: 3px;}
.margin_top6{margin-top: 6px;}
.margin_top10{margin-top: 10px;}
.margin_top14{margin-top: 14px;}
.margin_top16{margin-top: 16px;}
.margin_top20{margin-top: 20px;}
.margin_top30{margin-top: 30px;}
.margin_top40{margin-top: 40px;}
.margin_top50{margin-top: 50px;}
.margin_top70{margin-top: 70px;}
.margin_top80{margin-top: 80px;}
.margin_bottom3 {margin-bottom: 3px;}
.margin_bottom10 {margin-bottom: 10px;}
.margin_bottom14{margin-bottom: 14px;}
.margin_bottom16{margin-bottom: 16px;}
.margin_bottom20 {margin-bottom: 20px;}
.margin_bottom30 {margin-bottom: 30px;}
.margin_lr6 { margin-left: 6px;margin-right: 6px;}
.margin_lr10 { margin-left: 10px;margin-right: 10px;}
.margin_lr20 { margin-left: 20px;margin-right: 20px;}
.margin_right5 {margin-right: 5px;}
.margin_right8 {margin-right: 8px;}
.margin_right10 {margin-right: 10px;}
.margin_right16 {margin-right: 16px;}
.margin_right20 {margin-right: 20px;}
.margin_right30 {margin-right: 30px;}
.margin_left5{margin-left: 5px;}
.margin_left10{margin-left: 10px;}
.margin_left16{margin-left: 16px;}
.margin_left20{margin-left: 20px;}
.padding30{padding: 30px;}
.padding20{padding: 20px;}
.padding10{padding: 10px;}
.padding_tb10{padding: 10px 0;}
.padding_tb20{padding: 20px 0;}
.padding_top10{padding-top: 10px;}
.padding_top20{padding-top: 20px;}
.padding_top50{padding-top: 50px;}
.padding_right10 { padding-right: 10px;}
.padding_right20 { padding-right: 20px;}
.padding_left20 { padding-left: 20px;}
.margin_left_auto { margin-left: auto;}
.font-weight-bold { font-weight: bold;}
.line-height18{line-height: 1.8;}

/*筛选公用*/
.filter-box {width: 100%;}
.filter-type {max-width: 90%;}
.filter-select {margin-right: 10px;width: 120px;}
.filter-search {margin-right: 10px;width: 200px;}
.filter-date {margin-right: 10px;width: 240px;}
.table-box {margin-top: 20px;}
.bg-white{background-color: #FFFFFF;}

/*通用样式*/
.more{font-size: 14px;color: #333;cursor: pointer}
.title-img{width: 161px;height: 52px;margin-top: 50px;}

.comm-list .item-box{margin-right: 4%;margin-bottom: 4%;width: 48%;padding: 25px 40px;background: url("/templates/index/image/item_bg.png") top center / 100% no-repeat #fff;box-shadow: 0 0 9px 0 rgba(0,0,0,0.12); border-left: 0;}
.comm-list .item-box:nth-child(2n){margin-right: 0;}
.comm-list .item-box .item-title-box{margin-bottom: 25px;}
.comm-list .item-box .item-title-box .icon{width: 48px;height: 46px;margin-right: 25px;}
.comm-list .item-box .item-title-box .name{font-size: 24px;color:#005BAC; font-weight: bold;}
.comm-list .item-box:hover .item-title-box  .name{color:#005BAC}
.comm-list .item-box .intro-box .image{flex:0 0 170px;height: 92px;margin-right: 30px;}
.comm-list .item-box .intro-box .intro{ font-size: 14px;line-height: 1.8;}
.comm-list .item-box{position:relative;overflow:hidden;}
.comm-list .item-box .line{position:absolute;height:100%;top:0;left:0;width:6px;}


.left-menu{background: #F5F5F5;width:300px!important;overflow:hidden;}
.left-menu .left-title-box{width: 300px;height: 116px;background: url("/templates/index/image/xbtp/nav-bg.png") center / cover no-repeat;}
.left-menu .left-title-box .icon{width: 27px;height: 27px;margin-bottom:10px;}
.left-menu .left-title-box .name{font-size: 24px;color: #fff;}
.left-menu .left-menu-item{padding: 35px 20px;border-left: 2px solid transparent;border-bottom: 1px solid #EFEFEF;width:300px;font-size:18px;}
.left-menu .left-menu-item:last-child{border-bottom: 0;}
.left-menu .active{color: #005BAC !important;border-color: #005BAC;background: #fff !important;border-bottom-color:#fff;}
.location{margin-bottom:0}

/*版心*/
.page-center { margin: auto;width: 90%;max-width:1400px;}

/* 子页面banner */
.page-banner { width: 100%;height: 450px;}
.ban-info {bottom: 0;left: 0;width: 100%;background: linear-gradient(0deg, rgba(26,26,26,0.3) 0%, rgba(26,26,26,0) 100%);}
.ban-info.list-ban{background:transparent;bottom: -30px;}
.info-tt { font-size: 32px;color: #fff;margin:28px 0;float:left;}
.info-line { width: 2px;height: 60px;margin: 24px 30px;background: #fff;float:left;}
.info-nav { padding: 40px 0;font-size: 16px;color: #fff;}
.navs{width:100%;background:url('/templates/index/image/zz/lbtp/nav-bg_pc.png') no-repeat center left / 50% 100%;margin-top:30px;}
.navs .nav-cont{display:inline-block;padding:38px 140px 38px 0;background:url('/templates/index/image/zz/lbtp/nav-bg_pc.png') no-repeat center right / auto 100%;}
.navs .navs-item{display:inline-block;margin-right: 20px;color:#fff;font-size:17px;padding: 6px 10px;;cursor:pointer;position: relative;border-radius: 6px;}
.navs .navs-item.on{background:#fff;color:#015bb1;}
.banner-pc{display:block;}
.banner-mobile{display:none;}
@media screen and (max-width: 768px){
  .page-banner { width: 100%;height:15rem;}
  .page-center{width: calc(100vw - 2.6rem);}
  .banner-mobile .tt-line{padding: 1.3rem;bottom: 0;left: 0;width: 100%;background: linear-gradient(0deg, rgba(26,26,26,0.3) 0%, rgba(26,26,26,0) 100%);}
  .info-tt { font-size: 1.6rem;color: #fff;margin: 0;float: none;}
  .info-line {display:none;}
  .info-nav {font-size: 1rem;color: #fff;padding: 1rem 0;}
  .banner-pc{display:none;}
  .banner-mobile{display:block;}
  .banner-mobile .banner-box{height: 20rem;}
  .nav-box{margin: 1.3rem;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.1);}
  .box-tt{background:url(/templates/index/image/zz/lbtp/nav_bg.png) no-repeat center / cover;font-size: 1.2rem;text-align:center;color:#fff;padding: 0.9rem 0;}
  .box-tt .tt-icon{width: 1.5rem;height:1.5rem;margin: 0 auto 0.2rem;}
  .box-cont{}
  .box-cont .navs-item{display:inline-block;width:33.2%;text-align:center;padding: 0.8rem;border-right:1px solid #ececec;border-bottom:1px solid #ececec;}
  .box-cont .navs-item:nth-child(3n){border-right: 0;}
  .box-cont .navs-item.on{color: #015bb1;}
}

/* 顶部导航（主页） */
/* .search-dialog{display:none;}
.image-search-pc{width:20px;height:20px;margin-left:15px;position:relative;cursor:pointer;}
.search-dialog-pc{position:fixed;width:300px;padding:10px;background:#fff;top:50px;z-index:99999;display:none;right:60px;}
.search-dialog-pc .dialog-icon-search-pc{width:32px;height:32px;padding:4px}
#searchBox{height:32px;line-height:32px;padding:0 10px;}
.icon-close-search-pc{flex:0 0 28px;font-size:32px;line-height:32px;text-align:center;margin-left:5px;cursor:pointer;}
.dialog-brode{border:1px solid #eee;flex:1 1 auto;}
.bg-swiper .nav-mobile{display: none;}
.bg-swiper .is-mobile{display: none;}
.nav{
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
/* 	background: #015BB1; box-shadow: 0 0 10px 2px rgba(0,0,0,.2); */
  width: 100vw;height: 100px;position:fixed;top:0;z-index:9999;transition:all .3s
}
.nav.nav-blue-color {background:#015BB1;box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.nav .logo{height:68px;}
.nav .logo img { height:100%;}
.nav .article_list_nav{height:44px; transition: all 0.3s cubic-bezier(0.5,0,0.2,1) 0s;}
.nav .article_list_nav_hide{height:0;overflow:hidden;} */
@media screen and (max-width: 1400px) {
  .nav .logo { height:50px;}
  .nav .t { white-space:nowrap;padding:0 14px;font-size:15px;}
}
@media screen and (max-width: 768px) {
    .page-center {padding:0 15px;width: 100%;min-width: 100%;opacity: 1 !important;transform: scale(1)}
/*     .bg-swiper .is-mobile{display: block;}
    .bg-swiper .nav{display: none;}
    .bg-swiper .nav-mobile {box-shadow: 0 0.25rem 1rem 0.1rem rgba(0,0,0,.1);padding: 0.825rem 1rem;display: flex;width: 100%;position: fixed;top: 0;left: 0;background: #015BB1;z-index: 999;}
    .bg-swiper .nav-mobile .logo{height: 2rem;}
    .bg-swiper .nav-mobile .icon-menu{width: 22px;height: 22px;}
    .bg-swiper .nav-mobile .image-search{width: 22px;height: 22px;margin-right: 15px}
    .bg-swiper .search-dialog{padding: 10px;position: fixed;top: 55px;z-index: 9999;width: 100vw;background-color: #FFFFFF;display: none;transition: all .3s;}
    .bg-swiper .search-dialog .dialog-icon-search{flex:0 0 20px;height: 20px;margin-right: 5px}
    .bg-swiper .search-dialog .dialog-brode {margin-right: 10px;flex:1 1 auto;border: 1px solid #eee;height: 28px;line-height: 28px;}
  	.bg-swiper .search-dialog .dialog-brode 	input { padding:0 10px;}
    .bg-swiper .search-dialog .icon-close-search{text-align: center;line-height: 32px;flex: 0 0 28px;font-size: 32px;font-weight: 300;color: #666;}
    .bg-swiper .nav-mobile .mobile-nav-list{display: none;top: 0;left: 0;position: fixed;width: 100vw;height: 100vh;z-index: 9999;flex-direction: row;}
    .bg-swiper .nav-mobile .mobile-nav-list .l-nav{overflow-y: auto;overflow-x: hidden;width:0;background: rgba(255,255,255,.99);height: 100%;transition: all 0.5s;border-left: 0.3rem solid rgba(1,91,177,.85);}
    .bg-swiper .nav-mobile .mobile-nav-list .l-nav .btn-box{padding: 1rem;}
    .bg-swiper .nav-mobile .mobile-nav-list .l-nav .home-btn{padding: 0.628rem 0;display: inline-block;width: 100%;text-align: center;white-space: nowrap;color:#fff;background: rgba(1,91,177); }
    .bg-swiper .nav-mobile .mobile-nav-list .r-bg{flex:1 1 auto;background: rgba(0,0,0,0.5);height: 100%;}
    .bg-swiper .nav-mobile .col-list{width: 100%}
    .bg-swiper .nav-mobile .col-list .t{width: 100%;padding: 0 1rem;transition:.4s;border-bottom: 1px solid #ededed;}
    .bg-swiper .nav-mobile .col-list .t:last-child { border-bottom:none;}
    .bg-swiper .nav-mobile .col-list .t .fist-nav-box{padding: 1.1rem 0;}
    .bg-swiper .nav-mobile .col-list .t .icon-arrow{font-size: 1.64rem;padding-left: 2rem;color: rgba(1,91,177);opacity:0;height: 1.5rem;line-height: 1.5rem;}
    .bg-swiper .nav-mobile .col-list .t .sec-nav-mobile{padding-left:2rem;display:none;overflow: hidden;padding-bottom:0.8rem;}
    .bg-swiper .nav-mobile .col-list .t .sec-nav-mobile li{transition: .3s all;padding: 0.625rem 0.625rem 0.625rem 0;color: #333;white-space: nowrap;font-size:1rem;}
    .bg-swiper .nav-mobile .col-list .t .sec-nav-mobile li:first-child{padding-top: 0}
    .bg-swiper .nav-mobile .col-list .t .fist-nav-mobile{white-space: nowrap;line-height: 1;width:auto;color:#333;font-size:1.1rem;} */
}


/*顶部导航（子页）*/
/* .nav { 
  width: 100%;position: fixed;z-index: 9;top: 0;left: 0;
  background: #015BB1;box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    background: linear-gradient(180deg, rgba(26,26,26,0.5) 0%, rgba(26,26,26,0) 100%);
  color: #fff;transition: .3s;padding-bottom: 20px;
} */
/*.nav-blue-color { background: #015BB1;box-shadow: 0 0 10px 2px rgba(0,0,0,.2);}
.nav-sub { padding: 12px 0;}
.nav-sub .nav-item { margin-right: 50px;font-size: 16px;}
.nav-sub .nav-item img { width:16px;height:16px;}
.nav-search { padding: 0 16px;width: 202px;height: 36px;border-radius: 50px;border: 1px solid #fff;}
.nav-search input { width: 135px;margin-right: 14px;background: transparent;font-size: 15px;color: #fff;}
.nav-search img{ cursor:pointer;}
.nav-list { position: relative;width: 100%;justify-content:space-between;margin-top: 10px;}
.nav-list .nav-item { font-size: 16px;position:relative;white-space:nowrap;}
.sub-nav-list { 
  position: absolute;top: calc(100% + 16px);left: calc(50% - 80px); z-index: 99; padding-top: 13px; width: 160px;
  opacity:0;visibility:hidden;transition:.3s;
  text-align:center;background:#fff;padding:10px 0;box-shadow:0 0 10px rgba(0,0,0,.3);
}
.nav-item:hover .sub-nav-list { opacity:1;visibility:visible;}
.sub-nav-list a{color:#333;display:block;font-size:14px;padding:8px 5px;margin-bottom:1px;background:#fff;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}
.sub-nav-list a:hover{background:#015BB1;color:#fff}
.sub-nav-list:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:8px solid transparent;border-bottom-color:#fff;top:-16px}
.nav-list .nav-item:nth-child(1) { margin-left:0;}
.nav-list .nav-item:nth-child(4) { margin-right: 22%;}
.nav-list .nav-item:nth-child(5) { margin-left:0;}
.nav-logo { left: 40%;right:40%;position: absolute;bottom: -8px;}
.nav-center { width: 90%;max-width:1400px;margin: auto;}
.nav-mobile{display: none;}
.search-dialog { display:none;}
@media screen and (max-width: 768px){
  .nav{display: none;}
  .nav-mobile {box-shadow: 0 0.25rem 1rem 0.1rem rgba(0,0,0,.1);padding: 0.825rem 1rem;display: flex;width: 100%;position: fixed;top: 0;left: 0;background: #015BB1;z-index: 999;}
  .nav-mobile .logo{height: 2rem;}
  .nav-mobile .icon-menu{width: 22px;height: 22px;}
  .nav-mobile .image-search{width: 22px;height: 22px;margin-right: 15px}
  .search-dialog{padding: 10px;position: fixed;top: 55px;z-index: 9999;width: 100vw;background-color: #FFFFFF;display: none;transition: all .3s;}
  .search-dialog .dialog-icon-search{flex:0 0 20px;height: 20px;margin-right: 5px}
  .search-dialog .dialog-brode {margin-right: 10px;flex:1 1 auto;border: 1px solid #eee;height: 28px;line-height: 28px;}
  .search-dialog .dialog-brode 	input { padding:0 10px;}
  .search-dialog .icon-close-search{text-align: center;line-height: 32px;flex: 0 0 28px;font-size: 32px;font-weight: 300;color: #666;}
  .nav-mobile .mobile-nav-list{display: none;top: 0;left: 0;position: fixed;width: 100vw;height: 100vh;z-index: 9999;flex-direction: row;}
  .nav-mobile .mobile-nav-list .l-nav{overflow-y: auto;overflow-x: hidden;width:0;background: rgba(255,255,255,.99);height: 100%;transition: all 0.5s;border-left: 0.3rem solid rgba(1,91,177,.85);}
  .nav-mobile .mobile-nav-list .l-nav .btn-box{padding: 1rem;}
  .nav-mobile .mobile-nav-list .l-nav .home-btn{padding: 0.628rem 0;display: inline-block;width: 100%;text-align: center;white-space: nowrap;color:#fff;background: rgba(1,91,177); }
  .nav-mobile .mobile-nav-list .r-bg{flex:1 1 auto;background: rgba(0,0,0,0.5);height: 100%;}
  .nav-mobile .col-list{width: 100%}
  .nav-mobile .col-list .t{width: 100%;padding: 0 1rem;transition:.4s;border-bottom: 1px solid #ededed;}
  .nav-mobile .col-list .t:last-child { border-bottom:none;}
  .nav-mobile .col-list .t .fist-nav-box{padding: 1.1rem 0;}
  .nav-mobile .col-list .t .icon-arrow{font-size: 1.64rem;padding-left: 2rem;color: rgba(1,91,177);opacity:0;height: 1.5rem;line-height: 1.5rem;}
  .nav-mobile .col-list .t .sec-nav-mobile{padding-left:2rem;display:none;overflow: hidden;padding-bottom:0.8rem;}
  .nav-mobile .col-list .t .sec-nav-mobile li{transition: .3s all;padding: 0.625rem 0.625rem 0.625rem 0;color: #333;white-space: nowrap;font-size:1rem;}
  .nav-mobile .col-list .t .sec-nav-mobile li:first-child{padding-top: 0}
  .nav-mobile .col-list .t .fist-nav-mobile{white-space: nowrap;line-height: 1;width:auto;color:#333;font-size:1.1rem;}
}*/


/* 底部 */
/* .footer{color: #FFFFFF;font-size: 14px;padding: 40px 0 ;line-height: 20px;}
.footer .line{width: 1px;height: 86px;margin:0 50px;background-color:#FCFCFC;opacity: 0.2;}
.footer .code{width: 107px;height: 107px;background: #FFFFFF;border-radius: 6px;margin-bottom: 20px;}
.footer {background: url("/templates/index/image/footer-banner-index.png") bottom / cover no-repeat;padding-bottom: 0;color:#fff;}
.footer .copyright {padding: 16px 0;}
.footer .line {width: 100%;height: 1px;background-color: #C3CCDC;margin: 0;}
.footer .left{width: 50%;}
.footer .left .logo {height: 80px;}
.footer .right {width: 50%;}
.footer .right .contact-us {margin-bottom: 10px;}
.footer .right .contact-us span {min-width:49.5%;display:inline-block;}
.footer .blog-roll-list{margin-top: 30px;}
.footer .blog-roll-list .title {margin-right: 15px;}
.footer .blog-roll-list .blog-roll-item {margin-right: 30px;margin-bottom: 20px;} */

/*底部*/
/* .footer{background: url("/templates/index/image/xbsyl/footer-bg.png") no-repeat;background-size: 100% cover;padding-top: 30px;}
.footer .footer-logo{width: 380px;}
.footer .qr-code-arr{display:flex;margin-bottom:1rem;}
.footer .qr-code {width: 100px;margin: 0 20px;}
.footer .qr-code .code-pic{width: 100px;height: 100px;margin-bottom: 10px;}
.footer .qr-code .code-text{color:#fff;font-size: 14px;text-align:center;}
.footer .contact-tt{font-size: 18px;font-weight: 400;color: #FFFFFF;margin-bottom: 20px;}
.footer .contact-tt::after{content: '';width: 45px;height: 2px;background: #FFFFFF;position:absolute;top:35px;left: 0;}
.footer .links{margin-right: 100px;}
.footer .link-list{font-size: 14px;font-weight: 400;color: #FFFFFF;margin: 5px 0;}
.footer .information{width: 100%;height: 70px;background: rgba(1,91,177,.8);font-size: 14px;color: #FFFFFF;font-weight: 400;line-height: 26px;}
.layout{transition:1s linear all;}
.animate{ transform: rotateY(0);}
.article_list_nav .nav-item:last-child a{border-right:0;}
.logo{cursor:pointer;} */
@media screen and (max-width: 768px){
  /*   .footer{padding: 1rem;background-color: #0961B5}
  .footer .page-center{width: 100%;display:block;}
  .footer .left{width:100%;}
  .footer .left .logo{height: 3rem;margin: 1rem auto;text-align:center;}
  .footer .right{width:100%;}
  .footer .right .contact-us{margin-bottom: 0;line-height: 1.5;}
  .footer .blog-roll-list{margin: 1.2rem 0 1rem;}
  .footer .blog-roll-list .blog-roll-item{margin-right: 0.8rem;margin-bottom: 0;}
  .footer .copyright{padding: 1rem 0 0 ;width:88%;text-align:center;} */
/*   .footer{background-color: #0961B5}
  .footer .flex-c-sb{flex-direction: column;}
  .footer .footer-logo{width: 60%;height: 6rem;}
  .footer .flex-c-sb .flex-c{ flex-direction: column;}
  .footer .flex-c-sb .flex-c .links{flex-direction: row;flex-wrap: wrap;}
  .footer .contact-tt{width: 100%;}
  .footer .link-list{margin-right: 0.6325rem;}
  .footer .links{margin-right: 0;margin-bottom: 0.825rem;width:100%}
  .footer .flex-c-sb .flex-c .flex-column{flex-direction: row;flex-wrap: wrap}
  .footer {min-height: 30rem;height: auto;padding-top:1rem;}
  .footer .information{width: calc(100%);left: 0;padding: 1rem}
  .footer .information{align-items: unset;justify-content: unset;height: auto;padding:10px 15px;border-top:1px solid rgba(255,255,255,.3);}
  .footer .information a{display: block;} */
}


/*字体*/
@font-face {
  font-family: fangZheng;
  src: url('/templates/index/font/FZXBZS.TTF');
}
@font-face {
  font-family: pingFang;
  src: url('/templates/index/font/PINGFANG.TTF');
}
