@charset "utf-8";
a,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
span,
table,
td,
textarea,
tr,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0
}

body,
html {
	width: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 0.75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
option,
select,
textarea {
	border: none;
	outline: none;
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
	border: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	outline: 0
}

a {
	color: #333;
}

a:hover {
	color: #bc081d;
}

ul li {
	margin: 0
}

li,
ul {
	list-style: none
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.left {
	float: left
}

.right {
	float: right
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: normal;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
	clear: both
}

.none {
	display: none
}

.block {
	display: block
}

.w {
	width: 1200px;
	margin: 0 auto
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

::-webkit-input-placeholder {
	color: #fff
}

:-moz-placeholder {
	color: #fff
}

::-moz-placeholder {
	color: #fff
}

:-ms-input-placeholder {
	color: #fff
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	background: #bc081d;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

header.fixed {
	-moz-box-shadow: 0 0 10px #52080b;
	-webkit-box-shadow: 0 0 10px #52080b;
	box-shadow: 0 0 10px #52080b
}

.head {
	height: 130px;
	line-height: 130px;
	background: #a30618;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

header.fixed .head {
	height: 0;
	overflow: hidden;
}

.head .logo {
	font-size: 0;
}

.head .logo img {
	height: 90px;
	vertical-align: middle;
}

.head .logot {
	margin-left: 35px;
	font-size: 0;
}

.head .logot img {
	height: 65px;
	vertical-align: middle;
}

.head_other {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	text-align: right;
}

.head_other .main2 {
	margin-top: 10px;
	line-height: 42px;
}

.search_box {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.head_search {
	border: 1px solid #fff;
	border-radius: 25px;
	height: 42px;
	line-height: 38px;
	width: 42px;
	overflow: hidden;
	transition: width 500ms;
	-moz-transition: width 500ms;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
}

.head_search:hover {
	width: 214px;
}

.search_box .head_search1 {
	float: right;
	height: 40px;
	width: 40px;
	border: none;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	vertical-align: middle;
}

.search_box .head_search1:hover {
	opacity: 0.8;
}

.search_box .head_search2 {
	position: absolute;
	right: 42px;
	top: 50%;
	margin-top: -20px;
	background-color: #bc081d;
	height: 40px;
	line-height: 40px;
	width: 170px;
	z-index: 10;
	border-radius: 25px;
	padding: 0 10px;
	color: #fff;
}

.share {
	display: inline-block;
	vertical-align: middle;
}

.share .bshare-custom a {
	padding-left: 0px;
	height: 44px;
	_height: 42px;
	width: 44px;
	margin-right: 0;
	margin-left: 15px;
}

.share .bshare-custom .bshare-sinaminiblog {
	background: url(../images/wb.png) no-repeat left center;
}

.share .bshare-custom .bshare-weixin {
	background: url(../images/wx.png) no-repeat left center;
}


/**/

header .nav {
	position: relative;
	z-index: 999;
	font-size: 0;
	text-align: center;
	background: #bc091d;
}

.nav nav>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.nav nav>ul>li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.nav nav>ul>li>a {
	display: block;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.nav nav>ul>li>a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/navjiao.png) no-repeat bottom center;
	opacity: 0;
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	background: #a30618;
}

.nav nav>ul>li.on>a:after,
.nav nav>ul>li:hover>a:after {
	opacity: 1;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 0;
	width: 508px;
	display: none;
	font-size: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 25px 0 25px 25px;
	table-layout: fixed;
}

.nav nav>ul>li:hover ol {
	display: table;
}

.nav nav>ul>li ol img {
	display: table-cell;
	vertical-align: middle;
	width: 330px;
}

.nav nav>ul>li ol ul {
	display: table-cell;
	vertical-align: top;
	width: 153px;
	text-align: left;
}

.nav nav>ul>li ol li a {
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	display: block;
	position: relative
}

.nav nav>ul>li ol li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 10px 0 20px;
}

.nav nav>ul>li ol li:hover a {
	color: #bc091d;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
	box-shadow: 0px 5px 10px #ccc;
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #a30618 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #a30618;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #a30618;
}

.sliding-menu a.back {
	background: #ccc;
}

.sliding-menu a:hover {
	background: #ccc;
}


/*
 
 * index
 * 
 * */

.banner {
	margin-top: 0px;
}

.banner img {
	display: block;
	width: 100%;
}

.bannertab {
	background: #fff;
}

.bannertab ul li {
	float: left;
	width: 25%;
	font-size: 15px;
	color: #333;
	padding: 0 35px;
	line-height: 60px;
	background: url(../images/bannerjiao2.png) no-repeat 90% center;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.bannertab ul li:first-child {
	border-left: 1px solid #ccc;
}

.bannertab ul li.active {
	color: #D10018;
	background-image: url(../images/bannerjiao.png);
}

.intitle {}

.intitle .en {
	font-size: 35px;
	color: #bc081d;
	text-transform: uppercase;
	font-family: impact;
	line-height: 1;
}

.intitle .ch {
	margin-top: 10px;
	font-size: 30px;
	color: #000;
	line-height: 1;
}

.intitle .ch i {
	display: inline-block;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D10018;
}

.intitle .ch span {
	font-size: 16px;
	color: #666;
	margin-left: 20px;
}

.in1-sec {
	padding: 36px 0 20px;
	background: #EDF0F4;
	overflow: hidden;
}

.in1-sec .intitle {
	display: inline-block;
}

.newstabs {
	margin-left: 40px;
	display: inline-block;
}

.newstabs li {
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	color: #333;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 3px solid #EDF0F4;
	cursor: pointer;
}

.newstabs li.active {
	color: #D10018;
	border-color: #D10018;
}

.more {
	position: relative;
	top: -60px;
	float: right;
	font-size: 15px;
	color: #333;
	width: 85px;
	height: 32px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: center;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.more span {
	font-size: 18px;
	color: #D10018;
	font-weight: bold;
}

.more:hover {
	color: #fff;
	background: #bc081d;
	border-color: #bc081d;
}

.more:hover span {
	color: #fff;
}

.in1-sec .main2 {
	position: relative;
	margin-top: 30px;
}

.in1-sec .main2 .more {
	position: absolute;
	right: 0;
	top: -64px;
}

.newstabscon {
	float: left;
	width: 85.643%;
}

.newstabscon .box {
	display: none;
}

.newstabscon .box:first-child {
	display: block;
}

.newstabscon .videolist {
	margin-right: 30px;
	margin-top: 50px;
}

.newstabscon .videolist li {
	background: #fff;
}

.zs {
	float: right;
	width: 14.357%;
}

.zs .box {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	height: 198px;
	background: #bb081d;
	text-align: center;
}

.zs a {
	display: table-cell;
	vertical-align: middle;
}

.zs .tbox {
	color: #fff;
	margin-top: 15px;
}

.zs .tbox .ch {
	font-size: 20px;
}

.zs .tbox .en {
	font-size: 15px;
}

.zs img {
	display: block;
	width: 76px;
	margin: 0 auto;
}

.zs .box:nth-child(2) {
	background: url(../images/contactbg.jpg) no-repeat left top;
	background-size: cover;
}

.news1 {
	float: left;
	width: 31.7%;
	background: #fff;
	margin-right: 1.633%;
}

@media only screen and (max-width:1440px) {
	.news1 {
		height: 396px;
	}
}

@media only screen and (max-width:960px) {
	.news1 {
		height: 308px;
	}
}

@media only screen and (max-width:640px) {
	.news1 {
		height: auto;
	}
}

.news1 a {
	display: block;
}

.news1 .pic {
	overflow: hidden;
}

.news1 .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news1 .pic img:hover {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.news1 .tbox {
	padding: 15px 20px 50px;
}

.news1 .tbox .t1 {
	font-size: 16px;
	color: #333;
	line-height: 1;
	height: 16px;
}

.news1 .tbox .t2 {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
}

.news1 .tbox .t3 {
	margin-top: 10px;
	font-size: 15px;
	color: #999;
	line-height: 1;
}

.news1 a:hover .tbox .t1 {
	color: #bc081d;
}

.newsswiper .swiper-pagination {
	text-align: right;
	bottom: 25px!important;
	padding: 0 15px;
}

.newsswiper .swiper-pagination-bullet {
	background: #00377B;
	opacity: 1;
}

.newsswiper .swiper-pagination-bullet-active {
	background: #D10018;
}

.news2 {
	float: left;
	width: 31.7%;
	margin-right: 1.633%;
}

.news2 ul li {
	margin-bottom: 36px;
	background: #fff;
}

.news2 ul li a {
	display: block;
	padding: 35px 20px;
	position: relative;
}

.news2 .tbox {
	padding-left: 80px;
}

.news2 .tbox .t1 {
	font-size: 16px;
	color: #333;
	line-height: 1;
	height: 16px;
}

.news2 a:hover .tbox .t1 {
	color: #bc081d;
}

.news2 .tbox .t2 {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 84px;
}

.news2 .ymd {
	position: absolute;
	top: 50%;
	left: 20px;
	font-weight: bold;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news2 .dd {
	font-size: 50px;
	color: #bc081d;
	line-height: 1;
	text-align: center;
}

.news2 .yymm {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.news3 {
	float: left;
	width: 31.7%;
	margin-right: 1.633%;
	background: #fff;
	padding: 16.5px 30px;
}

.news3 li {
	border-bottom: 1px dashed #dfe0e0;
}

.news3 li:last-child {
	border: 0;
}

.news3 a {
	display: block;
	padding: 25px 0;
}

.news3 .t1 {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	background: url(../images/time.jpg) no-repeat left top;
	padding-left: 20px;
}

.news3 .t2 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1;
	height: 16px;
}

.in2-sec {
	padding: 65px 0 110px;
	background: #fff;
	overflow: hidden;
}

.in2-sec .main {
	margin-top: 25px;
}

.videolist li {
	float: left;
	width: 32.4%;
	margin-left: 1.4%;
	border: 1px solid #ccc;
	padding: 10px;
}

.videolist li:nth-child(3n+1) {
	margin-left: 0;
}

.videolist li:hover {
	box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.65);
}

.videolist li .pic {
	overflow: hidden;
}

.videolist li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.videolist li:hover .pic img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.videolist li .tbox {
	margin: 20px 0 15px;
	font-size: 18px;
	line-height: 1;
	height: 18px;
	text-align: center;
	padding: 0 50px;
	background: url(../images/cam.png) no-repeat 15px center;
}

.in3-sec {
	padding-top: 70px;
	background: #003E7F url(../images/aboutbg.jpg) no-repeat left top;
}

.in3-sec .intitle .en,
.in3-sec .intitle .ch {
	color: #fff;
}

.in3-sec .intitle .ch i {
	background: #fff;
}

.in3-sec .alink {
	float: right;
	position: relative;
	top: -60px;
}

.in3-sec .alink a {
	display: inline-block;
	margin-left: 10px;
	width: 135px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 48px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.in3-sec .alink a:hover {
	background: #fff;
	color: #bc081d;
}

.in3-sec .main {
	position: relative;
	bottom: -30px;
	margin-top: 15px;
	padding: 25px 20px;
	background: #fff;
	-moz-box-shadow: 3px 3px 4px rgba(102, 102, 102, 0.65);
	-webkit-box-shadow: 3px 3px 4px rgba(102, 102, 102, 0.65);
	box-shadow: 3px 3px 4px rgba(102, 102, 102, 0.65);
}

.in3-sec .main .tbox {
	float: left;
	width: 73.53%;
}

.in3-sec .main .tit {
	font-size: 25px;
	color: #bc081d;
	line-height: 1;
	padding: 0 70px 0 36px;
}

.in3-sec .main .tit:after {
	content: "";
	display: block;
	margin-top: 15px;
	width: 143px;
	height: 2px;
	background: #999;
}

.in3-sec .main .tit .more {
	top: -20px;
}

.in3-sec .main .con {
	padding: 0 70px 0 36px;
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
}

.num_con {
	margin-top: 65px;
	font-size: 0;
	color: #333;
}

.num_con li {
	position: relative;
	display: inline-block;
	width: 33.33%;
	line-height: 1;
	text-align: center;
}

.num_con li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 62px;
	width: 1px;
	background: #999;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.num_con li:last-child:after {
	display: none;
}

.num_con li .t1 {
	font-size: 20px;
}

.num_con li .t2 {
	margin-top: 24px;
	font-size: 18px;
}

.number {
	margin-right: 10px;
	font-weight: bold;
	font-style: normal;
	font-size: 55px;
	color: #D10018;
	font-family: impact;
}

.in3-sec .main .pic {
	float: left;
	width: 26.47%;
}

.in3-sec .main .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.in4-sec {
	padding: 90px 0 60px;
	background: #fff;
	overflow: hidden;
}

.in4-sec .main {
	margin-top: 35px;
}

.stuswiper .pic {
	overflow: hidden;
}

.stuswiper .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.stuswiper a:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.stuswiper .tbox {
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	color: #666;
	text-align: center;
	background: #EDF0F4;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.stuswiper a:hover .tbox {
	color: #fff;
	background: rgba(188, 8, 29, 0.83);
}

.stuswiper {
	padding-bottom: 70px;
	width: 100%;
}

.stuswiper .swiper-pagination {
	position: static;
	display: inline-block;
	vertical-align: middle;
}

.stuswiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #999999;
	opacity: 1;
	margin: 0 8px;
}

.stuswiper .swiper-pagination-bullet-active {
	background: #D10018;
}

.stuswiper .swiper-button-next,
.stuswiper .swiper-button-prev {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 28px;
	margin-top: 0px;
}

.stuswiper .swiper-button-next {
	background: url(../images/sturight.png) no-repeat left top;
}

.stuswiper .swiper-button-prev {
	background: url(../images/stuleft.png) no-repeat left top;
}

.stuswiper .arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}


/*
 
 *footer 
 * 
 * */

footer {
	background: #2E2E2E;
}

.foot {
	padding: 0px 0;
	color: #D7D7D7;
}

.foot .f1 {
	position: relative;
	float: left;
	width: 21%;
	padding: 0 15px;
}

.foot .f1:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 160px;
	background: #393939;
}

.foot .f1 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.foot .f2 {
	position: relative;
	float: left;
	width: 21.7%;
	font-size: 0;
	padding: 0 70px;
}

.foot .f2:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 160px;
	background: #393939;
}

.foot .f2 ul li {
	display: inline-block;
	width: 50%;
	font-size: 15px;
	line-height: 32px;
}

.foot .f2 ul li a {
	color: #D7D7D7;
}

.foot .f2 ul li a:hover {
	color: #fff;
}

.foot .f3 {
	position: relative;
	float: left;
	width: 30.6%;
	padding: 0 25px 0 70px;
	margin-top: 0px;
}

.foot .f3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 160px;
	background: #393939;
}

.foot .f3 .tel {
	min-height: 36px;
	font-size: 0;
	padding-left: 50px;
	background: url(../images/tel.jpg) no-repeat left center;
}

.foot .f3 .tel .num {
	display: inline-block;
	vertical-align: middle;
	/*font-size: 30px;*/
	font-size: 21px;
	width: 136px;
	color: #D30F25;
	font-family: fantasy;
}

.foot .f3 .tel .telt {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background: #fff;
	border-radius: 13px;
	padding: 0 20px;
}

.finfo {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2.3;
}

.finfo img {
	vertical-align: middle;
	margin-right: 20px;
	width: 26px;
}

.foot .f4 {
	float: right;
	width: 26.7%;
	text-align: center;
}

.foot .f4 img {
	width: 101px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.foot .f4 .t {
	margin-top: 20px;
	font-size: 13px;
}
.foot .f4 ul{
	overflow: hidden;
}
.foot .f4 ul li{
	float: left;
	width: 50%;
}
.copyright {
	border-top: 1px solid #393939;
	font-size: 14px;
	color: #D7D7D7;
	line-height: 20px;
	padding: 15px 0;
}

.copyright a {
	color: #D7D7D7;
}


/*
 
 * video
 * 
 * */

.weizhi {
	margin: 20px 0;
	padding-bottom: 10px;
	font-size: 16px;
	color: #7d7b7b;
	line-height: 26px;
	border-bottom: 1px solid #cccccc;
}

.weizhi strong {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	border-left: 5px solid #999999;
	padding-left: 20px;
}

.weizhi a {
	color: #7d7b7b;
}

.ny-sec {
	padding: 0px 0 60px;
	background: #fff;
}

.layoutleft {
	float: left;
	width: 21.4%;
}

.layoutright {
	float: right;
	width: 74.8%;
}

.nynav {
	position: relative;
	background: #fff;
	margin-top: -94px;
	margin-bottom: 20px;
	border-top: 9px solid #a30618;
	background: #fff;
	z-index: 1;
	box-shadow: 0px 0px 3px rgba(96, 93, 93, 0.11);
}

.nynavmain {
	position: relative;
	background: #fff;
	z-index: 1;
}

.nynav .tit {
	background: #bc091d url(../images/schoolico.png) no-repeat 40px center;
	font-size: 25px;
	color: #ffffff;
	padding: 0 0 0 80px;
	height: 85px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.nynav ul {
	padding: 15px 20px;
	border: 1px solid #ccc;
}

.nynav ul li {
	border-bottom: 1px dashed #c4c4c4;
	padding: 0 40px 0 30px;
	background: url(../images/off.png) no-repeat 95% center;
}

.nynav ul li.on,
.nynav ul li:hover {
	background-image: url(../images/on.png);
}

.nynav ul li a {
	display: block;
	font-size: 18px;
	color: #252525;
	line-height: 64px;
}

.first:hover a,
.nynav ul li.on .first a {
	font-weight: bold;
}

.nynav ul li .first {
	position: relative;
}

.nynav .second {
	display: none;
	padding: 5px 0 15px 0;
}

.nynav ul li.on .second,
.nynav ul li:hover .second {
	display: block;
}

.nynav .second a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.nynav .second a.on,
.nynav .second a:hover {
	color: #bc091d;
	text-decoration: underline;
}

.page {
	margin-top: 30px;
	font-size: 0;
	line-height: 30px;
	text-align: center;
}

.page span {
	color: #333;
}

.page a {
	display: inline-block;
	border: 1px solid #cbcbcb;
	padding: 0 10px;
	margin: 0 3px;
	font-size: 14px;
}

.page a.on {
	background: #a30618;
	border-color: #a30618;
	color: #fff;
}

.ny-sec .zs {
	width: 100%;
	float: none;
}

.ny-sec .zs .box {
	margin-bottom: 15px;
	background: #bb081d;
	height: 140px;
}

.ny-sec .zs img {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.ny-sec .zs .tbox {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.ny-sec .zs .box:nth-child(1) {
	background: url(../images/contactbg.jpg) no-repeat left top;
	background-size: cover;
}

.ny-sec .zs .tbox .en {
	margin-top: 10px;
}

.ny-sec .videolist li {
	margin-bottom: 40px;
}


/*
 
 * news
 * 
 * */

.newslist {
	margin-bottom: 50px;
}

.newslist ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #c4c4c4;
}

.newslist ul li .tbox {
	float: right;
	width: 790px;
	padding-right: 150px;
	background: url(../images/newsico.png) no-repeat right center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newslist ul li:hover .tbox {
	background-image: url(../images/newsico0.png);
}


.newslist ul li .tbox1 {
	float: right;
	margin-top: 20px;
	width: 690px;
	padding-right: 150px;
	background: url(../images/newsico.png) no-repeat right center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.newslist ul li:hover .tbox1 {
	background-image: url(../images/newsico0.png);
}

.newslist ul li .t2 {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
}

.newslist ul li .t21 {
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	line-height: 32px;
	height: 72px;
}

.newslist ul li .t1 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	height: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newslist ul li:hover .t1 {
	color: #bc091d;
	font-weight: bold;
}



.newslist ul li .t11 {
	font-size: 22px;
	color: #333;
	line-height: 22px;
	height: 22px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newslist ul li:hover .t11 {
	color: #bc091d;
	font-weight: bold;}
	
	
.newslist ul li .shijian {
	float: left;
	width: 94px;
	text-align: center;
	background: #999999;
	color: #fff;
	padding: 6px 0;
}

.newslist ul li .shijian .day {
	font-size: 28px;
	line-height: 50px;
}

.newslist ul li .shijian .yearm {
	margin-top: 10px;
	font-size: 14px;
}


/*
 
 * honor
 * 
 * */

.honorlist li {
	float: left;
	width: 31.1%;
	margin-left: 3.35%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 25px;
	background: #fbfafa;
}

.honorlist li:nth-child(3n+1) {
	margin-left: 0;
}

.honorlist li:hover {
	box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.65);
}

.honorlist li .pic {
	overflow: hidden;
}

.honorlist li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.honorlist li:hover .pic img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.honorlist li .tbox {
	margin: 25px 0 10px;
	font-size: 16px;
	color: #7d7b7b;
	line-height: 1;
	height: 16px;
	text-align: center;
}


/*
 
 * about
 * 
 * */

.aboutmain {
	padding-top: 20px;
	font-size: 16px;
	color: #221e1f;
	line-height: 36px;
}

.aboutmain p {
	text-indent: 2em;
}

.aboutmain p img {
	margin-left: -30px;
}

.aboutmain img {
	max-width: 100%;
}

@media only screen and (max-width:640px) {
.aboutmain img {
	height: auto!important;
}
	
}
/*
 
 * admissions
 * 
 * */

.form {
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 0;
	padding-bottom: 40px;
}

.form .tit {
	font-size: 23px;
	color: #ffffff;
	font-weight: bold;
	line-height: 74px;
	background: #bc091d;
}

.form .tit img {
	margin-right: 35px;
	vertical-align: middle;
}

.form ul {
	margin: 40px 0 0;
	display: inline-block;
	text-align: left;
}

.form ul li {
	margin-bottom: 25px;
}

.form label {
	display: inline-block;
	font-size: 18px;
	color: #252525;
	width: 150px;
	text-align: right;
	margin-right: 50px;
}

.form .inputtext,
.form select {
	width: 222px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	text-indent: 5px;
}

.form .inputtext.md {
	width: 378px;
}

.form .inputtext.lg {
	width: 612px;
}

.form .submit {
	display: inline-block;
	width: 145px;
	height: 60px;
	font-size: 25px;
	color: #fdf9f9;
	border-radius: 15px;
	background: #a30618;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}

.form .submit:hover {
	opacity: 0.8;
}

.form .reset {
	display: inline-block;
	width: 145px;
	height: 60px;
	font-size: 25px;
	color: #fdf9f9;
	border-radius: 15px;
	background: #b5b5b5;
	text-align: center;
	margin-left: 15px;
	margin-top: 40px;
	cursor: pointer;
}

.form .reset:hover {
	opacity: 0.8;
}

.bz {
	margin-top: 50px;
}

.bz dt {
	margin-top: 25px;
	font-size: 25px;
	color: #b10b0b;
	font-weight: bold;
}

.bz dd {
	font-size: 19px;
	color: #252525;
	line-height: 50px;
}


/*
 
 * special
 * 
 * */

.specialmain {}

.specialmain .box {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 25px;
}

.specialmain .box .picbox {
	float: left;
	width: 309px;
}

.specialmain .box .pic {
	overflow: hidden;
}

.specialmain .box .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.specialmain .box .pic:hover img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.specialmain .box .specialtyname {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	background: #bc091d;
}

.specialmain .box .tbox {
	float: right;
	width: 701px;
}

.specialmain .box .tbox ul li {
	position: relative;
	border-bottom: 1px dashed #c4c4c4;
}

.specialmain .box .tbox ul li a {
	position: relative;
	padding-right: 185px;
	font-size: 16px;
	color: #333333;
	height: 52px;
	line-height: 52px;
}

.specialmain .box .tbox ul li a:hover {
	color: #bc091d;
}

.specialmain .box .tbox ul li .time {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 14px;
	color: #6a6767;
	padding-left: 25px;
	line-height: 52px;
	background: url(../images/timeico.png) no-repeat left center;
}

.specialmain .box .tbox ul li .time:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 35px;
	height: 25px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #999999;
	border-radius: 25px;
	background: url(../images/newsico1.png) no-repeat center center;
}


/*
 
 * contact
 * 
 * */

.contactmain {
	border: 1px solid #d2d2d2;
	padding: 40px;
}

.contactmain .tels {
	font-size: 25px;
	color: #7d7b7b;
}

.contactmain .tels strong {
	color: #a30618;
	font-weight: bold;
}

.contactmain ul li {
	float: left;
	width: 48.55%;
	margin-top: 48px;
	margin-left: 2.9%;
}

.contactmain ul li:nth-child(2n+1) {
	margin-left: 0;
}

.contactmain dt {
	margin-bottom: 10px;
	font-size: 20px;
	color: #bc091d;
}

.contactmain dd {
	font-size: 20px;
	color: #7d7b7b;
	line-height: 36px;
}

.contactmain .map {
	height: 530px;
	margin-top: 25px;
}

.contactmain iframe {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}


/*
 
 * 
 * 
 * */

#roll {
	height: 140px;
	width: 200px;
	background: #000;
	position: fixed;
	left: 0;
	top: 50%;
	cursor: pointer;
	z-index: 999999;
}

#roll a {
	display: block;
}

#roll img {
	height: 140px;
	width: 200px;
}

.close {
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: #fff;
	border-radius: 50%;
	color: #01224b;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
}

@media only screen and (max-width:1200px) {
	#roll {
		display: none;
	}
}


/*
 
 * 详情标题、明星学生列表
 * 
 * */

.xqtit {
	font-size: 24px;
	text-align: center;
}

.xqtime {
	margin-top: 10px;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.stumain {
	padding-bottom: 0;
}

.stumain ul li {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.stumain ul li:nth-child(5n) {
	margin-right: 0;
}

@media only screen and (max-width:960px) {
	.stumain ul li {
		width: 48%;
		margin-right: 4%;
	}
	.stumain ul li:nth-child(5n) {
		margin-right: 4%;
	}
	.stumain ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:640px) {
	.xqtit {
		font-size: 20px;
	}
}


/*
 
 * 
 * */

.banner a {
	display: block;
	position: relative;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}


/*
 
 * 响应式
 * 
 * */

@media only screen and (max-width:1440px) {
	.w {
		width: 1200px;
	}
	.nav nav>ul>li>a {
		padding: 0;
		height: 45px;
		line-height: 45px;
	}
	.head {
		height: 90px;
		line-height: 90px;
	}
	.head .logo img {
		height: 63px;
	}
	.head .logot img {
		height: 45px;
	}
	.nav nav>ul>li ol {
		width: 478px;
	}
	.nav nav>ul>li ol img {
		width: 300px;
	}
	.banner {
		/*margin-top: 135px;*/
	}
	.nynav ul li a {
		font-size: 16px;
		line-height: 44px;
	}
	.nynav .tit {
		font-size: 22px;
		height: 65px;
	}
	.form .tit img {
		margin-right: 25px;
		width: 35px;
	}
	.form .inputtext,
	.form select,
	.form .inputtext.lg {
		width: 378px;
	}
	.form .submit {
		width: 100px;
		height: 40px;
		font-size: 20px;
		margin-top: 20px;
	}
	.form .reset {
		width: 100px;
		height: 40px;
		font-size: 20px;
		margin-top: 20px;
	}
	.bz dt {
		margin-top: 10px;
		font-size: 22px;
	}
	.bz dd {
		font-size: 16px;
		line-height: 26px;
	}
	.contactmain .map {
		height: 430px;
	}
	.newslist ul li .tbox {
		width: 745px;
	}
	
	
	.specialmain .box .tbox {
		width: 551px;
	}
	.foot .f3 {
    padding: 0  20px;
}
}

@media only screen and (max-width:1280px) {
	.w {
		width: 1100px;
	}
	.foot .f1 {
		width: 16%;
	}
	.foot .f2 {
		padding: 0 30px;
		text-align: center;
	}
	.foot .f3 {
		 
		padding: 0 20px;
	}
	.foot .f3 .tel .telt{
		 margin-top: 10px;
	}
	.foot .f2 ul li {
    font-size: 14px;
    }
	.finfo {
    margin-top: 10px;
    font-size: 14px;
    }
	.newslist ul li .tbox {
		width: 665px;
	}
	.specialmain .box .tbox {
		width: 451px;
	}
}

@media only screen and (max-width:1200px) {
	.w {
		width: 960px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	header {
		display: none
	}
	.phone_head {
		display: block;
		background: #a30618;
	}
	.banner {
		margin-top: 50px;
	}
	.bannertab ul li {
		font-size: 14px;
		padding: 0 15px;
	}
	.nynav .tit {
		padding-left: 80px;
		background-position-x: 20px;
	}
	.contactmain ul li {
		width: 100%;
		margin-left: 0;
	}
	.contactmain dd br {
		display: none;
	}
	.newslist ul li .tbox {
		width: 565px;
	}
	.specialmain .box .tbox {
		width: 351px;
	}
	.nynav ul li {
		padding-left: 0;
	}
}

@media only screen and (max-width:960px) {
	.bannertab ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		height: 60px;
		line-height: normal;
		padding: 0 25px 0 10px;
	}
	.newstabscon {
		width: 100%;
	}
	.zs {
		width: 100%;
	}
	.news2 ul li a {
		padding: 13px 20px;
	}
	.news3 a {
		padding: 14px 0;
	}
	.intitle .en {
		font-size: 25px;
	}
	.intitle .ch {
		font-size: 20px;
	}
	.newstabscon .videolist {
		margin: 0 0 20px;
	}
	.in3-sec .main .con {
		padding: 0 35px;
		font-size: 14px;
	}
	.number {
		font-size: 35px;
	}
	.num_con {
		margin-top: 25px;
	}
	.num_con li .t2 {
		margin-top: 15px;
		font-size: 14px;
	}
	.foot {
		padding: 15px 0;
	}
	.foot .f1,
	.foot .f2 {
		display: none;
	}
	.foot .f3 {
		width: 60%;
	}
	.foot .f4 {
		width: 40%;
	}
	.foot .f3:after {
		height: 100px;
	}
	.layoutleft {
		display: none;
	}
	.layoutright {
		width: 100%;
	}
	.weizhi {
		margin: 10px 0;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.weizhi strong {
		font-size: 14px;
		padding-left: 10px;
	}
	.ny-sec {
		padding: 0px 0 30px;
	}
	.form .tit {
		font-size: 20px;
		line-height: 44px;
	}
	.form .tit img {
		margin-right: 15px;
		width: 25px;
	}
}

@media only screen and (max-width:780px) {}
.videolist .xtit{
								font-size: 25px;
								color: #000;
								margin-bottom: 20px;
							}
							.videolist .xtit span{
								font-size: 20px;
							}
@media only screen and (max-width:640px) {
	
	.videolist .xtit {
    font-size: 20px;
    }
	.bannertab {
		display: none;
	}
	.bannertab ul li {
		width: 50%;
		border-bottom: 1px solid #ccc;
	}
	.bannertab ul li:nth-child(3) {
		border-left: 1px solid #ccc;
	}
	.newstabs {
		margin: 20px 0 0;
		display: block;
	}
	.newstabs li {
		margin-right: 10px;
		font-size: 16px;
	}
	.in1-sec .main2 {
		margin-top: 40px;
	}
	.in1-sec .main2 .more {
		top: -36px;
	}
	.news1 {
		width: 100%;
		margin: 0;
	}
	.news2 {
		margin: 20px 0 0;
		width: 100%;
	}
	.news3 {
		margin: 0 0 20px;
		width: 100%;
	}
	.news2 ul li {
		margin-bottom: 20px;
	}
	.in3-sec {
		padding: 30px 0;
	}
	.in3-sec .alink {
		float: none;
		top: 0px;
		margin-top: 30px;
	}
	.in3-sec .alink a {
		width: 100px;
		height: 35px;
		border: 1px solid #fff;
		line-height: 33px;
		font-size: 14px;
		color: #fff;
	}
	.in3-sec .main .tbox {
		width: 100%;
	}
	.in3-sec .main .con {
		padding: 0;
	}
	.in3-sec .main .tit {
		font-size: 20px;
		padding: 0;
	}
	.number {
		font-size: 24px;
		margin-right: 5px;
	}
	.num_con li .t1 {
		font-size: 14px;
	}
	.in3-sec .main .pic {
		width: 100%;
		margin-top: 20px;
	}
	.intitle .ch span {
		font-size: 14px;
		margin: 10px 0 0;
		display: block;
	}
	.in4-sec .main {
		margin-top: 25px;
	}
	.in4-sec {
		padding: 30px 0;
	}
	.foot .f3 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.foot .f3:after {
		display: none;
	}
	.foot .f4 {
		max-width: initial;
		width: 100%;
	}
	.copyright {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 0;
	}
	.foot .f4 .t {
		margin-top: 10px;
		font-size: 14px;
	}
	.in3-sec .main {
		bottom: 0;
	}
	.aboutmain {
		padding-top: 0;
		font-size: 14px;
		line-height: 22px;
	}
	.form label {
		font-size: 14px;
		width: 100px;
		margin-right: 10px;
	}
	.form .inputtext,
	.form select,
	.form .inputtext.lg,
	.form .inputtext.md {
		width: 195px;
	}
	.bz dd {
		font-size: 14px;
		line-height: 24px;
	}
	.bz dt {
		margin-top: 0;
		font-size: 18px;
	}
	.contactmain {
		padding: 20px;
	}
	.contactmain .tels {
		font-size: 16px;
	}
	.contactmain ul li {
		margin-top: 20px;
	}
	.contactmain dt {
		font-size: 16px;
	}
	.contactmain dd {
		font-size: 14px;
		line-height: 22px;
	}
	.contactmain .map {
		height: 230px;
	}
	.newslist ul li .tbox {
		width: 265px;
		padding-right: 75px;
	}
	.newslist ul li .shijian {
		width: 64px;
	}
	.newslist ul li .shijian .day {
		font-size: 30px;
		line-height: 30px;
	}
	.newslist ul li .t2 {
		line-height: 22px;
		height: 44px;
	}
	.specialmain .box .picbox {
		width: 100%;
	}
	.specialmain .box .specialtyname {
		font-size: 16px;
		line-height: 40px;
	}
	.specialmain .box .tbox {
		width: 100%;
	}
	.specialmain .box .tbox ul li a {
		padding-right: 75px;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}
	.specialmain .box .tbox ul li .time {
		font-size: 12px;
		padding-left: 0;
		background: none;
		line-height: 42px;
	}
	.specialmain .box .tbox ul li .time:after {
		display: none;
	}
	.videolist li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.foot .f3 .tel {
		padding: 4px 0 4px 50px;
	}
	.foot .f3 .tel .num {
		font-size: 20px;
	}
	.finfo {
		margin-top: 5px;
	}
	.zs .box {
		height: 140px;
	}
	.zs img {
		width: 46px;
	}
	.aboutmain table {
		display: block;
		height: 250px!important;
		width: 320px!important;
		margin: 0 auto;
		overflow-y: scroll;
		overflow-x: scroll;
	}
	.aboutmain table thead,
	.aboutmain tbody tr {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.aboutmain table thead {
		width: calc( 100% - 1em);
		height: calc( 100% - 1em)
	}
	.stuswiper .swiper-pagination{
		display: none;
	}
	.stuswiper {
    padding-bottom: 45px;
    }
    .stuswiper .swiper-button-next, .stuswiper .swiper-button-prev{
    	margin: 0 20px;
    }
}