#body{
    min-width: 1920px;
    background-color: #fdfdfd;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* header start */
#header .head-logo{
    background-color: #005bac;
    height: 130px;
}
#header .logo{
    margin-top: 27.5px;
}
#header .head-fr{
    margin-top: 30px;
}
#header .head-fr .language{
    font-size: 14px;
    color: #bfd5e9 !important;
    width: 100%;
    text-align: right;
}
#header .search{
    margin-top: 10px;
    width: 195px;
    height: 32px;
    
    background: url("../images/search-bg.png") no-repeat;
}
#header .search input{
    height: 32px;
    line-height: 32px;
    width: 135px;
    background: transparent;
    font-size: 14px;
    color: #fff;
    margin-left: 16px;
    float: left
}
#header .search button{
    margin-right: 10px;
    float: right;
    width: 32px;
    height:32px;
    background: url("../images/search.png") no-repeat;
}
#header .nav{
    height: 50px;
}
#header .nav>li{
    float: left;
    position: relative;
}
#header .nav>li>a{
    height: 50px;
    line-height: 50px;
    font-size: 14px; /* 字体大小稍微放大 */
    font-family: 'Arial Black', sans-serif; /* 字体修改为Arial Black */
    color: #494949;
    padding: 0px 76px 0px 20px;
}
#header .nav>li>a:hover, #header .nav>li>a.active{
    color: #005bac;
}
#header .nav>li>ul{
    position: absolute;
    top: 50px;
    left:0px;
    z-index: 9;
    min-width: 100%;
    height: 0px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}
#header .nav>li>ul>li>a{
    width: 100%;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    color: #6e6e6e;
    font-size: 14px;
    background: url("../images/nav-bg.png");
}
#header .nav>li>ul>li>a:hover{
    color: #fff !important;
    background: url("../images/nav-bg-blue.png");
}
#header .banner{
    height: 400px;
    position: relative;
    overflow: hidden;
}
#header .banner .ban-tag{
    position: absolute;
    bottom: 30px;
    left: 47.5%;
    z-index: 9;
}
#header .banner .ban-tag ul li{
    cursor: pointer;
    margin: 0px 4px;
    float: left;    
    width: 18px;
    height: 18px;
    font-size: 0px;
    background: url("../images/ban-tag.png") no-repeat;
}
#header .banner .ban-tag ul li.on{
    background: url("../images/ban-tag-on.png") no-repeat;
}
#header .banner .ban-img ul li a img{
    width: 1920px;
    height: 400px;
}
/* header end */
/* section start */
#section .sec-fl{
    width: 780px;
    padding-top: 30px;
    padding-bottom: 60px;
}
#section .sec-fr{
    padding-top: 30px;
    padding-bottom: 60px;
    width: 390px;
    background: url("../images/sec-fr.png") repeat-y;
}
#section .time{
    font-size: 14px;
    color: #005bac;
    margin-top: 5px;
}
#section .column{
    width: 100%;
    border-bottom: 2px solid #d8d8d8;
    height: 60px;
    line-height: 60px;
    margin-bottom: 24px;
}
#section .column .more{
    color: #6f6f6f;
    font-size: 12px;
    float: right;
    margin-top: 5px;
}
#section .column h3{
    font-size: 24px;
    color: #005bac;
}
#section .show{
    overflow: hidden;
    display: block;
}
#section .show img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#section .show img:hover{
    transform: scale(1.15);
}
#section .development .list ul{
    height: 260px;
    margin-bottom: 3px;
}
#section .development .list ul li{
    float: left;
    margin-left: 30px;
    width: 240px;
}
#section .development .list ul li:first-child{
    margin-left: 0;
}
#section .development .list ul li .show{
    width: 240px;
    height: 160px;
    margin-bottom: 10px;
}
#section .development .list ul li a{
    font-size: 16px;
    color: #494949;
}
#section .information .list ul li{
    border-bottom: 1px dotted #dfdfdf;
    margin-top: 18px;
    padding-bottom: 20px;
}
#section .information .list ul li .time{
    width: 70px;
    height: 60px;
    line-height: 30px;
    color: #494949;
    font-size: 18px;
    text-align: center;
}
#section .information .list ul li .time p{
    border: 1px solid #e1e1e1;
    border-top: none;
}
#section .information .list ul li .time p:first-child{
    border: none;
    background-color: #005bac;
    color: #fff;
}
#section .information .list ul li .fr{
    width: 690px;
}
#section .information .list ul li .fr a{
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #494949;
}
#section .information .list ul li .fr p{
    font-size: 12px; 
    color: #999;
}
#section .notice{
    margin-left: 30px;
}
#section .notice .list ul li{
    border-bottom: 1px dotted #dfdfdf;
    margin-top: 10px;
    padding-bottom: 14px;
}
#section .notice .list ul li a{
    color: #494949;
    font-size: 14px;
    line-height: 25px;
}
#section .notice .list ul li .time{
    margin-top: 10px;
}
/* section end */
/* footer start */
#footer{
    background-color: #666;
    height:120px;
}
#footer .copy{
    font-size: 14px;
    color: #c8c8c8;
    margin-top: 38px;
}
#footer .link{
    margin-top: 49px;
}
#footer .link ul li{
    float: left;
}
#footer .link ul li:first-child a{
    padding-left: 0;
    border: none;
}
#footer .link ul li a{
    padding: 0px 20px;
    color:#c8c8c8;
    font-size: 14px;
    border-left: 1px solid #c8c8c8;
}
/* footer end */
/* index.html end */
#section .articles{
    width: 930px;
}
#section .nav-right{
    width: 230px;
    background: url("../images/sec-fr.png") no-repeat;
    min-height: 900px;
}
/* dp_content.html start */
#section .present{
    margin-bottom: 25px;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #d8d8d8;
}
#section .present h2{
    color: #005bac;
    font-size: 24px;
}
#section .present .position{
    float: right;
    color: #aaa;
    padding-top: 2px;
}
#section .present .position a{
    font: italic 14px Arial;
    color: #aaa;
}
#section .content{
    color: #494949;
    font: 16px Arial;
    line-height: 30px;
    margin-bottom: 50px;
}
#section .content p{
    margin-bottom: 24px;
}
#section .nav-right .at-column{
    height: 58px;
    line-height: 58px;
    color: #fff;
    background: #005bac;
    font-size: 18px;
    padding-left: 30px;
}
#section .nav-right ul{
    padding-left: 22px;
    padding-right: 10px; 
}
#section .nav-right ul li a{
    border-bottom: 1px solid #f2f3f2;
    font-size: 12px;
    color: #444;
    padding-left: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
#section .nav-right ul li a:hover, #section .nav-right ul li a.active{
    color: #005bac;
    border-bottom: 1px solid #005bac;
}

/* dp_content.html end */
/* content.html start */
#section .content .title{
    color: #444;
    font: bold 18px arial;
    text-align: center;
}
#section .content .source{
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 25px 0px;
}
#section .content .content-text{
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}
#section .content .page{
    margin-top: 20px;
}
#section .content .page p{
    margin: 0;
    color: #005bac;
    font-size: 14px;
}
#section .content .page a {
    color: #666;
    font-size: 14px;
}
/* content.html end */
/* pic_list.html start */
#section .pic-list ul li{
    float: left;
    margin-right: 20px;
    margin-top: 40px;
    background-color: #ecf5f8;
    width: 210px;
    height: 330px;
}
#section .pic-list ul li .show{
    width: 210px;
    height: 280px;
}
#section .pic-list ul li .show img:hover{
    transform: none;
}
#section .pic-list ul li a p{
    text-align: center;
    color: #494949;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
#section .pic-list .page{
    margin: 50px 0px;
}
/* pic_list.html end */
/* list.html start */
#section .articles .list ul li{
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 15px;
    margin-top: 15px;
}
#section .articles .list ul li a{
    font-size: 16px;
    color: #494949;
}
#section .articles .list .page{
    margin: 60px 0px;
}
/* list.html end */
a:hover, #section .pic-list ul li a:hover p{
    color: #005bac !important;
}