﻿/*å¤´éƒ¨å¼€å§‹********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
.index_wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

html, body {
     position: relative;
     width: 100%;
     font-size: 14px;
     font-family: Microsoft YaHei, Arial, SimSun,Tahoma, Geneva, sans-serif;
     background: #f5f5f5;
     color: #333;
 }
body.index_body{
    background: #e6ebf3;
}
/*é¦–é¡µå·¦ä¾§æ–°é—»è½®æ’­å›¾*/
/* slideé»˜è®¤css */
.slideBox .bd{
    overflow: hidden;
}
/*å¯¼èˆªç‚¹æ ·å¼*/
.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #4387dd;
}

/* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç ï¼Œå¦‚æžœä¸éœ€è¦åˆ é™¤å³å¯ */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-size: 100% 100% !important;
}
.slideBox .prev{
    left: 10px;
    background: url(arrows_left.png) no-repeat center center;
}
.slideBox .next {
    right: 10px;
    background: url(arrows_right.png) no-repeat center center;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/*é¡¶éƒ¨logo----------------------------------------------*/
.top_nav .header_top {
    background:url(top_nav_bg.jpg) no-repeat bottom center;
    background-size: cover !important;
    padding: 110px 0;
    position: relative;
}

.top_nav .header_top .tips{
    position: absolute;
    top: -110px;
    right: 30px;
    background: #329ad3;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.top_nav .header_top .tips a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;

}
.top_nav .logo img{
    width: 124px;
    height: 133px;
    margin-right: 20px;
    cursor: pointer;
}

.top_nav .logo .logo_name{
    color:#ff0404;
    font-size: 60px;
    font-weight: 700;
}
.top_nav .logo .logo_name .i1{
    letter-spacing: 6px;
    position: relative;
    top: -9px;
}
.top_nav .logo .logo_name .i2{
    letter-spacing: 35px;
}
/*é¦–é¡µ*/
.index_body .top_nav .header_top .tips{
    background: #3e75ba;
}
.index_body .top_nav .logo img{
    width: 80px;
    height: 86px;
    margin-right: 20px;
}

.index_body .top_nav .header_top {
    background:url(index_top_nav_bg.jpg) no-repeat bottom center;
}
.index_body .top_nav .logo .logo_name{
    color: #fff;
    text-shadow: 3px 3px 3px #4387dd;
    font-size: 38px;
}
.index_body .top_nav .logo .logo_name .i1 {
    letter-spacing: 5px;
    top: -3px;
}
.index_body .top_nav .logo .logo_name .i2 {
    letter-spacing: 23px;
}
/*å¯¼èˆªæ¡-----------------------------------*/
.header_nav{
    width: 100%;
    background: #f1f1f1;
}


.header_nav .nav_list li{
    float: left;
}
.header_nav .nav_list li>a {
    font-size: 18px;
    line-height: 54px;
    border-bottom: 2px solid transparent;
    padding: 0 35px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header_nav .nav_list li:hover a,
.header_nav .nav_list li.on>a{
    color: #4387dd;
    border-bottom: 2px solid #4387dd;
}
/*æœç´¢æ¡†â€”-------------------------------------*/
.header_nav .search_box{
    width: 247px;
    background: #4387dd;
    border: 1px solid #4387dd;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px\0;

}
:root .header_nav .search_box{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.header_nav .search_box .search{
    width: calc(100% - 50px);
    background: #fff;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_nav .search_box .search_btn{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 32px;
    background: url(search_icon.png) no-repeat center center;
}

input::-webkit-input-placeholder{
    Â Â Â Â color:#a7a7a7;
}
input::-moz-placeholder{
    Â Â Â Â color:#a7a7a7;
}
input:-ms-input-placeholder {
    Â Â Â Â color: #a7a7a7;
}
/*å†…å®¹åŒº----------------------------*/
.viewport{
    padding-top: 20px;
    background: url(view.jpg) no-repeat top center;
    background-size: 100% auto !important;
}
.index_body .viewport{
    background: url(view_bg.png) no-repeat top center;
}
/*å¤§æ ‡é¢˜*/
.title_box{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.title_box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 100%;
    background: #4387dd;
    content: "";
    display: block;
}
.title_box a{
    font-size:18px;
    padding: 8px 18px;
}
.title_box a.title_a{
    background: #4387dd;
    color: #fff;
}
/*æ–°é—»åŠ¨æ€-----------------------------------*/
.news_sec .news_item{
    width: 49.33%;
    height: 443px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-bottom: 20px; */
}
.news_item2{
    padding: 20px 15px;
}
.news_top{
    margin-bottom: 20px;
}
.news_top .news_img {

}
/*é¦–é¡µå·¦ä¾§è½®æ’­å›¾æ–°é—»*/
.slideBox_new {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.slideBox_new .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox_new_ul{
    width: 100%;
    height: 100%;
}
.slideBox_new_ul li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    font-size: 0;
}
.slideBox_new_ul li a{
    width: 100%;
    height: 100%;
}
.slideBox_new_ul li .img_con{
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover !important;
}
.slideBox_new_ul li .name{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 160px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,.41);
}


/*é»˜è®¤æ–°é—»åˆ—è¡¨*/
.news_list{

}
.news_list li{
    font-size: 0;
    position: relative;
}
.news_list li a{
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    height: 36px;
    background: url(a_bg.png) repeat-x left bottom;
    padding-right: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news_list li:last-of-type a{
    background: none;
}
.news_list li .time{
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
}
.news_list li a:hover{
    color: #00A7D8;
}
/*é¦–é¡µåˆ‡æ¢å¯¼èˆª*/
.news_menu{

}
.news_menu a{
    background: #dddddd;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 10px;
}

.news_menu a.on{
    background: #4387dd;
}
.news_detail .news_list{
    display: none;
}
.news_detail .news_list.active{
    display: block;
}
/*ä¸“é¢˜ä¸“æ */
.zhuan_sec{
    padding-top: 20px;
    background: #fff;
    margin-top: 20px;
}
.zhuan_sec .title_box{
    margin-left: 15px;
}
.zhuan_sec .title_box a{
    color: #4387dd;
}
.zhuan_con{
    border-top: 1px solid #e3e3e3;
    padding: 30px 85px;
    position: relative;
}

/*ä¸“é¢˜ä¸“æ è½®æ’­å›¾æ ·å¼---------------*/

.tempWrap{
    margin: 0 auto;
}
.slideBox_img .bd ul li {
    margin: 0 25px;
    float: left;
    display: inline-block;
}
.slideBox_img li a,
.slideBox_img li img{
    width: 100% !important;
    height: 142px;
}
.slideBox_img .next{
    right: 15px;
}
.slideBox_img .prev{
    left: 15px;
}

/*åº•éƒ¨*/
footer{
    background: #e2e2e2;
    margin-top: 30px;
}
.footer_top{
    background: #84cef7;
    padding: 18px 0;
    text-align: center;
}
.footer_top .sel_con{
    float: left;
    width: 28.8%;
    margin-right: 6.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
/*.footer_top .sel_con:before{
    width: 41px;
    height: 31px;
    background: url(sec_icon.png) no-repeat center center;
    background-size: 100% 100% !important;
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -15px \0;
    content: "";
    display: block;
}
:root .footer_top .sel_con:before{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.footer_top select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(sec_icon.png) no-repeat center right;
    padding: 8px 10px 8px 18px;
    border: 1px solid #2b4451;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
select::-ms-expand {
    display: none;
}
.footer_top .sel_con.sel_con_last{
    margin-right: 0;
}

.footer_center{
    padding: 45px 0 8px;
    text-align: center;
    font-size: 18px;
}
.footer_center a{
    padding: 0 10px;
}

.a1_img{
    position: absolute;
    bottom: 50px;
    left: 45px;
    height: 80px;
}
.a2_img{
    position: absolute;
    bottom: 50px;
    right: 45px;
    height: 60px;
}
.a1_img img,
.a2_img img{
    height: 100%;
}

.footer_bottom{
    padding: 10px 0 15px;
}
.footer_bottom p{
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}
.footer_bottom p span{
    padding: 0 5px;
}
.index_body footer{
    background: #e6ebf3;
}
.index_body .footer_top{
    background: #4387dd;
}
/*.index_body .footer_top .sel_con:before {
    background: url(sec_icon2.png) no-repeat center center;
}*/
.index_body .footer_top select{
    border: 1px solid #c1d7f4;
    color: #c1d7f4;
    background: url(sec_icon2.png) no-repeat center right;
}


/*å³ä¾§å¿«æ·å¯¼èˆª*/
.right_nav_con{
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 100;
}
.right_nav_ul{
    border-left: 10px solid #ff9d00;
}
.right_nav_ul li{
    width: 95px;
    height: 87px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    cursor: default;
}
.right_nav_ul li:last-of-type{
    height: 106px;
    border-bottom: 1px solid #ccc;
}
.right_nav_ul li  a{
    width: 100%;
}
.right_nav_ul li span{
    width: 100%;
    height: 56px;
    position: relative;
}
.right_nav_ul li span img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -16px \0;
    margin-left: -20px \0;

}
:root .right_nav_ul li span img{
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 0;
    margin-left: 0;
}
.right_nav_ul li:hover{
    color: #5ea0d1;
}
.ewm_dl{
    display: none;
    position: absolute;
    bottom: 0;
    right: 105px;
    background: #fff;
}
.ewm_dl dd img{
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
}
.ewm_dl dd p{
    text-align: center;
    line-height: 25px;
}
.ewm_dl dd p i{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 8px solid #000;
    margin-left: 2px;
}
.right_nav_ul li:hover .ewm_dl{
    display: block;
}

    /*é€šç”¨åˆ—è¡¨é¡µ*/
.crumbs{
    height: 25px;
    line-height:25px;
    padding: 10px 15px;
    font-size: 16px;
    background: rgba(255,255,255,.49);
    margin-bottom: 20px;
}
.crumbs img{
    position: relative;
    top: -3px;
    margin-right: 10px;

}
.crumbs .current_span{
    color: #4387dd;
}


/*å†…å®¹é¡µ*/
.containner{
    background: #fff;
    padding: 30px 20px;
    min-height: 860px;
}
.containner.people_containner{
    background: none;
}
/*å·¦ä¾§æ ç›®å¯¼èˆª*/
.left_menu{
    width: 25%;
}
.left_menu a{
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

}
.left_menu .left_menu_top_title{
    font-size: 0;
    margin-bottom: 10px;
}
.left_menu .left_menu_top_title a{
    background: #4387dd;
    font-size: 18px;
    color: #fff;
    height: 56px;
    line-height: 56px;
}
.left_menu_list .list_item{
    font-size: 0;
    margin-bottom: 10px;
    position: relative;
}
.left_menu_list .list_item .toggle_i{
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 10px;
}
.left_menu_list .list_item .toggle_i:after{
    position: absolute;
    top: 24px;
    right: 10px;
    border: 5px solid transparent;
    border-left: 6px solid #4387dd;
    width: 0;
    height: 0;
    content: "";
    display: block;
}
.left_menu_list .list_item>a {
    background: #fff;
    border: 1px solid #4387dd;
    color: #4387dd;
    font-size: 16px;
}

.list_item_dl{
    display: none;
    margin-top: 10px;
}
.list_item_dl dd{
    margin-top: 5px;
    font-size: 0;
}
.list_item_dl dd a{
    text-align: center;
    font-size: 14px;
    background: #f0f7ff;
    color: #4387dd;
    padding: 0;
}
.list_item_dl dd.on a{
    background: #c2ddff;
}
.left_menu_list .list_item .toggle_i.on:after{
    border-left: 5px solid transparent;
    border-top: 6px solid #4387dd;
}
.left_menu_list .list_item.selected>a{
    background: url(active_bg.png) no-repeat center center;
    background-size: cover;
    border: none;
}
.left_menu_list .list_item .list_item_dl.block,
.left_menu_list .list_item.selected .list_item_dl{
    display: block;
}
.containner .content{
    width: 71%;
}
.news_list2.news_list li a {
    line-height: 50px;
    height: 50px;
    padding-right: 180px;
    background: none;
    border-bottom: 1px solid #e8e8e8;
}
.news_list2.news_list li .time {
    line-height: 50px;
    height: 50px;
}
.pageing{
    padding: 10px 0;
}
/*é€šç”¨åˆ—è¡¨0-----------------------------------*/
.content_page{

}
.news_header{

}
.news_header .news_title{
    font-size: 34px;
    line-height: 54px;
    color: #4387dd;
    padding-bottom: 30px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.news_header .news_info{
    line-height: 24px;
    text-align: center;
    background: #f3f3f3;
    padding: 10px 0;
    position: relative;
    margin-top: 20px;
}
.news_header .news_info>span{
    margin: 0 20px;
}
.news_header .news_info .sm_big{
    position: absolute;
    top: 10px;
    right: 25px;
}

.news_header .news_info .sm_big span{
    margin: 0 2px;
}
.news_header .news_info .sm_big span a{
    width: 24px;
    height: 24px;
    background-size: 100% 100% !important;
}
.news_header .news_info .sm_big span .smaller{
    /* background: url(sm.jpg) no-repeat center center; */
}
.news_header .news_info .sm_big span .bigger{
    /* background: url(big.jpg) no-repeat center center; */
}
.news_header .news_info .sm_big span .puter{
    /* background: url(dy.jpg) no-repeat center center; */
}
.news_header .news_info .sm_big span .smaller.disable{
    background: url(sm_dis.jpg) no-repeat center center;
}
.news_header .news_info .sm_big span .bigger.disable{
   /* background: url(big.jpg) no-repeat center center;*/
}
.news_header .news_info .sm_big span .puter.disable{
   /* background: url(dy.jpg) no-repeat center center;*/
}



.page_info{
    padding: 30px 0px 50px;
}
.page_info p {
	font-size: 14px;
	line-height: 22px;
}

/*åˆ†äº«å’Œå…³é—­é¡µé¢*/
.comment_header_content{
    margin: 20px 0 40px;
    position: relative;
    background: #f3f3f3;
    padding: 0 20px 8px 0;
}

.close_page{
    padding-top: 12px;
    display: none;
}



/*é¢†å¯¼åˆ—è¡¨é¡µ-------------------------------------------*/
.title_nav{
    position: relative;
    z-index: 10;
}
.title_nav .current_title{
    color: #4387dd;
    font-size: 18px;
    padding: 5px 12px;
    border-bottom: 3px solid #4387dd;
}
.title_nav .current_title img{
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.people_list li{
    width: 23%;
}
.people_list li a{
    text-align: center;
    width: 100%;
}
.people_list li .img_con{

}
.people_list li img{
    width: 117px;
    height: 147px;
}
.people_list li .info_con .name{
    text-align: center;
    font-size: 18px;
    padding: 15px 0 10px;
    color: #4387dd;
}
.people_list li .info_con .info{
    line-height: 26px;
    font-size: 16px;
    text-align: center;
}

.people_list.frist_ul{
    padding-top: 50px;
}
.people_list.other_ul{
    width: 80%;
    margin: 0 auto;
}
.people_list.frist_ul li{
    margin: 0 auto 60px;
}
.people_list.other_ul li{
    float: left;
    margin-right: 15%;
    margin-bottom: 20px;
}
.people_list.other_ul li.last_li{
    margin-right: 0;
}
.people_list.other_ul li:nth-of-type(3n){
    margin-right: 0;
}

/* .people_list.other_ul li:nth-of-type(3n+1){
    clear: left;
} */


    /*é¢†å¯¼ä¿¡æ¯é¡µ*/

.content_page .part_left{
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content_page .part_right .title_nav,
.content_page .part_left .title_nav{
    margin-bottom: 20px;
    font-weight: 700;
}
.part_left .part1_con{

}
.part_left .part1_con img{
    width: 160px;
    height: 200px;
}
.part_left .part1_con .people_ul{
     width: 365px \0;
     padding-left: 20px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
:root .part_left .part1_con .people_ul{
    width: calc(100% - 160px);
}
.part_left .part1_con .people_ul li{
    margin-bottom: 20px;
}
.part_left .part1_con .people_ul li span{
    background: #d6e8ff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0060e2;

}
.part_left .part1_con .people_ul li .info{
    width: 265px \0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root .part_left .part1_con .people_ul li .info{
    width: calc(100% - 80px);
}
.part_left .part1_con .people_ul li .info .name{
    font-size: 18px;
    line-height: 30px;
}
.content_page .part_right{
    width: 50%;
}
.news_list.activit_list li{
    padding-left: 10px;
}
.news_list.activit_list li a{
    background: none;
    height: 40px;
    line-height: 40px;
}
/*æ”¿åŠ¡å…¬å¼€é¢‘é“é¡µ---------------------------------------------------*/

.items_item .left,
.items_item .right{
    width: 49.2%;
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.items_item .left .title_nav,
.items_item .right .title_nav{
    margin-bottom: 7px;
    font-weight: 700;
}
.items_item.items_item1 .right .title_nav{
    margin-bottom: 20px;
}
.news_list3.news_list li a{
    padding-left: 40px;
    background: none;
}
.news_list3.news_list li a:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #dedede;
    position: absolute;
    top: 45%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    left: 12px;

}

.lead_con .frist_lead{
    width: 175px;
    text-align: center;
}
.lead_con .frist_lead img{
    width: 150px;
    height: 185px;
    border: 1px solid #4387dd;
}

.lead_con .frist_lead p,
.lead_con .lead_ul li p{
    line-height: 36px;
}
.lead_con .frist_lead p{
    margin-top: 10px;
}
.lead_con .frist_lead p i{
    margin-right: 20px;
}
.lead_con .frist_lead p i,
.lead_con .lead_ul li p i{
    color: #4387dd;
    font-size: 18px;
    font-weight: 700;
}

.lead_con .lead_ul{
    width: calc(100% - 175px);
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px;
}
.lead_con .lead_ul li p i{
    margin-right: 12px;
    display: inline-block;
    width: 60px;
    text-align-last: justify;
}
.lead_con .lead_ul li p span{
    margin-left: 12px;
    display: inline;
}
.lead_con .lead_ul li{
    margin-bottom: 13.5px;
}
.lead_con .lead_ul li:last-of-type{
    margin-bottom: 0;
}

.lead_link{
    margin: 35px 0 29px;
}
.lead_link li {
    float: left;
    width: 31%;
    margin-right: 3.13%;
}
.lead_link li.last_li{
    margin-right: 0 \0;
}
.lead_link li:last-of-type{
    margin-right: 0;
}

.lead_link li a{
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #f59978;
    color: #f59978;
    background: #fff0eb;
}
.lead_link li:nth-of-type(2) a{
    border: 1px solid #f9c346;
    color: #f9c346;
    background: #fff9eb;
}
.lead_link li:nth-of-type(3) a{
    border: 1px solid #67c0f4;
    color: #67c0f4;
    background: #f2faff;
}
.lead_link li:nth-of-type(4) a{
    border: 1px solid #7d9cff;
    color: #7d9cff;
    background: #eff3ff;
}
/* é¦–é¡µæ–°å¢žæ”¿åŠ¡ä¿¡æ¯ */
.index_gover_list{
    margin: 0;
}
.index_gover_list li{
    width: 20%;
    margin-right: 0;
    float: left;
}
.index_gover_list li.last_li{
    margin-right: 0;
}
.index_gover_list li:nth-of-type(6n){
    margin-right: 0;
}

.index_gover_list li a{
    width: 100%;
    background: #fff;
    text-align: center;
    height: 170px;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.index_gover_list li a img{
    height: 61px;
    margin-bottom: 30px;
}
.index_gover_list li a p{
    text-align: center;
    font-size: 16px;
    color: #4a9cce;
}
/*æ”¿åŠ¡å…¬å¼€é“¾æŽ¥åˆ—è¡¨*/
.gover_list{
    margin: 20px 0;
}
.gover_list li{
    width: 15%;
    margin-right: 2%;
    float: left;
}
.gover_list li.last_li{
    margin-right: 0 \0;
}
.gover_list li:nth-of-type(6n){
    margin-right: 0;
}

.gover_list li a{
    width: 100%;
    background: #fff;
    text-align: center;
    height: 170px;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.gover_list li a img{
    height: 61px;
    margin-bottom: 30px;
}
.gover_list li a p{
    text-align: center;
    font-size: 16px;
    color: #4a9cce;
}
.items_item2 .title_nav{
    position: relative;
}
.items_item2 .title_nav .news_menu{
    position: absolute;
    top: 0;
    right: 0;
}
.items_item2 .title_nav .news_menu a{
    background: none;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.items_item2 .title_nav .news_menu a.on{
    color: #4387dd;
    background: none;
}
/*æ”¿æ°‘äº’åŠ¨é¡µ--------------------------------------------------------*/
.inter_item{

}
.inter_item .left{
    width: 68.28%;
}
.inter_item .left .left_bot,
.inter_item .left .left_top{
    padding: 15px;
    background: #fff;
}
.inter_item .left .left_bot .title_nav,
.inter_item .left .left_top .title_nav{
    margin-bottom: 9px;
    font-weight: 700;
}
.inter_item .left .left_bot{
    margin-top: 20px;
}
.inter_item .right{
    width: 30.13%;
}
.want_ul{
    border-top: 4px solid #4a9cce;
    background: #fff;
    padding: 15px 10px 5px;
}
.want_ul li{
    width: 49%;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
}
.want_ul li.li2{
    margin-right: 0 \0;
}
.want_ul li:nth-of-type(2n){
    margin-right: 0;
}
.want_ul li a{
    width: 100%;
    text-align: center;
    line-height: 37px;
    color: #4a9cce;
    font-size: 16px;
    background: #deeff9;
    padding: 10px 0;
}
.want_ul li a img{
    height: 37px;
    margin-right: 10px;
}
.want_img_ul li{
    margin-top: 20px;
}
.want_img_ul li a,
.want_img_ul li img{
    width: 100%;
}

/*ä¸“é¢˜ä¸“æ */
.special_con .title_nav{
    font-weight: 700;
}
.news_img_list{
    padding: 0 15px;
}
.news_img_list li{
    margin-top: 20px;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.news_img_list li.li3{
    margin-right: 0 \0;
}
.news_img_list li:nth-of-type(3n){
    margin-right: 0;
}
.news_img_list li a{
    width: 100%;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_img_list li .img_con{
    padding: 10px;

}
.news_img_list li .img{
    width: 100%;
    padding-top: 47.23%;
    background-size: cover !important;
}
.news_img_list li .name{
    background: #fbfbfb;
    border-top: 1px solid #f2f2f2;
    color: #666666;
    line-height: 34px;
    height: 34px;
    text-align: center;

}

    /*ç½‘ç«™åœ°å›¾*/
.sitemap_con{

}
.site_item{

}

.site_item .site_item_list{
    padding: 24px 0 0;
}

.site_item_list .list_item{
    position: relative;
    width: 18.8%;
    margin-right: 1.5%;
    margin-bottom: 20px;
    float: left;

}
.site_item_list .list_item.list_item5{
    margin-right: 0 \0;
}
.site_item_list .list_item:nth-of-type(5n){
    margin-right: 0;
}
.site_item_list .list_item>a{
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    color: #4387dd;
    background: #e8f2ff;
    text-align: center;
}

.site_item_list .list_item:hover>a{
    background: #4386dd;
    color: #fff;
}
.site_item_list .list_item .toggle_i{
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 45px;
    color: #4387dd;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.site_item_list .list_item:hover .toggle_i{
    color: #fff;
}
.list_item_hide dd>a:hover{
    color: #4386dd;
}
.list_item_hide{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border: 1px solid #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list_item_hide dd>a{
    width: 100%;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site_item_list .list_item.selected:hover .list_item_hide{
    display: block;
}



@media screen and (max-width: 1680px) {
    .top_nav .logo .logo_name {
        font-size: 50px;
    }
    .top_nav .logo .logo_name .i1 {
        letter-spacing: 4px;
        top: -6px;
    }
    .top_nav .logo .logo_name .i2 {
        letter-spacing: 28px;
    }
    .top_nav .logo img {
        width: 110px;
        height: 118px;
    }

    .top_nav .header_top {
        padding: 80px 0;
    }

    .top_nav .header_top .tips {
        top: -80px;
    }
    .news_header .news_title {
        font-size: 30px;
        line-height: 45px;
    }












}
@media screen and (max-width: 1366px) {
    .wrap{
        width: 1000px;
    }
    .right_nav_ul {
        border-left: 5px solid #ff9d00;
    }
    .right_nav_ul li {
        width: 65px;
        height: 56px;
        font-size: 12px;
    }
    .right_nav_ul li:last-of-type {
        height: 70px;
    }
    .right_nav_ul li span {
        height: 36px;
    }
    .right_nav_ul li span img{
        height: 25px;
    }
    .ewm_ul {
        right: 72px;
    }
    .ewm_ul li img {
        width: 100px;
        height: 100px;
    }
    .ewm_ul li{
        font-size: 12px;
    }
    .index_wrap {
        width: 1080px;
    }
    .top_nav .header_top {
        padding: 70px 0;
    }
    .top_nav .header_top .tips {
        top: -70px;
    }
    .top_nav .header_top .tips a {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .top_nav .logo .logo_name {
        font-size: 40px;
    }
    .top_nav .logo .logo_name .i1 {
        letter-spacing: 3px;
        top: -4px;
    }
    .top_nav .logo .logo_name .i2 {
        letter-spacing: 22px;
    }
    .top_nav .logo img {
        width: 85.77px;
        height: 92px;
    }
    .index_body .top_nav .logo .logo_name {
        font-size: 30px;
    }
    .index_body .top_nav .logo .logo_name .i1 {
        letter-spacing: 3px;
    }
    .index_body .top_nav .logo .logo_name .i2 {
        letter-spacing: 17.5px;
    }
    .top_nav .logo img{
        margin-right: 15px;
    }
    .index_body .top_nav .logo img {
        width: 63.25px;
        height: 68px;
        margin-right: 15px;
    }
    .header_nav .nav_list li>a {
        font-size: 16px;
        line-height: 46px;
        padding: 0 25px;
    }
    .news_item2 {
        padding: 15px 10px;
    }
    .title_box {
        margin-bottom: 5px;
    }
    .title_box a {
        font-size: 16px;
        padding: 5px 14px;
    }
    .footer_center {
        padding: 35px 0 8px;
        font-size: 16px;
    }
    .footer_bottom p {
        line-height: 35px;
        font-size: 15px;
    }
    .a1_img {
        bottom: 40px;
        left: 70px;
    }
    .a2_img {
        bottom: 40px;
        right: 70px;
    }
    .left_menu {
        width: 250px;
    }
    .left_menu a {
        height: 50px;
        line-height: 50px;
        padding-left: 25px;
    }
    .left_menu .left_menu_top_title a {
        height: 46px;
        line-height: 46px;
    }
    .left_menu_list .list_item .toggle_i {
        height: 50px;
        right: 6px;
    }
    .left_menu_list .list_item .toggle_i:after {
        top: 19px;
        right: 6px;
    }

    .news_list2.news_list li a {
        line-height: 45px;
        height: 45px;
        padding-right: 160px;
    }

    .news_header .news_title {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .page_info {
        padding: 20px 0px 40px;
    }

    .people_list li img {
        width: 95px;
        height: 119px;
    }
    .people_list.frist_ul li {
        margin: 0 auto 30px;
    }
    .people_list li .info_con .name {
        font-size: 16px;
        padding: 10px 0 5px;
    }

    .people_list li .info_con .info {
        line-height: 20px;
        font-size: 14px;
    }



    .lead_con .frist_lead p i, .lead_con .lead_ul li p i {
        font-size: 16px;
    }

    .lead_con .frist_lead p i {
        margin-right: 10px;
    }
    .lead_con .frist_lead img {
        width: 130px;
        height: 165px;
    }
    .lead_con .frist_lead {
        width: 160px;
    }
    .lead_con .lead_ul {
        width: calc(100% - 160px);
        padding-left: 20px;
    }
    .lead_con .lead_ul li p i {
        margin-right: 10px;
    }
    .lead_con .lead_ul li p span {
        margin-left: 10px;
    }
    .lead_con .lead_ul li {
        margin-bottom: 22px;
    }
    .lead_link {
        margin: 40px 0 46px;
    }
    .gover_list li a {
        height: 150px;
        padding-top: 30px;
    }
    .gover_list li a img {
        height: 50px;
        margin-bottom: 22px;
    }
    .items_item2 .title_nav .news_menu a {
        margin: 0 2px;
        font-size: 14px;
    }
    .slideBox_img .bd ul li {
        margin: 0 12px;
    }
}

/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 900px) {
    .hide-x {
        display: none;
    }
    .wrap {
        margin: 0;
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .index_wrap {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top_nav .logo .logo_name {
        font-size: 17px;
    }
    .top_nav .logo .logo_name .i1 {
        letter-spacing: 0;
        top: 0;
    }
    .top_nav .logo .logo_name .i2 {
        letter-spacing: 7.5px;
    }
    .top_nav .logo img {
        width: 37.28px;
        height: 40px;
        margin-right: 5px;
    }
    .index_body .top_nav .logo img {
        width: 37.2px;
        height: 40px;
        margin-right: 5px;
    }
    .index_body .top_nav .logo .logo_name {
        font-size: 17px;
    }
    .index_body .top_nav .logo .logo_name .i1 {
        letter-spacing: 0px;
        top: 0;
    }
    .index_body .top_nav .logo .logo_name .i2 {
        letter-spacing: 7.5px;
    }
    .top_nav .menu{
        width: 40px;
        height: 40px;
        background: url(menu_white.png) no-repeat center center;
        background-size: 70% !important;
        position: absolute;
        top: 0;
        right: 10px;
    }
    .top_nav .header_top .tips {
        top: -40px;
        right: 15px;
        font-size: 12px;
        padding: 0 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .top_nav .header_top .tips a {
        height: 25px;
        line-height: 25px;
        padding: 0 3px;
    }
    .top_nav .header_top {
        padding: 40px 0 60px;
    }
    .header_nav .search_box {
        width: 50%;
        top: -30px;
        right: 25%;
    }
    .header_nav .search_box .search {
        width: calc(100% - 35px);
        padding: 5px 5px;
    }
    .header_nav .search_box .search_btn {
        width: 35px;
        height: 24px;
        background-size: 40% !important;
    }
    .header_nav .nav_list{
        width: 100%;
    }
    .header_nav .nav_list li {
        width: 20%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header_nav .nav_list li a{
        padding: 0;
        width: 100%;
        font-size: 13px;
        line-height: 36px;
    }
    .right_nav_con {
        display: none;
    }
    .news_list li a {
        padding-right: 100px;
    }
    .news_list2.news_list li a {
        line-height: 40px;
        height: 40px;
        padding-right: 100px;
    }
    .news_list2.news_list li .time {
        line-height: 40px;
        height: 40px;
        top: 0px;
    }
    .news_sec .news_item {
        width: 100%;
        height: 260px;
        margin-bottom: 15px;
    }
    .news_sec .news_item2{
        height: auto;
    }
    .zhuan_con {
        padding: 15px 30px;
    }
    .slideBox_img .bd ul li{
        margin: 0 5px;
        width: 85px;
    }
    .slideBox_img .next{
        right: 5px;
    }
    .slideBox_img .prev{
        left: 5px;
    }
    .slideBox .prev, .slideBox .next {
        width: 15px;
        height: 25px;
    }
    .slideBox_img li a,
    .slideBox_img li img {
        height: 80px;
    }

    .title_box {
        padding-left: 12px;
    }
    .title_box a {
        font-size: 14px;
    }
    .title_box:before {
        width: 6px;
    }
    footer {
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .footer_top .sel_con {
        width: 70%;
        margin: 8px 15%;
    }
    .footer_top select {
        padding: 6px 40px 6px 15px;
        font-size: 14px;
    }
    .footer_top {
        padding: 7px 0;
    }
    .foot_img{
        text-align: center;
    }
    .footer_bottom {
        padding: 5px 0 5px;
    }
    .footer_bottom p {
        line-height: 30px;
        font-size: 14px;
    }
    .footer_center {
        padding: 20px 0 5px;
    }
    .a1_img ,
    .a2_img{
        position: static;
        margin: 0 20px;
    }
    .a1_img {
        height: 50px;
    }
    .a2_img {
        height: 44px;
    }
    .crumbs {
        height: 25px;
        line-height: 25px;
        padding: 5px 5px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .crumbs img {
        margin-right: 2px;
        height: 20px;
    }

    .viewport {
        padding-top: 15px;
    }
    .containner {
        padding: 10px;
        min-height: 400px;
    }


    .containner .content {
        width: 100%;
    }

    .title_nav .current_title{
        font-size: 16px;
        padding: 5px;
    }
    .title_nav .current_title img{
        height: 16px;
        margin-right: 5px;
        top: -2px;
    }


    .more_nav_ul{
        position: absolute;
        top: 0;
        right: 0;

    }
    .more_nav_ul li{
        position: relative;
    }
    .more_nav_btn{
        width: 30px;
        height: 30px;
        background: url(more_nav.png) no-repeat center center;
        background-size: contain;
    }

    .more_nav_ul li dl{
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
    }

    .more_nav_ul li dl dd a{
        width: 135px;
        line-height: 36px;
        height: 36px;
        text-align: center;
        background: #edeff2;
        border-bottom: 1px dashed #909090;
    }

    .more_nav_ul li dl dd:last-of-type a{
        border-bottom: 0;
    }

    .news_header .news_title {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 12px;
    }

    .news_header .news_info {
        padding: 6px 0;
    }

    .news_header .news_info>span {
        margin: 0 5px;
        font-size: 12px;
    }

    .page_info {
        padding: 10px 0px 10px;
    }
    .comment_header_content {
        margin: 20px 0 20px;
    }


    .people_list.frist_ul {
        padding-top: 15px;
    }

    .people_list li {
        width: 45%;
    }

    .people_list.other_ul li {
        margin-right: 10%;
        margin-bottom: 15px;
    }
    .people_list.other_ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .people_list.other_ul li:nth-of-type(3n){
        margin-right: 10%;
    }


    .content_page .part_left {
        width: 100%;
        padding-right: 0;
    }
    .content_page .part_right {
        width: 100%;
        padding-top: 10px;
    }
    .part_left .part1_con img {
        width: 100px;
        height: 125px;
    }

    .part_left .part1_con .people_ul {
        width: calc(100% - 100px);
        padding-left: 10px;
    }
    .part_left .part1_con .people_ul li span {
        width: 60px;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
    }

    .part_left .part1_con .people_ul li .info {
        width: calc(100% - 60px);
        padding-left: 10px;
    }
    .part_left .part1_con .people_ul li .info .name {
        font-size: 16px;
        line-height: 25px;
    }
    .part_left .part1_con .people_ul li {
        margin-bottom: 5px;
    }
    .content_page .part_right .title_nav, .content_page .part_left .title_nav {
        margin-bottom: 8px;
    }
    .items_item .left, .items_item .right {
        width: 100%;
        padding: 10px;
    }

    .news_list3.news_list li a {
        padding-left: 30px;
    }
    .news_list3.news_list li a:before {
        left: 5px;
    }
    .items_item .right {
        margin-top: 15px;
    }
    .lead_con .frist_lead img {
        width: 100px;
        height: 127px;
    }
    .lead_con .frist_lead p i {
        margin-right: 0;
        display: block;
        line-height: 16px;
    }
    .lead_con .frist_lead p {
        margin-top: 10px;
        text-align: center;
    }

    .lead_con .frist_lead {
        width: 100px;
    }
    .lead_con .lead_ul {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .lead_con .lead_ul li p i {
        margin-right: 0;
        display: block;
        line-height: 20px;
    }
    .lead_con .lead_ul li p span {
        margin-left: 0;
        line-height: 16px;
    }
    .lead_con .lead_ul li p {
        line-height: 26px;
    }
    .lead_con .lead_ul li {
        margin-bottom: 12px;
    }
    .lead_link li a {
        line-height: 35px;
        font-size: 14px;
    }
    .lead_link {
        margin: 15px 0 15px;
    }
/* é¦–é¡µ */
    .index_gover_list li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 15px;
    }

    .index_gover_list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .index_gover_list {
        margin: 15px 0 0;
    }
    .index_gover_list li a img {
        height: 30px;
        margin-bottom: 10px;
    }
    .index_gover_list li a p {
        font-size: 15px;
    }
    .index_gover_list li a {
        height: 110px;
        padding-top: 18px;
    }
    
    .gover_list li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 15px;
    }

    .gover_list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .gover_list {
        margin: 15px 0 0;
    }
    .gover_list li a img {
        height: 30px;
        margin-bottom: 10px;
    }
    .gover_list li a p {
        font-size: 15px;
    }
    .gover_list li a {
        height: 110px;
        padding-top: 18px;
    }

    .inter_item .left {
        width: 100%;
    }
    .inter_item .left .left_bot, .inter_item .left .left_top {
        padding: 10px;
    }
    .inter_item .left .left_bot {
        margin-top: 15px;
    }
    .inter_item .right {
        width: 100%;
        margin-top: 15px;
    }
    .want_img_ul li {
        margin-top: 15px;
    }
    .news_img_list {
        padding: 0 0px;
    }
    .news_img_list li {
        margin-top: 15px;
        width: 48%;
        margin-right: 4%;
    }
    .news_img_list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news_img_list li:nth-of-type(2n) {
        margin-right: 0;
    }


    .site_item_list .list_item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .site_item_list .list_item:nth-of-type(5n) {
        margin-right: 4%;
    }
    .site_item_list .list_item:nth-of-type(2n) {
        margin-right: 0;
    }
    .list_item_hide dd>a {
        padding: 5px;
    }
    .page_info {
        line-height: 30px;
    }




}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

