body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,li,button,label,input,textarea,pre{
    padding: 0;
    margin: 0;
}
body{
    color: #333;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
a{
  color: #333;
  text-decoration: none;
}
ul,ol{
  list-style: none;
}
img,input,button{
  border: none;
}
input,button{
  outline: none;
}
input,button,textarea,select{
  font-family: 'Microsoft Yahei';
  color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearf:after{
    display: block;
    height: 0;
    content: '';
    visibility: hidden;
    clear: both;
}
.clearf{
    zoom: 1;
}
.center{
    width: 1200px;
    margin: auto;
}


.top{
    position: relative;
}
.top-height{
    height: 400px;
}
.head{
    height: 135px;
    border-top: 5px solid #ae0a29;
    position: relative;
    z-index: 99999;
}
.head-top>div{
    margin-right: 91px;
}
.head-top>div>a{
    width: 145px;
    margin-right: -10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    text-indent: 51px;
    color: #af0525;
    background-color: #eff0f1;
    background-image: url(../image/icon_login.png);
    background-repeat: no-repeat;
    background-position: 27px center;
    border-bottom-left-radius: 17px;
    border-left: 1px solid #e1e5ea;
    border-bottom: 1px solid #e1e5ea;
}
.head-top p{
    padding-left: 15px;
    padding-right: 30px;
    margin-right: -15px;
    background-color: #eff0f1;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    color: #af0525;
    border-bottom-left-radius: 17px;
}
.head-top span{
    background-image: url(../image/icon_login.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 25px;
}
.head-top p a{
    color: #af0525;
    margin-left: 10px;
}
.head-top p a:first-child{
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    text-indent: 30px;
    color: #af0525;
    background-color: #eff0f1;
    background-image: url(../image/icon_login.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-left: 0;
    letter-spacing: 1px;
}
.head-top form{
    width: 187px;
    height: 31px;
    overflow: hidden;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-right: 1px solid #a60b2c;
    border-bottom: 1px solid #a60b2c;
}
.head-top form input{
    float: left;
    height: 31px;
    background-color: #af0525;
}
.head-top form input[type="submit"]{
    width: 52px;
    background-image: url(../image/icon_search.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    cursor: pointer;
}
.head-top form input[type="text"]{
    width: 135px;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #eee;
}
::-webkit-input-placeholder {
    color: #eee;
}
::-moz-placeholder {
    color: #eee;
}
:-ms-input-placeholder {
    color: #eee;
}
input:-webkit-autofill{
    box-shadow: 0 0 0 1000px #ae0a29 inset !important;
    -webkit-text-fill-color: #eee;
}

.head-btm{
    margin-top: 46px;
}
.head-btm img{
    margin-right: 38px;
}
.head-btm .nav{
    width: 640px;
    background-color: #ae0a29;
    border-top: 1px solid #951b3f;
    border-bottom-right-radius: 27px;
    border-top-left-radius: 27px;
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    transition: all .5s ease;
}
.head-btm .nav>li{
    float: left;
    margin: 0 10px;
    line-height: 56px;
    text-align: center;
    position: relative;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    transition: background-color 0.35s ease .3s;
}
.head-btm .nav>li>a{
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
}
.head-btm .nav ol{
    position: absolute;
    top: 56px;
    
    background: url(../image/icon_navopa.png);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    display: none;
}
.head-btm .fadeInDown:hover ol{display:block!important;}
.head-btm .nav ol li{
    text-indent: 14px;
}
.head-btm .nav ol li+li{
    border-top: 1px solid #b17a8a;
}
.head-btm .nav ol li:hover a{
    color: #b7b7b7;
}
.head-btm .nav ol a{
    display: block;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    line-height: 40px;
    padding-right: 20px;
    transition: all .3s linear;
}
.head-btm>a{
    width: 150px;
    margin-left: 10px;
    background-color: #ae0a29;
    border-top: 1px solid #951b3f;
    border-bottom-left-radius: 27px;
    border-top-right-radius: 27px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    position: relative;
}
.head-btm>a:before{
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    transition: .7s linear;
    background-color: #fff;
    bottom: 0;
    left: 50%;
}
.head-btm>a:hover:before{
    width: 88px;
    left: 31px;
}
.head-btm>a.be-in:before{
    width: 88px;
    left: 31px;
}

.banner {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.banner_pic li {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    top: 0;
    left: 0;
    display: none;
}

.banner_pic li img {
    display: block;
    
    min-width: 1200px;
}

.banner_spot {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    min-width: 1200px;
    height: 14px;
    text-align: center;
}

.banner_spot li {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../image/icon_dot.png) no-repeat;
    cursor: pointer;
}

.banner_spot .banner_spot_one {
    background: url(../image/icon_dot2.png) no-repeat;
}

.arrow {
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 200px;
}

#prev {
    
    left:44%;
    margin-left: -600px;
    background: url(../image/prev.png) no-repeat;
}

#next {
    
    left:50%;
    margin-left: 600px;
    background: url(../image/next.png) no-repeat;
}


.gzdt{
    height: 672px;
    border-bottom: 2px solid #eee;
}
.gzdt .tit{
    height: 78px;
    padding-top: 17px;
    margin-bottom: 39px;
    border-bottom: 1px solid #dcdcdc;
}
.gzdt .tit .center{
    background: url(../image/icon_titbor.jpg) no-repeat center bottom;
}
.gzdt .tit h3{
    line-height: 78px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    
    
}
.gzdt .cont ul{
    margin-bottom: 30px;
}
.gzdt .cont li{
    float: left;
    width: 379px;
    height: 423px;
    background: url(../image/icon_gzdtbor.jpg) no-repeat 0 bottom;
}
.gzdt .cont li a{
    display: block
}
.gzdt .cont li+li{
    margin-left: 31px;
}
.gzdt .cont .img{
    width: 379px;
    height: 249px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.gzdt .cont .img img{
    width: 100%;
}
.gzdt .cont .img .time{
    position: absolute;
    left: 26px;
    top: 27px;
    width: 58px;
    height: 68px;
    text-align: center;
    color: #fefefe;
    border-radius: 2px;
    background-image: url(../image/icon_timeopa.png);
}
.gzdt .cont .img .time span{
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
    padding-left: 5px;
}
.gzdt .cont .img .time b{
    display: block;
    font-size: 24px;
    line-height: 20px;
}
.gzdt .cont li h4{
    line-height: 30px;
    height: 76px;
    margin-top: 13px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    background: url(../image/icon_titbor2.jpg) no-repeat 0 bottom;
    transition: all .5s;
}
.gzdt .cont li:hover h4{
    background: url(../image/icon_titbor3.jpg) no-repeat 0 bottom;
}
.gzdt .cont li p{
    font-size: 14px;
    color: #676767;
    line-height: 26px;
}
.more{
    text-align: center;
}
.more a{
    display: inline-block;
    width: 117px;
    height: 39px;
    line-height: 39px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    background-color: #ae0a29;
    color: #fefefe;
}

.txb{
    height: 538px;
    border-top: 2px solid #eee;
    background: url(404.png) no-repeat center bottom;
}
.txb-bg1{
    height: 100%;
    background: url(404.png) no-repeat center top;
    background-size: 100% 233px;
}
.txb-bg2{
    height: 100%;
    background: url(../image/opa90.png) no-repeat center top;
    background-size: 100% 233px;
}
.txb .tit{
    height: 111px;
    border-bottom: 1px solid #4b4b4b;
}
.txb .tit ul,.gzt .tit ul{
    text-align: center;
    padding-top: 40px;
}
.txb .tit li{
    line-height: 56px;
}
.txb .tit li,.gzt .tit li{
    display: inline-block;
    background-repeat: no-repeat;
    transition: all .5s linear;
    margin: 0 11px;
}
.txb .tit li+li{
    background-position-y: -120px;
}
.gzt .tit li+li{
    background-position-y: center;
}
.txb .tit li+li+li{
    background-position-y: center;
}
.gzt .tit li+li+li{
    background-position-y: -96px;
}
.txb .tit li a{
    color: #fff;
}
.txb .tit li a,.gzt .tit li a{
    font-size: 18px;
    transition: all .5s linear;
    padding-bottom: 28px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.txb .tit li.tit-in{
    padding-left: 40px;
    background-image: url(404.png);
}
.txb .tit li.tit-in a,.gzt .tit li.tit-in a{
    font-weight: bold;
    color: #ae0a29;
    font-size: 24px;
    background-image: url(../image/icon_titbor.jpg);
}
.txb .cont{
    height: 391px;
    padding-top: 35px;
}
.txb .cont .center,.gzt .cont .center{
    display: none;
    overflow: hidden;
}
.txb .cont .center:first-child,.gzt .cont .center:first-child{
    display: block;
}
.txb .cont ul{
    margin-bottom: 53px;
}
.txb .cont ul li+li{
    margin-left: 14px;
}
.txb .cont li{
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 1px;
    background-color: #fff;
}
.txb .cont li a{
    display: block;
    width: 246px;
    height: 204px;
    padding: 21px 20px;
}
.txb .cont li h5{
    width: 101px;
    height: 24px;
    margin-bottom: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #ae0a29;
}
.txb .cont li div{
    margin-bottom: 19px;
    border-bottom: 1px solid #dcdcdc;
}
.txb .cont li h4{
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    height: 90px;
}
.txb .cont li span,.gzt .cont li div.fr span{
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    background: url(404.png) no-repeat 1px center;
    padding-left: 28px;
    margin-bottom: 18px;
}
.txb .cont li p{
    font-size: 14px;
    font-family: 'Arial';
    text-align: right;
    line-height: 10px;
    padding-right: 57px;
    background: url(404.png) no-repeat 204px center;
    transition: all .5s;
}
.txb .cont li:hover p{
    padding-right: 50px;
    background-position-x: 197px;
}

.gzt .tit {
    height: 106px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 66px;
}
.gzt .tit li.tit-in{
    padding-left: 40px;
    background-image: url(404.png);
}
.gzt .tit li{
    line-height: 45px;
}
.gzt .cont{
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #dcdcdc;
}
.gzt .cont ul{
    margin-bottom: 51px;
}
.gzt .cont li{
    float: left;
}
.gzt .cont ul li+li{
    margin-left: 57px;
}
.gzt .cont li:hover div.fl{
    background: url(404.png) no-repeat 0 center;
}
.gzt .cont li a{
    display: block;
    width: 362px;
    height: 185px;
}
.gzt .cont li div.fl{
    width: 69px;
    height: 100%;
    background: url(404.png) no-repeat 0 center;
    transition: all .6s;
}
.gzt .damo,.gzt .year{
    height: 50%;
    text-align: center;
    color: #fff;
}
.gzt .damo b{
    display: block;
    font-size: 24px;
    line-height: 18px;
    padding-top: 28px;
}
.gzt .damo span {
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
}
.gzt .year{
    line-height: 92px;
}
.gzt .cont li div.fr{
    width: 280px;
    margin-left: 13px;
}
.gzt .cont li div.fr h4{
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    height: 48px;
}
.gzt .cont li div.fr span{
    margin-bottom: 20px;
}
.gzt .cont li div.fr p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    letter-spacing: 1px;
}
.sys .center{
    height: 115px;
    border-radius: 8px 8px 2px 2px;
    overflow: hidden;
}

.sys div.fr{
    width: 100%;
    height: 100%;
    background: url(../image/sys1.jpg) no-repeat;
}
.sys .opa70{
    height: 100%;
    background: url(../image/opa70.png);
    text-align: center;
}
.sys .opa70 a{
    height: 100%;
    color: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-y: center;
    transition: all .5s;
}
.sys .opa70 a:hover{
    color: #bababa;
}
.sys .opa70 p{
    text-align-last: left;
}
.sys .opa70 p:first-child{
    font-size: 24px;
    line-height: 42px;
    margin-top: 30px;
}
.sys .opa70 p+p{
    font-size: 14px;
    font-family: 'Arial';
    line-height: 14px;
}
.sys-l{
    padding-left: 74px;
    background-image: url(../image/icon_sysl.png);
}
.sys-r{
    padding-left: 75px;
    background-image: url(../image/icon_sysr.png);
}

.gzdt,.txb,.gzt,.footer,.top{
    min-width: 1200px;
}

.footer{
    background: #1a1a1a;
}
.ft{
    height: 229px;
    border-bottom: 1px solid #4a4445;
}
.link{
    width: 281px;
}
.link p{
    font-size: 14px;
    color: #b7b7b7;
    line-height: 86px;
    margin-top: 14px;
    margin-bottom: -2px;
}
.link>div{
    height: 30px;
    line-height: 30px;
    text-align: right;
    width: 281px;
    background: url(../image/footer_link2.jpg) no-repeat;
    position: relative;
}
.link a{
    display: block;
    color: #bababa;
    transition: all .5s;
}
.link>div+div{
    margin-top: 1px;
}
.link>div>a{
    letter-spacing: 2px;
    padding-right: 59px;
    width: 222px;
}
.link .ul{
    width: 281px;
    position: absolute;
    bottom: 31px;
    overflow: hidden;
    z-index: 99999;
}
.link>div ul{
    display: none;
    width: 298px;
    background-color: #4a4a4a;
    max-height: 164px;
    overflow-y: scroll;
    text-align: center;
    font-size: 14px;
}

.link>div ul li{
    border-top: 1px solid #303030;
}
.link>div ul li:hover a{
    color: #fff;
}
.link>div>a.tac{
    padding-right: 115px;
    width: 166px;
}
.contact{
    width: 760px;
    position: relative;
}
.contact p{
    font-size: 14px;
    color: #b7b7b7;
    line-height: 86px;
    margin-top: 14px;
}
.contact li{
    float: left;
    padding-left: 50px;
    background-image: url(../image/icon_foot.png);
    background-repeat: no-repeat;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 28px;
}
.contact .qrcode{
    position: absolute;
    right: 60px;
    top: 65px;
    text-align: center;
}
.contact .qrcode span{
    color: #b7b7b7;
    font-size: 14px;
    display: inline-block;
    
}
.contact .qrcode img{
    width: 100px;
    display: block;
}
.li1,.li3{
    width: 215px;
}
.li2,.li4{
    width: 360px;
}
.li1,.li2{
    margin-bottom: 35px;
}
.li2{
    background-position-y:-38px;
}
.li3{
    background-position-y:-76px;
}
.li4{
    background-position-y:-114px;
}
.fb .center{
    height: 61px;
    line-height: 61px;
    text-align: center;
    color: #7a7a7a;
    font-size: 14px;
    letter-spacing: 1px;
}
.fb .center a{
    color: #7a7a7a;
}

.top-height2{
    height: 263px;
}
.banner2{
    position: absolute;
    top: 0;
    width: 100%;
    height: 263px;
    background: url(../image/banner2.jpg) no-repeat center;
}
.loc{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
}
.loc a{
    display: inline-block;
    margin: 0 3px;
}
.loc a:hover{
    color: #ae0a29;
}
.loc .center{
    position: relative;
}
.loc p{
    position: absolute;
    top: 3px;
    right: 135px;
    background-color: #fbfbfb;
    color: #ae0a29;
    font-weight: bold;
    line-height: 22px;
    padding-left: 15px;
    font-size: 14px;
}
.main{
    margin-top: 27px;
    margin-bottom: 61px;
}
.side{
    width: 222px;
}
.side .dl{
    background-color: #f4f4f4;
    padding-bottom: 27px;
    border-bottom: 3px solid #d7d7d7;
}
.side .dt{
    background-color: #ae0a29;
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: 54px center;
    color: #fff;
    font-size: 18px;
    text-indent: 78px;
}
.side .dt,.side .dd{
    line-height: 51px;
}
.side .dd{
    border-bottom: 1px solid #fff;
    text-indent: 45px;
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    transition: all .35s linear;
}
.side a{
    display: block;
}

.side .dd:hover{
    background-image: url(404.png);
}
.side .dd:hover a{
    color: #ae0a29;
}
.arti{
    width: 860px;
    padding: 0 35px 60px 35px;
    border-top: 2px solid #ae0a29;
    
    background-color: #fbfbfb;
}
.arti h3{
    font-size: 20px;
    color: #ae0a29;
    line-height: 30px;
    padding: 29px 0; 
    letter-spacing: 1px;
    text-align: center;
}
.arti p{
    font-size: 14px;
    line-height: 30px;
}
.arti>p{
    margin-bottom: 10px;
}
.arti p img{
  max-width: 100%;
}
.arti table{
    border-collapse: collapse;
}
.arti-share{
    line-height: 36px;
    font-size: 14px;
    width: 380px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
}
.arti-time{
    color: #a77d1b;
    padding-left: 19px;
    background: url(404.png) no-repeat 0;
    display: inline-block;
    line-height: 36px;
}
.arti-num{
    background: url(404.png) no-repeat 0;
    color: #ae0a29;
    padding-left: 25px;
}
.arti-share div.fr{
    margin-top: 4px;
}

.kszz{
    margin-top: 15px;
}
.kszz li{
    width: 380px;
    padding: 22px 18px 22px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    overflow: hidden;
}
.kszz li div.fl{
    width: 129px;
    height: 152px;
    overflow: hidden;
}
.kszz li div.fl img{
    width: 100%;
}
.kszz li div.fr h4{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}
.leader{
    margin-bottom: 22px;
}
.leader li{
    width: 807px;
    padding-right: 30px;
}
.leader li div.fr{
    width: 652px
}
.leader li+li{
    margin-top: 25px;
}
.leader li div.fr p{
    line-height: 24px;
    text-indent: 2em;
}
.leader>li>div.fl {
	height: 100% !important;
}

.kszz .cont h3{
    text-align: left;
    line-height: 70px;
    margin-top: -7px;
}
.kszz .cont>p{
    line-height: 24px;
}
.kszz .cont ul{
    margin-top: 35px;
    margin-left: -19px;
    overflow: hidden;
}
.kszz .cont ul li{
    margin-left: 19px;
    margin-bottom: 22px;
    float: left;
    height: 174px;
    padding-bottom: 0;
}
.kszz .cont li div.fr{
    width: 232px;
}
.kszz .cont li div.fr p{
    line-height: 18px;
    overflow: unset;
}

.sly li{
    width: 811px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.sly li+li{
    margin-top: 25px;
}
.sly li:hover h4{
    color: #ae0a29;
}
.sly li a{
    display: block;
}
.sly li div.fl{
    width: 51px;
    height: 70px;
    background: url(../image/icon_timebg.jpg) no-repeat;
}
.sly li div.fl p{
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.sly li div.fr{
    width: 740px;
}
.sly li div.fr h4{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.sly li div.fr p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    letter-spacing: 1px;
}

.zzjg h2{
    width: 358px;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #ae0a29;
    border-radius: 21px;
    
    margin-left: 275px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.wp_article_list{ display:block; width:100%;margin-top: 15px;}
.wp_article_list .list_item {width:100%;border-bottom: 0px;vertical-align:top;line-height: 2em;height: 2em;margin: .1em 0;font-size: 14px;}
.wp_article_list .list_item span { display:inline-block; vertical-align:top; float:left; margin-left:5px;}
.wp_article_list .list_item .pr_fields { display:inline; float:left;}
.wp_article_list .list_item .Article_Index {display:none;width:10px;height:16px;margin-top:3px;color:#fff;font-size:11px;float:left;margin-right:5px;overflow:hidden;text-indent:-99em;background: url(404.png) no-repeat 50%;background-size: cover;}
.wp_article_list .list_item .Article_Title { float: left;}
.wp_article_list .list_item .ex_fields { display:inline; float:right;}
.wp_article_list .list_item .Article_PublishDate { color:#666;}
.wp_article_list .list_item .Article_VisitCount { color:#999;}


.xz_qc{
    display:none;
}
.zx_YS li{
    width:820px;
}
 .kszz .cont .zx_YS li div.fr {
    width:652px;
}
.cont .zx_YS li .fr p {overflow-y: hidden; height: 110px;}
.zx_YS li:nth-child(4) {display:none;}
