@charset "utf-8";

/* CSS Document */
@import "common.css";
#header{height: 79px;}
.indFix {
    background-color: #fff;
    position: fixed;
	width: 100%;
    height: 79px;
    top: 0;
    left: 0;
    z-index: 25;
}
#navbar{display: block;
  max-width: 1360px;
  margin:0 auto;
  position: relative;}
#navbar .logo{
	display: inline-block;vertical-align: middle;
	max-width: 20%;
	z-index: 50;
position: relative;
padding-top:10px;
}
#navbar .logo img{display: block;max-width: 100%;}
.mBtn{display: none;}
#navbar .lang span{
	display: block;color: #fff;text-align: center;
	width: 74px;height: 28px;line-height: 28px;background-color: #264b90;
}
#Nav{float: right;
  text-align: center;
  width: 75%;
  width: calc(100% - 300px);
	display: inline-block;vertical-align: middle;
}
#Nav ul{display: flex; flex-flow: row wrap;justify-content: space-between;}
#Nav li {
  display: inline-block;
  width: 11%;
  font-size: 0;
  /*flex:1;*/
}
#Nav li a {
    display: inline-block;
    text-align: center;
    color: #000;
    height: 46px;
    line-height: 64px;
    font-size: 16px;
    transition: none;
    padding-bottom: 7px;
    padding-top: 10px;
}
#Nav ul > li:hover > a, #Nav li a.active {
	background: url(../images/bg01.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
#navbar{height: 60px;}
#navbar .logo{width: 98px;min-width: 98px;padding-top: 8px;}
.mBtn{
        display: inline-block;
        float: right;
width: 10%;
margin-left: 3%;
cursor: pointer;
margin-top:12px;
      }
      .mBtn img {
    max-width: 38px;
    max-height: 35px;
}
      #Nav{
      	width: 100% !important;
    height: 0px;
    overflow: hidden;
    display: block;
    background-color: rgba(0,0,0,0.6);
    box-shadow: 0px 2px 2px #000;
    transition: all .5s ease;
-webkit-transition: all .5s ease;
    margin-left: -12px;
padding-right: 10px;
padding-left: 10px;position: absolute;top:60px;
left: 0;    z-index:55;border-radius: 5px;
}
.showH {
    height: 276px !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-bottom: 2px;
}
#Nav li {
    display: block;
    width: 100%;
    margin-left: 0;
}
#Nav li a {
	display: block;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    transition: none;
    border-top: 1px solid #6c6c6c;
    color: #fff;
    background-image: none;
    font-weight: 400;
}
.lang{float: right;    margin-top: 16px;}
#Nav ul > li:hover > a, #Nav li a.active {
    border-bottom: none;
    background-color: #254b8f;
}
}
#slider .img img{display: block;}
.index_wrap{max-width: 1360px;
  margin:0 auto;
  position: relative;}
.w50{width: 50%;float: left;display: table;}
#indAbout{height: 206px;background-color: #ebeae6;margin: 10px 0; }
#indAbout .tabUl.w50 li{height: 206px;background-color: #006bba;display: table-cell;vertical-align: middle;width: 50%;text-align: center;}
#indAbout .tabUl.w50 li.active{background-color: #17bdce;}
#indAbout .tabUl.w50{}
#indAbout .tabUl.w50 li div{display: inline-block;text-align: center;}
#indAbout .tabUl.w50 li h3{font-size: 20px;font-family: arial;color: #fff;}
#indAbout .tabUl.w50 li small{font-size: 16px;display: block;}
.cent_new{width:48%;height:176px;background:#ebeae6;position:absolute;left:52%;padding-top:30px;}
.cent_new .title{padding-left:72px;background:url(../images/index_icon2.png) no-repeat 27px center;color:#333333;font-size:22px;}
.cent_new .title h4{font-size:16px;line-height:12px;font-weight:normal;}
.cent_new .new_cent{padding:0 30px 0 30px;}
.cent_new .new_cent .ntab{width:100% !important;}
.cent_new .new_cent .ntab_list{width:100% !important;height:80px;margin:10px 0 10px;overflow:hidden;}
.new_cent .ntab_list .list_tit{font-size:16px;color:#333333;font-weight:bold;}
.new_cent .ntab_list .list_cent{font-size:12px;color:#666666;line-height:20px;text-align:justify;position:relative;}
.new_cent .ntab_list .list_cent span{position:absolute;right:-169px;top:-10px;display:block;width:169px;height:60px;background:url(../images/e.png) no-repeat right center;z-index:99;}
.cent_new .new_cent .ntab_dot{width:100%;}
.cent_new .new_cent .ntab_dot li{width:40px;height:3px;margin-right:10px;display:inline-block;background:#ccc;cursor:pointer;transition:all .3s;}
.cent_new .new_cent .ntab_dot li.on{height:7px;background:#009d73;transition:all .3s;}

footer {
    width: 100%;
    height: 181px;
    background: #f4f4f1;
    padding-top: 30px;
}

footer{width:100%;height:181px;background:#f4f4f1;padding-top:30px;overflow: hidden;}
footer .w1400{width:1400px;padding:0 50px 0 50px;margin: 0 auto;overflow: hidden;box-sizing: border-box;}
footer .w1400 .footer_Ldeil{float:right;text-align:right;}
footer .attention{width:100%;height:35px;line-height:35px;text-align:right;}
footer .attention span{display:inline-block;overflow:hidden;}
footer .attention a{display:inline-block;width:35px;height:35px;}
footer .attention .weixin{background:url(../images/footer_weixin_1.png) no-repeat center;position:relative;display:inline-block;width:35px;height:35px;}
footer .wx_pic{width:100px;margin-left: 9px;
margin-top: 7px;}
footer .wx_pic img{width:100%;}
footer .summary{width:100%;margin-bottom:30px;position: relative;}
footer .summary a{font-size:12px;color:#333;font-weight:600;}
footer .tellCon{float: right;margin-right: 30px;
text-align: left;}
footer .tellCon p.tit{font-size: 14px;color: #666;}
footer .tellCon p.tit .blue{    color: #008f9d;
    margin-right: 10px;
    font-size: 18px;}
footer .tellCon p{font-size: 13px; line-height:22px; padding-top: 10px; color: #999999;}
footer .footer_menu{float:left;}
footer .footer_menu dl{float:left;margin-right:50px;}
footer .footer_menu dl dt{font-size:13px;color:#666;font-weight:600;}
footer .footer_menu dl dd a{font-size:12px;color:#999;transition:all .3s;}
footer .footer_menu dl dd a:hover{color:#000;transition:all .3s;}

/*文档合并新样式修改*/
.sme_pic>ul{overflow: visible;}
.volume_list{background-color:#eeeeee;padding: 30px 30px 300px;}
.volume_list li{font-size: 14px;color: #707070;line-height: 23px;padding-left: 40px;
  background: url(../images/cny5_larrow_1.png) no-repeat 0 center;margin-bottom: 10px;
}
.volume_list .volum_name{border-bottom: 1px dashed #cccccc;}
.volume_list .volum_name a{color: #3785c1;}
.volume_list li span{margin-right: 20px;}
.volume_list li span.fr{margin-right: 0;}
div.digg {padding: 3px; margin: 70px 0 0; text-align: center; font-size: 12px; } 
div.digg a {border: #ccc 1px solid; padding: 4px 10px; color: #666; text-decoration: none; margin: 5px; line-height: 39px; } 
div.digg span.disabled {border: #eee 1px solid; padding: 4px 10px; margin: 5px; color: #ddd; } 
div.digg span.current {border: #3a210a 1px solid; padding: 4px 10px; color: #ffff00; font-weight: bold; background-color: #3a210a; } 
