a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}

body {
	font-family: microsoft yahei, Arial;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
ul,
p,
dl,
dt,
dd {
	padding: 0;
	margin: 0
}

ul,
ol,
li,
dl,
dt,
dd {
	text-decoration: none;
	list-style: none
}

.lf {
	float: left
}

.rt {
	float: right
}

.clear {
	clear: both
}

.ovh {
	overflow: hidden
}

a {
	color: #303030;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input {
	border: none;
	outline: none;
}

img {
	border: none
}


ul,
menu,
dir {
	margin: 0;
}

body {
	font-size: 16px;
}

body,
ul,
li {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

a,
a:hover {
	color: #08c;
	text-decoration: none;
}

body {
	background-color: #EEF3FA;
}

.main {
	width: 1364px;
	margin: auto;
	background-color: #FAFAFA;
}

.header {
	position: relative;
}

.main .header .back-img img {
	width: 100%;
	display: block;
	height: 200px;
}

.main .header .nav {
	margin-top: 0;
	background-color: #171F2C;
	height: 56px;
	line-height: 56px;
}

.main .header .nav ul {
	zoom: 1,
		overflow: hidden;
	clear: both;
	padding: 0 100px;
}

.main .header .nav ul li {
	list-style: none;
	float: left;
}

.main .header .nav ul li.language {
	float: right;
	margin: 0;
}

.main .header .nav ul li.language a {
	margin: 0;
}

.main .header .nav ul li.language img {
	width: 20px;
}

.main .header .nav ul li a {
	display: inline-block;
	text-align: center;
	color: #FFF;
	height: 100%;
	width: 140px;
	margin-right: 45px;
}

.main .header .nav ul li a:hover,
.main .header .nav ul li a.active {
	background: url("../images/bg_btn_on@2x.png") center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.main .banner-title {
	margin: 30px 0 0 100px;
}

.main .title-bold {
	color: #2C3848;
	font-weight: bold;
	font-size: 30px;
	padding-left: 8px;
	border-left: 4px solid #AD331E;
}

.main .banner-box {
	border-bottom: 1px solid #DDE3EF;
}

.main .banner {
	position: relative;
	margin: 25px auto 20px auto;
	width: 1000px;
}

.main .banner .banner-list {
	overflow: hidden;
	position: relative;
	min-height: 100px;
	background-color: #FCFCFC;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* 根据图片的张数来设定ul的宽度 */
.banner-list ul {
	width: 4000px;
	position: absolute;
	min-height: 200px;
	left: 0px;
	z-index: 999;
}

.banner-list li {
	float: left;
	width: 1000px;
	min-height: 200px;
}

.banner-list li .expand {
	text-align: center;
	position: relative;
}

.banner-list li .expand a {
	color: #A7ABAE;
	font-size: 22px;
}

.banner-list li .banner-li-content {
	padding: 25px 20px;
	overflow: hidden;
}

.banner-more {
	display: none;
	position: absolute;
	width: 958px;
	padding: 25px 20px;
	margin-top: -402px;
	z-index: 9999;
	background-color: #FCFCFC;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.fold {
	text-align: center;
}

.fold a {
	color: #A7ABAE;
	font-size: 22px;
}


/* 图片对应的按钮样式 */
.btn-list-cycle ul {
	text-align: center;
	margin-top: 20px;
}

.btn-list-cycle li {
	cursor: pointer;
	display: inline-block;
	margin: 0px 8px;
	color: #999;
	border: 1px solid #2F3847;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.btn-list-cycle li:hover,
.btn-list-cycle li.on {
	background-color: #2F3847;
}

.btn-list-cycle li img {
	width: 30px;
	height: 15px;
	display: block;
}

/* 左右点击的按钮样式 */
.main .banner .toLeft,
.main .banner .toRight {
	display: none;
	position: absolute;
	width: 20px;
	height: 30px;
	top: 180px;
}

.main .banner .toLeft img,
.main .banner .toRight img {}

.main .banner .toLeft {
	left: -40px;
}

.main .banner .toRight {
	right: -40px;
	background-position: -50px -150px;
}

.main .box {
	clear: both;
	overflow: hidden;
	border: 1px solid #DDE3EF;
	padding: 14px;
	border-radius: 4px;
}

.main .box .table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.main .box .table th,
.table td {
	max-width: 100%;
	background-color: transparent;
	border-spacing: 0;
	padding: 8px;
	border: 1px solid #ddd;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

.main .box pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.main .forecast {
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding: 20px 100px 50px 100px;
	text-align: center;
}

.main .forecast .forecast-item {
	float: left;
}

.main .forecast .forecast-item-2 {
	width: 45%;
	margin: 25px 0;
}

.main .forecast .forecast-item-2.offset {
	margin-left: 9%;
}

.main .forecast .forecast-item-1 {
	width: 100%;
	margin: 25px 0;
}

.main .forecast .forecast-item .title {
	margin-bottom: 20px;
}

.main .forecast .forecast-item img.img-1 {
	width: 100%;
}

.main .forecast .forecast-item img.img-2 {
	width: 33%;
}


.main .footer {
	width: 100%;
	height: 150px;
	background-color: #1A2634;
}

.main .footer .img {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	height: 150px;
	line-height: 150px;
	text-align: right;
}

.main .footer .img img {
	height: 130px;
	margin-top: 10px;
}

.main .footer .contact {
	vertical-align: top;
	display: inline-block;
	width: 890px;
	height: 70px;
	padding: 40px 0;
}

.main .footer .contact div {
	color: #FFF;
	text-align: center;
	line-height: 35px;
}

/* 改2021.3.9 */

/*轮播*/
.lb_gl {
	margin-bottom: 30px;
	background-size: 100% 100%;
	height: 650px;
}

.container {
	width: 500px;
	margin: 0 auto;
	position: relative;
}

.pictureSlider {
	height: 518px;
	margin-bottom: 24px;
}

.poster-item {
	background: #fff;
	height: 600px;
	width: 338px;
	border-radius: 10px;
	transition: all 0.5s;
	cursor: default;
	-moz-transition: all 0.5s;
	cursor: default;
	-webkit-transition: all 0.5s;
	cursor: default;
	-o-transition: all 0.5s;
	cursor: default;
}

.poster-item img {
	width: 100%;
	height: 100%;
}

.turn_3d {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	padding: 28px 0;
}

.xxgy {
	font-size: 30px;
	font-weight: 900;
	padding-left: 10px;
}

.poster-item .say {
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.students_star {
	padding: 10px 10px 0 10px;
}

.cell_list {
	margin-bottom: 20px;
	color: #999;
	font-size: 18px;
	overflow: hidden;
}

.darks {
	color: #000;
	padding-left: 10px;
}

.zwjs {
	border-top: 1px solid #d0cddb;
	line-height: 26px;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
	max-height: 84px;
	overflow: hidden;
}

.for_btn {
	position: relative;
	height: 214px;
	overflow: hidden
}

.in_page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.in_page>img {
	width: 40px;
	height: 40px;
}

.check_more {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #bc241d;
	margin: 0 auto;
	display: block;
}


/*  */
.BannerText,
.BannerText img {
	width: 980px;
	height: 298px;
	margin: 0 auto;
}

.BannerText {
	position: absolute;
	top: 518px;
	left: 226px;
}

.BannerCont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 110px;
	box-sizing: border-box;
}

.BannerContTitle {
	font-size: 42px;
	font-weight: 600;
	color: #480D80;
	text-align: center;
	margin-bottom: 40px;
}

.BannerContCenter {
	font-weight: 500;
	font-size: 22px;
	color: #480D80;
	text-align: center;
	line-height: 40px;
}

.AboutTitle {
	font-size: 42px;
	font-weight: 600;
	color: #480D80;
	text-align: center;
	margin-bottom: 60px;
	z-index: 9999;

}

.footers {
	background: #480D80 !important;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 28px 0;
	box-sizing: border-box;
	color: white
}
.footers img{width: 76px;height: 76px;}
.Foot_title{font-size: 36px;font-weight: 600;}
.Foot_cont{width: 750px;display: flex;align-items: center;justify-content: space-between;font-size: 16px;}