.center {
	width: 1680px;
	margin: 0 auto;
}

.hide {
	display: none !important;
}

.com-title {
	color: #1a1a1a;
	font-size: 40px;
	font-weight: bold;
}

.cul-title-box .t1 {
	color: #000000;
	font-size: 34px;
}

.cul-title-box .t2 {
	color: #666;
	font-size: 22px;
}

.cul-title-box .line {
	width: 40px;
	height: 2px;
	margin-top: 10px;
	background-color: #ef001e;
}

.m-map {
	display: none;
}

.m-map img {
	width: 100%;
}

.header {
	width: 100%;
	height: 90px;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	background-color: #fff;
	position: absolute;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid #eeeeee;
}

.header .center-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1620px;
	margin: 0 auto;
	color:  #fff;
}

.header .center-head .logo {
	width: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header .center-head .logo img {
	width: 100%;
	opacity: 0;
}

.header .center-head .right {
	display: flex;
	align-items: center;
}

.header .center-head .right .nav {
	display: flex;
	align-items: center;
	position: relative;
}

.header .center-head .right .nav>li {
	padding: 0 30px;
	position: relative;
}
.header .center-head .right .nav>li:hover::after{
	width: 300vw;
	left: -100vw;
	height: 100px;
	background-color: #fff;
	position: absolute;
	top: 100%;
	content: "";
	height: 60px;
	display: none;
}
.header .center-head .right .nav>li:has(.nav-box)::after{
	display: block;
}
.header .center-head .right .nav>li.on{
}
.header .center-head .right .nav>li>a {
	color: #222;
	font-size: 16px;
	height: 90px;
	line-height: 95px;
	display: inline-block;
	padding: 0 8px;
	position: relative;
}
.header .center-head .right .nav>li.on>a{
	
}
.header .center-head .right .nav>li>a:after {
	content: '';
	width: 0;
	position: absolute;
	background: #2f6c4a;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.header .center-head .right .nav>li.on>a:after,.header .center-head .right .nav>li:hover>a:after {
	width: 100%;
}
.header .center-head .right .nav>li span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	background: url(../images/xjt.png) no-repeat center center;
	transition: transform .5s;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-top: -7px;
}

.header .center-head .right .nav>li .nav-box {
	position: absolute;
	top: 90px;
	z-index: 10000;
	box-sizing: border-box;
	left: 0;
	display: none;
	transition: all .5s;
	width:  800%;
	padding: 0.1rem 0 0.1rem;
	background:  #fff;
	left: -350%;
	text-align: center;
}

.header .center-head .right .nav>li .nav-box>li {
	padding: 0.08rem 0;
	margin-top: 5px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-right: 0.6rem;
	width: auto;
}
.header .center-head .right .nav>li .nav-box>li:last-child{
	margin-right: 0;
}
.header .center-head .right .nav>li .nav-box>li:hover{
	color: #d36767;
}
.header .center-head .right .nav>li .nav-box>li>a {
	width: 100%;
	line-height: 20px;
	text-align: center;
	color: #333;
	font-size: 16px;
	display: inline-block;
	cursor:  pointer;
}
.header .center-head .right .nav>li .nav-box>li>a i{
	display: block;
	font-style: normal;font-family: ArialMT;font-size: 12px;
}
.header .center-head .right .nav>li .nav-box>li:hover a {
	color: #2f6c4a;
}

.header .center-head .right .nav>li .nav-box:hover {
}

.header .center-head .right .nav>li>a:hover {
	color: #2f6c4a;
}

.header .center-head .right .nav>li:hover span {
	transform: rotate(180deg);
}

.header .center-head .right .nav .active a {
	color: #2f6c4a;
}

.header .center-head .right .nav .active span {
	transform: rotate(180deg);
}

.header .center-head .right .nav li:hover .nav-box {
	display: block;
}

.header .center-head .right .search {
	width: 20px;
	height: 20px;
	background-image: url("../images/search.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	margin-left: 50px;
	margin-top: 3px;
}

.header .nav-content-bg {
	width: 100%;
	height: 380px;
	background-color: rgba(255, 255, 255, 0.85);
	display: none;
}

.header-fix {
	box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 200000;
	border-bottom: 1px solid #ddd;
}

.header-fix .nav>li>a {
	color: #333333 !important;
}

.header-fix .nav .active>a {
	color: #2f6c4a !important;
}

.header-fix .nav>li>a:hover {
	color: #2f6c4a !important;
}

.header-fix .nav>li:hover span {
	width: 100%;
}
.right-nav {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -76px;
	z-index: 10020;
}

.right-nav>ul {
	width: 50px;
}

.right-nav>ul li {
	width: 100%;
	height: 50px;
	margin-bottom: 1px;
	border-radius: 10px;
	background-color: #b5b5b5;
	transition: background-color .8s;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.right-nav>ul a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}
.right-nav>ul .wechat {
	background-image: url("../images/icon3.png");
	background-size: 21px 21px;
}

.right-nav>ul .wechat .wechat-box {
	position: absolute;
	top: 5px;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	transform: translateX(120px);
	transition: ease 1s;
	opacity: 0;
	display: block;
	z-index: 8;
	border: 4px solid #ef001e;
	border-radius: 5px;
}

.right-nav>ul .wechat .wechat-box .phone-box-box {
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
}

.right-nav>ul .wechat .wechat-box .inner-box img {
	width: 80px;
	display: inline-block;
}



.right-nav>ul .wechat:hover .wechat-box {
	transform: translateX(-100px);
	transition: ease 1s;
	opacity: 1;
}
.right-nav>ul .toTop {
	background-color: #ef001e;
	background-image: url("../images/icon4.png");
	background-size: 22px 22px;
	cursor: pointer;
}
.right-nav>ul .phone {
	background-image: url("../images/icon2.png");
	background-size: 18px 26px;
}

.right-nav>ul .phone .phone-box {
	position: absolute;
	top: 5px;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	transform: translateX(120px);
	transition: ease 1s;
	opacity: 0;
	display: block;
	z-index: 8;
}

.right-nav>ul .phone .phone-box .inner {
	min-width: 140px;
	height: 40px;
	padding: 0 10px;
	border-radius: 20px;
	background: #d92130;
	line-height: 40px;
	color: #fff;
	text-align: center;
}


.right-nav>ul .phone:hover .phone-box {
	transform: translateX(-150px);
	transition: ease 1s;
	opacity: 1;
}

.right-nav>ul .world {
	background-image: url("../images/icon1.png");
	background-size: 22px 22px;
}

.right-nav>ul .world .world-box {
	position: absolute;
	top: 5px;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	transform: translateX(120px);
	transition: ease 1s;
	opacity: 0;
	display: block;
	z-index:  8;
}

.right-nav>ul .world .world-box .inner {
	width: 120px;
	height: 40px;
	padding: 0 10px;
	/* padding-right: 40px; */
	border-radius: 20px;
	background: #d92130;
	line-height: 40px;
	color: #fff;
	text-align:  center;
}

.right-nav>ul .world a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position:  relative;
	z-index:  9;
}



.right-nav>ul .world:hover .world-box {
	transform: translateX(-130px);
	transition: ease 1s;
	opacity: 1;
}

.right-nav>ul .mail {
	background-image: url("../images/100.png");
	background-size: 22px 22px;
}

.right-nav>ul .mail .mail-box {
	padding-right: 15px;
	position: absolute;
	top: 0;
	left: -113px;
	display: none;
}

.right-nav>ul .mail .mail-box .inner {
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	color: #ef001e;
	font-weight: bold;
	font-size: 20px;
	border-radius: 6px;
	display: inline-block;
}

.right-nav>ul .mail a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.right-nav>ul .mail:hover {
	background-image: url("../images/101.png");
}

.right-nav>ul .mail:hover .mail-box {
	display: block;
}

.pot-box {
	width: 100%;
	position: absolute;
	bottom: -100px;
	height: 95%;
	z-index: 1;
	overflow: hidden;
}

.pot-box .waves {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.m-header,
.m-cover,
.m-area-box {
	display: none;
}

.search-content {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(15, 101, 166, 0.8);
	z-index: 1000001;
	display: none;
}

.search-content .search-box {
	position: absolute;
	top: calc(50% - 170px);
	left: calc(50% - 410px);
}

.search-content .search-box .outer-box {
	width: 820px;
	height: 100px;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.search-content .search-box .outer-box .inner-box {
	width: 100%;
	height: 100%;
	line-height: 87px;
	padding-left: 35px;
	border-radius: 40px;
	background: #fff;
	position: relative;
}

.search-content .search-box .outer-box .inner-box input {
	background-color: transparent;
	height: 60px;
	width: 90%;
	border: 0;
	float: left;margin-top: 10px;
	border-radius: 0;
	font-size: 20px;
}

.search-content .search-box .outer-box .inner-box .search-icon-box {
	display: inline-block;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-image: url("../images/search03.png");
}

.search-content .search-box .close {
	text-align: center;
	margin-top: 180px;
}

.search-content .search-box .close i {
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/close01.png");
}

.inner-banner {
	width: 100%;
	height: 660px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-top: 70px;
}

.inner-banner .com-nav {
	position: absolute;
	height: 80px;
	bottom: 0;
	width: 100%;
	/* background: rgb(68 65 65 / 24%); */
	text-align: center;
	border-top: 1px solid #8e8e8e;
	box-sizing: content-box;
}

.inner-banner .com-nav li {
	width: 200px;
	height: 100%;
	display: inline-block;
}

.inner-banner .com-nav li a {
	display: flex;
	width: 100%;
	line-height: 79px;
	height: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	align-items: center;
	justify-content:center;
	transition: background-color .6s;
}
.inner-banner .com-nav li a img{
	margin-right: 5px;
}
.inner-banner .com-nav li .active {
	background-image: url("../images/ttbg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
}

.inner-banner .com-nav li:hover a {
	background-image: url("../images/ttbg.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
	transition: background-color .6s;
}

.pages-box {
	width: 100%;
	padding: 15px 0;
}

.pages-box .pages {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pages-box .pages a {
	display: inline-block;
	cursor: pointer;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	background-color: #f1f1f1;
	border-radius: 3px;
	margin: 0 5px;
	transition: all .6s;
	border: 1px solid #ccc;
}

.pages-box .pages .num:hover {
	background-color: #ef001e;
	color: #fff;
	transition: all .6s;
}

.pages-box .pages .active {
	background-color: #ef001e;
	color: #fff;
}

.pages-box .pages .pre-next {
	background-size: 7px 11px;
	background-repeat: no-repeat;
	background-position: center;
}

.pages-box .pages .pre {
	background-image: url("../images/ic02.png");
}

.pages-box .pages .next {
	background-image: url("../images/ic03.png");
}

.banner-title {
	color: #fff;
	position: absolute;
	bottom: 290px;
	width: 100%;
}

.banner-title .t1 {
	font-size: 66px;
	height: 60px;
	line-height: 60px;
	/*font-weight: bold;*/
}

.banner-title .t2 {
	/*text-transform: uppercase;*/
	margin-top: 16px;
	font-size: 36px;
}

.detail-bottom {
	padding: 30px 0 40px;
	border-top: 1px solid #eee;
}

.detail-bottom>.left {
	float: left;
}

.detail-bottom>.left p {
	color: #666;
	font-size: 14px;
}

.detail-bottom>.left p a {
	color: #666;
	font-size: 14px;
}

.detail-bottom>.left .next {
	margin-top: 8px;
}

.detail-bottom>.right {
	display: inline-block;
	float: right;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ededed;
	font-size: 18px;
	background: #ef001e;
}

.noborder {
	border-bottom: 0 !important;
}

.join-form {
	width: 600px;
	height: 354px;
	background-color: #fff;
	padding: 40px;
}

.join-form .line {
	width: 100%;
	height: 36px;
	display: inline-block;
}

.join-form .line .label {
	height: 36px;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 36px;
}

.join-form .line input {
	display: inline-block;
	float: left;
	width: 438px;
	height: 36px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #f1f5fd;
	padding: 0 10px;
}

.join-form .line textarea {
	display: inline-block;
	float: left;
	width: 100%;
	height: 100px;
	background-color: #fff;
	border: 1px solid #f1f5fd;
	padding: 10px;
	resize: none;
}

.join-form .line .load {
	width: 438px;
	height: 25px;
	background-color: #fff;
	border: none;
	margin-top: 6px;
	display: inline-block;
	float: left;
}

.join-form .line img {
	display: inline-block;
	margin-left: 10px;
	width: 80px;
	height: 34px;
}

.join-form .line button {
	width: 120px;
	height: 38px;
	border-radius: 4px;
	background-color: #ef001e;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: none;
	float: right;
}

.join-form .line.heightauto {
	height: auto;
}

.cert-cover {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000001;
	display: none;
}

.cert-cover .cert-banner {
	width: 700px;
	margin-top: 40px;
	position: relative;
	left: calc(50% - 350px);
	top: calc(50% - 250px);
}

.cert-cover .cert-banner .cert-swiper {
	width: 555px;
	height: 500px;
}

.cert-cover .cert-banner .cert-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.cert-cover .cert-banner .cert-swiper .swiper-slide .pic {
	width: 100%;
	height: 390px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.cert-cover .cert-banner .cert-swiper .swiper-slide .text-box {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}

.cert-cover .cert-banner .close {
	width: 100%;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 30px);
}

.cert-cover .cert-banner .close i {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-image: url("../images/close02.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cert-cover .cert-banner .button-box .swiper-button-prev-cert {
	width: 23px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url("../images/cert-arr01.png");
	background-size: cover;
	transform: rotate(180deg);
	outline: none;
}

.cert-cover .cert-banner .button-box .swiper-button-prev-cert.swiper-button-disabled {
	background-image: url("../images/cert-arr02.png");
}

.cert-cover .cert-banner .button-box .swiper-button-next-cert {
	width: 23px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url("../images/cert-arr01.png");
	background-size: cover;
	outline: none;
}

.cert-cover .cert-banner .button-box .swiper-button-next-cert.swiper-button-disabled {
	cursor: pointer;
}

.college-cover {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000001;
	display: none;
}


.intro-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100001;
	background: rgba(0, 0, 0, 0.9);
	display: none;
}

.intro-cover .intro-bigPic {
	width: 700px;
	text-align: center;
	left: calc(50% - 350px);
	top: 20%;
	position: absolute;
}

/*# sourceMappingURL=common.css.map */

/*# sourceMappingURL=common.css.map */

body{
	overflow-x: hidden;
	background: #f5f5f5;
}
.no_index{
	background-color: #f7f7f7;
}
.no_index.W{
    background-color: #fff;
}
.hasno{
	color: #ef001e;
}

.no_index .header .center-head .right .lang{
	color: #222;
}

.no_index .header{
	box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 200000;
	border-bottom: 1px solid #ddd;
}

.no_index .header .nav>li>a {
	color: #333333 !important;
}

.no_index .header .nav .active>a {
	color: #ef001e !important;
}

.no_index .header .nav>li>a:hover {
	color: #ef001e !important;
}

.no_index .header .nav>li:hover span {
	width: 100%;
}
.no_index .header .center-head .right .search{
	background-image: url(../images/search01.png) !important;
}
.cpxxqd img{
    max-width: 100%;
}
.textHover a:hover,.textHover a:hover span,.textHover a:hover p,.textHover a:hover h1  {
	color: #2f6c4a !important;
}
.hoverBox img {
	display: block;
	width: 100%;
	height: 100%;
	/*-o-object-fit: cover;*/
	/*object-fit: cover;*/
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.hoverBox img:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}
.hoverBox:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}
.transTop img{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.transTop:hover img{
	transform: translateY(-10px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.transTop3{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.transTop3:hover{
	transform: translateY(-4px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.transTop,.transRo,.hoverBox,.transBd{
	cursor: pointer;
}
.transBd{
	position: relative;
}
.transBd:hover{
	background-color: #f0f5f9 !important;
	color: #005cc4 !important;
}
.transBd::before,.transBd::after,.transBd>*::before,.transBd>*::after{
	content: "";
	background-color: #005cc4;
	position: absolute;
	display: block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}
.transBd::after,.transBd::before{
	width: 0;
	height: 1px;
}
.transBd::after{
	right: 1px;
	bottom: 0;
}
.transBd::before{
	left: 1px;
	top: 0;
}
.transBd:hover::after,.transBd:hover::before{
	width: calc(100% - 2px);
}
.transBd>*::after,.transBd>*::before{
	height: 0;
	width: 1px;
}
.transBd>*::after{
	right: 1px;
	bottom: 0;
}
.transBd>*::before{
	left: 1px;
	top: 0;
}
.transBd:hover>*::after,.transBd:hover>*::before{
	height: calc(100% - 2px);
}


/*==================富文本==================*/
.rich-text-container img {
	max-width: 100% !important;
	height: auto !important;
}

.rich-text-container table {
	display: block;
	overflow-x: auto; /* 允许横向滚动 */
	-webkit-overflow-scrolling: touch; /* iOS滚动流畅 */
}