@media screen and (min-width:1000px){



@charset "utf-8";
*{ margin:0; padding:0;}
body{
    margin:0;
    padding:0;
}

.index_xmzx img{
    max-width:100% !important;
}
.daohang{
    display:block;
}
.clearfix,.menuBox{
    display:none;
}

.neiye_xuxian{
    width:100%;
    height:0;
    border-bottom: 1px dashed #cce7f6;
    margin-top: 294px;
}
html{
    margin:0;
    padding:0;
    background:#cce7f6;
    font-family: "微软雅黑";
}
input{
    font-family: "微软雅黑";
}
a{
    text-decoration:none;

}
.center{
    width:1000px;
    margin:0 auto;
    overflow: hidden;
}
.index_top{
    background:url(../images/top_feiji.png) no-repeat center;
    background-size:680px 100%;
    background-position: 85% 50%;
}
.logo{
    float:left;
    margin:30px 0;
}
.sousuo{
    float:right;
    border: 2px solid #4795d8;
    height: 30px;
    margin-top: 44px;
}
.sousuo form{
    width: 200px;
    height: 30px;
    float: left;
}
.sousuo form input{
    width: 200px;
    height: 30px;
    border: none;
    text-indent: 0.5rem;
}
.sch-btn{
    float: right;
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #4795d8;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}

/*导航*/
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: arial, sans-serif;
width:1000px;
margin:0 auto;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0;
margin:0;
height:50px;
line-height:50px;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
width:111px;
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display: block;
    text-align: center;
    text-decoration: none;
    width: 111px;
    height: 50px;
    color: #fff;
    border-right: 1px solid #69a5d8;
    border-width: 1px 1px 0 0;
    /* background: #0095FF; */
    line-height: 50px;
    font-size: 16px;
    font-family: "微软雅黑";
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
z-index: 2;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff;
background:#438ccc;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;
position:absolute;
top:50px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:#438ccc;
color:#ffffff;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#4da0e8;
color:#ffffff;
}
.menu_ul{
    border-left: 1px solid #69a5d8;
}


.daohang{
    background:url(../images/top_daohang_bj.jpg) repeat-x;

}
/*导航*/

/* banner */
.slider1 {
    position: relative;
    width: 467px;
    height: 264px;
    margin: 15px;
    overflow: hidden;
    float: left;
}
.slider1 img{ height:auto; width:100%;}
.slides { height: 100%; /* Simple clear fix */
overflow: hidden; /**
     * Prevent blinking issue
     * Not tested. Experimental.
     */
-webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; /**
     * Here is CSS transitions
     * responsible for slider animation in modern broswers
     */
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); }
.slide { height: 100%; float: left; clear: none; }
.slider-arrows { }
.slider-arrow { position: absolute; display: block; margin-bottom: -20px; width: 60px; height: 60px; line-height: 60px; text-decoration: none; text-align: center; color: #fff; font-size: 2em; background-color: #333; background-color: rgba(50,50,50,.3); border-radius: 50%; }
.slider-arrow--right { bottom: 50%; right: 30px; }
.slider-arrow--left { bottom: 50%; left: 30px; }
.slider-nav { position: absolute; bottom: 30px; }
.slider-nav__item { width: 10px; height: 10px; border-radius:50%; float: left; clear: none; display: block; margin: 0 3px; background: rgba(255, 255, 255, 0.8); }
.slider-nav__item:hover { background: #4692d4; }
.slider-nav__item--current { background: #4692d4; }

.center_bai{
    width: 1000px;
    margin: 40px auto 0;
    background: #fff;
    overflow: hidden;
}
.slider-nav{
    left: 510px !important;
    width: 300px !important;
    bottom: 7px !important;
}
.arrowsWrapper{
    display:none;
}

/* tab切换 */
#topmenu{width:450px;margin:30px auto 0 auto;height:80px;position:relative;}
#topmenu ul{margin:0;padding:0;}
#topmenu ul li{float:left;font-size:12px;background:#222;position:relative;text-align:center;width:70px;margin:0 10px;display:inline;line-height:30px;}
#topmenu ul li a{color:#aaa;text-decoration:none;}
#topmenu ul li a:hover{color:#fff;}
#topmenu ul li.active a{color:#fff;font-weight:800;}
/* tab */
.tab{
    width: 480px;
    margin: 15px 15px 15px 0;
    /* border: 1px solid #ccc; */
    float: right;
    position: relative;
}
.tab ul.menu1,
.tab1 ul.menu1,
.tab2 ul.menu1,
.tab3 ul.menu1,
.tab4 ul.menu1,
.tab5 ul.menu1{
    height: 33px;
    float: right;
    overflow: hidden;
    width: auto;
}
.tab ul.menu1 li,
.tab1 ul.menu1 li,
.tab2 ul.menu1 li,
.tab3 ul.menu1 li,
.tab4 ul.menu1 li,
.tab5 ul.menu1 li{
    float: left;
    text-align: center;
    width: auto;
    padding: 0 10px;
    height: 30px;
    /* background: #f6f6f6; */
    line-height: 30px;
    list-style: none;
    font-size: 14px;
    cursor: pointer;
}
.tab ul.menu1 li.active,
.tab1 ul.menu1 li.active,
.tab2 ul.menu1 li.active,
.tab3 ul.menu1 li.active,
.tab4 ul.menu1 li.active,
.tab5 ul.menu1 li.active{
    color: #4795d8;
    border-bottom: 3px solid #4795d8;
}
.tab1,
.tab2,
.tab3,
.tab4,
.tab5{
    width: 970px;
    position: relative;
    float: right;
    margin: 15px;
}
.con1,
.con2,
.con3,
.con4,
.con5,
.con6{
    border-top: 1px solid #e6e6e6;
    margin-top: 31px;
    padding-top: 8px;
}
.con2,
.con3,
.con4,
.con5,
.con6{
    display:none;
}

.con1 ul li,
.con2 ul li,
.con3 ul li,
.con4 ul li,
.con5 ul li,
.con6 ul li{
    font-size:14px;
    line-height:31px;
    color: #696969;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}
.con1 ul li a,
.con2 ul li a,
.con3 ul li a,
.con4 ul li a,
.con5 ul li a,
.con6 ul li a{
    font-size:14px;
    line-height:180%;
    color: #696969;
    list-style: none;
    text-decoration:none
}
.con1 ul li a:hover,
.con2 ul li a:hover,
.con3 ul li a:hover,
.con4 ul li a:hover,
.con5 ul li a:hover,
.con6 ul li a:hover{
    color:#333333;
    cursor:pointer;
    text-decoration:underline;
    text-decoration:none;
}

.zheng_title{
    font-size:18px;
    font-weight:900;
    color:#333333;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.fu_title{
    color:#b2b2b2;
    font-size:11px;
    margin-left:6px;
    font-weight:100;
}
.index_riqi{
    color:#c5c5c5;
    font-size:12px;
    float:right;
    /*line-height: 270%;*/
}

/* 首页会员服务 */
.index_hyfw ul{
    overflow: hidden;
    margin-top: 10px;
}
.index_hyfw ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.index_hyfw ul li:hover{
    opacity:0.8;
}
.index_hyfw ul li img{
    width: 100%;
}
.index_hyfw ul li:last-child{
    margin-right:0;
}
.index_hyfw_title{
    line-height: 20px;
}
.index_hyfw_riqi{
    color: #c5c5c5;
    font-size: 12px;
}
.index_hyfw_jj{
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
}
.index_hyfw ul li{
    border-bottom: 0 solid #e6e6e6;
}
/* 首页会员服务end */
.index_sjtj ul li{
    border: 1px solid #e0e0e0;
    box-sizing:border-box;
}
/* 学术物流 */
.index_zywl ul{
    overflow: hidden;
    margin-top: 10px;
}
.index_zywl ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.index_zywl ul li:hover{
    opacity:0.8;
}
.index_zywl ul li img{
    width: 100%;
}
.index_zywl ul li:last-child{
    margin-right:0;
}

.index_zywl ul li{
    border-bottom: 0 solid #e6e6e6;
}
/* 学术物流end */

/* 学术教育 */
.index_xsjy_left{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.index_xsjy_left li{
    width: 100%;
    overflow: hidden;
    border-bottom: 0 solid #e6e6e6 !important;
    position: relative;
    border-right: 1px solid#e6e6e6;
    box-sizing: border-box;
}
.index_xsjy_left li img{
    float: left;
    width: 45%;
}
.index_xsjy_left_text{
    float: left;
    width: 50%;
    margin-left: 2%;
    margin-top: 2px;
}
.index_xsjy_left_text .index_hyfw_riqi{
    /* position: absolute;
    bottom: 3px; */
}
.index_xsjy_left_text .index_hyfw_jj{
    margin-top:10px;
}
.index_xsjy_right{
    float: left;
    width:49%;
    margin-top: 10px;
}
.index_xsjy_right li{
    margin-left: 15px;
}
/* 学术教育 end */

/* 物流标准化 */
.index_wlbzh{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.index_wlbzh li{
    width: 48.9%;
    float: left;
}
.index_wlbzh li img{
    width: 48%;
    float: left;
}
.index_wlbzh li:nth-child(1){
    padding:0 1% 1% 0;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}
.index_wlbzh li:nth-child(2){
    padding:0 0 1% 1%;
    border-bottom:1px solid #e6e6e6;
}
.index_wlbzh li:nth-child(3){
    padding:1% 1% 0 0;
    border-right:1px solid #e6e6e6;
    border-bottom: 0 solid #e6e6e6;
}
.index_wlbzh li:nth-child(4){
    padding:1% 0 0 1%;
    border-right:0 solid #e6e6e6;
    border-bottom: 0 solid #e6e6e6;
}
.index_wlbzh li img{
    width: 48%; object-fit: contain; height:150px;
}

/* 物流标准化end */

/*合作伙伴*/


.scroll_horizontal{
    position: relative;
    width: 970px;
    /* height: 120px; */
    /* padding: 20px; */
    line-height: 20px;
    /* background: #000; */
    margin-top: 10px;
}
.scroll_horizontal .box{
    overflow: hidden;
    position: relative;
    width: 970px;
    /* height: 120px; */
    margin: 0 auto;
}
.list li img{
    display: block;
    border: 1px solid #e0e0e0;
}
.scroll_horizontal .list{overflow:hidden;width:9999px;margin-left: 0;}
.scroll_horizontal .list li{float:left;width:196px;text-align:center;}
.scroll_horizontal .plus,
.scroll_horizontal .minus{position:absolute;top:30px;width:30px;height:44px;/* background:rgba(0, 0, 0, 0.3); */cursor:pointer;}
.scroll_horizontal .plus{left:0px;}
.scroll_horizontal .minus{
    right:0px;
    background:url(../images/fanye_right.png) no-repeat center rgba(0, 0, 0, 0.3);
}
.scroll_horizontal .minus:hover{
    right:0px;
    background:url(../images/fanye_right.png) no-repeat center rgba(0, 0, 0, 0.6);
}
.scroll_horizontal .plus{
    left:0px;
    background:url(../images/fanye_left.png) no-repeat center rgba(0, 0, 0, 0.3);
}
.scroll_horizontal .plus:hover{
    left:0px;
    background:url(../images/fanye_left.png) no-repeat center rgba(0, 0, 0, 0.6);
}
.index_hydw ul li{
    border-bottom: 0px solid #e6e6e6;
}


/*合作伙伴end*/

/* 首页下载中心|项目咨询 */
.index_xiazai{
    width: 637px;
    float:left;
}
.index_xiazai .scroll_horizontal{
    width: 637px;
}
.index_xiazai .scroll_horizontal .box{
    width: 637px;
    margin: 0;
}
.index_xiazai .scroll_horizontal .box .list{
    margin-left: 0px;
}
.index_xiazai .scroll_horizontal .box .list li{
    width:220px
}
.index_xiazai .scroll_horizontal .box .list li img{
    border:1px solid #e0e0e0;
    display: block;
    width:90%;
}
.xiazai_plus,
.xiazai_minus{
    top:102px !important
}
.index_xiazai_title{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 199px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.index_xmzx{
    border-left: 1px dashed #e6e6e6;
    padding-left: 15px;
    margin-left: -15px;
    margin-top: 10px;
}
.index_xmzx_bk{
    width: 302px;
}

.liuyan_xm{
    margin: 0;
}
.form input,.formText{
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 5px 10px;
    outline:medium;
    font-family:"tt_1",Arial,'微软雅黑';
    -webkit-appearance: none;
    box-sizing:border-box;transition: 0.4s;
}
.form input:focus,.form textarea:focus{
    border-color:#555;
}
.form dl{
    margin-bottom: 9px;
    width: 49%;
    float: left;
    margin-right: 2%;
}
.form dl:nth-child(2n+2){margin-right:0;}
.form dt{
    font-size: 12px;
}
.form textarea{
    min-height: 100px;
    max-width: 100%;
    font-family:"tt_1",Arial,'微软雅黑';
}
.formBtn input{
    padding: 10px;
    width:100%;
    background-color: #111;
    color: #fff;
    margin: 10px auto;
    line-height: 18px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    font-family:"tt_1",Arial,'微软雅黑';
    transition: 0.4s;
}
@media screen and (min-width: 1025px) {
.formBtn button:hover{
    background-color: #67b48e;
}
.more:hover a{
    color: #fff;
}
}
.liuyan_tijiao{
    background: #4795d8 !important;
    color: #fff !important;
    border: none !important;
}
.liuyan_tijiao,.liuyan_quxiao{
    text-indent:0 !important;
}
.liuyan_quxiao{
    background-color: #cdcdcd !important;
}
.form{
    overflow: hidden;
}
.index_xmzx_qx,.index_xmzx_tj{
    margin-bottom: 0px !important;
}
.index_xmzx_tj{
    margin-right: 2% !important;
}
.index_xmzx_qx{
    margin-right: 0 !important;
}
.liuyan_quxiao{
    border:none !important;
    color:#fff !important;
}
.formText{
    resize: none;
}
.zixunxiangmu{
    width: 100% !important;
    margin-right: 0 !important;
}

/* 首页下载中心|项目咨询 end */

/* 底部导航 */
.foot_bj{
    height: 50px;
    padding: 20px 0;
    width: 100%;
    background: url(../images/foot_bj.jpg) repeat-x center;
    margin-top: 40px;
    background-size: 100% 100%;
}
.foot_daohang{
    width: 100%;
    overflow: hidden;
}
.foot_daohang ul{
    margin-left:-1%;
}
.foot_daohang ul li{
    float: left;
    list-style: none;
    padding: 0 1%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.foot_daohang ul li a{
    color:#fff;
    text-decoration:none;
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
}
.foot_daohang ul li i{
    width:1px;
    height:14px;
    background:rgba(255, 255, 255, 0.3);
}
.foot_bq{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.foot_bq a{
    color: rgba(255, 255, 255, 0.6);
    text-decoration:none;
}
.foot_bq span{
    float:right;
}
.foot_bq span a{
    color:rgba(255, 255, 255, 0.5);
}
/* 底部导航end */

/* 内页-咨询 */
.center_neiye_bai{
    width: 700px;
    margin-top: 40px;
    float: right;
    background: #fff;
    overflow: hidden;
    min-height: 500px;
}
.center_neiye_bai .index_xmzx_bk{
    width: 670px;
}
.center_neiye_bai .index_xmzx_bk .zheng_title{
    color:#3b7bb2;
}
.mianbaoxie{
    float: right;
    font-size: 12px;
    line-height: 33px;
    color: #c3c3c3;
}
.mianbaoxie a{
    color:#7f7e7e;
}
.mianbaoxie a:hover{
    color:#4795d8;
}
.center_neiye_bai .index_xmzx{
    border-left: 0 dashed #e6e6e6;
}
.center_neiye_left_bai{
    width: 280px;
    float: left;
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
}
.neiye_left_zhuti{
    width: 250px;
}
.neiye_left_zhuti .zheng_title,
.center_neiye_left_xmzx .zheng_title{
    font-weight:100;
}
.center_neiye_left_xmzx{
    position: relative;
    float: right;
    margin: 15px;
}
/* 内页-咨询 end */

.show_zhengwen{
    color:#707070;
    font-size:14px;
    padding-bottom: 50px;
}
.show_zhengwen a{
    color:#346d9e;
    font-weight:900;
}

.show_top_title{
    color:#171717;
    font-size:20px;
    text-align:center;
    font-weight:900;
}
.show_top_riqi{
    color:#b3b3b3;
    font-size:12px;
    text-align:center;
    margin-top:10px;
}
.show_top_riqi span{
    margin-right:10px;
}
.xiazai{
    text-align:center;
    color:#4795d8 !important;
    font-size:18px;
    font-weight:900;
    padding-right:10px;
    /* background:url(../images/show_xiazai.png) no-repeat center right;
    background-size:20px 18px;
    background-position:57% 50%; */
}
.xiazai:hover{
    opacity:0.8;
}
.xiazai a{
    color:#4795d8;
}
.list_show_zhengwen{
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 10px 0 10px;
}
.show_fanye{
    float:left;
    font-size:14px;
    font-weight:900;
    color:#373737;
    margin: 20px 0 20px 10px;
}
.show_fanye a{
    color:#535353;
    font-size:14px;
    font-weight:100;
}
.show_fanye a:hover{
    color:#000;
}
.show_fanhui{
    float:right;
    width:128px;
    height:38px;
    text-align:center;
    background:#4795d8;
    margin: 20px 10px 20px 0;
}
.show_fanhui:hover{
    background: rgba(71, 149, 216, 0.8);
}
.show_fanhui a{
    line-height:38px;
    color:#fff;
    font-size:14px;
    /* text-indent:1rem; */
    display: block;
}
.show_fanhui a i{
    background: url(../images/list_liebiao.png) no-repeat center;
    background-size: 100%;
    width: 17px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.show_fanhui a span{
    vertical-align: middle;
}

/* 通知公告列表页遮罩 */
.da-thumbs {
        list-style: none;
        /* height: 600px; */
        position: relative;
        margin: 20px auto 0;
        padding: 0;
        overflow: hidden;
    }
    .da-thumbs li {
        float: left;
        margin: 0 2.5% 3% 0;
        width: 31.6%;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
    }
    .da-thumbs li:nth-child(3n+3){
        margin: 0 0 3% 0;
    }
    .da-thumbs li a,
    .da-thumbs li a img {
      display: block;
      position: relative;
    }
    .da-thumbs li a {
      overflow: hidden;
    }
    .da-thumbs li a div {
      position: absolute;
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
    }
    .da-thumbs li a div p {
        text-align: center;
        margin: 0 auto;
        color: #fff;
    }
    .list_gonggao_img{
        width:100%;
    }
    .list_xiazai_tb{
        margin:80px auto 15px auto !important;
    }
    .list_xiazai_tb img{
        margin:0 auto;
    }

/* 翻页 */
    .fanye { text-align: center; padding: 20px 0 40px 0;font-family:'微软雅黑'; }
.fanye span{font-size:12px;}
.fanye a:link, .paging a:visited { color: #979797; }
.fanye a.active, .fanye a.fenye_on, .paging a:hover {
    color: #fff;
    background-color: #4795d8;
    border: 1px solid #4795d8;
}
.n{
    color:#979797;
}
.fanye a, .paging span {
    background-color: #ffffff;
    padding: 3px 10px;
    margin: 0px 2px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
}
.fanye  a:hover{
    color: #fff;
    background-color: #4795d8;
    border: 1px solid #4795d8;
}
/* 翻页end */

.list_news_img{
    float: left;
    width: 25%;
}
.list_news_ulli ul li{
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.list_news_ulli ul li:hover{
    opacity:0.8;
}
.list_news_ulli ul li a{
    display: block;
}
.list_news_title{
    float: left;
    width: 73%;
    margin-left: 2%;
    margin-top: 2px;
}
.list_news_title .index_hyfw_riqi {
   /*  position: absolute;
    bottom: 15px; */
}
/* 通知公告列表页遮罩end */

/* 领导个人介绍列表页 */
.neiye_title{
    color:#3b7bb2;
}
.list_lingdaojj{
    background: #e5f3fa;
    height: 271px;
    margin-bottom: 30px;
}
.lingdaoxx{
    width: 194px;
    height: 271px;
    float: left;
}
.list_lingdaojj_title{
    padding: 15px 20px 0 209px;
}
.list_ldxm{
    color:#333333;
    font-size:20px;
    font-weight:900;
    line-height: 40px;
}
.list_jianjie{
    margin-top:15px;
}
.list_jianjie_zhongyaohd{
    background: #fafafa;
    overflow: hidden;
    margin-bottom: 15px;
}
.list_jianjie_zhongyaohd_title{
    background: url(../images/list_title_zhuangshi.png) no-repeat center left #e5f3fa;
    background-size: 123px 100%;
    color: #fff;
    font-weight: 900;
    text-indent: 15px;
    font-size: 16px;
    line-height: 40px;
}
.list_jianjie_zhongyaohd_title span a{
    float:right;
    margin-right:15px;
    color:#7b7b7b;
    font-size:12px;
    font-weight:100;
}
.list_jianjie_zhongyaohd_title span a:hover{
    color:#000;
}
.list_jianjie_zhongyaohd_ul{
    margin: 0 15px 10px;
}
.list_jianjie_zhongyaohd_ul li{
    border-bottom:1px slid #e2e2e2;
}
.list_jianjie_zhongyaohd_ul li a{
    font-weight:100;
}
.list_jianjie_jijin{

    padding: 15px;
}
.list_jianjie_jijin ul li a{
    font-weight:100;
}
.list_fengcai_ulli ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.list_fengcai_ulli ul li:nth-child(4n){
    margin-right: 0;
}

/* 领导个人介绍列表页end */

}

@media screen and (min-width:700px) and (max-width:999px){
.center,.menu{
    width:100%;
}
.menu ul li{
    width: 11.1%;
}
.menu ul li a, .menu ul li a:visited{
    width: 100%;
}
.menu ul li:hover ul li{
    min-width: 100%;

}
.menu ul li:hover ul{
    min-width: 100%;

}
.center_bai{
    width:100%;
}
/* .slider1 {
    position: relative;
    width: 45%;
    height: auto;
    margin: 2%;
    overflow: hidden;
    float: left;
} */
.tab {
    width: 49%;
    margin: 15px 15px 15px 0;
    /* border: 1px solid #ccc; */
    float: right;
    position: relative;
}
.zheng_title{
    border-left: 3px solid #397bb3;
     padding-left: 5px;
    line-height: 19px;
    /*margin-top: 1%; */
    font-size: 18px;
    font-weight: 900;
    color: #333333;
    float: none;
    position: static;
}
.fu_title{
    display: none;
}
.tab1, .tab2, .tab3, .tab4, .tab5{
    width: auto;
    margin: 2%;

}
.index_wlbzh li img{
    width: 38%;
}
.index_xsjy_left_text{
    width: 60%;
}

.index_huiyuandanwei{
    width: 96%;
    margin: 2%;
}
.scroll_horizontal .box{
    width:auto
}
#pic_list_1{
    width: auto;
}
.index_xiazai .scroll_horizontal .box{
        width: auto;
}
.index_xiazai .scroll_horizontal{
    width:auto;
}
.index_xiazai{
    width: 67%;
}
.index_xmzx_bk{
    width: 25%;
}
.index_xsjy_left li img {
    float: left;
    width: 45%;
}
.index_xsjy_left_text {
    width: 53%;
}

.daohang{
    display:block;
}
.clearfix,.menuBox{
    display:none;
}



}

@media screen and (max-width:999px){
/* 单页面 */
.center_neiye_bai{
    width: 100%;
    margin-top: 17%;
}
.center_neiye_bai .index_xmzx_bk{
    width: 96%;
}
.center_neiye_left_bai{
    width: 100%;
}
.tab1, .tab2, .tab3, .tab4, .tab5{
    width: 96%;
}

/* 项目咨询 */
.form {
    overflow: hidden;
    width: 100%;
}
.center_neiye_bai{
    min-height: auto;
}
.mianbaoxie{
    display: none;
}
.show_top_title{
    margin: 0 4%;
}
.show_fanhui{
    display:none;
}
.neiye_xuxian{
    display: none;
}
}

@media screen and (min-width:951px) and (max-width:999px){
.slider1 {
    position: relative;
    width: 45%;
    height: auto;
    margin: 2%;
    overflow: hidden;
    float: left;
}
.daohang{
    display:block;
}
.clearfix,.menuBox{
    display:none;
}
}

@media screen and (max-width:950px){
.index_wlbzh li img{
    width: 100%;
    float: left;
}
.index_top{
    width: 100%;
    background: #fff;
    height: 60px;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.slider1{
    width: 96%;
}
.slides{
    width:100%;
    height:auto;
}
.slider1 img{
    width:100%;height:265px;max-width:500px;
}
.slider1{
    width:96%;
    height: auto;
}
.tab{
    width: 96%;
}
.center{
    width:100%;
    /* background: #fff; */
}
.foot_bj{
    height: auto;
}
.foot_daohang{
    display:none;
}
.foot_bq{
    text-align: center;
}
.foot_bq span{
    text-align: center;
    width: 100%;
}
.logo {
        float: left;
    margin: 0 3%;
    /* width: 80%; */
    /* padding-top: 3%; */
    height: 100%;
}
.logo_div{
    height: 100%;
}
.daohang{
    display:none;
}
.clearfix,.menuBox{
    display:block;
}


.menu-handler .burger {
    z-index: 5;
}
.csstransitions select.linkSelect { background: url(../images/link_ico3.png) no-repeat scroll 95% center #fff; }
.csstransitions select.linkSelect:focus { background: url(../images/link_ico4.png) no-repeat scroll 95% center #fff; }
.no-csstransitions select.linkSelect { padding: 0px; background: #e4e4e4; height: 30px; }
.trans, .trans:hover { -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition:all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.trans-fast, .trans-fast:hover { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; }
.menu-handler {
    z-index: 999;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    right: 0px;
    top: 0px;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.menu-handler .burger { width: 28px; height: 3px; background: #4692d4; display: block; position: absolute; z-index: 5; top: 22px; left: 50%; margin: 0px 0px 0px -14px; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; }
.menu-handler .burger-2 { top: 30px; }
.menu-handler .burger-3 { top: 38px; }
.menu-handler.active .burger{ background-color: #4692d4;}
.menu-handler.active .burger-1 { top: 30px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.menu-handler.active .burger-2 { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; }
.menu-handler.active .burger-3 { top: 30px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); }
.menuBox{ position: fixed; right: 0px; top:-100%; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto;  -webkit-overflow-scrolling:touch; z-index: 900; background-color: rgb(255,255,255);  -webkit-transition: 0.4s; transition: 0.4s; padding-top:30px;}
.menuBox.active{top:0;}
.menuBox a:link, .menuBox a:visited { color: #969696;display:block;}
.menuBox a:active,.menuBox a:hover { color: #4692d4;}
.navMobile{text-align: left;
    margin: 25px auto;
    padding: 25px;
    font-size: 15px;}
.navMobile>li{
    padding:7px 5px;
    border-bottom:1px solid #eee;
}
.navMobile>li:last-child{
    border-bottom:none;
}
/**.navMobile dd{ overflow: hidden; width: 100%; height: 45px; position: relative;  -webkit-transition: 0.4s; transition: 0.4s; }
.navMobile dd p { padding: 10px 0px; overflow: hidden;}
.navMobile dd p a{ position: relative; height: 32px; line-height: 32px; font-size: 15px; display: inline-block; padding: 0px 4px;}
.navMobile dd p a .line{ width: 0%; position: absolute; left: 50%; bottom: 0px; height: 2px; background-color: #4692d4; -webkit-transition: 0.3s; transition: 0.3s; }
.navMobile dd p a:hover .line{ width: 100%; left: 0%;}
.navMobile dd .msubnav{ position: absolute; overflow: hidden; background-color: #fff; width: 180px; text-align:left; display: none;}
.navMobile dd .msubnav .back_btn{ width: 90%; padding: 0px 5%; background-color: #4692d4; color: #fff; height: 52px; line-height: 52px; display: none;}
.navMobile .msubnav li{ display: block; height: 52px; line-height: 52px; font-size: 15px; opacity: 0;  -webkit-transition: 0.4s; transition: 0.4s;  height: 0px;}
.navMobile .msubnav li a{ display: block; padding: 0px 5%;}
.navMobile .msubnav li a:hover{ background-color: #F7F7F7;}
.navMobile dd .msubnav{ position: fixed; right: 0px; top: 60px; width: 100%; display: block;}
**/
.top.open-sub{ background-color: #fff; border-bottom: 1px solid #e4e4e4;}
.top.open-sub .serachBox{ display: none;}
.menuBox.open{ right: 100%;  overflow-x: visible; overflow-y: visible; }
.menuBox.open .navMobile dd.cur .msubnav .back_btn{ display: block;}
.menuBox.open .navMobile dd.cur .msubnav li{ height: 52px; opacity: 1;}
.bg-mask{ display: none; position: fixed; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0; filter: alpha(opacity=0); cursor:pointer; z-index: 800; }
.loader{position:fixed;top:0;width:100%;height:100%;z-index:9999; overflow: hidden;}
.loader-icon,.page-loader-icon{width:108px;height:91px;margin:-45px 0 0 -54px}
.page-loader-icon{position:absolute;top:50%;left:50%}

.sousuo {
    display:none;
}
.center_bai {
    width: 100%;
    margin-top: 60px;
}
.slider1 {
    width: 94%;
    height: auto;
    margin: 3%;
}
.tab{
    width: 94%;
    margin: 3%;
}
.tab ul.menu1, .tab1 ul.menu1, .tab2 ul.menu1, .tab3 ul.menu1, .tab4 ul.menu1, .tab5 ul.menu1{
    float: left;
    margin-top: 1%;
}
.zheng_title {
    border-left: 3px solid #397bb3;
    padding-left: 5px;
    line-height: 19px;
    /* margin-top: 1%; */
    font-size: 18px;
    font-weight: 900;
    color: #333333;
    float: none;
    position: static;
}
.con1, .con2, .con3, .con4, .con5, .con6{
    border-top: 1px solid rgb(230, 230, 230);
    margin-top: 8%;
    padding-top: 8px;
}
.index_hydw{
    margin-top: 1%;
}
.tab1, .tab2, .tab3, .tab4, .tab5 {
    width: 95%;
    position: relative;
    float: right;
    margin: 3%;
}
.index_hyfw ul li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.index_hyfw ul li:nth-child(2n+2){
    margin-right:0;
}
.index_zywl ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
}
.index_xsjy_left {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.index_xsjy_left li img {
    float: left;
    width: 100%;
}
.index_xsjy_left_text {
    float: left;
    width: 100%;
    margin-left: 2%;
    margin-top: 2px;
}
.index_xsjy_left_text .index_hyfw_riqi {
    position: inherit;
    bottom: 3px;
}
.index_xsjy_left li{
    border-right: 0 solid#e6e6e6;
}
.index_xsjy_right {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.index_xsjy_right li {
    margin-left: 0;
}
.index_wlbzh li{
    width: 49%;
    float: left;
    padding: 0 !important;
    margin-right: 2%;
    margin-bottom: 2%;
    border: none !important;
}
.index_wlbzh li:nth-child(2n+2){
    margin-right: 0;
}
.index_huiyuandanwei{
    width: 95%;
}
.scroll_horizontal{
    width: 100%;
}
.scroll_horizontal .box{
    width:100%;
}
.list li img {
    display: block;
    border: 1px solid #e0e0e0;
    width: 90%;
}
.scroll_horizontal .list li {
    float: left;
    width: 1.58%;
    text-align: center;
}
.index_wap_xiazai{
    margin-top: 1%;
}
.index_xiazai .scroll_horizontal {
    width: 100%;
}
.index_xiazai .scroll_horizontal .box {
    width: 100%;
}


.index_xiazai .scroll_horizontal .box .list li {
    width: 1.6%;
}
.index_xiazai .scroll_horizontal .box .list li img{
    width:90%;
}
.index_xiazai_title{
    display:none;
}

.list_lingdaojj {
    background: #e5f3fa;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
    min-height: 252px;
}
.lingdaoxx{
    margin: 0 2% 2% 0;
}
.list_lingdaojj_title {
    padding: 0;
}
.da-thumbs li{
    width:48%;
}
.da-thumbs li:nth-child(3n+3) {
    margin: 0 2.5% 3% 0;
}
.da-thumbs li:nth-child(2n+2) {
    margin: 0 0 3% 0;
}
.list_news_img {
    float: left;
    width: 100%;
}


}

@media screen and (max-width: 412px){
.logo {
    float: left;
    margin: 0 3%;
    width: 86%;
    padding-top: 1%;
    height: auto;
}
.con1, .con2, .con3, .con4, .con5, .con6 {
    border-top: 1px solid rgb(230, 230, 230);
    margin-top: 9%;
    padding-top: 8px;
}
.index_hydw{
    margin-top: 2%;
}
}
.show_top_riqi em{font-style:normal;}