/* 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: #167394;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .5s;
}
.nav-nrright li:hover::before{
    content: "";
    width: 100%;
	height: 4px;
	background-color: #167394;
    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: #167394;
    color: #fff;
}
/* 内容 */
.hy{
    width: 70%;
    margin: auto;
    margin-top: 3%;
    padding-bottom: 3%;
    display: flex;
    justify-content: space-between;
}
.hy-left{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    overflow: hidden;
    margin-top: 7%;
}
.hy-left img{
    width: 100%;
    /* height: 100%; */
    transition: .5s;
}
.hy-left .h-box{
    overflow: hidden;
}
.hy-left .h-box:hover>img{
    transform: scale(1.2);
}
.hy-right{
    width: 48%;
}
.hy1{
    display: flex;
    justify-content: flex-start;
}
.kong{
    width: 17px;
    height: 40px;
    background-color:#167394 ;
}
.hy-right .hy1 .h3{
    width: 178px;
    height: 40px;
    background-color:#167394 ;
    margin-left: 3%;
}
.hy-right .hy1 .h3 h3{
    text-align: center;
    line-height: 40px;
	font-size: 20px;
	color: #ffffff;
}
.hy-right p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
    margin-top: 5%;
}

.hy2{
    display: flex;
    justify-content: flex-start;
    margin-top: 5%;
}
.kong2{
    width: 17px;
    height: 40px;
    background-color:#ff572c ;
}
.hy-right .hy2 .h3{
    width: 178px;
    height: 40px;
    background-color:#ff572c ;
    margin-left: 3%;
}
.hy-right .hy2 .h3 h3{
    text-align: center;
    line-height: 40px;
	font-size: 20px;
	color: #ffffff;
}


@media (max-width:1600px) {

}
@media (max-width:1440px) {

}
@media (max-width:1440px) {
    .hy-left{
        margin-top: 8%;
    }
}
@media (max-width:1199px) {
    .hy-left{
        margin-top: 0;
    }
    .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;
    }
    .yxal-nr a li p{
        font-size: 20px;
    }
    .hy{
        display: flex;
        flex-wrap: wrap;
    }
    .hy-left{
        width: 100%;
    }
    .hy-right{
        width: 100%;
        margin-top: 2%;
    }
    .hy-right p{
        margin-top: 1%;
    }
    .hy2{
        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;
    }

}
@media (max-width:767px) {
    .sj-nav a{
        font-size: 15px;
    }
    .nav-nrleft p{
        font-size: 14px;
    }
    .nav-nrleft span a{
        font-size: 14px;
    }
    .hy{
        width: 100%;
        margin: 0;
        padding: 2%;
    }
    .hy-right .hy1 .h3{
        width: 100%;
    }
    .hy-right .hy1 .h3 h3{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .hy-right .hy2 .h3{
        width: 100%;
    }
    .hy-right .hy2 .h3 h3{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .hy-right p {
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        margin-top: 5%;
    }
}