@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    font-family:'微软雅黑', 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;
}
/*html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0 auto;
    padding: 0;
}*/
html, body, ul, li, dl, dt, dd{
    margin: 0;
    padding: 0;
}
div,ul,dl{margin:0 auto}
body {
    font-size: 14px;
    color: #333;
}
html,body{

    width: 100%;
    min-width: 1200px;
    background: #f6f6f6 !important;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0px;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
input, textarea, button, select{
    outline: none;
}
input::-webkit-input-placeholder {
    color: #bbb;
}
input::-moz-input-placeholder {
    color: #bbb;
}
input::-ms-input-placeholder {
    color: #bbb;
}
.container{
    width: 1200px;
}
.header .container{
    position: relative;
}
.login{
    position: absolute;
    right:0;
    top:25px;
}
.login_before{
    font-size:16px;
    color: #fff;
}
.login_before a{
    color: #fff;
}
.login_after{
    position: relative;
}
.login_after strong{
    font-size: 16px;
    font-weight: normal;
    background: url("../images/login_arr.png") right center no-repeat;
    padding-right: 25px;
    color: #fff;
    cursor: pointer;
}
.login_after ul{
    position: absolute;
    top:20px;
    right:0;
    display: none;
    background: url("../images/loginbg.png") left top no-repeat;
    width: 140px;
    height:/*148px;*/148px;
    margin-top: 9px;
    padding-top: 20px;
}
.login_after li{
    height:40px;
    border-bottom: 1px solid rgba(205,221,246,0.4);
    font-size: 14px;
    line-height:40px;
}
.login_after li:last-child{
    border-bottom: 0;
}
.login_after li a{
    display: block;
    padding-left:15px;
}
.login_after li a:hover{
    background: rgba(205,221,246,0.4);
}
.header-mid{
    background: url("../images/home_bg.png") center top no-repeat;
    height:300px;
    /*border-bottom: 1px solid #fff;*/
}
.header-mid .logo{
    float: left;
}
.header-search{
    float: right;
    width: 580px;
    float: right;
    margin-top: 80px;
}
.header-search ul{
    height:37px;
    overflow: hidden;
}
.header-search li{
    height:32px;
    line-height: 32px;
    border-radius: 4px;
    float: left;
    padding:0 17px;
    margin-right: 37px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.header-search li.active{
    /*background: #E22323;*/
    color: #fff;
    position: relative;*/
}
.header-search li.active:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:-5px;
    margin-left: -5px;
    border-top:5px solid #E22323;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.header-search li.cur{
    background: #E22323;
    color: #fff;
    position: relative;
}
.header-search li.cur:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:-5px;
    margin-left: -5px;
    border-top:5px solid #E22323;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.header-search .search_content{
    margin-top: 4px;
    overflow: hidden;
}
.header-search input.search_input{
    height:40px;
    background: #fff;
    width: 500px;
    float: left;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding:0 15px;
}
.header-search input.search_btn{
    float: right;
    width: 80px;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /*background: #E22323;*/
    background: url("../images/searchicon.png") #E22323 12px center no-repeat;
    height:40px;
    line-height: 40px;
    color: #fff;
    padding-left:36px;
    text-align: left;
    cursor: pointer;
}
.nav{
    height:60px;
    background: #E22323;
}
.nav-1{

    overflow: hidden;
}
.nav li{
    height:60px;
    line-height:60px;
    font-size: 18px;
    float: left;
    margin-right:44px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{

    color: #fff;

}

.mt{
    height:45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.mt span{
    font-size: 18px;
    float: left;
    position: relative;
    margin-right: 55px;
}
.mt span.cur{
    font-weight: bold;
}
.mt span.cur:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    height:2px;
    width:100%;
    background: #E22323;
}
.mt span.cur a{
    color: #E22323;
}
.mt .more{
    float: right;
    font-size: 14px;
    color: #8D97A2 ;
}
.u-list{
    margin-top: 10px;
}
.u-list li{
    height:50px;
    line-height: 50px;
    padding-left:15px;
    background: url("../images/dot.png") left center no-repeat;
    font-size: 15px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.u-list-time{
    margin-top: 10px;
}
.u-list-time li{
    height:50px;
    line-height: 50px;
    position: relative;

}
.u-list-time li span{
    float: right;
    position: absolute;
    right:0;
    top:0;
    height:50px;
    color: #a3a3a3;
    font-size: 16px;
}
.u-list-time li a{
    display: block;
    height:50px;
    line-height: 50px;
    padding-right:50px;;
    font-size: 16px;
    /*border-bottom: 1px solid #e5e5e5;*/
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

#slides {
    position:relative;
    margin-top: 10px;
    border: 1px solid #bebebe;
    background: #fff;
    height:502px;
}
.news-cont img{
    float: left;
    width: 830px;
    height: 500px;
}

.news-cont .text{
    float: right;
    width: 370px;
    padding:20px;
    height:500px;
    position: relative;
}
.news-cont .artical_detail{
    overflow: hidden;
}
.news-cont .artical_detail strong{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.news-cont .artical_detail .detail_left{
    float: left;
}
.news-cont .artical_detail .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;
}
.news-cont .artical_detail .detail_left .zhuanlan_name{
    float: left;
    background: #EEEEEE;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding:0 11px;
}
.news-cont .artical_detail .detail_right{
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}
.news-cont .artical_detail .detail_right i{
    padding:0 2px;
}
.news-cont .artical_detail .detail_right .artical_from {
    padding-left: 19px;
    background: url("../images/earth.png") left center no-repeat;
}
.news-cont .text p{
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    margin-top: 15px;
}
.news-cont .text > a{
    /*position: absolute;*/
    /*right:20px;*/
    /*bottom:0;*/
    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;
}
#slides .prev {
    position:absolute;
    top:50%;
    left:20px;
    width:18px;
    height:32px;
    margin-top: -16px;
    display:block;
    z-index:101;
}
#slides .next {
    position:absolute;
    top:50%;
    right: 400px;
    width:18px;
    height:32px;
    margin-top: -16px;
    display:block;
    z-index:101;
}

.slides_container {
    /*width:830px;*/
    height:500px;
    overflow:hidden;
    position:relative;
}

.pagination1 {
    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: 400px;
}

.pagination1 li {
    float:left;
    margin:0 4px;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: #CCCCCC;
}

.pagination1 li a {
    display:block;
    height:0;
    float:left;
    padding-top: 12px;
    overflow:hidden;
}
.pagination1 li.current{
   background: #fff;
}


.footer{
    height:120px;
    background: #2B303C;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}
.footer .container{
    position: relative;
    height:210px;

}
.footer-qrcode{
    float: left;
    background: rgba(255,255,255,0.1);
    width: 460px;
    height:160px;
    margin-top: 25px;
}
.footer-qrcode li{
    float: left;
    width: 90px;
    margin-left: 20px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    margin-top: 20px;
}
.footer-qrcode li img{
    width: 90px;
    height:90px;
}
.footer-qrcode li span{
    display: block;
    margin-top: 10px;
}
.footer-info{
    /*float: left;*/
    /*background: rgba(255,255,255,0.1);*/
    /*width: 536px;*/
    /*height:160px;*/
    /*margin-top: 25px;*/
    /*margin-left: 20px;*/
    margin-top: 30px;
}
.footer-info ul{
    float: left;
    width: 50%;
    padding:0 21px;
    text-align: left;
    color: rgba(255,255,255,0.7);
    margin-top: 20px;
}
.footer-info ul li{
    display: inline-block;
}
.footer-info ul li.bei{
    background: url("../images/bei.png") left center no-repeat;
    padding-left: 20px;
}
.footer-other{
    float: right;
    width:164px;
    margin-top: 25px;
}
.footer-other .wj{
    background: rgba(255,255,255,0.1);
    height:70px;
    padding:7px 0;
}
.footer-other .zhc{
    background: rgba(255,255,255,0.1);
    height:70px;
    margin-top: 20px;
    padding:9px 0;
}
.floatrightbox{
    position: fixed;
    right:10px;
    top:50%;
    background: #F7F7F7;
    width: 70px;
    font-size: 12px;
    z-index: 10000;
}
.floatrightbox dt{
    height:70px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    border-radius: 2px;
    margin-top:10px;
}
.floatrightbox dt a{
    display: block;
    height:90px;
    padding:45px 10px 0;
}
.floatrightbox dt.flyyss{
    background: url("../images/yyssicon.png") center 11px no-repeat;
}
.floatrightbox dt.flbgxz{
    background: url("../images/bgxz.png") center 11px no-repeat;
}
.floatrightbox dt.flbacktop{
    background: url("../images/flbacktop.png") center center no-repeat;
}


/*适老化修改及自适应*/
.cxjy .aria_button{top:210px}
.toolbar_on .nav li{width:33.3%}
.toolbar_on .xyxxgs li p.first,
.toolbar_on .xyxxgs li p.after{line-height:3rem}
.toolbar_on .xyxxgs li p.after a{left:auto;top:auto;transform:inherit;width:100%}

@media (max-width:1080px){

.cxjy .aria_button{top:auto}

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}

.u-list-time li span{display:none}
.u-list-time li a{padding-right:0}
.pagination > li{margin-bottom:10px}

.cxjy #sbbm_ul{display:none}
.cxjy .xycn dd ul > li,
.cxjy .xycn dd ul > li input,
.cxjy .xycn dd ul > li span{width:100%}
.cxjy .xycn dd ul > li input,
.cxjy .xycn dd ul > li span,
.cxjy .xycn dl dt input[type="button"],
.cxjy .xycn dl dt input[type="reset"]{height:auto;line-height:2}
.cxjy .xycn dd ul > li input.time{width:40%}
.cxjy .xycn .searchcount{height:auto}

.cxjy .xyxf-cont,
.cxjy .xyxf-menu,
.cxjy .allfile{width:100%}
.cxjy .lczyinfo{height:auto;background-size:cover}
.cxjy .lczystepcont h3{padding-bottom:10px}
.cxjy .lczy .lczystepcont img{width:100%}
.cxjy .lczystep li::after{display:none}
.cxjy .lczystep li{width:49%;margin:.5%}
.cxjy .lczystepcont .cailiao dd p{height:auto;line-height:1.5;padding:10px 0}
.cxjy .lczystepcont .cailiao dd p a.blue_text{float:none;margin-left:10px}
.cxjy .lczystepcont .cailiao dd p small{margin-left:0}
.cxjy .slwd-cont table.slwd td{word-break:break-all}

.cxjy .xxgs li{width:100%;margin-bottom:1%;position:relative;padding:0}
.cxjy .xxgs li a img{width:100%}
.cxjy .xxgs li a span{position:absolute;margin:0;line-height:2;height:auto;font-size:1rem;bottom:0}

.cxjy .xinyijia-1,
.cxjy .xyd-cont img{width:100%}
.cxjy .xinyijia-1 p{height:auto}

/*修改*/
#outsideAlert .alert-dialog{width:100% !important}
.cxjy .xydtlist{height:auto}
.cxjy .xycn .searchBox{width:100%}
.cxjy .xycn .searchBox input{width:calc(100% - 80px)}


}

@media (max-width:400px){

.slides_container{height:120vw}

}

