/*
*********外层框架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: #104475;width: 20px;}
/*banner end*/
/*通用标题层start*/
.indexTitle{position: relative;height: 1.625rem;line-height: 1.625rem;border-bottom: 0.025rem solid #eaeaea;}
.indexTitle .title span{display: inline-block;margin-right: 1.375rem;font-size: 0.65rem;color: #808080;cursor: pointer;}
.indexTitle .title span.hover{font-size: 0.8rem;font-weight: bold;color: #780104;border-bottom: 0.1rem solid #780104;}
a.more{font-size: 0.6rem;color: #aaa;width: 2.25rem;text-align: left;background: url(../images/morebtn.png)no-repeat center right /0.225rem 0.375rem;display: block;}
/*通用标题层end*/
/*通用按钮start*/

/*通用按钮end*/
/*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*第1通栏start*/
.column1{padding-top: 0.625rem;padding-left: .75rem;}
.column1 .indexTitle{padding-right: .75rem;}
.col1Banner{overflow: hidden;}
.col1Banner .swiper-slide{border-radius: 0.25rem;overflow: hidden;}
.col1Banner .pic{display: block;}
.col1Banner .pic::before{padding-top: 66.4615%;}
.col1Banner .text{height:2.95rem;background: #f9f9f9;padding: 0.75rem 0.5rem;}
.col1Banner .text .title{font-size: 0.65rem;color: #333;line-height: .65rem;margin-bottom: 0.375rem;height: .65rem;overflow: hidden;}
.col1Banner .text .time{font-size: 0.55rem;color: #aaaaaa;line-height:  0.55rem;height:  0.55rem;overflow: hidden;}
.column1 .textList{ overflow: hidden;padding-right: .75rem;}
.column1 .textList .dd{ overflow: hidden; height: 1.625rem; line-height: 1.625rem; border-bottom: 1px dotted #eeeeee;display: block;}
.column1 .textList .dd:last-child{border-bottom: none;}
.column1 .textList .dd .title{ display: block;overflow: hidden;font-size: 0.65rem;color: #555555;}
.column1 .textList .dd span{ float: right; display: inline; overflow: hidden; margin-left: 5rem;font-size: 0.55rem;color: #aaaaaa;}
.col1Banner2 .pic{display: block;border-radius: 0.25rem;overflow: hidden;}
.col1Banner2 .pic::before{padding-top: 43.75%;}
/*第1通栏end*/
/*第2通栏start*/
.column2{padding-top: 0.625rem;}
.column2 .pic{border-radius: 0.25rem;overflow: hidden;}
.column2 .pic::before{padding-top: 37.1830%;}
.textListone{ overflow: hidden;padding-right: .75rem;}
.textListone .dd{ overflow: hidden; height: 2.125rem; line-height: 2.125rem; border-bottom: 1px dotted #eeeeee;display: block;}
.textListone .dd .title{ display: block;overflow: hidden;font-size: 0.65rem;color: #333;}
.textListone .dd span{ float: right; display: inline; overflow: hidden; margin-left: 2rem;font-size: 0.55rem;color: #aaaaaa;}
.textListtwo{padding-bottom: 0.125rem;}
.textListtwo .textListone .dd{height: 1.625rem;line-height: 1.625rem;border-bottom: none;}
.textListtwo .textListone .dd .title{color: #555;}
/*第2通栏end*/
/*第3通栏start*/
.column3{padding-bottom: 0.5rem;}
.column3 .imgList{ overflow: hidden; margin-right: -0.75rem;}
.column3 .imgList dd{ overflow: hidden; float: left; display: inline; width: 50%; margin-bottom:0.75rem;}
.column3 .imgList dd .con{ overflow: hidden; margin-right: 0.75rem;border-radius: 0.375rem;overflow: hidden;}
.column3 .imgList dd .a{ display: block;}
.column3 .imgList dd .pic:before{padding-top: 75%;}
/*第3通栏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*********
*/