/* ban图 */
.ban{
    width: 100%;
}
.ban img{
    width: 100%;
}
/* 中间导航 */
.nav{
    width: 100%;
    /* height: 60px; */
    background-color: #ececec;
}
.nav-nr{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.nav-nrleft p{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
	color: #666666;
}
.nav-nrleft p img{
    margin-top: -2%;
}
.nav-nrleft span a{
    line-height: 60px;
    display: inline-block;
	font-size: 16px;
	color: #666666;
}
.nav-nrright{
    display: flex;
    justify-content: space-between;
}
.nav-nrright li{
    margin-left: 37px;
    line-height: 60px;
	font-size: 16px;
	color: #1a1a1a;
    position: relative;
}
.nav-nrright li::before{
    content: "";
    width: 0;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .5s;
}
.nav-nrright li:hover::before{
    content: "";
    width: 100%;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav-nrright a:nth-child(1) li{
    margin-left: 0;
}
.sj-nav{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    display: none;
  }
  .sj-nav a{
    width: 33.33%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #1a1a1a;
    transition: .5s;
  }
  .sj-nav a:hover{
    background: #4271ce;
    color: #fff;
  }
/* 内容 */
.ky{
    width: 100%;
    margin-top: 3%;
    padding-bottom: 6%;
}
.ky-tit{
    width: 100%;
}
.ky-tit h3{
	font-size: 38px;
	line-height: 50px;
	color: #dfdfdf;
    text-align: center;
    font-weight: 600;
}
.ky-tit h4{
	font-size: 30px;
	line-height: 50px;
	color: #333333;
    text-align: center;
}
.ky-nr{
    width: 70%;
    margin: auto;
    margin-top: 4%;
}
.ky-nrtop{
    display: flex;
    justify-content: space-between;
}
.ky-nrky{
    display: flex;
    justify-content: space-between;
	width: 47%;
	/* height: 158px; */
    padding:  2.5% 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.ky-nrkyimg{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-left: 8%;
}
.ky-nrkyimg img{
    transition: .5s;
}
.ky-nrky:hover>.ky-nrkyimg img{
    transform: rotateY(360deg);
}
.ky-nrkyimg::after{
    content: "";
    width: 1px;
	height: 91px;
    background:  #e6e6e6;
    position: absolute;
    top:10%;
    right: -70%;
}
.ky-nrkynr{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
    padding: 0;
}
.ky-nrkynr>div span{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
    margin-left: 5%;
}
.map-wrap{
    width: 100%;
    height: 385px;
    margin-top: 3%;
}
#map{
    width: 100%;
    height: 385px;
}

@media (max-width:1600px) {
    /* .ky-nrkyimg::after {
        content: "";
        width: 1px;
        height: 91px;
        background: #e6e6e6;
        position: absolute;
        top: 24%;
        right: -32%;
    }
    .ky-nrky{
        width: 60%;
    } */
    .ky-nr{
        width: 80%;
    }
}
@media (max-width:1400px) {
    .ky-nr{
        width: 90%;
    }
}
@media (max-width:1300px) {

}
@media (max-width:1199px) {
    .nav-nr{
        width: 85% !important;
    }
    .qywh-nr a li .qywh-nrz h3{
        font-size: 22px;
    }
    .qywh-nr a li .qywh-nrz p{
        font-size: 18px;
    }
    .ky{
        padding: 2% 0;
    }
    .ky-nr{
        display: flex;
        flex-wrap: wrap;
    }
    .ky-nrleft{
        width: 100%;
    }
    .ky-nrright{
        width: 100%;
        margin-top: 2%;
    }
    .ky-nrright h4{
        text-align: center;
    }
    .ky-nrright h5{
        text-align: center;
    }
    .ky-nrtop{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .ky-nrky{
        width: 100%;
    }
    .ky-nrkyimg{
        width: 47%;
    }
    .ky-nrkyimg::after{
        display: none;
    }
    .ky-nrkyimg{
        margin-left: 0;
    }
    .ky-nrky{
        margin-top: 2%;
    }
}
@media (max-width:990px) {
    .nav-nrright{
        display: none;
    }
    .sj-nav{
        display: flex;
    }
    .nav-nrright1 {
        display: flex;
        padding: 0 3.5%;
    }
    #act::before{
        display: none;
    }
    .ky-nr{
        padding: 2%;
    }
}
@media (max-width:767px) {
    .sj-nav a{
        font-size: 15px;
    }
    .nav-nrleft p{
        font-size: 14px;
    }
    .nav-nrleft span a{
        font-size: 14px;
    }
    .ky-tit h3{
        font-size: 24px;
        line-height: 30px;
    }
    .ky-tit h4{
        font-size: 18px;
        line-height: 50px;
    }
    .ky-nr{
        width: 100%;
        padding-top: 0;
        margin-top: 0;

    }
    .ky{
        margin-top: 0;
    }
    .ky-nrky{
        display: flex;
        flex-wrap: wrap;
    }
    .ky-nrkyimg{
        width: 100%;
        margin-top: 3%;
    }
    .ky-nrkynr{
    width: 100%;
    padding: 0px 17%;
    text-align: left;
    }
    .ky-nrkyimg img{
        width: 20%;
    }
    .xz{
        margin-top: 3%;
    }
    .ky-nr {
    padding: 5%;
}
}