


.s-header2{padding: 20px 0;  left: 0; top: 84px; right: 0; background-color: #373737; z-index: 10; overflow: hidden;}
.s-header2 .wp{height: 100%;}   
.s-header2 .col{margin-right: 80px; float: left;}
.s-header2 .col .title{padding: 11px 0; font-size: 18px; color: #ffffff; line-height: 1.2;}
.s-header2 .cor{overflow: hidden; display: -webkit-flex; display: flex; justify-content: flex-end; align-items: flex-start;}
.s-header2 .cor .tit{padding: 11px 0; margin-right: 15px; font-size: 18px; color: #fff; line-height: 1.2; flex-shrink: 0;}
.s-header2 .cor .link{margin: 0 -12px -5px 0; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center;}
.s-header2 .cor .link .item{margin: 0 12px 5px 0; flex-shrink: 0;}
.s-header2 .cor .link .pic{display: block; width: 150px; height: 44px; line-height: 44px; font-size: 20px; text-align: center; border-radius: 10px; overflow: hidden; border: 2px solid #7e7f81;background-color:#7e7f81; border-radius: 6px; overflow: hidden; color:#fff}
.s-header2 .cor .link img{display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; transition: all 0.3s;}
.s-header2 .cor .link .pic:hover img{ transform: scale(1.1); }
@media only screen and (max-width:1399px){
    .s-header2{top: 68px;}
    .s-header2 .col .title{padding: 8px 0; font-size: 16px;}
    .s-header2 .cor .tit{padding: 8px 0; font-size: 16px;}
    .s-header2 .cor .link .pic{width: 120px; height: 36px; line-height: 36px;}
}
@media only screen and (max-width:959px){
    .s-header2{padding: 15px 0; top: 40px;}
    .s-header2 .col, .s-header2 .cor{float: none;}
    .s-header2 .col{margin: 0; margin-bottom: 10px;}
    .s-header2 .col .title{padding: 0; font-size: 14px;}
    .s-header2 .cor{justify-content: flex-start;}
    .s-header2 .cor .tit{font-size: 14px;}
}