.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: 70px;
	/* 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;
	width: 1680px;
	margin: 0 auto;
	color:  #fff;
}

.header .center-head .logo {
	width: 157px;
	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.on{
}
.header .center-head .right .nav>li>a {
	color: #fff;
	font-size: 16px;
	height: 65px;
	line-height: 70px;
	display: inline-block;
}
.header .center-head .right .nav>li.on>a{
	border-bottom: 2px solid #ef001e;
}
.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: 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: #ef001e;
}

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

.header .center-head .right .nav>li>a:hover {
	color: #ef001e;
	border-bottom: 2px solid #ef001e;
}

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

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

.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);
	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: #ef001e !important;
}

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

.header-fix .nav>li:hover span {
	width: 100%;
}

.footer {
	width: 100%;
	margin-top: 80px;
	background: #2a2a2a;
	overflow: hidden;
}

.footer .top01 .top-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer .top01 .top-box .top-left {
	padding: 55px 40px 0 0;
}

.footer .top01 .top-box .top-left .tl-title {
	font-size: 14px;
	color: #5e6675;
}

.footer .top01 .top-box .top-left .line-box {
	margin-top: 35px;
}

.footer .top01 .top-box .top-left .line-box .line {
	margin-bottom: 10px;
}

.footer .top01 .top-box .top-left .line-box .line .t1 img {
	width: 18px;
}

.footer .top01 .top-box .top-left .line-box .line .t1 span {
	color: #5e6675;
	vertical-align: middle;
	margin-left: 5px;
}

.footer .top01 .top-box .top-left .line-box .line .t2 {
	font-size: 14px;
	color: #eee;
	margin-top: 5px;
}

.footer .top01 .top-box .top-center {
	padding: 55px 40px 0;
	width: 60%;
}

.footer .top01 .top-box .top-center .link-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
}

.footer .top01 .top-box .top-center .link-box>li .tt {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li {
	position: relative;
	margin-bottom: 20px;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li a {
	color: #808080;
	font-size: 16px;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li span {
	display: block;
	position: absolute;
	width: 0;
	/* height: 1px; */
	background: #ef001e;
	bottom: -3px;
	transition: all .8s;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li:hover a {
	color: #ef001e;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li:hover span {
	width: 100%;
}

.top-right {
	padding: 15px 0 30px 35px;
	float: right;
}

.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;
}
.footer .bottom01 {
	text-align: center;
	padding: 60px 0 60px;
	max-width: 1400px;
	margin: 0 auto;
	display:  block;
	width: 100%;
}
.bottom01x{
	float: left;
	width: 100%;
}
.footer .logob{
	float: left;
	margin-right: 40px;
}
.footer .bottomL{
	float: left;
	line-height: 1.8;
	text-align:  left;
}
.footer .bottomR{
	float: right;
}
.footer .bottom01 p {
	color: #808080;
	font-size: 14px;
	vertical-align: middle;
}

.footer .bottom01 p a {
	color: #5e6675;
}

.footer .bottom01 .police {
	margin-left: 20px;
	margin-right: 20px;
}

.footer .bottom01 .police img {
	margin-right: 10px;
}



.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(166, 23, 24, 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;
	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;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	background-color: #f1f1f1;
	border-radius: 3px;
	margin-right: 10px;
	transition: all .6s;
    border: 1px solid #ccc;
}

.pages-box .pages .num:hover {
	background-color: #1276e5;
	color: #fff;
	transition: all .6s;
}

.pages-box .pages .active {
	background-color: #1276e5;
	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/ic02.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;
}
.no_index{
	background-color: #f7f7f7;
}
.no_index.W{
    background-color: #fff;
}
.hasno{
	color: #ef001e;
}

.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: #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%;
}











无法连接到远程服务器