
@import url("animate.css");
@import url("swiper.css");
@import url("iconfont.css");
/* 字体字号 */

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}

body {
    padding: 0;
    margin: 0;
    font: 14px/1.5 "Microsoft YaHei", '宋体', tahoma, Verdana, arial, sans-serif;
    color: #333;
    /*background: #f3f3f3;*/
    background-size: 100% auto;
}
.header_new {
    width:100%;
    height:381px;
    border:1px solid red;
    background:#f3f3f3 url('../images/bg_2.png') no-repeat;
}


/* 链接 */

a {
    color: #252525;
    cursor: pointer;
    text-decoration: none !important;
}

a:hover {
    color: #048;
    text-decoration: none;
}

a:active {
    outline: none;
}

.header,.nav,.p1,.p2,p7 {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    margin-top: 13px;
    height: 350px;
    position: relative;
}

.header h1 {
    margin-top: 53px;
    width: 446px;
    height: 92px;
    background: url(../image/logo.png) 0 50% no-repeat;
    background-size: 100% auto;
}

/* 搜索 */
.search-box {
    margin-top: 7px;
    display: block;
    z-index: 9;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

.search input {
    width: 378px;
    color: #fff;
    height: 37px;
    margin-top: 38px;
    margin-left: 100px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    border: none;
    background: rgba(255, 255, 255, 0.27);
    outline: none;
    border-radius: 18px;
}

.search button {
    position: relative;
    top: 25px;
    background-color: transparent;
    width: 32px;
    height: 32px;
    border: none;
    margin-left: -36px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
}

.search .go {
    width: 2.4em;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 20px;
    vertical-align: middle;
    color: #fff;
}

.nav {
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
    background: rgba(255, 255, 255, 0.68);
    height: 50px;
}
/*.nav_ul {*/
/*    width: 1200px;*/
/*    margin-left: 17%;*/
/*}*/
.is-sticky .nav {
    background-color: #e9e9e9 !important;
}
.is-sticky .nav li a:hover,
.is-sticky .nav li.current a {
    color: #fff;
    background-color: #274F92;
    position: relative;
    border-radius: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    bottom: 0 !important;
    box-shadow:12px 0 10px -5px #888888;
}

.nav li {
    position: relative;
    float: left;
    /*width: 9.09%;*/
    width: 12.40%;
}

.nav li a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0645A3;
}

.nav li a:hover,
.nav li.current a {
    color: #fff;
    background: linear-gradient(0deg,#274F92, #2456AC, #4485E8);
    border-radius: 14px 14px 0px 0px;
    position: relative;
    height: 59px;
    line-height: 59px;
    bottom: 9px;
    box-shadow:12px 0 10px -5px #888888;
}

.p1 {
    box-shadow: 0px 4px 22px 3px rgba(70, 72, 84, 0.31);
}
.focus,
.focus .pic {
    position: relative;
    width: 100%;
    height: 400px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../../images/fgw/arr_l.png)\0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../../images/fgw/arr_r.png)\0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 14px;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 4px\9;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}
a:hover {
    color: #0645A3;

}
a:hover .date{
    color: rgb(43,113,237);
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

.tab-pane {
    position: relative;
    top: -18px;
    overflow: hidden;
}

.news h4 {
    margin: 10px;
    line-height: 19px;
    font-size: 18px;
}

.news p {
    /*border-bottom: 1px dotted #ddd;*/
    line-height: 22px;
    font-size: 14px;
    color: #666;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 20px;
    margin-right: 65px;
    text-align: center;
}
.list-t li {
    /*border-bottom: dashed 1px #ddd;*/
}

.tab a.current {
    font-weight: bold;
}

h3.tab {
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

h3.tab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after {
    background-color: #eb3630;
    transform: scale(1, 1);
}
/* 文字列表基础 */

.list-t li {
    position: relative;
    padding: 8px 0 8px 0;
    line-height: 24px;
    font-size: 16px;
    /*border-bottom: 1px dotted #ddd;*/
    /*border-bottom: 1px dashed #818181;*/
}

.list-t li:hover:before {
    background-color: #1b80d2;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li .date {
    position: absolute;
    font-size: 14px;
    top: 8px;
    right: 0;
    color: #bbb;
}

.list-t li .date+a {
    width: 70%;
}
.lxgs .list-t li{
    line-height: 28px;
}

section.p3 {
    /*background: url(../images/nmgjl.png) no-repeat center center;
    background-size: cover;
    padding: 250px 0;*/
}

section.p4 {
    /*background: url(../images/news_list.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0;*/
}

section.p5 {
    /*background: url(../images/nmg.png) no-repeat center center;
    background-size: cover;
    padding: 250px 0;*/
}

section.p4,section.p6 {
    /*background: url(../images/content.png) no-repeat center center;
    background-size: cover;
    padding: 280px 0;*/
    width: 1200px;
    /*margin: 0 auto;*/
    margin: -27px auto;
}

.ht a {
    margin: 0 10px;
    color: #fff;
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.notify_all{
    cursor: pointer;
}
/*.notice {*/
    /*display: block;*/
    /*height: 160px;*/
    /*padding: 35px 15px 43px 200px;*/
    /*background: #E9F1FD url(../image/notice.png) 0 50% no-repeat;*/
    /*background-size: 168px;*/
    /*cursor: pointer;*/
/*}*/
.notice {
    display: block;
    height: 93px;
    padding: 19px 15px 43px 125px;
    background: #E9F1FD url(../images/notice.png) 0 50% no-repeat;
    background-size: 100px;
    cursor: pointer;
}

.notice p{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.notice h4 {
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #005aa8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.caigou_notice {
    display: block;
    height:110px;
    /*height: 93px;*/
    padding: 19px 15px 43px 125px;
    background: #E9F1FD url(../images/icon_caigou.png) 0 50% no-repeat;
    background-size: 100px;
    cursor: pointer;
}

.caigou_notice p{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.caigou_notice h4 {
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #005aa8;
}

.a8 {
    margin-top: -10px;
}

.a8 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.a8 li a {*/
    /*display: table;*/
    /*table-layout: fixed;*/
    /*width: 100%;*/
    /*height: 300px;*/
    /*padding: 0 20px;*/
    /*line-height: 1.5;*/
    /*font-weight: bold;*/
    /*font-size: 20px;*/
    /*background-color: #e9f4ff;*/
    /*color: #fff;*/
    /*border-radius: 10px;*/
    /*transition: background-position .3s;*/
    /*background-size: 100% 100%;*/
/*}*/
.a8 li {
    width: 11.3%;
    /*margin:0 1.7%;*/
    margin:0 0.6%;
    /*margin:0 5.6%;*/
}
.a8 li a{
    font-size: 18px;
}

.a8 .s1 {
    background: transparent url("../images/songjianliucheng.png") 100% 100% no-repeat;
    background-size: 100% 100%;
}
.a8 .s2 {
    background: transparent url("../images/nenglichaxun.png") 100% 100% no-repeat;
    background-size: 100% 100%;
}
.a8 .s3 {
    background: transparent url("../images/songjianliucheng.png") 100% 100% no-repeat;
}
.a8 .s4 {
    background: transparent url("../images/songjianliucheng.png") 100% 100% no-repeat;
}
.a8 .s5 {
    background: transparent url("../images/songjianliucheng.png") 100% 100% no-repeat;
}
.a8 .s6 {
    background: transparent url("../images/songjianliucheng.png") 100% 100% no-repeat;
}


.topic .scroll {
    position: relative;
    margin: 15px 0 0 0;
}

.topic li {
    width: 320px\9;
}

.topic li a {
    display: block;
    width: 300px\9;
    margin: 0 10px;
}

.topic li img {
    width: 100%;
    height: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
}

.topic-prev {
    z-index: 2;
    left: 17%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
}

.topic-next {
    z-index: 2;
    right: 17%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
}



.a8 .hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    /*!*top: 10%;*!*/
    left: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.a8 .nav_item:hover .hover {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.nav_item{
    position: relative;
    display: block;
    cursor: pointer ;
}

.nav_hover {
    display: none;
    width: 170px;
    height: 190px;
    background: #ffffff;
    padding: 20px;
    border-radius: 9px;
    opacity: 0.9;
    filter: alpha(opacity=0);
    position: absolute;
    color: #333333;
    top: -20px;
    left: -16px;
    font-size: 14px;
    box-shadow: 2px 2px 2px #eff2f7, 2px -2px 2px #eff2f7, -2px 2px 2px #eff2f7, -2px -2px 2px #eff2f7;
}

.nav_name{
    color: #5278d4;
    position: relative;
    left: -16px;
    font-weight: bold;

}

.nav_line {
    width: 29px;
    height: 2px;
    background: #5278d4;
    display: inline-block;
    position: relative;
    top: -4px;
    left: -20px;
}

.nav_label_box{
    margin-bottom: 16px;
}

.bg2{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    background: url('../images/bg_2.png') no-repeat;

}

.header_box{
    position: absolute;
    left: 0;
    right: 0;
    height: 500px;
    top: 0;
    border: 1px solid red;


}
.bg1{
    background:#f3f3f3 url('../images/bg_2.png') no-repeat;
    background-size: contain;

}
.logo_box{
    position: absolute;
    left: 0px;
    top: 52px;
    /*top:6px*/
}
.slogan{
    position: absolute;
    right:-1200px;
    top:15px;
    /*right: 329px;*/
    /*top:-25px;*/
}

.search_box{
    position: absolute;
    right: 8px;
    bottom: -132px;

}


/* 本例子css */
.picMarquee-left{ width:1200px;  overflow:hidden; position:relative;    }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
     cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{padding:10px 0;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:300px; height:190px; display:block; padding:2px;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }


div.footer {
    background: #1C1F2F;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    padding-top: 65px;
    padding-bottom: 36px;
}

.container_footer{
    width: 1200px;
    margin: 0  auto;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-address {
    margin-bottom: 20px;
}

div.footer p {
    margin-bottom: 0;
    line-height: 1.8em;
}

.footer-qrcode {
    margin-top: 85px;
    text-align: center;
}

.footer-qrcode figure img {
    width: 120px;
}

.footer-qrcode figure figcaption {
    text-align: center;
}
div.footer .content>div {
    padding: 0;
    margin-bottom: 20px;
}

.footer-link-title {
    height: 50px;
    font-size: 16px;
}
div.footer a {
    color: #ffffff;
}
div.footer a:hover {
    color: #00f7ff;
}

.footer-link ul {
    list-style: none;
    padding-left: 20px;
    line-height: 2em;
    border-left: 1px solid #e2e2e2;
}

.footer-link ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_link_more {
    position: absolute;
    right: 0;
    top: -25px;
    width: 100%;
    text-align: center;
    display: none;
}

.footer_link_category {
    width: 10px;
    background: #ffffff;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 10px;
}


.news_container{
    padding: 30px 0;
}
.news_head{
    height: 40px;
    line-height: 38px;
    border-bottom: 1px solid #E0E0E0;
}
.news_head_left{
    text-align: left;
    padding: 0 !important;
    border-bottom: 2px solid #FF0000 ;
    margin-top: -2px;
}
.news_head_right{
    text-align: right;
    padding: 0 !important;
}
.news_head_name{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}


.icon_fzjl{
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url("../images/icon_fzjl.png") no-repeat;
    -ms-behavior: url('/htc/backgroundsize.min.htc');behavior:url('/htc/backgroundsize.min.htc');
    background-size: cover;
    position: relative;
    top: 6px;
}
.icon_zzry{
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url("../images/icon_ziry.png") no-repeat;
    -ms-behavior: url('/htc/backgroundsize.min.htc');behavior:url('/htc/backgroundsize.min.htc');
    background-size: cover;
    position: relative;
    top: 6px;
}
.icon_jlkp{
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url("../images/icon_jlkp.png") no-repeat;
    -ms-behavior: url('/htc/backgroundsize.min.htc');behavior:url('/htc/backgroundsize.min.htc');
    background-size: cover;
    position: relative;
    top: 6px;
}
.news_more{
    color: #666666;
}
.news_more_name{
    font-size: 14px;
    margin-right: 8px;
}
.news_more_icon{
    width: 14px;
    height: 14px;
    background: url("../images/icon_more.png") no-repeat;
    -ms-behavior: url('/htc/backgroundsize.min.htc');behavior:url('/htc/backgroundsize.min.htc');
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 2px;
}

.news_content{
    /*border: 1px solid red;*/
}
.news_item{
    display: block;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
    font-size: 16px;
}
.news_item:hover{
    color: #eb3630;
}
.news_item:not(:last-child){
    border-bottom: 1px solid #E6E6E6;
}

.news_tag{
    border: 1px solid #416da7;
    color: #416da7;
    font-size: 14px;
    text-align: center;
    padding: 2px;
    margin-right: 5px;
    border-radius: 7px 7px 7px 0;
}

.news_tags_red{
    border: 1px solid #e27878;
    color: #e27878;
}
.news_tags_green{
    border: 1px solid #82bd6b;
    color: #82bd6b;
}
.news_tags_yellow{
    border: 1px solid #ffde00;
    color: #ffde00;
}
.news_tags_dark{
    border: 1px solid #22eab9;
    color: #22eab9;
}
.news_tags_yellow2{
    border: 1px solid #c9ba83;
    color: #c9ba83;
}

.company_container{
    margin: 30px 0;
    height: auto
}

.company_item{
    display: block;
    margin: 5px 0;
}

.company_image:hover{
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.company_image_big{
    max-width: 100%;
    max-height: 220px;
}
.company_image_small{
    max-width: 100%;
    max-height: 121px;
}
.company_item_content{
    /*padding: 20px;*/
}
.company_title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 5px 0;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.company_title:hover{
    color: #326ece;
}

.company_desc{
    color: #666666;
    font-size: 14px;
}


.company_desc_big{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 23px;
    -webkit-box-orient: vertical;
}
.company_desc_small{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.headline_title{
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  display: inline-block;
  width: 90%;
}

.bac_white{background: #FFF;}




/*.icon_weizhi{*/
    /*color: #0068b7;*/
    /*margin-right: 5px;*/
/*}*/




/* ================================ ======== 主框架样式 ======== ================================ */
/* 盒模型宽度 */
.w10, .w100, .w1000, .w1005, .w1010, .w1015, .w1020, .w1025, .w1030, .w1035, .w1040, .w1045, .w105, .w1050, .w1055, .w1060, .w1065, .w1070, .w1075, .w1080, .w1085, .w1090, .w1095, .w110, .w1100, .w1105, .w1110, .w1115, .w1120, .w1125, .w1130, .w1135, .w1140, .w1145, .w115, .w1150, .w1155, .w1160, .w1165, .w1170, .w1175, .w1180, .w1185, .w1190, .w1195, .w120, .w1200, .w1205, .w1210, .w1215, .w1220, .w1225, .w1230, .w1235, .w1240, .w1245, .w125, .w1250, .w1255, .w1260, .w1265, .w1270, .w1275, .w1280, .w1285, .w1290, .w1295, .w130, .w1300, .w1305, .w1310, .w1315, .w1320, .w1325, .w1330, .w1335, .w1340, .w1345, .w135, .w1350, .w1355, .w1360, .w1365, .w1370, .w1375, .w1380, .w1385, .w1390, .w1395, .w140, .w1400, .w1405, .w1410, .w1415, .w1420, .w1425, .w1430, .w1435, .w1440, .w1445, .w145, .w1450, .w1455, .w1460, .w1465, .w1470, .w1475, .w1480, .w1485, .w1490, .w1495, .w15, .w150, .w1500, .w1505, .w1510, .w1515, .w1520, .w1525, .w1530, .w1535, .w1540, .w1545, .w155, .w1550, .w1555, .w1560, .w1565, .w1570, .w1575, .w1580, .w1585, .w1590, .w1595, .w160, .w1600, .w1605, .w1610, .w1615, .w1620, .w1625, .w1630, .w1635, .w1640, .w1645, .w165, .w1650, .w1655, .w1660, .w1665, .w1670, .w1675, .w1680, .w1685, .w1690, .w1695, .w170, .w1700, .w1705, .w1710, .w1715, .w1720, .w1725, .w1730, .w1735, .w1740, .w1745, .w175, .w1750, .w1755, .w1760, .w1765, .w1770, .w1775, .w1780, .w1785, .w1790, .w1795, .w180, .w1800, .w1805, .w1810, .w1815, .w1820, .w1825, .w1830, .w1835, .w1840, .w1845, .w185, .w1850, .w1855, .w1860, .w1865, .w1870, .w1875, .w1880, .w1885, .w1890, .w1895, .w190, .w1900, .w1905, .w1910, .w1915, .w1920, .w1925, .w1930, .w1935, .w1940, .w1945, .w195, .w1950, .w1955, .w1960, .w1965, .w1970, .w1975, .w1980, .w1985, .w1990, .w1995, .w20, .w200, .w2000, .w205, .w210, .w215, .w220, .w225, .w230, .w235, .w240, .w245, .w25, .w250, .w255, .w260, .w265, .w270, .w275, .w280, .w285, .w290, .w295, .w30, .w300, .w305, .w310, .w315, .w320, .w325, .w330, .w335, .w340, .w345, .w35, .w350, .w355, .w360, .w365, .w370, .w375, .w380, .w385, .w390, .w395, .w40, .w400, .w405, .w410, .w415, .w420, .w425, .w430, .w435, .w440, .w445, .w45, .w450, .w455, .w460, .w465, .w470, .w475, .w480, .w485, .w490, .w495, .w5, .w50, .w500, .w505, .w510, .w515, .w520, .w525, .w530, .w535, .w540, .w545, .w55, .w550, .w555, .w560, .w565, .w570, .w575, .w580, .w585, .w590, .w595, .w60, .w600, .w605, .w610, .w615, .w620, .w625, .w630, .w635, .w640, .w645, .w65, .w650, .w655, .w660, .w665, .w670, .w675, .w680, .w685, .w690, .w695, .w70, .w700, .w705, .w710, .w715, .w720, .w725, .w730, .w735, .w740, .w745, .w75, .w750, .w755, .w760, .w765, .w770, .w775, .w780, .w785, .w790, .w795, .w80, .w800, .w805, .w810, .w815, .w820, .w825, .w830, .w835, .w840, .w845, .w85, .w850, .w855, .w860, .w865, .w870, .w875, .w880, .w885, .w890, .w895, .w90, .w900, .w905, .w910, .w915, .w920, .w925, .w930, .w935, .w940, .w945, .w95, .w950, .w955, .w960, .w965, .w970, .w975, .w980, .w985, .w990, .w995{float: left}
.w5{width: 5px}
.w10{width: 10px}
.w15{width: 15px}
.w20{width: 20px}
.w25{width: 25px}
.w30{width: 30px}
.w35{width: 35px}
.w40{width: 40px}
.w45{width: 45px}
.w50{width: 50px}
.w55{width: 55px}
.w60{width: 60px}
.w65{width: 65px}
.w70{width: 70px}
.w75{width: 75px}
.w80{width: 80px}
.w85{width: 85px}
.w90{width: 90px}
.w95{width: 95px}
.w100{width: 100px}
.w105{width: 105px}
.w110{width: 110px}
.w115{width: 115px}
.w120{width: 120px}
.w125{width: 125px}
.w130{width: 130px}
.w135{width: 135px}
.w140{width: 140px}
.w145{width: 145px}
.w150{width: 150px}
.w155{width: 155px}
.w160{width: 160px}
.w165{width: 165px}
.w170{width: 170px}
.w175{width: 175px}
.w180{width: 180px}
.w185{width: 185px}
.w190{width: 190px}
.w195{width: 195px}
.w200{width: 200px}
.w205{width: 205px}
.w210{width: 210px}
.w215{width: 215px}
.w220{width: 220px}
.w225{width: 225px}
.w230{width: 230px}
.w235{width: 235px}
.w240{width: 240px}
.w245{width: 245px}
.w250{width: 250px}
.w255{width: 255px}
.w260{width: 260px}
.w265{width: 265px}
.w270{width: 270px}
.w275{width: 275px}
.w280{width: 280px}
.w285{width: 285px}
.w290{width: 290px}
.w295{width: 295px}
.w300{width: 300px}
.w305{width: 305px}
.w310{width: 310px}
.w315{width: 315px}
.w320{width: 320px}
.w325{width: 325px}
.w330{width: 330px}
.w335{width: 335px}
.w340{width: 340px}
.w345{width: 345px}
.w350{width: 350px}
.w355{width: 355px}
.w360{width: 360px}
.w365{width: 365px}
.w370{width: 370px}
.w375{width: 375px}
.w380{width: 380px}
.w385{width: 385px}
.w390{width: 390px}
.w395{width: 395px}
.w400{width: 400px}
.w405{width: 405px}
.w410{width: 410px}
.w415{width: 415px}
.w420{width: 420px}
.w425{width: 425px}
.w430{width: 430px}
.w435{width: 435px}
.w440{width: 440px}
.w445{width: 445px}
.w450{width: 450px}
.w455{width: 455px}
.w460{width: 460px}
.w465{width: 465px}
.w470{width: 470px}
.w475{width: 475px}
.w480{width: 480px}
.w485{width: 485px}
.w490{width: 490px}
.w495{width: 495px}
.w500{width: 500px}
.w505{width: 505px}
.w510{width: 510px}
.w515{width: 515px}
.w520{width: 520px}
.w525{width: 525px}
.w530{width: 530px}
.w535{width: 535px}
.w540{width: 540px}
.w545{width: 545px}
.w550{width: 550px}
.w555{width: 555px}
.w560{width: 560px}
.w565{width: 565px}
.w570{width: 570px}
.w575{width: 575px}
.w580{width: 580px}
.w585{width: 585px}
.w590{width: 590px}
.w595{width: 595px}
.w600{width: 600px}
.w605{width: 605px}
.w610{width: 610px}
.w615{width: 615px}
.w620{width: 620px}
.w625{width: 625px}
.w630{width: 630px}
.w635{width: 635px}
.w640{width: 640px}
.w645{width: 645px}
.w650{width: 650px}
.w655{width: 655px}
.w660{width: 660px}
.w665{width: 665px}
.w670{width: 670px}
.w675{width: 675px}
.w680{width: 680px}
.w685{width: 685px}
.w690{width: 690px}
.w695{width: 695px}
.w700{width: 700px}
.w705{width: 705px}
.w710{width: 710px}
.w715{width: 715px}
.w720{width: 720px}
.w725{width: 725px}
.w730{width: 730px}
.w735{width: 735px}
.w740{width: 740px}
.w745{width: 745px}
.w750{width: 750px}
.w755{width: 755px}
.w760{width: 760px}
.w765{width: 765px}
.w770{width: 770px}
.w775{width: 775px}
.w780{width: 780px}
.w785{width: 785px}
.w790{width: 790px}
.w795{width: 795px}
.w800{width: 800px}
.w805{width: 805px}
.w810{width: 810px}
.w815{width: 815px}
.w820{width: 820px}
.w825{width: 825px}
.w830{width: 830px}
.w835{width: 835px}
.w840{width: 840px}
.w845{width: 845px}
.w850{width: 850px}
.w855{width: 855px}
.w860{width: 860px}
.w865{width: 865px}
.w870{width: 870px}
.w875{width: 875px}
.w880{width: 880px}
.w885{width: 885px}
.w890{width: 890px}
.w895{width: 895px}
.w900{width: 900px}
.w905{width: 905px}
.w910{width: 910px}
.w915{width: 915px}
.w920{width: 920px}
.w925{width: 925px}
.w930{width: 930px}
.w935{width: 935px}
.w940{width: 940px}
.w945{width: 945px}
.w950{width: 950px}
.w955{width: 955px}
.w960{width: 960px}
.w965{width: 965px}
.w970{width: 970px}
.w975{width: 975px}
.w980{width: 980px}
.w985{width: 985px}
.w990{width: 990px}
.w995{width: 995px}
.w1000{width: 1000px}
.w1005{width: 1005px}
.w1010{width: 1010px}
.w1015{width: 1015px}
.w1020{width: 1020px}
.w1025{width: 1025px}
.w1030{width: 1030px}
.w1035{width: 1035px}
.w1040{width: 1040px}
.w1045{width: 1045px}
.w1050{width: 1050px}
.w1055{width: 1055px}
.w1060{width: 1060px}
.w1065{width: 1065px}
.w1070{width: 1070px}
.w1075{width: 1075px}
.w1080{width: 1080px}
.w1085{width: 1085px}
.w1090{width: 1090px}
.w1095{width: 1095px}
.w1100{width: 1100px}
.w1105{width: 1105px}
.w1110{width: 1110px}
.w1115{width: 1115px}
.w1120{width: 1200px}
.w1125{width: 1125px}
.w1130{width: 1130px}
.w1135{width: 1135px}
.w1140{width: 1140px}
.w1145{width: 1145px}
.w1150{width: 1150px}
.w1155{width: 1155px}
.w1160{width: 1160px}
.w1165{width: 1165px}
.w1170{width: 1170px}
.w1175{width: 1175px}
.w1180{width: 1180px}
.w1185{width: 1185px}
.w1190{width: 1190px}
.w1195{width: 1195px}
.w1200{width: 1200px}
.w1205{width: 1205px}
.w1210{width: 1210px}
.w1215{width: 1215px}
.w1220{width: 1220px}
.w1225{width: 1225px}
.w1230{width: 1230px}
.w1235{width: 1235px}
.w1240{width: 1240px}
.w1245{width: 1245px}
.w1250{width: 1250px}
.w1255{width: 1255px}
.w1260{width: 1260px}
.w1265{width: 1265px}
.w1270{width: 1270px}
.w1275{width: 1275px}
.w1280{width: 1280px}
.w1285{width: 1285px}
.w1290{width: 1290px}
.w1295{width: 1295px}
.w1300{width: 1300px}
.w1305{width: 1305px}
.w1310{width: 1310px}
.w1315{width: 1315px}
.w1320{width: 1320px}
.w1325{width: 1325px}
.w1330{width: 1330px}
.w1335{width: 1335px}
.w1340{width: 1340px}
.w1345{width: 1345px}
.w1350{width: 1350px}
.w1355{width: 1355px}
.w1360{width: 1360px}
.w1365{width: 1365px}
.w1370{width: 1370px}
.w1375{width: 1375px}
.w1380{width: 1380px}
.w1385{width: 1385px}
.w1390{width: 1390px}
.w1395{width: 1395px}
.w1400{width: 1400px}
.w1405{width: 1405px}
.w1410{width: 1410px}
.w1415{width: 1415px}
.w1420{width: 1420px}
.w1425{width: 1425px}
.w1430{width: 1430px}
.w1435{width: 1435px}
.w1440{width: 1440px}
.w1445{width: 1445px}
.w1450{width: 1450px}
.w1455{width: 1455px}
.w1460{width: 1460px}
.w1465{width: 1465px}
.w1470{width: 1470px}
.w1475{width: 1475px}
.w1480{width: 1480px}
.w1485{width: 1485px}
.w1490{width: 1490px}
.w1495{width: 1495px}
.w1500{width: 1500px}
.w1505{width: 1505px}
.w1510{width: 1510px}
.w1515{width: 1515px}
.w1520{width: 1520px}
.w1525{width: 1525px}
.w1530{width: 1530px}
.w1535{width: 1535px}
.w1540{width: 1540px}
.w1545{width: 1545px}
.w1550{width: 1550px}
.w1555{width: 1555px}
.w1560{width: 1560px}
.w1565{width: 1565px}
.w1570{width: 1570px}
.w1575{width: 1575px}
.w1580{width: 1580px}
.w1585{width: 1585px}
.w1590{width: 1590px}
.w1595{width: 1595px}
.w1600{width: 1600px}
.w1605{width: 1605px}
.w1610{width: 1610px}
.w1615{width: 1615px}
.w1620{width: 1620px}
.w1625{width: 1625px}
.w1630{width: 1630px}
.w1635{width: 1635px}
.w1640{width: 1640px}
.w1645{width: 1645px}
.w1650{width: 1650px}
.w1655{width: 1655px}
.w1660{width: 1660px}
.w1665{width: 1665px}
.w1670{width: 1670px}
.w1675{width: 1675px}
.w1680{width: 1680px}
.w1685{width: 1685px}
.w1690{width: 1690px}
.w1695{width: 1695px}
.w1700{width: 1700px}
.w1705{width: 1705px}
.w1710{width: 1710px}
.w1715{width: 1715px}
.w1720{width: 1720px}
.w1725{width: 1725px}
.w1730{width: 1730px}
.w1735{width: 1735px}
.w1740{width: 1740px}
.w1745{width: 1745px}
.w1750{width: 1750px}
.w1755{width: 1755px}
.w1760{width: 1760px}
.w1765{width: 1765px}
.w1770{width: 1770px}
.w1775{width: 1775px}
.w1780{width: 1780px}
.w1785{width: 1785px}
.w1790{width: 1790px}
.w1795{width: 1795px}
.w1800{width: 1800px}
.w1805{width: 1805px}
.w1810{width: 1810px}
.w1815{width: 1815px}
.w1820{width: 1820px}
.w1825{width: 1825px}
.w1830{width: 1830px}
.w1835{width: 1835px}
.w1840{width: 1840px}
.w1845{width: 1845px}
.w1850{width: 1850px}
.w1855{width: 1855px}
.w1860{width: 1860px}
.w1865{width: 1865px}
.w1870{width: 1870px}
.w1875{width: 1875px}
.w1880{width: 1880px}
.w1885{width: 1885px}
.w1890{width: 1890px}
.w1895{width: 1895px}
.w1900{width: 1900px}
.w1905{width: 1905px}
.w1910{width: 1910px}
.w1915{width: 1915px}
.w1920{width: 1920px}
.w1925{width: 1925px}
.w1930{width: 1930px}
.w1935{width: 1935px}
.w1940{width: 1940px}
.w1945{width: 1945px}
.w1950{width: 1950px}
.w1955{width: 1955px}
.w1960{width: 1960px}
.w1965{width: 1965px}
.w1970{width: 1970px}
.w1975{width: 1975px}
.w1980{width: 1980px}
.w1985{width: 1985px}
.w1990{width: 1990px}
.w1995{width: 1995px}
.w2000{width: 2000px}
/* 盒模型高度 */
.h10, .h100, .h1000, .h1005, .h1010, .h1015, .h1020, .h1025, .h1030, .h1035, .h1040, .h1045, .h105, .h1050, .h1055, .h1060, .h1065, .h1070, .h1075, .h1080, .h1085, .h1090, .h1095, .h110, .h1100, .h1105, .h1110, .h1115, .h1120, .h1125, .h1130, .h1135, .h1140, .h1145, .h115, .h1150, .h1155, .h1160, .h1165, .h1170, .h1175, .h1180, .h1185, .h1190, .h1195, .h120, .h1200, .h1205, .h1210, .h1215, .h1220, .h1225, .h1230, .h1235, .h1240, .h1245, .h125, .h1250, .h1255, .h1260, .h1265, .h1270, .h1275, .h1280, .h1285, .h1290, .h1295, .h130, .h1300, .h1305, .h1310, .h1315, .h1320, .h1325, .h1330, .h1335, .h1340, .h1345, .h135, .h1350, .h1355, .h1360, .h1365, .h1370, .h1375, .h1380, .h1385, .h1390, .h1395, .h140, .h1400, .h1405, .h1410, .h1415, .h1420, .h1425, .h1430, .h1435, .h1440, .h1445, .h145, .h1450, .h1455, .h1460, .h1465, .h1470, .h1475, .h1480, .h1485, .h1490, .h1495, .h15, .h150, .h1500, .h1505, .h1510, .h1515, .h1520, .h1525, .h1530, .h1535, .h1540, .h1545, .h155, .h1550, .h1555, .h1560, .h1565, .h1570, .h1575, .h1580, .h1585, .h1590, .h1595, .h160, .h1600, .h1605, .h1610, .h1615, .h1620, .h1625, .h1630, .h1635, .h1640, .h1645, .h165, .h1650, .h1655, .h1660, .h1665, .h1670, .h1675, .h1680, .h1685, .h1690, .h1695, .h170, .h1700, .h1705, .h1710, .h1715, .h1720, .h1725, .h1730, .h1735, .h1740, .h1745, .h175, .h1750, .h1755, .h1760, .h1765, .h1770, .h1775, .h1780, .h1785, .h1790, .h1795, .h180, .h1800, .h1805, .h1810, .h1815, .h1820, .h1825, .h1830, .h1835, .h1840, .h1845, .h185, .h1850, .h1855, .h1860, .h1865, .h1870, .h1875, .h1880, .h1885, .h1890, .h1895, .h190, .h1900, .h1905, .h1910, .h1915, .h1920, .h1925, .h1930, .h1935, .h1940, .h1945, .h195, .h1950, .h1955, .h1960, .h1965, .h1970, .h1975, .h1980, .h1985, .h1990, .h1995, .h20, .h200, .h2000, .h205, .h210, .h215, .h220, .h225, .h230, .h235, .h240, .h245, .h25, .h250, .h255, .h260, .h265, .h270, .h275, .h280, .h285, .h290, .h295, .h30, .h300, .h305, .h310, .h315, .h320, .h325, .h330, .h335, .h340, .h345, .h35, .h350, .h355, .h360, .h365, .h370, .h375, .h380, .h385, .h390, .h395, .h40, .h400, .h405, .h410, .h415, .h420, .h425, .h430, .h435, .h440, .h445, .h45, .h450, .h455, .h460, .h465, .h470, .h475, .h480, .h485, .h490, .h495, .h5, .h50, .h500, .h505, .h510, .h515, .h520, .h525, .h530, .h535, .h540, .h545, .h55, .h550, .h555, .h560, .h565, .h570, .h575, .h580, .h585, .h590, .h595, .h60, .h600, .h605, .h610, .h615, .h620, .h625, .h630, .h635, .h640, .h645, .h65, .h650, .h655, .h660, .h665, .h670, .h675, .h680, .h685, .h690, .h695, .h70, .h700, .h705, .h710, .h715, .h720, .h725, .h730, .h735, .h740, .h745, .h75, .h750, .h755, .h760, .h765, .h770, .h775, .h780, .h785, .h790, .h795, .h80, .h800, .h805, .h810, .h815, .h820, .h825, .h830, .h835, .h840, .h845, .h85, .h850, .h855, .h860, .h865, .h870, .h875, .h880, .h885, .h890, .h895, .h90, .h900, .h905, .h910, .h915, .h920, .h925, .h930, .h935, .h940, .h945, .h95, .h950, .h955, .h960, .h965, .h970, .h975, .h980, .h985, .h990, .h995{overflow: hidden}
.h5{height: 5px}
.h10{height: 10px}
.h15{height: 15px}
.h20{height: 20px}
.h25{height: 25px}
.h30{height: 30px}
.h35{height: 35px}
.h40{height: 40px}
.h45{height: 45px}
.h50{height: 50px}
.h55{height: 55px}
.h60{height: 60px}
.h65{height: 65px}
.h70{height: 70px}
.h75{height: 75px}
.h80{height: 80px}
.h85{height: 85px}
.h90{height: 90px}
.h95{height: 95px}
.h100{height: 100px}
.h105{height: 105px}
.h110{height: 110px}
.h115{height: 115px}
.h120{height: 120px}
.h125{height: 125px}
.h130{height: 130px}
.h135{height: 135px}
.h140{height: 140px}
.h145{height: 145px}
.h150{height: 150px}
.h155{height: 155px}
.h160{height: 160px}
.h165{height: 165px}
.h170{height: 170px}
.h175{height: 175px}
.h180{height: 180px}
.h185{height: 185px}
.h190{height: 190px}
.h195{height: 195px}
.h200{height: 200px}
.h205{height: 205px}
.h210{height: 210px}
.h215{height: 215px}
.h220{height: 220px}
.h225{height: 225px}
.h230{height: 230px}
.h235{height: 235px}
.h240{height: 240px}
.h245{height: 245px}
.h250{height: 250px}
.h255{height: 255px}
.h260{height: 260px}
.h265{height: 265px}
.h270{height: 270px}
.h275{height: 275px}
.h280{height: 280px}
.h285{height: 285px}
.h290{height: 290px}
.h295{height: 295px}
.h300{height: 300px}
.h305{height: 305px}
.h310{height: 310px}
.h315{height: 315px}
.h320{height: 320px}
.h325{height: 325px}
.h330{height: 330px}
.h335{height: 335px}
.h340{height: 340px}
.h345{height: 345px}
.h350{height: 350px}
.h355{height: 355px}
.h360{height: 360px}
.h365{height: 365px}
.h370{height: 370px}
.h375{height: 375px}
.h380{height: 380px}
.h385{height: 385px}
.h390{height: 390px}
.h395{height: 395px}
.h400{height: 400px}
.h405{height: 405px}
.h410{height: 410px}
.h415{height: 415px}
.h420{height: 420px}
.h425{height: 425px}
.h430{height: 430px}
.h435{height: 435px}
.h440{height: 440px}
.h445{height: 445px}
.h450{height: 450px}
.h455{height: 455px}
.h460{height: 460px}
.h465{height: 465px}
.h470{height: 470px}
.h475{height: 475px}
.h480{height: 480px}
.h485{height: 485px}
.h490{height: 490px}
.h495{height: 495px}
.h500{height: 500px}
.h505{height: 505px}
.h510{height: 510px}
.h515{height: 515px}
.h520{height: 520px}
.h525{height: 525px}
.h530{height: 530px}
.h535{height: 535px}
.h540{height: 540px}
.h545{height: 545px}
.h550{height: 550px}
.h555{height: 555px}
.h560{height: 560px}
.h565{height: 565px}
.h570{height: 570px}
.h575{height: 575px}
.h580{height: 580px}
.h585{height: 585px}
.h590{height: 590px}
.h595{height: 595px}
.h600{height: 600px}
.h605{height: 605px}
.h610{height: 610px}
.h615{height: 615px}
.h620{height: 620px}
.h625{height: 625px}
.h630{height: 630px}
.h635{height: 635px}
.h640{height: 640px}
.h645{height: 645px}
.h650{height: 650px}
.h655{height: 655px}
.h660{height: 660px}
.h665{height: 665px}
.h670{height: 670px}
.h675{height: 675px}
.h680{height: 680px}
.h685{height: 685px}
.h690{height: 690px}
.h695{height: 695px}
.h700{height: 700px}
.h705{height: 705px}
.h710{height: 710px}
.h715{height: 715px}
.h720{height: 720px}
.h725{height: 725px}
.h730{height: 730px}
.h735{height: 735px}
.h740{height: 740px}
.h745{height: 745px}
.h750{height: 750px}
.h755{height: 755px}
.h760{height: 760px}
.h765{height: 765px}
.h770{height: 770px}
.h775{height: 775px}
.h780{height: 780px}
.h785{height: 785px}
.h790{height: 790px}
.h795{height: 795px}
.h800{height: 800px}
.h805{height: 805px}
.h810{height: 810px}
.h815{height: 815px}
.h820{height: 820px}
.h825{height: 825px}
.h830{height: 830px}
.h835{height: 835px}
.h840{height: 840px}
.h845{height: 845px}
.h850{height: 850px}
.h855{height: 855px}
.h860{height: 860px}
.h865{height: 865px}
.h870{height: 870px}
.h875{height: 875px}
.h880{height: 880px}
.h885{height: 885px}
.h890{height: 890px}
.h895{height: 895px}
.h900{height: 900px}
.h905{height: 905px}
.h910{height: 910px}
.h915{height: 915px}
.h920{height: 920px}
.h925{height: 925px}
.h930{height: 930px}
.h935{height: 935px}
.h940{height: 940px}
.h945{height: 945px}
.h950{height: 950px}
.h955{height: 955px}
.h960{height: 960px}
.h965{height: 965px}
.h970{height: 970px}
.h975{height: 975px}
.h980{height: 980px}
.h985{height: 985px}
.h990{height: 990px}
.h995{height: 995px}
.h1000{height: 1000px}
.h1005{height: 1005px}
.h1010{height: 1010px}
.h1015{height: 1015px}
.h1020{height: 1020px}
.h1025{height: 1025px}
.h1030{height: 1030px}
.h1035{height: 1035px}
.h1040{height: 1040px}
.h1045{height: 1045px}
.h1050{height: 1050px}
.h1055{height: 1055px}
.h1060{height: 1060px}
.h1065{height: 1065px}
.h1070{height: 1070px}
.h1075{height: 1075px}
.h1080{height: 1080px}
.h1085{height: 1085px}
.h1090{height: 1090px}
.h1095{height: 1095px}
.h1100{height: 1100px}
.h1105{height: 1105px}
.h1110{height: 1110px}
.h1115{height: 1115px}
.h1120{height: 1200px}
.h1125{height: 1125px}
.h1130{height: 1130px}
.h1135{height: 1135px}
.h1140{height: 1140px}
.h1145{height: 1145px}
.h1150{height: 1150px}
.h1155{height: 1155px}
.h1160{height: 1160px}
.h1165{height: 1165px}
.h1170{height: 1170px}
.h1175{height: 1175px}
.h1180{height: 1180px}
.h1185{height: 1185px}
.h1190{height: 1190px}
.h1195{height: 1195px}
.h1200{height: 1200px}
.h1205{height: 1205px}
.h1210{height: 1210px}
.h1215{height: 1215px}
.h1220{height: 1220px}
.h1225{height: 1225px}
.h1230{height: 1230px}
.h1235{height: 1235px}
.h1240{height: 1240px}
.h1245{height: 1245px}
.h1250{height: 1250px}
.h1255{height: 1255px}
.h1260{height: 1260px}
.h1265{height: 1265px}
.h1270{height: 1270px}
.h1275{height: 1275px}
.h1280{height: 1280px}
.h1285{height: 1285px}
.h1290{height: 1290px}
.h1295{height: 1295px}
.h1300{height: 1300px}
.h1305{height: 1305px}
.h1310{height: 1310px}
.h1315{height: 1315px}
.h1320{height: 1320px}
.h1325{height: 1325px}
.h1330{height: 1330px}
.h1335{height: 1335px}
.h1340{height: 1340px}
.h1345{height: 1345px}
.h1350{height: 1350px}
.h1355{height: 1355px}
.h1360{height: 1360px}
.h1365{height: 1365px}
.h1370{height: 1370px}
.h1375{height: 1375px}
.h1380{height: 1380px}
.h1385{height: 1385px}
.h1390{height: 1390px}
.h1395{height: 1395px}
.h1400{height: 1400px}
.h1405{height: 1405px}
.h1410{height: 1410px}
.h1415{height: 1415px}
.h1420{height: 1420px}
.h1425{height: 1425px}
.h1430{height: 1430px}
.h1435{height: 1435px}
.h1440{height: 1440px}
.h1445{height: 1445px}
.h1450{height: 1450px}
.h1455{height: 1455px}
.h1460{height: 1460px}
.h1465{height: 1465px}
.h1470{height: 1470px}
.h1475{height: 1475px}
.h1480{height: 1480px}
.h1485{height: 1485px}
.h1490{height: 1490px}
.h1495{height: 1495px}
.h1500{height: 1500px}
.h1505{height: 1505px}
.h1510{height: 1510px}
.h1515{height: 1515px}
.h1520{height: 1520px}
.h1525{height: 1525px}
.h1530{height: 1530px}
.h1535{height: 1535px}
.h1540{height: 1540px}
.h1545{height: 1545px}
.h1550{height: 1550px}
.h1555{height: 1555px}
.h1560{height: 1560px}
.h1565{height: 1565px}
.h1570{height: 1570px}
.h1575{height: 1575px}
.h1580{height: 1580px}
.h1585{height: 1585px}
.h1590{height: 1590px}
.h1595{height: 1595px}
.h1600{height: 1600px}
.h1605{height: 1605px}
.h1610{height: 1610px}
.h1615{height: 1615px}
.h1620{height: 1620px}
.h1625{height: 1625px}
.h1630{height: 1630px}
.h1635{height: 1635px}
.h1640{height: 1640px}
.h1645{height: 1645px}
.h1650{height: 1650px}
.h1655{height: 1655px}
.h1660{height: 1660px}
.h1665{height: 1665px}
.h1670{height: 1670px}
.h1675{height: 1675px}
.h1680{height: 1680px}
.h1685{height: 1685px}
.h1690{height: 1690px}
.h1695{height: 1695px}
.h1700{height: 1700px}
.h1705{height: 1705px}
.h1710{height: 1710px}
.h1715{height: 1715px}
.h1720{height: 1720px}
.h1725{height: 1725px}
.h1730{height: 1730px}
.h1735{height: 1735px}
.h1740{height: 1740px}
.h1745{height: 1745px}
.h1750{height: 1750px}
.h1755{height: 1755px}
.h1760{height: 1760px}
.h1765{height: 1765px}
.h1770{height: 1770px}
.h1775{height: 1775px}
.h1780{height: 1780px}
.h1785{height: 1785px}
.h1790{height: 1790px}
.h1795{height: 1795px}
.h1800{height: 1800px}
.h1805{height: 1805px}
.h1810{height: 1810px}
.h1815{height: 1815px}
.h1820{height: 1820px}
.h1825{height: 1825px}
.h1830{height: 1830px}
.h1835{height: 1835px}
.h1840{height: 1840px}
.h1845{height: 1845px}
.h1850{height: 1850px}
.h1855{height: 1855px}
.h1860{height: 1860px}
.h1865{height: 1865px}
.h1870{height: 1870px}
.h1875{height: 1875px}
.h1880{height: 1880px}
.h1885{height: 1885px}
.h1890{height: 1890px}
.h1895{height: 1895px}
.h1900{height: 1900px}
.h1905{height: 1905px}
.h1910{height: 1910px}
.h1915{height: 1915px}
.h1920{height: 1920px}
.h1925{height: 1925px}
.h1930{height: 1930px}
.h1935{height: 1935px}
.h1940{height: 1940px}
.h1945{height: 1945px}
.h1950{height: 1950px}
.h1955{height: 1955px}
.h1960{height: 1960px}
.h1965{height: 1965px}
.h1970{height: 1970px}
.h1975{height: 1975px}
.h1980{height: 1980px}
.h1985{height: 1985px}
.h1990{height: 1990px}
.h1995{height: 1995px}
.h2000{height: 2000px}
/* 外边距 Name:style_marginExample:class="mt-5|mt-10..."Explain:.mt表示上边距|.mb表示下边距|.ml表示左边距|.mr表示右边距*/
.mt-5{margin-top: 5px}
.mt-10{margin-top: 10px}
.mt-15{margin-top: 15px}
.mt-20{margin-top: 20px}
.mt-25{margin-top: 25px}
.mt-30{margin-top: 30px}
.mt-35{margin-top: 35px}
.mt-40{margin-top: 40px}
.mt-50{margin-top: 50px}
.mb-5{margin-bottom: 5px}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}
.mb-40{margin-bottom: 40px}
.mb-50{margin-bottom: 50px}
.ml-5{margin-left: 5px}
.ml-10{margin-left: 10px}
.ml-15{margin-left: 15px}
.ml-20{margin-left: 20px}
.ml-30{margin-left: 30px}
.ml-40{margin-left: 40px}
.ml-50{margin-left: 50px}
.mr-5{margin-right: 5px}
.mr-10{margin-right: 10px}
.mr-15{margin-right: 15px}
.mr-20{margin-right: 20px}
.mr-30{margin-right: 30px}
.mr-40{margin-right: 40px}
.mr-50{margin-right: 50px}
/* 内填充 Name:style_paddingExample:class="pt-5|pt-10|……"Explain:.pt表示上填充|.pb表示下填充|.pl表示左填充|.pr表示右填充*/
.pt-5{padding-top: 5px}
.pt-10{padding-top: 10px}
.pt-15{padding-top: 15px}
.pt-20{padding-top: 20px}
.pb-5{padding-bottom: 5px}
.pb-10{padding-bottom: 10px}
.pb-20{padding-bottom: 20px}
.pb-30{padding-bottom: 30px}
.pl-5{padding-left: 5px}
.pl-10{padding-left: 10px}
.pl-20{padding-left: 20px}
.pl-30{padding-left: 30px}
.pr-5{padding-right: 5px}
.pr-10{padding-right: 10px}
.pr-20{padding-right: 20px}
.pd-5{padding: 5px}
.pd-10{padding: 10px}
.pd-15{padding: 15px}
.pd-20{padding: 20px}
.pd-30{padding: 30px}
.pd-40{padding: 40px}
.pad-5{padding: 5px}
.pad-10{padding: 10px}
.pad-15{padding: 15px}
.pad-20{padding: 20px}
.pad-30{padding: 30px}
.pad-50{padding: 50px}
/* 字体大小 */
.fs12{font-size: 12px}
.fs13{font-size: 13px}
.fs14{font-size: 14px}
.fs15{font-size: 15px}
.fs16{font-size: 16px}
.fs17{font-size: 17px}
.fs18{font-size: 18px}
.fs19{font-size: 19px}
.fs20{font-size: 20px}
.fs21{font-size: 21px}
.fs22{font-size: 22px}
.fs23{font-size: 23px}
.fs24{font-size: 24px}
.fs25{font-size: 25px}
.fs26{font-size: 26px}
.fs27{font-size: 27px}
.fs28{font-size: 28px}
.fs29{font-size: 29px}
.fs30{font-size: 30px}
.warp{width: 100%; min-width: 1200px; background-position: bottom center; background-repeat: no-repeat;}
.content{width: 1200px; margin: 10px auto 0 auto; border-radius: 0 0 10px 10px;}
.bar_content{width: 935px; margin: 10px auto 0 auto; border-radius: 0 0 10px 10px;padding-right: 20px;}
.min_h600{overflow: hidden; padding-left: 26px; min-height: 600px; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; _height: expression((document.documentElement.clientHeight||document.body.clientHeight)>600?"600px":"");}

.lm_top {
    height: auto;
    background: url(../images/list_new.jpg) 0 center no-repeat;
    padding: 5px 20px 6px 5px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-bottom: 17px;
    width: 198px;
}

.lm_top .tit {
    display: block;
    float: left;
    height: auto;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 198px;
    text-align: center;
}

.navdh {
    width: 208px;
    float: left;
}
.position {
    background: url(../images/xxktelbg.png) left bottom repeat-x;
    height: 47px;
    font-size: 16px;
    font-weight: bold;
    color: #326ece;
    margin: 0 15px 0px 15px;
}

.position span {
    display: block;
    border-bottom: 3px solid #326ece;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    float: left;
    font-size: 20px;
}

.list_03 ul {
    zoom: 1;
    overflow: hidden;
}

.list_03 ul:not(:last-child){
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.list_03 li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
}

.list_03 li .date {
    float: right;
    color: #bdbdbd;
    font-size: 13px;
}

.list_03 li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 75%;
    font-size: 16px;
    text-indent: 15px;
    background: url(../images/ico.png) no-repeat 0 16px;
}
.list_01 ul {
    zoom: 1;
    overflow: hidden;
}

.list_01 li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
}

.list_01 li .date {
    float: right;
    color: #bdbdbd;
    font-size: 13px;
}

.list_01 li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 75%;
    font-size: 18px;
    text-indent: 15px;
    background: url(../images/ico.png) no-repeat 0 16px;
}
.list_01 li a:hover {
    color: #eb3630;
}
.page{
    text-align: center;
    margin-top: 30px;
}

/*---------- 二级页样式 ----------*/
.lm_main{background:url(../images/lm_lanmubg.jpg) left repeat-y #fff;}
.lm_top{height:auto;background:url(../images/list_new.jpg) 0 center no-repeat;padding:5px 20px 6px 5px;text-align:center;overflow:hidden;float:left;margin-bottom:17px;width:198px;}
.lm_top .tit{display:block;float:left;height:auto;line-height:36px;font-size:20px;color:#fff;font-weight:bold;width:198px;text-align:center;}
.navdh{width:208px;float:left;}
.navdh ul li{width:208px;height:auto;padding-bottom:16px;vertical-align:bottom;overflow:hidden;text-align:left;}
.navdh ul li a{display:block;height:auto;line-height:30px;background:url(../images/sub.jpg) 190px center no-repeat #f2f2f2;overflow:hidden;font-size:17px;color:#595959;padding:10px 15px 10px 15px;}
.navdh ul li a:hover,.navdh ul li.active a{color:#1b50a0;background:url(../images/subhover.jpg) 190px center no-repeat #f2f2f2;}
.navdh ul li.on a{color:#1b50a0;background:url(../images/sub.jpg) 190px center no-repeat #bfbcbc;}

/* show页面 */
.show{margin: auto; width: 1200px; background: #fff}
.show_warp{width: 100%; background: url(../images/foot_bg.png); background-position: bottom center; background-repeat: no-repeat}
.show_weizhi{float: left; margin: 0; width: 1200px; height: 42px; background: #EEE; font-size: 14px; line-height: 42px; border-bottom: solid 1px #DBDFE2; background: rgba(255, 255, 255, 1); background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(242, 242, 242, 1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(9%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(242, 242, 242, 1) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(242, 242, 242, 1) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(242, 242, 242, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(242, 242, 242, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);}
.show_weizhi i{float: left; font-size: 20px; margin-left: 20px;color: #0068b7;}
.show_weizhi a{float: left; margin-left: 6px;font-size: 14px; color: #666;font-weight: normal;}
.show_weizhi a:hover{color: #0068b7;font-weight: bold;}
.show_weizhi span{float: left; margin-left: 6px; color: #666;}
.show_content{float: left; margin-top: 20px; margin-left: 30px; width: 1100px;}
.show_title{color: #12408a; font-size: 30px; font-family: Microsoft YaHei, "微软雅黑"; line-height: 40px}
.show_subtitle, .show_title{width: 100%; text-align: center}
.show_subtitle{margin-top: 10px; font-size: 14px; line-height: 24px}
.show_ziduan{margin-top: 20px; width: 100%; border-bottom: 1px solid #d7d7d7; line-height: 36px;padding-bottom: 20px;}
.show_ziduan span{color: #666; font-size: 14px}
.show_ziduan a{float: right;}
.show_ziduan a:hover span{color: red}
.show_ziduan a img{float: left; margin-top: 8px; margin-right: 10px}
.show_ziduan a span{float: left}
.show_ziduan div{float: right; margin-right: 10px}
.show_ziduan div img{float: left; margin-top: 8px; margin-right: 6px; cursor: pointer}
.show_ziduan div span{float: left}
.show_content .content{margin-top: 25px; width: 100%; min-height: 300px; font-size: 1pc; line-height: 30px}
.shangxiapian{margin: 40px 0 40px 0; width: 100%; border-top: 1px solid #d7d7d7}
.shangxiapian a, .shangxiapian span{color: #333; font-size: 14px}
.shangxiapian a:hover{color: red}
.shangxiapian .date{color: #ccc;}
.shangyipian{margin-top: 17px}
.shangyipian, .xiayipian{float: left; width: 60pc; height: 2pc; line-height: 2pc}
.guanbi{float: right; margin-top: 25px; width: 67px; height: 1pc; background: url(../image/guanbi.gif); background-repeat: no-repeat; color: #333; text-indent: 20px; font-size: 14px; line-height: 1pc; cursor: pointer}
.eye_color input{width: 13px; height: 13px; border: 1px solid #999999; margin: -2px 1px 0 0; vertical-align: middle; cursor: pointer; outline: medium none; overflow: hidden;}
.position{background: url(../images/xxktelbg.png) left bottom repeat-x; height: 47px; font-size: 16px; font-weight: bold; color: #326ece; margin: 0 15px 0px 15px;}
.position span{display: block; border-bottom: 3px solid #326ece; height: 44px; line-height: 44px; padding: 0 10px; float: left; font-size: 20px;margin-top: 4px}
.navjzimg ul.picture-list{width: 100%;}
.navjzimg ul.picture-list li{float: left; padding: 10px 9px 10px 9px; background: none; text-align: center; height: auto; width: 256px;}
.navjzimg ul.picture-list li a{float: left; text-align: center; width: 256px; line-height: 36px;}
.navjzimg ul.picture-list li img{padding: 10px !important; border: 0; width: 236px !important; height: 160px !important; float: left; background: #f2f2f2;}
.navjzimg ul.picture-list li a:hover img{background: #C8DCF4; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}
.navjzimg ul.picture-list li a .img_title{display: block; float: left; width: 256px; height: 36px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.ztzl_nr ul.picture-list{width: 100%;}
.ztzl_nr ul.picture-list li{float: left; padding: 10px 9px 10px 9px; background: none; text-align: center; height: auto; width: 492px; overflow: hidden;}
.ztzl_nr ul.picture-list li a{float: left; text-align: center; width: 492px; line-height: 36px;}
.ztzl_nr ul.picture-list li img{padding: 10px !important; border: 0; width: 470px !important; height: 130px !important; float: left; background: #f2f2f2;}
.ztzl_nr ul.picture-list li a:hover img{background: #fff4a8; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}
.ztzl_nr ul.picture-list li a .img_title{display: block; float: left; width: 492px; height: 36px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.shangxiapian .date {
    color: #ccc;
}

.date {
    float: right;
}
.content_body{
    min-height: 800px;
}
.search_container{
    width: 320px;
    height: 30px;
    line-height: 30px;
    background:rgba(119,148,194,0.5);
    border-radius: 15px;
    padding-left: 2px;
}

.search_input{
    background:rgba(119,148,194,0.1);
    border: 0;
    /*color: #ffffff;*/
    color:#7c7e80;
    position: relative;
    top: 0px;
    /*border: 1px solid red;*/
    width: 278px;
    left: 10px;
    font-size: 18px;
    opacity: 1;
}

.search_input::-webkit-input-placeholder{
    color:#7c7e80;
    /*color:#ffffff;*/
}
.search_input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#7c7e80;
    /*color:#ffffff;*/
}
.search_input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#7c7e80;
    /*color:#ffffff;*/
}
.search_input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#7c7e80;
    /*color:#ffffff;*/
}
.icon_search{
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}

.position_search {
    display: block;
    float: right;
    margin-top: 15px;
}

.position_search > .keyword {
    color: #ea5542;
    margin: 0 5px;
    position: relative;
    top:-2px;
}
/*领导班子*/
.show_content .content {
    margin-top: 25px;
    width: 100%;
    min-height: 300px;
    font-size: 1pc;
    line-height: 30px;
}


.leader_content, .window-b {
    margin-bottom: 100px;
    padding-top: 20px;
}

.leader_border {
    width: 184px;
    height: 296px;
    /*background: url(../images/leader-border.png) 184px 296px;*/
    margin: 0 auto;
}
.leader_border p {
    text-align: center;
    color: #434343;
}
.surname {
    font-size: 18px;
    font-weight: bold;
}

.zhiwu {
    font-size: 16px;
}

.leader_b {
    float: left;
    margin-top: 47px;
    margin-left: 192px;
}

/*.caoyuan:hover{*/
    /*-webkit-animation: kenburns-top-right 5s ease-out both;*/
    /*animation: kenburns-top-right 5s ease-out both;*/
/*}*/

.query_container{
    margin-top: 10px;
    text-align: center;

}


.toutiao_slideBox{height:160px;overflow: hidden; position: relative;  background: #eff0f4;}
.toutiao_slideBox .hd{height: 15px; overflow: hidden; position: absolute; right: 5px; bottom: 5px; z-index: 1;}
.toutiao_slideBox .hd ul{overflow: hidden; zoom: 1; float: left;}
.toutiao_slideBox .hd ul li{float: left; margin-right: 2px; width: 15px; height: 15px; line-height: 14px; text-align: center; background: #fff; cursor: pointer;}
.toutiao_slideBox .hd ul li.on{background: #f00; color: #fff;}
.toutiao_slideBox .bd{position: relative; height: 100%; z-index: 0;}
.toutiao_slideBox .bd li{zoom: 1; vertical-align: middle;}

.navdh1{width:208px;float:left;}
.navdh1 ul li{border-radius: 6px;width:208px;height:auto;padding:10px 10px 10px 10px;vertical-align:bottom;overflow:hidden;margin-bottom: 10px;box-shadow: 2px 2px 2px 2px #e5eaf2;text-align: center;}
.navdh1 ul li a{display:block;height:auto;line-height:30px;overflow:hidden;font-size:17px;color:#595959;padding:10px 15px 10px 15px;}
.navdh1 ul li a:hover,.navdh1 ul li.active a{color:#ffffff;background: #0b6cbc;}
.navdh1 ul li:hover{background: #0b6cbc;cursor: pointer;}
.navdh1 ul li:hover a{color:#ffffff;background: #0b6cbc;}
.navdh1 ul li.on a{color:#1b50a0;background:url(../images/sub.jpg) 190px center no-repeat #bfbcbc;}
.navdh1 ul li.active{color:#ffffff;background: #0b6cbc;}

.sybh{display:block;position:absolute;top:416px;left:585px;width: 0px;height: 0px;border-top: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #0b6cbc;}

.gjzx_1{float: left;margin-left:16px;}
.gjzx_img{width:211px;height:131px;border-radius: 10px;}
.gjzx_mes{width: 180px;height:200px;border-radius: 10px;margin-top: -27px;margin-left: 15px;}

/*服务客户*/
.fwkh_ul .no_li{
    font-size: 16px;
    margin-top:10px;
    list-style: disc;
    margin-left: 20px;
}
.fwkh_ul .li{
    height: 79px;font-size: 20px;display: flex;align-items: center;background: #d7e4f5;font-weight: 500;
}
.fwkh_ul .li.activeli {
    background: #2d6cdf;
    color: #ffffff;
    font-weight: 500;
}
/*.navdh1 ul li:hover a{color:#ffffff;background: #0b6cbc;}*/
/*.fwkh_ul .li.activeli:hover {*/
/*    cursor: pointer;*/
/*    background: #2d6cdf;*/
/*    color: #ffffff;*/
/*    font-weight: 500;*/
/*}*/
.fwkh_1{
    height:auto;width:100%;margin-top:29px;float:left;
}
.fwkh_1-2{
    height:159px;width:240px;float:left;margin:0px 24px 29px 25px;border-radius: 10px;box-shadow: 0px 7px 19px -4px #888888;
}

.fwkh_1 .fwlm{
    width:100%;height:100px;display:flex;justify-content: center;align-items: center;
}

.fwkh_1 .fwlm_tit{
    font-size:16px;font-weight:400;color:#ffffff;text-align: center;
}

.fwkh_li{
    height:159px;width:240px;float:left;margin:0px 8px 29px 25px;border-radius: 10px;box-shadow: 0px 7px 19px -4px #888888;
}

.a_new8 li {
    width: 11.3%;
    /*margin:0 1.7%;*/
    /*margin:0 0.6%;*/
    margin:0 10.6%;
}

.a_new8 .hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    /*!*top: 10%;*!*/
    left: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.a_new8 .nav_item:hover .hover {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tab_new a.current {
    font-weight: bold;
}



.a_8 li {
    width:11.3%;
    margin:0px auto;
}

.a_8 .hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    /*!*top: 10%;*!*/
    left: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.a_8 .nav_item:hover .hover {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.zhe_ye{
    width: 170px;
    height: 100px;
    background: #d7e4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.zhe_ye:hover{
    background:#2d6cdf;
    color:#fff;
    font-weight: 600;
}

.zhe_ye1{
    height:159px;width:240px;
    background: #d7e4f5;
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    font-size: 19px;
    font-weight: 500;
    margin-top:20px;
}

.ye_img{
    position: absolute;top: 42%;left: 53%;transform: translate(-50%, -50%);
}
.ye_p{
    position: absolute;top: calc(50% + 14px);left: 52%;transform: translateX(-50%);text-align: center;margin: 0;
}


.list_new ul li a:hover{
    color:#7892c7;
}

.list_new li {
    height: 50px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 3px;
    display: flex;
    align-items: center;
}

.tab_new a.current:after {
    background-color: #eb3630;
    transform: scale(1, 1);
}

.tab_new a.current {
    font-weight: bold;
    background:url(../images/tab_mew_back.png) no-repeat;background-size: 100% 100%;

}

.gjzx_mes:hover {
    background: #b2ccf1;
    color: #ffffff;
    font-weight: bold;
}

.gjzx_mes:hover .gjzx_mes_aa a{
    color: #ffffff;
    font-weight: 500;
}


/* 2023-09-08 */
.gjjzzqzx{padding:40px 0 60px;width:1210px;margin:0 auto;overflow:hidden;height:auto}
.gjjzzqzx li{float:left;width:350px;margin-left:80px;overflow:hidden}
.gjjzzqzx li:first-child{margin-left:0}
.gjjzzqzx li h3{padding-bottom:15px;font-size:20px;line-height:24px;font-weight:600}
.gjjzzqzx li h3{overflow:hidden}
.gjjzzqzx li h3:hover a{color:#e8373d}
.gjjzzqzx .news-item dt{width:350px;height:205px;margin-bottom:20px;overflow:hidden;border:1px solid #eee;border-radius:6px}
.gjjzzqzx .news-item dt img{width:100%;height:auto;transition:all .5s}
.gjjzzqzx .news-item dt:hover img{transform:scale(1.05)}
.gjjzzqzx .news-item dd{font-size:15px;line-height:28px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.gjjzzqzx .news-item dd a{transition:all .2s;}

