@charset "utf-8";
.center {
	width: 1430px;
	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: 88px;
	max-width: 1920px;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */



	/*background-color: #fff;*/

	position: absolute;
	top: 0;
	z-index: 1000;
}
.header .center-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 50px;
}
.header .center-head .logo {
	width: 137px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3px;
}
.header .center-head .logo img {
	width: 100%;
	opacity: 0;
}
.header .center-head .right {
	display: flex;
	align-items: center;
	width: 45%;
	z-index: 999;
	position: relative;
}
.header .center-head .right .nav {
	display: flex;
	align-items: center;
	color: #ffffff;
	position: relative;
	width: 100%;
	justify-content: space-between;
	transition: all 0.3s ease 0s
}
.header .center-head .right .nav>li {
	position: relative;
}
.header .center-head .right .nav>li.on {
}
.header .center-head .right .nav>li>a {
	font-size: 16px;
	height: 88px;
	line-height: 88px;
	display: inline-block;
	color: #ffffff;
	font-weight:lighter;
	padding: 0 30px;
	white-space: nowrap;
	transition: background 1s ease 0s;
}
.header .center-head .right .nav li i {
	width: 5px;
	height: 5px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: 18px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -2.5px;
	display: none;
}
.header .center-head .right .nav>li.on>a i {
	display: block;
}
.header.sy .center-head .right .nav>li.on>a i, .header.sy .center-head .right .nav>li:hover>a i {
	display: block;
}
.nav on i {
	display: block;
}
.header .center-head .right .nav>li .nav-box {
	position: absolute;
	top: 65px;
	z-index: 10000;
	box-sizing: border-box;
	left: 0;
	display: none;
 transition: all .5s;
	width:  100%;
	padding: 0.1rem 0 0.1rem;
	background:  #fff;
}
.header .center-head .right .nav>li .nav-box>li {
	padding: 0.08rem 0;
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-right: 0.2rem;
	width: 100%;
}
.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: #222;
}
.header .center-head .right .nav>li .nav-box:hover {
}
.header .center-head .right .nav>li>a:hover {
	color: #fff;
	background: rgb(0,0,0,.6);
	/*font-weight: bold;*/
}
.header .center-head .right .nav .active a {
	color: #222;
}
.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 .center-head .right .lang {
	height: 20px;
	line-height: 20px;
	background-image: url("../images/lang2.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	margin-left: 50px;
	font-size: 18px;
	padding-left: 30px;
	font-style: normal;
	margin-top: 3px;
}
/*.header-fix .center-head .right .lang {*/
/*	background-image: url("../images/lang.png");*/
/*	color: #222;*/
/*}*/
/*.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);*/
/*	width: 100%;*/
/*	position: fixed;*/
/*	top: 0px;*/
/*	z-index: 200000;*/
/*	border-bottom: 1px solid #ddd;*/
/*	background: #0e0e0eab;*/
/*}*/
/*.header-fix .nav>li>a {*/
/*	color: #fff !important;*/
/*}*/
/*.header-fix .nav .active>a {*/
/*	color: #fff !important;*/
/*}*/
/*.header-fix .nav>li>a:hover {*/
/*	color: #fff !important;*/
/*}*/
/*.header-fix .nav>li:hover span {*/
/*	width: 100%;*/
/*}*/
.footer {
	width: 100%;
	background: #000;
	overflow: hidden;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}
.footera {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.footerb {
	float: left;
	overflow: hidden;
}
.footer .top {
	float: right;
}
.footer .top .t2 {
	width: 0.28rem;
	margin-top: 0.55rem;
}
.footerb .t2 {
	width: 0.28rem;
	margin-top: 0.43rem;
	margin-bottom: 0.43rem;
}
.footerb .t1 {
	width: 1.52rem;
	margin-top: 0.43rem;
	margin-bottom: 0.43rem;
}
.footerb  .top-right {
	padding: 15px 0 30px 35px;
	float: right;
}
.footerc {
	overflow: hidden;
	width: 5.6rem;
	position: absolute;
	left: 50%;
	margin-left: -2.8rem;
}
.footerc .yl {
	overflow: hidden;
	margin-top: 40px;
	padding-left:110px;
}
.footerc li {
	float: left;
	color: #a9a9a8;
	font-size: 14px;
	margin-right: 25px;
}
.footerc .wz {
	text-align: center;
	font-size: 14px;
	color: #777676;
	margin-top: 25px;
}
.top-right .mtips {
	font-size: 18px;
	color: #808080;
	padding: 6px 40px 0;
	float: left;
}
.top-right .tr-title {
	font-size: 14px;
	color: #4c5362;
}
.top-right .dianh {
	float: left;
	font-size: 16px;
	color: #da2129;
	margin-right: 50px;
	margin-top: 40px;
}
.top-right .dianh em {
	font-size: 24px;
	color: #ffffff;
	font-style: italic;
}
.top-right .code-box-big {
	display: flex;
	margin-top: 35px;
}
.top-right .code-box-big .code-box .code {
	width: 120px;
	/* height: 100px; */



	/*background: #fff;*/



	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
 transition: all .8s;
}
.top-right .code-box-big .code-box .code img {
	width: 100%;
}
.top-right .code-box-big .code-box p {
	color: #4c5362;
	font-size: 14px;
	margin-top: 6px;
	text-align: center;
}
.top-right .code-box-big .code-left {
	margin-left: 15px;
}
.top-right .href-box {
	padding-left: 15px;
	margin-top: 25px;
}
.top-right .href-box a {
	font-size: 14px;
	color: #5e6675;
}
.top-right .href-box span {
	width: 1px;
	height: 15px;
	background: #5e6675;
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 30px;
}
.top-right .friend-href {
	margin-top: -5px;
}
.top-right .friend-href .t1 {
	color: #5e6675;
	font-size: 14px;
}
.top-right .friend-href .select {
	width: 220px;
	height: 40px;
	background-color: #2a2a2a;
	border-radius: 5px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.top-right .friend-href .select span {
	color: #808080;
	font-size: 18px;
}
.top-right .friend-href .select .down {
	display: inline-block;
	width: 18px;
	height: 11px;
	background-size: 18px 11px;
	background-image: url("../images/down.png");
	background-repeat: no-repeat;
}
.top-right .friend-href .select .down-box {
	position: absolute;
	bottom: 55px;
	width: 100%;
	left: 0px;
	display: none;
}
.top-right .friend-href .select .down-box li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: left;
	font-size: 14px;
	background: #2a2a2a;
	padding-left: 10px;
}
.top-right .friend-href .select .down-box li:hover {
	background: #5e6675;
	color: #fff;
	cursor: pointer;
}
.top-right .friend-href .select .down-box li a {
	color: #fff;
	text-align:  left;
}
.right-nav {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -76px;
	z-index: 10020;
}
.right-nav>ul {
	width: 44px;
}
.right-nav>ul li {
	width: 100%;
	height: 44px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #fff;
 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: 44px 44px;
}
.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 #fff;
	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-image: url("../images/icon4.png");
	background-size: 44px 44px;
	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: #005ba0;
	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: 44px 44px;
}
.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: #005ba0;
	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(20, 101, 165, 0.75);
	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;
	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;
}
.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 rgba(255, 255, 255, 0.52);
	box-sizing: content-box;
}
.inner-banner .com-nav li {
	width: 250px;
	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 {
	color: #fff;
	background-color: #005ba0;
}
.inner-banner .com-nav li:hover a {
	color: #fff;
	background-color: #fff;
}
.pages-box {
	width: 100%;
	padding: 15px 0;
}
.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: #fff;
	border-radius: 3px;
	margin: 0 5px;
 transition: all .6s;
	border: 1px solid #ccc;
}
.pages-box .pages a.a1 {
	width: 0.8rem;
}
.pages-box .pages .num:hover {
	background-color: #d1222c;
	color: #fff;
 transition: all .6s;
}
.pages-box .pages .active {
	background-color: #d1222c;
	color: #fff;
}
.pages-box .pages .pre-next {
	background-size: 7px 11px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0.15rem;
}
.pages-box .pages .pre {
	background-image: url("../images/ic02.png");
}
.pages-box .pages .next {
	background-image: url("../images/ic03.png");
	margin-left: 0.15rem;
}
.banner-title {
	color: #fff;
	position: absolute;
	bottom: 290px;
	width: 100%;
}
.banner-title .t1 {
	font-size: 40px;
	height: 60px;
	line-height: 60px;
	text-shadow: 2px 2px #686060;/*font-weight: bold;*/



}
.banner-title .t2 {
	/*text-transform: uppercase;*/



	margin-top: 6px;
	font-size: 16px;
	text-shadow: 2px 2px #686060;
}
.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: #005ba0;
	border-radius: 5px;
}
.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;
	 
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}
.no_index {
	background-color: #f7f7f7;
}
.no_index.W {
	background-color: #fff;
}
.hasno {
	color: #162b84;
}
.no_index .header .center-head .right .lang {
	background-image: url("../images/lang.png");
	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: #fff !important;
}
.no_index .header .nav>li>a:hover {
	color: #fff !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%;
}
.header .center-head .right .nav .dian {
	display: block;
	width: 0.19rem;
	height: 0.15rem;
	background: url("../images/tel.png") no-repeat center top;
	background-size: 100% 100%;
}
