.center {
    width: 1300px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
}

.head {
    justify-content: space-between;
    height: 90px;
}

.head-nav {
    width: 22px;
    margin-right: 15px;
}

.head-content {
    margin-left: 217px;
}

.head-telimg {
    margin-right: 15px;
}

.tel-p {
    font-size: 18px;
    color: #3f3f3f;
}

.menu {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.menu-list {
    line-height: 54px;
    font-size: 18px;
    justify-content: center;
}

.menu-list li {
    margin: 0 42px;
}

.bodyTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #ffffff;
}

.index-banner {
    margin-top: 146px;
}

.advertisement-list {
    margin: 20px 0;
    justify-content: space-between;
}

.advertisement-nav {
    width: 49%;
    height: 177px;
    position: relative;
}

.advertisement-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advertisement-box {
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 178px;
    height: 125px;
}

.advertisement-box p {
    font-size: 13px;
    line-height: 1.8;
}

.advertisement-box a :nth-child(1) {
    font-size: 22px;
}

.advertisement-box a :nth-child(3) {
    position: relative;
}

.advertisement-box a :nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3f3f3f;
}

.advertisement-box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.indexTitle-xian {
    width: 44%;
    height: 1px;
    background-color: #e9e9e9;
}

.index-title {
    justify-content: space-between;
    padding: 30px 0;
}

.indexTitle-text {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.cpsipwer-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.7;
}

.cpsipwer-title :nth-child(2) {
    font-size: 15px;
}

.cptpian-img {
    border: 1px solid #dcdcdc;
}

.cptpian-img img {
    width: 100%;
}

.cp-index {
    margin-bottom: 30px;
}

.index-about {
    justify-content: center;
    background: url('../image/about-index.png') no-repeat center;
}

.indexabout-conter {
    background-color: #ffffff;
    width: 580px;
    height: 310px;
    margin: 70px auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px;
}

.indexabout-conter p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.indexabout-conter p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    margin: 30px;
    position: relative;
}

.indexabout-conter p:nth-child(3) {
    padding-top: 10px;
}

.indexabout-conter p:nth-child(1)::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 50%);
    content: "";
    width: 75px;
    height: 2px;
    background-color: #333;
}

.indexcontact {
    align-items: flex-start;
    justify-content: space-between;
}

.indexcontact-list {
    width: 24%;
    text-align: center;
    font-size: 14px;
    margin: 30px 0;
}

.indexcontact-list div {
    padding-top: 10px;
}

.indexcontact-wangzhi {
    line-height: 1.5;
}

footer {
    /* background-color: #e5e5e5; */
    padding-top: 48px;
}

.foot-cont {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;

}

.foot-list {
    line-height: 1.8;
}

.foot-listtitle {
    font-size: 16px;
}

.oot-listnav {
    font-size: 14px;
}

.foot_img {
    width: 100px;
    height: 100px;
}

.foot_last {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

.foot_bah {
    background-color: #333;
    height: 42px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 78px;
    top: 37%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url('../image/swiperleft.png') no-repeat;
    background-size: 100% 100%;
    left: 0px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url('../image/swiperright.png') no-repeat;
    right: 0px;
    background-size: 100% 100%;
}


.cpquery {
    margin: 30px auto 20px;
    font-size: 14px;
}

.query-left {
    width: 25%;
    font-size: 18px;
}

.query-leftnav {
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffff;
    justify-content: space-between;
}

.query-left .ahover-list {
    border: 1px solid #dcdcdc;
    display: block;
}

.querycont {
    align-items: flex-start;
    justify-content: space-between;
}

.hoverlist {
    padding: 20px;
}

.queryhoverlist {
    display: none;
}

.query-left .ahover-list:hover .queryhoverlist {
    display: block;
}

.query-leftnav:hover {
    background-color: #17b370;
    color: #ffffff;
}

.hoverlist:hover a {
    color: #ffffff;
}

.hoverlist:hover {
    background-color: #17b370;
    color: #ffffff;
}

.query-leftnavimg img:nth-child(2) {
    display: none;
}

.query-left .ahover-list:hover .query-leftnav {
    background-color: #17b370;
    color: #ffffff;
}

.query-left .ahover-list:hover .hove {
    display: none;
}

.query-left .ahover-list:hover .onhovc {
    display: block;
}

.query-right {
    width: 73%;
}

.queryright-top {
    width: 100%;
    background-color: #eeeeee;
    line-height: 45px;
    font-size: 14px;
}

.queryright-top span {
    margin-left: 15px;
}

.quert_nav {
    width: 30%;
    text-align: center;
    margin: 15px 47px 0 0;
    padding-bottom: 5px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.quert_nav:nth-child(3n) {
    margin-right: 0;
}

.quert_navimg {
    height: 256px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.quert_navimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.quert_navimg:hover img {
    transform: scale(1.1)
}

.queryright-list {
    flex-wrap: wrap;
    margin: 30px auto;
}

.quert_navtext {
    font-size: 22px;
    line-height: 1.8;
}

.quert_navtext p:nth-child(2) {
    color: #666666;
    font-size: 15px;
}

.news_query {
    margin: 40px auto;
}

.news_qlist {
    width: 100%;
    background-color: #f4f5f8;
    margin-top: 20px;
    justify-content: space-between;
    padding: 20px;
}

.news_qimg {
    width: 250px;
    height: 175px;
    overflow: hidden;
}

.news_qimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news_qimg:hover img {
    transform: scale(1.1);
}

.news-tenxt {
    line-height: 1.8;
    width: 65%;
    padding-left: 15px;
    border-left: 1px solid rgb(146, 146, 146);
}

.news-tenxt p:nth-child(1) {
    font-size: 26px;
}

.news-tenxt p:nth-child(2) {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}

.news_qtime {
    width: 10%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#allmap {
    width: 100%;
    height: 500px;
    margin: 50px 0;
}

.pabout {
    margin: 50px auto;
    align-items: stretch;
    justify-content: space-between;
}

.pabout_img {
    width: 43%;
}

.pabout_left {
    width: 50%;
}

.pabout_title {
    font-size: 36px;
    position: relative;
    padding-left: 20px;
}

.pabout_title::before {
    content: '';
    width: 6px;
    height: 36px;
    display: block;
    position: absolute;
    background: #004ea1;
    border-radius: 5px;
    left: 0;
    top: 2px;
}

.pabout_cont {
    width: 96%;
    padding: 40px 0;
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    color: #444;
}

.page-banner {
    width: 100%;
    height: 153px;
    margin-top: 146px;
    position: relative;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-nowtitloe {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 29px;
    font-weight: bold;
}

.showpage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.showpage a {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #666666;
    margin: 0 5px;
}

.detail-index {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 54px;
    padding: 19px 0;
}

.detail-intr {
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding: 3%;
    padding-top: 20px;
}

.detail-page {
    margin: 30px auto;
}

.detail-futitle {
    text-align: center;
}

.cd_page {
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    margin: 80px 0;
    width: 100%;
}

.cd_list {
    width: 46%;
    box-sizing: border-box;
    border: 1px solid #efefef;
    box-shadow: 2px 2px 5px rgb(168, 168, 168);
    text-align: center;
    font-size: 18px;
    margin: 0 15px 30px;
}

.cd_title{
    padding: 30px 0;
}

.cd_title span{
   
    color: #448788;
    font-weight: bold;
    position: relative;
}

.cd_title span::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #e99b67;
}

.cd_list ul li {
    padding: 15px;
    border-top: 1px solid #efefef;
    margin: 0 18px;

}

.cd_list ul li span{
    position: relative;
   color: #000;
   font-weight: 300;
   font-size: 16px;
}

.cd_list ul li span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    top: 50%;
    left: -20px;
    background-color: #17b370;
    position: absolute;
    transform: translate(-50%,-50%);
}