* {
    box-sizing: border-box;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;

    
}

a {
    text-decoration: none;
}
ul,ol{
    list-style: none;
}
body{
   background-color: #fff;
}
.activezbzb p{font-weight: bold;}
/* 底图轮播 */
.ban-con p{margin-bottom: 5px;}
.banner_bg {
    width: 100%;
    height: 450px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -999;
}
.banner_img {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_img li {
    width: 100%;
    height: 450px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
}

.banner_list {
    height: 50px;
    top: 400px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.banner_list span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #555;
    float: left;
    margin: 0 5px;
}

.banner_list .spcss {
    border: 3px solid yellowgreen;
}

.banner_left {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    left: -60px;
    background-color: rgba(73,72,62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_left:hover {
    background-color: rgba(73,72,62, 0.9);
}

.banner_right {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    right: -60px;
    background-color: rgba(73,72,62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_right:hover {
    background-color: rgba(73,72,62, 0.9);
}

.banner_left img {
    margin-top: 22px;
}

.banner_right img {
    margin-top: 22px;
}

.ved{
    background-color: #177ab5 !important;
    
    color: #FFFFFF !important;
}

.banner{
    width: 80%;
    margin: 80px auto;
}
.logo{
    width: 80%;
    padding-top: 7px;
    margin: 0 auto;
    text-align: center;
}
.banner-l{
    width: 95px;
    display: inline-block;
}
.banner span{
    display: block;
    margin-bottom: 10px;
    text-shadow: 0 2px #aabec4;
}
.wenzi{
    display: inline-block;
    width: 56%;
}

.biaoti{
    font-size: 60px;
    color: #ff0b0a;
    letter-spacing: 10px;
    font-weight: bold;
}
.yingwen{
    letter-spacing: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #ff0b0a;
}
.biaoyu{
    width: 100%;
    margin: 18px auto 0;
    text-align: center;
}
.biaoyu-right{
    margin-left: 2%;
}
.icon-tongxunlu{font-size: 24px !important;}
.icon-tougao{font-size: 24px !important;}
/*友情链接*/
.date2_li {width: 18%;margin: 0 1%;float: left;height: auto;background-color: #e1f2f9;border-top: 2px solid #017FE7;padding: 15px 0;margin-top: 30px;}
.date2_li a{display: block;width: 100%;float: left;height: auto;text-align: center;color: #333;font-size: 15px;}
.icon-lianjie1{color: #017FE7;margin-right: 10px;}
/*友情链接*/
/* 导航条部分 */
.nav-ph{ display: none;}
.nav{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.nav ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
}
.nav li{
    float: left;
    width: 9%;
    height: 57px;
    line-height: 57px;
    color: #fff;
    text-align: center;
    font-size: 18px;
   
}
.nav li a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.nav li img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

/* 值班表 */
.zhiban:hover{
    cursor: pointer;
}
.zhibanbiao{
    position: absolute;
    display:none;
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../img/zhibanbiao.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
}
.zhibanbiao .date{
    background-color: transparent;
    border:none;
    overflow: visible;
}
.zhibanbiao .person{
    background-color: transparent;
    border:none;
    overflow: visible;
}
.date_li{
    width: 20%;
    float: left;
    height: auto;
}
.date_li_top{
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #017FE7;
}
.date_li_top p{
    width: 100%;
    float: left;
    height: auto;
    color: #017FE7;
    padding: 6px 10px;
    margin: 20px 0;
    border-right: 1px solid #017FE7;
}
.date_li:last-child .date_li_top p{
    border-right:none;
}
.date_li:last-child .date_li_bottom{
    border-right:none;
}
.date_li_bottom{
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin: 20px 0;
    border-right: 1px solid #017FE7;
}
.date_li_bottom p{
    width: 100%;
    float: left;
    height: auto;
    color: #017FE7;
    padding: 10px 0;
}

/*友情链接*/
.zhiban2:hover{
    cursor: pointer;
}
.zhibanbiao2{
    position: absolute;
    display:none;
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../img/zhibanbiao2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    padding-bottom: 15px;
}
.zhibanbiao2 .date{
    background-color: transparent;
    border:none;
    overflow: visible;
}
.zhibanbiao2 .person{
    background-color: transparent;
    border:none;
    overflow: visible;
}
/* 搜索框 */
.search:hover{
    cursor: pointer;
}
.search-position{
    position: absolute;
    right: 0;
    z-index: 999;
}
div.search1 {padding: 15px 90px 15px 40px;}
div.search1 button a{display: block;width: 100%;float: left;height: auto;}
form {
    position: relative;
    width:450px;
    margin: 0 auto;
}

input, button {
    border: none;
    outline: none;
}

input {
    width: 100%;
    height: 45px;
    padding-left: 13px;
    font-size: 16px;
}

button {
    height: 45px;
    width: 67px;
    cursor: pointer;
    position: absolute;
}
.bar1 {background: #fff;}
.bar1 input {
    border: 1px solid #017FE7;
    border-radius: 5px;
    background: #fff;
    color: #017FE7;
}
.bar1 button {
    top: 0;
    right: 0;
    background: #017FE7;
    border-radius: 0 5px 5px 0;
}
.bar1 .gaoji{
    top: 15px;
    right: 20px;
    border-radius: 5px;
}
.bar1 .gaoji a{
    color: #fff;
    font-size: 15px;
}
.tr{
    position: absolute;
    z-index: 99;
    top: -20px;
    right: -15px;
}


.b1{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
/* 轮播图 */
.lunbo{
    margin-top: 38px;
    width:100%;
    height:390px;
    
    float: left;
    overflow: hidden;
}


.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
}
.swiper-slide {
    width: 100%;
    height: auto;
    position: relative;  
    background-position: top center;
    background-size: cover;
}
.swiper-slide a{
    display: block;
    height: 100%;
}
.swiper-slide span{
    width: 100%;
    height: auto;
    background:rgba(0, 0, 0, 0.4);
    display:block;
    position:absolute;
    bottom:0;
    color:#fff;
    filter:alpha(opacity=50);
    font-family: "Microsoft YaHei",微软雅黑;
    text-align:left;
    cursor:hand;
    padding: 15px 0;
    font-size:19px ;
    padding-left: 20px;
}

.pagination {
    position: absolute;
     z-index: 20;
    bottom: 10px;
    right: 0;
    width: 31%;
     text-align: right;
}
 
.swiper-pagination-switch {
     display: inline-block;
     width: 20px;
    height: 20px;
    background: #b7bfbe;
    margin: 0 5px;
    opacity: 0.8;
     
     cursor: pointer;
}
.swiper-active-switch {
    background: #ad0101;
    border:1px solid #b17d7b ;
 }


/* 时政要闻 */
.beside1{
    width:48% ;
    float: left;
    margin-top: 25px;
}
.beside1-wrapper{
    width: 100%;
    border-top: 1px solid #177ab5;
}
.beside1-wrapper li{
    display: inline-block;
    width: 32.9%;
    
}
.beside1-wrapper li.actived{
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 

}
.beside1-wrapper li.actived a{
    color: #fff;
}
.beside1-wrapper a{
   background-color: #d7e9f4;
   color: #00639D;
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.beside1-wrapper a:hover{
    background-color: #177ab5;
    
    color: #fff;
}
.beside1-wrapper img{
    position: absolute;
    top: 5px;
}
.beside1-con li{
    position: relative;
}
.beside1-con li .new{
    position: absolute;
    left: 85%;
    top: 5px;
}
.optionArea1 div{
    display: none;
}

.optionArea1 div:first-child {
    display: block;
}

.beside1-con li .dian{
    margin-right: 1%;
}
.beside1-con a{
    float: left;
    width: 80%;
    font-size: 17px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.beside1-con a:hover{
    color: #017FE7;
}
.beside1-con span{
    color: #939a9b;
    width: 20%;
    font-size: 15px;
    text-align: end;
    float: right;
}
.beside1-con li{
    width: 96%;
    margin: 0 2%;
    height: 44px;
    line-height: 44px;
    border-bottom:1px solid #b8b7b7 ;
}



.b2{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
/* 办公入口 */
.ban{
    float: left;
    width: 28%;
    margin-top: 25px;
    margin-right: 2%;
}
.ban-wrapper{
    width: 100%;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
}
.ban-wrapper span{
    font-size: 18px;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.ban-wrapper img{
    padding-left: 10%;
    padding-right: 5px;
}
.ban-con{
    background-color: #ecf8fb;
    padding-bottom: 20px;
}
.ban-con a{
    width: 38%;
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 10%;
    margin-left: 4%;
  
    padding:2% 4%;
}
.ban-con a:nth-child(2n){
    margin-right: 0;
}
.ban-con img{
    width: 100%;
    padding-bottom: 7%;
}
.ban_box{
    width:100%; 
    margin:auto; 
    overflow:hidden; 
    position:relative;
}

.banner-ban{ 
    width:100%; 
    margin:auto;
}
.banner-ban .slick-dots{  
    display: block; 
    position: absolute;
    bottom: 0;
    /* margin-top: -170px;  */
    display: block;
    width: 118px;
    left: 22%;
    list-style: none;
    text-align: center; 
}
.banner-ban .slick-dots li {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 33px; 
    line-height: 32px;
    /* margin:14px 0px; */
    padding: 0; 
    font-size: 20px; 
    color: red;
    cursor: pointer; 
    font-weight: bold;
    z-index: 9999999;
    /* text-indent:87px; */
  }
.banner-ban .slick-dots li button{  
    outline: none; 
    border:0px;
    margin: 0px; 
    padding: 0px; 
    color: grey; 
    width:27px; 
    height:27px; 
    font-size: 17px;
    text-indent:0px;
    -webkit-appearance:none; 
    appearance:none; 
    background: none;
}
.banner-ban .slick-dots li.slick-active{ 
    background: url(../img/ban_dots_on.png) no-repeat;
}	 
.banner-ban .slick-dots li.slick-active button{ 
    color: #125cb5; 
    font-size: 17px;
}
.slick-slide{
    float: left;
   
}

/* 通知公告 */

.tongzhi{
    float: left;
    width: 34%;
    margin-top: 25px;
    margin-right: 2%;
}
.tongzhi-wrapper{
    width: 100%;
    background-image: url(../images/tzggbg.png);
    background-repeat:no-repeat;
    background-size: 100% ;
    line-height: 42px;
    height: 42px;
    float: left;
}
.tongzhi-wrapper span{
    color: #000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
}
.tongzhi-wrapper span:hover{
    cursor: pointer;
}
.tongzhi-wrapper a{
   

}
.tongzhi .ved a{
    color: #fff;
    
}
.tongzhi-con li{
    width: 96%;
    margin: 0 2%;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.tongzhi-con .dian{
	position: static;
	vertical-align: middle;
}
.tongzhi-con img{
    margin-right: 1%;
}
.tongzhi-con a{
    float: left;
    width: 80%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tongzhi-con span{
    color: #939a9b;
    width: 20%;
    text-align: end;
    float: right;
}
.tongzhi-con img{
    position: absolute;
    left: 80%;
    top: 5px;
}
.tongzhi-con a:hover{
    color: #017FE7;
}
#nin11,#nin22{
    position: relative;
}
#nin11 .duo,#nin22 .duo{
    position: absolute;
    width: 10%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}

/* 机关动态 */
.jiguan{
    float: left;
    width: 34%;
    margin-top: 25px;
}
.jiguan-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.jiguan-wrapper span{
    color: #000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.jiguan-wrapper span:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    cursor:pointer;
}
.jiguan-wrapper a{
    color: #000;

}
.jiguan .ved a{
    color: #fff;
}
#two11,#two22{
    position: relative;
}
#two11 .duo,#two22 .duo{
    position: absolute;
    width: 10%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}

.jiguan-con li{
    width: 96%;
    margin: 0 2%;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.jiguan-con .dian{
	position: static;
	vertical-align: middle;
}
.jiguan-con img{
    margin-right: 1%;
}
.jiguan-con img{
    position: absolute;
    left: 80%;
    top: 5px;
}
.jiguan-con a{
    float: left;
    width: 80%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jiguan-con span{
    color: #939a9b;
    width: 20%;
    text-align: end;
    float: right;
}
.jiguan-con a:hover{
    color: #017FE7;
}

.optionArea2 div{
    display: none;
}

.optionArea2 div:first-child {
    display: block;
}
.index_bottom{width: 100%;float: left;height: auto;margin-top: 20px;}
.index_bottom_text1{width: 100%;float: left;height: auto;background-color: #e92131;padding: 15px 0;}
.index_bottom_text1 p{text-align: center;width: 100%;float: left;height: auto;color: #fff;font-size: 14px;margin-bottom: 5px;}
.index_bottom_text2{width: 100%;float: left;height: auto;background-color: #047adb;padding: 8px 0;}
.index_bottom_text2 p{text-align: center;width: 100%;float: left;height: auto;color: #fff;font-size: 14px;}
/* 各地动态部分 */
.b3-ph{ display: none;}
.b3{
    width: 80%;
    margin: 25px auto 0;
    overflow: hidden;
}

.b3-wrapper{
    width: 100%;
    margin-bottom: 20px;
}
.b3-wrapper a{
    color: #000;
}
.b3-wrapper .ved a{
    color: #fff;
}
.b3-wrapper span{
    color: #000;
    width: 8.8%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: #d9ebf5;

}
.b3-wrapper span a:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
}

#thr11,#thr22,#thr33,#thr44,#thr55,#thr66,#thr77,#thr88,#thr99,#thr1010,#thr1111{
    position: relative;
}
#thr11 .duo,#thr22 .duo,#thr33 .duo,#thr44 .duo,#thr55 .duo,#thr66 .duo,#thr77 .duo,#thr88 .duo,#thr99 .duo,#thr1010 .duo,#thr1111 .duo{
    color: #000;
    position: absolute;
    width: 5%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}
.b3-con a:hover{
    color: #017FE7;
}
.b3-left{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.b3-item{
    width: 100%;
    padding: 20px 0 0 10px;
    clear: both;
}
.b3-item .yang{
    width: 7%;
    float: left;
}
.b3-title{
    padding-left: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    position: relative;
}
.b3-title a{
    float: left;
    width: 80%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.b3-title a:hover,.b3-wrapper a:hover{
    color: #017FE7;
}
.b3-title span{
    color: #939a9b;
    width: 10%;
    float: right;
    text-align: end;
}
.b3-title img{
    position: absolute;
    left: 80%;
}
.b3-right{
    float:left;
    width: 48%;
}
#thr22,#thr33,#thr44,#thr55,#thr66,#thr77,#thr88,#thr99,#thr1010,#thr1111{
    display: none;
}

/* 最美消防 */
.mei{
    width: 80%;
    margin: 25px auto 0;
}
.mei img{
    width: 100%;
}
.cont1_bg{ 
    width: 100%; 
    margin: 0 auto;
    height: auto;
}

/* 新闻内容轮播 */
.cont1_box{ 
    max-width: 1350pxs; 
    margin:0px auto; 
  
    overflow: hidden;
}
.xinwdt{ 
    width: 100%; 
    float: left; 
    position: relative;
    
}
.xinwdt_lb{
    width: 100%; 
    float: left; 
}
.xinwdt_lb a{ 
    display: block; 
    height: 119px;
    margin: 0 20px; 
    
    overflow: hidden;
   
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgrkxl{padding-bottom:30px;}


.xinwdt_lb img{
    width: 100%;
}
/* 调查研究 */
.b4{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
#fou22{
    display: none;
}
.diaocha{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.diaocha-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.diaocha-wrapper span{
    color: #000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.diaocha-wrapper span:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    cursor: pointer;
}
.diaocha-wrapper a{
    color: #000;

}
.diaocha-wrapper .ved a{
    color: #fff;
}
.diaocha-con a:hover{
    color: #017FE7;
}
.diaocha-con li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.diaocha-con img{
    margin-right: 1%;
}
.diaocha-con .new{
    position: absolute;
    left: 80%;
    top: 5px;
}
.diaocha-con a{
    float: left;
    width: 85%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.diaocha-con span{
    color: #939a9b;
    width: 10%;
    text-align: end;
    float: right;
}
#fou11,#fou22{
    position: relative;
}
#fou11 .duo,#fou22 .duo{
    position: absolute;
    width: 7%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}



/* 总队收文 */
#fiv22,#fiv33,#fiv44,#fiv55,#fiv66,#fiv77,#fiv88,#fiv99,#fiv1010{
    display: none;
}
.zongdui{
    float: left;
    width: 50%;
}
.zongdui-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.zongdui-wrapper span{
    color: #000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;


}
.zongdui-wrapper span:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    cursor: pointer;
}
.zongdui-wrapper a{
    color: #000;

}
.zongdui-wrapper .ved a{
    color: #fff;
}
.zongdui-con a:hover{
    color: #017FE7;
}
.zongdui-con li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.zongdui-con img{
    margin-right: 1%;
}
.zongdui-con .new{
    position: absolute;
    left: 80%;
    top: 5px;
}
.zongdui-con a{
    float: left;
    width: 85%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zongdui-con a:hover .jcb_li_fl i{color: ##009415 !important;}
.zongdui-con span{
    color: #939a9b;
    width: 10%;
    text-align: end;
    float: right;
}
/*#fiv11,#fiv22,#fiv33,#fiv44{
    position: relative;
}
#fiv11 .duo,#fiv22 .duo{
    position: absolute;
    width: 7%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}*/



/* 工作简报 */
.b5{
    width: 80%;
    margin: 25px auto 0;
    overflow: hidden;
}
#six22,#six33,#six44,#six55,#six66,#six77,#six88,#six99,#six1010{
    display: none;
}
.gongzuo{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.gongzuo-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.gongzuo-wrapper span{
    color: #000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.gongzuo-wrapper span:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    cursor: pointer;
}
.gongzuo-wrapper a{
    color: #000;
}
.gongzuo-wrapper .ved a{
    color: #fff;
}
.gongzuo-con a:hover{
    color: #017FE7;
}
.gongzuo-con li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.gongzuo-con img{
    margin-right: 1%;
}
.gongzuo-con .new{
    position: absolute;
    left: 80%;
    top: 5px;
}
.gongzuo-con a{
    float: left;
    width: 85%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.gongzuo-con span{
    color: #939a9b;
    width: 10%;
    text-align: end;
    float: right;
}
#six11,#six22{
    position: relative;
}
#six11 .duo,#six22 .duo{
    position: absolute;
    width: 7%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}


/* 他山之石 */
#sev22{
    display: none;
}
.tashan{
    float: left;
    width: 50%; 
}
.tashan-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.tashan-wrapper span{
    color: #000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.tashan-wrapper span:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    cursor: pointer;
}
.tashan-wrapper a{
    color: #000;
}
.tashan-wrapper .ved a{
    color: #fff;
}
.tashan-con a:hover{
    color: #017FE7;
}
.tashan-con li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.tashan-con img{
    margin-right: 1%;
}
.tashan-con .new{
    position: absolute;
    left: 80%;
    top: 5px;
}
.tashan-con a{
    float: left;
    width: 85%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tashan-con span{
    color: #939a9b;
    width: 10%;
    text-align: end;
    float: right;
}

#sev11,#sev22{
    position: relative;
}
#sev11 .duo,#sev22 .duo{
    position: absolute;
    width: 7%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}



.b6{
    width: 80%;
    margin: 25px auto 0;
    overflow: hidden;
}
/* 精彩瞬间 */


.clear{clear: both;}

#eig22{
    display: none;
}
.shunjian{
    float: left;
    width: 100%;
    margin-right: 2%;
}
.shunjian-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.shunjian-wrapper span{
    color: #000;
    width: 10%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.shunjian-wrapper span:hover{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    cursor: pointer;
}
.shunjian-wrapper a{
    color: #000;
}
.shunjian-wrapper .ved a{
    color: #fff;
}

.shunjian-con a{
    color: #000;
}
.shunjian-con a:hover{
    color: #017FE7;
}
.shunjian-left{
    margin-top: 25px;
    float: left;
    width: 48%;
    height: auto;
    margin-right: 2%;
}
.shunjian-left img{
    width: 100%;
    height: auto;
}
.shunjian-left span{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 4px;
}
.shunjian-right{
    margin-top: 25px;
    float: left;
    width: 50%;
    height: auto;
}
.shunjian-right div{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    padding-bottom: 1%;
}
.shunjian-right div:nth-child(2n){
    margin-right: 0;
}
.shunjian-right span{
    display: block;
}
.shunjian-right img{
    width: 100%;
}

.shipin-left{
    margin-top: 25px;
    float: left;
    width: 48%;
    margin-right: 2%;
}
.shipin-left video{
    width: 100%;
}
.shipin-right{
    margin-top: 25px;
    float: left;
    width: 50%;
}
.shipin-right div{
    width: 48%;
    float: left;
    margin-right: 4%;
    padding-bottom: 1%;
}
.shipin-right div:nth-child(2n){
    margin-right: 0;
}
.shipin-right video{
    width: 100%;
}

#eig11,#eig22{
    position: relative;
}
#eig11 .duo,#eig22 .duo{
    position: absolute;
    width: 3.5%;
    right: 0;
    top: -30px;
    overflow: visible;
    text-overflow:clip;
    white-space: nowrap;
}



/*固定大小样式*/
.pic-scroll{
	width: 100%;
    height: auto;
	margin: 0;
}
.pic-scroll .lunbo01{
	float: left;
	width: 100%;
	height:auto;
	background: #eee;
	position: relative;
}
.banner-main-img01 {
	height: auto;
	width: 100%;
	overflow: hidden;
}

.banner-main-img01 li {
	width: 100%;
    height: auto;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-main-img01 li img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left:0;
    top: 0;
}


.b7{
    width: 80%;
    margin: 25px auto 0;
    overflow: hidden;
}

/* 统计信息 */
.tongji-con-ph{ display: none;}
.tongji{
    width: 100%;
}
.tongji-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.tongji-wrapper span{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    width: 10%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.tongji-con{
    margin-top: 25px;
    position: relative;
}
.tongji-con select{
    position: absolute;
    top: 0;
    right: 0;
}
#a_canvas{
    display: block;
    margin: 0 auto;
}



.b8{
    width: 80%;
    margin: 25px auto 0;
    overflow: hidden;
}

/* 友情链接 */
.youqing{
    width: 100%;
}
.youqing-wrapper{
    width: 100%;
    border-bottom: 1px solid #017FE7;
}
.youqing-wrapper span{
    color: #fff;
    background-color: #017FE7;
    border-top-left-radius:10px;      
    border-top-right-radius:10px; 
    width: 10%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;

}
.youqing-con{
    margin: 25px auto 0;
}
.youqing-con select{
    float: left;
    outline: none;
    width: 25%;
    height: 55px;
    line-height: 40px;
    margin: 0 4% 1%;
    appearance: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 2%;
    background: url("../img/xiala.png") no-repeat right center;
    background-position-x: 95%;
}

.b9-ph,.b10-ph{ display: none;}
.b9{
    margin: 25px auto 0;
    width: 100%;
    background-color: #ff0b0a;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.b9 span{
    display: block;
    height: 27px;
    line-height: 27px;
}

.b10{
    width: 100%;
    background-color: #017FE7;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.b10 span{
    display: block;
    height: 27px;
    line-height: 27px;
}
.b10 img{
    width: 20px;
    vertical-align: middle;
}

/* 返回顶部的箭头 */
.arrow{
  
}
.stick{
    width: 8px;
    height: 14px;
    border-radius: 1px;
    background-color: #fff;
    top:15px;
}
#back_top div{
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
}
#back_top{
    background-color: #eee;
    height: 38px;
    width: 38px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 120px;
    bottom: 125px;
    display: none;
    z-index: 999;
}
#back_top i{color: #798299 !important;font-size: 24px !important;text-align: center;line-height: 38px;display: block;}
#back_top:hover{
    background-color: #017FE7;
}
#back_top:hover i{
    color: #fff !important;
}

/* 响应 */

@media (max-width:1800px){
    .biaoti{font-size: 3rem;}
}

@media (max-width:1500px){
    .biaoti{ font-size:2.4rem;}
    .nav li img{ width: 1rem;height: 1rem;}
    .nav li a{ font-size: 1.4rem;}

    .beside1-wrapper a{ font-size: 1rem;}
    .swiper-slide span{ font-size: 1rem;}
    .ban-wrapper span{ font-size: 1rem;}
    .ban-wrapper img {height: 1rem;margin: 0 2%;vertical-align: middle;}
    .tongzhi-wrapper span{ font-size: 1rem;}

    .b3-wrapper span{ font-size: 1rem;}
    .b3-title span{ display: inline-block;width: 12%;font-size: 16px;}
    .jiguan-wrapper span{ font-size: 1rem;}
    .jiguan-con a{ width: 80%;}
    .jiguan-con span{ float: none;width: 20%;display: inline-block;}

    .diaocha-wrapper span{ font-size: 1rem;}
    .zongdui-wrapper span{ font-size: 1rem;}
    .gongzuo-wrapper span{ font-size: 1rem;}
    .tashan-wrapper span{ font-size: 1rem;}
    .shunjian-wrapper span{ font-size: 1rem;}
    .tongji-wrapper span{ font-size: 1rem;}
    .youqing-wrapper span{ font-size: 1rem;}
}


@media (max-width:1400px){
    #a_canvas{ width: 1000px!important;}
    #fiv11 .duo, #fiv22 .duo,#sev11 .duo, #sev22 .duo{ width: 9%;}
}


@media (max-width:1200px){
    .wenzi{ width: 80%;}
    .nav li{ width: 16%;}
    .lunbo{ width: 100%;float: none;}
    .beside1{ width: 100%;float: none;}
    .nav li{ font-size: 16px;height: 45px;line-height: 45px;}

    .ban{width: 100%;}
    .ban-wrapper img{ margin: 0 0 0 2%;padding-left: 0;}
    .ban-con{ text-align: center;}
    .ban-con a{width: 12%; margin: 0 6%;line-height: 14px;}
    .ban-con a:nth-child(2n){margin: 0 6%;}

    .tongzhi{width: 100%;}
    .jiguan{width: 100%;}

    .b3-wrapper span{width: 10%;}
    .b3-left{width: 100%;margin-right: 0;}
    .b3-right{ display: none;}

    .diaocha{ width: 100%;margin-right: 0;}
    .zongdui{ margin-top: 25px;width: 100%;}
    .gongzuo{ width: 100%;margin-right: 0;}
    .tashan{ margin-top: 25px;width: 100%;}

    .shunjian-wrapper span{ width: 20%;}
    .tongji-wrapper span{ width: 20%;}
    .youqing-wrapper span{ width: 20%;}

    #two11 .duo, #two22 .duo,#thr11 .duo, #thr22 .duo, #thr33 .duo, #thr44 .duo, #thr55 .duo, #thr66 .duo, #thr77 .duo, #thr88 .duo,#fou11 .duo, #fou22 .duo,#fiv11 .duo, #fiv22 .duo,#six11 .duo, #six22 .duo,#sev11 .duo, #sev22 .duo,#eig11 .duo, #eig22 .duo{ width: 6%;}

}
@media (max-width:840px){
    .banner {margin: 50px auto;}
    .banner-l{width: 70px;}
    .biaoti {font-size: 1.4rem;}
    .yingwen{ font-size: 0.6rem}
    .biaoyu{ display: none;}

 
    .nav-ph{display: block; height: 45px;background-color: #017FE7;position: relative;}
    .button{ width:100%; background-color: #017FE7;border-top-left-radius:10px; border-top-right-radius:10px; }
    .more{ width: 20px;height: 20px;vertical-align: middle;}
    .zhongcheng2{ height:22px;vertical-align: middle;}
    .weimin2{ height:22px;vertical-align: middle;}
    #two11 .duo, #two22 .duo, #thr11 .duo, #thr22 .duo, #thr33 .duo, #thr44 .duo, #thr55 .duo, #thr66 .duo, #thr77 .duo, #thr88 .duo, #fou11 .duo, #fou22 .duo, #fiv11 .duo, #fiv22 .duo, #six11 .duo, #six22 .duo, #sev11 .duo, #sev22 .duo, #eig11 .duo, #eig22 .duo{ width: 8%;}

    .dropbtn {
        background-color: #017FE7;
        margin-left: 10px;
        color: white;
        padding: 12px;
        border: none;
        cursor: pointer;
        outline: none;
    }
    
    .dropbtn:hover, .dropbtn:focus {
        background-color: #017FE7;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #017FE7;
        min-width: 160px;
        overflow: auto;
        top: 45px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 9999;
    }
    
    .dropdown-content a {
        color:#fff;
        padding: 8px 20px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content a img{ vertical-align: middle;margin-right:11%;}
    .dropdown a:hover {background-color: #f1f1f1}

    div.search1{ padding:0;}
    .bar1{ background: none;}
    form{ position: absolute;right: 0;width: 80%;}
    
    .show {display:block;}


    .b9 span{display: inline;}

    /* 手风琴下拉 */
    .b3{ display: none;}
    .b3-ph{ display: block;}
    .accordion {
        width: 80%;
        /* max-width: 360px; */
        margin: 30px auto 20px;
        background: #ecf8fb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 10px;
    }
   
   .accordion .link {
       cursor: pointer;
       display: block;
       padding: 15px 15px 15px 42px;
       color: #4D4D4D;
       font-size: 16px;
       border-bottom: 1px solid #cccccc8f;
       position: relative;
       -webkit-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
       transition: all 0.4s ease;
   }
   .open .link{
      background-color: #017FE7;
      border-top-left-radius:10px;      
      border-top-right-radius:10px; 
   }
   
   .accordion li:last-child .link {
       border-bottom: 0;
   }
   
   .accordion .down {
       height: 16px;
       position: absolute;
       top: 16px;
       right: 20px;
       font-size: 18px;
       color: #595959;
       -webkit-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
       transition: all 0.4s ease;
   }
   
   .accordion li .down {
       right: 12px;
       left: auto;
       font-size: 16px;
   }
   
   .accordion li.open .link {
       color: #fff
   }
   

   .accordion li.open .down {
       -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
       transform: rotate(180deg);
   }
   .submenu {
    display: none;
    background: #e1f3f8;
    font-size: 14px;
    }

    .submenu li {
        border-bottom: 1px solid #e1f3f8;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #000;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .submenu a:hover {
        color: #017FE7;
    }
    .b3-item {
        padding: 10px 0 0 10px;
    }
    .b3-ph .b3-item p{
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        color: #017FE7;
    }

    .shunjian-left{ width: 100%;float: none;height: 23rem;}
    .shunjian-right{ width: 100%;float: none;}

    .shipin-left{ width: 100%;}
    .shipin-right{ width: 100%;}

    .youqing-con{ text-align: center;}
    .youqing-con select{ float:none;width:90%;}

    .tongji-con{ display: none;}
    .tongji-con-ph{ display: block;}
    svg {
        max-width: 100%;
      }
    #cd-table .cd-unchecked span, #cd-table .cd-checked span {
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
      }
      #cd-table {
        position: relative;
        width: 90%;
        max-width: 1170px;
        margin: 1em auto;
        font-size: 14px;
        font-size: 0.875rem;
        /* you may remove this border in case of dark backgrounds if it's annoying */
        border-right: 1px solid #e6e7f1;
      }
      #cd-table::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
      }
      /* #cd-table::before {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
        width: 35px;
        background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
        z-index: 5;
        pointer-events: none;
      } */
      .no-cssgradients #cd-table::before {
        /* remove the gradient using modernizr if css gradients are not supported */
        display: none;
      }
      #cd-table.table-end::before {
        /* the gradient disappears when user is at the end of the table */
        display: none;
      }
      #cd-table .cd-table-container {
        position: relative;
        float: right;
        width: 60%;
        overflow-x: auto;
        /* smooth scrolling on touch devices */
        -webkit-overflow-scrolling: touch;
      }
      #cd-table .cd-table-wrapper {
        width: 100%;
      }
      #cd-table .cd-table-column {
        width: 100%;
        float: left;
        border: 1px solid #e6e7f1;
        margin-left: -1px;
      }
      #cd-table .cd-table-column:last-child {
        border-right: none;
      }
      #cd-table h2, #cd-table ul > li {
        position: relative;
        text-align: center;
        padding: 0 1em;
        border-bottom: 1px solid #e6e7f1;
        height: 42px;
        line-height: 42px;
        background-color: white;
      }
      #cd-table h2 {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #606272;
      }
      #cd-table ul > li {
        color: #787a8d;
      }
      #cd-table ul > li:nth-child(odd) {
        background-color: #f6f7fa;
      }
      #cd-table ul > li:last-child {
        border-bottom: none;
      }
      #cd-table .cd-unchecked span, #cd-table .cd-checked span {
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url("../img/yes-no.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 32px 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      #cd-table .cd-unchecked span {
        background-position: -16px 0;
      }
      #cd-table .cd-select {
        display: block;
        height: 100%;
        width: 100%;
        font-weight: bold;
      }
      #cd-table header.cd-table-column {
        position: absolute;
        width: 40%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        background: #017FE7;
        margin-left: 0;
        border-color: #6b758d;
        box-shadow: 2px 0 0 #017FE7;
        pointer-events: none;
      }
      #cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
        background-color: #017FE7;
        text-align: left;
        color: #edeef1;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        border-bottom-color: #6b758d;
      }
      #cd-table header.cd-table-column h2 {
        color: #edeef1;
      }
      #cd-table header.cd-table-column li:nth-child(odd) {
        background-color: #2196f3;
      }
      #cd-table header.cd-table-column li:last-child {
        border-bottom: 1px solid #6b758d;
      }
      #cd-table .cd-scroll-right {
        
        display: none;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        background: url("../img/small-arrow.svg") no-repeat center center;
        z-index: 6;
        -webkit-animation: cd-scroll-right 1.5s infinite;
        -moz-animation: cd-scroll-right 1.5s infinite;
        animation: cd-scroll-right 1.5s infinite;
      }
      @media only screen and (min-width: 870px) {
        #cd-table {
          margin: 2em auto;
          border-right: none;
        }
        #cd-table::before {
          display: none;
        }
        #cd-table .cd-table-wrapper {
          width: 100%;
          padding-left: 16.66667%;
        }
        #cd-table .cd-table-column {
          width: 20%;
          float: left;
        }
        #cd-table .cd-table-column:last-child {
          border-right: 1px solid #e6e7f1;
        }
        #cd-table header.cd-table-column {
          width: 16.66667%;
          float: left;
          background: #798299;
          box-shadow: none;
          pointer-events: auto;
        }
        #cd-table .cd-scroll-right {
          display: none;
        }
      }
      @media only screen and (min-width: 1170px) {
        #cd-table {
          margin: 4em auto;
        }
      }
      
      @-webkit-keyframes cd-scroll-right {
        0%, 100% {
          -webkit-transform: translateX(0);
        }
      
        50% {
          -webkit-transform: translateX(3px);
        }
      }
      @-moz-keyframes cd-scroll-right {
        0%, 100% {
          -moz-transform: translateX(0);
        }
      
        50% {
          -moz-transform: translateX(3px);
        }
      }
      @keyframes cd-scroll-right {
        0%, 100% {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
        }
      
        50% {
          -webkit-transform: translateX(3px);
          -moz-transform: translateX(3px);
          -ms-transform: translateX(3px);
          -o-transform: translateX(3px);
          transform: translateX(3px);
        }
      }

    .b9,.b10{ display: none;}
    .b9-ph,.b10-ph{ display: block;}
    .b9-ph p{font-size: 12px;}
    .b9-ph{ background-color: #e92131;text-align: center;margin-top: 25px;}
    .b9-ph p{ display: inline-block;color: #fff;margin: 7px auto;}
    .b10-ph{ background-color: #017FE7;text-align: center;}
    .b10-ph p{ display: inline-block;color: #fff;margin: 7px auto;}
    .b10-ph p img{ width: 1rem;}

    #eig11 .duo, #eig22 .duo{ top: -55px;}
}
@media (max-width:740px){
	.date_li{width: 100%;margin-bottom: 20px;}
    .shunjian-left{ height:20rem ;}
    .index_bottom_text1 p {
    width: 92%;
    float: left;
    height: auto;
    margin: 0 4%;
    font-size: 13px;
}

.index_bottom_text1 span{display: block;margin-top: 5px;}
.index_bottom_text2 span{display: block;margin-top: 5px;}
}
@media (max-width:640px){
    .mei{ display: none;}
 
    .shunjian-left{ height:19rem ;}
    #two11 .duo, #two22 .duo, #thr11 .duo, #thr22 .duo, #thr33 .duo, #thr44 .duo, #thr55 .duo, #thr66 .duo, #thr77 .duo, #thr88 .duo, #fou11 .duo, #fou22 .duo, #fiv11 .duo, #fiv22 .duo, #six11 .duo, #six22 .duo, #sev11 .duo, #sev22 .duo, #eig11 .duo, #eig22 .duo{ width: 10%;}
}
@media (max-width:570px){
    .banner {margin: 25px auto;width: 100%;}
    .banner img{max-width: 95%;}
    .wenzi{ width: 100%;}
    .shunjian-left{ height:16rem ;}
    #two11 .duo, #two22 .duo, #thr11 .duo, #thr22 .duo, #thr33 .duo, #thr44 .duo, #thr55 .duo, #thr66 .duo, #thr77 .duo, #thr88 .duo, #fou11 .duo, #fou22 .duo, #fiv11 .duo, #fiv22 .duo, #six11 .duo, #six22 .duo, #sev11 .duo, #sev22 .duo, #eig11 .duo, #eig22 .duo{ width: 12%;}

    .beside1-wrapper li{width: 30%;}
    .tongzhi-wrapper span{width: 30%;}
    .jiguan-wrapper span{width: 30%;}
    .diaocha-wrapper span{width: 30%;}
    .zongdui-wrapper span{width: 30%;}
    .gongzuo-wrapper span{width: 30%;}
    .tashan-wrapper span{width: 30%;}
    .shunjian-wrapper span{width: 30%;}
    .tongji-wrapper span{width: 30%;}
    .youqing-wrapper span{width: 30%;}

    .beside1-con a{ width: 80%;}
    .beside1-con span{ float: none;width: 20%;display: inline-block;}
    .jiguan-con a{ width: 80%;}
    .jiguan-con span{ float: none;width: 20%;display: inline-block;}
    .b3-title a{ width: 80%;}
    .b3-title span{ float: none;width: 20%;display: inline-block;}
    .ban-con a{ margin: 0;width: 23%;}
    .ban-con a:nth-child(2n){ margin: 0;}
    .diaocha-con a{ width: 80%;}
    .diaocha-con span{ float: none;width: 20%;display: inline-block;}
    .zongdui-con a{ width: 80%;}
    .zongdui-con span{ float: none;width: 20%;display: inline-block;}
    .gongzuo-con a{ width: 80%;}
    .gongzuo-con span{ float: none;width: 20%;display: inline-block;}
    .tashan-con a{ width: 80%;}
    .tashan-con span{ float: none;width: 20%;display: inline-block;}

}
@media (max-width:480px){
    .shunjian-left{ height:15rem ;}
    #two11 .duo, #two22 .duo, #thr11 .duo, #thr22 .duo, #thr33 .duo, #thr44 .duo, #thr55 .duo, #thr66 .duo, #thr77 .duo, #thr88 .duo, #fou11 .duo, #fou22 .duo, #fiv11 .duo, #fiv22 .duo, #six11 .duo, #six22 .duo, #sev11 .duo, #sev22 .duo, #eig11 .duo, #eig22 .duo{width: 15%;}
}
@media (max-width:400px){
    .shunjian-left{ height:12rem ;}
}
@media (max-width:320px){
    .shunjian-left{ height:12rem ;}
}
@media (min-width:1400px){
    .banner,.nav,.mei,.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8{width:1350px}

}

@media (max-width:1420px){
    #a_canvas{ width: 1200px!important;}
}

@media (max-width:1280px){
    #a_canvas{ width: 800px!important;}
}
@media (max-width:1020px){
    #a_canvas{ width: 600px!important;}
}