/*
    text-overflow: ellipsis;
    white-space: nowrap;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
    
    box-shadow: 0px 0px 5px rgba(153,153,153,0.5);  
    
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;  
    
    //四边
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    
*/

/* 全局  */

@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
}

html {
    overflow-x: hidden;
    font-size: 20px;
}

body {
    font-family: Helvetica;
    background: #fff;
    font-size: 0.6rem;
    color: #666;
    height: 100vh;
}
.whiteBg{
    background: #fff;
}




em,


a {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: "microsoft yahei";
    text-decoration: none;
    color: #666;
}



ul,
ol {
    list-style: none;
    vertical-align: middle;
}

img {
    border: 0px;
    vertical-align: middle
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.h5 {
    overflow: hidden;
    clear: both;
    height: 0.25rem;
}

.h10 {
    overflow: hidden;
    clear: both;
    height: 0.5rem;
}

.h15 {
    overflow: hidden;
    clear: both;
    height: 0.75rem;
}

.h20 {
    overflow: hidden;
    clear: both;
    height: 1rem;
}

.h25 {
    overflow: hidden;
    clear: both;
    height: 1.25rem;
}

.h30 {
    overflow: hidden;
    clear: both;
    height: 1.5rem;
}

.bc_fff {
    background: #fff;
    overflow: hidden;
}

.wbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wbox-flex {
    -webkit-flex: 1 !important;
    -webkit-box-flex: 1
}

/*动态设置字体大小*/

/*iphone 6*/

html {
    font-size: 20px;
}

@media screen and (max-width: 360px) {
    html {
        font-size: 20px;
    }
}

@media screen and (min-width: 361px) and (max-width: 539px) {
    html {
        font-size: calc(100vw/360*20);
    }
}

@media screen and (min-width: 540px) {
    html {
        font-size: 28px;
    }
}

/*iphone 6 plus*/

/*浏览器滚动条*/

::-webkit-scrollbar {
    width: 0px;
    background-color: #fff;
}

::-webkit-scrollbar-button {}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-track-piece {}

::-webkit-scrollbar-thumb {
    border: solid 0px #5d5d5d;
    width: 0px;
    background-color: #fff;
}

::-webkit-scrollbar-corner {
    background-color: #5d5d5d;
}

::-webkit-resizer {}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

.clamp1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.clamp2 {
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp6 {
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* flex 横
*/

.flex-r {
    /*横向*/
    display: flex;
    flex-direction: row;
}

.flex-v {
    /*纵向*/
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1 0 0;
}

.flex-2 {
    flex: 2 0 0;
}

/*
* 内容垂直居中
*/

.tableCont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

.table {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}

.tableCell {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}



/*
* 各种弹窗
*/

.moveBox {
    /*display: flex;
    flex-direction: column;*/
}

.moveHead {
    position: relative;
    width:100%;
}
.moveHeadC {
    flex: 1 0 0;
    overflow: hidden;
    position: relative;
}
.moveHeadC:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #dadada;
    -webkit-transform-origin: scaleY(0.5);
    transform-origin: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.moveHeadTit {
    line-height: 2.25rem;
    height: 2.25rem;
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color: #666;
    text-align: center;
}

.moveBody {
	width:100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}

.moveFoot {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.moveFoot:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.moveBtBox {
    overflow: hidden;
}

a.moveBt {
    display: block;
    overflow: hidden;
    flex: 1;
    text-align: center;
    font-size: 0.7rem;
    color: #666;
    position: relative;
    line-height: 2.25rem;
}

.moveBt:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.moveBt:last-child:after {
    display: none;
}

a.moveBtTrue {
    color: #fff;
    background: #bd0000;
}

a.moveBtCancle {
    color: #666;
    background: #fafafa;
}

.moveClose {
    position: absolute;
    right: 0.5rem;
    top: -0.65rem;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    padding: 3px;
    background: #fff;
    border-radius: 1rem;
    z-index: 9;
}

.moveClose span {
    display: block;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/close.png) no-repeat center center;
    background-size: 0.5rem 0.5rem;
}

.headClose {
    display: block;
    width: 2.25rem;
    height: 2rem;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.headClose span {
    display: block;
    overflow: hidden;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/img/close.png) no-repeat center center;
    background-size: auto 0.7rem;
}

.leftMove {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9;
    background: #fff;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}

.leftMove.show {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.rightMove {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background: #fff;
    z-index: 9;
    -webkit-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}

.rightMove.show {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.bottomMove {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 9;
    -webkit-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
}

.bottomMove.show {
    transform: translateY(0);
}

#mobileBg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 50;
    left: 0;
    top: 0px;
    z-index: 8;
    display: none;
}

#mobileBg.show {
    display: block;
}


/**
 * 框架部分 begin
 * @author 杨朝杰
 * @return
 */

#mobileWrap {
    margin: 0 auto;
}

#mobileTop {
    clear: both;
    position:fixed;
    z-index: 5;
    top:0;
    width: 100%;
}

#mobileCon {
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    background: #f1f1f1;
    position: relative;
    z-index: 4;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}

#mobileFooter {
    clear: both;
    /*position:fixed; bottom:0;*/
    width: 100%;
    z-index: 4;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

#mobileMenu1 {
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    width: calc(100vw - 2.25rem);
    z-index: 99;
    background: #fff;
    left: calc(2.25rem - 100vw);
    overflow: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}

#mobileConH {
    min-height: calc(100vh - 6.5rem);
    padding-bottom: 3.5rem;
    position: relative;
    overflow: hidden;
}

#mobileTop.hide,
#mobileCon.hide,
#mobileFooter.hide {
    -webkit-transform: translateX(-10.0rem);
    transition: all 0.3s linear;
}

/*导航展开*/

#mobileTop.show,
#mobileCon.show,
#mobileFooter.show {
    -webkit-transform: translateX(0);
    transition: all 0.3s linear;
}

/*导航关闭*/

#mobileMenu {
    width: 100%;
}

.english {
    flex: 1;
    display: block;
    font-size: 0.8rem;
    color: #333;
    overflow: hidden;
    height: 2.25rem;
    padding: 0px 0rem;
}
.english img{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    height: 1.8rem;
}
.moveHeadC .luange{
    position: absolute;
    top: 0;
    right: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: .7rem;
    color: #666;
}
.moveHeadC .luange .cutOff{
    display: block;
    padding-left: 1.2rem;
    background: url(../images/en.png) center left no-repeat;
    background-size:.8rem;
}
/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */

#toolbarnav {
    display: flex;
    height: 2.25rem;
    width: 100%;
    max-width: 100%;
    position: relative;
    color: #fff;
    background: #fff;
}

#toolbarnav.bc_fff {
    background: #fff;
}

#toolbarnav h1 {
    font-weight: normal;
    flex: 1;
    text-align: center;
    display: block;
    text-align: center;
    line-height: 2.25rem;
    color: #fff;
    font-size: 0.9rem;
    padding: 0 10px 0 0;
}

#toolbarnav h1 a {
    display: block;
    overflow: hidden;
    padding: 0.25rem 0px;
    padding-left: 10px;
}

#toolbarnav h1 a img {
    display: block;
    height: 1.8rem;
    padding-top: 0.1rem;
}

#toolbarnav .cutOff {
    position: absolute;
    right: 2.5rem;
    top: 0;
    font-size: .8rem;
    color: #999;
    line-height: 2.25rem;
    display: block;
    padding-left: 1rem;
    background-size: 0.8rem;
}

.searchIcon {
    display: block;
    width: 2.25rem;
    overflow: hidden;
    position: relative;
    background: url(../images/search.png) no-repeat center center;
    background-size: auto 0.9rem;
    margin-right: 2.25rem;
}

#go-back {
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2.25rem;
    display: block;
    left: 0;
    font-size: 1.1rem;
    opacity: 0.7;
}

#go-back span {
    color: #fff;
    font-size: 1.4rem;
    display: block;
    height: 2.25rem;
    margin-left: 10px;
    line-height: 2.25rem;
}

.menuBt {
    display: block;
    position: fixed;
    width: 2.25rem;
    height: 2.25rem;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 100;
    padding: 1.12rem 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.menuBt.shadow {
    background: rgba(0, 0, 0, 0.5);
}

.menuBt span {
    display: block;
    position: relative;
    width: 100%;
    height: 0.1rem;
    background-color: #666;
    transition: 0.3s;
    border-radius: 0.1rem;
}

.menuBt span:before,
.menuBt span:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    background: #666;
    transition: 0.3s;
    border-radius: 0.1rem;
    position: absolute;
    left: 0px;
}

.menuBt span:before {
    top: -0.35rem;
}

.menuBt span:after {
    top: 0.35rem
}

.menuBt.close span {
    background: rgba(0, 0, 0, 0);
}

.menuBt.close span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuBt.close span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sub-btn {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    right: 0;
    top: 0;
}

#sub-btn span {
    font-size: 1rem;
    color: #fff;
    margin: 12px 0 0 16px;
    display: block;
}

#articleTool {
    position: relative;
    display: block;
    height: 45px;
    width: 100%;
    max-width: 100%;
    position: relative;
    color: #333;
    background: #f9fafb;
}

#articleTool:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: none;
}

#articleTool h1 {
    overflow: hidden;
    text-align: center;
    display: block;
    text-align: center;
    line-height: 2.2rem;
    color: #333;
    font-size: 0.8rem;
    margin: 0 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
}

#articleTool #go-back span {
    color: #333;
}

/**
 * 一级导航
 * @author 杨朝杰
 * @return
 */

.closeMenu {
    display: block;
    height: 2.25rem;
    overflow: hidden;
    background: url(../images/close.png) no-repeat calc(100% - 0.5rem) center;
    background-size: auto 0.75rem;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#mobileMenu header {
    position: relative;
    display: block;
    background: url(../images/cloud_bg2.png) no-repeat center bottom;
    background-size: cover;
    height: 2.25rem;
    position: relative;
}

#mobileMenu header h1 {
    text-align: center;
    padding: 0.25rem 0px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

#mobileMenu header h1 img {
    height: 1.75rem;
}

/*#mobileMenu header:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom:0px;
    width: 100%;
    height: -1px;
    border-bottom: 1px solid #d3e8f9;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
    display:none;
}*/

.menu_ul {
    width: 100%;
    overflow: hidden;
    /*overflow-y: auto;
    height: 100vh;*/
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}

.menu_ul li {
    display: block;
    overflow: hidden;
    position: relative;
   
}

.menuTop {
    overflow: hidden;
    height: 2.25rem;
    line-height: 2.25rem;
    display: flex;
    padding: 0px 0.5rem 0 1rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu_a {
    font-size: 0.7rem;
    display: block;
    flex: 1;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #dadada;
    -webkit-transform-origin: scaleY(0.5);
    transform-origin: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.menu_ul li:last-child:after {
    display: none;
}

.menu_a span {
    color: #666;
    font-size: 0.7rem;
    display: block;
    flex: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slideDownBt {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
}

.slideDownBt:after {
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.slideDownBt:before {
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slideDownBt.show:after,
.slideDownBt.show:before {
    display: block;
}

#mobileMenu ul li.hover .slideDownBt:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

#mobileMenu ul li.hover .slideDownBt:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

#mobileMenu ul li.active .slideDownBt:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#mobileMenu ul li.active .slideDownBt:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.menu_a i {
    display: none;
    font-size: 0.9rem;
    color: #666;
    line-height: 2rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#mobileMenu ul li.hover .menu_a span,
#mobileMenu ul li.hover .menu_a i,
#mobileMenu ul li.hover .menu_a:after {
    color: #fff;
}

#mobileMenu ul li.hover .menuTop {
    background: #1293e7;
}

#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before {
    background: #fff;
}

/*#mobileMenu ul li.hover a:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #4fb9eb;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
#mobileMenu ul li.hover .menu_a{background:#d6000f;}*/

#mobileMenu ul li.hover .menu_a i {
    transform: rotate(90deg);
}

#mobileMenu ul li.hover.active .menu_a i {
    transform: rotate(0deg);
}

.menu_dl dd.hover .subMenu_a {
    color: #c0171c;
}

.menuDiv {
    display: none;
    overflow: hidden;
    background: #f9f9f9;
}

.menu_dl {
    overflow: hidden;
    padding: 0.25rem 0px;
}

.menu_dl dd {
    overflow: hidden;
    height: 1.75rem;
    line-height: 1.75rem;
    padding-left: 2.5rem;
}

.subMenu_a {
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color: #666;
    position: relative;
    padding-right: 2.25rem;
    text-align: center;
    padding-left: 0.5rem;
}

.subMenu_a i {
    font-size: 0.7rem;
    padding-right: 0.25rem;
}

/*.subMenu_a:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #666;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.menu_dl dd.hover .subMenu_a:before {
    background: #d6000f;
}
/**
 * 二级导航
 */ 
.subNavBox{
    height: 2.0rem;
    position: relative;
    line-height: 2.0rem;
    padding: 0px 0.5rem;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.subNavDiv{
    display: flex;
    overflow: hidden;
    font-size: 0.6rem;
    color:#999;
}
.location{
    flex: 1;
    overflow: hidden;
}
.subNavDiv i{
    padding: 0px 0.25rem;
}
.subNavDiv a{
    color:#999;
}
.location a:last-child{
    color:#333;
}
.subNavBt{
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 1rem;
}
.subNavBt:after{
    display: block;
    content: "\f105";
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: -.1rem;
    width: 0.75rem;
    height: 100%;
    line-height: 2.0rem;
    text-align: right;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.9rem;
    transform: rotate(90deg);
}
.subNav_ul{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2.0rem;
    overflow: hidden;
    background: #fff;
    z-index: 3;
}
.subNavBg{
    display: none;
    position: absolute;
    left: 0px;
    top: 2.0rem;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 4.25rem);
    background: rgba(0,0,0,0.5);
}
.subNav_ul li{
    overflow: hidden;
    padding: 0px 0.25rem;
    height: 2.0rem;
    line-height: 2.0rem;
    position: relative;
}
.subNav_ul li:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.subNav_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    padding: 0px 0.25rem;
}
.subNav_ul li.hover a{
     color: #da271f;
}
.fa.subNavIcon{
    display: none;
    height: 2.0rem;
    line-height: 2.0rem !important;
    overflow: hidden;
    font-size: 0.9rem !important;
    color:#666;
    padding: 0px 0.25rem;
    /*background: #fafafa;*/
    -webkit-animation: subNavMove 1s linear infinite;
    -o-animation: subNavMove 1s linear infinite;
    animation: subNavMove 1s linear infinite;
}
@keyframes subNavMove{
    0%  {transform: translateX(0px);opacity: 0;}
    1% {transform: translateX(0px);opacity: 1;}
    90% {transform: translateX(0.75rem);opacity: 1;}
    91% {transform: translateX(0.75rem);opacity: 0;}
    100%{transform: translateX(0px);opacity: 0;}
}
.locaMenu{
    position: relative;
    z-index: 9;
}
.loca_a{
    display: flex;
    height: 2rem;
    overflow: hidden;
    line-height: 2rem;
    font-size: 0.7rem;
    color:#333;
    padding: 0px 10px;
    background: #fff;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a span{
    display: block;
    flex: 1;
    overflow: hidden;
}
.loca_a i{
    display: block;
    width: 1.0rem;
    height: 2.0rem;
    overflow: hidden;
    text-align: center;
    line-height: 2.0rem;
    font-size: 1.0rem;
    color:#666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a.shadow{
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.loca_a.hover i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loca_ul{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2.0rem;
    max-height: calc(100vh - 9.25rem);
    background: #fff;
    z-index: 4;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.loca_ul li{
    display: block;
    height: 1.75rem;
    line-height: 1.75rem;
    overflow: hidden;
    position: relative;
}
.loca_ul li:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 0px;
    top:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.loca_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    padding: 0px 0.5rem;
}
#thirdMenuBg{
    display: none;
    width: 100%;
    height: 200vh;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

/*手机顶部轮播CSS*/
.clo2{
    padding: 0 .5rem 0;
}
.clo2Con{
    position: relative;
    overflow: hidden;
    width:100%;
}
.clo2Con .swiper-slide {
    width: 100%;
}

.clo2Con .clo2Pic{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.clo2Con .clo2Pic:after{
    display: block;
    content: "";
    padding-top: 26.6667%;
}
.clo2Con .clo2Pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.clo2Con .swiper-pagination {
    position: absolute;
    right: .5rem;
    bottom: .3rem !important;
    z-index: 20;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clo2Con .swiper-pagination span {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 0.45rem;
    background:#fff;
    text-align: center;
    line-height: 0.45rem;
    font-size: .6rem;
    color: #FFF;
    opacity: 1;
}

.clo2Con .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1293e7;
}

.clo2Con .swiper-pagination-bullet {
   background: transparent; 
}

.clo2Con .clo2Context{
    position: absolute;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    padding-left: .5rem;
    box-sizing: border-box;
    font-size: .65rem;
    color: #fff;
    font-weight: bold;
}

.col2List dd{
    overflow: hidden;
    position: relative;
    height: 2.25rem;
    line-height: 2.25rem;
    display: flex;
}
.col2List dd:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px  dashed #000;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
    
}
.col2List dd:last-child:after{
    border-style: none;
}
.col2List dd a{
    flex: 1;
    display: block;
    overflow: hidden;
    margin-right: .5rem;
}
.col2List dd .time{
    font-size: .6rem;
    color: #999;
}

/*手机新闻中心CSS*/
.clo3{
    padding: 0 .5rem;
}
.clo3Con{
    position: relative;
    overflow: hidden;
    width:97%;
}
.clo3Con .swiper-slide {
    width: 100%;
}

.clo3Con .clo3Pic{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.clo3Con .clo3Pic:after{
    display: block;
    content: "";
    padding-top: 66.6667%;
}
.clo3Con .clo3Pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.clo3Con .swiper-pagination {
    position: absolute;
    right: .5rem;
    bottom: .3rem !important;
    z-index: 20;
    text-align: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clo3Con .swiper-pagination span {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 0.45rem;
    background:#fff;
    text-align: center;
    line-height: 0.45rem;
    font-size: .6rem;
    color: #FFF;
    opacity: 1;
}

.clo3Con .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1293e7;
}

.clo3Con .swiper-pagination-bullet {
   background: transparent; 
}

.clo3Con .clo3Context{
    position: absolute;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    padding-left: .5rem;
    box-sizing: border-box;
    font-size: .65rem;
    color: #fff;
    font-weight: bold;
}

.col3List dd{
    overflow: hidden;
    position: relative;
    height: 2.25rem;
    line-height: 2.25rem;
    display: flex;
}
.col3List dd:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px  dashed #000;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
    
}
.col3List dd:last-child:after{
    border-style: none;
}
.col3List dd a{
    flex: 1;
    display: block;
    overflow: hidden;
    margin-right: .5rem;
}
.col3List dd .time{
    font-size: .6rem;
    color: #999;
}
