
/* CSS Document */
@font-face {
    font-family: 'yinbixingshu';
    src: url('../font/yinbixingshu.TTF');
    font-weight: normal;
    font-style: normal;
}
*{margin: 0;padding: 0;	box-sizing: border-box;}/* word-break: break-all;*/
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-s-b-na{
    display: flex;
    justify-content: space-between;
}
.d-f-s-b{
    display: flex;
    justify-content: space-between;
    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: .18rem;}
.font20{font-size: .2rem !important;}
.font14{font-size: .14rem;}
.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;}
/*
*****一些常用的内外边距、字体大小的设置
*/
.contentWidth{
    width:12rem;
    margin:0 auto;
}
/*公共部分（头部、尾部）*/
.bPt{
    padding-top: .9rem;
}
.c-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: .9rem;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
}
.c-headerEd{
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
}
.topLogo{
    float: left;
    width: 0.8rem;
    margin-top: .1rem;
}
.c-headerEd .topLogo{
    content: url("../image/topLogo.png");
}
.topSearchBox{
    float: right;
    height: .44rem;
    margin-top: .28rem;
    display: flex;
    align-items: center;
    border-radius: .44rem;
    transition: .4s;
    overflow: hidden;
}
.topSearchBoxEd{
    width: 3rem;
    border: .01rem solid #E6E6E6;
    border-right: none;
    border-radius: .5rem;
    background-color: #fff;
}
.searchInt{
    display: none;
    flex: 1;
    width: 1px;
    height: 100%;
    padding-left: .25rem;
}
.searchBtnBox{
    width: .44rem;
    height: .44rem;
    background: url("../image/bTopSearch.svg") no-repeat center center;
    background-size: .36rem .36rem;
    cursor: pointer;
}
.c-headerEd .searchBtnBox{
    background: url("../image/topSearch.svg") no-repeat center center;
    background-size: .36rem .36rem;
}
.searchBtnBoxEd{
    display: none;
    width: .44rem;
    height: .44rem;
    background: url("../image/topSearchEd.svg") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.topNav{
    float: right;
    height: .9rem;
}
.topNav>a{
    display: block;
    float: left;
    width: 1.6rem;
    height: 100%;
    padding-top: .42rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
}
.c-headerEd .topNav>a{
    color: #262626;
}
.topNav>a.topNavOn,.topNav>a:hover{
    position: relative;
    color: #EF8419;
    font-weight: bold;
    transition: .5s;
}
.topNav>a.topNavOn:after,.topNav>a:hover:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: .66rem;
    height: .04rem;
    margin-left: -.33rem;
    background-color: #EF8419;
}
.secondColumn{
    position: absolute;
    bottom: -.99rem;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.sColumnEach{
    display: none;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: rgba(0,0,0,.4);
    border-top: .01rem solid #E6E6E6;
}
.c-headerEd .sColumnEach{
    background: #fff;
}
.sColumnEach a{
    margin: 0 .3rem;
    font-size: .16rem;
    color: #fff;
    transition: .5s;
}
.c-headerEd .sColumnEach a {
    color: #262626;
}
.sColumnEach a:hover,
.sColumnEach a.on{
    color: #EF8419;
    font-weight: bold;
}
.footer{
    background-color: #fff;
    border-top: .01rem solid #F0F0F0;
}
.footerTop{
    height: 1.19rem;
    padding-top: .19rem;
    line-height: 1rem;
    border-bottom: .01rem solid #F0F0F0;
}
.footerTopBox{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerLink{
    flex: auto;
    /*width: 1.8rem;*/
    font-size: .18rem;
    text-align: center;
}
.footerLink:first-child{
    text-align: left;
}
.footerLink:last-child{
    text-align: right;
}
.footerLink a{
    color: #404040;
    transition: .5s;
}
.footerLink a:hover,
.footerLink a.on{
    color: #EF8419;
    font-weight: bold;
}
.footerCenterBox{
    display: flex;
    padding-top: .3rem;
    padding-bottom: .65rem;
}
.fCBLeft{
    width: 2.2rem;
}
.fcCord{
    width:1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.fcCord img{
    width:100%;
    height: 1.5rem;
    object-fit: cover;
}
.btLogo img{
    width: 1.4rem;
    height: .8rem;
}
.doTime{
    font-size: .14rem;
    line-height: .3rem;
    color: #404040;
}
.fCBCenter{
    flex: 1;
    font-size: .16rem;
    line-height: .34rem;
    color: #404040;
}
.fCBRight{
    width: 2.6rem;
}
.hotLineTit{
    font-size: .16rem;
    line-height: .36rem;
    color: #404040;
}
.hotLine{
    margin-bottom: .1rem;
    font-size: .3rem;
    font-weight: 500;
    color: #262626;
    line-height: .34rem;
}
.socialBox{
    padding-top: .2rem;
    border-top: .01rem solid #E6E6E6;
}
.socialBox .fl{
    margin-right: .2rem;
}
.socialBox img{
    width: .32rem;
    height: .32rem;
}
.footerBottomBox{
    height: .6rem;
    line-height: .6rem;
    font-size: .14rem;
    color: #999;
    background-color: #F7F7F7;
}
.social1:hover{
    content: url("../image/socialH1.svg");
}
.social2:hover{
    content: url("../image/socialH2.svg");
}
.bannerPb{
    height: 4.4rem;
}
.bannerPb img{
    width: 100%;
    height: 100%;
}
.allBigTit{
    padding: .7rem 0 .5rem;
    font-size: .44rem;
    line-height: .44rem;
    color: #262626;
    text-align: center;
}
/*分页*/
.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;
}
