/*
*********外层框架start*********
*/
.box{padding: 0 .75rem;}
.box.hui{ background: #f7f7f7;}
.box1{padding: 0 .5rem;}
/*顶部start*/
.head1{ height: 2.45rem; line-height: 2.45rem; position: relative; z-index: 5; background: #FFF; overflow: hidden;}
.logo{float: left;margin: .425rem 0 0 .5rem;}
.logo img{display: block;height: 1.5rem;}
.headText{ overflow: hidden; font-size: .8rem; text-align: center; color: #333;}
.menuBtn{margin-top: .1rem;display: block;width:2.25rem;height:2.25rem; float: right; display: inline; text-align:center; z-index: 6; position: relative; color: #FFF;}
.menuBtn:before{ display: block; content: ''; width: 0px; height: 100%; 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%);-webkit-transform: translate(-50%,-50%);}
.menuBtn .line{width: 26px;height: 2px;background-color: #104475;display: block;margin: 8px auto;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;/* transform: scaleY(.5) */}
.head1 .search{width: 1.8125rem;height: 100%;display: block;margin-right: 0.3625rem;background: url(../images/search.png)no-repeat center;background-size: 1.6rem;}
.menuBtn.active .line{ background: #fff;}
.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);transform: translateY(9px) rotate(45deg);}
.menuBtn.active .line:nth-child(3){-webkit-transform: translateY(-10px) rotate(-45deg);transform: translateY(-10px) rotate(-45deg);}
/*顶部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: 100%; height: 100%; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); background:#fff; 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 1px rgba(0,0,0,0.1); position: relative; z-index: 2; height: 2.25rem;line-height: 2.25rem;border-bottom: 1px solid #e6e6e6;padding: 0 .75rem;}
.menuHead img{height: 1.5rem;display: inline-block;vertical-align: middle;}
.closeMenu{ position: absolute; right: 0.75rem; top: 0; height: 2.25rem; line-height: 2.25rem;}
.closeMenu i{ font-size: 0.8rem; color: #333;}
.menuPageBody{ clear: both;flex-grow: 1; flex-basis: 0;overflow: hidden; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.menuTop{overflow: hidden;}
.menuTop .item{width: 50%;float: left;height: 2.5rem;line-height: 2.5rem;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;-webkit-box-sizing: border-box;}
.menuTop .item:nth-child(2n){border-right: none;}
.menuTop .item:last-child{border-bottom: none;}
.menuTop .item a{display: block;height: 100%;font-size: 0.75rem;color: #333;text-indent: .75rem;}
.menuBot{background: #98191b;padding: 0 .75rem;}
.menuBot .con{position: relative;}
.menuBot .con::before{display: block;content: "";position: absolute;top: 50%;-webkit-transform: translateY(-50%);left: 0;width: 100%;height: 0.025rem;background: rgb(255,255,255,0.1);}
.menuBot .item{display: inline-block;margin-right: 0.91rem;height: 2.5rem;line-height: 2.5rem;}
.menuBot .item a{display: block;height: 100%;color: #fff;font-size: 0.6rem;}
/*导航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: #999;}
.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: #B81118;}
/*底部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; background: #FFF; color: #FFF; opacity: 1;outline: none;}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{ background: #1870b7;width: 20px;}
/*banner end*/
/*通用标题层start*/
.indexTitle{position: relative;height: 1.625rem;line-height: 1.625rem;border-bottom: 1px solid #eaeaea;}
.indexTitle .title span{display: inline-block;margin-right:1.625rem;font-size: 0.75rem;color: #333;cursor: pointer;}
.indexTitle .title span.hover{border-bottom: 2px solid #0193cf;}
.indexTitle .title.tab span.hover{color: #0193cf;border-bottom: 2px solid #0193cf;}
a.more{font-size: 0.55rem;color: #666666 !important;width: 4.875rem;text-align: left;display: block;height: 1.3rem;border: 1px solid #eaeaea;border-radius: 1.25rem;line-height: 1.3rem;text-align: center;margin: 0 auto;}
/*通用标题层end*/
/*通用按钮start*/

/*通用按钮end*/
/*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*第1通栏start*/
.column1{padding-top: 0.625rem;}
.col1Banner{overflow: hidden;position: relative;overflow: hidden; z-index: 1;}
.col1Banner .swiper-wrapper{ z-index: -1;}
.col1Banner .swiper-container-initialized{position: relative;}
.col1Banner .pic{display: block;}
.col1Banner .pic::before{padding-top: 66.9014%;}
.col1Banner .swiper2tion span{ display: inline-block;width: 0.375rem;height: .375rem;margin: 0 0.2rem;vertical-align: middle;cursor: pointer;position: relative;font-size: .45rem;line-height: 1.2rem;text-align: left;border-radius: 50%;opacity: 1;background: #fff;outline: none;}
.col1Banner .swiper2tion{ position: absolute;bottom: 0.625rem !important;right: 0;text-align: right;margin-right: .5rem;font-size: 0;z-index: 999;width: auto !important;}
.col1Banner .swiper2tion span.swiper-pagination-bullet-active{background: #0193cf !important;}
.col1Banner .textNew{height: 1.875rem;width: 100%;background: rgb(0,0,0,0.5);color: #ffffff;position: absolute;left: 0;bottom: 0;z-index: 10;text-indent: .5rem;line-height: 1.875rem;font-size: 0.6rem;}
.col1Banner .titleNew{width: 70%;}
.column1 .text{padding-bottom: 0.375rem;border-bottom: 1px solid #e6e6e6;}
.column1 .text .title{font-size: 0.7rem;color: #333;height: 0.7rem;line-height: 0.7rem;margin-bottom: 0.525rem;}
.column1 .text .info{font-size: 0.6rem;color: #666;height: 2rem;line-height: 1rem;overflow: hidden;}
.column1 .textList{ overflow: hidden;}
.column1 .textList .dd{ overflow: hidden; height: 1.2rem; line-height: 1.2rem;display: block;}
.column1 .textList .dd .title{ display: block;overflow: hidden;font-size:0.6rem;color: #333;}
.column1 .textList .dd span{ float: right; display: inline; overflow: hidden; margin-left: 1.75rem;font-size: 0.6rem;color: #999999;}
/*第1通栏end*/
/*第2通栏start*/
.column2{padding-top: 0.625rem;}
.column2 .list{margin-right: -0.75rem;}
.column2 .list .item{width: 50%;font-size: 0;margin-bottom: 0.75rem;}
.column2 .list .item .con{margin-right: 0.75rem;border-radius: 0.25rem;overflow: hidden;display: block;}
.column2 .list .item .con .pic::before{padding-top: 67.0588%;}
.column2 .list .item .con .pic .text{height: 1.75rem;line-height: 1.75rem;text-align: center;font-size: 0.7rem;color: #fff;overflow: hidden;z-index: 2;position: absolute;bottom: 0;left: 0;width: 100%;}
/*第2通栏end*/
/*第3通栏start*/
.column3{padding-top: 0.625rem;}
.col3swiper{overflow: hidden;position: relative;}
.col3swiper .pic{border-radius: 50%;overflow: hidden;transition: all .3s linear;}
.col3swiper .pic::before{padding-top: 100%;}
.col3swiper .text .title{font-size: 0.65rem;height: 0.65rem;line-height: 0.65rem;color: #333;margin-bottom: 0.25rem;overflow: hidden;text-align: center;}
.col3swiper .text .titlec{font-size: 0.55rem;height: 0.55rem;line-height: 0.55rem;color: #666;overflow: hidden;text-align: center;}
.col3swiper .swiper-slide-active{width: 42.2535% !important;}
.col3swiper .swiper-slide-prev{width: 26.7605% !important;-webkit-transform: translateY(10%);}
.col3swiper .swiper-slide-next{width: 26.7605% !important;-webkit-transform: translateY(10%);}
.col3pagination{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.col3pagination span{ width: 8px; height: 8px; border-radius: 8px; text-align: center; line-height: 8px; font-size: .6rem; background: none; color: #FFF; opacity: 1;outline: none;border: 1px solid #1870b7;}
.col3pagination span.swiper-pagination-bullet-active{ background: #1870b7;}
/*第3通栏end*/
/*第4通栏start*/
.column4{padding-top: 0.625rem;}
.column4 .list .item{padding: 0.75rem 0;border-bottom: 1px solid #f2f2f2;display: block;}
.column4 .list .item:last-child{border-bottom: none;}
.column4 .list .item .pic{width: 42.2535%;margin-right: 0.5rem;border-radius: 0.25rem;overflow: hidden;}
.column4 .list .item .pic::before{padding-top: 66.6666%;}
.column4 .list .item .text{overflow: hidden;padding-top: 0.55rem;}
.column4 .list .item .text .title{font-size: 0.7rem;color: #333;margin-bottom: 0.425rem;height: .7rem;line-height: .7rem;}
.column4 .list .item .text .time{font-size: 0.6rem;color: #999;margin-bottom: 0.275rem;height: .6rem;line-height: .6rem;overflow: hidden;}
.column4 .list .item .text .info{font-size: 0.6rem;color: #666;height: 2rem;line-height: 1rem;}

/*第4通栏end*/
/*底部start*/
.footer1{background: #fff;padding: 0.75rem 0.75rem 0.55rem;}
.footer1 .vx{display: block;height: 0.875rem;line-height: 0.875rem;overflow: hidden;text-align: center;font-size: 0.7rem;color: #333;margin-bottom: 0.625rem;}
.footer1 .vx img{display: inline-block;vertical-align: middle;height: 0.875rem;margin-right: 0.375rem;position: relative;top: -2px;}
.footer1 a{ color: #808080;}
.footer1 span{text-align: center;font-size: 0.6rem;color: #808080;line-height: 1.1rem;display: block;}
/*底部end*/
/*
*********首页内容end*********
*/
/*
*********内页外框架start*********
*/
.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;}
/**
 * page
 * @author 杨朝杰
 * @return
 */
.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:#e6282d;}

/*二级菜单start*/
.subMenuBox{height: 2rem;}
.submenu{height: 2rem;background: #fff;text-align: center;font-size: 0;overflow-x: auto;white-space: nowrap;z-index: 99;}
.submenu dd{display: inline-block;margin:  0 1rem;height: 100%;line-height: 2rem;}
.submenu dd a{font-size: 0.7rem;color: #333;}
.submenu dd.hover a{color: #98191b;}
.submenu.subfl{position: fixed;left: 0;width: 100%;top: 2.45rem;box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.16);}
/*二级轮播start*/
.subBanner{height: 7.75rem;clear: both;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover;position:relative;}
/*二级轮播end*/
/*
*********内页外框架end*********
*/