.jumpChinese a{
color:white;
}
.jumpChinese a:hover{
color:white !important;
text-decoration:underline;
}
.selectColor{
    color: #198754 !important;
}
.container{
    max-width: 1200px;
}

.btn_1:hover{
    background-color: #007A5C;
    border: 1px solid #ffffff;
}

/*子页面设置*/
.sonBanner{
    width: 100%;
    overflow: hidden;
}
.sonBanner img{
    display: block;
    width: 100%;
}
.contentDetail{
    min-height: 400px;
    overflow: hidden;
    font-family: "times new roman";
}
.contentDetail h2{
    text-align: center;
    color: #32404D;
    font-size: 40px;
    display: block;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contentDetail p{
    color: #222222;
    font-size: 18px;
    line-height: 36px;
    text-align:justify;
    text-justify:inter-ideograph;
}

/*新闻列表*/
.newsListInfo li{
    border: 1px solid #eaeaea;
    margin: 15px 0;
    display: block;
    overflow: hidden;
}
.newsListInfo a{
    color: #222;
}
.news_time{
    margin: 0;
    padding: 0;
    float: left;
    background-color: #007A5C;
    color: #ffffff;
    height: 80px;
    display: inline-block;
}
.news_time h1, .news_time p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.news_detaile{
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.news_detaile h4{
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

/*顶部欢迎*/
.welcome p{
    color: #eaeaea;
    margin: 0;
    padding: 0;
}
.jumpChinese a{
    text-align: right;
    display: block;
}

/*底部logo*/
.footer-copy-right p{
    color: #ffffff!important;
}

/*修改样式*/
.section-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*首页介绍*/
.introducePadding{
    background-color: #f8f8f8;
}
.introduceContent{
    padding-left: 20px;
}
.introduceContent p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-align:justify;
    text-justify:inter-ideograph;
}

/*首页服务指南*/
.indexGuide{
    width: 100%;
    height: auto;
    display: block;
}
.indexGuide h3{
    font-size: 24px;
    text-align: left;
    line-height: 70px;
}

/*首页新闻*/
.indexNewsBox .tailor-details{
    padding: 15px;
}
/*简介页面*/
.departmentInfo {
    border: 1px solid #007A5C;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
    display: block;
    height: 110px;
}
.departmentInfo h3{
    text-align: center;
}
.departmentInfo:hover{
    background-color: #007A5C !important;
}
.departmentInfo:hover h3{
    color: #FFFFFF;
}

/*联系我们*/
.contactDetail{
    min-height: 350px;
}
.contactDetail h2{
    text-align: center;
    margin-bottom: 80px;
}
.contactInfo span{
    display: block;
    font-size: 22px;
    line-height: 40px;
}

@media (min-width: 320px) and (max-width: 799px) {
    /*新闻列表*/
    .newsListInfo li{
        padding: 15px 0;
    }
    .news_time{
        width: 16%;
    }
    .news_detaile{
        width: 72%;
    }
    .news_detaile h4{
        padding-left: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .news_time h1, .news_time p{
        font-size: 18px;
    }

    /*跳转到中文网*/
    .jumpChinese a{
        text-align: center;
        display: block;
        padding: 15px 0;
    }
    /*logo*/
    .logo img{
        width: 70px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .logo p{
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        color: #007A5C;
        margin-top: 15px;
        margin-bottom: 50px;
    }
    /*首页新闻图片*/
    .indexNewsBox{
        background-color: #f8f8f8;
    }
    .indexNewsImg{
        width: 100%;
        height: auto;
    }
}

@media (min-width: 800px) and (max-width: 1920px) {
    .section-padding {
        padding-top: 0px !important;
        padding-bottom: 80px !important;
    }

    /*新闻列表*/
    .news_time{
        width: 10%;
        padding: 5px;
    }
    .news_detaile{
        width: 88%;
    }
    .newsListInfo li{
        padding: 10px;
        height: 100px;
        overflow: hidden;
    }
    .indexNewsBox .single-gallery h3{
        text-align:justify;
        text-justify:inter-ideograph;
    }

    .newsListInfo li:hover{
        border: 1px solid #007A5C;
    }
    .newsListInfo li:hover h4{
        color: #007A5C;
    }

    /*logo*/
    .logo img{
        width: 70px;
        height: auto;
        display: inline-block;
    }
    .logo p{
        display: inline-block;
        font-weight: bold;
        font-size: 22px;
        color: #007A5C;
        padding-left: 10px;
    }

    /*首页介绍*/
    .introduceImg{
        width: 100%;
        height: 400px;
    }
    .introduceImg img{
        width: 100%;
        height: 100%;
    }

    /*导航修改*/
    .header-area .header-bottom .left-side .main-menu ul>li a{
        padding: 28px 24px;
    }

    /*首页新闻图片*/
    .indexNewsBox{
        padding: 80px 0;
        background-color: #f8f8f8;
    }
    .indexNewsBox .single-gallery{
        height: 140px;
        overflow: hidden;
    }
    .indexNewsBox .single-gallery h3{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        padding-right: 20px;
    }
}












