@import url('reset-1.3.min.css');
@import url('global.css');
a:hover {
    color: #22a2d5 !important;
}

.header_login {
    border-bottom: 1px solid #f1f1f1;
}

.header_search {
    padding: 8px 0;
    height: 76px;
    position: relative;
}

.header_weather {
    width: 115px;
    height: 60px;
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 18px;
    position: relative;
    left: 20px;
    margin-right: 50px;
}

.global_search {
    position: relative;
    float: left;
    height: 32px;
    margin-left: 50px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    width: 300px;
    font-size: 14px;
    margin: 10px 20px 0 10px;
    /*background: url(../images/icon-search.png) 8px 7px no-repeat;*/
}

.global_search input {
    border: 0;
    width: 260px;
    padding-left: 40px;
}

.global_search .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 34px;
    background: url(../images/icon-search.png) 8px 7px no-repeat;
    border: 0;
    outline: 0;
}

.news_update {
    float: left;
    width: 320px;
    top: 20px;
    padding-left: 20px;
    position: relative;
    height: 30px;
    overflow-y: hidden;
}

.news_update ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news_update ul li a {
    font-size: 14px;
    color: #333;
}

.news_update ul li {
    padding-left: 20px;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: url(../images/icon-inform.png) left center no-repeat;
}

.header_focus {
    font-size: 40px;
    height: 106px;
    line-height: 106px;
    text-align: center;
    font-weight: 500;
}

.header_focus a {
    color: #297DB7;
}

.nav {
    height: 45px;
    line-height: 45px;
    background: #22a2d5;
}

.nav ul.menu {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.nav ul.menu li {
    display: block;
    overflow: hidden;
    float: left;
}

.nav ul.menu li a {
    color: #fff !important;
    font-size: 16px;
    padding: 0 12px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav ul.menu li a:hover {
    background: #297DB7;
    font-weight: bold;
}

.top_news {
    height: 82px;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    background: url(../images/icon-headline.png) left 20px no-repeat;
    width: 770px;
}

.top_news_title a {
    font-size: 30px;
    color: #297DB7;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.top_news_title, .top_news_detail {
    margin-left: 115px;
    /* margin-bottom: 10px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.top_slogan {
    margin: 25px 0;
}

#div_sjszbdj_sd a {
    color: #fff;
}

.group_carousel {
    height: 230px;
    background: #f8f8f8;
}

.group_carousel_label {
    width: 26px;
    background: #22a2d5;
    height: 110px;
    color: #fff;
    font-weight: 500;
    display: table;
    padding: 60px 11px;
    letter-spacing: 2px
}

.group_carousel_swiper {
    width: 1150px;
    height: 230px;
    position: relative;
}

.group_carousel_swiper .swiper_container {
    padding: 20px 0 0 0;
}

.group_carousel_swiper .swiper_container .title {
    height: 34px;
}

.group_carousel_swiper .swiper_container .description {
    min-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.arrow_left, .arrow_right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
}

.arrow_left {
    background: url(../images/icon-sprite.png) no-repeat -9px -250px;
    left: 10px;
}

.arrow_right {
    background: url(../images/icon-sprite.png) no-repeat 9px -300px;
    right: 10px;
}

.arrow_left:hover {
    background: url(../images/icon-sprite.png) no-repeat -59px -250px;
    left: 10px;
}

.arrow_right:hover {
    background: url(../images/icon-sprite.png) no-repeat -41px -300px;
    right: 10px;
}

.swiper_container {
    height: 230px;
    margin-left: 60px;
    width: 1030px;
    overflow: hidden;
}

.swiper_container .swiper-slide {
    width: 250px !important;
    margin-right: 20px;
}

.swiper_container .swiper-slide img {
    width: 250px;
    height: 100px;
}

.swiper_container .swiper-slide .title a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000000;
    height: 34px;
    line-height: 34px;
    width: 100%;
}

.img_swiper {
    margin: 20px auto;
    position: relative;
    width: 1300px;
}

.img_swiper .arrow_left {
    left: 20px;
}

.img_swiper .arrow_right {
    right: 20px;
}

.img_swiper .arrow_left:hover {
    background: url(../images/icon-sprite.png) no-repeat -59px -250px;
    left: 20px;
}

.img_swiper .arrow_right:hover {
    background: url(../images/icon-sprite.png) no-repeat -41px -300px;
    right: 20px;
}

.swiper_container_img {
    height: 144px;
    overflow: hidden;
    width: 1170px;
    padding: 0 15px;
    margin: 0 50px;
    position: relative;
}

.swiper_container_img .swiper-slide {
    position: relative;
    width: 218px !important;
    margin-right: 20px;
}

.swiper_container_img .swiper-slide img {
    width: 220px;
    height: 144px;
}

.swiper_container_img .swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bg-shade.png) repeat-x;
    height: 30px;
    line-heihgt: 30px;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}

.focus_swiper {
    position: relative;
    height: 420px;
    width: 670px;
}

.focus_swiper .arrow_left, .focus_swiper .arrow_right {
    position: absolute;
    top: 50%;
    margin-top: -42.5px;
    width: 45px;
    height: 85px;
    z-index: 99;
}

.focus_swiper .arrow_left {
    background: url(../images/turnRL.png) no-repeat left top;
    left: 0;
}

.focus_swiper .arrow_right {
    background: url(../images/turnRL.png) no-repeat right top;
    right: 0;
}

.swiper_container_big {
    height: 420px;
    width: 670px;
    overflow: hidden;
    position: relative;
}

.swiper_container_big .swiper-slide {
    position: relative;
}

.swiper_container_big .swiper-slide img {
    width: 670px;
    height: 420px;
}

.swiper_container_big .swiper-slide h3 {
    width: 100%;
    height: 64px;
    line-height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(../images/background-banner.png) repeat-x;
}

.swiper_container_big .swiper-slide h3 a {
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9999999;
}

.pagination2 {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 10px;
    max-width: 120px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.news_list_big {
    width: 475px;
    margin-left: 40px;
    margin-right: 15px;
}

.news_list_head {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
}

.news_list_title {
    color: #000;
    font-size: 24px;
    border-bottom: 2px solid #22a2d5;
    height: 48px;
}

.english {
    font-size: 12px;
    color: #FEA348;
    margin-left: 10px;
    float: left;
}

.news_list_ul li a {
    
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
}

.news_listtab .active {
    border-bottom: 2px solid #22a2d5;
}

.news_listtab ul li {
    height: 48px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}

.news_listtab ul li a {
    color: #000;
    font-size: 24px;
}

.news_list_small {
    width: 350px;
    margin: 0 45px 0 15px;
    position: relative;
}

.news_list_ul li.first {
    margin-top: 20px;
    margin-bottom: 14px;
    position: relative;
}

.news_list_ul li.first a.first_a {
    display: block;
    height: 90px;
    line-height: 24px;
}

.news_list_ul li.first a.first_a dd {
    margin: 0;
    text-align: left;
    float: left;
}

.news_list_ul li.first a.first_a dt {
    height: 90px;
    float: left;
    margin-left: 10px;
    width: 190px;
}

.news_list_ul li.first a.first_a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    line-height: 28px;
    font-size: 14px;
}

.news_list_ul li.first a.first_a h3:hover {
    color: #22a2d5;
}

.news_list_ul li.first a.first_a p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_ul li.first a.first_a img {
    width: 130px;
    height: 90px;
}

.news_list_ul li.first a.title {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    color: #fff;
    text-indent: 1em;
    height: 30px;
    line-height: 30px;
    background: url(../images/bg-shade.png) repeat-x;
    white-space: nowrap;
    text-align: center;
}

.news_list_ul li.first a.first_a a:hover {
    color: #fff;
}

.news_list_ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list_img {
    width: 1170px;
}

#div_bmdt_2, #div_jzdt_2, #div_rdzt_2, #div_cfyh_2, #div_pzyh_2, #div_xfyh_2, #div_cmyh_2, #div_wzyh_2, #div_tzgg_2 li {
    white-space: nowrap;
}

.third_link {
    height: 75px;
    overflow: hidden;
    margin-top: 30px;
}

.third_link img {
    margin-top: 10px;
}

.third_link_a {
    width: 665px;
    margin-right: 16px;
    height: 100%;
    margin-top: 10px;
}

.third_link_a dt {
    padding-left: 12px;
}

.third_link_title {
    margin-left: 15px;
    height: 100%;
    border-right: 1px solid #f1f1f1
}

.third_link_title .label {
    width: 115px;
    font-size: 20px;
    color: #000;
    float: left;
    margin: 10px 0;
}

.third_link .english {
    margin-left: 0;
}

.third_link_a dt a {
    font-size: 14px;
    color: #000;
    padding: 0 8px;
}

.friendship_link .title {
    border-bottom: 2px solid #e6e6e6;
}

.friendship_link .title a {
    padding: 0 10px;
    font-size: 24px;
    color: #000;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    border-bottom: 2px solid #22a2d5;
}

.friendship_link .content ul {
    padding: 31px 0 0 0;
    font-size: 14px;
    display: inline-block;
}

.friendship_link .content li {
    width: auto;
    float: left;
    margin: 0 12px 13px 10px;
}

.friendship_link li a {
    color: #000;
}

footer {
    background: #f0f0f0;
    padding: 25px 0 23px 0;
}

footer .fair {
    text-align: center;
}

footer .content {
    margin-top: 26px;
    text-align: center;
}

footer .fair img {
    margin-right: 10px;
}

.foot_nav {
    background: #22a2d5;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
}

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

.site_specific {
    width: 60px;
    border: 1px solid #ededed;
    position: fixed;
    top: 70%;
    right: 60px;
    background: #fff;
}

.site_specific div {
    position: relative;
    text-align: center;
    height: auto;
    padding-top: 5px;
}

.site_specific div img {
    display: none;
    position: absolute;
    left: -138px;
    top: 0;
    width:130px;
    height:130px;
}

.site_specific div.site_sk img {
    top: -60px;
}

.site_specific div.site_wx, .site_specific div.site_wb {
    border-bottom: 1px solid #ededed;
}

.site_specific .site_tg_a {
    background: url(../images/icon-contribution-ol.jpg) 3px 8px no-repeat;
}

.site_specific .site_wx_a {
    background: url(../images/icon-share.png) 0 0 no-repeat;
}

.site_specific .site_wb_a {
    background: url(../images/yjsycb_xcx.png) center no-repeat;
    background-size: 100%;
}

.site_specific .site_sk_a {
    background: url(../images/icon-share.png) 0 -68px no-repeat;
}

.site_specific .site_wapp_a {
    background: url(../images/yjsycb_xcx.png) center no-repeat;
    background-size: 100%;
}

.site_specific div a {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 13px;
}

.site_specific div span {
    font-size: 10px;
    color: #333;
    line-height: 2px;
    position: relative;
    top: -5px;
}



#div_jinrijiahe_pic img {
    width: 200px;
    height: 280px;
    padding-top: 10px;
}
#div_jinrijiahe_pic a {
    display: block;
    text-align: center;
}

#div_jinrijiahe_pic a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 14px;
    background: #000;
    background: rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
    width: 100%;
    height: 40px;
    filter: alpha(Opacity=60);
}
.weixin{
    position: fixed;
    display: block;
    bottom: 5%;
    width: 220px;
    height: auto;
    z-index: 1000;
    left: 50%;
    margin-left: -860px;
    _position: absolute;
    _margin-top: 160px;
    _top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.offsetHeight)/2);
}


@media screen and (max-width: 1366px) {
    .site_specific {
        right: 0;
    }
}