/* news */
.newss{
    max-width: 1360px;
    margin: 40px auto;
    text-align: center;
    margin-top: 0px;
}
.newss-na{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    background: #e1e1e1;
    margin: 0 5px;
}
.newss a:hover{

    border-color: #333333;
}
.newss-list{
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.newss-list:hover img{
    transition: all 0.5s;
    transform: scale(1.1);
}
.uj{
    overflow: hidden;
   padding-left: 0px !important;
   padding-right: 0px !important;
    margin: 0 15px;
}
.newss-list li{
    padding: 10px 110px;
    border: 1px solid #bdbdbd;
    font-size: 18px;
}
.newss-img{
    width: 100%;
}
.newss-con{
    text-align: left;
}
.newss-title{
    font-size: 20px;
    font-weight: bold;
    color: #555;
}
.con-con{
    line-height: 1.8;
    color: #777;
    margin: 15px 0;
}
.newss-more{
    font-weight: bold;
    color: #333333;
}
.newss-date{
    margin-left: 4%;
}
.newss-date p:nth-child(1){
    font-size: 37px;
    border-top: 2px solid #707070;
    color: #666;
    padding-top: 10px;
}
.newss-date p:nth-child(2){
    font-size: 16px;
    color: #666;
}
.an{
    background-color: #c6361f;
    color: #fff;
}
.newss-list:hover .newss-title{
    color: #333333;
}

/* news */
/* detail */
.detail{
    padding: 10px 0px 99px 0px;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 26px;
}
.detail-title{
    font-size: 26px;
    text-align: center;
}
.detail-date{
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bdbdbd;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-bottom: 15px;
}
.detail-img{
    width: 100%;
}
.detail-info p{
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    padding: 10px 0;
}
.last-next{
    margin: 50px 0 80px 0;
}
.last-next a{
    padding: 15px 20px;
    border: 1px solid #bdbdbd;
    color: #666;
}
/* detail */

/* contact */
.contact{
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 100px 0;
    clear:both;
    overflow: hidden;
}
.contact>div{
    width: 25%;
    float:left
}

.contact-list-img{
    width: 136px;
    line-height: 125px;
    height: 136px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    margin: 0 auto;
}
.contact-tip{
    line-height: 23px;
    font-size: 16px;
    color: #666666;
    margin: 30px 0 0;
}
.contact-p{
    line-height: 24px;
    font-size: 16px;
    margin: 15px 0 0;
}
.contact-p p{
    margin: 0;
}
.contact-list:hover img{
    transform: rotateY(360deg);
    transition: 0.5s;
}
/* contact */


/* cooperation */
.coo-center{
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.coo-img{
    width: 22%;
    margin: 29px 0 0 2.173915701795769%;
}
.coo-img img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #bdbdbd;
}
.coo-img img:hover{
    transition: all 0.3s;
    box-shadow: 0 0 10px 4px #e1e1e1;
    transform: translate3d(0,-2px,0);
}
.coo-tip span {
    /* padding: 20px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd; */
    font-size: 36px;
}
.coo-tip{
    text-align: center;
    max-width: 1200px;
    margin: 70px auto;
    margin-top: 0px;
}
.maps{border:1px solid #ccc}
#map-tabs{
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
}
#map-tabs ul{
    position: relative;
    font-size: 0;    
    float: left;
    width: 100%;
}
#map-tabs ul:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.map-list{
    cursor: pointer;
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    z-index: 9;
    display: inline-block;
}
.map-list.active{
    border:1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.map-list span{
    color: #555;
    font-size: 16px !important;
}
/* cooperation */
@media (max-width:1020px){
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .pc{
        display: none;
    }
    .swiper-button-prev{
        display: none !important;
    }
    .swiper-button-next{
        display: none !important;
    }
    #sb{display: none}
    #gr{display: block;}
}
@media (min-width:688px) and (max-width:1370px){
    /* .contact>div{width: 33.3%;} */
    .swiper-button-next{
        right: 25px !important;
    }
    .swiper-button-prev{
        left: 25px !important;
    }
}
@media (min-width:688px) and (max-width:990px){
    .iim{
        width: 15%;
    }
    .eee{
        margin-top: 50px;
    }
    .newss-date {
        margin-left: 0%;
    }
}

@media (max-width:668px){
    .contact-list{
        margin-top: 30px;
    }
    .newss-list {
        padding: 35px 0;
        border-bottom: 1px solid #ddd;
    }
    .map-list{width: 50%;}
    .contact>div{width: 100%;}
    iframe{
        padding: 0 15px;
    }
    .product-title {
        text-align: center;
        padding: 22px 0;
        line-height: 56px;
        font-size: 25px;
    }
    .newss-con{
        margin-top: 15px;
    }
    .main-list-top {
        background-color: #fff;
        text-align: center;
        padding: 30px 0;
        height: 156px;
    }
    .main-list-bottom {
        background-color: #f5f5f5;
        text-align: center;
        padding: 30px 0;
    }
    .news-title {
        text-align: center;
        padding: 22px 0;
        line-height: 56px;
        font-size: 25px;
    }
    .newss-date {
        margin-left: 0%;
        display: none;
    }
    .time {
        display: block !important;
        color: #777;
        float: right;
    }
    .coo-tip {
        margin-top: 25px;
    }
    .coo-tip span:nth-child(1) {
        font-size: 26px;
    }
    .newss {
        margin-top: 25px;
    }
    .contact {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 0 100px 0;
    }
    
    .detail {
        padding: 5px 15px 99px 15px;
        border-bottom: 1px solid #bdbdbd;
        clear: both;
    }
    .detail-title {
        font-size: 22px;
    }
    
    .newss-na{
        float: left;
        width: 44%;
        margin: 0 0 15px 0;
        margin-left: 4%;
    }
    .iim{
        width: 35%;
    }
    .swiper-button-prev{
        display: none !important;
    }
    .swiper-button-next{
        display: none !important;
    }
    .back1{
        margin-top: 0px;
    }
    .main-list-bottom{
        background-color: #fff;
    }
    .main-list{
        padding: 8px 15px;
    }
    .main-box{
        margin-top: 0;
        padding-top: 6px;
    }
    .main-row{
        box-shadow: none;
    }
    .news-nav a{
        width: 92px;
    }
    .home-news-list{
        margin-left: 0;
        margin-top: 20px;
    }
    .col-md-6{
        padding: 0;
    }
    .foot-left{
        width: 100%;
        text-align: center;
    }
    .contain{
        display: flex;
        flex-direction: column;
    }
    .Fsplit{
        display: none;
    }
    .Fnav{
        width: 100%;
        margin-top: 10%;
        display: none;
        flex-wrap: wrap;
    }
    .Fnav-list{
        width: 50%;
    }
    .Fct{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .Fct p:nth-child(1){
        font-size: 18px;
    }
    .home-news-img-txt-left{
        width: 80%;
    }
    .home-news-img-txt-left p:nth-child(1){
        font-size: 16px;
    }
    .center-tip span {
        padding: 20px 0;
        font-size: 20px;
        border: none;
    }
    .center-center{
        padding: 25px 0;
    }
    .center-box{
        padding: 0 15px;
    }
    .center-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .p p {
        font-size: 15px;
    }
}
@media (min-width:1020px){
    .m{
        display: none !important;
    }
}
.time{
    display: none;
}