/*
*********外层框架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: #96070b;}
/*banner end*/
/*通用标题层start*/
.indexTitle .title{font-size: 0.8rem;color: #333;height: 0.8rem;line-height: 0.8rem;margin-bottom: 0.25rem;overflow: hidden;text-align: center;}
.indexTitle .titlec{font-size: 0.65rem;color: #999;height: 0.65rem;line-height: 0.65rem;overflow: hidden;text-align: center;}
/*通用标题层end*/
/*通用按钮start*/
a.more{width: 4.75rem;height: 1.425rem;text-align: center;line-height: 1.425rem;color: #fff;font-size: 0.6rem;background: #96070b;display: block;margin: 0 auto;}
a.more.bai{border: 1px solid #96070b;color: #96070b;background: none;}
/*通用按钮end*/
/*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*第1通栏start*/
.column1{padding: 0 0.95rem;position: relative;}
.col1swiper{overflow: hidden;}
.col1swiper .pic::before{padding-top: 66.6666%;}
.col1swiper .text{border-bottom: 1px solid #cccccc;-webkit-box-sizing: border-box;padding: 0.5rem 0 0.625rem 0;margin-bottom: 0.7rem;}
.col1swiper .text .title{font-size: 0.7rem;color: #333;height: 0.7rem;line-height: 0.7rem;margin-bottom: 0.25rem;}
.col1swiper .text .info{font-size: 0.6rem;color: #999;height: 1.5rem;line-height: 0.75rem;}
.col1swiper .time .timec{font-size: 0.7rem;color: #999;height: 0.7rem;line-height: 0.7rem;overflow: hidden;}
.col1swiper .time .btn{width: 0.375rem;height: 0.7rem;background: url(../images/resbtn.png)no-repeat center /cover;}
.col1pagination{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.col1pagination span{ width: 6px; height: 6px; border-radius: 6px; text-align: center; background: none;opacity: 1;outline: none;border: 1px solid #96070b;}
.col1pagination span.swiper-pagination-bullet-active{ background: #96070b;border: 1px solid #96070b;}
.col1prev{width: 0.425rem;height: 0.75rem;background: url(../images/col1prev.png)no-repeat center /cover;position: absolute;top: 8.175rem;left: 0;outline: none;}
.col1next{width: 0.425rem;height: 0.75rem;background: url(../images/col1prev.png)no-repeat center /cover;position: absolute;top: 8.175rem;right: 0;-webkit-transform: rotateZ(180deg);outline: none;}
/*第1通栏end*/
/*第2通栏start*/
.col2swiper{overflow: hidden;}
.col2swiper .pic::before{padding-top: 150.0144%;}
.col2swiper .title{height: 1.2rem;line-height: 1.2rem;text-align: center;font-size: 0.75rem;color: #333;overflow: hidden;}
/*第2通栏end*/
/*第3通栏start*/
.column3 .list .item{-webkit-box-sizing: border-box;padding: 0.75rem 1rem 0.5rem 0.875rem;background: #f5f5f5;margin-bottom: 0.5rem;display: block;}
.column3 .list .item .time{font-size: 0.8rem;color: #333;margin-bottom: 0.675rem;height: 0.8rem;line-height: 0.8rem;overflow: hidden;font-weight: bold;}
.column3 .list .item .title{font-size: 0.75rem;color: #333;margin-bottom: 0.5rem;height: 0.75rem;line-height: 0.75rem;overflow: hidden;}
.column3 .list .item .info{font-size: 0.6rem;color: #666;height: 2.6rem;line-height: 0.9rem;overflow: hidden;}
.column3 .list .item .btn{background: url(../test/pic/col3btn.png)no-repeat center right / 0.85rem 0.25rem;height: 0.25rem;}
/*第3通栏end*/
/*第4通栏start*/
.column4{padding: 0 0.95rem;position: relative;}
.col4swiper{overflow: hidden;}
.col4swiper .swiper-slide{width: 64.0502%;}
.col4swiper .pic::before{padding-top: 66.6666%;}
.col4swiper .pic .title{display: none;height: 1.5rem;line-height: 1.5rem;width: 100%;text-align: center;overflow: hidden;color: #fff;background: #96070b;font-size: 0.65rem;position: absolute;left: 0;bottom: 0;}
.col4swiper .swiper-slide-active .pic .title{display: block;}
.col4prev{position: absolute;width: 0.5rem;height: 0.75rem;top: 53%;left: 0;background: url(../images/col1prev.png)no-repeat center /cover;outline: none;}
.col4next{position: absolute;width: 0.5rem;height: 0.75rem;top: 53%;right: 0;background: url(../images/col1prev.png)no-repeat center /cover;-webkit-transform: rotateZ(180deg);outline: none}
/*第4通栏end*/
/*第5通栏start*/
.column5{padding: 0 0.95rem;}
.column5 .list{margin-right: -3.5rem;height: 6.1rem;overflow: hidden;}
.column5 .list .item{width: 33.3333%;font-size: 0;margin-bottom: 1.5rem;}
.column5 .list .item .con{margin-right: 3.5rem;text-align: center;display: block;}
.column5 .list .item .con img{display: block;margin: 0 auto;height: 1.2rem;margin-bottom: 0.425rem;}
.column5 .list .item .con span{display: block;font-size: 0.65rem;height: 0.65rem;color: #333;line-height: 0.65rem;overflow: hidden;}
/*第5通栏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*********
*/