/*
*********外层框架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: #94070a;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: #104475;width: 20px;}
/*banner end*/
/*通用标题层start*/
.indexTitle{height: 3.75rem;line-height: 3.75rem;font-size: 0.9rem;text-align: center;color: #333;}
.indexTitle em{display: inline-block;vertical-align: middle;width: 1.5rem;height: 3.75rem;background: url(../images/title.png)no-repeat top 21px center / 1.5rem 1.25rem;margin-left: 0.5rem;}
/*通用标题层end*/
/*通用按钮start*/
a.more{display: block;width: 2rem;height: 2rem;line-height: 2rem;text-align: center;color: #fff;font-size: 0.6rem;border-radius: 50%;background: #cb2a30;margin: 0 auto;}
/*通用按钮end*/
/*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*第1通栏start*/
.column1 .con{background: url(../test/backgroung/col1conbg.png)no-repeat center /cover;padding: 1.375rem .75rem 2.25rem 2.5rem;}
.column1 .con .title{background: url(../test/backgroung/col1titlebg.png)no-repeat center /cover;height: 1.075rem;line-height: 1.075rem;color: #fff;font-size: 0.7rem;text-align: center;}
.column1 .con .info{text-indent: 0.625rem;font-size: 0.6rem;line-height: 0.75rem;height: 5.95rem;overflow: hidden;padding: 0 2.125rem 0 0.375rem;color: #fff;}
.column1 .con .time{font-size: 0.55rem;text-align: right;color: #fff;height: .55rem;line-height: .55rem;overflow: hidden;padding-right: 2.125rem;}
/*第1通栏end*/
/*第2通栏start*/
.column2{padding-left: 0.25rem;}
.column2 .list .item{display: block;position: relative;height: 2rem;line-height: 2rem;text-align: center;padding: 0 0.75rem;-webkit-box-sizing: border-box;background: url(../test/backgroung/col2itembg.png)no-repeat center /cover;margin-bottom: 0.75rem;}
.column2 .list .item .text{font-size: 0.7rem;color: #333;}
.column2 .list .item::before{display: block;content: "";position: absolute;left: -0.25rem;width: 0.35rem;height: 0.75rem;top: 50%;-webkit-transform: translateY(-50%);background: #ca2e34;}
/*第2通栏end*/
/*第3通栏start*/
.column3{padding-left: 1.875rem;position: relative;}
.column3 .indexTitle{writing-mode: vertical-lr;width: 1.875rem;height: 100%;top: 0;left: -.75rem;position: absolute;text-align: center;line-height: 1.875rem;color: #fff;background: rgb(0,0,0,0.2);}
.column3 .indexTitle em{margin-left: 0;width: 100%;height: 2.25rem;vertical-align: unset;background-position: center;}
.col3swiper{margin-bottom: 3rem;overflow: hidden;}
.col3swiper .pic::before{padding-top: 66.7716%;}
.col3swiper .text{display: block;}
.col3swiper .text .title{font-size: 0.7rem;color: #fff;line-height: 1.05rem;height: 2.1rem;overflow: hidden;}
.col3swiper .text .info{font-size: 0.6rem;color: #fff;line-height: 0.9rem;height: 3.6rem;overflow: hidden;}
.col3swiper .text .time{font-size: 0.6rem;color: #d28b0f;line-height: 0.6rem;height: .6rem;overflow: hidden;}
.column3 .btnBox{text-align: center;}
.column3 .btn{position: relative;padding: 0 2rem;display: inline-block;-webkit-box-sizing: border-box;}
.column3 .btn .colswiperprev{display: block;width: 1.125rem;height: 1.125rem;background: url(../test/pic/col3btn.png)no-repeat center /cover;position: absolute;top: 50%;transform: translateY(-50%);left: 0;outline: none;}
.column3 .btn .colswipernext{display: block;width: 1.125rem;height: 1.125rem;background: url(../test/pic/col3btn.png)no-repeat center /cover;position: absolute;top: 50%;transform: translateY(-50%)rotateZ(180deg);right: 0;outline: none;}
/*第3通栏end*/
/*第4通栏start*/
.column4 .pic::before{padding-top: 66.7605%;}
.column4 .text{width: 92%;position: relative;top: -0.25rem;background: #f7f4ee;-webkit-box-sizing: border-box;padding: 0.5rem 0.875rem;margin-bottom: 0.625rem;margin-left: 0.5rem;}
.column4 .text .title{font-size: 0.65rem;color: #333;height: 0.65rem;line-height: .65rem;margin-bottom: 0.375rem;overflow: hidden;}
.column4 .text .time{font-size: 0.6rem;color: #666;height: 0.6rem;line-height: .6rem;overflow: hidden;}
.column4 .list{padding-left: 0.175rem;margin-bottom: 1.25rem;}
.column4 .list .item{display: block;position: relative;background: #f7f4ee;height: 2rem;line-height: 2rem;margin-bottom: 0.75rem;padding: 0 0.875rem;box-shadow: 0 0 0.225rem #ccc;}
.column4 .list .item::before{display: block;content: "";position: absolute;top: 50%;left: -0.175rem;border:0.375rem solid transparent;border-left-width: 0.375rem;border-right-width: 0.375rem;border-top-width: 0.375rem;border-bottom-width: 0.375rem;border-left-color: #cb2a30;-webkit-transform: translateY(-50%);}
.column4 .list .item .info{height: 100%;overflow: hidden;font-size: 0.65rem;color: #333;}
/*第4通栏end*/
/*第5通栏start*/
.column5 .list .item{display: block;padding: 0.875rem 0.375rem 0.625rem 0.875rem;background: #fafafa;margin-bottom: 1.5rem;position: relative;}
.column5 .list .item::before{display: block;content: "";width: 1.5rem;height: 0.375rem;background: #cb2a30;position: absolute;top: -0.175rem;left: 1.25rem;}
.column5 .list .item .title{position: relative;height: 0.65rem;line-height: 0.65rem;margin-bottom: 0.375rem;}
.column5 .list .item .title::before{display: block;content: "";position: absolute;width: 0.125rem;height: 0.125rem;border-radius: 50%;background: #333;top: 50%;left: -0.375rem;-webkit-transform: translateX(-50%);}
.column5 .list .item .title .titlec{font-size: 0.65rem;color: #333;}
.column5 .list .item .info{font-size: 0.6rem;line-height: 0.75rem;color: #666;height: 1.5rem;overflow: hidden;margin-bottom: 0.75rem;}
.column5 .list .item .time{font-size: 0.6rem;line-height: 0.6rem;height: 0.6rem;}
.column5 .list .item .time .timec{color: #999;}
.column5 .list .item .time .btn{display: block;width: 1.25rem;height: 0.325rem;background: url(../test/pic/col5btn.png)no-repeat center /cover;}
/*第5通栏end*/
/*第6通栏start*/
.column6{height: 27rem;padding: 0 3rem 0 0.5rem;}
.col6swiper{overflow: hidden;}
.col6swiper .swiper-slide{padding: 0.5rem;overflow: hidden;}
.col6swiper .pic::before{padding-top: 66.6666%}
.col6swiper .pic::after{display: block;content: "";position: absolute;bottom: 0;left: -0.5rem;width: 0.25rem;height: 1.5rem;background: #cb2a30;}
.col6swiper .text .title{font-size: 0.65rem;color: #333;height: 0.65rem;line-height: 0.65rem;}
.col6swiper .text .info{font-size: 0.6rem;color: #666;height: 2.4rem;line-height: 0.8rem;}
.column6 .btnBox{text-align: center;}
.column6 .btn{position: relative;padding: 0 1.5rem;display: inline-block;-webkit-box-sizing: border-box;}
.column6 .btn .col6swiperprev{display: block;width: 1.125rem;height: 1.125rem;background: url(../test/pic/col3btn.png)no-repeat center /cover;position: absolute;top: 50%;transform: translateY(-50%);left: 0;outline: none;}
.column6 .btn .col6swipernext{display: block;width: 1.125rem;height: 1.125rem;background: url(../test/pic/col3btn.png)no-repeat center /cover;position: absolute;top: 50%;transform: translateY(-50%)rotateZ(180deg);right: 0;outline: none;}
/*第6通栏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*********
*/