/* 保证图片重叠 */
.Cooperation-li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.Cooperation-li img {
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.Cooperation {
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f4f4f4;
}

/* 灰度图片默认显示 */
.Cooperation-li .gray-svg {
    position: static; /* 覆盖absolute定位 */
}

.join-hr {
    padding: 0.2px;
    background-color: #666;
}

.aboutus {
    padding-left: 7%;
    padding-right: 7%;
    background-color: #f4f4f4;
    padding-bottom: 3%;
    padding-top: 1%;
}

.information {
    padding-left: 5%;
    padding-right: 5%;
}

.honor-png {
    background-color: white;
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
}

.shuoming1 {
    color: #333;
}

.shuoming1 p:hover {
    text-decoration: #333;
}

.shuoming1:hover {
    text-decoration: #333;
}

.yyzz {
	display: inline-block;
	position: relative;
	border: 1px solid none;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 75px;
	background-color: #f4f4f4;
	margin-top: 3%;
    transition: all .3s ease;
}
.domain {
	display: inline-block;
	position: relative;
	border: 1px solid none;
	padding-top: 84px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 75px;
	background-color: #f4f4f4;
	margin-left: 40px;
	margin-top: 3%;
    transition: all .3s ease;
}

.shengming-under img {
    transition: all .3s ease;
}

.shengming-under img:hover {
    transform: scale(1.02);
    transition: all .3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.yyzz a:hover,.domain a:hover {
    text-decoration: none;
}

.joinus {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
    padding-top: 1%;
    background-color: white;
}

.sy-submit {
    outline: none;
    background-color: dodgerblue;
    border: 1px solid dodgerblue;
    color: white;
    width: 105px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    transition: all .3s ease;
    font-size: 14.5px;
}

.sy-submit:hover {
    opacity: 0.8;
    transition: all .3s ease;
}

.about-many {
    outline: none;
    background-color: dodgerblue;
    border: 1px solid dodgerblue;
    color: white;
    width: 105px;
    height: 40px;
    border-radius: 13px 13px 13px 13px;
    transition: all .3s ease;
}

.about-many:hover {
    opacity: 0.7;
    transition: all .3s ease;
}

/*关于我们*/
.aboutmenu {
    padding: 15px;
    /*text-align: center;*/
    padding-left: 17%;
    background-color: #f4f4f4;
}

.menu-button {
    outline: none;
    border: none;
    /*border-radius: 3px 3px 3px 3px;*/
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f4f4f4;
    transition: all .3s ease;
    color: #444;
}

.menu-button:focus {
    outline: none;
    border: none;
}

.menu-button:hover {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
    transition: all .3s ease;
}

body[data-page="about"] #about {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="culture"] #culture {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="history"] #history {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="honor"] #honor {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="executives"] #executives,#executives-1 {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="executives"] #page-1 {
    background-color: dodgerblue;
    color: white;
}

body[data-page="other"] #other {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="executives-page1"] #page-2 {
    background-color: dodgerblue;
    color: white;
}

body[data-page="executives-page1"] #executives,#executives-1 {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="executives"] #page-top {
    background-color: #e2e2e2;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    opacity: 0.5;
}

body[data-page="executives"] #page-top:hover {
    cursor: not-allowed;
}

body[data-page="news-center"] #news-center {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="news-center"] .page1-banner {
    background-image: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2024043017584549220/cms/image/c0c8c37d-41bd-48ac-b327-ae7072c5751a.jpg');
    margin-top: -20px;
    position: relative;
    margin-bottom: -20px;
    padding-bottom: 13%;
    background-size: cover;
}

body[data-page="Contact"] .page1-banner {
    background-image: url('../img/contact.png');
    margin-top: -20px;
    position: relative;
    margin-bottom: -20px;
    padding-bottom: 13%;
    background-size: cover;
}

body[data-page="Contact"] #contact-button {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="dzjz"] #dzjz {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="mbjz"] #mbjz {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="nitainav"] #nitainav {
    background-color: dodgerblue;
    color: white;
    border-radius: 3px 3px 3px 3px;
}

body[data-page="news-center"] #page-1 {
    background-color: dodgerblue;
    color: white;
}

.page1-banner {
    background-image: url('https://x-res.hdnbe.com/banner01.jpg');
	margin-top: -20px;
	position: relative;
    margin-bottom: -20px;
    padding-bottom: 13%;
}

.page1-bannertitle {
    color: white;
    padding-left: 17%;
    font-weight: 600;
    font-size: 45px;
    position: relative;
    top: 150px;
}

.page1-banner-hr {
    width: 45px;
    padding: 0.5px;
    background-color: white;
    margin-left: 17%;
    position: relative;
    top: 150px;
}

.page1-banner-eng {
    padding-left: 17%;
    color: white;
    position: relative;
    top: 150px;
    font-size: 20px;
}

.location-top-icon {
    width: 14px;
}

.location-top:hover {
    cursor: pointer;
    color: #444;
}

.location-top {
    color: #444;
    font-size: 13px
}

.location-current {
    font-size: 13px;
}

.location {
    display: inline;
    float: right;
    padding-right: 17%;
    position: relative;
    top: 10px;
}

/*管理信息*/
.main-exe {
    padding-top: 1%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
    gap: 20;
    justify-content: center;
}

.chairman-title {
    background-color: #eaeaea;
    z-index: 100;
    padding: 10px;
    position: relative;
    bottom: 45px;
    padding-top: 5%;
    padding-bottom: 20%;
}

.chairman-title {
    color: #222;
}

.chairman-title:hover {
    text-decoration: #222;
}

.chairman {
    margin-top: 3%;
    margin-left: 1%;
    margin-right: 1%;
    transition: all .3s ease;
}

.chairman:hover {
    transform: scale(1.03);
    transition: all .3s ease;
}

.chairman a:hover {
    text-decoration: none;
}

.about-executives {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 17%;
    padding-right: 17%;
}

.about-executives-title {
    text-align: center;
    font-weight: 600;
    padding-bottom: 1%;
}

.executives-jianshi {
    text-align: center;
    padding-top: -100px;
}

.executives-1,.executives-2 {
    outline: none;
    border: none;
    margin-left: 1%;
    margin-right: 1%;
    background-color: white;
    height: 40px;
    width: 120px;
    transition: all .3s ease;
}

.executives-1:hover,.executives-2:hover {
    background-color: dodgerblue;
    color: white;
    transition: all .3s ease;
    border-radius: 3px 3px 3px 3px;
}

.executives-1:focus,.executives-2:focus {
    outline: none;
    border: none;
}

.executives-end-hr {
    margin-left: 17%;
    margin-right: 17%;
}

.about-executives-main {
    background-color: #eaeaea;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 3px 3px 3px 3px;
}

.about-executives-link {
    color: #222;
    transition: all .3s ease;
}

.about-executives-link:hover {
    color: dodgerblue;
    text-decoration: none;
    transition: all .3s ease;
}

.page-top {
    background-color: #e2e2e2;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    /*opacity: 0.5;*/
}

.page-number,.page-end {
    background-color: #e2e2e2;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    transition: all .3s ease;
}

.page-top:hover,.page-number:hover,.page-end:hover {
    background-color: dodgerblue;
    transition: all .3s ease;
    color: white;
}

.page-top:focus,.page-number:focus,.page-end:focus {
    outline: none;
    border: none;
}

/*.page-top:hover {
    cursor: not-allowed;
}*/

.page {
    padding-bottom: 2%;
    text-align: center;
}

.form {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: inline;
    float: left;
    /*padding-left: 20%;*/
    position: relative;
    left: 20%;
    width: 800px;
    padding-left: 1.5%;
    padding-top: 2%;
    padding-right: 1.5%;
    padding-bottom: 3%;
    margin-top: 5%;
}

.contact-text-content {
    display: inline;
    float: right;
    padding-right: 28%;
    margin-top: 10%;
}

.contact-button {
    outline: none;
    border: none;
    background-color: dodgerblue;
    color: white;
    width: 200px;
    height: 55px;
    font-size: 14px;
    transition: all .3s ease;
}

.contact-button:hover {
    background-color: gray;
    transition: all .3s ease;
}

.contact-button:focus {
    outline: none;
    border: none;
}

.contact-name input {
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: all .5s ease;
    margin-top: 4%;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 3px solid gray;
    padding-left: 5px;
}

.contact-name input:focus {
    outline: none;
    color: dodgerblue;
    border-bottom: 3px solid dodgerblue;
    transition: all .5s ease;
}

.contact-tele input {
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: all .5s ease;
    margin-top: 4%;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 3px solid gray;
    padding-left: 5px;
}

.contact-tele input:focus {
    outline: none;
    color: dodgerblue;
    border-bottom: 3px solid dodgerblue;
    transition: all .5s ease;
}

.contact-mail input {
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: all .5s ease;
    margin-top: 4%;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 3px solid gray;
    padding-left: 5px;
    margin-bottom: 5%;
}

.contact-mail input:focus {
    outline: none;
    color: dodgerblue;
    border-bottom: 3px solid dodgerblue;
    transition: all .5s ease;
}

.contact-content {
    width: 100%;
    margin-top: 3%;
    border-bottom: 3px solid gray;
    padding-left: 5px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-content:focus {
    outline: none;
    color: dodgerblue;
    border-bottom: 3px solid dodgerblue;
    transition: all .5s ease;
}

.contact-title {
    font-size: 30px;
    padding-bottom: 3%;
}

.contact-text,.contact-div1 {
    color: #666;
}

.text-title {
    font-size: 30px;
    padding-bottom: 3%;
}

.text-description {
    color: #666;
    padding-bottom: 5%;
}

.telephone-number,.mail-address,.address {
    font-weight: bolder;
}

.telephone-number:hover,.mail-address:hover,.address:hover {
    cursor: pointer;
}

body[data-page="Contact"] main {
    padding-bottom: 35%;
}

@media screen and (max-width: 768px) {
	.textTop {
		display: none;
	}

	.zzlz {
		display: none;
	}

	.location {
		display: none;
	}

    .agent {
        display: none;
    }

    .banner-title,.banner-p {
        top: 0;
        padding: 0;
        padding-left: 3%;
    }

    .banner-button {
        top: 0;
        right: 50px;
    }

    .banner-hr {
        top: 0;
    }

    .banner-h1 {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        display: none;
    }

    .domain img {
        width: 270px;
    }
}