*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
body{
    width: 100%;
    height: auto;
}
.swiper-slide img{
	max-width:100%;
}
.banner{
    width: 100%;
    height: 800px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-content{ 
    /* border-bottom: 5px solid #0000FF; */
    height: 80%;
    background: #eee; 
    width: 100%; 
    margin: auto; 
    line-height: 80%; 
    /* text-align: center;  */
}
#section1{
    overflow: hidden;
    width: 100%;
    height: 950px;
    background-image: url(./img/gsjj1.jpg);
	background-size:150% auto;
}
#section1 div{
    width: 60%;
    margin-left: 10%;
}
#section1 p:nth-child(1){
    font-size:30px ;
    color: white;
    padding-top: 10%;
}
#section1 p:nth-child(2){
    font-size:20px ;
    color: white;
    line-height: 36px;
    text-indent: 2em;
    margin-top: 5% ;
}
#section1 p:nth-child(3){
    font-size:20px ;
    color: white;
    line-height: 36px;
    text-indent: 2em;
}
#section1 p:nth-child(4){
    font-size:20px ;
    color: white;
    line-height: 36px;
    text-indent: 2em;
}
#section2{
    width: 100%;
    height: 950px;
    background-image: url(./img/qywh.png);
	background-size:100% 100%;
    overflow: hidden;
}
#section2 p{
    padding-top: 5%;
    margin-left: 10%;
}
#section2 .p{
    font-size: 30px;
    padding-top: 5%;
    margin-left: 10%;
}
#section2 ul {
    display: flex;
    margin-left: 10%
}
#section2 ul li{
    width:300px ;
    height: 300px;
    border-radius: 10px;
    background-color: rgba(173,173,173, 0.4);
}
#section2 ul li:nth-child(2){
    margin-left: 5%;
}
#section2 ul:nth-child(2) {
    margin-top: 3%;
}
#section2 ul:nth-child(3) {
    margin-top: 5%;
}
#section2 ul li div{
    width: 100px;
    height: 100px;
    margin-top: 10%;
    margin-left: 10%;
    background-color: white;
    border-radius: 50%;
}
#section2 ul li div img{
    width: 75%;
    height: 75%;
    margin: 12.5% 12.5%;
    object-fit: cover;
}
#section2 ul li p:nth-child(2){
    font-size:24px ;
}
#section2 ul li p:nth-child(3){
    font-size:18px ;
}
#section2 ul:nth-child(2) li:nth-child(2) p:nth-child(3){
    width: 80%;
}
#section3{
    height: 60vh;
}
#section3 p{
    font-size: 30px;
    text-align: center;
    padding-top: 3%;
	padding-bottom: 3%;
}
.swiper-container{
    margin-top: 3%;
}

 #section3 ul{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-wrap: wrap;
    }
    #section3 ul li{
        width: 30%;
            display: flex;
    height: 400px;
    margin-left: 3%;
    flex-direction: column;
    align-items: center;
    }
	    #section3 ul li p{
		font-size:18px;
		}
	.ry{
	height:auto;
	}

.nav-height{ 
    position:relative; 
    height: 50px;
}
.nav-wrap { 
    width: 100%;
    height: 50px;
    background: #fff;
}
.nav-wrap.navFix{
    position: fixed;
    top: 0;left: 0;  
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    border-bottom:1px solid #e3e3e3; 
    z-index: 99999;
} 
.nav-wrap ul {
    padding: 0;
    margin: 0 auto; 
    width: 80%; 
    display: flex; 
    justify-content: space-around;
    border-bottom: 2px solid #eee;
}
.nav-wrap.navFix ul{ 
    border-bottom: 0;
}
.nav-wrap li { 
    display: block; 
    text-align: left;
    height: 50px; 
    line-height: 50px; 
    float: left;
}
.nav-wrap li a {
    display: block;
    padding: 0 20px;
    font-size:20px; 
    color: #333; 
    text-decoration: none;
}
.nav-wrap li a:hover{
    color: #4680d1;
}
.nav-wrap li a.active {
    border-bottom:2px solid #4680d1;
    color: #4680d1;
}
.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}
.click-me {
    width: 150px;
    height: 30px; 
    background: #4680d1;
    color: white; 
    text-align: center;
    line-height: 30px;
}
.click-me a {
    display: block;
    color: white;
}



/* 底部 */
.footer{
    width: 100%;
    color: white;
    background-color: #11914f;
    overflow: hidden;
}
.f-top{
    padding-top: 1%;
    width: 84%;
    margin-left: 8%;
    display: flex;
}
/* .f-left{
    width: 50%;
    margin-left: 25%;
} */
.f-left .erweima{
    width: 100%;
    margin-top: 5%;
    margin-left: 10%;
}
.f-left .erweima span{
    display: inline-block;
    /* width: 50%; */
    margin-top: 10%;
    font-size: 20px;
}
.f-left .erweima img{
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.f-right{
    width: 60%;
    display: flex;
    margin-top: 1%;
    margin-left: auto;
    justify-content: space-around;
}
.f-right ul li{
    font-size: 16px;
    line-height: 30px;
}
.f-right ul li:nth-child(1){
    font-size: 20px;
    line-height: 48px;
}
.footer p{
    width: 84%;
    height: 2px;
    margin-left: 8%;
    margin-top: 2%;
    background-color: white;
}
.f-bottom{
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

@media screen and (max-width: 1000px){
    /* banner */
    .banner{
        height: 450px;
    }

    /* 小导航 */
    .nav-wrap li a {
        display: block;
        padding: 0 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    /* 公司简介 */
    #section1 {
        overflow: hidden;
        width: 100%;
        height: 450px;
    }
    #section1 p:nth-child(1) {
        font-size: 30px;
        color: white;
        padding-top: 20%;
    }
    #section1 p:nth-child(2) {
        font-size: 14px;
        color: white;
        line-height: 24px;
        text-indent: 2em;
        margin-top: 10%;
        display: -webkit-box; /* 创建一个弹性容器盒子模型 */
        -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
        -webkit-line-clamp: 4; /* 限制在3行内 */
        word-break: break-all; /* 允许在单词内换行 */
        overflow: hidden; /* 隐藏溢出的文本 */
        text-overflow: ellipsis; /* 溢出部分用省略号表示 */
    }
    #section1 p:nth-child(3) {
        font-size: 14px;
        color: white;
        line-height: 24px;
        text-indent: 2em;
        /* margin-top: 5%; */
        display: -webkit-box; /* 创建一个弹性容器盒子模型 */
        -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
        -webkit-line-clamp: 4; /* 限制在3行内 */
        word-break: break-all; /* 允许在单词内换行 */
        overflow: hidden; /* 隐藏溢出的文本 */
        text-overflow: ellipsis; /* 溢出部分用省略号表示 */
    }
    #section1 p:nth-child(4) {
        font-size: 14px;
        color: white;
        line-height: 24px;
        text-indent: 2em;
        /* margin-top: 5%; */
        display: -webkit-box; /* 创建一个弹性容器盒子模型 */
        -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
        -webkit-line-clamp: 4; /* 限制在3行内 */
        word-break: break-all; /* 允许在单词内换行 */
        overflow: hidden; /* 隐藏溢出的文本 */
        text-overflow: ellipsis; /* 溢出部分用省略号表示 */
    }

    /* 企业文化 */
    .section-content {
        line-height: 14px;
    }
    #section2 {
        width: 100%;
        height: 600px;
        background-image: url(/images/qywh.png);
        overflow: hidden;
    }
    #section2 p {
        padding-top: 10px;
        margin-left: 10%;
    }
    #section2 ul {
        display: flex;
        margin-left: 10%;
    }
    #section2 ul:nth-child(2) {
        margin-top: 5%;
    }
    #section2 ul li:nth-child(2) {
        margin-left: 10%;
    }
    #section2 ul li {
        width: 60%;
        height: 200px;
        border-radius: 10px;
        background-color: rgba(173, 173, 173, 0.4);
    }
    #section2 ul li p:nth-child(2) {
        font-size: 18px;
    }
    #section2 ul li p:nth-child(3) {
        font-size: 14px;
    }

    /* 荣誉 */
    #section3 {
        height: 300px;
    }
    .swiper-wrapper img{
        width: 150%;
        object-fit: cover;
    }
    #section3 p {
        font-size: 30px;
        text-align: center;
        padding-top: 10%;
        margin-bottom: 10%;
    }

    /* 底部 */
    .f-top{
        width: 100%;
        margin-left: 0%;
        padding-left: 0
    }
    .f-top .f-left{
        width: 60%;
    }
    .f-right{
        display: none;
    }
    .f-left .erweima {
        width: 100%;
        margin-top: 5%;
        margin-left: 60%;
    }
    .f-left .erweima span{
        display: block;
        font-size: 16px;
    }
    .f-right{
        width: 60%;
        /* display: flex; */
        margin-top: 1%;
        margin-left: 0;
        /* justify-content: space-around; */
    }
    .footer ul:nth-child(1){
        display: none;
    }
    .footer ul:nth-child(2){
        display: none;
    }
    .footer ul:nth-child(3){
        display: none;
    }
    .footer ul:nth-child(4){
        display: none;
    }
    .f-img{
        width: 100%;
    }
    .f-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-left: 35%;
    }
}

@media screen and ((min-width:740px) and (max-width: 1000px)){
	    #section3 p {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 550px){
	#section1{
		background-size:auto 100%;
		background-position:20%;
	}
}