.header{
    position: relative;
    margin-bottom:21px;
    height:232px;
    background-color: #009edb;
    background-image: url(banner.png);
    background-position: 30% 40%;
    background-repeat: no-repeat;
}
.language{
    position: absolute;
    top:17px;
    right:27px;
}
.language>a{
    display: block;
    font-size:14px;
    color:#fff;
}
.language>a:nth-child(1){
    margin-bottom:8px;
}
.nav{
    display: flex;
    justify-content: center;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
}
.menu-item{
    float: left;
    padding: 20px 60px;
}
.menu-item a{
    font-size:18px;
    font-weight: 600;
    color: #ffffff;
}
.toolBar{
    padding-left:8px;
}
.notice{
    margin-right:20px;
    float: left;
    margin-bottom:28px;
}
.notice>div{
    float: left;
}
.notice-title{
    width:133px;
    height:48px;
    line-height: 48px;
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}
.notice-content{
    width: 545px;
	height: 48px;
    line-height: 44px;
    border-top:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    text-align: center;
    overflow: hidden;
    padding:0 10px;
}
.notice-content a{
	color: #009edb;
}
.notice-more{
    width:133px;
    height:48px;
    line-height: 48px;
    background-color: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
.search{
    float: left;
    padding:7.5px 0;
}
.search-input-wrapper{
    padding-left:11px;
    width:276px;
    height:33px;
    line-height: 33px;
    border:1px solid #c2c2c2;
}
.search>*{
    float: left;
}
.search-input-wrapper img{
    vertical-align: middle;
}
.search button{
    width:77px;
    height:33px;
    background-color: #009edb;
    border:1px solid #c2c2c2;
    border-left:none;
    color:#fff;
}
.news-lineBar{
    margin-bottom:50px;
}
.news-lineBar-item:nth-child(1){
    margin-right:30px;
}
.news-lineBar-item{
    width:calc(50% - 15px);
    float: left;
}
.news-img{
    position: relative;
    height:331px;
    margin-bottom:20px;
}
.news-img img{
    display: block;
    width:100%;
    height:100%;
}
.news-img-desc{
    position: absolute;
    bottom:0;
    left:0;
    z-index:1;
    padding:0 11px;
    width:100%;
    height:44px;
    line-height:44px;
    color:#fff;
    font-size:21px;
    background-color: rgba(0,0,0,.6);
}
.news-list>li{
    margin-bottom:20px;
}
.news-list>li>a{
    font-size:14px;
}
#news-slide{
    height:331px;
    overflow: hidden;
    position: relative;
}
#news-slide li{
    width:585.5px;
    position: relative;
}
#news-slide .hd{
    position: absolute;
    right:2px;
    bottom:15px;
    z-index:2;
}

#news-slide .hd li{
    float:left;
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: #cccccc;
    margin-right:12px;
}
#news-slide .hd li.on{
    background-color: #ff3333;
}
.news-card{
    height:188px;
    padding:11px 16px;
    border:1px solid #ccc;
}

.news-card .news-main{
    padding:16px;
}
.service-list li{
    float: left;
    width: 139px;
	height: 38px;
    border:1px solid #ccc;
    margin: 0 15px 12px;
    text-align: center;
    line-height: 38px;
}
.service-list li a{
    font-weight: 600;
    color:#000;
}
.qrcode-list li{
    float:left;
    margin: 10px 24px 0;
    text-align: center;
}
.qrcode-list li img{
    display: block;
    width:80px;
    margin-bottom:17px;
}
.qrcode-list li p{
    font-size: 14px;
}
.special{
    position: relative;
}
.special-list li{
    width:290px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.special-list li{
    border-right:1px solid #000;
}
.special .prev,
.special .next{
    position: absolute;
    top:35%;
    width: 27px;
	height: 53px;
    background-color: #7a7a7a;
}
.special .prev{
    left:0;
}
.special .next{
    right:0;
}
.links-list{
    margin: 0 -15px;
}
.links-list li{
    float: left;
    margin-bottom:30px;
    width: 175px;
	height: 61px;
    padding:0 15px;
    box-sizing: content-box;
}

.footer{
    display: flex;
    align-items: center;
    height: 232px;
    background-color: #4d4d4d;
}
.footer-content{
    width:690px;
    margin:0 auto;
    display: flex;
    align-items: center;
    font-size:14px;
    color:#fff;
    line-height:2;
}
.footer-content .icon{
    margin-right:37px;
    width:41px;
}

.aside,
.news-container{
    float:left;
}
.aside{
    margin-right:25px;
    width:280px;
}
.news-container{
    width:895px;
}
.notice-list li{
    margin-bottom:10px;
    line-height: 1.5;
}
.notice-list li a{
    font-size:14px;
    color: #333333;
}
.aside-more{
    margin-top:18px;
    text-align: right;
}
.aside-more a{
    font-size:14px;
    color: #4f84d5;
}
.aside-item{
    margin-bottom:15px;
}
.aside-special li{
    margin-bottom:20px;
}
.aside-special li a{
    display: flex;
    align-items: flex-start;
    line-height: 2;
}
.aside-special li img{
    width:105px;
    margin-right:18px;
}
.news-container{
    padding-bottom:50px;
}
.activity-list li {
    line-height: 2;
}
.activity-list li a{
    font-size:14px;
}