body {
background-color: #F6F6FA;
font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
color: #666;
min-width: 1360px;
}

.w {
width: 1360px;
margin: 0 auto;
}

.top {
height: 110px;
background: url(topbanner.jpg) no-repeat center;
background-size: cover;
display: flex;
align-items: center;
}

.zt-linkbox {
/* background: #EFF7F4; */
/* transform: translateY(-50%); */
margin-top: -60px;
}

.banner img {
width: 100%;
}

.top .w {
display: flex;
justify-content: space-between;
align-items: center;
}

.top .logo {
line-height: 110px;
display: flex;
align-items: center;
}

.top .logo hr {
width: 1px;
background: #EEE;
height: 52px;
margin: 0 18px;
border: none;
}

.top .logo h3 {
color: #3AA59E;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.50);
font-family: MiSans;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
/* 142.857% */
}

.top .gohome {
float: right;
border-radius: 24px;
background: linear-gradient(90deg, #66B378 20%, #3DABA4 92%);
line-height: 42px;
padding: 0 26px;
display: flex;
align-items: center;
}

.top .gohome p {
font-size: 16px;
color: #fff;
background: url(Home-icon.png) no-repeat left;
padding-left: 10px;
}

.top .gohome:hover {
color: #df6b27;
box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.ztbanner {
width: 100%;
}

.ztbanner img {
width: 100%;
}

.zt-linkbtn {
display: flex;
/* margin: 0 -20px; */
/* padding: 40px 0; */
gap: 20px;
}

.zt-linkbtn a {
display: flex;
justify-content: space-between;
align-items: center;
background: #67b479;
/* margin: 0 20px; */
width: calc((100% - 40px) / 3);
padding: 30px;
transition: .3s;
}

.zt-linkbtn a:nth-child(2) {
background: #52AD8A;
}

.zt-linkbtn a:nth-child(3) {
background: #3EACA5;
}

.zt-linkbtn a:hover {
transform: translateY(-10px);
}

.zt-linkbtn a .txt {
display: flex;
/* flex-direction: column; */
align-items: center;
}

.zt-linkbtn a .txt h3 {
color: #FFF;
font-family: "Microsoft YaHei";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 30px;
}

.zt-linkbtn a span {
padding: 6px 30px;
border-radius: 24px;
background: rgba(0, 0, 0, 0.12);
color: #FFF;
font-family: "Microsoft YaHei";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
/* margin-top: 15px; */
/* 175% */
}

.zt-linkbtn img {}



.introduce {
background-color: #f4f4f4;
padding: 76px 0;
overflow: hidden;
}

.tit1 {
font-size: 40px;
color: #000;
text-align: center;
}

.introduce .lip {
float: left;
}

.introduce .introducebox {
overflow: hidden;
height: 400px;
margin: 0 -20px;
margin-top: 40px;
}

.introduce li {
width: calc(50% - 40px);
margin: 0 20px;
height: 400px;
position: relative;
border-left: 4px solid #67B479;
float: left;
}

.introduce li:last-child {
margin-right: 0;
}

.introduce li .lip {
background: url(jt.png) no-repeat center;
background-position-y: 348px;
background-color: #1A5CAD;
cursor: pointer;
position: relative;
height: 100%;
padding-top: 20px;
box-sizing: border-box;
width: 110px;
}

.introduce li:nth-child(2) {
border-color: #3EACA5;
}



.introduce li:nth-child(2) .subli .tit h1 {
color: #3EACA5;
}

.introduce li:nth-child(2) .subli .txt h3 {
color: #3EACA5;
}

.introduce li .ic {
width: 56px;
margin: 0 auto;
height: 56px;
border-radius: 50%;
background: url(ic3.png) no-repeat center;
background-color: rgba(0, 0, 0, 0.15);
}

.introduce li .lip p {
width: 26px;
font-size: 26px;
color: #fff;
margin: 0 auto;
line-height: 28px;
margin-top: 17px;
}

.introduce li .subli {
background: #fff;
width: 100%;
height: 100%;
padding: 40px;
/* display: none; */
top: 0;
margin-left: 0;
cursor: default;
transition-delay: 0;
transition-duration: .5s;
-webkit-transition-duration: .5s;

}

.introduce li .active {
padding: 18px 41px 39px 39px;
height: 100%;
width: 990px;
box-sizing: border-box;
display: block;
transition-delay: 0;
transition-duration: .5s;
-webkit-transition-duration: .5s;
}

.introduce li .subli .tit {
padding-bottom: 15px;
border-bottom: 1px solid #e8e8e8;
overflow: hidden;
display: flex;
justify-content: space-between;
align-items: center;
}

.introduce li .subli .tit h1,
.introduce li .subli .tit p,
.introduce li .subli .tit span {
display: inline-block;
}

.introduce li .subli .tit h1 {
color: #67B479;
font-family: "Microsoft YaHei";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 28px;
/* 93.333% */
}

.introduce li .subli .tit p {
font-size: 18px;
color: #df6b27;
margin-left: 23px;
}

.introduce li .subli .tit span {
float: right;
color: #fff;
background-color: #df6b27;
padding: 8px 16px;
border-radius: 20px;
font-size: 15px;
line-height: 17px;
margin-top: 17px;
}

.introduce li .subli .txt {
color: #555;
line-height: 30px;
font-size: 16px;
margin-top: 6px;
overflow: hidden;
}

.introduce li .subli .txt p {
margin-top: 17px;
}

.introduce li .subli .tit a {
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
border-radius: 24px;
background: #eee;
display: inline-block;
padding: 8px 40px;
}

.introduce li .labelTxt {
display: flex;
flex-wrap: wrap;
padding: 10px 0;
border-bottom: 1px solid #EEE;
margin-bottom: 10px;
}

.introduce li .labelTxt a {

display: flex;
align-items: center;
color: #1A5CAD;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin: 5px;
margin-right: 40px;
transition: .3s;
/* 133.333% */
}

.introduce li .labelTxt a:hover {
transform: translateY(-5px);
}

.introduce li .labelTxt a svg {
margin-left: 5px;
}

.introduce li .subli .txt p {
color: #555;
font-family: "Microsoft YaHei";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-top: 5px;
/* 150% */
}

.introduce li .subli .txt h3 {
color: #67B479;
font-family: "Microsoft YaHei";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px;
margin-top: 10px;
/* 144.444% */
}

.plan2022 {
/* padding: 76px 0; */
padding-top: 65px;
overflow: hidden;
}



.plan2022 table {
width: 100%;
border-collapse: collapse;
}

.plan2022 table thead tr {
background: #3EACA5;
color: white;
text-align: left;
}

.lqfsx thead tr {
background: #67b479 !important;
}

.plan2022 table th {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22px;
text-align: center;
padding: 12px;
height: 60px;
border: 1px solid #E6E6E6;
/* 122.222% */
}


.plan2022 table td {
height: 60px;
padding: 12px;
color: #092141;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
text-align: center;
border: 1px solid #E6E6E6;
background: #fff;
vertical-align: middle;
/* 137.5% */
}

.plan2022 table tr:nth-child(2n) {
background: #F1F7FF;
}

.plan2022 table tr td:first-child {
background: #fff;
width: 280px;
}

.plan2022 table tr td:nth-child(2) {
width: 280px;
}

.plan2022 table tr td:nth-child(3) {
width: 240px;
}

.plan2022 table tr td:nth-child(4) {
width: 180px;
}

.plan2022 table tr td:nth-child(5) {
width: 180px;
}

.plan2022 table tr td:nth-child(6) {
width: 200px;
}

.plan2022 table tr:nth-child(2n) td {
background: #F4F4F4;
}

.plan2022 table.allTable tr td:first-child {
/* background: #fff; */
width: auto;
}

.plan2022 table.allTable tr td:nth-child(2) {
width: auto;
}

.plan2022 table.allTable tr td:nth-child(3) {
width: auto;
}

.plan2022 table.allTable tr td:nth-child(4) {
width: auto;
}

.plan2022 table.allTable tr td:nth-child(5) {
width: auto;
}

.plan2022 table.allTable tr td:nth-child(6) {
width: auto;
}

.plan2022 .allTable .table_header td {
background: #3EACA5 !important;
color: white;
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22px;
text-align: center;
padding: 12px;
height: 60px;
border: 1px solid #E6E6E6;
}

.plan2022 .allTable .table_header .td {}

/* 移除最左侧列的左边框 */
.plan2022 table th:first-child,
.plan2022 table td:first-child {
border-left: none;
}

/* 移除最右侧列的右边框 */
.plan2022 table th:last-child,
.plan2022 table td:last-child {
border-right: none;
}

.plan2022 ul {

/* margin-top: 57px; */
}

.plan2022 ul::after {
content: "";
clear: both;
display: block;
}

.plan2022 ul li {
float: left;
width: 240px;
height: 200px;
margin-left: 40px;
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.plan2022 ul li:hover {
margin-top: -30px;
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.plan2022 ul li:first-child {
margin-left: 0;
}

.plan2022 ul li a {
display: block;
height: 100%;
}

.plan2022 ul li a span {
width: 100px;
height: 100px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
line-height: 100px;
margin: 0 auto;
margin-top: 29px;
}

.plan2022 ul li a p {
font-size: 22px;
color: #000;
text-align: center;
margin-top: 12px;
}


.publicityss {
/* padding: 72px 0; */
/* background-color: #f4f4f4; */
padding: 65px 0;
overflow: hidden;
padding-bottom: 35px;
}

.publicityss a {
display: block;
}

.publicityss ul {
margin-top: 40px;
}

.publicityss ul li {
float: left;
margin-left: 26px;
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.publicityss ul li:nth-child(3) {
margin-left: 0;
}

.publicityss ul .imgbox {
position: relative;
}

.publicityss ul .imgbox::after {
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
position: absolute;
width: 48px;
height: 48px;
background: url(videoplay.png) no-repeat center center;
}

.publicityss ul li {
position: relative;
width: calc((100% - 81px)/ 4);
margin-bottom: 40px;
}

.publicityss ul li:first-child,
.publicityss ul li:nth-child(2) {
width: calc((100% - 40px) / 2);
border-bottom: 5px solid #3EACA5;
}

.publicityss ul li:first-child h3,
.publicityss ul li:nth-child(2) h3 {
font-size: 24px;
margin-top: 20px;
}

.publicityss ul li:nth-child(2) {
border-color: #67B479;
margin-left: 40px;
}

.publicityss ul li .txt {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

.publicityss ul li h3 {
color: #FFF;
font-family: "Microsoft YaHei";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 10px;
padding: 0 30px;
text-align: center;
}


.publicityss ul li:first-child {
margin-left: 0;
}

.publicityss ul li:hover {
transform: translateY(-10px);
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.introduce2 {
padding: 72px 0;
}

.introduce2 ul li {
float: left;
margin-left: 30px;
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.introduce2 ul li:hover {
margin-top: -30px;
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.introduce2 ul li:first-child {
margin-left: 0;
}

.introduce2 ul li p {
font-size: 24px;
color: #fff;
line-height: 70px;
padding: 0 25px;
background: url(jt2.png) no-repeat;
background-position: 320px;
}

.graduate {
/* padding: 80px 0; */
padding-top: 60px;
padding-bottom: 50px;
background: #F6F6FA;
}

.graduate .w {
position: relative;
}

.indexbanner2 {
width: 100%;
height: 420px;
padding-bottom: 50px;
margin-top: 30px;
}

.indexbanner2 .swiper-pagination-bullet {
width: 10px;
height: 10px;
}

.indexbanner2 .swiper-pagination-bullet-active {
background: #3AA59E;
}



.graduate .swiper-slide {
/* height: 420px !important; */
}

.graduate .swiper-slide a p {
line-height: 56px;
background-color: #fff;
text-align: center;
color: #000;
font-size: 18px;
}

.graduate .swiper-slide a img {
width: 100%;
height: 320px;
}

.graduate .swiper-slide a .txt {
padding: 14px 0px;
background: #fff;
position: relative;
}

.graduate .swiper-slide a .txt::after {
content: "";
position: absolute;
width: 100%;
height: 1px;
background: #1A5CAD;
bottom: 0;
transform: scaleX(0);
transition: .3s;
}

.graduate .swiper-slide a .txt b {
color: #333;
font-family: "Microsoft YaHei";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
display: block;
margin-bottom: 5px;
}

.graduate .swiper-slide a .txt p {
color: #666;
text-align: center;
font-family: "Microsoft YaHei";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
background: none;
/* 157.143% */
}

.graduate .swiper-slide:hover {
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.graduate .swiper-slide:hover .txt {
background: #fff;
transition: .25s;
}

.graduate .swiper-slide:hover a .txt::after {
transform: scaleX(1);
}

.yxp1,
.yxn1 {
position: absolute;
top: 50%;
width: 36px;
height: 36px;
z-index: 10;
cursor: pointer;
}

.yxp1 {
left: -50px;
}

.yxn1 {
right: -50px;
}

.yxp1:hover svg path,
.yxn1:hover svg path {
stroke: #1A5CAD;
}



.questions .questionstop {
background: url(banner2.jpg) no-repeat center;
height: 320px;
overflow: hidden;
}

.questions .questionstop ul {
text-align: center;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px;
}

.questions .questionstop ul li {
float: left;
font-size: 18px;
color: #000;
background-color: #fff;
line-height: 56px;
padding: 0 45px;
border-radius: 30px;
cursor: pointer;
float: left;
flex-shrink: 0;
margin-left: 17px;
}

.questions .questionstop ul li.cur {
background-color: #1685a9;
color: #fff;
}

.questions .questionstop ul li:first-child {
margin-left: 0;
}

.questions .questionstop ul li:hover {
background-color: #1685a9;
color: #fff;
}

.questions .questionsbox {
width: 100%;
overflow: hidden;
}

.questions .questionsbox2 {
width: 300%;

}

.questions .tabcon {
width: 33.3333333333%;
float: left;
display: none;
}

.questions .tabcon li {
padding: 42px 0;
display: block;
height: auto;
overflow: hidden;
}

.questions .tabcon li .quewidth {
display: block;
width: 100%;
height: 100%;
max-width: 1200px;
margin: 0 auto;
}

.questions .tabcon li .quewidth .que span {
display: inline-block;
width: 36px;
height: 36px;
background-color: #999999;
color: #fff;
border-radius: 50%;
line-height: 36px;
text-align: center;
font-size: 20px;
}

.questions .tabcon li .quewidth .que p {
font-size: 22px;
color: #454545;
display: inline-block;
margin-left: 22px;
}

.questions .tabcon li .quewidth .ans {
padding-left: 58px;
font-size: 16px;
color: #666666;
line-height: 25px;
margin-top: 10px;
display: none;
}

.questions .tabcon li.active {
background-color: #f6f6f6;
}

.questions .tabcon li.active .que span {
background-color: #1685a9;
}

.questions .tabcon li.on .que p {
color: #1685a9;
}

.scenery {
padding: 73px 0;
background: #ECF9F6;
}

.scenery .fl {
width: 660px;
height: 450px;
}

.scenery .fl img {
width: 100%;
height: 100%;
}

.scenery .fr {
width: 660px;
}

.scenery .fr li {
float: left;
width: 310px;
height: 210px;
margin-top: 30px;
margin-right: 40px;
}

.scenery .fr li:nth-child(1),
.scenery .fr li:nth-child(2) {
margin-top: 0;
}

.scenery .fr li:nth-child(2n) {
margin-right: 0;
}

.scenery .fr img {
width: 100%;
height: 100%;
}

.scenery .ckgd {

text-align: center;

padding: 8px 40px;
border-radius: 30px;
color: #fff;
background: linear-gradient(90deg, #66B378 20%, #3DABA4 92%);
margin-left: 50%;
margin-top: 54px;
display: inline-block;
transform: translateX(-50%);
color: #FFF;
font-family: "Microsoft YaHei";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
/* 175% */
}


.wdgk {
padding: 65px 0;
}

.wdgk ul li {
float: left;
margin-left: 25px;
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}

.wdgk ul li:first-child {
margin-left: 0;
}

.wdgk ul li:hover {
transition-delay: 0;
transition-duration: .3s;
-webkit-transition-duration: .3s;
margin-top: -30px;
}

.bottomlink {
background: url(banner4.jpg) no-repeat;
background-size: cover;
padding: 0;
}

.bottomlink .w div {
color: #fff;
width: 425px;
float: left;
}

.bottomlink .w div p {
font-size: 18px;
font-weight: bold;
margin-bottom: 18px;
}

.bottomlink .w div span,
.bottomlink .w div a {
font-size: 14px;
line-height: 30px;
color: #fff;
display: block;
}

.bottomlink .w div a:hover {
color: #df6b27;
}

.bottomlink .w .ewm {
width: 100px;
float: right;
}

.bottomlink .w .ewm span {
display: block;
text-align: center;
}

.copyright {
background-color: #1A5CAD;
padding: 22px;
}

.copyright p,
.copyright a {
color: rgba(255, 255, 255, 0.90);
text-align: center;
font-family: "Microsoft YaHei";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 28px;
/* 186.667% */
}

.copyright a:hover {
color: #df6b27;
}

.navigation {
position: fixed;
right: 50px;
top: 30%;
z-index: 3;
width: 120px;
}

.navigation .navigationtit {
position: relative;
}

.navigation .navigationtit a {
display: block;
position: relative;
font-size: 14px;
line-height: 26px;
margin-bottom: 20px;
color: #000;
background: #fff;
width: 102px;
border-radius: 20px;
padding-left: 7px;
text-align: center;
}



.navigation .navigationtit a:hover {
background-color: #1685a9;
color: #fff;
}

.navigation .navigationtit a:hover::after {
border: 3px solid #1685a9;
}

.navigation .navigationtit a::after {
position: absolute;
content: '';
width: 13px;
height: 13px;
background-color: #fff;
border-radius: 50%;
border: 3px solid #ccc;
right: -32px;
top: 5px;
z-index: 2;
}

.navigation .navigationtit a.active {
color: #1685a9;
}

.navigation .navigationtit a.active::after {
border: 3px solid #1685a9;
}

.navigation .navigationbtn {

width: 3px;
height: 231px;
background-color: #ccc;
position: absolute;
right: -13px;
top: 7px;
}

.zt_tit1 {
position: relative;
color: #333;
text-align: center;
font-family: "Microsoft YaHei";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 45px;
}

.zt_tit1 a {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
color: #666;
font-family: OPPOSans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%;
display: flex;
align-items: center;
gap: 8px;
/* 24px */
}

.zszt_zsdt {
background: #F6F6FA;
padding: 50px 0 70px 0;
}

.zsdt_textlist {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.zsdt_textlist a {
width: calc((100% - 60px) / 4);
background: #fff;
padding: 20px 24px;
border-bottom: 2px solid #e3e9e9;
transition: .3s;
position: relative;
}

.zsdt_textlist a:hover {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.zsdt_textlist a::after {
content: "";
position: absolute;
left: 0;
width: 0%;
height: 2px;
bottom: -2px;
z-index: 1;
background: #3AA59E;
transition: 0.3s;
}

.zsdt_textlist a:hover::after {
width: 100%;
}

.zsdt_textlist a p {
overflow: hidden;
color: #333;
text-overflow: ellipsis;
font-family: "Microsoft YaHei";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%;
/* 28.8px */
}

.zsdt_textlist a span {
color: #999;
font-family: Arial;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 20px;
display: block;
}

.bottom_txt {
width: 4.5rem;
}

.bottomlogo {
width: 4.5rem;
}

.bottomlogo a {
display: inline-block;
color: #FFF;
font-family: OPPOSans;
font-size: .15rem;
font-style: normal;
font-weight: 400;
line-height: normal;
height: auto;
width: auto;
}

.bottom_txt h3 {
color: #FFF;
font-family: OPPOSans;
font-size: .22rem;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: .15rem;
}

.bottom_txt h4 {
color: #FFF;
font-family: OPPOSans;
font-size: .15rem;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: .08rem;
display: block;
}
.bottom_wechat{width: auto;display: flex;gap: 36px;}
.bottom_wechat_li img{width: 110px;}


.index2-fl{width: 2.75rem;}
.index2-fr{width: 10.45rem;}
.index2 .w{display: flex;justify-content: space-between;}