@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: #00afe9;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;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{padding:0 .75rem;}
/* 头部 start */
.head1{ height: 2.25rem; line-height: 2.25rem; position: relative; z-index: 5; overflow: hidden;background: #fff;}
.logo{ float: left; margin-left: .5rem; margin-top: .375rem;}
.logo img{ display: block; height: 1.5rem;}

.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 span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.menuBtn .line{width: 26px;height: 1px;background-color: #00afe9;display: block;margin: 8px auto;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;transform: scaleY(.5)}
.menuBtn .line:nth-child(2){ background: #00afe9;}
.menuBtn.active .line{ background: #999999;}
.menuPage.active .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;}
.menuPage.active .menuBtn.active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg) scaleY(.5);
  transform: translateY(9px) rotate(45deg) scaleY(.5);
}
.menuPage.active .menuBtn.active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg) scaleY(.5);
  transform: translateY(-10px) rotate(-45deg) scaleY(.5);
}
.lange{font-size: 0.4rem;line-height: 2.25rem;color: #999999;margin-right: .75rem;position: relative;}
.lange::before{display: block;content: "";width: 1px;height: 0.35rem;border: 1px solid #e9e9e9;background: #999999;left: 50%;top: 50%;position: absolute;margin-top: -0.175rem;margin-left: -.5px;}
.lange a{font-size: 0.4rem;color: #333333;display: inline-block;margin: 0 0.2rem;line-height: 2.25rem;}
.lange a.hover{color: #00a4e6;}
.lange a:hover{color: #00a4e6;}
/* 头部 end */
/* 搜索start */
.search {float: right;height: 1.2rem;width: 1.2rem; text-align: center; line-height: 1.2rem;border-radius: 50%;background: rgba(0,175,233,0.2);margin-top: .5rem;}
.search span{ font-size: .6rem;}
.searchBtn{  text-align: center;  color: #00afe9; 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:#fff; left: 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{ position: relative; z-index: 2;margin-bottom: .75rem;}
.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 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 .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.hover span a{ background:#00afe9; 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: #FFF;}
.footerList .item{ flex: 1;}
.footerList .item a{ display: block; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: .25rem; color: #333;}
.footerList .item .icn{ height: .95rem; line-height: .95rem; font-size: .9rem; text-align: center;}
.footerList .item .icn img{ height: .75rem; display: block; margin: 0 auto;}
.footerList .item .text{ height: 1rem; line-height: 1rem; text-align: center; font-size: .6rem;}
.footerList .item.hover a{color: #00afe9;}
/*底部end*/
/*底部版权start*/
.copyRight{ padding: .5rem .75rem; background: #FFF; line-height: 1.1rem; font-size: .65rem; color: #999999; text-align: center;}
/*底部版权end*/
/*banner start*/
.indexBanner{ width: 100%; position: relative; z-index: 1;}
.indexBanner img{ width: 100%;}
.indexBanner .swiper-pagination{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.indexBanner .swiper-pagination span{ width: 8px; height: 8px; border-radius: 8px; text-align: center; line-height: 8px; font-size: .6rem; color: #FFF; opacity: 1;border: 1px solid #fff;background: none;}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{ background: #ffffff}
/*banner end*/
/* ========== 主体框架 end ========== */
/* ========== 内层框架 start ========== */
.subBox{padding: .5rem .75rem;}
.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;}
.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: #00afe9;}
/*二级菜单end*/
/* ————— 三级栏目 start ————— */
.sjMenuBox{padding: .5rem .75rem;}
.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,.2);}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;padding: 0 .75rem;}
.subBanner .textC .cnTitle{font-size: 0.75rem;color: #ffffff;line-height: 0.75rem;margin-bottom: .5rem;}
.subBanner .textC .enTitle{font-size: 0.35rem;color: #fff;line-height: .35rem;height: .35rem;}
/* ————— subBanner end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{text-align: center;}
.indexTitle .title{font-size: 0.75rem;color: #333333;line-height: 1.6rem;height: 1.6rem;margin-bottom: 0.175rem;background: url(../images/indexTitleicn.png) no-repeat center / auto 100%;}
.indexTitle .titlec{font-size: 0.6rem;color: #999999;height: .6rem;line-height: .6rem;}
.indexMore{width: 4.75rem;height: 1.25rem;line-height: 1.25rem;border-radius: 30px;font-size: 0.6rem;color: #ffffff !important;box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 0.75rem;background: #00afe9 url(../images/indexBtn.png) no-repeat center right 0.75rem / 0.5rem;display: block;margin: 0 auto;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{padding: 1.1rem 0 1.25rem;background: #fff;}
.column1 .pic{margin-right: 0.925rem;margin-bottom: 0.75rem;}
.column1 .pic::before{padding-top: 60.0306%;}
.column1 .pic::after{display: block;content: "";position: absolute;right: -0.925rem;bottom: 0;height: 109%;width: 41.8070%;background: #ebf0f7;}
.column1 .pic img{z-index: 2;}
.column1 .col1title{font-size: 0.7rem;line-height: .7rem;height: .7rem;color: #333333;margin-bottom: 0.45rem;}
.column1 .info{font-size: 0.6rem;line-height: 1.5rem;color: #666666;height: 7.5rem;overflow: hidden;margin-bottom: 0.75rem;}
.col1Dl{font-size: 0;overflow: hidden;position: relative;margin-bottom: 1.75rem;}
.col1Dl::before{display: block;content: "";width: 1px;height: 0.575rem;margin-top: -0.3rem;position: absolute;left: 33.3333%;top: 50%;background: #d1d1d1;}
.col1Dl::after{display: block;content: "";width: 1px;height: 0.575rem;margin-top: -0.3rem;position: absolute;left: 66.6666%;top: 50%;background: #d1d1d1;}
.col1Dl .item{width: 33.333%;}
.col1Dl .item:nth-child(2){text-align: center;}
.col1Dl .item:nth-child(3){text-align: right;}
.col1Dl .item .title{height: 1.125rem;line-height: 1.125rem;font-size: 0.6rem;color: #666666;margin-bottom: 0.25rem;}
.col1Dl .item .title span{font-size: 1.5rem;color: #00afe9;}
.col1Dl .item .titlec{font-size: 0.6rem;line-height: 0.6rem;color: #9d9d9b;height: .6rem;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{padding: 1.25rem 0;}
.col2Slick {position: relative;width: 75.6%;margin: 0 auto;}
.col2Slick .slick-list {overflow: visible;margin-bottom: 0.75rem;}
.col2Slick .myslide {float: left;display: inline;}
.col2Slick .slickCon {display: block;transform: scale(0.8);-webkit-transform: scale(0.8);margin: 0 -.25rem; box-shadow: 0px 0.15rem 0.25rem 0px rgba(0, 0, 0, 0.17);border-radius: 0.25rem;overflow: hidden;}
.col2Slick .slick-active .slickCon {transform: scale(1);-webkit-transform: scale(1);}
.col2Slick .pic::before{padding-top: 66.66666%;}
.col2Slick .text{font-size: 0.6rem;line-height: 1.5rem;height: 1.5rem;color: #333;text-align: center;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col2Slick .slick-dots{text-align: center;height: 0.55rem;}
.col2Slick .slick-dots li{display: inline-block;width: 0.25rem;height: 0.25rem;border: 1px solid #00afe9;border-radius: 50%;vertical-align: middle;margin: 0 0.15rem;}
.col2Slick .slick-dots li.slick-active{width: .55rem;height: .55rem;background: url(../images/col2icn.png) no-repeat center / 100%;border: none;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{padding: 1.25rem 0;}
.column3 a{display: block;overflow: hidden;}
.col3Dl{margin-bottom: 0.5rem;}
.col3Dl dd{padding: 0.75rem 0;}
.col3Dl dd:last-child::before{display: none;}
.col3Dl dd .pic{width: 7.175rem;margin-right: 0.75rem;}
.col3Dl dd .pic::before{padding-top: 56.4459%;}
.col3Dl dd .text{overflow: hidden;padding-top: .2rem;}
.col3Dl dd .text .title{font-size: 0.6rem;line-height: 1.2rem;color: #333333;height: 2.4rem;margin-bottom: 0.25rem;}
.col3Dl dd .text .time{font-size: 0.55rem;color: #999999;line-height: 0.55rem;height: 0.55rem;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */