 *{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: 'Arial', 'Microsoft YaHei', '微软雅黑';
    font-style: inherit;
    font-size: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    color:#070707;
    line-height:inherit;
    list-style:none;
    text-decoration:none;
}
body *{
    font-size: 100%;
}
:focus {
  outline: none;
}

img,
form,
div,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h4,
span,
p,
input,
h1,
h2,
h3,
blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i{
    font-style: normal;
}

button{
    border: none;
    background: none;
}

li,
em {
    list-style-type: none;
    list-style-position: outside;
    font-style: normal;
}

.clear {
    clear: both
}

a:link,
a:visited {
    text-decoration: none;
    color: #666;
}

a:hover,
a:active {
    text-decoration: none;
    color: #009cff;
}
a{
   /* transition: color .2s linear;*/
}
a:hover{
   /* transition: color .2s linear;*/
}
b,strong{
    font-weight: bold;
}
body{
    background:#fff;
    min-width: 1200px;
}
:root{
    /*--blueColor: #1f83fe;*/
    --blueColor: #0090ff;
    --size14:14px;
    --size16:16px;
    --border:#f4f4f4 solid 1px;
    --shadow:2px 0px 10px rgb(222, 222,222,1);
}
section{
    width: 100%;
    display: inline-block;
}
.layout,.main-layout{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.pull-left{
    float:left; 
}
.pull-right{
    float:right;
}
.flexbox {
    display: flex;
}
.flexWrap {
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mgt20{
    margin-top: 20px;
}
.index-icon,.b-title h2:before,.index-phb li i,.searchWords a.hot:before,.zjbb-contBox .tabs dd.on,.s-wzxx:before,.heji-list li .hjxx span.hjs:before,.info-cont .infoRignt em:before{
    background:url(../images/icon.png) no-repeat;
}
.header{
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}
.header .logo{
   margin-top: 15px;
   float:left;   
}
.header .searchBox{
    float:right;
}
.header .searchBox .serach{
    margin-top: 25px;
    width: 420px;
    height: 38px;
    border:#15a8ff solid 1px;
    border-right: 0;
    background:#fff;
    border-radius: 38px;
    float:left;
}
.header .searchBox .serach .index-icon{
    width: 17px;
    height: 18px;
    margin:10px 3px 0 20px;
    background-position: -189px 0;
    float:left;
}
.header .searchBox .serach .txt{
    width: 280px;
    height: 38px;
    font-size:14px;
    line-height: 40px;
    padding:0 10px;
    float:left;
}
.header .searchBox .serach .btn{
    width: 80px;
    height: 38px;
    font-size: 14px;
    color:#fff;
    line-height:36px;
    background-image: linear-gradient(to right,#0db7fe 60%,#368fff);
    border-radius:0 38px 38px 0;
    float:right;
    cursor: pointer;
}
.header .searchBox .searchWords{
    margin-left: 40px;
    float:right;
}
.header .searchBox .searchWords a{
    min-width: 50px;
    padding:0 15px;
    margin:0 10px;
    font-size: 14px;
    color:#696969;
    line-height: 34px;
    text-align: center;
    background:#f3f3f3;
    border-radius: 34px;
    display: inline-block;
    margin-top: 28px;
}
.header .searchBox .searchWords a.hot{
    color:#ff6f37;
    background:#fff2ed;
}
.header .searchBox .searchWords a.hot:before{
    content:'';
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-position: -198px -26px;
    display: inline-block;
    vertical-align: middle;
}
::placeholder{
    color:#b6b6b6;
}
.headNav{
    width: 100%;
    height: 45px;
    background:#121212;
    float:left;
}
.headNav ul{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.headNav li{    
    /*padding: 0 40px;*/
    padding:0 35px;
    margin: 0 10px 0 10px;  
    font-size: 18px;
    color:#f5f5f5;
    line-height: 45px;
    text-align: center;
    float:left;
}
.headNav li.active,.headNav li:hover{    
    background:#474747;
}
.headNav li a{
    color:#f5f5f5;
}
.headNav li.active a{
    color:#fff;
}
.block-box{
    width:100%;
    padding:0 20px;
    border:#eee solid 1px;
    background:#fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.b-title{
    width: 100%;
    height: 55px;
    margin-top: 7px;  
    line-height: 55px;  
    border-bottom:#e4e4e4 solid 1px;
} 
.b-title h2{
    float:left;
    font-size: 22px;
    color:#2c2c2c;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.b-title .more{
    padding-right: 12px;
    font-size: 16px;
    color:#b9b9b9;
    float:right;
    position: relative;
}
.b-title .more:before{
    content: '';
    width: 8px;
    height: 8px;
    font-size: 0;
    background: #c8c8c8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 23px;
}
.b-title .more:after{
    content: '';
    width: 8px;
    height: 8px;
    font-size: 0;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 23px;
}
.b-title h2:before{
    content:'';
    margin-right:12px;
    width: 25px;
    height: 25px;
    background-position: 0 0;
    display: inline-block;
    vertical-align:-3px;
}
.b-title .tabs{
    padding-right: 30px;
    float:right;
}
.b-title .tabs span{ 
    margin-left: 10px;  
    padding:0 15px;
    font-size: 16px;
    color:#2c2c2c;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}
.b-title .tabs span.on{
    color:#fe5514;
    background:#fff2ed;
    border-radius: 28px;
}
.btn{
    width: 60px;
    height: 24px;
    font-size: 12px;
    color:#08ca7e;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    display: inline-block!important;
}
.btn:hover{
    color:#fff;
    background:#4acc67;
}
.btnbg{
    background:#57c770;
    color:#fff;
    border:0;
}
.btnbg:hover{
    background:#2ec415;
}
/*banner */
.advertisement_wrap {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;    
}
.advertisement {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.advertisement_pic a{
    display: none;
}
.advertisement_pic a:nth-of-type(1){
    display: block;
}
.advertisement_pic a img{
    width: 100%;
    display: block;
} 
.advertisement p {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.advertisement p span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin-right: 12px;
}

.advertisement p span.advertisement_active {
    background: #ed8938;
}
.changeColor{
    color:#ff255f!important;
}
.advertisement_pic{
    position:relative
}
.rightGg{
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.advertisement_pic:after,.rightGg:after{
    content:'';
   display:inline-block;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 29px;
    height: 16px;    
    background-image: url(https://mydown.yesky.com/TLimages2009/yesky/images/pic/adtips.png);
}
.advertisement_pic img,.rightGg img{
    display: block;
}

.yqlink{
     margin-top: 20px;
}
.yqlink .b-title h2:before{
    width: 26px;
    height: 26px;
    background-position: -150px 0;
    vertical-align: -3px;
}
.yqlink .b-title span{
    float: left;
    padding-right: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.yqlink .b-title span.linktab i{
    width: 26px;
    height: 26px;
    margin-right: 15px;
    background-position: -150px 0;
    vertical-align: -14px;
    display: inline-block;
}
.yqlink .b-title span.hjtab i{
    width: 26px;
    height: 26px;
    margin-right: 15px;
    background-position: -100px -183px;
    vertical-align: -14px;
    display: inline-block;
}
.yqlink .b-title span.on{
    color:var(--blueColor);
}
.yqlink ul:after{
    content:'';
    flex: auto;
}
.yqlink ul{
    padding-bottom:15px;    
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.yqlink li{  
    float: left;
    margin-right: 34px;
    margin-top: 15px;
    font-size: 14px;
    color: #2c2c2c;
}
.yqlink li a:hover{
    color:#009cff;
}
.yqlink .xghj{
    margin-top: 0;
}
.link-box.xghj .b-title h2:before{
    width: 26px;
    height: 26px;
    margin-right: 15px;
    background-position: -100px -183px;
    vertical-align: -14px;
    display: inline-block;
}
.img img{
    overflow: hidden;
}
/*footer*/
.footer{
    width: 100%;
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
    background:#2f3031;
    display: inline-block;
}
.footer p{
    font-size: 14px;
    color:#fff;
    line-height: 30px;
}
.footer p a{
    font-size: 14px;
    color:#fff;
}
.footer p span{
    margin: 0 22px;
    width: 1px;
    height: 12px;
    background:#fff;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.bottom-nav{
    width: 100%;
    margin-top: 50px;
    padding: 40px 20px 30px;
    background:#141a26;
    float:left;
    box-sizing: border-box;
}
.bottom-nav dl{
    width: 342px;
    float:left;
}
.bottom-nav dl:nth-of-type(2){
    width: 342px;
    padding: 0 97px 0 77px;
}
.bottom-nav dl dt{
    font-size: 16px;
    color:#92969b;
}
.bottom-nav dl dd{
    margin-top: 17px;
}
.bottom-nav dl dd a{
    width: 94px;
    font-size: 14px;
    color:#f2f5f9;
    line-height: 36px;
    margin-right: 24px;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.bottom-nav dl dd a:nth-of-type(3n){
    margin-right: 0;
}
.bottom-nav dl dd a:hover{
    color:#409eff;
}
.new_footer{
    width: 100%;
    background:#141a26;
    float:left;
}
.new_footer .copyright{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: #494949 solid 1px;
    text-align:center;
}
.new_footer .copyright p{
    font-size: 14px;
    color:#92969b;
    line-height: 30px;
}
.new_footer .copyright p span{
    padding: 0 10px;
    color:#92969b;
}
.new_footer .copyright p a{
    color:#92969b;
}
.back{
    width: 78px;
    height: 78px;
    text-align: center;
    position: fixed;
    bottom: 200px;
    right: 30px;
    font-size: 14px;
    color:#bfbfbf;
    cursor: pointer;
    z-index: 1000;
}
.back .back-icon{
    width: 78px;
    height: 78px;
    background:url(../images/back.png) no-repeat;
    background-position: 0 0;  
    display: inline-block;  
}
.back span{
    display: none;
}
.back:hover{
    color:#12a6ff;
}
.back:hover .back-icon{
    background-position: -82px 0;  
}
.back:hover span{
    display: inline-block;
}
.back.hid {
    opacity: 0;
    margin-bottom: -200px;
    visibility: hidden;
}
.block{   
    display: block;
}
.loadMore{
    width: 100%;
    text-align: center;
}
.loadMore span{
    width: 180px;
    height: 50px;
    font-size:18px;
    color:#00c277;
    line-height: 52px;
    text-align: center;
    line-height: height;
    border:#00c277 solid 1px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}
.loadMore span:hover{
    color:#fff;
    background:#00c277;
}
.position{
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    padding: 17px 0px;    
    display: inline-block;
}
.position .layout{
    color:#8d8d8d;
}
.position a{
    color: #8d8d8d;
    margin: 0 10px;
}
.position a[href]:hover{
    text-decoration: none;
    color:#009cff;
}
/* 频道分页*/
.pagingWrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .paging div{
      width: 32px;
      height: 32px;
      font-size: 14px;
      color: #4a4a4a;
      text-align: center;
      line-height: 32px;
      border: 1px solid #e6e6e6;
      border-radius: 16px;
      float: left;
      margin: 0px 5px ;
      cursor: pointer;
      background: #fff;      
  }
   .paging .first,.paging .last,.paging .prev,.paging .next{
      width: 60px;
      height: 32px;
  }  
  .paging div.disable {
    color: #4a4a4a;
    cursor: not-allowed;
    background:#fff;
    border: 1px solid #e6e6e6;
  }
  .paging div.active {
    background: #fff;
    color: #44afff;
    border-color:#44afff;
  }
  .paging div:hover {
    background: #fff;
    color: #44afff;
    border-color:#44afff;
}
.paging div.disable:hover{
    color: #4a4a4a;
    border-color:#e6e6e6;
}
/* 列表分页 */
.pages {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
    position: absolute; 
    left: 0; 
    bottom: -60px;  
}
.pages a,
.pages span {
    height: 32px;
    padding: 0px 12px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    margin: 0px 5px ;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
    display: inline-block;
}

.pages a:hover {
    background-color: #fff;
    color: #44afff;
    border-color:#44afff;
    text-decoration: none;
}
.pages span {
    background-color: #fff;
    color: #44afff;
    border-color:#44afff;
}

@media screen and (max-width:1440px){
    .back{    
        right: 10px;
    }
}
@media screen and (min-width:1600px){
    .back{    
        right: 60px;
    }
}