@charset "utf-8";

.header .tel a{
    float: right;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0px 15px;
    background: #0070c6;    
    line-height: 40px;
    border-radius: 3px;
    margin: 25px 0px 0px 10px;
}
/*................*/
.header{
    padding: 0px 0px;
    max-width:1920px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
    background: #fff;
    position: relative;
    width: 100%;   
}
.header.on{
    position: fixed;
}
.header .logo{    
    padding: 22px 0px;
    transition: all .5s;  
}
.header .logo img{
    height: 90px;
    width: auto;
    transition: all .5s;  
}
header .nav{
    padding: 3px 0px 0px;
    background: #1f407e;
    position: relative;
    z-index: 99;
}
header .nav ul{
    margin:0px auto 0px auto;
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .nav ul li{
    width: 16.45%;
    position: relative;
}
header .nav ul li a{   
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 18px 0px;   
    line-height: 40px;
}
header .nav ul li a:after{
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #dadada;
}
header .nav ul li:first-child:before{
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #dadada;
}
header .nav ul li:hover a,header .nav ul li.active a{
    color: #1f407e;
    background: #fff;
}
header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}
header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center; }
header .nav ul.submenu li a:after{
    width: 0px;
}
header .nav ul.submenu li a:hover{color:#fff; background:#1f407e;}
header .nav ul li:hover ul.submenu{
    display: block;
}


@media (max-width: 1500px){
    .header .nav>ul>li{
        padding-left:35px;
    }
}
@media (max-width: 1400px){
    .header .nav>ul>li{
        padding-left:30px;
    }
}
@media (max-width: 1366px){
    .header .nav>ul>li{
        padding-left:25px;
    }
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:10px;
    }
}
@media (max-width: 992px){  
    .header .logo{
        position: relative;
        padding: 10px 0px;
    }
    header .nav>ul{
        display: block;
    }    
    .header.on .logo img, .header .logo img{
        height:45px !important;
    }    
    header .nav{
        position: absolute;
        left:-100vw;
        top: 100%;
        width:70%;
        height:calc(100vh - 55px);
        background:#fff;        
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    header .nav ul{
        display: block;
    }
    header .nav ul li{
        display: block !important; 
        padding:0 20px;
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
    }
    header .nav ul li a{
        color:#424242;
        text-align: left;
        font-size: 14px;
        padding: 5px 0px;
    }
    header .nav ul li:first-child a:before,
    header .nav ul li a:after{
        width: 0px;
    } 
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.common{
    padding-top: 50px;
    padding-bottom: 50px;
}
.title{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px; 
    background: url(../img/tit.jpg) no-repeat left center;   
}
.title .more{
   float: right;
   font-size: 18px;
}

@media (max-width:767px){
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .title{
        font-size: 20px;
        margin-bottom: 15px;
    }    
    .title .more{       
        font-size: 14px;
    }    
}


/*商会荣誉*/
.case{   
    overflow: hidden;
    background: #fff;    
}
.case .case-box{
    position: relative;
}
.case .case-img{
    background: #fff; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.case .case-img img{
    width: auto;
    max-width: 100%;
}
.case .case-img:hover{
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -moz-transform: translateY(-8px);  
}

/* 新闻 */
.article {
    padding-bottom: 50px;
}
/*右侧图片新闻*/
.picList .img img{
    width: 100%;
}
.picList .news-con{
    padding: 45px 20px 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background: url(../img/ntitle.png) repeat-x bottom;
    background-size: 100% 100%;
}
.picList .news-title{   
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;   
}
.picList .news-time{      
    font-size: 30px;
    font-weight: 600;   
}
.picList .news-time:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #009944;
}
.picList .swiper-pagination{
    text-align: right;
    right:  20px;
    bottom: 15px;
}
.picList .swiper-pagination-bullet{    
    opacity: 0.8;
    background: #fff;
    width: 8px;
    height: 8px;
}
.picList .swiper-pagination-bullet-active{
    background: #009944;
    width: 15px;
    border-radius: 10px;
}

/*列表*/
.article-list{
    border: 1px solid #eaeaea;    
}
.article-list.news-list{
    border: none;
}
.article-list .ntitle{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.0;
    text-transform: uppercase;
    position: relative;
    margin: 20px 25px;
    padding-left: 20px; 
    background: url(../img/tit.jpg) no-repeat left center;
    background-size: 5px 25px;  
}
.article-list .ntitle .more{
   float: right;
   font-size: 16px;
   font-weight: 300;
   margin-top: 5px;
}
.article-list ul{
    border-top: 3px solid #eaeaea;
    padding: 25px;
    position: relative;
}
.article-list.news-list ul{
    padding: 25px 0px 0px;
}
.article-list ul:before{
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    background: #eaeaea;
}
.article-list li a{
    display: block;
    padding: 10px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eaeaea;
}
.article-list li span{
    float: right;
}
.article-list li i{
   font-style: normal;
   font-size: 12px;
   color: #a0a3a5;
   margin: 0px 3px;
}
.article-list li .news-one{
    display: flex;
    margin-bottom: 10px;
}
.article-list li .news-one .n-img{
    width: 35%;
    margin-right: 5%;
}
.article-list li .news-one .n-con{
    width: 60%;
}
.article-list li .news-one .n-con .news-title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}
.article-list li .news-one .n-con .news-desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.3;
}
/*广告条*/
.advimg{
    background: #fff;
}
/*分割线*/
.line{
    height: 6px;
    border-top: 3px solid #e7e7e7;
}
.line:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    background: #e7e7e7;
}
@media (max-width:992px){
    .picList {
        margin-bottom: 15px;
    }
    .picList .news-con{
        padding: 35px 15px 10px;
    }
    .picList .news-title{ 
        font-size: 14px;  
    }
    .picList .news-time{      
        font-size: 16px;   
    }   
    .article {
        padding-bottom: 0px;
    }
    .article-list{        
        margin-bottom: 15px;
    }
   .article-list .ntitle{
        font-size: 16px;        
        margin: 10px 15px;
        padding-left: 20px; 
        background: url(../img/tit.jpg) no-repeat left center;
        background-size: 5px 25px;  
    }
    .article-list .ntitle .more{      
       font-size: 13px;
    }
    .article-list ul{
        border-top: 3px solid #eaeaea;
        padding: 15px;
    }
    .article-list.news-list ul{
        padding: 15px 0px 0px;
    }
}