
/*topbar reset*/
header.am-topbar{
    border:none;
    min-height: 45px;
    margin:0;
    background: #484d50;
}
header .wrapper{
    padding:0;
    text-align: center;
    line-height:45px;
    color:#fff;
}
.logo--wrapper a.link,.logo--wrapper a.link2{
    /*outline: 1px solid red;*/
}
.logo--wrapper .link{
    position: absolute;
    width: 60%;
    height: 45px;
    top: -9.5px;
    left: 0;
}
.logo--wrapper .link2{
    position: absolute;
    width: 30%;
    height: 45px;
    top: -9.5px;
    right: 0;
}
header h1{
    position:relative;
    margin:9.5px 0;
    width:150px;
    height:26px;
    text-indent:-999px;
    /*background: url("../images/logo.png") center;*/
    background-size:contain;
}
header img{
    max-height:45px;
}
.header_location{
    width:114px;
    font-size:16px;
    line-height:45px;
    cursor: pointer;
    text-align: right;
    position: relative;
}
.header_location img{
    width:15px;
    height:18px;
    vertical-align: sub;
}
.header_location span{
    display: inline-block;
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    color:#fff;
}

.banner{
    width:100%;
    max-width:1920px;
    margin:0 auto 80px;
    height:700px;
    background: url("../image/banner.jpg") no-repeat center;
}

.slide--wrapper{
    width: 58.2%;
    max-width:640px;
    margin: 0 22px 0 auto;
}
.am-slider-default{
    margin:0;
    min-height:212px;
    box-shadow:none;
}
.am-slider-default .am-control-nav {
    bottom: 10px;
}
.am-slider .am-slides img{
    height:425px;
}
.am-slider-default .am-slider-desc{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0),#000);
    font-size:18px;
    font-weight:bold;
    height:86px;
    padding:17px;

}
.am-slider-default .am-slider-desc .slide_li{
    float:left;
    width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height:1.6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.am-slider-default .am-slider-desc .tip{
    float:right;
    width:20%;


}
.am-slider-default .am-direction-nav a:before,.am-slider-default .am-direction-nav a.am-next:before{
    content:'';

}
.am-slider-default .am-direction-nav a{
    width:42px;
    height:66px;
    margin-top:-33px;
    background: url("../image/right.png") no-repeat center;
}
.am-slider-default .am-direction-nav .am-prev{
    transform:rotate(-180deg);
}
.am-slider-default .am-control-nav{
    width: 240px;
    right: 0;
    bottom: 36px;
}
.am-slider-default .am-control-nav li a{
    width:10px;
    height:10px;
}
.am-slider-default .am-control-nav li{
    margin:0 4px;
}
.am-slider-default .am-control-nav li a{
    background: #fff;
}
.am-slider-default .am-control-nav li a.am-active{
    background: #f60;
}
.newsList{
    width:39.8%;
    max-width:345px;
}
.newsList .title{
    font-size:18px;
    font-weight:bold;
    color:#121212;
    line-height:1.6;
    margin:19px 0;
}
.newsList li:first-of-type .title{
    margin-top:0;
}
.newsList .discription{
    font-size:18px;
    color:#333;
    line-height:1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.division{
    padding-bottom:19px;
    border-bottom:1px #999 dashed;
}
.division:last-of-type{
    padding:0;
    border:none;
}

.title--logo{
    margin:60px 0 80px;
    font-size:40px;
    font-weight:bold;
    color:#251386;
}
.title--logo img{
    height:10px;
    max-width:124px;
    margin-bottom:30px;
}


.speech_list li{
    width:260px;
    float:left;
    margin-right:18px;
}
.speech_list li:nth-child(4n+4){
    margin-right:0;
}
.speech_list li img{
    width:100%;
    height:173px;
}
.speech_list .title{
    font-size:16px;
    color:#333;
    line-height:1.6;
    margin:17px auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.forum_list li{
    width:527px;
    float:left;
    margin-right:40px;
}
.forum_list li:nth-child(2n+2){
    margin-right:0;
}
.forum_list li img{
    width:100%;
    height:352px;
}
.forum_list .zhuti{
    font-size:22px;
    color:#251386;
    line-height:1.6;
    margin:17px auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.forum_list .title--wrapper{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0),#000);
}
.forum_list .title{
    line-height:1.2;
    font-size:18px;
    color:#fff;
    height:20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.partner_list{
    margin-bottom:80px;
}
.partner_list li{
    width:160px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
.partner_list li:nth-child(6n+6){
    margin-right:0;
}
.partner_list li img{
    width:100%;
    height:60px;
}


.ad{
    margin:80px auto;
}
.ad img{
    width:100%;
    max-height:100px;
}


