/*reset*/
@font-face{
    font-family: DIN;
    src: url(../fonts/DINCond-Bold.otf);
    src:local('☺'),
        url('../fonts/DINCond-Bold.otf?#iefix') format('embedded-opentype'),
		url('../fonts/DIN-Condensed-Bold.woff.ttf') format('truetype');
    font-weight:bold;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    
}
tbody, tfoot, thead, tr, th, td{
    margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


*{padding:0;margin: 0; box-sizing: border-box; -webkit-box-sizing: border-box;}
div{box-sizing:border-box;}
a{text-decoration: none;}
.pull-left{float:left;}
.pull-right{float:right;}
/*common.css*/
.common_width{
	width:1280px;
	margin:0 auto 0;
}
.half_width{width:50px;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}
#mobile .team_all_data_content_select.clearfix:after{
    content: none;
}

.clearfix{zoom:1;} /* for IE/Mac */
.hide{ display: none;}
.bgWImg{ background-size: 100% auto;  background-repeat: no-repeat; width: 100%; }
.bgImg{ background-size: 100% auto;  background-repeat: no-repeat; }
#header{
	height:140px;
	width:1280px;
	margin:0 auto;
	position: relative;
}


#mobile #header{
    width: 100%;
    height:1.33rem;
}

#mobile #header .logo{
    width:100%;
    height: 1.33rem;
    padding:.25rem .427rem;
    display: flex;
    justify-content: space-between;
    left:0;
    align-items: center;
    border-bottom: .013rem solid #A00000;
    background: #fff;
    position: fixed;
    z-index:600;
    top: 0;
}
#mobile #header .logo a{display: block;}


/* 党 100周年 主题 start  */
/* #pc  #header.custom100year{
    background-image: url(../img/headerBg_100years_pc.jpg);
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#pc #header.custom100year .menu ul{
    border: 0;
}
#pc #header.custom100year .menu ul li a, #pc #header.custom100year .menu_top a, #pc #header.custom100year .menu_top, #pc #header.custom100year .menu ul li a.act {
 color: #fff;
}
#pc #header.custom100year .menu ul li:hover a, #pc #header.custom100year .menu_top a:hover {
    color: #B20F13;
}
#pc #header.custom100year .menu ul li.act:hover a {
    color: #fff;
}

#mobile  #header.custom100year .logo{
    background-image: url(../img/headerBg_100years_h5.jpg);
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#mobile #header.custom100year .logo a{display: none;}
#mobile #header.custom100year .logo a.search_icon{display: block;}
#mobile #header.custom100year .menu_icon i, #mobile #header.custom100year .menu_icon ::before, #mobile #header.custom100year .menu_icon ::after{
    background-color: #fff;
} */

/* 党 100周年 主题 end  */

/* #mobile #header .logo .menu_icon{
    display: block;
    position: relative;
    width: .533rem;
    height: .533rem;
    background-image: url(../img/index/meunTopOpen_icon.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#mobile #header .logo .menu_icon.open{
    background-image: url(../img/index/meunTopClose_icon.png);
} */
#mobile #header .menu_icon{
    display: block;
    position: relative;
    width: .56rem;
    height: .56rem;
    padding: .25rem 0;
	
}
#mobile #header .menu_icon i, #mobile #header .menu_icon ::before, #mobile #header .menu_icon ::after{
    display: block;
    width: 100%;
    height: .06rem;
    background-color: #333;
    border-radius: .03rem;
}
#mobile #header .menu_icon ::before, #mobile #header .menu_icon ::after{
    position: absolute;
    left: 0;
    z-index: 2;
    content: '\20';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
#mobile #header .menu_icon ::before{
    top: 0;
}
#mobile #header .menu_icon ::after{
    top: .5rem;
}

#mobile #header .menu_icon.open i{
    background-color: transparent;
}
#mobile #header .menu_icon.open ::before, #mobile #header .menu_icon.open ::after{
    -webkit-transform-origin: (50%, 50%);
    -moz-transform-origin: (50%, 50%);
    -o-transform-origin: (50%, 50%);
    transform-origin: (50%, 50%);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}
#mobile #header .menu_icon.open ::before{
    top: .25rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobile #header .menu_icon.open ::after{
    top: .25rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#pc #header .logo .open_icon, #pc #header .logo .close_icon{display: none !important;}

#mobile #header .logo .login_icon{width: .5rem;height: .5rem;position: absolute;right: 1.4rem;cursor: pointer;}
#mobile #header .logo .logo_img{width: 1.8rem;height:1rem;cursor: pointer;}
#mobile #header .logo .logo_img>img{display:block;width: 100%;height:100%;margin-top: 0;}
#mobile #header .logo .search_icon{width:.47rem;height:.48rem;cursor: pointer;}
#mobile #header .logo .search_icon>img, #mobile #header .logo .open_icon>img, #mobile #header .logo .close_icon>img, #mobile #header .logo .login_icon>img{display:block;width: 100%;height: 100%;margin-top: 0;}
#mobile #header .menu{
    /* display:none; */
    /* box-shadow:2px 0 3px -1px #DDDDDD; */
    /* box-shadow:0 2px 3px -1px #DDDDDD; */
    /* border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; */
    position: absolute;
    width:3.2rem;
    z-index: 550;
    background: #fff;
    height:0;
    top: 1.34rem;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}
/* 针对缺省样式 (必须的) */
#mobile #header .menu::-webkit-scrollbar {
    width: 0;
    height:0;
}
/* 滚动条的滑轨背景颜色 */
#mobile #header .menu::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius:0;
}
/* 滑块颜色 */
#mobile #header .menu::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius:0;
}
/*内层轨道的颜色*/
#mobile #header .menu::-webkit-scrollbar-track-piece{
    background-color:#fff;
    border-radius:0;
}
#mobile #header .menu .menu_top {display:none}
#mobile #header .menu .searches-icon{display: none}
#mobile #header .menu ul li{cursor: pointer;display: inline-block;width:3.2rem;height:1.333rem;line-height:1.3rem;color: #666666;font-size: .347rem;text-align: center;border-bottom: 1px solid #DDDDDD;;border-right: 1px solid #DDDDDD;}
#mobile #header .menu ul{margin:0;border-top: none;}
#mobile #header .menu ul li.act{background: #A00000;color:#fff;}


#header .logo{float:left;height:140px;position: relative;z-index: 600;left:20px;}
#header .logo a img{width:240px;vertical-align:middle;margin-top:20px;}
#pc #header .logo .search_icon, #pc #header .logo .open_icon, #pc #header .logo .login_icon, #pc #header .logo .close_icon{display: none}
#header .menu{float:right;width:1000px; position: relative;}
#header .menu_top{line-height:19px;text-align: right;margin-top:20px;font-family: PingFangSC-Regular;font-size: 12px;color: #A5A5A5;letter-spacing: 0.8px;}
#header .menu_top a{color:#A5A5A5;}
#pc #header .menu_top a:hover{color:#555;}
#header .menu ul{list-style:none;position: relative;margin: 30px 0 0 0; font-size: 0; border-top: 1px solid #f7f7f6;padding-right:40px;}
#header .menu ul li{cursor: pointer;display: inline-block;min-width:90px;height:60px;line-height: 59px;color:#333;font-size:14px;text-align:center;}
#header .menu ul li a {color:#333;}
#header .menu ul li:hover a,#header .menu ul li a.act{ color: #B20F13;}
#header .menu ul li.act a.act, #header .menu ul li.act a{ color: #fff;}
#header .menu ul li.act{background:#B20F13;}
#header .searches-icon{position: absolute; right: 0; bottom:10px; height: 40px; width: 40px;}
#header .searches-icon a{display: block; padding: 10px; width: 100%; height: 100%;}
#header .searches-icon img{ display: block; width: 100%; height: auto;}
#pc #header .menu{display: block !important;}

#mobile #header .menu ul li.act a{ color: #fff;}
#mobile .menuMaskList{
    position: fixed;
    top: 1.31rem;
    padding-left: 3.2rem;
    z-index:500;
    width: 100%;
    background: #FFFFFF;
    height: 0;
    min-width: 0;
    text-align: center;
    box-shadow: 0 2px 3px -1px #DDDDDD;
    
}
#mobile .menuMaskList .menu-mask{
    display: none;
    width: 100%;
    background: #FFFFFF;
    height: calc(100vh - 1.33rem);
    min-width: 0;
    box-shadow:none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/* 针对缺省样式 (必须的) */
#mobile .menuMaskList .menu-mask::-webkit-scrollbar {
    width: 0;
    height:0;
}
/* 滚动条的滑轨背景颜色 */
#mobile .menuMaskList .menu-mask::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius:0;
}
/* 滑块颜色 */
#mobile .menuMaskList .menu-mask::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius:0;
}
/*内层轨道的颜色*/
#mobile .menuMaskList .menu-mask::-webkit-scrollbar-track-piece{
    background-color:#fff;
    border-radius:0;
}
.menuMaskList{
	position: absolute;
    width:100%;
    min-width: 1280px;
	height:0;
	top:140px;
	z-index:500;
	background: #FFFFFF;
    box-shadow: 0 68px 94px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}
.menuMaskList .menu-mask{
    display: none;
    width:100%;
    height: 550px;
	background: #FFFFFF;
	box-shadow: 0 68px 94px 0 rgba(0,0,0,0.15);
}
#mobile .menuMaskList .menu-mask .menu_content{
    width: 100%;
    height: 100%;
    padding: 0 1.2rem 0 0;
    margin:0;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-mask .menu_content{
	width:1280px;
	height:100%;
    padding: 10px 30px 30px 30px;
    margin:0 auto;
}
#mobile .menuMaskList .menu-mask .menu_content .half_ul{
    width: 100%;
    height: 100%;
    border-right: none;
}
.menu-mask .menu_content .half_ul{
    width:600px;
    border-right:1px solid #EEEEEE;
    float:left;
    height:100%;
}
#mobile .menuMaskList .menu-mask .menu_content .half_ul ul{
    margin-right:0;
    margin-top:0;
    float: none;
}

.menu-mask .menu_content .half_ul ul{
    float:left;
    margin-right:150px;
    margin-top:34px;
}
#mobile .menuMaskList .menu-mask .menu_content .half_ul ul li{
    height: 1.2rem;
    line-height:1.2rem;
    padding-right: .5;
}
.menu-mask .menu_content .half_ul ul li{
    height: 60px;
    line-height:60px;
}
#mobile .menuMaskList .menu-mask .menu_content .half_ul ul li a{
    font-size: .347rem;
    color:#666666;
}
#mobile .menuMaskList .menu-mask .menu_content .half_ul ul li a.act{
    font-size: .4rem;
    color:#333333;
    font-weight: bold;
}
#pc .menu-mask .menu_content .half_ul ul li a.act{
    color:#A00000;
}
.menu-mask .menu_content .half_ul ul li a{
    color:#333333;
    font-size: 16px;
}
#mobile .menuMaskList .menu-mask .menu_content .half_swiper{
    display: none;
}
.menu-mask .menu_content .half_swiper{
    width:600px;
    float:left;
    height:100%;
    padding: 0 20px 0 80px;
}
.menu-mask .menu_content .half_swiper .swiper-container2{
    overflow: hidden;
    position: relative;
}
.menu-mask .menu_content .half_swiper .swiper-container2 .swiper-pagination-bullet{
    width:40px;
    height:4px;
    border-radius: 0px;
}
.menu-mask .menu_content .half_swiper .swiper-container2 .swiper-pagination-bullet-active{
    background:#C74040;
}
.menu-mask .menu_content .half_swiper .swiper-name{
    margin-top:30px;
    font-size:14px;
    margin-bottom: 10px;
}

.menu-mask .menu_content .half_swiper .img-block{
    display: block;
    width: 500px;
    height: 330px;
    overflow: hidden;
}
.menu-mask .menu_content .half_swiper .img-block img{
    display: block;
    width:100%;
    height: 100%;
}
.menu-mask .menu_content .half_swiper .swiper-title{
    font-size:16px;
    font-weight: bold;
    color:#333;
    height:30px;
    line-height: 30px;
    overflow: hidden;
}

.menu-mask .menu_content .half_swiper .swiper-desc{
    font-size:12px;
    height:48px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 40px;
}

#mobile .half-more{width:100%;float:none;border-right:none;height:auto;padding-top:0;}

.half-more{width:800px;float:left;border-right: 1px solid #EEEEEE;height: 100%;padding-top:40px;}
.half-more .half-image-wrap{
    float: left;
	margin: 0 0 20px 0;
	width:300px;
	height:200px;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
#pc .half-more a{
    background-color: #000;
}
#pc .half-more .acts, #pc .half-more a:hover{
    background-color: #fff;
    border-radius: 6px;
}
#pc .half-more a.acts::before, #pc .half-more a:hover::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '\20';
    visibility: visible;
    width: 296px;
    height: 196px;
    border: 2px solid #B20F13;
    border-radius: 6px;
    background-color: transparent;
    pointer-events: none;
}



#mobile .half-more .half-image-wrap{
    float: none;
	margin:0;
	width:100%;
	height:auto;
	border-radius: 0;
}
#mobile .half-more .half-image-wrap:nth-child(2n-1){
    margin:0
}
.half-more .half-image-wrap:nth-child(2n-1){
	margin: 0 20px 20px 80px;

}
#mobile .half-more .half-mask{
	position: relative;
	width:100%;
	border-top:none;
    color: #666666;
    height: 1.067rem;
    line-height: 1.067rem;
    font-size:.347rem;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* #pc .half-more .act{
    color:#A00000;
} */
#mobile  .half-more .act{
    font-size: .4rem;
    color:#333333;
    font-weight: bold;
}
#mobile .half-more .half-image-wrap img{
	display: none;
}
.half-more .half-mask{
	position: absolute;
	bottom:0;
	width:250px;
	border-top:1px solid #fff;
	color:#fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	left:25px;
}
.half-more .half-image-wrap img{
    opacity: .7;
    width:100%;
}
#mobile .half-less{width: 100%;float: left;height: auto;}
.half-less{width:408px;float:left;height: 100%;}
.menu-mask .menu_content .half-less ul{
margin: 24px 0 0 120px;
}
#mobile .menuMaskList .menu-mask .menu_content .half-less ul{
    margin: 0;
}
#mobile .menuMaskList .menu-mask .menu_content .half-less ul li {
    line-height: 1.067rem;
    height: 1.067rem;
}
.menu-mask .menu_content .half-less ul li {
line-height: 40px;
}
#mobile .menuMaskList .menu-mask .menu_content .half-less ul li a {
    font-size: .347rem;
    color:#666666;
}
#mobile .menuMaskList .menu-mask .menu_content .half-less ul li a.act {
    font-size: .4rem;
    color:#333333;
    font-weight: bold;
}
#pc .menu-mask .menu_content .half-less ul li a.act {
    color:#A00000;
}
.menu-mask .menu_content .half-less ul li a {
color: #666;
font-size: 16px;
}
.menu-mask .menu_content .half_ul ul li:hover a, .menu-mask .menu_content .half-less ul li:hover a {
color: #a00000;

}

.menu-mask .menu_content .half_swiper .swiper-pagination{
    position: absolute;
}


/* 二级导航 */
#second_header{
    width: 100%;
    min-width: 1280px;
    background: #A00000;
    line-height: 46px;
    }
    #mobile #second_header{
        width: 100%;
        min-width: 100%;
        height: 1.173rem;
        position: fixed;
    }
    #second_header>ul{
        width: 1280px;
        margin:0 auto;
        padding-left: 350px;
    }
    #mobile #second_header>ul{
        /* width: auto; */
        margin:0 auto;
        height: 1.173rem;
        padding-left: .266rem;
        width: 100%;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        font-size: 0;
    }
    #second_header>ul:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}
    #second_header>ul>li{
        float: left;
        margin-right: 56px;
        cursor: pointer;
    }
    #mobile #second_header>ul>li{
        float: none;
        display: inline-block;
        margin-right: 0;
        cursor: pointer;
        height: 1.173rem;
        line-height: 1.173rem;
        padding: 0 .266rem;
        position: relative;
    }
    #mobile #second_header>ul>li>a{
        font-size: .373rem;
        display: block;
    }
    #second_header>ul>li>a{
        opacity: .8;
        font-size: 14px;
        color:#fff;
        cursor: pointer;
    }
    #second_header>ul>li>a:hover{
        color:#fff;
        opacity: 1;
        
    }
    #mobile #second_header>ul>li .active{
        color: #fff;
        opacity: 1;
        font-size: .48rem;
    }
    #mobile #second_header>ul>li .active::after{
        position: absolute;
        bottom: .12rem;
        left: 30%;
        z-index: 3;
        display: block;
        content: "\20";
        width: 40%;
        height: .0534rem;
        background-color: #fff;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
    #second_header>ul>li .active{
        color:#fff;
        opacity: 1;
    }
    
/* 第三导航 有底边 */

.thirdNav{
    width: 100%;
    border-bottom: 2px solid #A00000;
}
#mobile #third_headers{
    width: 100%;
    box-shadow: 0 0.053rem 0.106rem 0 #EEEEEE;
    background-color: #fff;
    font-size: 0;
}
#mobile .thirdNav{
    border-bottom: 0;
    height: 1.1734rem;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
}
.thirdNav:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}

.thirdNav>li{
   float: left;
   padding: 0 15px;
   text-align: center;
   position: relative;
}
#mobile .thirdNav>li{
    float: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    position: relative;
    height: 100%;
    width: 2.812rem;
}
.thirdNav>li:first-child{
    margin-left: 10px;
   
 }
 #mobile .thirdNav>li:first-child{
     margin: 0;
 }
.thirdNav>li>a {
    display: block;
    font-size: 12px;
    color: rgba(51,51,51,1);
    height: 40px;
    padding-top: 15px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
   
}
#mobile .thirdNav>li>a{
    display: block;
    font-size: .373rem;
    color: rgba(51,51,51,1);
    height: 1.173rem;
    padding-top: 0;
    line-height: 1.173rem;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#mobile .thirdNav>li>a.isActive{
    padding-top: 0;
    display: block;
    font-size: .373rem;
    font-weight: bold;
    color: #fff;
    background: #D91F30;
}
.thirdNav>li>a.isActive{
    padding-top:0;
    display: block;
    font-size:26px;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.thirdNav>li:hover>a{
    padding-top:0;
    display: block;
    font-size:26px;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.thirdNav>li .red_cicle{
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    left:50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #a00000;
}
#mobile .thirdNav>li>span{
    display: none;
}
/* 三级导航 有背景 */
#mobile #third_header{
    width: 100%;
    min-width: 0;
    height: 1.173rem;
    line-height: 1;
    background:  #ffffff;
    box-shadow: 0 .032rem .064rem 0 #EEEEEE;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 0;
}
#third_header{
    width: 1280px;
    min-width: 1280px;
    margin:0 auto;
    background:  #F5F5F5;
    line-height: 40px;
}
#third_header>ul:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}
#mobile #third_header>ul{
    height: 100%;
}
#mobile #third_header>ul>li{
    width: 33.333%;
    height: 100%;
    line-height: 1.173rem;
    text-align: center;
    float: none;
    display: inline-block;
}
#third_header>ul>li{
    float: left;
    width: 142px;
    height: 40px;
    text-align: center;
}
#mobile #third_header>ul>li>a{
    font-size: .373rem;
    line-height: 1.173rem;
}
#third_header>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    cursor: pointer;
    /* line-height:20px; */
}
#third_header>ul>li:hover{
    background: #D91F30;
    color: #fff;
    
}
#third_header>ul>li:hover>a{
    color: #fff;
    
}
#third_header>ul>li>a.active{
    background: #D91F30;
    color: #fff;
}

#mobile #third_headerH5{
    position: fixed;
    top: 4.263rem;
    left: 0;
    z-index: 300;
    width: 100%;
    min-width: 100%;
    height: 1.173rem;
    background-color: #fff;
    box-shadow: 0 .053rem .106rem rgba(238, 238, 238, 1);
}
#mobile #third_headerH5>ul{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile #third_headerH5>ul>li{
    position: relative;
    flex: 1;
    width: auto;
    height: 1.173rem;
    line-height: 1.173rem;
    text-align: center;
    font-size: .373rem;
    color: rgba(51, 51, 51, 1);
}
#mobile #third_headerH5>ul>li>a{
    display: block;
    width: 100%;
    font-weight: bold;
}

#mobile #third_headerH5>ul>li .active{
    color: #fff;;
    background-color: rgba(217, 31, 48, 1);
}


/* 关于我们右边的联系方式文案 */
.slideNav_about{
    padding-top: 56px;
}
.slideNav_about>h5{
    font-size:22px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    letter-spacing:1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 56px;
}
.slideNav_about .slideNav_address{
    padding-left: 22px;
}
.slideNav_about .slideNav_address>h6{
    font-size:15px;
    font-weight:600;
    color:rgba(0,0,0,1);
    padding-bottom: 13px;
}
.slideNav_about .slideNav_address>p{
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:20px;
}
.slideNav_about .slideNav_address>p .desces{
float: left;
height: 30px;;
}
.slideNav_about .slideNav_address>p .descss{
display: block;
width: 270px;
}
/* .thirdNav>li:first-child>.red_cicle{
    left: 53.5%;
    
} */
/* 
关于我们的侧边栏 */
.slideNav>li{
    width:301px;
    height:66px;
    margin-bottom: 7px
}
.slideNav>li>a{
    display: block;
    width:100%;
    height:100%;
    text-align: center;
    border-radius:6px;
    /* opacity:0.3042; */
    border:1px solid rgba(206,206,206,.3042);
    font-size:16px;
    font-weight:500;
    color:rgba(77,77,77,1);
    line-height:66px;
    letter-spacing:1px;
    cursor: pointer;
}
.slideNav>li>a:hover{
    color:rgba(160,0,0,1);
    background:rgba(160,0,0,0.08);
    border-radius:6px;
    border:1px solid rgba(160,0,0,1);
}
.slideNav>li> .isActiveBorder{
    width:300px;
    height:66px;
    color:rgba(160,0,0,1);
    font-weight: bold;
    background:rgba(160,0,0,0.08);
    border-radius:6px;
    border:1px solid rgba(160,0,0,1);
}

/* 精彩视频 */
#mobile .slide_right{
    display: none;
}
.slide_right{
    float: right;
    width: 300px;
}
.slide_right .slide_video{
    padding-bottom: 45px;
}
.slide_right .slide_video .slide_video_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 26px;
   

}
.slide_right .slide_video>ul>li{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}
.slide_right .slide_video>ul>li:last-child{
    margin-bottom: 0;
}
.slide_right .slide_video>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
}

.slide_right .slide_video>ul>li #video{
	display: inline-block;
    vertical-align: baseline;
}
.slide_right .slide_video>ul>li #videos{
	display: inline-block;
    vertical-align: baseline;
}
.slide_right .slide_video>ul>li .video_icon {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    cursor:pointer;
}
.slide_right .slide_video>ul>li .video_icon>span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slide_right .slide_video>ul>li .video_title{
    position: absolute;
    bottom: 0;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.53px;
    padding: 15px 20px 0 20px;
    line-height: 16px;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 98.5%;
    left: 2px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 精彩图片 */
.slide_right .slide_imgs{
    padding-bottom: 45px;
}

.slide_right .slide_imgs .slide_imgs_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 26px;

}
.slide_right .slide_imgs>ul>li{
    position:relative;
    width: 100%;
    overflow: hidden;
    margin-bottom:15px;
    cursor: pointer;
}
.slide_right .slide_imgs>ul>li:last-child{
    margin-bottom:0;
}
.slide_right .slide_imgs>ul>li>span {
    width: 100%;
    height: 200px;
  
}
.slide_right .slide_imgs>ul>li .title_bag{
    position: absolute;
    bottom: 0px;
    width: 300px;
    height: 43px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    padding-top: 15px;
}
 .title_bag .title_imgs{
    float: left;
    width: 23px;
    height: 18px;;
    margin-left: 16px;
}
 .title_bag .title_imgs>img{
 display:block;
  width:100%;
}

 .title_bag .title_title{
    float: left;
    margin-left: 14px;
    width: 200px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   

}
/* 精彩新闻 */
.slide_right .slide_news{
    padding-bottom: 45px;
}
.slide_right .slide_news .slide_news_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 26px;

}
.slide_right .slide_news>ul>li>a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.slide_right .slide_news>ul>li .slide_news_text{
    width: 100%;
    padding: 6px 10px 18px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 精彩图片的banner图  start*/

.other_atlas{
    margin:0 auto 0 !important;
}
.wonderful_atlas_banner .bannner_dcrites{
   position: absolute;
   right: 185px;
   top: 94px;
}
.bannner_dcrites .dcrites_title{
   font-size:24px;
   font-weight:bold;
   color:rgba(255,255,255,1);
   line-height:30px;
   letter-spacing:3px;
}
.bannner_dcrites .dcrites_text{
   font-size:18px;
   font-weight:500;
   color:rgba(255,255,255,1);
   line-height:25px;
   letter-spacing:1px
}
.bannner_dcrites .dcrites_time{
   font-size:12px;
   color:rgba(255,255,255,1);
   line-height:15px;
}

/* 精彩图片的banner图  end*/



 /* 轮播图组建 */

.wonderful_atlas_big_banner{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
}

 .wonderful_atlas_big_banner .wonderful_atlas_big_box{
    position: absolute;
    width: 900px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
}
.wonderful_atlas_big_box .descript_title{
margin-top: 18px;
 width: 100%;
}
.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_container {
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.wonderful_atlas_desItem{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 15px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
#mobile .wonderful_atlas_desItem{
    padding: .2rem;
    font-size: .267rem;
    line-height: .373rem;
}
.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_groupDes{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
 #mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_groupDes{
    font-size: .267rem;
    line-height: .373rem;
}

 .wonderful_atlas_container .close_icon {
      position: absolute;
      top: 15px;
      right: 14px;
    width: 43px;
    height: 43px;
    z-index:2;
   opacity:.8;
   cursor: pointer;
}
 .wonderful_atlas_container .close_icon>img {
    width: 100%;
    height: 100%;
}
.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_container .swiper-slide {
    text-align: center;
    font-size: 18px;
}
.wonderful_atlas_banner_img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_title{
   display: block;
   width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .wonderful_atlas_big_banner .wonderful_atlas_big_box>img{
    display: block;
    width: 100%;
    height: 100%;
}
 .wonderful_atlas_big_banner .wonderful_atlas_big_nbg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: #000000;

}
.swiper-button-prev{
    background-image: url(data:image/png;base64,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);
    left: 25px;
    top: 42%;
    right: auto;
    width: 26px;
    height: 78px;
    background-size: 100% 100%;
}
.swiper-button-next{
    background-image: url(data:image/png;base64,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);
    right: 25px;
    top: 42%;
    left: auto;
    width: 26px;
    height: 78px;
    background-size: 100% 100%;
}

#mobile .swiper-button-prev{
    left: .4rem;
}
#mobile .swiper-button-next{
    right: .4rem;
}
#mobile .swiper-button-next, #mobile .swiper-button-prev{
    top: calc(50% - .5rem);
    width: .4rem;
    height: 1rem;
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box{
    width: 9.47rem;
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_container {
    height: 6.307rem;
}

#mobile .wonderful_atlas_container .close_icon{
    opacity: 1;
    top: -2.4rem;
    right: .2rem;
    width: .733rem;
    height: .733rem; 
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_title{
    font-size: .373rem;
    line-height: .427rem;
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_nbg{
    background: rgba(0,0,0,1);
    opacity: 1;
}

#mobile .footer-wrap {
    width: 100%;
    min-width: 0;
    height: auto;
    margin: 0;
}
.footer-wrap {
    width: 100%;
    min-width: 1280px;
    height: auto;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,rgba(30,37,42,0.3) 0%, #242A2F 100%);
    background: -webkit-linear-gradient(-90deg,rgba(30,37,42,0.3) 0%, #242A2F 100%);
    background: -moz-linear-gradient(-90deg,rgba(30,37,42,0.3) 0%, #242A2F 100%);
    background: -o-linear-gradient(-90deg,rgba(30,37,42,0.3) 0%, #242A2F 100%);
    position: relative;
    overflow: hidden;
    margin-top: 78px;
}
#mobile .footer-wrap .footer-box{
    display: none;
}
.footer-wrap .footer-box {
    width: 100%;
    height: auto;
    padding: 44px 0 60px 0;
    box-sizing: border-box;
}
.footer-wrap .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-box .footer-content {
    width: 944px;
    margin: 0 auto;
}

 .footer-content .link-content {
    overflow: hidden;
    margin-bottom: 60px;
}
.link-content .column {
    float: left;
}

.column .title {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 11px;
    font-weight: bold;
}.column .title>a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 11px;
    font-weight: bold;
}

.column .jump-box {
    font-size: 14px;
    line-height: 37px;
}

 .column .jump-box .jump-links {
    color: rgba(255, 255, 255, .5);
   
}

 .column .text {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    line-height: 22px;
    /* width: 220px; */
}
.column .text .text_ads{
    float: left;
    height: 60px;
}
.column .text .text_dec{
    display: block;
    width: 170px;
}
 .column .icon{
    /* width: 60px; */
    height: 65px;
    padding-top: 9px;
}
.column .icon>span{
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 1px;
}
 .column .icon>span>img{
    display: block;
    width: 100%;
    
}
 .link-content .first-col {
    /* margin-right: 61px; */
    width: 130px;
}

.link-content .second-col {
    /* margin-right: 87px; */
    width: 170px;
}

.link-content .third-col {
    /* margin-right: 64px; */
    width: 150px;

}
 /* .third-col .title {
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;

} */

.link-content .fourth-col {
    /* margin-right: 73px; */
    width: 130px;
}

.link-content .fifth-col {
    /* margin-right: 69px; */
    width: 120px;
}

.first-col .jump-box .links, .second-col .jump-box .links, .third-col .jump-box .links, .fourth-col .jump-box .links, .fifth-col .jump-box .links{
    padding-left: 0;
    font-size: 14px;
    cursor: pointer;
    transition: padding .3s linear;
}
#pc .first-col .jump-box .links:hover, #pc .second-col .jump-box .links:hover, #pc .third-col .jump-box .links:hover, #pc .fourth-col .jump-box .links:hover, #pc .fifth-col .jump-box .links:hover{ 
    padding-left: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
}

 .link-content .white-line {
    height: 236px;
    width: 1px;
    background: rgba(227, 227, 227, .1);
    margin-right: 43px;
}

.footer-content .email {
    margin-bottom: 37px;
}

 .footer-content .email a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-right: 76px;
}

 .footer-content .line {
    width: 924px;
    margin: 0 auto;
    height: 1px;
    background: rgba(227, 227, 227, .1);
    margin-bottom: 32px;
}

 .footer-content .copy-right {
    width: 924px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: rgba(225,225,225,0.3);
}
/* 移动端底部footer */
#pc .footer-wrap .mobile_footer{
    display: none;
}
#mobile .mobile_footer{
    /* position: absolute; */
    width: 100%;
    height: auto;
    padding: .64rem .427rem;
    box-sizing: border-box;
}
#mobile .moblie_link{
    display: flex;
    justify-content: space-between;
    padding: 0 1.133rem .64rem 1.133rem;
}
#mobile .moblie_link .link_font>span{
    display: inline-block;
    width: .053rem;
    height: .053rem;
    background: #BBBBBB;
    border-radius: 50%;
    margin-right: .053rem;
    margin-bottom: .053rem;
}
#mobile .moblie_link .link_font>a{
    color: #BBBBBB;
    font-size: .24rem;
}
#mobile .monlie_phone{
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-top: .013rem dashed #606568;
    border-bottom: .013rem dashed #606568;
    padding: .533rem .533rem;
    height: auto;

}
#mobile .monlie_phone .phone_left li{
    display: flex;
    justify-content: flex-end;
}
#mobile .monlie_phone .phone_right li{
    display: flex;
    justify-content: flex-start;
}
#mobile .monlie_phone .phone_right li .mobile_adress{
    width: 2.667rem;
    line-height: .4rem;
    font-size: .24rem;

}
#mobile .monlie_phone>ul>li{
    color: #BBBBBB;
    font-size: .24rem;
    line-height: .267rem;
}
#mobile .monlie_phone>ul>li>span{
    font-size: .24rem;
    color: #BBBBBB !important;
}
#mobile .monlie_phone>ul>li:nth-child(1){
    margin-bottom: .5rem
}
#mobile .monlie_phone>ul>li>img{
    display: block;
    width: .267rem;
    height: .267rem;
    margin: 0 .133rem;
}
#mobile .kmoblie_line{
    height: 1.2rem;
    width: .013rem;
    border: .013rem dashed #606568;
}
#mobile .mobile_dec{
    color: #999999;
    font-size: .24rem;
    text-align: center;
    padding: .267rem 1.2rem;
    line-height: .4rem;
    height: auto;
}
/* 图片放大效果 */
.imgBig{
    display:block;
    width: 100%;
    height: 100%;
    transition:all 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}
.imgBig:hover{
  transform: scale(1.2);
   cursor: pointer;
}
.imgBigNo{
    width: 100%;
     height: 100%;
     transition:all 1s
 }
 .imgBigNo:hover{
     transform: scale(1.2);
 }

.moreBtn{
    margin: 0 auto;
    width: 200px;  
    height: 100px;  
    line-height: 100px;
    border-radius: 200px 200px 0 0;  
    border: 1px dashed #a3a3a3;
    text-align: center;
}
/*右边精彩图片样式 start*/

.slide_picture{
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}
/*右边精彩图片样式 end*/


/* 错误消息弹框 start */
.alert_message{
    position: fixed;
    width: 600px;
    height: 50px;
    left: 50%;
    margin-left: -300px;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    background: #fef0f0;
    border: 1px solid #fde2e2;
    top: -50px;
    z-index: 300;
    opacity: 0.9;
    overflow: hidden;
}
.slide_down{
    top: 10px;
    transition: top .2s linear
}
#mobile .slide_down{
    top: 1.33rem;
}
#mobile #search_wrap .slide_down{
    top: 2.503rem;
}
#mobile .alert_message>span{
    font-size: .4rem;
}
.alert_message>span{
   font-size: 16px;
   color:#fd4444;
}
.alert_message>span.warning{
    color:#E6A23C;
 }

/* 错误消息end */
/* 加载弹窗 */
.box_ngbg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(51,51,51,0.34);
    z-index: 300;
}

.box_jump{
    position: relative;
    width: 150px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -75px;
    text-align: center;
   
}
.loading{
    position: absolute;
    left: 0;
    z-index: 5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation:initLoadingAn 2.3s infinite linear;
    -webkit-animation:initLoadingAn 2.3s infinite linear;
    -moz-animation:initLoadingAn 2.3s infinite linear;
    -o-animation:initLoadingAn 2.3s infinite linear;
}

.loading img{
    display: none;
    width: 100%;
    height: 100%;
}

.box_ngbg.isShow .loading img{
    display: block;
}

.box_jump .loadShadow{
    display: block;
    position: absolute;
    left: -5px;
    bottom: 25px;
    z-index: 2;
    width: 60px;
    height: 15px;
    background-color: #999;
    border-radius: 50%;
    animation:initLoadShadowAn 2.3s infinite linear;
    -webkit-animation:initLoadShadowAn 2.3s infinite linear;
    -moz-animation:initLoadShadowAn 2.3s infinite linear;
    -o-animation:initLoadShadowAn 2.3s infinite linear;
    
}
.loading_text{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.loading_text>span:nth-child(1){
    font-size: 20px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.loading_text>span:nth-child(2){
    display: inline-block;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:rgba(255,255,255,1);
    animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    -webkit-animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    -moz-animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    -o-animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    
}
.loading_text>span:nth-child(3){
    display: inline-block;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:rgba(255,255,255,1);
    animation: bouncedelay 1.4s infinite -.32s ease-in-out;
    -webkit-animation: bouncedelay 1.4s infinite -.32s ease-in-out;
    -moz-animation: bouncedelay 1.4s infinite -.32s ease-in-out;
    -o-animation: bouncedelay 1.4s infinite -.32s ease-in-out;
}
.loading_text>span:nth-child(4){
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:rgba(255,255,255,1);
    animation: bouncedelay 1.4s infinite -.16s ease-in-out;
    -webkit-animation: bouncedelay 1.4s infinite -.16s ease-in-out;
    -moz-animation: bouncedelay 1.4s infinite -.16s ease-in-out;
    -o-animation: bouncedelay 1.4s infinite -.16s ease-in-out;
}

@keyframes bouncedelay {
    0%, 80%, 100% {
      transform: scale(0);
    } 
    40%{
      transform: scale(1);
    }
}
@-webkit-keyframes bouncedelay{
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    } 
    40%{
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bouncedelay{
    0%, 80%, 100% {
        -moz-transform: scale(0);
    } 
    40%{
        -moz-transform: scale(1);
    }
}
@-o-keyframes bouncedelay{
    0%, 80%, 100% {
        -o-transform: scale(0);
    } 
    40%{
        -o-transform: scale(1);
    }
}


@keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        transform:rotate(1080deg);
    }

}
@-webkit-keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        -webkit-transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        -webkit-transform:rotate(1080deg);
    }

}
@-moz-keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        -moz-transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        -moz-transform:rotate(1080deg);
    }

}
@-o-keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        -o-transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        -o-transform:rotate(1080deg);
    }

}



@keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        transform:scale(.1);
    }

}
@-webkit-keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        -webkit-transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        -webkit-transform:scale(.1);
    }

}
@-moz-keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        -moz-transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        -moz-transform:scale(.1);
    }

}
@-o-keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        -o-transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        -o-transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        -o-transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        -o-transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        -o-transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        -o-transform:scale(.1);
    }

}


/* 加载更多 样式 */
.moreBtn{
    display: none;
    position: relative;
    margin: 30px auto;
    width: 80px;
    height: 80px;
    border: 1px dashed #979797;
    text-align: center;
    line-height: 80px;
    font-size: 12px;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
    
}
.moreBtn.isShow{
    display: block;
}
.moreBtn .moreBtnFont{
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
}
.moreBtn.moreLoading{
    cursor: default;
}
.moreBtn.moreLoading::before{
    content: '\20';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 8px;
    height: 8px;
    margin: -32px 0 0 -32px; 
    border-radius: 4px;
    transform: translate(-50%, -50%);
    background-color: red;
    transform-origin: 32px 32px;
    animation: moreLoadingAn 2s linear infinte;
    -webkit-animation:moreLoadingAn 2s linear infinite; 
    -moz-animation:moreLoadingAn 2s linear infinite; 
    -o-animation:moreLoadingAn 2s linear infinite; 
}

@keyframes moreLoadingAn{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg);}
}
@-webkit-keyframes moreLoadingAn{
    0%{ -webkit-transform:rotate(0deg); }
    100%{ -webkit-transform:rotate(360deg);}
}
@-moz-keyframes moreLoadingAn{
    0%{ -moz-transform:rotate(0deg); }
    100%{ -moz-transform:rotate(360deg);}
}
@-o-keyframes moreLoadingAn{
    0%{ -o-transform:rotate(0deg); }
    100%{ -o-transform:rotate(360deg);}
}
#mobile .notData{
    margin: 1rem 0 1.4rem 0;
    font-size: .32rem;
    color: #999999;
}
.notData{
    display: none;
    margin: 20px 0 30px 0;
    width: 100%;
    line-height: 24px;
    color: #999;
    text-align: center;
    font-size: 20px;
}
.notData.isShow{
    display: block;
}


/* 更多按钮 */
#mobile .moreIcon_child{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    top: 0;
    right: 0;
    width: .546rem;
    height: .6rem;
    padding: 0;
}
.moreIcon_child{
    display: block;
    position: absolute;
    right: 7px;
    z-index: 2;
    width: 56px;
    height: 26px;
    text-align: center;
    font-size: 0;
    /* padding: 10px 15px; */
}
#mobile .moreIcon_child i{
    display: inline-block;
    width: .093rem;
    height: .093rem;
    margin: 0;
    background-color: #D8D8D8;
    border-radius: 50%;
}
.moreIcon_child i{
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 1px 4px 1px 0;
    background-color: #D8D8D8;
    border-radius: 4px;
}
.moreIcon_child:hover{
    cursor: pointer;
}
.moreIcon_child:hover i{
    background-color: #A00000;
}
.moreIcon_child i:nth-child(2n){
    margin: 0 4px 0 0;
    width: 6px;
    height: 6px;
}
#mobile .moreIcon_child i:nth-child(2n){
    margin: 0;
    width: .146rem;
    height: .146rem;
}
.moreIcon_child i:last-child{
    margin-right: 0;
}

/* 返回顶部 start */
#pc .back_top{
    display: none;
    opacity: 0;
    height: 0;
}
#pc .back_top a{
    color: #fff;
    opacity: 0;
}
#mobile .back_top{
    width: 1.866rem;
    height: 0.88rem;
    box-shadow: rgb(254, 114, 114) 0px 4px 8px 0px;
    line-height: .88rem;
    background: rgb(217, 31, 48);
    text-align: center;
    border-radius: 0.533rem;
    position: fixed;
    z-index: 300;
    right: .4rem;
    bottom: 3rem;
    display: none;
}
#mobile .back_top a{
    display: block;
    color: #fff;
    font-size: .293rem;
}

#mobile .el-select-dropdown__empty{
    padding: 0 .4rem;
    height: .853rem;
    line-height: .853rem;
    font-size: .347rem;
}


.select_qsnzq_donw .popper__arrow{
    display: none !important;
}
.select_qsnzq_donw{
    margin-top: 0 !important;
}

#mobile .team_all_data_content_select>span{
    display: none;
 }
#mobile .team_all_data_content_select>span.h5{
    float: none;
    display: block;
    position: relative;
    margin: 0 0 0 5%;
    padding: 0;
    width: 30%;
    height: .88rem;
    border-radius: .053rem;
    font-size: 0;
    background-color: #fff;
    border: 1px solid rgba(213, 222, 222, 1);
    overflow: hidden;
 }

 #mobile .team_all_data_content_select>span:first-child{
    margin-left: 0;
 }
#mobile .select_left>span:nth-child(2), #mobile .select_center>span:nth-child(2){
    height: calc(.88rem - 2px) !important;
}
#mobile .el-select .el-input .el-select__caret{
    height: auto !important;
}

#mobile .el-select .el-input .el-select__caret{
    width: .4rem !important;
    color: rgba(178, 15, 19, 1) !important;
    line-height: calc(.88rem - 2px) !important
}
#mobile .el-input__icon:after{
    content: none !important;
}

.el-select-dropdown__list{
    padding: 0;
}


#mobile .el-select-dropdown__empty{
    font-size: .32rem;
    line-height: .88rem;
    padding: 0;
}

#mobile .menuMaskList .menu-mask .menu_content .half-less ul li.h5Hide, #pc .half-more a.pcHide {
    display: none;
}