* {font-family: "华文细黑"; font-weight: 400;}
strong {font-weight: 700;}
body {font-size:14px; color:#000000; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; overflow-x: hidden;}
input,textarea,select,button {color:#000000; outline:none;}
a {color:#000; text-decoration:none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease;}
body, html {height: 100%;}


img {width: 100%; display: block;}

.large .inner {height: 64px; background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.0)); position: fixed; top: 0px; width: 100%; z-index: 10;}
.large .inner::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.1); /* 真正的透明白 */ z-index: 999;
}
.small .inner {background: rgba(255, 255, 255, 1.0); position: fixed; top: 0px; width: 100%; z-index: 10;}
.small .inner::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #e7e7e7; /* 真正的透明白 */ z-index: 999;
}
.header, .inner {transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}


.large .inner .Logo a {display: block; float: left; margin: 17px 30px 17px 0px; width: 118px; height: 30px; background: url(../image/logo_white.png) no-repeat center center; background-size: cover;}
.large .inner .Search {float: right; width: 20px; height: 20px; background: url(../image/sousuo.svg) no-repeat center center; background-size: cover; cursor: pointer; margin-top: 22px;}
.large .inner .menu > ul {float: left; width: 750px; padding-top: 15px;}
.large .inner .menu-container {float: none;}
.large .inner .menu-mobile {display: none; padding: 20px;}
.large .inner .menu > ul:before,.menu > ul:after {content: ""; display: table;}
.large .inner .menu > ul:after {clear: both;}
.large .inner .menu > ul > li {float: left;	position: relative;	margin-right: 20px;	display: block;	transition: color 0.3s ease; /* 文字颜色过渡 */padding: 10px 0px;}
.large .inner .menu > ul > li::after {content: "";position: absolute;left: 0;bottom: 5px;width: 0; /* 初始宽度为0 */	height: 1px; /* 线条高度 */	background-color: #fff; /* 线条颜色（可自定义） */	transition: width 0.3s ease; /* 宽度过渡动画 */}
.large .inner .menu > ul > li:hover::after {width: 100%; /* 线条展开 */}
.large .inner .menu > ul > li > a {line-height: 20px;display: block;color: #fff;}
.large .inner .menu > ul > li > a:hover {color: #fff;}


.small .inner .Logo a {display: block; float: left; margin: 17px 30px 17px 0px; width: 118px; height: 30px; background: url(../image/logo.png) no-repeat center center; background-size: cover;}
.small .inner .Search {float: right; width: 20px; height: 20px; background: url(../image/sousuo_black.svg) no-repeat center center; background-size: cover; cursor: pointer; margin-top: 22px;}
.small .inner .menu > ul {float: left; width: 750px; padding-top: 15px;}
.small .inner .menu-container {float: none;}
.small .inner .menu-mobile {display: none; padding: 20px;}
.small .inner .menu > ul:before,.menu > ul:after {content: ""; display: table;}
.small .inner .menu > ul:after {clear: both;}
.small .inner .menu > ul > li {float: left;	position: relative;	margin-right: 20px;	display: block;	transition: color 0.3s ease; /* 文字颜色过渡 */padding: 10px 0px;}
.small .inner .menu > ul > li::after {content: "";position: absolute;left: 0;bottom: 5px;width: 0; /* 初始宽度为0 */	height: 1px; /* 线条高度 */	background-color: #520c06; /* 线条颜色（可自定义） */	transition: width 0.3s ease; /* 宽度过渡动画 */}
.small .inner .menu > ul > li:hover::after {width: 100%; /* 线条展开 */}
.small .inner .menu > ul > li > a {line-height: 20px;display: block;color: #520c06;}
.small .inner .menu > ul > li > a:hover {color: #520c06;}


.Other .inner {background: rgba(255, 255, 255, 1.0); position: fixed; top: 0px; width: 100%; z-index: 10;}
.Other .inner::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #e7e7e7; /* 真正的透明白 */ z-index: 999;
}
.Other .inner .Logo a {display: block; float: left; margin: 17px 30px 17px 0px; width: 118px; height: 30px; background: url(../image/logo.png) no-repeat center center; background-size: cover;}
.Other .inner .Search {float: right; width: 20px; height: 20px; background: url(../image/sousuo_black.svg) no-repeat center center; background-size: cover; cursor: pointer; margin-top: 22px;}
.Other .inner .menu > ul {float: left; width: 750px; padding-top: 15px;}
.Other .inner .menu-container {float: none;}
.Other .inner .menu-mobile {display: none; padding: 20px;}
.Other .inner .menu > ul:before,.menu > ul:after {content: ""; display: table;}
.Other .inner .menu > ul:after {clear: both;}
.Other .inner .menu > ul > li {float: left;	position: relative;	margin-right: 20px;	display: block;	transition: color 0.3s ease; /* 文字颜色过渡 */padding: 10px 0px;}
.Other .inner .menu > ul > li::after {content: "";position: absolute;left: 0;bottom: 5px;width: 0; /* 初始宽度为0 */	height: 1px; /* 线条高度 */	background-color: #520c06; /* 线条颜色（可自定义） */	transition: width 0.3s ease; /* 宽度过渡动画 */}
.Other .inner .menu > ul > li:hover::after {width: 100%; /* 线条展开 */}
.Other .inner .menu > ul > li > a {line-height: 20px;display: block;color: #520c06;}
.Other .inner .menu > ul > li > a:hover {color: #520c06;}



.Wrap {width: 94%; margin: auto;}




.MidProfile {width: 760px; margin: auto; padding: 50px 0px 120px 0px; text-align: center; font-size: 16px; line-height: 30px;}

.Mid {display: flex; flex-wrap: wrap; justify-content: space-between;}
.MidList {width: 24.5%; text-align: center;}
.MidListImg {height: 550px; overflow: hidden;}
.MidListImg img {transition:transform 1s;}
.MidListImg:hover img {transform:scale(1.1);}
.MidList p {font-size: 28px; padding-top: 20px; position: relative;	transition: color 0.3s ease; padding-bottom: 10px; display: inline-block;}
.MidList p::after {content: ""; position: absolute; left: 50%; bottom: 5px; width: 0; height: 1px; background: #000; transition: width 0.3s ease; transform: translateX(-50%);}
.MidList:hover p::after {width: 100%; /* 线条展开 */}

.BigTitle {font-size: 48px; text-align: center; padding: 80px 0px; color: #520d07;}

#contentE {margin-left: 3%; position: relative;}
#contentE .left {width: 440px; margin: 0px 10px 0px 0px; position:relative; display:inline; float:left;}
#contentE .Box {position: relative;}
#contentE .btns {display: none; transition:transform 0.5s;}
#contentE:hover .btns {display: block;}
#contentE .btns a {width:30px;height:30px; display: block;}
#contentE .btns .up{background: url(../image/icon-jiantou-r.svg) no-repeat center center; background-size: cover; position: absolute; width: 30px; height: 30px; left: 1%; top: 50%; margin-top: -15px; z-index: 100;}
#contentE .btns .down{background: url(../image/icon-jiantou-l.svg) no-repeat center center; background-size: cover; position: absolute; width: 30px; height: 30px; right: 4%; top: 50%; margin-top: -15px; z-index: 100;}
#contentE .cons{width:1000000px;overflow:hidden;position:relative;height:660px; margin:auto}
#contentE .con{float:left;width:1000000px;position:absolute;left:0;top:0;}
#contentE .left h2 {font-size: 16px; padding-top: 10px;}



.img-box {width: 440px; height: 590px;position: relative;}
.img-normal {position: absolute; top: 0;left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; transition: opacity 1.0s;}
.img-hover {position: absolute;top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.0s;}
.img-box:hover .img-normal {opacity: 0;}
.img-box:hover .img-hover {opacity: 0.8;}

.IndexClassMore a {display: block; width: 100px; padding: 9px 0px; border: #520d07 1px solid; color: #520d07; background: linear-gradient(#520d07 50%, #fff 50%); background-size: 100% 200%; background-position: 0 100%; margin: 50px auto; text-align: center;}
.IndexClassMore a:hover {-webkit-animation: myfirst 0.5s 1; background-position: 0 0%; color: #fff;}

@-webkit-keyframes myfirst
{
  0% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0%;
    }
}

.IndexClassMore_1 a {display: block; width: 100px; padding: 9px 0px; border: #fff 1px solid; color: #fff; background-size: 100% 200%; background-position: 0 100%; margin-top: 20px; float: right; text-align: center; margin-right: 10%;}
.IndexClassMore_1 a:hover {-webkit-animation: myfirst 0.5s 1; background: #fff; color: #000;}

.IndexProfile {background: url(../image/7.jpg) no-repeat right center; background-size: cover; height: 670px; color: #fff; text-align: right;}
.IndexProfile h2 {font-size: 36px; padding: 10% 10% 10px 0px;}
.IndexProfile h3 {font-size: 18px; padding-right: 10%; width: 500px; float: right;}

.IndexNew {position: relative;}
.IndexNewTitle {width: 50%; text-align: center; height: 240px; top: 50%; margin-top: -120px; position: absolute; right: 0px;}
.IndexNewTitle h2 {font-size: 40px; padding-bottom: 10px; color: #520d07;}
.IndexNewTitle p {font-size: 16px; line-height: 25px; padding: 0px 50px;}

.IndexNews ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.IndexNews li {width: 45%; padding: 15px; background: #f8f8f8;}
.IndexNews li:hover {background: #f1f1f1;}
.IndexNews > ul > li > a > img {float: left; width: 180px; margin-right: 20px;}
.IndexNews h2 {font-size: 22px; font-weight: 400;}
.IndexNews span {color: #999; font-size: 14px; line-height: 30px;}
.IndexNews p { line-height: 20px;}

.Bottom {background: #000; padding: 30px 0px;}
.Bottom > div > img {float: left; width: 157px; margin-right: 30px;}
.Bottom h2 {float: left; line-height: 40px; color: #fff; font-size: 14px;}
.EW {float: right; width: 70px; margin-top: -10px;}
.EW img {border-radius: 100%;}

.banner {width: 100vw; height: 100vh; overflow: hidden; /* 隐藏放大超出的部分 */position: relative;}
/* 背景图片 + 缩放动画 */
.banner-img {width: 100%; height: 100%; object-fit: cover; /* 保持比例铺满屏幕 */ animation: scaleZoom 12s linear infinite alternate;}
/* 缩放动画关键帧：从 1.0 放大到 1.2 */
@keyframes scaleZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


.ProfileBg {width: 100%; height: 100%; background: url(../image/profile_bg.jpg) no-repeat center center;}

.Profile {padding: 130px 0px; width: 58%; margin: auto; text-align: center;}
.Profile h2 {font-size: 35px; padding-bottom: 30px;}
.Profile p {font-size: 22px; line-height: 35px;}
.Profile > img {width: 78%; margin: auto; padding-top: 90px;}

.NewsWrap {width: 73%; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 100px 0px;}
.News {width: 32%; margin-bottom: 20px; text-align: center; font-size: 24px;}
.NewsImg {height: 440px; overflow: hidden; margin-bottom: 10px;}
.NewsImg img {transition:transform 1s;}
.News:hover .NewsImg img {transform:scale(1.1);}

.NewsDetail {width: 790px; margin: auto; padding: 120px 0px; border-bottom: #eee 1px solid;}
.NewsDetail h2 {font-size: 30px; text-align: center; padding-bottom: 120px;}
.NewsDetail p {line-height: 25px;}

.Path {font-size: 14px; text-align: center; color: #666; padding-top: 100px;}
.Path a {display: inline; text-decoration: underline; color: #666;}
.Path span {display: inline; padding: 0px 5px;}
.Path p {display: inline;}


.ProTitle {padding: 120px 0px 0px 0px; text-align: center; width: 60%; margin: auto;}
.ProTitle h2 {font-size: 30px; line-height: 40px;}

.ProNav {width: 100%; background: #fff; text-align: center; padding: 50px 0px;}
.ProNav a {display: inline-block; margin: 0px 10px; font-size: 14px; color: #666;}
.fixed {
      position: fixed;
      top: 64px;
      left: 0;
      z-index: 999;
}

.List {float: left; width: 25%; margin-bottom: 30px;}
.List h2 {font-size: 16px; padding-top: 10px;}

.ProWrap {width: 1260px; margin: auto; padding: 50px 0px 100px 0px;}
.ProMid {width: 450px; margin: auto;}

.ProDetail h2 {font-size: 30px; padding-bottom: 10px;}

.ProDetail li {margin-top: 15px; border-bottom: #e5e5e5 1px solid; padding-bottom: 15px;}
.ProDetail h3 {float: left; font-size: 18px; padding-top: 5px; color: #999;}
.ProDetail span {display: block; text-align: right; line-height: 20px;}
.Detail {float: right; text-align: right; color: #333; line-height: 25px; color: #655a4b;}


.NewBg {position: relative; color: #fff;}
.NewBg h2 {position: absolute; bottom: 50px; font-size: 36px; text-align: center; width: 100%;}



@media screen and (max-width: 1440px) {
	.MidListImg {height: 420px; overflow: hidden;}
	.IndexProfile h2 {font-size: 36px; padding: 15% 10% 10px 0px;}
	.NewsWrap {width: 93%;}
	.NewsImg {height: 420px;}
}







