@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;	box-sizing: border-box;}
body {position: relative; width:100%; -webkit-font-smoothing: antialiased;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul, ul li, ol li, li {list-style:none;}
table {	border-collapse: collapse;	border-spacing: 0;}
input, textarea {border: 0;	outline: none;  -webkit-appearance: none; /*去掉内部阴影*/}
select {border: 0;}
input[type=input]{-webkit-appearance:none;}/*移除ios样式*/
input[type=checkbox]{-webkit-appearance:checkbox;}
/*去除a标签的虚线框*/
a {outline: none; text-decoration:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color:transparent;}
img{border: none;}
html {width:100%;background-color: #fff;}
.clearfix:after {visibility: hidden;display: block;	font-size: 0;content: ".";	clear: both;height: 0;}
.fr {float: right;}
.fl {float: left;}
.none{ display:none;}
.box{ width:100%; display:-webkit-box;display: -ms-flexbox; display:box; text-align:left;}
.flex{-webkit-box-flex:1; -moz-box-flex:1; -ms-flex:1; -o-box-flex:1; box-flex:1; flex:1;}
.flex2{-webkit-box-flex:2; -moz-box-flex:2; -ms-flex:2; -o-box-flex:2; box-flex:2; flex:2;}
.hide{overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.apo{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.apo_one{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.apo_three{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;}
.apo_Four{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 4;  -webkit-box-orient: vertical;}
.mark{display: none; position: fixed; top:0;left: 0; z-index: 55; width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.fxsContainer{width:1200px;margin: 0 auto;}
.bgWrite{background-color: #fff !important;}
.bgGray{background-color: #F0F0F0;}
.bgGrayE6{background-color: #E6E6E6;}
.bgF2{background-color: #F2F4F7;}
.d-f-f-s{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.d-f-f-s-w{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:wrap;
}
.d-f-s-b-na{
    display: flex;
    justify-content: space-between;
}
.d-f-s-b{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-f-c{
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-f-s-b-w{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.d-f-s-b-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column ;

}
/*
*****一些常用的内外边距、字体大小的设置
*/
.txtCen{text-align: center;}
.font0{font-size: 0;}
.font18{font-size: 18px;}
.font20{font-size: 20px !important;}
.font14{font-size: 14px;}
.colorWhite{color: #ffff !important;}
.mt70{margin-top: .7rem;}
.mt60{margin-top: .6rem;}
.mt40{margin-top: .4rem;}
.mt50{margin-top: .5rem;}
.mt30{margin-top: .3rem;}
.mt25{margin-top: .25rem;}
.mt20{margin-top: .2rem;}
.mt15{margin-top: .15rem;}
.mt10{margin-top: .1rem;}
.mt5{margin-top: .05rem;}
.mlr30{margin: 0 .3rem;}
.mtb5{margin: .05rem 0;}
.m0{margin:0;}
.mr0{margin-right:0;}
.mr10{margin-right: .1rem;}
.mr15{margin-right: .15rem;}
.mr20{margin-right: .2rem;}
.mr30{margin-right: .3rem;}
.mr35{margin-right: .35rem;}
.mr40{margin-right: .4rem;}
.ml0{margin-left: 0;}
.ml10{margin-left: .1rem;}
.ml15{margin-left: .15rem;}
.ml20{margin-left: .2rem;}
.ml50{margin-left: .5rem;}
.ml5{margin-left: .05rem;}
.mb7{margin-bottom: .07rem;}
.mb10{margin-bottom: .1rem;}
.mb15{margin-bottom: .15rem;}
.mb40{margin-bottom: .4rem;}
.mb20{margin-bottom: .2rem;}
.mb5{margin-bottom: .05rem;}
.pd0{padding: 0 !important;}
.pd20{padding: .2rem;}
.pdlr15{padding: .2rem .15rem;}
.pdlr20{padding: 0 .2rem;}
.pd40{padding: .4rem 0;}
.pdt0{padding-top: 0;}
.pdt5{padding-top: .05rem;}
.pdt15{padding-top: .15rem;}
.pdt20{padding-top: .2rem;}
.pdt73{padding-top: .73rem;}
.pdb70{padding-bottom: .7rem;}
.pdl20{padding-left: .2rem;}
.pdl30{padding-left: .3rem;}
.pdr40{padding-right: .4rem;}
/*
*****一些常用的内外边距、字体大小的设置
*/
.contentHeaderWidth{
    width:17.2rem;
    margin:0 auto;
}
.contentWidth{
    width:15.2rem;
    margin:0 auto;
}
/*公共部分（头部、尾部）*/
.c-header{
    height: 1rem;
    position: relative;
padding:0 .45rem ;
    box-sizing: border-box;
    background-color: #fff;
}
.c-header ul{
    width:100%;
    padding:0 2.28rem;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}
.c-header ul li{
    float: left;
    width:1.4rem;
    text-align: center;
}
.c-header ul li a{
    display: block;
    height: 1rem;
    padding-top:.35rem;
}

.c-header ul li a .title{
    font-size:.16rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #3E3E3E;
    line-height: .16rem;
    margin-bottom:.1rem;
}
.c-header ul li a .info{
    font-size: .14rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: .14rem;
}
.c-header ul li .indexNav{
    padding-top:.2rem;
    position: relative;
}
.c-header ul li .indexNav .logo{
    width:1rem;
    height: .7rem;
    object-fit: cover;
}
.c-header ul li .indexNav .logoHove{
    position: absolute;
    left: -40%;
    bottom: -.32rem;
    z-index: 3333;
}
.indexBannerRadius{
    position: absolute;
    top: 0;
    left: 50%;
    width: 2.1rem;
    height: 0.3rem;
    margin-left: -1.05rem;
    z-index: 2;
}


.tempbox{
    width:100%;

}
.tempbox .tempTitle{
    font-size: .44rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    text-align: center;
    line-height: .44rem;
    margin-bottom:.2rem
}
.tempbox .tempInfo{
    font-size: .16rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    color: #707070;
}


.c-header-bot{
    height: .5rem;
}
.topNav{
    height: 100%;
    display: flex;
}
.eachNav{
    flex: 1;
    height: 100%;
}
.eachNav a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: .16rem;
    line-height: .5rem;
    color: #666;
    text-align: center;
    transition: .6s;
}
.eachNav a:hover,.eachNav a.eachNavOn{
    background-color: #4C7CA0;
    color: #fff;
}
.bannerPublic{
    width:100%;
    height: 7.15rem;

}
.bannerPublic img{
    object-fit: cover;
    width:100%;
    height: 7.15rem;
}
.footer{
    width:100%;
    padding:0 .45rem ;


    font-size: 0;
}
.footerTop{
    width:100%;
    height: 3.6rem;
    background: #262626;
    box-sizing: border-box;
    padding:.5rem 1.55rem 0;
    font-size: 0;
}
.footer_logo {
    width: 3.24rem;
    height: 0.6rem;
}
footer .footer-top-item:first-child{
    padding-right: 1.2rem;
}

footer .footer-text {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999;

}
footer .footer-text img{
    margin-right: .1rem;
}
.footerLink{
    width:2.8rem;
    text-align: center;
    padding-top:.1rem;
}
.footerLink a{
    font-size: .12rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height:.12rem;
    margin-bottom:.2rem;
}
.footer-code-title,
.footer-form-title {
    font-size: 0.12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999;
}

.footer-code-img {
    margin-top: 0.2rem;
    width: 1rem;
    height: 1rem;
}

.footer-code-text {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    color: #999;
}

.footer-code-hint {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    color: #999;
}
.footerTop .footer-top-item{
    border-right: .01rem solid;
    border-image: -webkit-linear-gradient( rgba(255,255,255,1), rgba(255,255,255,0)) 30 30;
    height: 2rem;
    border-image: -moz-linear-gradient( rgba(255,255,255,1), rgba(255,255,255,0))30 30;
    border-image: linear-gradient( rgba(255,255,255,1), rgba(255,255,255,0))30 30;
}
.footerTop .footer-top-item:last-child{
    border:none;
}
.footerTop .footer-top-item .title{
    font-size:.24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #CCCCCC;
}
.footerTop .footer-top-item .title span{
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-left: .1rem;
    color: #999999;
}

.footer-information{
    padding:0 .7rem;
    box-sizing: border-box;
}
.footer-information  .title{
    margin-bottom:.1rem;
}
.footer-information .info{
    width:4.2rem;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: .32rem;
    margin-top:.1rem;
    color: #999999;
}
.footer-cord{
    padding-left:.56rem;

}
.footer-cord .title{
    margin-bottom:.3rem;
}
.footer-cord-content{
    margin-left: .34rem;
    width:1.2rem;
}
.footer-cord img{

    width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
    margin-bottom: .2rem;
}
.footer-cord .info{
    width:100%;
    text-align: center;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height:.16rem;
    color: #999999;
}
.footer-form {
    overflow: hidden;
    margin-top: 0.1rem;
    width: 4.9rem;
}
.c-f-dc{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.footer-form-cell {
    margin-top: 0.1rem;
}
.footer-form-select {
    position: relative;
}
.footer-form-selectInput {
    flex: 1;
}
input{
    background-color: transparent;
    vertical-align: middle;
}
.footer-form-input,
.footer-form-select{
    box-sizing: border-box;
    padding: 0 0.1rem;
    width: 2.4rem;
    height: 0.44rem;
    background-color: #404040;
    cursor: pointer;
}

.footer-form-input,
.footer-form-selectInput {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFF;
}

.footer-form-input::placeholder,
.footer-form-selectInput::placeholder {
    color: #999;
}

.footer-form-select {
    position: relative;
}

.footer-form-selectInput {
    flex: 1;
}

.footer-form-selectIcon {
    margin-left: 0.1rem;
    width: 0.16rem;
    height: 0.16rem;
    transition: all 200ms;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

.footer-form-selectOption {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-height: 2rem;
    background-color: #404040;
}

.footer-form-selectOptionItem {
    box-sizing: border-box;
    padding: 0 0.1rem;
    height: 0.44rem;
    border-bottom: 1px solid #262626;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.44rem;
    color: #999;
}

.footer-form-select:hover .footer-form-selectIcon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.footer-form-select:hover .footer-form-selectOption {
    display: block;
}

.footer-form-btn {
    margin-top: 0.15rem;
    width: 100%;
    height: 0.44rem;
    background-color: #404040;
    border:0.01rem solid #404040;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999;
    cursor: pointer;
}
.footerBottom{
    background:#262626;
    height: .4rem;
    width:100%;
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.footerBottom .f-b-r,.footerBottom .f-b-icp,.footerBottom .f-b-r{
    height: .4rem;
    line-height: .4rem;
    margin-right: .8rem;

}
.footerBottom .f-b-r a{
    color: #999999;
    margin-right: .15rem;
}
.footerBottom .f-b-r a:last-child{
    margin-right: 0;
}
.footerBottom .f-b-r a:last-child{
    margin-right: 0;
}
    /*分页*/
.page {
    position: relative;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center;
}
.page a,.page span {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.page a:hover,.page span:hover {
    color: #fff;
    background-color: #078857;
    border: 1px solid #078857;
}
.page span:hover,.page span.seled {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #078857;
}
.page span {
    width: 38px;
    cursor: pointer;
}
.page a.one {
    width: 68px;
}
.page a.two {
    width: 78px;
}
.page a.gray,.page a.gray:hover,.page span.gray,.page span.gray:hover {
    color: #999;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
}
.eachInfo{
    display: flex;
    padding-left: .8rem;
}
.eachGo{
    flex: 1;
    padding-left: .8rem;
    color: #262626;
    text-align: left;
}
.eachGoF{
    position: relative;
}
.eachGoF:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: .7rem;
    margin-top: -.35rem;
    background-color: #CCCCCC;
}
.eTit{
    font-size: .2rem;
    font-weight: bold;
    line-height: .4rem;
}
.dataInfo{
    font-size: .48rem;
    font-family: 'DustHome';
    font-weight: 500;
    line-height: .72rem;
    color: #E6AC73;
}
.dataInfo span:last-child{
    font-size: .2rem;
    margin-left: .1rem;
}
.cTit{
    font-size: .16rem;
}
.titleBox .title{
    font-size: .4rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height:.4rem;
    color: #262626;
}
.titleBox  a{
    width:1rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border: 1px solid #E6E6E6;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    display: inline-block;
}
.titleBox  span{

    height: .4rem;
    line-height: .4rem;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.titleBox{
    padding-bottom:.25rem;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom:.5rem;

}
/*页面内导航*/
.nav_type{
    width:100%;
    height: 1.2rem;
    font-size: 0;
    text-align: center;
    padding:.38rem 0;
    box-sizing: border-box;
}
.nav_type a{
   text-align: center;
    height: .44rem;
    width:1.6rem;
    line-height: .44rem;;
    margin-right: .3rem;
    display: inline-block;
    border:1px solid #CCCCCC;
    border-radius: .55rem;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.nav_type a:hover,.nav_type .activity{
    background:#EC690F;
    border: 1px solid #EC690F;
    color:#fff;
}

.temFont .title{
    width:100%;
    text-align: center;
    font-size:.44rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: .44rem;
}
.temFont  .info{
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: .2rem;
    margin-top:.25rem;
    width:100%;
    text-align: center;
}