.graybg{
    height:160px;
    background: #EAEAEA;
    margin-top: 10px;
    padding:20px 0;
    overflow: hidden;
}
.xycx{
    width: 1200px;
    margin: 0 auto;
}
.xycx .bx-wrapper{
    padding:0;
}
.xycx .bx-wrapper img{
    margin-bottom: 0;
}
.xycx .bx-wrapper .bx-viewport{
    left:0;
    top:0;
}
.xycx .bx-wrapper .bx-pager{
    display: none;
}
.xycx .slide{
    float: left;
    width: 183px;
    height:120px;
    margin-right: 20px;
}
.xycx .slide a{
    display: block;
}
.xycx .slide img{
    width: 183px;
    height:120px;
    float: left;
}
.xycx .slide span{
    float: left;
    display: block;
    width: 100%;
    height:40px;
    background: rgba(0,0,0,0.70);
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: -40px;
    line-height:40px;
}
.xycx .slide:last-child{
    margin-right: 0;
}
.xycx .bx-wrapper .bx-controls-direction a{
    width: 44px;
    height:44px;
    margin-top: -22px;
}
.xycx .bx-wrapper .bx-prev{
    background: url("../images/left.png") left center no-repeat;
}
.xycx .bx-wrapper .bx-next{
    background: url("../images/right.png") left center no-repeat;
}
.left{
    width: 810px;
    float: left;
    overflow: hidden;
}
.xydt{
    margin-top: 10px;
}
.xydt-cont{
    display: none;
}

.xydt-cont dl{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 23px;
    margin-bottom: 20px;
    padding-right:14px;
    overflow: hidden;
}
.xydt-cont dt{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight:bold;
}
.xydt-cont dd p{
    text-indent: 2em;
    font-size: 16px;
    color: #647384;
    text-align: justify;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.xydt-cont dd .detail_left{
    float: left;
    margin-top: 20px;
}
.xydt-cont dd .detail_left .zhuanlan_name{
    float: left;
    padding:0 17px;
    height: 24px;
    border: 1px solid #E22323;
    color: #E22323;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
}
.xydt-cont dd .detail_right{
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-top: 20px;
    font-size: 14px;
    color: #8D97A2;
}
.xydt-cont dd .detail_right i{
    padding:0 2px;
}
.xydt-cont dd .detail_right .artical_from{
    margin-right: 10px;
}
.xydt-cont dd .detail_right .artical_time{
    margin-left: 10px;
}
.xydtlist{
    height:857px;
    margin-top: 20px;
}
.ad{
    margin-top: 10px;
}
.zcfg{
    margin-top: 20px;
    height:390px;
}
.fxts{
    height:312px;
}
.zcfg-title{
    width: 300px;
    height:40px;
    border: 1px solid #E22323;
    float: left;
    margin-top: 20px;
    font-size: 14px;
}
.zcfg-title span{
    float: left;
    width: 50%;
    line-height:40px;
    text-align: center;
}
.zcfg-title span.cur{
    background: #E22323;
}
.zcfg-title span.cur a{
    color: #fff;
}
.zcfg .u-list-time{
    display: none;
}

.zcfg .u-list-time li{
    height:55px;
    line-height:55px;
    background: none;
    padding:0;
    font-size: 16px;
}
.zcfg .u-list-time li a{
    height:55px;
    line-height:55px;
    border:0;
    font-size: 16px;
}
.zcfg .u-list-time li span{
    height:55px;
    line-height:55px;
}
.right{
    float: right;
    width: 360px;
}
.ztzl{
    margin-top: 10px;
    overflow: hidden;
}
.ztzl ul{
    margin-top: 10px;
    overflow: hidden;
}
.ztzl li{
    margin-top:10px;
}
.ztzl li img{
    /*width: 350px;*/
    height:120px;
}
.xyxxgs{
    margin-top: 20px;
}

.xyxxgs ul{
    border:1px dashed #ccc;
    /*width: 331px;*/
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
}
.xyxxgs li{
    position: relative;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
   float: left;
    width: 50%;
    height:120px;
    cursor: pointer;
    overflow: hidden;
}
.xyxxgs li p.first{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:120px;
    text-align: center;
    font-size: 14px;
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari 和 Chrome */
    -o-transition: top 0.5s; /* Opera */
}
.xyxxgs li p.after{
    position: absolute;
    left:0;
    top:120px;
    width: 100%;
    height:120px;
    background: -webkit-linear-gradient(left top, #F86767 , #B31A1A); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #F86767 , #B31A1A); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #F86767 , #B31A1A); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #F86767 , #B31A1A);

    background: #DE4A4A\9\0;
    /*background-image: linear-gradient(135deg, #F86767 0%, #B31A1A 100%);*/
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari 和 Chrome */
    -o-transition: top 0.5s; /* Opera */
}
.xyxxgs li p.after a{
    position: absolute;
    left:50%;
    top:50%;
    color: #fff;
    display: block;
    width: 90%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 14px;
}
.xyxxgs li:hover p.first{
    top:-120px;
}
.xyxxgs li:hover p.after{
    top:-0px;
}
.xyxxgs li img{
   display: block;
    margin:28px auto 10px;
}
.xyxxgs li:hover{

}

.xyxxgs-cont{
    height:420px;
    overflow-y: auto;
    margin-top: 20px;
}
.xyxxgs-cont::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f6f6f6;
}

.xyxxgs-cont::-webkit-scrollbar
{
    width: 5px;
    background-color: #f6f6f6;
}

.xyxxgs-cont::-webkit-scrollbar-thumb
{
    border-radius: 2.5px;
    background-color: #ccc;
}
.fwjg{
    margin-top: 20px;
}
.fwjg-cont{
    border: 1px solid #DDDDDD;
    display:block;
    height:80px;
    line-height:30px;
    font-size: 15px;
    color: #333333;
    padding:10px 10px 0;
    margin-top: 20px;
}
.cxwh{
    margin-top: 20px;
    height:390px;
}
.cxwh img{
    margin-top: 20px;
}
.cxwh p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 15px;
}
.cxwh >  span{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin-top: 10px;
}
.anli{
    margin-top: 20px;
}
.anli dl{
    margin-top: 20px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #DDDDDD;
    overflow: hidden;
}
.anli dl:last-child{
    border:0;
    padding-bottom: 0;
}
.anli dt{
    float: left;
}
.anli dt img{
    width: 144px;
    height:100px;
}
.anli dd{
    float: right;
    width: 200px;
    font-size: 16px;
    text-align: justify;
    line-height: 21px;
    position: relative;
    height:100px;
}
.anli dd strong{
    display: block;
    font-weight: normal;
    font-size: 15px;
}
.anli dd .detail_right{
    position: absolute;
    left:0;
    bottom:0;
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}


.xglink{
    height: 90px;
    background: #f6f6f6;
    position: relative;
    margin-top: 50px;
}
.xglink dl{
    width:1200px;
    padding:27px 0;
}
.xglink dt{
    height: 36px;
    float: left;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.xglink dd{
    float: left;
    height: 36px;
    border:1px solid #dddddd;
    background: #fff;
    line-height:36px;
    width:285px;
    font-size:14px;
    margin-right: 20px;
    text-align: left;
    padding:0 20px;
    border-radius: 4px;
}
.xglink dd:last-child{
    margin-right: 0;
}

.xglink dd.option span{
    display: block;
    width:100%;
    height: 34px;
    background: url("../images/arrdown.png") right center no-repeat;
    cursor: pointer;
    color: #666666;
}
.xglink dd.option span em{
    display: none;
    background: none;
}
.xglink dd.option span.arrup{
    background-image: url("../images/arrup.png");
    position: relative;
}
.xglink dd.option span.arrup em{
    position: absolute;
    left: 50%;
    top:-11px;
    width:14px;
    height: 10px;
    margin-left:7px;
    background: url("../images/arrbg.png") left top no-repeat;
    z-index: 2;
    display: block;
}
.xglink dd.option div{
    position: absolute;
    left: 50%;
    top:-308px;
    width:1240px;
    height: 325px;
    margin-left:-620px;
    background: #fff;
    border-top: 3px solid #d60101;
    z-index: 999;
    padding:30px 0 0 86px;
    display: none;
    box-shadow: 0 10px 10px rgba(26,82,133,0.10);
}
.xglink dd.option div li{
    float: left;
    width:16.66%;
    line-height: 30px;
    padding:0 10px;
    font-weight: normal;.other dd.no3 a
}
.xglink dd.option div.divbox1{
    height: 340px;
    top:-323px;
    padding:20px 0 0 60px;
}
.xglink dd.option div.divbox1 li{
    width:20%;
}
.xglink dd.option div.divbox4{
    height: 115px;
    top:-98px;
}
.xglink dd.option:last-child div{
    padding-left: 55px;
}
.xglink dd.option:last-child div li{
    width:25%;
}

.footer{
    margin-top: 100px;
}



/*适老化修改及自适应*/

/*首页焦点图修改*/
.slide01{width:100%;height:500px;box-sizing:border-box;border:1px solid #bebebe; background:white;overflow:hidden;posiiton:relative;margin-top:10px;position:relative;z-index:2}
.slide01 .bd ul li img{
  width:830px;
  height:500px;
  float:left
}
.slide01 .hd{
  position:absolute;
  z-index:3;
  width:100%;
  bottom:20px;
  left:0;
  text-align:center
}
.slide01 .hd ul li{
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:8px;
  background-color:#dedede;
  margin:0 5px;
  text-indent:-9999px;
  cursor:pointer
}
.slide01 .hd ul li.on{
  background-color:red
}
.artical_detail{
  float:left;
  width:calc(100% - 830px);
  padding:20px;
  box-sizing:border-box
}
.artical_detail strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.detail_left {
  float: left;
}
.detail_left .zhuanlan {
  float: left;
  width: 40px;
  height: 20px;
  border: 1px solid #E22323;
  color: #E22323;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}
.detail_left .zhuanlan_name {
  float: left;
  background: #EEEEEE;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 11px;
}
.detail_right {
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
  float: right;
}
.artical_detail>div{
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
  margin-top: 15px;
  clear:both;
  overflow:hidden;
  padding-top:20px
}
.artical_detail>a{
  display: block;
  margin-top: 30px;
  width: 330px;
  text-align: right;
  color: #E22323;
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
  padding: 20px 13px 20px 0;
  background: url("../images/morearr.png") right center no-repeat;
}


@media (max-width:1080px){

html, body{min-width:inherit}
.container{width:98%;margin:0 1%}
.header-mid .logo {
  float: none;
  padding-top: 10px;
  text-align: center;
  margin-top:0
}
.header-mid .logo img{width:80%}
.header-mid{height:62vw;background-position:bottom center;background-size: cover;}
.login {
  right: 20px;
  left: auto;
  top:10px
}
.header-search{width:100%;margin-top:0}
.header-search li{margin-right:0}
.header-search input.search_input{width:calc(100% - 80px)}
.header-search input.search_btn{background-image:none;padding-left:0;text-align:center}
.nav {
  height: auto;
  line-height: 2;
  clear: both;
  overflow: hidden;
  border-top:1px solid #FC8B82
}
.nav li {
  height: auto;
  line-height: 2;
  width:25%;
  margin-right:0;
  text-align:center;
  font-size:1rem
}
.floatrightbox{display:none}
.left,
.right{width:100%}
.zcfg,
.fxts,
.cxwh{height:auto}
.ztzl li img,
.ad img,
.cxwh img{width:100%;height:auto}
.zcfg .u-list-time li a,
.zcfg .u-list-time li{height:auto;line-height:1.5}
.zcfg .u-list-time li{display:flex;justify-content:space-between;margin-bottom:10px}
.zcfg .u-list-time li span{position:static;margin:0}
.zcfg .u-list-time li a{margin:0;white-space:inherit;text-overflow:inherit;padding-right:10px}
.anli dd{width:calc(100% - 150px)}

.xycx,
.xycx .slide img{width:100%}
.bx-wrapper .bx-prev{left:0}
.bx-wrapper .bx-next{right:0}
.graybg,
.xycx .slide{height:auto}
.bx-viewport,
.xycx .slide img{height:60vw !important}




.slides_control{width:100% !important}
.slides_container{height:110vw}
.news-cont,
.news-cont img,
.news-cont .text{width:100%}
.news-cont .text{height:auto;box-sizing:border-box}
.news-cont img{height:60vw}
#slides{height:auto}
#slides .prev,
#slides .next{top:30vw}
#slides .next{right:20px}
.pagination1{width:100%;bottom:auto;right:auto;text-align:center;top:50vw}
.pagination1 li,
.pagination1 li a{float:none;display:inline-block;width:1rem;height:1rem}
.news-cont .text p{display:none}
.news-cont .text > a{width:auto}

.mh46{height:auto !important;padding:1rem 0; line-height:2}
.mh00{width:100% !important}
.mh00 a{font-size:1rem}
.mh18{line-height:inherit}
.mh17 tr{display:flex;flex-direction: column; text-align:center}
.mh17 tr td{width:100% !important}
#zhaocuo{text-align:center !important}

/*首页焦点图*/
.slide01,
.slide01 .bd ul li img,
.artical_detail{
    height:auto;
    width:100%
}
.artical_detail > a{width:100%}
.slide01 .hd{bottom:10px}


}

@media (max-width:400px){

.slides_container{height:120vw}

}


