@charset "UTF-8";
/* ========== 手机端公用组件 start ========== */
/* 详情弹出加载层 start */
.windowView {position: fixed;bottom: 0;left: 0;width: 100%;height: 100%;background: #fff;transform: translateY(100%);opacity: 0;visibility: hidden;transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;z-index: 999;overflow: hidden;}
.windowView.on {transform: translateY(0);opacity: 1;visibility: visible;}
.contentView {overflow: hidden;height:100%;box-sizing: border-box;}
.windowView.on .contentView {overflow-y: auto;}
.viewClose {position: absolute;width: 3rem;height: 3rem;line-height: 3.8rem;top: -1rem;right: -1rem;background: #1eacf6;border-radius: 50%;transform: scale(0);opacity: 0;transition: 0.8s;}
.viewClose em {color: #fff;font-size: 0.7rem;padding-left: 0.8rem;}
.windowView.on .viewClose {transform: scale(1);opacity: 1;}
.maskBg {position: fixed;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;z-index: 100;background-color: rgba(0, 0, 0, .6);transition: all 0.5s;}
.maskBg.show {opacity: 1;visibility: visible;}

/* 详情弹出加载层 end */
/* 电话弹出加载层 start */
.windowPhoneBg{ position: fixed; left: 0;top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); transition: all 300ms linear;-webkit-transition: all 300ms linear; z-index: 10; visibility: hidden;}
.windowPhoneBg.show{background: rgba(0, 0, 0, .2);visibility: visible;}
.windowPhone{ position: fixed; left: 0; bottom: 0; width: 100%; box-sizing: border-box;-webkit-box-sizing: border-box; padding: .25rem; z-index: 11;transition: all 300ms linear;-webkit-transition: all 300ms linear; transform: translateY(100%);-webkit-transform: translateY(100%);visibility: hidden;}
.windowPhone .item{ margin-bottom:.5rem}
.windowPhone a{display: flex;align-items: center;background: #FFF;border-radius: .6rem;}
.windowPhone a .icn{width: 3rem;height: 2.5rem;line-height: 2.6rem;text-align: center;}
.windowPhone a .icn i{ font-size:1.2rem}
.windowPhone a span{flex: 1;height: 2.5rem;line-height: 2.6rem;color: #c82126;padding-right: 1rem;font-size: 1rem;letter-spacing: 1px;}
.windowPhone .btn a{text-align: center;font-size: .8rem;/* font-weight: bold; */; padding: 0;}
.windowPhone .btn a span{ line-height: 2.7rem; font-weight: bold;}
.windowPhone.show{transform: translateY(0);-webkit-transform: translateY(0);visibility: visible;}
/* 电话弹出加载层 end */
/*图片弹窗start*/
.picSwiperhtml{ display: none;}
.mainPic{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: #000; z-index: 1000; visibility: hidden; opacity: 0; transition: all 0.3s linear;-webkit-transition: all 0.3s linear }
.mainPic.show{ visibility: visible; opacity: 1; }
.mainPicClose{position: absolute;z-index: 1;right: 1rem;top:0.5rem;width: 1.9rem;height: 1.9rem;background: url(../images/close.png) no-repeat center center;background-size: auto 1.9rem;text-align: center;line-height: 1.9rem;}
.mainPicClose span{font-size: 1.2rem;color: #FFF;display: inline-block;}
.mainPicBox{ position: absolute; left: 0px; width: 100%; height: 100%; top:50%; transform: translateY(-50%);}
.mainPicBox .swiper-container {
  width: 100%;
  height: 100%;
}
.mainPicBox .swiper-slide {
  overflow: hidden;
}
.photePage{ position: absolute; left: 0px; width: 100%; top:0px; height: 2.0rem; line-height: 2.5rem;  text-align:  center; color: #FFF; font-size: 0.7rem }
/*图片弹窗end*/
/* ========== 手机端公用组件 end ========== */
/* ========== 主体框架 start ========== */
.box{ background: #FFF; padding:.5rem .75rem;}
/* 头部 start */
.head1{ height: 2.25rem; line-height: 2.25rem; position: relative; z-index: 5; background: #FFF; overflow: hidden;}
.logo{ float: left; margin-left: .5rem; margin-top: .375rem;}
.logo img{ display: block; width:8rem;}

.headText{ overflow: hidden; font-size: .8rem; text-align: center; color: #333;}

.menuBtn{display: block;width:2.25rem;height:2.25rem; float: right; display: inline; text-align:center; z-index: 6; position: relative;}
.menuBtn:before{ display: block; content: ''; width: 0px; height: 100%; border-left: 1px solid #dedede; position: absolute; left: 0px; top: 0px; transform: scaleX(0.5); -webkit-transform: scaleX(0.5)}
.menuBtn span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.menuBtn .line{
  width: 18px;
  height: 2px;
  background-color: #0d4861;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scaleY(1);
}
.menuBtn .line:nth-child(2){background: #0d4861;}
.menuBtn .line:nth-child(3){width: 13px;margin-left: 5px;}
.menuBtn.active .line{background: #0d4861;width: 25px;}
.menuBtn.active .line:nth-child(2){
  opacity: 0;
}
.menuBg1{ height: 2.25rem; position: fixed; left: 0px; top: 0px; z-index: 1; background:#000; width: 100%; transition: all 0s;-webkit-transition: all 0s; visibility: hidden; opacity: 0;}
.menuBg1.active{ opacity: 0; visibility: visible;}
.menuBtn.active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg) scaleY(.5);
  transform: translateY(9px) rotate(45deg) scaleY(.5);
}
.menuBtn.active .line:nth-child(3){
  -webkit-transform: translateY(-5px) rotate(-50deg) scaleY(.5);
  transform: translateY(-5px) rotate(-50deg) scaleY(.5);
  margin-left: 0;
}
/* 头部 end */
/* 搜索start */
.search {float: right;height: 2.25rem;width: 2.25rem; text-align: center; line-height: 2.25rem;}
.search span{ font-size: 1rem;}
.searchBtn{ width: 2.25rem;height: 2.25rem; text-align: center; line-height: 2.25rem; color: #7c90b1; float: right;}
.searchBox{ height: 1.75rem; padding:.5rem; padding-right: 0; background: #FFF; margin-top: -2.75rem; transition: all .5s;-webkit-transition: all .5s; visibility: hidden;}
.searchBox.show{margin-top: 0; visibility: visible;}
.searchBox input{ height: 1.75rem; line-height: 1.75rem; vertical-align: middle; border: none; width: 100%; background: #f5f5f5; border-radius: .35rem; box-sizing: border-box;-webkit-box-sizing: border-box; padding: 0 .5rem;}
.searchBox span{display: block; width: 1.75rem; height: 1.75rem; text-align: center; line-height: 1.75rem; color: #0169a6; font-size: .7rem; padding:0 .5rem;}
/* 搜索end */
/*导航start*/
.menuBg{position: fixed; width: 100%; height: 100%; right: 0px; top: 0px; background: rgba(0,0,0,0.5); z-index: 5; visibility: hidden; opacity: 0; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.menuPage{ position: fixed; width: 75%; height: 100%; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); background:#f5f5f5; right: 0px; top: 0px; z-index: 6; overflow: hidden;display:flex;flex-direction:column;visibility: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0;transform: translateX(100%);-webkit-transform: translateX(100%);}
.menuHead{box-shadow: 0px 0px 5px rgba(0,0,0,0.1); position: relative; z-index: 2;}
.menuPageBody{ clear: both;flex-grow: 1; flex-basis: 0;overflow: hidden; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.menuPageList{ overflow: hidden;}
.menuPageList dd{ overflow: hidden;}
.menuPageList dd span{ display: block;overflow: hidden; position: relative;}
.menuPageList dd span:before{ display: block; content: ''; width: 100%; height: 0; border-bottom: 1px solid #dbdbdb; position: absolute; left: 0px; bottom: 0px; transform: scaleY(0.5); -webkit-transform: scaleY(0.5)}
.menuPageList dd span a{ display: block;overflow: hidden; height: 2rem; line-height: 2rem; text-align: left; font-size: .7rem; color: #1f1f1f; padding: 0 .75rem; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menuPageList dd span em{ display: block; width: 2rem; height: 2rem; text-align: center; line-height: 2rem; color: #c7c7c7; position: absolute; right: 0px; top: 0px; font-style: normal; display: none; z-index: 1; font-size: .8rem;}
/*.menuPageList dd span em.icn2{ background-image: url(../images/jian.png);}*/
.menuPageList dd span em.active{ display: block;}
.menuPageList dd .ejBox{ padding: .4rem .75rem; display:none; background: #FFF;}
.menuPageList dd .ejBox .ejdd{ overflow: hidden; margin-bottom: .5rem;}
.menuPageList dd .ejBox .ejdd .ej{ position: relative;}
.menuPageList dd .ejBox .ejdd .ej em{ display: block; position: absolute; right: 0px; top: 0px; width: 1.25rem; height: 1.25rem; text-align: center; line-height: 1.25rem; font-size: .7rem; display: none; z-index: 20}
.menuPageList dd .ejBox .ejdd .ej em.active{ display: block;}
/*.menuPageList dd .ejBox .ejdd .ej em.icn3{ background-image: url(../images/jian2.png);}*/
.menuPageList dd .ejBox .ejdd .ej a{ display: block; height: 1.25rem; line-height: 1.25rem; overflow: hidden; color: #666666; font-size: .65rem; padding-left: .5rem; position: relative}
.menuPageList dd .ejBox .ejdd .ej a:before{ display: block; content: ''; position: absolute; left: 0px; top: 50%; margin-top: -.1rem; width: .15rem; height: .15rem; background: #666666;}
.menuPageList dd .ejBox .ejdd .sj{ overflow: hidden; padding: .25rem .75rem; display: none;}
.menuPageList dd .ejBox .ejdd .sj a{ display: block; height: 1.25rem; line-height: 1.25rem; overflow: hidden; color: #666666; font-size: .6rem; padding-left: 1rem; position: relative}
.menuPageList dd .ejBox .ejdd .sj a:before{ display: block; content: ''; position: absolute; left: .5rem; top: 50%; margin-top: 0; width: .25rem; height: 1px; background: #666666;}

.menuPageList dd.hover span a{ background:#0d4861; color: #FFF;}
.menuPageList dd.hover span em{color: #FFF;}
/*导航end*/
/*导航动画start*/
.menuBg.active{visibility: visible; opacity: 1;}
.menuPage.active{visibility: visible; transform: translateX(0);-webkit-transform: translateX(0)}
.menuPage.active .menuPageC1{ display: block;}
/*导航动画end*/
/*底部start*/
.footerList{ height: 2.25rem; overflow: hidden; display: flex; background: #0d4861;}
.footerList .item{ flex: 1;}
.footerList .item a{ display: block; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: .25rem; color: #fff;}
.footerList .item .icn{ height: .95rem; line-height: .95rem; font-size: .9rem; text-align: center;}
.footerList .item:nth-child(3) .icn{font-size: 1.1rem;}
.footerList .item .icn img{ height: 1rem; display: block; margin: 0 auto;}
.footerList .item .text{color: #fff; height: 1rem; line-height: 1rem; text-align: center; font-size: .6rem;}
.footerList .item.hover a{color: #0d4861;}
/*底部end*/
/*底部版权start*/
.copyRight{padding: .5rem 0;background: #FFF;line-height: 1.5rem;font-size: .65rem;color: #333;text-align: center;}
.followUs{height: 1.5rem;line-height: 1.5rem;}
.followUs em{display: inline-block;vertical-align: middle; font-size:1rem;color: #51b675;}
.followUs span{display: inline-block;vertical-align: middle;font-size:.8rem;color: #333;}
.mobileBody {position: relative;}
.followMask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);opacity: 0;visibility: hidden; transition: all 500ms;-webkit-transition: all 500ms;z-index: 3;}
.followMask.show{opacity: 1;visibility: visible;}
.followLayer{background-color: #fff;width: 95%;position:fixed;top:40%;left: 2%; border-radius: .3rem;overflow: hidden;transform: scale(0);-webkit-transform: scale(0);transition: all 500ms;-webkit-transition: all 500ms;z-index: 4;text-align: center;padding:0 .75rem .75rem;box-sizing: border-box;-webkit-box-sizing: border-box;}
.followLayer .close{text-align:right;padding: 0.5rem;}
.followLayer.show{transform: scale(1);}
.followLayer .info{display: inline-block;vertical-align: middle;margin-right: 0.75rem;}
.followLayer .pic{width:3rem;}
.followLayer .pic::before{padding-top: 100%;}
.followLayer .pic img{object-fit: contain;}
.followLayer .info .text{text-align: center;font-size: .65rem;color: #333;line-height: 1.2rem;}
.copyRight .hotText{overflow: hidden;line-height:1.5rem;font-size: .65rem;color: #666;display: flex;justify-content: center;}
.copyRight .hotText span{float: left;display: inline;width: 38%;}
.copyRight .hotText ul{text-align: justify;overflow: hidden;}
.copyRight .hotText ul li{float: left;display: inline;padding-right: 0.2rem;margin-right: 0.2rem;position: relative;}
.copyRight .hotText ul li::before{display: block;content:'';width: 0.1rem;height: .6rem;background-color: #999;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.copyRight .hotText ul li:last-child::before{display: none;}
/*底部版权end*/
/*banner start*/
.indexBanner{ width: 100%; position: relative; z-index: 1;}
.indexBanner img{ width: 100%;}
.indexBanner .swiper-pagination{font-size: .75rem;color: #fff;}
.indexPrev{position: absolute;left: 38%;font-size: .7rem;bottom: 5%;z-index: 11;color: #fff;}
.indexNext{position: absolute;left: 59%;bottom: 5%;z-index: 11;font-size: .7rem;color: #fff;}
/*banner end*/
/*快捷导航start*/
.indexNavBox{ padding: .5rem 0;}
.indexNav{width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0;overflow:hidden;}
.indexNav dd{width:25%;float:left;display:inline; padding-top: .25rem;}
.indexNav dd a{display:block;}
.indexNav dd .icn{width:2.25rem;height:2.25rem;display:block;margin:0 auto;border-radius:100%;overflow:hidden; position: relative; text-align: center; line-height: 2.25rem; color: #FFF; font-size: 1.125rem;}
.indexNav dd .icn img{display:block;height:50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.indexNav dd.bg1 .icn{ background:#ff9538;}
.indexNav dd.bg2 .icn{ background:#69bafa;}
.indexNav dd.bg3 .icn{ background:#ff9538;}
.indexNav dd.bg4 .icn{ background:#35bfb2;}
.indexNav dd.bg5 .icn{ background:#b97dcd;}
.indexNav dd.bg6 .icn{ background:#bed00f;}
.indexNav dd.bg7 .icn{ background:#7dbacd;}
.indexNav dd.bg8 .icn{ background:#e25242;}
.indexNav dd .text{font-size:0.65rem;text-align:center;display:block;line-height:1.5rem; min-height: 1.5rem;}

.indexNavDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.indexNavDot span{ width: 8px; height: 8px; border-radius: 8px; text-align: center; line-height: 8px; font-size: .6rem; background:#c9c9c9; color: #FFF; opacity: 1;}
.indexNavDot span.swiper-pagination-bullet-active{ background: #c82126}
/*快捷导航end*/
/*通用标题层start*/
/* .indexTitle{ height: 2.25rem; line-height: 2.25rem; overflow: hidden;}
.indexTitle:active{ background: rgba(0,0,0,.1);}
.indexTitleL{ color: #333; font-size: .8rem;}
.indexTitleR a{ color: #999; font-size: .5rem; text-transform: uppercase;} */
/*通用标题层end*/
/*通用列表start*/
.indexList{ overflow: hidden;}
.indexList dd{ line-height: 1.5rem; height: 1.5rem;}
.indexList dd a{ display: flex;}
.indexList dd a span{ flex: 1;}
.indexList dd a em{ display: block; font-style: normal; margin-left: .5rem; color: #999;}

/*通用列表end*/
/* ========== 主体框架 end ========== */
/* ========== 内层框架 start ========== */
.subBox{padding: .5rem .75rem;position: relative;z-index: 1;}
.pagePrev{display: block;width:2.25rem;height:2.25rem; line-height: 2.3rem; float: left; text-align:center;position: relative;}
.pagePrev a{ font-size: 1rem;}
/* 滑动分页start */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c; display: inline-block;}
.aykj_m_go{-webkit-animation: aykj_m_go 2s infinite linear;animation: aykj_m_go 2s infinite linear;}
  @-webkit-keyframes aykj_m_go {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  }
  @keyframes aykj_m_go {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  }
/* 滑动分页end */
/*二级菜单start*/
.mobileSubMenu{height:2rem;position:relative;z-index:5;margin:0 auto;width: 100%;transition: 0.5s;background:#FFF;    box-shadow: 0px -1px 10px rgba(0,0,0,.1);}
.subMenu .swiper-slide{font-size: 0.6rem;width: auto;}
.subMenu a{display: block;color: #000;position: relative;margin: 0 0.5rem;height: 2rem;font-size: 0.7rem;line-height: 2rem;}
.subMenu .swiper-slide.hover a{color: #c82126;}
.subMenu .swiper-slide.hover a:before{content: '';display: block;position: absolute;left: 0;width: 100%;bottom: 0;border-bottom: 2px solid #c82126;}
/*二级菜单end*/
/* ————— 三级栏目 start ————— */
.sjMenuBox{padding: .75rem .75rem 0;}
.sjMenu{text-align: center;font-size: 0;white-space: nowrap; overflow: hidden; overflow-x: auto;}
.sjMenu a{display: inline-block;height: 1.2rem;line-height: 1.2rem;padding: 0 .7rem;color: #333;border-radius: 1.2rem;font-size: 0.65rem;margin: 0 .25rem;background: #FFF;}
.sjMenu a:before{ border-radius:2.4rem}
.sjMenu a.hover{ background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.sjMenu a.hover:before{ border-color: #1e5ab0;}
/* ————— 三级栏目 end ————— */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 48%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.05);}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 1.2rem;color: #ffffff;line-height: 1.5rem;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);margin-bottom: .25rem;}
.subBanner .textC .enTitle{font-size: .65rem;color: rgb(255 255 255 / .78);line-height: 1.5rem;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle {text-align: center;margin-bottom: 0.8rem;}
.indexTitle .entitle{font-size: .9rem;color: #52bfca;height:1.5rem;line-height: 1.5rem;font-family: 'AlibabaSansRe';}
.indexTitle .entitle i{color: #0d4861;font-style: normal;font-family: 'AlibabaSansB';}
.indexTitle .cntitle{font-size: .9rem;color: #333;height:1.5rem;line-height: 1.5rem;}

.indexMore{width: 1.3rem;height: 1.3rem;border: 1px solid #999999;border-radius: .3rem 0 .3rem .3rem;color: #999;font-size: 1rem;line-height: 1.3rem;text-align: center;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{padding:1rem 0;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.column1List{margin-right: -0.5rem;padding-top: 1rem;}
.column1List dd{float: left;display: inline;width: 33.3333%;margin-bottom: 0.75rem;text-align: center;}
.column1List dd a{display: block;margin-right: 0.5rem;background-position: center center;background-repeat: no-repeat;background-size: cover;padding:.5rem .3rem;}
.column1List dd .cntext{font-size:.7rem ;color: #fff;height: 1.2rem;line-height: 1.2rem;}
.column1List dd .entext{font-size: .6rem;color: #fff;line-height: 1rem;margin-bottom: .5rem;}
.column1List dd em{display: block;background-position: center center;background-repeat: no-repeat;background-size: contain;width: 1.2rem;height: 1.2rem;margin: 0 auto;}
.column1List dd:nth-child(2),
.column1List dd:nth-child(5){margin-top: -1rem;}
.column1 .text{line-height: 1.2rem;text-align: justify;font-size: .7rem;color: #737373;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{margin-bottom: 1rem;}
.column2Scroll{overflow: hidden;position: relative;background-color: #f7f7f7;margin-bottom: 1rem;}
.column2Scroll .bd,
.column2Scroll .bd .myslide{height: 100%;}
.column2Scroll .bd .myslide{float: left; width: 50%;}
.column2Scroll .myslide .pic{width:98%;margin-right: 0.75rem;}
.column2Scroll .myslide .pic::before{padding-top:143.0769%;}
.column2Scroll .myslide .textC{overflow: hidden;padding:.75rem .5rem 0 0;}
.column2Scroll .myslide .name{font-size: .8rem; text-align: center; color: #333;height: 1.5rem;line-height: 1.5rem;font-weight: bold;margin-bottom: 0.5rem;}
.column2Scroll .myslide .name span{display: inline-block; font-size: .65rem;color: #666;height: 1.5rem;line-height: 1.5rem;}
.column2Scroll .myslide .text{font-size: .65rem;color: #666;line-height: 1.2rem;height: 4.8rem;text-align: justify;margin-bottom: 0.75rem;}
.column2Slick {overflow: hidden;position: relative;margin:0 -0.75rem 1rem 0;}
.column2Slick .bd{height: 100%;padding:0 13%;}
.column2Slick .bd .myslide{height: 100%;margin-right: 0.75rem;}
.column2Slick .myslide .pic{border-radius: 100%;overflow: hidden;border: 2px solid transparent;transition: all 500ms;-webkit-transition: all 500ms;box-sizing: border-box;-webkit-box-sizing: border-box;}
.column2Slick .myslide .pic::before{padding-top: 100%;}
.column2Slick .myslide.slick-current .pic{border-color: #a8d0ea;}
.column2Slick .prev{width: 1.5rem;height: 1.5rem;border: 1px solid #0d4861;border-radius: 100%;text-align: center;line-height: 1.5rem;font-size: .8rem;color: #0d4861;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index: 5;}
.column2Slick .next{width: 1.5rem;height: 1.5rem;border: 1px solid #0d4861;border-radius: 100%;text-align: center;line-height: 1.5rem;font-size: .8rem;color: #0d4861;position: absolute;right: .75rem;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index: 5;}

.column2Con{background-position: center center;background-repeat: no-repeat;background-size: cover;padding:1rem 1.5rem;}
.column2Con .title{font-size: .9rem;color: #333;height: 1.5rem;line-height: 1.5rem;text-align: center;margin-bottom: 0.75rem;}
.column2Form .item{background-color: #fff;margin-bottom: 0.5rem;height: 2rem;line-height: 2rem;overflow: hidden;padding:0 .75rem;border-radius: .3rem;}
.column2Form .item span{display: block;font-size:.65rem ;color: #ff0000;}
.column2Form .itemC{overflow: hidden;height: 100%;}
.column2Form .itemC input{width: 100%;height: 2rem;line-height: 2rem;border: none;}
.column2Form .item1{height: 5rem;}
.column2Form .item1 textarea{width: 100%;height: 100%;border: none;padding:.5rem 0 0;}
.column2Form .item2{background-color: transparent;padding: 0;}
.column2Form .item2 img{height: 2rem;line-height: 2rem;width: 20%;margin-left: 0.75rem;background-color: #fff;}
.column2Form .item2 .itemC{background-color: #fff;padding:0 .75rem;}
.column2Con .submitBtn button{width: 100%; border:none; display: block;background-color: #0d4861;font-size: .8rem;color: #fff;text-align: center;height: 2.2rem;line-height: 2.2rem;border-radius:.3rem;overflow: hidden;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{padding:1rem 0;position: relative;margin-bottom: 3rem;}
.column3 .bg{background-position: center center;background-repeat: no-repeat;background-size: cover;height: 90%;position: absolute;left: 0;top: 0;width: 100%;z-index: 0;}
.column3 .indexTitle .entitle{color: #fff;}
.column3 .indexTitle .entitle i{color: #fff;}
.column3 .indexTitle .cntitle{color: #fff;}
.column3List{margin-right: -0.75rem;}
.column3List dd{float: left;display: inline;width: 50%;margin-bottom: 0.75rem;}
.column3List dd a{display: flex;margin-right: 0.75rem;padding:0 .5rem;background-color: #fff;height: 2rem;line-height: 1rem;align-items: center;}
.column3List dd em{color: #0d4861;margin-right: 0.5rem; width: 20px; height: 20px; background-size: 100%;}
.column3List dd .text{overflow: hidden;}
.column3 .pic{width: 13rem;position: absolute;right: 0;bottom: -20%;}
.column3 .pic::before{padding-top:73.7705%;}
.column3More{background-color: #0d4861;padding: .8rem 1.5rem;text-align: center;display: inline-block;position: relative;top: 3.3rem;left: .5rem;}
.column3More .indexMore{border-color: #fff;color: #fff;}
.column3More .text{font-size:.75rem;color: #fff;padding-top: 0.75rem;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4List dd{position: relative;overflow: hidden;}
.column4List dd .upCon{height: 2.5rem;line-height: 2.5rem;display: flex;justify-content: space-around;position: relative;z-index: 1;transition: all 800ms;-webkit-transition: all 800ms;}
.column4List dd .num{font-size:.8rem ;color: rgba(255,255,255,.2);font-family: 'AlibabaSansB';}
.column4List dd .text{font-size:.7rem ;color:#fff;}
.column4List dd .btn{width: 0.9rem;height: 0.9rem;border-radius: 100%;border: 1px solid #fff;font-size: .8rem;color: #fff;text-align: center;line-height: 0.9rem;position: relative;top: .8rem;}
.column4List .dd1 .upCon{background-color:rgba(13,72,97,.3);}
.column4List dd .downCon{position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 5rem;transition: all 800ms;-webkit-transition: all 800ms;transform: translateY(-100%);-webkit-transform: translateY(-100%);}
.column4List dd .downCon .pic::before{padding-top:60.3099%;}
.column4List dd .downCon .btn{padding:0 .75rem;height: 2.2rem;line-height: 2.2rem;background-color: rgba(13,72,97,.6);border-radius: 0 1rem 0 0;font-size: .65rem;color: #fff;letter-spacing: .2rem;position: absolute;left: 0.75rem;top: 72%;z-index: 5;display: inline-block;width: auto;border: none;display: none;transition: all 800ms;-webkit-transition: all 800ms;}
.column4List dd.active .downCon .btn{display: block;}
.column4List .dd1.active .upCon{background-color:rgba(13,72,97,1);}
.column4List dd.active .downCon{height: 100%;transform: translateY(0);-webkit-transform: translateY(0);position: relative;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5Swiper{overflow: hidden;position: relative;margin-bottom: 0.75rem;}
.column5Swiper .swiper-slide .pic::before{padding-top:66.6197%;}
.column5Swiper .swiper-slide .html{display: none;}
.column5Swiper .dotC{height: 2.2rem;line-height: 2.2rem;width: 100%;background-color: rgba(0,0,0,.7);width: 100%;position: absolute;left: 0;bottom: 0;z-index: 5;padding:0 .5rem;box-sizing:border-box;-webkit-box-sizing:border-box;overflow: hidden;}
.column5Dot{width: auto !important;}
.column5Dot span{background: var(--swiper-pagination-bullet-inactive-color,transparent) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;border: 1px solid #fff;}
.column5Dot span.swiper-pagination-bullet-active{background-color: #fff !important;}
.column5Swiper .dotC .text{overflow: hidden;font-size: .7rem;color: #fff;}

.column5Con{background-position: center center;background-repeat: no-repeat;background-size: cover;padding:.8rem .5rem;margin-bottom: 0.75rem;}
.column5 .time{font-size: .65rem;color: #999;height: 1.5rem;line-height: 1.5rem;font-family: 'AlibabaSansRe';}
.column5 .time i{font-size: .8rem;color: #555;font-family: 'AlibabaSansB';font-style: normal;}
.column5 .title{font-size: .75rem;color: #444;height: 2.4rem;line-height: 1.2rem;margin-bottom: 0.5rem;}
.column5Con .text{font-size: .65rem;color: #666;height: 2.4rem;line-height: 1.2rem;margin-bottom: 0.75rem;}
.column5List dd{margin-bottom: 0.75rem;background-color: #eff8fc;padding: 0.75rem;}
.column5More{text-align: center;}
.column5More a{line-height: 2rem;background-color: #0d4861;font-size: .75rem;color: #fff;text-align: center;border-radius: 3rem 0 3rem 3rem;display: inline-block;padding: 0 1rem;height: 2rem;}
.column5More i{display: inline-block;vertical-align: middle;font-size: .8rem;color: #fff;margin-left: 0.5rem;}
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
.column6Top {position: relative;margin-bottom: 0.75rem;}
.column6Top .pic{border-radius: .3rem;overflow: hidden;}
.column6Top .pic::before{padding-top:63.3803%;}
.column6Top .text{height: 2.5rem;line-height: 2.5rem;background-image:linear-gradient(to top,rgba(0,0,0,.4),rgba(0,0,0,.1)) ;position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;font-size: .75rem;color: #fff;}
.column6List{overflow: hidden;margin-right: -0.75rem;}
.column6List dd{float: left;display: inline;width: 50%;}
.column6List dd a{display: block;margin-right: 0.75rem;}
.column6List dd .pic{border-radius: .3rem;overflow: hidden;}
.column6List dd .pic::before{padding-top:64.7058%;}
.column6List dd .text{text-align: center;height: 2.2rem;line-height: 2.2rem;font-size: .75rem;color: #333;}
/* ————— 第6通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding: 8px 13px;color:#999999;border-radius: 100%;background: #fff;margin: 0 3px;border: 1px solid #efefef;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #0d4861;color: #fff;}
.page a.hover{background: #0d4861;color: #fff;border-color: #0d4861;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 11px;height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/firstpage.png)}
.page a.prevPage div{background-image: url(../images/prevpage.png)}
.page a.nextPage div{background-image: url(../images/nextpage.png)}
.page a.lastPage div{background-image: url(../images/lastpage.png)}
.page a.firstPage:hover div{background-image: url(../images/firstpageh.png)}
.page a.prevPage:hover div{background-image: url(../images/prevpageh.png)}
.page a.nextPage:hover div{background-image: url(../images/nextpageh.png)}
.page a.lastPage:hover div{background-image: url(../images/lastpageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/firstpage.png)}
.page a.prevPage.disabled div{background-image: url(../images/prevpage.png)}
.page a.nextPage.disabled div{background-image: url(../images/nextpage.png)}
.page a.lastPage.disabled div{background-image: url(../images/lastpage.png)}
/* ————— 页码 end ————— */