﻿﻿﻿@charset "utf-8";
body{margin:0;padding:0;font-family:'微软雅黑' ;font-size:14px;width:100%}
input,select,textarea,button{vertical-align:middle;outline:0}
h1,h2,h3,h4,h5,h6{font-weight:400}
img{border:0;vertical-align:middle}
dl,dt,li,ol,ul{list-style:none}
a{text-decoration:none;outline:0;color:#333}
*{padding:0;margin:0}
.clear{clear:both}
.clearfix:after,.clearfix:before{display:table;content:""}
.clearfix:after{clear:both}
.text{text-align:center}
.fl{float:left}
.fr{float:right}
.hide{display:none}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9e9e9e}
input:-moz-placeholder,textarea:-moz-placeholder{color:#9e9e9e}
input::-moz-placeholder,textarea:-moz-placeholder{color:#9e9e9e}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9e9e9e}
.wrap{width: 1200px;margin:0 auto;}
.tabbox{display:table-cell;vertical-align:middle}
a,a:hover,a:active,a:visited,a:link,a:focus,span,div{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
img{object-fit:cover;}


@font-face {
    font-family: 'Light';
    src:url('../font/SourceHanSansCN-Light.ttf');
}
@font-face {
    font-family: 'Regular';
    src:url('../font/SourceHanSansCN-Regular.ttf');
}
@font-face {
    font-family: 'Medium';
    src:url('../font/SourceHanSansCN-Medium.otf');
}
@font-face {
    font-family: 'ExtraLight';
    src:url('../font/SourceHanSansCN-ExtraLight.otf');
}
@font-face {
    font-family: 'Normal';
    src:url('../font/SourceHanSansCN-Normal.ttf');
}
@font-face {
    font-family: 'Heavy';
    src:url('../font/SourceHanSansCN-Heavy.otf');
}



/*moblie-nav*/
.top-left{ position:fixed;top:21px; z-index:130;display: none;width:23px; height:15px; right:2em;}
.top-left::before,
.top-left::after,
.top-left span{ position:absolute; width:100%; height:3px; border-radius:3px; background:#e60027; }
.top-left::before,
.top-left::after{ content:'';transition:transform 0.2s;}
.top-left span{ top:50%; margin-top:-1.5px;}
.top-left::before{ top:0;}
.top-left::after{ bottom:0;}
.top-menu{ position:fixed; height:100%; overflow-y:auto; width:100%;left:0; top:0;background:rgba(0,0,0,0.9); padding:21% 20px 0 0; transform:translateY(-100%); opacity:0; transition:0.2s; z-index:-1;}
.top-menu ul{ position:relative; width:100%;}
.top-menu li a{ display:block; line-height:30px; }
.top-menu li > a{ position:relative; border-bottom:1px solid #222; font-size:16px; color:#fff; line-height:3; padding:0 41px 0 25px;text-transform: capitalize;}
.top-menu li.on > a{ background-color:#222;}
.top-menu li.on > a::after{ position:absolute; content:''; width:10px; height:10px; border-right:2px solid #fff; border-top:2px solid #fff; transform:rotate(135deg); right:25px; top:50%; margin-top:-7px;}
.top-menu li dl{ position: relative;left: 0; width:100%; top:0; display:none; transition:transform 0.3s; }
.top-menu li dl.dl-show{}
.top-menu li dl dt a{color:#aaa; font-size:14px; line-height:2.5;padding: 0 41px 0 40px;}
.Top-open.top-menu{ opacity:1; transform:translateY(0); z-index:100;}
.Top-open.top-left{ position:fixed; margin-top:0; top:21px; z-index:130;}
.Top-open.top-left span{ opacity:0;}
.Top-open.top-left::before,
.Top-open.top-left::after{ top:50%;}
.Top-open.top-left::before{ transform:rotate(45deg);background: #e60027;}
.Top-open.top-left::after{transform:rotate(-45deg);background: #e60027;}
/*moblie-nav end*/
.sou-btn{position: fixed;right: 5em;top: 24px;z-index:150;display: none}


/*header css*/
header{position: relative;left: 0;top:0px;width: 100%;z-index: 120;transition:1s;background: #fff;border-bottom: 1px #d2d2d2 solid}
header .w90{position: relative;}
.w90{width: 90%;margin: 0 auto;}
header .logo{line-height:85px;transition:.5s;}
header .logo a{display: block;/*height:100%*/}
header .logo img{max-height: 90%;transition:.5s;}
header .headR{width:80%;}
header .nav{width:85%;}
header .nav ul{display: flex;flex: 0 0 100%;justify-content: space-between;}
header .nav li{line-height:85px;position: relative;transition:.5s;text-align: center;float: left;}
header .nav li a{font-size:16px;color: #333333;position: relative;font-family: 'Light';display: block;}
/*header .nav li:first-child a{padding:0 21px;}*/
header .nav li a:before{content:'';position: absolute;left:0;bottom:0;width:0%;height:4px;background:#e60027;transition:.5s;right: 0;margin: 0 auto}
header .nav li:hover a:before,header .nav li.on a:before{width:100%;}
header .nav li:hover a,header .nav li.on a{color: #e60027;}
header .nav li .submenu{left:-36px;position: absolute;top: 100%;z-index: 10;display: none;width:136px;background:rgba(255,255,255,1);padding-top: 16px;}
header .nav li .submenu ul{border-radius: 0;display: block;margin: 0;}
header .nav li .submenu a {color: #606060;display: block;font-size: 14px;padding: 0;font-family: 'Normal';overflow: hidden;text-overflow:ellipsis;white-space:nowrap;background: none;padding-right: 0;font-weight: normal;position: relative;transition:.5s;}
header .nav li .submenu a:after{content: '>';position:absolute;right: 15px;top:0;font-size: 0px;color: #e60027;font-family: cursive;transition:1s;opacity: 0;font-size: 18px;}
header .nav li .submenu li{margin: 0;float: none;line-height:36px;width: 100%;}
header .nav li .submenu li a:before{display: none}
header .nav li .submenu li:hover a{color: #e60027;background: #e5e5e5}
header .nav li .submenu li:hover a:after{right: 9px;opacity: 1}
header .btn{position: absolute;
    top: 0;
    right: 150px;line-height: 85px;}
header .btn a{margin: 0 11px;}
.search2{display: none}
header .search{position: absolute;right: 0;top:0;width: 91px;background: #da261e;text-align: center;line-height: 85px;height: 85px;cursor: pointer;}
.search-box{position: absolute;right:5%;top:100%;padding: 1em 1em;background: rgba(255,255,255,.5);display: none}
.search-box input{width: 233px;border:none;height: 45px;float: left;padding: 0 15px;font-size: 14px;color: #333;}
.search-box button{width: 70px;border:none;height: 45px;background:#da261e;float: right;font-size: 14px;color: #fff;cursor: pointer;}
header.fixed{position: fixed;box-shadow: 0px 0px 7px 2px rgba(0,0,0,.3);}

.broadside{position: fixed;right: 12px;top:40%;z-index: 20}
.broadside a{margin-bottom: 2px;width: 41px;height: 42px;background: #999999;display: block;text-align: center;line-height: 42px;transition:.5s;}
.broadside a:hover{background:#da261e;}
.wechat{display: none;position: relative;}
.wechat span{width: 130px;height: 130px;display: none;
    position: fixed;left: 50%;top:50%;
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}
.wechat span img{width: 100%;height: 100%;}



/*comm css*/
.nybanner{position: relative;width: 100%;margin: 0 auto}
.nybanner img{display: block;width: 100%;min-height: 325px;}
.nybanner .txt{position: absolute;left: 50%;top:50%;width: 70%;text-align: center;
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}
.nybanner .txt p{text-transform: uppercase;font-size: 24px;font-family: 'Normal';color:#fff;}
.nybanner .txt h4{font-size: 36px;font-family: 'Medium';color:#fff;line-height: 40px;margin-top: 8px;}


footer{padding:60px 0;background:#535353;}
.w1611{width: 1611px;margin: 0 auto;}
.link{}
.link a{font-size: 16px;font-family: 'Light';color:#d1d1d1;margin-right: 64px;}
.link a:hover{text-decoration: underline;color: #da261e}
.foot-b{margin-top: 15px;}
.foot-b .L{min-width: 40%;font-family: 'Light';margin-top: 23px;}
.foot-b .L  .adress{font-size: 16px;color:#fff;line-height: 30px;}
.foot-b .L  .adress a{color: #fff;}
.foot-b .L  .other{margin: 32px 0 27px;}
.foot-b .L  .other a{display: inline-block;width: 155px;height: 42px;line-height: 42px;border:1px #707070 solid;text-align: center;font-size: 16px;color: #fff;margin-right: 18px;transition:.5s;}
.foot-b .L  .other a img{margin-right: 20px;}
.foot-b .L  .other a:hover{background: #da261e;border-color: #da261e}
.foot-b .L  .copy{font-size: 14px;color:#a2a2a2}
.foot-b .R{}
.foot-b .R select{float: left;width: 275px;height: 46px;background: #da261e;color: #fff;font-family: 'Light';border:none;padding: 0 21px;margin-top: 154px;}
.foot-b .R .ewm{margin-left: 44px;text-align: center;}
.foot-b .R .ewm .pic{width: 166px;height: 166px;}
.foot-b .R .ewm p{line-height: 34px;background: #434343;color: #d5d2d2;font-family: 'Light';}
.foot-b .R .ewm p img{margin-right: 14px;}
.wechat{display: none !important}


/*home*/
.banner{position: relative;}
.banner li img{width: 100%;}
.banner-pag{bottom: 29px !important;}
.banner .swiper-pagination-bullet{width:11px !important;height:11px !important;opacity: 1 !important;background: #e8f0e2;    border-radius: 11px;}
.banner .swiper-pagination-bullet-active{background: #e60027;width: 19px !important;}
.banner_right,.banner_left{display: none !important }
.ban-txt{position: absolute;left: 50%;top:50%;width: 60%;text-align: center;
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}
.ban-txt h4{color: #fff;font-family: 'Medium';font-size: 60px;letter-spacing: 3px;word-spacing: 5px;margin-bottom: 18px;line-height: 60px;}
.ban-txt p{color: #fff;font-family: 'Regular';font-size: 16px;line-height: 30px;}
.banner li.swiper-slide-active img{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}
@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1.1);
-webkit-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}

@keyframes hvr-bob {
  0% {
    transform: scale(1.1);
-webkit-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}




.aboutA{background-size: cover;padding: 57px 0 10px 0;overflow: hidden;}
.w1313{width: 1313px;margin: 0 auto;}
.aboutA .L{width: 642px;}
.aboutA .L h2{color: #312f30;font-family: 'Medium';font-size: 30px;line-height: 40px;margin-bottom: 15px;}
.aboutA .L h4{color: #da261e;font-family: 'Medium';font-size: 30px;margin-bottom: 25px;}
.aboutA .L p{color: #868686;font-family: 'Light';font-size:16px;line-height: 30px;}
.aboutA .L a{color: #da261e;font-family: 'Regular';font-size: 18px;margin-top: 12px;display: inline-block;}
.aboutA .L ul{background: #f9f9f9;padding:30px;height:165px;margin-top:10px;}
.aboutA .L ul li{float: left;width:30%;padding-left:15%;height:100px;font-size:16px;}
.aboutA .L ul li strong{font-size:30px;color:#eb6702}
.aboutA .R{width: 623px;}
.aboutA .R img{width: 100%;}

.newsv2{}
.newsv2 h1{display:block;height:114px;background: url(../img/tit_news.jpg) no-repeat center center;width:100%;}
.newsv2 a.photo{float:left; }
.newsv2 .c{background:#f9f9f9 ;float:right;padding:10px;width:630px;}
.newsv2 .c dd{display: block;height:46px;border-bottom: solid 1px #e4e4e4;font-size:20px;}
.newsv2 .c dd dl{float:left;padding:5px 22px;}
.newsv2 .c dd dl.active{color:#069;font-weight: bolder;}
.newsv2 .c dd dl:first-child{border-right:solid 1px #e4e4e4}
.newsv2 .c ul{margin:10px 15px; line-height:45px;}
.newsv2 .c ul li{border-bottom: solid 1px #e4e4e4;height:45px;overflow: hidden;}
.newsv2 .c ul li a{font-size:14px;}
.newsv2 .c ul li a.first{font-size: 15px;font-weight: bold}

.dangv2{margin: 20px 0 0 0;}
.dangv2 h1{display:block;height:94px;background: url(../img/tit_gggs.jpg) no-repeat center center;background-color:#f5f5f5;width:100%;}
.dangv2 a.photo{float:right;background-color:#f5f5f5;padding:15px; }
.dangv2 .c{background:#f9f9f9 ;float:left;padding:10px;width:610px;margin:15px 0 0 0;}
.dangv2 .c dd{display: block;height:46px;border-bottom: solid 1px #e4e4e4;font-size:20px;}
.dangv2 .c dd dl{float:left;padding:5px 22px;}
.dangv2 .c dd dl.active{color:#ff0000;font-weight: bolder;}
.dangv2 .c dd dl:first-child{border-right:solid 1px #e4e4e4}
.dangv2 .c ul{margin:10px 15px; line-height:45px;}
.dangv2 .c ul li{border-bottom: solid 1px #e4e4e4;height:45px;overflow: hidden;}
.dangv2 .c ul li a{font-size:14px;}
.dangv2 .c ul li a.first{font-size: 15px;font-weight: bold}
.dangv2 span{float:right;color:#999;font-size:12px;}

.itemv2{margin:20px 0}
.itemv2 h1{display:block;height:94px;background: url(../img/tit_item.jpg) no-repeat center center;width:100%;}
.itemv2 a img{margin:5px ;}

.newsA{height: 494px;overflow: hidden;}
.newsA-l{width: 33.33%;height: 100%;background: #f5f5f5;position: relative;}
.newsA-l .date{position: absolute;left:15%;top:0;background: #c7000a;color: #fff;width: 73px;text-align: center;padding: 14px 0 10px;}
.newsA-l .date:before{content: '';position: absolute;left: 0;bottom: -20px;width: 100%;height: 20px;background: url(../images/tb2_03.png) no-repeat center;}
.newsA-l .date h4{font-family: 'Medium';font-size: 22px;line-height: 30px;}
.newsA-l .date p{font-family: 'Light';font-size: 12px;}
.newsA-l .padd{padding: 0 15%;}
.newsA-l .txt{margin-top: 118px;}
.newsA-l .txt h4{font-family: 'Light';font-size: 18px;color: #333333;padding-bottom: 16px;margin-bottom: 28px;border-bottom: 1px #cccccc solid}
.newsA-l .txt p{font-family: 'Light';font-size: 14px;color: #727272;line-height: 30px;}
.newsA-l .txt a{font-family: 'Light';color: #666666;width: 148px;height: 40px;border:1px #b5b5b5 solid;display: inline-block;line-height: 40px;text-align: center;margin-top: 88px;transition:.5s;}
.newsA-l .txt a span{margin-left: 30px;font-family: serif;transition:.5s;position: relative;left: 0;}
.newsA-l .txt a:hover{background: #da261e;color: #fff}
.newsA-l .txt a:hover span{color: #fff;left: 10px;}

.newsA-r .padd{padding: 0 15%;}
.newsA-r .txt{margin-top: 18px;}
.newsA-r .txt h4{font-family: 'Light';font-size: 18px;color: #333333;padding-bottom: 16px;margin-bottom: 8px;border-bottom: 1px #cccccc solid}
.newsA-r .txt p{font-family: 'Light';font-size: 14px;color: #727272;line-height: 30px;max-height: 60px;
    overflow: hidden;}
.newsA-r .txt a{font-family: 'Light';color: #666666;width: 148px;height: 40px;border:1px #b5b5b5 solid;display: inline-block;line-height: 40px;text-align: center;margin-top: 8px;transition:.5s;}
.newsA-r .txt a span{margin-left: 30px;font-family: serif;transition:.5s;position: relative;left: 0;}
.newsA-r .txt a:hover{background: #da261e;color: #fff}
.newsA-r .txt a:hover span{color: #fff;left: 10px;}
.newsA-r .date{position: absolute;left:15%;top:0;background: #c7000a;color: #fff;width: 73px;text-align: center;padding: 14px 0 10px;}
.newsA-r .date:before{content: '';position: absolute;left: 0;bottom: -20px;width: 100%;height: 20px;background: url(../images/tb2_03.png) no-repeat center;}
.newsA-r .date h4{font-family: 'Medium';font-size: 22px;line-height: 30px;}
.newsA-r .date p{font-family: 'Light';font-size: 12px;}


.newsA-c{width: 33.33%;height: 100%;background: #fff;}
.newsA-c .menu{height: 78px;background: #da261e;}
.newsA-c .menu span{display: inline-block;padding:0 30px;color: #f8f8f8;line-height: 78px;position: relative;font-family: 'Normal';font-size: 18px;}
.newsA-c .menu span.active{background: #990000}
.newsA-c .menu span.active:before{content: '';position: absolute;left: 0;bottom: -8px;width: 100%;height: 8px;background: url(../images/tb3.png) no-repeat center;}
.newsA-c .menu a{color: #fff;font-weight: bold;float: right;line-height: 78px;font-family: 'Bold';margin-right: 46px;font-size: 26px;}
.newsA-c .main{height: 416px;position: relative;overflow: hidden}
.newsA-c .main .padd{padding:0 12%;margin-top: 47px;} 
.newsA-sw{height: 299px !important;}
.newsA-sw li{height: auto !important;}
.newsA-sw li a{display: block;padding:15px 0;position: relative;}
.newsA-sw li a:before{content: '';position: absolute;left: 0;bottom: 0;width: 0%;height: 1px;background: #da261e;transition:.5s;}
.newsA-sw li span{color: #969696;font-size: 12px;margin-bottom: 10px;display: block;}
.newsA-sw li p{color: #707070;font-family: 'Light';}
.newsA-pag{bottom: 34px !important;left: 12% !important}
.newsA .swiper-pagination-bullet{width:10px !important;height:10px !important;opacity: 1 !important;background: #c9c9c9;    border-radius: 11px;margin: 0 5px !important;}
.newsA .swiper-pagination-bullet-active{background: #b4050a;}
.newsA-sw li:hover p{color: #da261e}
.newsA-sw li a:hover:before{width: 100%;}

.newsA-r{width: 33.33%;height: 100%;background: #eeeeee;display: table;position: relative;}
.newsA-r .tabbox{padding:0 15%;}
.newsA-r a{float: left;width: 48%;margin: 0 2% 50px 0;text-align: center;}
/*.newsA-r a:last-child,.newsA-r a:nth-last-child(2){margin-bottom: 0}*/
/*.newsA-r a span{border:1px #8b8b8b solid;display: inline-block;width: 83px;height: 83px;line-height: 83px;border-radius: 83px;margin-bottom: 17px;}*/
.newsA-r a span img{max-width: 90%;max-height: 90%; }
.newsA-r a span .img2{display: none}
.newsA-r a p{color: #333333;font-family: 'Regular';font-size: 18px;}
.newsA-r a:hover p{color: #da261e}
.newsA-r a:hover span{border-color: #da261e}
.newsA-r a:hover span .img{display: none}
.newsA-r a:hover span .img2{display:initial }

.classify{overflow: hidden;}
.classify a{position: relative;float: left;overflow: hidden;}
.classify a img{width: 100%;height: 100%;transition:.5s;}
.classify a:before{content:'';position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.49);transition:.5s;z-index: 5}
.classify a .txt{position: absolute;left: 30px;top:100px;color: #fff;font-family: 'Medium';font-size: 24px;transition:.5s;z-index: 1;opacity: 0}
.classify a .txt b{display: inline-block;margin: 22px 0;width: 19px;height: 5px;background: #fff;}
.classify .list1 a{height: 459px;width: 25%;}
.classify .list2 a{height: 473px;width: 33.33%;}
.classify a:hover img{transform:scale(1.1);transition:.5s;}
.classify a:hover .txt{top:38px;opacity: 1}
.classify a:hover:before{opacity: 0;}



/*部门职能*/
.subnav{height: 63px;background: #fff;text-align: center;}

.subnav a{line-height: 63px;padding:0 27px;color: #333333;font-family: 'Normal';font-size: 16px;display: inline-block;}
.subnav a.active{color: #fff;background: #da261e}
.function{margin: 65px 0 56px;}
.nybox{overflow: hidden;background: #f3f3f3;}
.pag{}
.pag a{display: inline-block;height: 44px;line-height: 44px;background: #b5b1b1;padding: 0 18px;margin-right: 5px;color: #333;font-size: 16px;font-family: 'Light';transition:.5s;}
.pag a:hover{background: #da261e;color: #fff;}
.function .list{margin-bottom: 63px;}
.function .list li{height: 61px;line-height: 61px;border-bottom: 1px #e5e5e5 solid;}
.function .list li a{display: block;font-family: 'Light';color: #333333;}
.function .list li .L{width: 70%;font-size: 20px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap}
.function .list li .R{width: 21%;text-align: right;font-size: 16px;padding-right: 2%;position: relative;}
.function .list li .R:before{content: '▾';position: absolute;right: 0;top:0;font-size: 22px;color: #959595;}
.function .list li:hover .L{font-weight: bold;color: #d0231c;}



/*公示公告*/
.notice{margin: 81px 0 71px;}
.notice .list{margin-bottom: 60px;}
.notice .list li{transition:.5s;position: relative;}
.notice .list li:before{content: '';position: absolute;right: 0;top:0;background: #da261e;z-index: 1;width: 100%;height: 0%;transition:.5s;}
.notice .list li a{display: block;padding:51px 0 43px;position: relative;z-index: 5}
.w859{width: 859px;margin: 0 auto;}
.notice .list li .date{width: 175px;text-align: right;}
.notice .list li .date h4{color: #aaaaaa;font-size: 60px;font-family: 'Light';line-height: 60px;margin-bottom: 11px;}
.notice .list li .date p{color: #aaaaaa;font-size: 18px;font-family: 'Light';}
.notice .list li .txt{width: 640px;}
.notice .list li .txt h4{color: #333333;font-size: 20px;font-family: 'Light';margin-bottom: 13px;}
.notice .list li .txt p{color: #919191;font-size: 14px;font-family: 'Light';line-height: 24px;}
.notice .list li:hover .date h4{color: #f3f3f3;}
.notice .list li:hover .date p{color: #f3f3f3;}
.notice .list li:hover .txt h4{color: #f3f3f3;}
.notice .list li:hover .txt p{color: #f7b7b7;}
.notice .list li:hover:before{height: 100%;}


/*纪检监察*/
.w1287{width: 1287px;margin: 0 auto}
.news{margin: 72px 0 92px;}
.news .list{margin-bottom: 36px;}
.news .list li{margin-bottom: 34px;background: #fff}
.news .list li a{padding: 30px 36px 30px 53px;display: block;overflow: hidden;}
.news .list li .txt{width: 692px;margin-top: 26px;}
.news .list li .txt .date{margin-bottom: 14px;}
.news .list li .txt .date h3{color: #da261e;font-size: 30px;font-family: 'Bold';}
.news .list li .txt .date h5{color: #da261e;font-size: 14px;font-family: 'Bold';}
.news .list li .txt h4{color: #333333;font-size: 20px;font-family: 'Regular';margin-bottom: 8px;}
.news .list li .txt p{color: #9f9f9f;font-size: 14px;font-family: 'Light';line-height: 24px;}
.news .list li .txt dl{color: #919191;font-size: 18px;font-family: 'Light';text-transform: uppercase;padding-bottom: 5px;border-bottom: 1px #919191 solid;margin-top: 26px;display: inline-block;}
.news .list li .pic{width: 356px;overflow: hidden;}
.news .list li .pic img{width: 100%;transition:.5s;}
.news .list li:hover .pic img{transition:.5s;transform:scale(1.1);}
.news .list li:hover .txt h4{color: #da261e}
.news .list li:hover{box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1)}


/*新闻资讯*/
.w1354{width: 1354px;margin: 0 auto}
.newB{margin:57px 0 63px;}
.newB li{margin-bottom: 59px;border-bottom: 1px #e5e5e5 solid;position: relative;}
.newB li a{display: block;overflow: hidden;padding: 0px 75px 58px 6px;}
.newB li .pic{width: 345px;overflow: hidden;height: 250px;background-size: cover;background:url("../images/nopic.gif") center;}
.newB li .pic img{width: 100%;transition:.5s;}
.newB li:hover .pic img{transition:.5s;transform:scale(1.1);}
.newB li .txt{width: 833px;margin-top: 26px;position: relative;}
.newB li .txt .box{width: 526px;}
.newB li .txt h4{color: #333333;font-size: 20px;font-family: 'Regular';}
.newB li .txt p{color: #7d7d7d;font-size: 14px;font-family: 'Light';}
.newB li .txt dl{color: #767676;font-size: 14px;font-family: 'Light';line-height: 24px;margin: 17px 0 26px;}
.newB li:before{content: '>';position: absolute;right: 0;top:67px;background: #dcdcdc;z-index: 1;width: 52px;height: 52px;transition:.5s;line-height: 52px;text-align: center;color: #fff;font-size: 20px;font-family: monospace}
.newB li:hover:before{background: #da261e}


/*项目展示*/
.case{margin:86px 0 73px;}
.case .list{}
.case .list ul{margin-right: -3%;}
.case li{float: left;width: 30.33%;margin: 0 3% 42px 0;transition:.5s;position: relative;top:0;}
.case li .pic{height: 349px;overflow: hidden;}
.case li .pic img{width: 100%;transition:.5s;height: 100%;}
.case li:hover .pic img{transition:.5s;transform:scale(1.1);}
.case li .txt{padding:18px 25px;}
.case li .txt h4{color: #686868;font-size: 16px;font-family: 'Light';}
.case li .txt p{color: #3f3f3f;font-size: 12px;font-family: 'Light';}
.case li:hover{top:-20px;box-shadow: 0px 0px 10px 2px rgba(205,205,205,.5)}


/*关于-联系方式*/
.w1089{width: 1089px;margin: 0 auto}
.relation{margin: 119px 0 122px;}
.relation-t{padding-bottom: 69px;border-bottom: 1px #d3d3d3 dotted;display: flex;flex: 0 0 100%;justify-content: space-between;}
.relation-t .item{text-align: center;width: 30%;}
.relation-t .item span{display: block;height: 101px;line-height: 101px;margin-bottom: 11px;}
.relation-t .item h4{color: #333333;font-size: 18px;font-family: 'Normal';margin-bottom: 12px;}
.relation-t .item p{color: #8f8f8f;font-size: 12px;font-family: 'Light';}
.relation-b{height: 481px;margin-top: 82px;}
.allmap_box{margin:0 0 5px 0;padding:0.2em 0}
.allmap_box li.gsname{line-height: 26px;font-size: 14px;font-weight: 600;color: #CC5522;}
.allmap_box li.gsaddre{line-height: 26px;font:12px arial,sans-serif;}



/*关于-简介*/
.info{margin: 97px 0}
.info h2{color: #cfcfcf;font-size: 123px;font-family: 'ExtraLight';line-height:108px;}
.info h2 span{font-family: 'Regular';}
.info h4{color: #a10909;font-size: 24px;font-family: 'Medium';margin-bottom: 18px;}
.info p{color: #656565;font-size: 16px;font-family: 'Light';line-height: 30px;}
.info li{border-bottom: 1px #d3d3d3 dotted;margin-bottom: 44px;padding-bottom: 23px;}
.info li h5{color: #3f3f3f;font-size: 18px;margin-bottom: 30px;}
.info li h5 span{color: #888;font-size: 12px;margin-left: 10px;}
.info li p{color: #888;font-size: 14px;}



/*关于-集团高层*/
.w1336{width: 1366px;margin: 0 auto}
.team{margin: 99px 0}
.team .list{margin-bottom: 96px;}
.team li{height: 442px;border-bottom: 1px #e3e3e3 solid;overflow: hidden;transition: all 0.36s ease;}
.team li a{display: block;}
.team li .txt{padding: 7% 15.6% 0 12%;box-sizing: border-box;width: 66%;}
.team li .txt h4{color: #202020;font-size: 24px;font-family: 'Regular';margin-bottom: 7px;}
.team li .txt h5{color: #616161;font-size: 14px;font-family: 'Light';margin-bottom: 35px;}
.team li .txt p{color: #616161;font-size: 14px;line-height: 30px;font-family: 'Light';}
.team li .txt dl{color: #929292;font-size: 14px;font-family: 'Light';padding-bottom: 6px;border-bottom: 1px #929292 solid;display: inline-block;text-transform: uppercase;margin-top: 72px;transition: all 0.36s ease;}
.team li .pic{width: 33.2%;padding-top: 33%;position: relative;}
.team li .pic img{position: absolute;top: 0;left: 0;width: 100%;transition: all 0.36s ease;display: inline;}
.team li:hover .pic img {transform: scale(0.9);}
.team li:hover {background-color: #fff;}
.team li:hover .txt h4{}
.team li:hover .txt dl{color: #da261e;border-color: #da261e;margin-top: 50px;}





/*党群工作*/
.w1288{width: 1288px;margin: 0 auto}
.work{margin: 94px 0;}
.work .list{margin-bottom: 30px;}
.work .list li{margin-bottom: 47px;background: #fff;height: 357px;transition:.5s;}
.work .list li a{display: block;overflow: hidden;height: 100%;}
.work .list li .pic{width: 50%;overflow: hidden;height: 100%;}
.work .list li .pic img{width: 100%;height: 100%;transition:.5s;}
.work .list li .txt{width: 50%;position: relative;display: table;height: 100%;}
.work .list li .txt:before{content: '';position: absolute;right: 0;bottom:0px;background: #dcdcdc;height: 4px;background: #da261e;width: 0;transition:.5s;}
.work .list li .txt .date{position: absolute;right: 0;top:0;background: #da261e;padding:14px 12px;text-align: right;color: #fff;}
.work .list li .txt .date h5{font-size: 30px;font-family: 'Normal';}
.work .list li .txt .date h6{font-size: 18px;font-family: 'Heavy';}
.work .list li .txt .tabbox{padding:0 18% 0 8%;}
.work .list li .txt h4{font-size: 20px;color: #da261e;font-family: 'Regular';margin-bottom: 30px;}
.work .list li .txt p{font-size: 14px;font-family: 'Light';line-height:24px;color: #9f9f9f;text-align: justify; }
.work .list li .txt .more{margin-top: 85px;text-transform: uppercase;font-size: 16px;color: #919191;font-family: 'Light';display: inline-block;border-bottom: 1px #919191 solid;padding-bottom: 8px;}
.work .list li:hover .pic img{transition:.5s;transform:scale(1.1);}
.work .list li:hover{box-shadow:0px 0px 10px 2px rgba(205,205,205,.5) }
.work .list li:hover .txt:before{width: 100%;}



/*关于-集团荣誉*/
.w1298{width: 1298px;margin: 0 auto}
.honor{margin: 114px 0;height: 568px;background: #fff;}
.honor .pic{width: 529px;height: 100%;}
.honor .pic img{width: 100%;height: 100%;transition:.5s;}
.honor .R{width: 769px;}
.honor .R .padd{padding:0 69px;}
.honor-t{margin-top: 54px;font-family: 'Light';}
.honor-t h4{font-size: 30px;color: #000;line-height: 35px;margin-bottom: 8px;}
.honor-t h5{color: #757575;text-transform: uppercase;margin-bottom: 50px;}
.honor-t p{font-size: 16px;line-height:30px;color: #000}

.honor-sw{padding:1em 5px !important;}
.honor-b{margin-top: 57px;position: relative;padding-bottom: 78px;}
.honor-b li{height: 142px;box-shadow:0px 0px 10px 2px rgba(205,205,205,.5);overflow: hidden;}
.honor-b li .bg{position: absolute;left: 0;top:-100%;width: 100%;height: 100%;background: rgba(0,0,0,.5);text-align: center;display: table;transition:.5s;}
.honor-b li .bg span{height: 26px;display: block;background: url(../images/search.png) no-repeat center;margin-bottom: 12px;}
.honor-b li .bg p{color: #fff;font-family: 'Light';}
.honor-b li img{width: 100%;height: 100%;object-fit: contain;}
.honor-pag{bottom: 10px !important;width: 100%;}
.honor-b .swiper-pagination-bullet{width:39px !important;height:3px !important;opacity: 1 !important;background: #b5b5b5;    border-radius: 0px;margin: 0 5px !important;}
.honor-b .swiper-pagination-bullet-active{background: #da261e;}
.honor-r,.honor-l{width: 41px !important;height: 41px !important;line-height: 41px !important;color:#fff !important;font-size: 20px;background: #a4a4a4 !important;opacity: 1 !important;text-align: center;font-family: monospace;border-radius: 41px;cursor: pointer;top:auto !important;bottom: 0;margin-top: 0 !important}
.honor-r:hover,.honor-l:hover{background: #da261e !important}
.honor-b li:hover .bg{top:0;}


/*详情页*/
.details{background: #f4f9fc;padding: 56px 0 79px;}
.details .box{width: 1200px;margin: 0 auto;background: #fff;}
.details .padd{padding:30px ;}
.details-t{text-align: center;border-bottom: 1px #f1f1f1 solid;padding-bottom: 17px;}
.details h4{font-size:24px;color: #333333;font-family: 'Regular';}
.details dl{font-size:16px;color: #666;font-family: 'Regular';margin-top: 5px;}
.details-b{font-size: 16px;color: #333333;font-family: 'Regular';line-height: 30px;margin-top: 30px;}
.details-b img{max-width: 100%}
.w800{width: 800px;margin: 0 auto;}








/*media*/
@media screen and (max-width: 1600px){

  header .btn{margin-right: 3%}
  .w1611{width: 90%;}

}
@media screen and (max-width: 1440px){

  .w1354,.w1336,.w1313{width: 90%;}
  .newB li .txt{width: 66%;}

}
@media screen and (max-width: 1366px){

  .ban-txt h4,.notice .list li .date h4{font-size: 50px;}
  .w1287,.w1298{width: 90%;}
  .info h2{font-size: 105px;}
  .honor .R{width: 54%;}
  .classify .list1 a{height: 407px;}
  .classify .list2 a{height: 390px;}

}
@media screen and (max-width: 1280px){

  .w1288,.wrap{width: 90%;}
  .work .list li .txt .date h5{font-size: 24px;}
  header .search{width: 74px;}
  .news .list li .txt{width: 60%;}
  .case li .pic{height: 300px;}
  .newB li .txt{width: 62%;}
  .honor .pic{width: 45%;}
  .nybanner img{min-height: 330px;}
  .honor,.relation,.team,.info,.notice,.case,.news,.work{margin: 68px 0}
  .nybanner .txt h4{font-size: 32px;}
  header .nav{width: 78%;}
  header .btn a{margin: 0 8px;}
  .work .list li .txt .date{padding:9px 9px;}
  .function .list li .L{font-size: 18px;}
  .ban-txt h4, .notice .list li .date h4{font-size: 45px;}
  .team li{height: 378px;}
  .info h2{font-size: 95px;}
  .aboutA .L{width: 45%;}
  .aboutA .R{width: 50%;}
  .aboutA .L h4{font-size: 25px;}
  .aboutA .L h2{font-size: 40px;}
  .aboutA{padding:125px 0;}
  .newsA-l .padd,.newsA-c .main .padd,.newsA-r .tabbox{padding:0 10%;}
  .newsA-l .date{left: 10%}
  .classify .list1 a{height: 355px;}

}
@media screen and (max-width: 1200px){

  .foot-b .L .adress,.foot-b .L .other a{font-size: 14px;}
  footer{padding: 35px 0}
  .honor-t h4{font-size: 25px;}
  .honor{height: 495px;}
  .honor-t{margin-top: 34px;}
  .honor-t h5{margin-bottom: 24px;}
  .honor-b{margin-top: 24px;padding-bottom: 65px;}
  .newB li .txt h4,.notice .list li .txt h4{font-size: 18px;}
  .newB li a{padding: 0px 75px 38px 6px}
  .newB li{margin-bottom: 38px;}
  .notice .list li a{padding: 30px 0}
  .ban-txt h4, .notice .list li .date h4{font-size: 38px;}
  .function{margin: 55px 0}
  .honor, .relation, .team, .info, .notice, .case, .news, .work{margin: 55px 0}
  .case li .pic{height: 260px;}
  .newsA{height: 445px;}
  .newsA-c .menu{height: 59px;}
  .newsA-c .menu span,.newsA-c .menu a{line-height: 59px;}
  .newsA-c .main .padd{margin-top: 28px;}
  .newsA-c .main{height: 380px;}
  .newsA-l .txt a{margin-top: 55px;}
  .newsA-l .txt p{line-height: 26px;}  .newsA-r .txt a{margin-top: 55px;}
  .newsA-r .txt p{line-height: 26px;max-height:52px;}
 /* .newsA-r a span{width: 70px;height: 70px;line-height: 70px;}*/
  .newsA-r a span img{zoom:.8;}
  .newsA-r a p,.newsA-l .txt h4,.newsA-c .menu span,.newsA-r .txt h4,{font-size: 16px;}
  .classify a .txt{font-size: 20px;}
  .classify a .txt b{margin: 12px 0}
  .link a{margin-right: 40px;}

}
@media screen and (max-width:1024px){

  header .nav{display: none}
  .top-left{display: block;}
  .aboutA{padding: 60px 0}
  header .logo,header .search{height: 54px;line-height: 54px;}
  header .btn{line-height: 54px;}
  header .headR{width: 38%;margin-right: 10%}
  header .search{right: 7%;width: 55px;}
  .top-menu{padding:9% 20px 0 0;}
  .classify a .txt{font-size: 14px;left: 24px;}
  .classify .list1 a{height: 250px;}
  .classify .list2 a{height: 235px;}
  .classify a:hover .txt{top: 24px}
  .info h2{font-size: 78px;line-height: 90px;}
  .team li{height: 309px;}
  .team li .txt h4{font-size: 22px;}
  .team li .txt h5{margin-bottom: 24px;}
  .team li .txt{padding: 3% 9.6% 0 8%}
  .pag a{padding: 0 14px;height: 40px;line-height: 40px;}
  .honor .R .padd{padding: 0 40px;}
  .honor-b li{height: 104px;}
  .honor-b .swiper-pagination-bullet{width: 20px !important;}
  .honor{height: 467px;}
  .w1089{width: 90%;}
  .relation-t .item span img{zoom:.8;}
  .relation-t{padding-bottom: 30px;}
  .relation-b{height: 400px;margin-top: 40px;}
  .info li h5{margin-bottom: 15px;}
  .info li{margin-bottom: 30px;padding-bottom: 15px;}
  .newB li .pic{width: 33%;}
  .newB li .txt{margin-top: 10px;}
  .newB li:before{width: 35px;height: 35px;line-height: 35px;}
  .case li .pic{height: 214px;}
  .case li{margin: 0 3% 27px 0}
  .news .list li .pic{width: 35%;}
  .news .list li .txt h4{font-size: 18px;}
  .news .list li .txt .date h3{font-size: 25px;}
  .news .list li .txt{margin-top: 0}
  .news .list li .txt dl{font-size: 16px;}
  .work .list li .txt h4{font-size: 18px;}
  .work .list li .txt .more{margin-top: 45px;}
  .work .list li{height: 320px;}
  .work .list li .txt .date h5,.details h4{font-size: 20px;}
  .work .list li .txt .date h6{font-size: 16px;}
  .details .box{width: 90%;}
  .details-b{font-size: 14px;}
  .ban-txt h4, .notice .list li .date h4{font-size: 34px;}
  .aboutA .L h4{font-size: 22px;margin-bottom: 10px;}
  .aboutA .L h2{font-size: 34px;}
  .aboutA .L p{font-size: 14px;line-height: 24px;}
  .aboutA .L a{font-size: 16px;margin-top: 24px;}
  .foot-b .R select{width: 230px;padding:0 16px;}
  .foot-b .R .ewm .pic{height: 130px;width: 130px;}
  .foot-b .R select{margin-top: 122px;height: 42px;}
  .foot-b .L .other a{width: 135px;height: 40px;line-height: 40px;}
  .link a{font-size: 14px;}
  .foot-b .R .ewm{margin-left: 25px;}
  .newsA{height: 390px;}
  .newsA-l .txt h4{margin-bottom: 16px;}  .newsA-r .txt h4{margin-bottom: 16px;}
  .newsA-l .date{padding:5px 0 5px;}
  .newsA-l .txt a span{margin-left: 14px;}
  .newsA-l .txt a{width: 123px;margin-top: 35px;}  .newsA-r .txt a span{margin-left: 14px;}
  .newsA-r .txt a{width: 123px;margin-top: 35px;}
  .newsA-c .main .padd{margin-top: 21px;}
  .newsA-c .main{height: 331px;}
  .newsA-pag{bottom: 15px !important;}
  .newsA-c .menu span, .newsA-c .menu a{line-height: 50px;}
  .newsA-c .menu{height: 50px;}
  .newsA-sw{height:277px !important;}
  .newsA-l .txt{margin-top: 94px;}  .newsA-r .txt{margin-top: 18px;}
  .subnav{height: 50px;}
  .subnav a{font-size: 14px;line-height: 50px;}
  .team li .txt p{line-height: 24px;}
  .honor-t p{font-size: 14px;line-height: 24px;}
  .honor-t h4{font-size: 22px;line-height: 24px;}
  .honor-r, .honor-l{width: 35px !important;height: 35px !important;line-height:35px  !important}
  .relation-t .item h4{font-size: 16px;}
  .nybanner .txt h4{font-size: 28px;}
  .nybanner .txt p{font-size: 22px;}
  .case li .txt{padding:18px 15px;}
  .function .list li .L{font-size: 16px;}
  .newB li .txt h4, .notice .list li .txt h4{font-size: 16px;}
  .ban-txt h4, .notice .list li .date h4{font-size: 30px;line-height: 44px;}

}
@media screen and (max-width: 800px){

  .ban-txt p{font-size: 14px;line-height: 26px;}
  .ban-txt h4, .notice .list li .date h4{font-size: 24px;line-height: 35px;}
  .aboutA .R{width: 100%;}
  .aboutA .L{width: 100%;margin-top: 1em}
  .banner-pag{bottom: 13px !important;}
  .newsA{height: auto;}
  .newsA-r{width: 100%;padding:30px 0;}
  .newsA-l,.newsA-c{height: 390px;width: 50%;}
  .link{display: none}
  footer{padding:30px 0;}
  .foot-b .L{width: 100%;margin-top: 0}
  .foot-b .R{width: 100%;margin-top: 1em;}
  .classify .list1 a{width: 50%;}
  header .search{right: 8%}
  header .headR{margin-right: 12%}
  .info p{font-size: 14px;line-height: 24px;}
  .info li h5{font-size: 16px;}
  .info h4{font-size: 22px;}
  .info h2{font-size: 60px;}
  .team li:hover .txt dl{margin-top: 24px;}
  .team li .txt dl{margin-top: 30px;}
  .team li{height: 254px;}
  .team li .txt{padding:3% 4% 0 5%;}
  .team li .txt h5{margin-bottom: 15px;}
  .honor{height: auto;}
  .honor .pic{width: 100%;height: 300px;}
  .honor .pic img{object-fit: contain;}
  .honor .R{width: 100%;}
  .honor-b{margin-bottom: 30px;}
  .nybanner img{min-height: 275px}
  .relation-t .item span{height: 75px;line-height: 75px;}
  .newB li .txt .box{width: 100%;}
  .newB li a{padding:0px 55px 25px 6px;}
  .newB li .txt dl{margin: 8px 0}
  .newB li:before{top:50px;}
  .newB li{margin-bottom: 25px;}
  .w859{width: 90%;}
  .notice .list li .date{width: 20%;}
  .notice .list li .txt{width: 70%;margin-right: 5%}
  .pag{text-align: center;}
  .notice .list{margin-bottom: 30px;}
  .notice .list li a{padding:20px 0;}
  .honor, .relation, .team, .info, .notice, .case, .news, .work,.function{margin: 30px 0}
  .function .list{margin-bottom: 30px;}
  .case li .pic{height: 165px;}
  .work .list li{margin-bottom: 1.5em;height: 280px;}
  .work .list li .txt .more{margin-top: 24px;font-size: 14px;}
  .work .list li .txt h4{margin-bottom: 14px;font-size: 16px;}
  .work .list li .txt .date h6{font-size: 12px;}
  .work .list li .txt .date h5, .details h4{font-size: 16px;}
  .aboutA .L h4{font-size: 18px;}
  .aboutA .L h2{font-size: 26px;margin-bottom: 10px;line-height: 28px;}
  .foot-b{margin-top: 0}
  .foot-b .L .other{margin: 15px 0}
  .newB{margin: 30px 0}
  .news .list li .txt h4{font-size: 16px;}
  .news .list li .txt .date h3{font-size: 22px;}
  .foot-b .R .ewm{display: inline-block;float: none;margin-left: 0;margin-top: 1em;}
  .foot-b .R select{margin-top: 0;float: none;display: block;}
  .newsA-l .padd, .newsA-c .main .padd, .newsA-r .tabbox{padding:0 5%;}
  .newsA-l .date{left: 5%}.newsA-r .date{left: 5%}
  .aboutA{padding:30px 0;}

}
@media screen and (max-width: 670px){

  header .btn a{margin: 0 0px;}
  .nybanner img{min-height: 188px;}
  .nybanner .txt h4{font-size: 20px;line-height:26px;}
  .nybanner .txt p{font-size: 18px;}
  header .search{display: none}
  header .logo img{max-height: 75%}
  .work .list li .pic{width: 100%;height: 200px;}
  .work .list li .txt{width: 100%;padding:1em 0;}
  .work .list li{height: auto;}
  .work .list li .txt .tabbox{padding:0 1em;}
  .work .list li .txt .date{bottom: 0;top: auto;padding: 4px 9px;}
  .pag a{height: 35px;line-height: 35px;font-size:14px;}
  .details{padding:1em 0;}
  .details .padd{padding:1em;}
  .details-b{line-height: 24px;margin-top: 1em;}
  .details-b .w90{width: 100%;}
  .subnav{height: 40px;}
  .subnav a{line-height: 40px;}
  .news .list li a{padding:1em;}
  .news .list li .txt{width: 100%;margin-top: 1em;}
  .news .list li .pic{width: 100%;}
  .news .list li .txt dl{float: right;font-size: 14px;}
  .news .list li .txt .date{display: none;}
  .top-menu{padding:20% 20px 0 0;}
  .case li{width: 47%;box-shadow: 0px 0px 10px 2px rgba(205,205,205,.5);background: #fff;margin: 0 3% 12px 0}
  .case li .pic{height: 123px;}
  .case li .txt{padding:10px 10px;}
  .case li:hover{top:0;}
  .function .list li{height: 45px;line-height: 45px;}
  .function .list li .R{font-size: 14px;width: 27%;}
  .function .list li .R:before{right: -9px;font-size: 18px;}
  .function .list li .L{font-size: 14px;}
  .notice .list li{border-bottom:1px #adadad solid}
  .notice .list li a{padding:10px 0;}
  .notice .list li .date{width: 100%;text-align: left;}
  .notice .list li .date h4{line-height: 29px;margin-bottom: 0;font-size: 18px;}
  .notice .list li .date p{font-size: 14px;}
  .notice .list li .date h4,.notice .list li .date p{display: inline-block;}
  .notice .list li .txt{margin-right: 0;width: 100%;}
  .newB li .pic{width: 100%;}
  .newB li .txt{width: 100%;}
  .newB li:before{display: none}
  .newB li a{padding:0 0 1em 0;}
  .subnav{height: auto;}
  .subnav a{padding: 0;width: 33.33%;float: left;}
  .subnav .wrap{overflow: hidden;}
  .relation-b{height: 230px;margin-top: 1em;}
  .relation-t{padding-bottom: 1em;display:block;}
  .relation-t .item{width:85%;text-align: left;padding-left: 15%;margin-bottom: 1em;position: relative;}
  .relation-t .item span{position: absolute;left: 0;height: 55px;line-height: 55px;}
  .relation-t .item span img{height: 46px;}
  .info h4{font-size: 18px;}
  .info h2{font-size: 22px;line-height: 24px;}
  .team li{height: auto;margin-bottom: 1em;padding-bottom: .5em}
  .team li .txt h4{font-size:18px;margin-bottom: 3px;}
  .team li .txt dl{display: none}
  .team li .txt{float: right;}
  .team li .pic{float: left;}
  .team li .txt h5{margin-bottom: 6px;}
  .team li .txt p{font-size: 12px;line-height: 18px;}
  .team li .txt{padding:0 0 0 5%;}
  .team .list{margin-bottom: 20px;}
  .honor .R .padd{padding:0 1em;}
  .honor-t h4{font-size: 20px;}
  .honor-t h5{margin-bottom: 1em;}
  .honor-b{margin-top: 1.5em;}
  .honor-b li{height: 210px;}
  .honor-b .swiper-pagination-bullet{width: 8px !important;height: 8px !important;border-radius: 8px;margin: 0 3px !important;}
  .honor-b{padding-bottom: 35px;}
  .ban-txt{width: 88%;}
  .ban-txt h4{margin-bottom: 5px;}
  .ban-txt h4, .notice .list li .date h4{font-size: 18px;}
  .ban-txt p{font-size: 12px;line-height: 16px;}
  .banner .swiper-pagination-bullet-active{width: 8px !important;}
  .banner .swiper-pagination-bullet{width: 8px !important;height: 8px !important;}
  .banner li img{min-height: 240px;}
  .newsA-l, .newsA-c{width: 100%;}
  .newsA-r a span{margin-bottom: 8px;}
  .newsA-r a{margin: 0 2% 22px 0}
  .classify .list1 a{height: 155px;}
  .classify a .txt b{margin: 5px 0}
  .classify a .txt{left: 5%;width: 90%;top:5%;}
  .classify .list2 a{height: 155px;}
  .classify .list2 a{width: 50%;}
  .classify a:hover .txt{top:13px;}
  footer{margin-bottom: 40px;padding:1em 0;}
  .broadside{right: 0;top:auto;bottom: 0;width: 100%;}
  .broadside a{float:left;width: 25%;margin-bottom: 0;position: relative;}
  .broadside a:before{content: '';position: absolute;right: 0;top:0;width: 1px;height: 100%;background: #fff;}
  .broadside a:last-child:before{display: none}
  .foot-b .R select{width: 100%;background: #eee;color: #333;}
  .foot-b .R .ewm{width: 130px;margin: 1em auto;display: none;}
  .aboutA{background-attachment: inherit;}
  .search2{display: inline-block;}
  .search-box{right: 0;padding:1em 5%;width: 90%;}
  .search-box button{width: 20%;}
  .search-box input{width: 76%;padding:0 2%;}
  .classify .list2 a:last-child{width: 100%;}
  .wechat{display: inline-block !important;}


}
.details-b table{border: 1px solid black;border-collapse: collapse; margin:10px auto;}
.details-b table td{border: 1px solid black; }