@charset "utf-8";/*
color:red !important;/* Firefox、IE7支持 
_color:red;IE6支持 
*color:red;IE6、IE7支持 
*+color:red;IE7支持/
color:red\9;IE6、IE7、IE8支持 
color:red\0;IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
background:linear-gradient(#e99c40,#d35224);-webkit-background:linear-gradient(#e99c40,#d35224);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8fc320,endcolorstr=#122b88,gradientType=1);
-webkit-appearance:none;appearance:none;pointer-events:none;select::-ms-expand{display:none;}
@media screen and (min-width:540px){}
@media screen and (max-width:320px){}
-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;*/

/*--默认--*/
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
body{font-family:微软雅黑,黑体;min-width:320px;margin:auto;}
ol,ul,li{list-style:none outside none;}
a{text-decoration:none;color:inherit;cursor:pointer;outline:none;}
img{border:none;vertical-align:middle;max-width:100%;max-height:100%;}
table{border-collapse:collapse;width:100%;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:1.3;}
i,em,b,strong{font-style:normal;font-weight:normal;}
input,textarea,select{padding:0;font-family:inherit;outline:none;resize:none;background:none;border:none;font-size:inherit;color:inherit;}
input::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
textarea::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
select::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-webkit-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-ms-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}

/*--滚动条插件--*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dde;
	position: relative;
}
.jspDrag {
	background: #ddd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.jspVerticalBar {
	width: 6px;
}
.jspDrag {
	background: #a99479;
	border-radius: 8px;
}
.jspTrack {
	background: #f5f5f5;
	border-radius: 8px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #ddd;
	width: 2px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #333;
}
/*@font-face{
    font-family:en;src: url('http://wdx.xacom.edu.cn/style/fonts/AvianRegular.eot');src: url('http://wdx.xacom.edu.cn/style/fonts/AvianRegular.eot?#iefix') format('embedded-opentype'),url('http://wdx.xacom.edu.cn/style/fonts/AvianRegular.woff2') format('woff2'),url('http://wdx.xacom.edu.cn/style/fonts/AvianRegular.woff') format('woff'),url('http://wdx.xacom.edu.cn/style/fonts/AvianRegular.ttf') format('truetype'),url('http://wdx.xacom.edu.cn/style/fonts/AvianRegular.svg#AvianRegular') format('svg');}*/
@font-face {
	font-family: impact;
	
}
@font-face {
	font-family: icon;
	
}
/*--类--*/
.gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.footer_b {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.select {
	display: inline-block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	color: #707070;
	position: relative;
	border: 1px solid #ddd;
	text-align: left;
	cursor: pointer;
}
.select:before {
	content: "";
	background: url(http://wdx.xacom.edu.cn/image/arrow7.png) center center no-repeat;
	width: 21px;
	height: 12px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	position: absolute;
}
.select span {
	display: block;
	margin: 0 10px 0 10px;
}
.select ul {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	background: #f0f0f0;
	display: none;
}
.select li {
	padding: 0 20px;
	line-height: 40px;
}
.checkbox {
	cursor: pointer;
}
.checkbox i {
	display: inline-block;
	vertical-align: sub;
	width: 15px;
	height: 15px;
	text-align: center;
	border: 1px solid #fff;
	margin-right: 10px;
	line-height: 15px;
	font-size: 0;
}
.checkbox.ckd i:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 5px 5px 0;
}
.radio {
	cursor: pointer;
	margin-right: 45px;
}
.radio i {
	display: inline-block;
	vertical-align: sub;
	width: 15px;
	height: 15px;
	text-align: center;
	border: 1px solid #fff;
	margin-right: 10px;
	line-height: 15px;
	font-size: 0;
	border-radius: 100%;
}
.radio.ckd i:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 5px 5px 0;
	border-radius: 100%;
}
/*--通用--*/
body {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	min-width: 320px;
}
.h {
	line-height: 1.3;
}
.h1 {
	line-height: 1.3;
}
.h2 {
	line-height: 1.3;
}
.h3 {
	line-height: 1.3;
}
.block {
	width: 1400px;
	margin: auto;
}
.text .p {
	line-height: 1.7;
	text-align: left;
}
.nav_main_m {
	display: none;
}
.search_m {
	display: none;
}
.scmbtn {
	display: none;
}
.prev {
	cursor: pointer;
}
.next {
	cursor: pointer;
}
.layer {
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.layer.showdiv {
	opacity: 1;
	visibility: visible;
}
.layer .close {
	font-size: 60px;
	font-family: icon;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	color: #ccc;
}
.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	margin-top: -100px;
}
.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}
.layer .search_box .kw {
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.layer .search_box .ok {
	background: #94070a;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.layer .picbox {
	width: 100%;
	height: 100%;
	text-align: center;
}
.layer .picbox:after {
	content: "";
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}
.layer .picbox img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}
.layer .picbox video {
	width: 1000px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.layer .leader_box {
	background: #fff;
	border-top: 3px solid #ca0d0d;
	width: 1100px;
	position: relative;
}
.layer .leader_box .inner {
	padding: 60px;
}
.layer .leader_box .close {
	color: #aaa;
	right: 0;
	top: 0;
	font-size: 30px;
}
.layer .leader_box .t {
	display: flex;
	align-items: center;
}
.layer .leader_box .pic {
	width: 160px;
}
.layer .leader_box .txt {
	margin-left: 50px;
}
.layer .leader_box .txt .h {
	font-size: 18px;
}
.layer .leader_box .txt .p {
	margin-top: 15px;
}
.layer .leader_box .txt .p span {
	margin-right: 30px;
}
.layer .leader_box .text {
	margin-top: 40px;
	max-height: 300px;
	overflow: hidden;
}
.layer .leader_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #ca0d0d;
}
.layer .leader_box .text p {
	margin-top: 20px;
}
.layer .leader_box .text p:first-child {
	margin-top: 0px;
}
.share-box {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.share-box:after {
	content: '';
	display: table;
	clear: both;
}
.share-box .share-item {
	position: relative;
	float: left;
	border-radius: 50%;
	cursor: pointer;
}
.share-box a.share-item {
	margin: 0;
	padding-left: 0;
	height: auto;
	background-image: none;
	font-size: inherit;
	line-height: inherit;
}
.share-box .share-item:after {
	content: '';
	vertical-align: top;
	font-family: "icon" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #fff !important;
}
.share-box .icon-wchat:after {
	content: '\e603';
	font-size: 1.05em;
	margin-top: 0.05em;
}
.share-box .icon-qq:after {
	content: '\e606';
}
.share-box .icon-qzone:after {
	content: '\e60a';
}
.share-box .icon-sinawb:after {
	content: '\e605';
}
.share-box .icon-txwb:after {
	content: '\e609';
}
.share-label {
	display: inline-block;
}
.share-item .code {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -70px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 10px;
	width: 140px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 5px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease-out 0s;
	z-index: 99;
}
.share-item .code:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}
.share-item .code > img {
	display: block;
	width: 100%;
}
.share-item:hover .code {
	visibility: visible;
	opacity: 1;
	transform: none;
}
.share-box a.share-item {
	margin-left: 3px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
}
.share-box a.share-item.icon-sinawb {
	font-size: 23px;
}
.share-box a.share-item:hover {
	opacity: 1;
	z-index: 1;
}
#bdshare_weixin_qrcode_dialog {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.pd120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pdt120 {
	padding-top: 120px;
}
.pdb120 {
	padding-bottom: 120px;
}
.pd110 {
	padding-top: 110px;
	padding-bottom: 110px;
}
.pdt110 {
	padding-top: 110px;
}
.pdb110 {
	padding-bottom: 110px;
}
.imgzoom .pic {
	overflow: hidden;
}
.imgzoom .pic img {
	transition: all 0.4s ease-out 0s;
}
.imgzoom:hover .pic img {
	transform: scale(1.05);
}
.fz48 {
	font-size: 48px;
	line-height: 1.3;
}
.fz40 {
	font-size: 40px;
	line-height: 1.3;
}
.fz30 {
	font-size: 30px;
	line-height: 1.3;
}
.fz24 {
	font-size: 24px;
	line-height: 1.3;
}
.fz20 {
	font-size: 20px;
	line-height: 1.3;
}
.title {
	text-align: center;
}
.title .p {
	margin-top: 10px;
}
.title .more {
	margin-top: 10px;
}
.more {
	color: #94070a;
	display: inline-block;
	line-height: 45px;
}
.more i {
	float: left;
	background: url(../images/more1.svg) center center no-repeat;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	background-size: contain;
}
.more i:before {
	content: "";
	background: url(../images/more1a.svg) center center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease-out 0s;
	display: block;
	background-size: contain;
}
.more:hover i:before {
	opacity: 1;
}
.more2 {
	color: #94070a;
	display: inline-block;
	line-height: 45px;
}
.more2 i {
	float: left;
	background: url(../images/more1.svg) center center no-repeat;
	width: 45px;
	height: 45px;
	margin-right: 20px;
	background-size: contain;
}
.more2 i:before {
	content: "";
	background: url(../images/more1a.svg) center center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease-out 0s;
	display: block;
	background-size: contain;
}
.more2:hover i:before {
	opacity: 1;
}
.more2.b i {
	background-image: url(../images/more2.png);
	background-size: contain;
}
.more2.b i:before {
	background-image: url(../images/more2a.png);
}
.more2.c i {
	background-image: url(../images/more3.png);
	background-size: contain;
}
.more2.c i:before {
	background-image: url(../images/more3a.png);
}
.pages {
	text-align: center;
	font-size: 0px;
	margin-top: 40px;
}
.pages .prev {
	background: rgb(198, 186, 187);
	border-color: rgb(198, 186, 187);
	padding: 0px;
	width: 33px;
	color: rgb(255, 255, 255);
	font-family: icon;
}
.pages .next {
	background: rgb(198, 186, 187);
	border-color: rgb(198, 186, 187);
	padding: 0px;
	width: 33px;
	color: rgb(255, 255, 255);
	font-family: icon;
}
.pages a {
	margin: 0px 3px;
	padding: 0px 8px;
	border-radius: 3px;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	height: 33px;
	line-height: 34px;
	font-family: Arial;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	min-width: 18px;
}
.pages i {
	margin: 0px 3px;
	padding: 0px 8px;
	border-radius: 2px;
	height: 33px;
	line-height: 33px;
	font-family: icon;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
}
.pages a.now {
	background: rgb(148, 7, 10);
	border-color: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
}
.pages a:hover {
	background: rgb(198, 186, 187);
	border-color: rgb(198, 186, 187);
	color: rgb(255, 255, 255);
}
.pages .go {
	margin: 0px 5px;
	padding: 0px 7px;
	border-radius: 3px;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	height: 33px;
	line-height: 34px;
	font-family: Arial;
	vertical-align: middle;
	display: inline-block;
}
.pages .go input {
	margin: 5px 0px;
	border: currentColor;
	border-image: none;
	width: 30px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 16px;
	float: left;
}
.pages .go em {
	margin: 5px;
	height: 23px;
	line-height: 24px;
	padding-left: 10px;
	font-size: 16px;
	border-left-color: rgb(221, 221, 221);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	cursor: pointer;
}
.pages .loadmore {
	display: none;
}
.links a {
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.links a::before {
	left: 0px;
	top: 0px;
	color: rgb(148, 7, 10);
	font-family: icon;
	margin-right: 10px;
	position: absolute;
	content: "\e76c";
}
.links a:hover::before {
	animation: arr 0.6s ease-out infinite;
}
.position {
	line-height: 50px;
}
.position a {
	margin: 0 10px;
}
.position a:first-child {
	margin-left: 0;
}
body {
	display: flex;
	flex-direction: column;
}
.body {
	background: rgb(255, 255, 255);
	position: relative;
	box-sizing: border-box;
}
.body.page {
	padding-top: 130px;
}
.home {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
}
.home body {
	padding: 0px;
	height: 100%;
	overflow: hidden;
}
.body_home {
	background: rgb(148, 7, 10);
	height: 100%;
	overflow: hidden;
}
.body_r {
	transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1);
	left: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	position: fixed;
	z-index: 1;
}
.body_r.dis * {
	background: none !important;
}
.body_r.showdiv {
	left: 0px;
}
.body_r .body_scroll {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.body_r .ll {
	background: url("http://wdx.xacom.edu.cn/images/png13.png") no-repeat right 30px center;
	transition: 0.3s ease-out;
	left: 0px;
	top: 50%;
	width: 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	padding-left: 40px;
	font-size: 20px;
	visibility: hidden;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%);
}
.body_r .ll:hover {
	padding-left: 50px;
}
.body_r .ll.w {
	color: rgb(88, 69, 59);
	background-image: url("http://wdx.xacom.edu.cn/images/png13a.png");
}
.body_r.showdiv .ll {
	visibility: visible;
	opacity: 1;
}
.body_r .arr {
	transition: 0.5s ease-out 0.5s;
	top: 50%;
	right: 10px;
	color: rgb(255, 255, 255);
	font-family: icon;
	font-size: 80px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	transform: translateY(-50%);
}
.body_r.showdiv .arr {
	opacity: 1;
}
.body_r .arr.h {
	display: none;
}
.screen {
	height: 100%;
	float: left;
	position: relative;
}
.screen .title {
	color: rgb(255, 255, 255);
	line-height: 1.1;
	display: flex;
	align-items: center;
}
.screen .title .fz40 {
	width: 40px;
	white-space: normal;
}
.screen .title .p {
	width: 18px;
	font-size: 18px;
	margin-left: 25px;
	-ms-word-wrap: break-word;
}
.body_r .menu {
	background: rgb(255, 255, 255);
	border-radius: 100%;
	transition: 0.3s ease-out;
	top: 40px;
	width: 50px;
	height: 50px;
	right: 40px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.body_r .menu:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.body_r .menu .inner {
	top: 15px;
	width: 50%;
	right: 25%;
	position: absolute;
}
.body_r .menu i {
	background: rgb(51, 51, 51);
	border-radius: 2px;
	transition: 0.2s ease-out;
	height: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
}
.body_r .menu i:nth-child(1) {
	top: 0px;
	width: 100%;
	right: 0px;
	position: absolute;
}
.body_r .menu i:nth-child(2) {
	top: 9px;
	width: 100%;
	right: 0px;
	position: absolute;
}
.body_r .menu i:nth-child(3) {
	top: 18px;
	width: 100%;
	right: 0px;
	position: absolute;
}
.body_r .menu.act i:nth-child(1) {
	transform: translate(0px, 9px) rotate(45deg);
}
.body_r .menu.act i:nth-child(2) {
	opacity: 0;
}
.body_r .menu.act i:nth-child(3) {
	transform: translate(0px, -9px) rotate(-45deg);
}
.body_r .navg {
	transition: 0.5s ease-out;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transform: scale(1.1);
}
.body_r .navg .logo {
	width: 200px;
}
.body_r .navg.showdiv {
	visibility: visible;
	opacity: 1;
	transform: none;
}
.body_r .navg > div {
	flex: 1 1 0px;
}
.body_r .navg .l {
	background: rgb(255, 255, 255);
	position: relative;
}
.body_r .navg .l .inner {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-55%, -50%);
}
.body_r .navg .l .list {
	margin-top: 50px;
}
.body_r .navg .l .item {
	width: 140px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	position: relative;
}
.body_r .navg .l .item::before {
	transition: 0.5s ease-out;
	left: 0px;
	width: 0px;
	bottom: 0px;
	border-top-color: rgb(148, 7, 10);
	border-top-width: 2px;
	border-top-style: solid;
	position: absolute;
	content: "";
}
.body_r .navg .l .item::after {
	left: 100%;
	height: 0px;
	bottom: 0px;
	border-right-color: rgb(148, 7, 10);
	border-right-width: 2px;
	border-right-style: solid;
	position: absolute;
	content: "";
}
.body_r .navg .l .item:hover::before {
	width: 100%;
}
.body_r .navg .l .item:hover::after {
	transition: 0.5s ease-out 0.5s;
	height: 20px;
	bottom: -9px;
}
.body_r .navg .l .item ul {
	transition: 0.5s ease-out;
	left: 100%;
	top: 0px;
	line-height: 40px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}
.body_r .navg .l .item:hover ul {
	visibility: visible;
	opacity: 1;
}
.body_r .navg .l .item li {
	transition: 0.3s ease-out;
	padding-left: 20px;
	white-space: nowrap;
}
.body_r .navg .l .item li:hover {
	padding-left: 30px;
}
.body_r .navg .l .item a:hover {
	color: rgb(148, 7, 10);
}
.body_r .navg .l .tools {
	margin-top: 45px;
	display: flex;
	align-items: center;
}
.body_r .navg .l .tools .a {
	border-radius: 100%;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	position: relative;
}
.body_r .navg .l .tools .a > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.body_r .navg .l .tools .sc a::after {
	font-family: icon;
	font-size: 20px;
	content: "\e672";
}
.body_r .navg .l .tools .log i::after {
	font-family: icon;
	font-size: 20px;
	content: "\e601";
}
.body_r .navg .l .tools .share-box {
	float: left;
}
.body_r .navg .l .tools .lang {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16px;
}
.body_r .navg .r {
	background: url("http://wdx.xacom.edu.cn/images/pic39.jpg") no-repeat center / cover;
}
.body_b {
	background: rgb(255, 255, 255);
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1);
	left: 0%;
	top: 100%;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	position: fixed;
	z-index: 1;
}
.body_b.dis * {
	background-image: none;
}
.body_b * {
}
.body_b.showdiv {
	top: 0px;
}
.body_b .mCSB_scrollTools {
	width: 5px;
	z-index: 4;
}
.body_b .mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgb(148, 7, 10);
	width: 5px;
}
.body_b .mCSB_scrollTools .mCSB_draggerRail {
	background: rgba(0, 0, 0, 0.1);
}
.header {
	transition: 0.7s ease-out;
	left: 0%;
	top: 0px;
	right: 0%;
	position: fixed;
	z-index: 3;
}
.header {
	opacity: 0;
	transform: translateY(-100%);
}
.header.showdiv {
	opacity: 1;
	transform: none;
}
.body_home.showdiv .header {
	opacity: 1;
	transform: none;
}
.header .d1 {
	background: #732101;
	transition: 0.2s ease-out;
	height: 45px;
	color: rgb(211, 151, 151);
	line-height: 45px;
	overflow: hidden;
	font-size: 14px;
}
.header.lit .d1 {
	height: 0px;
}
.header .d1 .nav_l i {
	margin: 0px 18px;
	font-size: 12px;
}
.header .d1 .nav_l a {
	line-height: 1;
	display: inline-block;
}
.header .d1 .nav_l a::before {
	transition: 0.1s ease-out;
	margin-bottom: 5px;
	border-top-color: rgb(211, 151, 151);
	border-top-width: 2px;
	border-top-style: solid;
	display: block;
	content: "";
	transform: scaleX(0);
}
.header .d1 .nav_l a.now {
	color: rgb(255, 255, 255);
}
.header .d1 .nav_l a.now::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header .d1 .nav_l a:hover::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header .d1 .nav_r a {
	margin-left: 30px;
}
.header .d1 .nav_r a {
	line-height: 1;
	display: inline-block;
}
.header .d1 .nav_r a::before {
	transition: 0.1s ease-out;
	margin-bottom: 5px;
	border-top-color: rgb(211, 151, 151);
	border-top-width: 2px;
	border-top-style: solid;
	display: block;
	content: "";
	transform: scaleX(0);
}
.header .d1 .nav_r a.now {
	color: rgb(255, 255, 255);
}
.header .d1 .nav_r a.now::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header .d1 .nav_r a:hover::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header .d2 {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	transition: 0.3s ease-out;
	height: 85px;
}
.header .block {
	height: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
	width: 400px;
	height: 100%;
}
.header .logo a {
	height: 100%;
	font-size: 0px;
	display: block;
}
.header .logo img {
	vertical-align: middle;
	display: inline-block;
	max-height: 65%;
}
.header .logo a::after {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	content: "";
}
.header .nav_main {
	text-align: center;
	font-size: 18px;
}
.header .nav_main a {
	margin: 0px 25px;
	color: rgb(255, 255, 255);
	display: inline-block;
	position: relative;
}
.header .nav_main a::after {
	transition: 0.2s ease-out;
	width: 100%;
	margin-top: 5px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	display: block;
	content: "";
	transform: scaleX(0);
}
.header .nav_main a::before {
	transform-origin: center top;
	transition: 0.2s ease-out;
	left: 50%;
	top: 100%;
	height: 25px;
	border-left-color: rgb(148, 7, 10);
	border-left-width: 2px;
	border-left-style: solid;
	position: absolute;
	content: "";
	transform: scaleY(0);
}
.header .nav_main a.hover::before {
	transform: none;
}
.header .nav_main a.now::after {
	transform: none;
}
.header .nav_main a.hover::after {
	transform: none;
}
.header .tools {
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
}
.header .tools .a {
	border-radius: 100%;
	border: 1px solid rgb(255, 255, 255);
	border-image: none;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-left: 20px;
	position: relative;
}
.header .tools .a > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .tools .sc a::after {
	font-family: icon;
	font-size: 20px;
	content: "\e672";
}
.header .tools .log i::after {
	font-family: icon;
	font-size: 20px;
	content: "\e601";
}
.header .tools .share-box {
	float: left;
}
.header .tools .lang {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16px;
}
.header .tools .search {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	transition: 0.2s ease-out;
	top: 0px;
	width: 250px;
	height: 36px;
	right: -2px;
	color: rgb(51, 51, 51);
	visibility: hidden;
	position: absolute;
	opacity: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease-out 0s;
}
.header .tools .search.s {
	visibility: visible;
	opacity: 1;
}
.header .tools .search .kw {
	margin: 8px 0px 0px 12px;
	width: 190px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	float: left;
	display: block;
}
.header .tools .search .ok {
	width: 36px;
	height: 36px;
	font-family: icon;
	font-size: 22px;
	float: right;
	cursor: pointer;
}
.nav_child .item {
	background: url("global_res/png21.png") no-repeat left 80% rgb(255, 255, 255);
	padding: 20px;
	top: 100%;
	width: 170px;
	border-top-color: rgb(148, 7, 10);
	border-top-width: 2px;
	border-top-style: solid;
	display: flex;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}
.nav_child .item.s {
	transition: opacity 0.2s ease-out;
	visibility: visible;
	opacity: 1;
}
.nav_child .item .l {
	width: 45%;
	display: flex;
}
.nav_child .item .l .pic {
	width: 142px;
}
.nav_child .item .l .pic img {
	width: 100%;
	height: auto;
}
.nav_child .item .l .txt {
	flex: 1 1 0px;
	color: rgb(148, 7, 10);
	line-height: 2.2;
	padding-left: 30px;
	font-size: 16px;
}
.nav_child .item .r {
	width: 100%;
}
.nav_child .item .r a {
	width: 100%;
	font-size: 18px;
	margin-top: 2px;
	display: inline-block;
}
.nav_child .item .r a:hover {
	color: rgb(148, 7, 10);
}
.header.light {
	opacity: 1;
	transform: none;
}
.header.light .d2 {
	background: rgb(255, 255, 255);
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.header.light .tools {
	color: rgb(51, 51, 51);
}
.header.light .tools .a {
	border-color: rgb(204, 204, 204);
}
.header.light .nav_main a {
	color: rgb(51, 51, 51);
}
.header.light .nav_main a::after {
	border-color: rgb(148, 7, 10);
}
.header.light .nav_main a::before {
	border-color: rgb(148, 7, 10);
}
.header2 {
	background: rgb(148, 7, 10);
	transition: 0.5s ease-out;
	left: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 3;
	opacity: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	transform: translateY(-100%);
}
.body_b .header2 {
	opacity: 0;
	transform: translateY(-100%);
}
.body_b.showdiv .header2 {
	transition: 0.7s ease-in-out 0.5s;
	opacity: 1;
	transform: none;
}
.header2.showdiv {
	opacity: 1;
	transform: none;
}
.header2 .d1 {
	background: #732101;
	transition: 0.2s ease-out;
	height: 45px;
	color: rgb(211, 151, 151);
	line-height: 45px;
	overflow: hidden;
	font-size: 14px;
}
.header2.lit .d1 {
	height: 0px;
}
.header2 .d1 .nav_l i {
	margin: 0px 18px;
	font-size: 12px;
}
.header2 .d1 .nav_l a {
	line-height: 1;
	display: inline-block;
}
.header2 .d1 .nav_l a::before {
	transition: 0.1s ease-out;
	margin-bottom: 5px;
	border-top-color: rgb(211, 151, 151);
	border-top-width: 2px;
	border-top-style: solid;
	display: block;
	content: "";
	transform: scaleX(0);
}
.header2 .d1 .nav_l a.now {
	color: rgb(255, 255, 255);
}
.header2 .d1 .nav_l a.now::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header2 .d1 .nav_l a:hover::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header2 .d1 .nav_r a {
	margin-left: 30px;
}
.header2 .d1 .nav_r a {
	line-height: 1;
	display: inline-block;
}
.header2 .d1 .nav_r a::before {
	transition: 0.1s ease-out;
	margin-bottom: 5px;
	border-top-color: rgb(211, 151, 151);
	border-top-width: 2px;
	border-top-style: solid;
	display: block;
	content: "";
	transform: scaleX(0);
}
.header2 .d1 .nav_r a.now {
	color: rgb(255, 255, 255);
}
.header2 .d1 .nav_r a.now::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header2 .d1 .nav_r a:hover::before {
	border-color: rgb(255, 255, 255);
	transform: scaleX(1);
}
.header2 .d2 {
	background: rgb(255, 255, 255);
	transition: 0.3s ease-out;
	height: 85px;
}
.header2 .block {
	height: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
.header2 .logo {
	width: 400px;
	height: 100%;
}
.header2 .logo a {
	height: 100%;
	font-size: 0px;
	display: block;
}
.header2 .logo img {
	vertical-align: middle;
	display: inline-block;
	max-height: 65%;
	max-width: none;
}
.header2 .logo a::after {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	content: "";
}
.header2 .nav_main {
	text-align: center;
	font-size: 18px;
}
.header2 .nav_main a {
	margin: 0px 25px;
	display: inline-block;
	position: relative;
}
.header2 .nav_main a::after {
	transition: 0.2s ease-out;
	width: 100%;
	margin-top: 5px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	display: block;
	content: "";
	transform: scaleX(0);
}
.header2 .nav_main a::before {
	transform-origin: center top;
	transition: 0.2s ease-out;
	left: 50%;
	top: 100%;
	height: 25px;
	border-left-color: rgb(148, 7, 10);
	border-left-width: 2px;
	border-left-style: solid;
	position: absolute;
	content: "";
	transform: scaleY(0);
}
.header2 .nav_main a.hover::before {
	transform: none;
}
.header2 .nav_main a.hover::after {
	transform: none;
}
.header2 .nav_main a.now::after {
	transform: none;
}
.header2 .tools {
	display: flex;
	align-items: center;
}
.header2 .tools .a {
	border-radius: 100%;
	border: 1px solid rgb(51, 51, 51);
	border-image: none;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-left: 20px;
	position: relative;
}
.header2 .tools .a > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header2 .tools .sc a::after {
	font-family: icon;
	font-size: 20px;
	content: "\e672";
}
.header2 .tools .log i::after {
	font-family: icon;
	font-size: 20px;
	content: "\e601";
}
.header2 .tools .share-box {
	float: left;
}
.header2 .tools .lang {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16px;
}
.header2 .tools .search {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	transition: 0.2s ease-out;
	top: 0px;
	width: 250px;
	height: 36px;
	right: -2px;
	color: rgb(51, 51, 51);
	visibility: hidden;
	position: absolute;
	opacity: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease-out 0s;
}
.header2 .tools .search.s {
	visibility: visible;
	opacity: 1;
}
.header2 .tools .search .kw {
	margin: 8px 0px 0px 12px;
	width: 190px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	float: left;
	display: block;
}
.header2 .tools .search .ok {
	width: 36px;
	height: 36px;
	font-family: icon;
	font-size: 22px;
	float: right;
	cursor: pointer;
}
.nav_mobile {
	display: none;
}
.body_home .banner {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.body_home .banner .slick-list {
	height: 100%;
}
.body_home .banner .slick-track {
	height: 100%;
}
.body_home .banner .slick-slide > div {
	height: 100%;
}
.body_home .banner .frame {
	height: 100%;
}
.body_home .banner .frame video {
	left: 50%;
	top: 50%;
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
}
.body_home .banner .child {
	background-position: center;
	height: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-color: rgb(148, 7, 10);
}
.body_home .banner .child::before {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	left: 0px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.body_home .banner .child .fz30 {
	left: 0px;
	right: 380px;
	bottom: 50px;
	line-height: 1;
	padding-left: 40px;
	position: absolute;
}
.body_home .banner .child .a1 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.body_home .banner .child .a2 {
	width: 80px;
	height: 60px;
	text-align: center;
	right: 15px;
	bottom: 35px;
	line-height: 60px;
	font-size: 24px;
	position: absolute;
}
.body_home .banner .child .a2::after {
	font-family: icon;
	vertical-align: middle;
	display: inline-block;
	content: "\e76c";
}
.body_home .banner .text {
	left: 50%;
	top: 50%;
	width: 50%;
	text-align: center;
	position: absolute;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.8);
}
.body_home .banner .showdiv .text {
	transition: 2s ease-out 0.5s;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.body_home .banner .navg {
	text-align: center;
	right: 100px;
	bottom: 50px;
	color: rgb(255, 255, 255);
	line-height: 1;
	position: absolute;
}
.body_home .banner .navg li {
	margin: 0px 10px;
	font-family: Arial;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.body_home .banner .navg li.slick-active {
	font-size: 22px;
}
.body_home .banner .navg li::after {
	transition: 0.5s ease-out;
	width: 0px;
	margin-left: 5px;
	vertical-align: middle;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 1px;
	border-top-style: solid;
	display: inline-block;
	content: "";
}
.body_home .banner .navg li.slick-active::after {
	width: 60px;
}
.body_home .banner .tit {
	background: rgba(0, 0, 0, 0.5);
	left: 50px;
	height: 80px;
	right: 50px;
	bottom: 60px;
	color: rgb(255, 255, 255);
	line-height: 80px;
	display: -ms-flexbox;
	position: absolute;
	justify-content: space-between;
}
.body_home .bb {
	padding: 0px 10px;
	animation: bb 2s linear infinite;
	left: 50%;
	text-align: center;
	bottom: 0px;
	color: rgb(148, 7, 10);
	font-family: icon;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	transform: translateX(-50%);
}
.body_home.showdiv .bb {
	opacity: 1;
}
.body_home .bb:hover {
	color: rgb(255, 255, 255);
	animation-play-state: paused;
}
.rr {
	background: url("http://wdx.xacom.edu.cn/images/png27.png") no-repeat center;
	transform-origin: right center;
	top: 50%;
	width: 82px;
	height: 170px;
	right: 0px;
	color: rgb(255, 255, 255);
	margin-top: -85px;
	position: fixed;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	transform: scale(0);
}
.rr.showdiv {
	transition: 1s ease-out 0.5s;
	opacity: 1;
	transform: none;
}
.rr::before {
	background: url("global_res/png21.png") no-repeat center;
	transition: 1.5s ease-out 1.8s;
	left: -20px;
	top: 10px;
	width: 97px;
	height: 91px;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.6);
}
.rr::after {
	background: url("http://wdx.xacom.edu.cn/images/png22.png") no-repeat center;
	transition: 1.5s ease-out 2.6s;
	left: 15px;
	top: 80px;
	width: 78px;
	height: 88px;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.6);
}
.rr i {
	background: url("http://wdx.xacom.edu.cn/images/png23.png") no-repeat center;
	width: 36px;
	height: 100%;
	margin-left: 20px;
	display: block;
	position: relative;
	z-index: 1;
	opacity: 0;
}
.rr.showdiv i {
	transition: 1s ease-out 4.5s;
	margin-left: 40px;
	opacity: 1;
}
.rr.showdiv::before {
	content: "";
	opacity: 1;
	transform: none;
}
.rr.showdiv::after {
	content: "";
	opacity: 1;
	transform: none;
}
.nav_b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease-out 0s;
	transform: translateY(50px);
}
.nav_b.showdiv {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.nav_b .l {
	background: url(http://wdx.xacom.edu.cn/images/png3.png) center top no-repeat;
	padding-top: 30px;
}
.nav_b .r {
	background: url(http://wdx.xacom.edu.cn/images/png3.png) center top no-repeat;
	padding-top: 30px;
}
.nav_b .list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 50px;
}
.nav_b .list .item {
	background: url(http://wdx.xacom.edu.cn/image/png2.png) center top no-repeat;
	width: 240px;
	cursor: pointer;
}
.nav_b .list .item span {
	padding-top: 30px;
	display: inline-block;
	line-height: 1;
	position: relative;
}
.nav_b .list .item:first-child {
	width: 121px;
	background-position: -119px top;
	text-align: left;
}
.nav_b .list .item:first-child span {
	transform: translateX(-50%);
}
.nav_b .list .item:last-child {
	width: 120px;
	background-position: left top;
	text-align: right;
}
.nav_b .list .item:last-child span {
	transform: translateX(50%);
}
.nav_b .list .item span:before {
	content: "";
	background: url(http://wdx.xacom.edu.cn/images/png34.png) center center no-repeat;
	transform: scale(0);
	transition: all 0.5s ease-out 0s;
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}
.nav_b .list .item.now span:before {
	transform: none;
}
.nav_b.w .l {
	background-image: url(http://wdx.xacom.edu.cn/images/png3a.png);
}
.nav_b.w .r {
	background-image: url(http://wdx.xacom.edu.cn/images/png3a.png);
}
.nav_b.w .list .item {
	background-image: url(http://wdx.xacom.edu.cn/images/png2a.png);
}
.nav_b.w {
	color: #58453b;
}
.home1 {
	background: rgb(76, 101, 147);
}
.home1 .title {
	background: url("http://wdx.xacom.edu.cn/images/pic4.jpg") no-repeat center / cover;
	left: 0px;
	top: 0px;
	width: 20%;
	bottom: 0px;
	position: absolute;
}
.home1 .title .inner {
	transition: 1s ease-out;
	width: 100%;
	display: flex;
	opacity: 0;
	transform: scale(0.9);
	justify-content: center;
	align-items: center;
}
.home1.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}
.home1 .content {
	background: url("http://wdx.xacom.edu.cn/images/bg2.jpg") no-repeat center / cover;
	top: 0px;
	width: 80%;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.home1 .tr {
	height: 25%;
	display: flex;
}
.home1 .tr .td {
	transition: 1s ease-out;
	flex: 1 1 0px;
	text-align: center;
	color: rgb(255, 255, 255);
	opacity: 0;
	transform: scaleX(0);
}
.home1.showdiv .tr .td {
	opacity: 1;
	transform: none;
}
.home1 .tr .td .inner {
	transition: 3s cubic-bezier(0.3, 0, 0.7, 1);
	height: 100%;
	display: flex;
	transform: rotateY(-180deg);
	backface-visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home1.showdiv .tr .td .inner {
	transform: none;
}
.home1 .tr .td strong {
	line-height: 1;
	font-family: Impact;
	font-size: 60px;
	display: flex;
	perspective: 10vw;
	justify-content: center;
}
.home1.showdiv .tr .td.s strong i {
	animation: td1 2.5s ease-in-out both;
	display: block;
	transform-style: preserve-3d;
}
.home1 .tr .td.s strong i:nth-child(2) {
	animation-delay: 0.2s;
}
.home1 .tr .td.s strong i:nth-child(3) {
	animation-delay: 0.4s;
}
.home1 .tr .td.s strong i:nth-child(4) {
	animation-delay: 0.6s;
}
.home1 .tr .td span {
	font-size: 18px;
}
.home1 .tr .td1 {
	background: rgb(103, 128, 173);
}
.home1 .tr .td2 {
	background: rgb(75, 102, 149);
}
.home1 .tr .td3 {
	background: rgb(56, 82, 132);
}
.home1 .tr .td4 {
	background: rgb(68, 93, 140);
}
.home1 .tr .td5 {
	background: rgb(91, 117, 163);
}
.home1 .tr .td6 {
	background: rgb(64, 90, 137);
}
.home1 .tr .td7 {
	background: rgb(75, 102, 149);
}
.home1 .tr .td8 {
	background: rgb(87, 114, 161);
}
.home1 .tr .td9 {
	background: rgba(12, 38, 90, 0.3);
}
.home1.showdiv .tr .td9 {
	animation: td 4s ease-out infinite;
}
.home1 .tr .td10 {
	background: rgb(47, 73, 122);
}
.home1 .tr .td11 {
	background: rgb(58, 87, 138);
}
.home1 .tr .td12 {
	background: rgba(12, 38, 90, 0.3);
}
.home1.showdiv .tr .td12 {
	animation: td 3s ease-out infinite;
}
.home1 .tr .td13 {
	background: rgba(12, 38, 80, 0.3);
}
.home1.showdiv .tr .td13 {
	animation: td 4s ease-out infinite;
}
.home1 .tr .td14 {
	background: rgb(103, 128, 173);
}
.home1 .tr .td15 {
	background: rgb(53, 80, 129);
}
.home1 .tr .td16 {
	background: rgba(58, 90, 140, 0.15);
}
.home1.showdiv .tr .td16 {
	animation: td 4s ease-out infinite;
}
.home1 .tr .td17 {
	background: rgb(91, 117, 163);
}
.home1 .tr .td18 {
	background: rgb(47, 73, 122);
}
.home1 .tr .td19 {
	background: rgb(91, 117, 163);
}
.home1 .tr .td20 {
	background: rgb(49, 75, 125);
}
.home1 .tr .td21 {
	background: rgb(70, 97, 147);
}
.home1 .tr .td22 {
	background: rgba(15, 50, 110, 0.3);
}
.home1.showdiv .tr .td22 {
	animation: td 4s ease-out infinite;
}
.home1 .tr .td23 {
	background: rgb(68, 93, 140);
}
.home1 .tr .td24 {
	background: rgb(57, 84, 134);
	position: relative;
}
.home1 .last {
	right: 40px;
	bottom: 40px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	position: absolute;
}
.home2 {
	background: rgb(255, 255, 255);
}
.home2 .bg {
	background: url("http://wdx.xacom.edu.cn/images/bg3.jpg") no-repeat center;
	transition: 3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transform: translateX(50px);
}
.home2.showdiv .bg {
	opacity: 1;
	transform: none;
}
.home2 .title {
	left: 0px;
	top: 0px;
	width: 25%;
	bottom: 0px;
	color: rgb(51, 51, 51);
	position: absolute;
	background-size: cover;
}
.home2 .title .inner {
	transition: 1s ease-out;
	width: 100%;
	display: flex;
	opacity: 0;
	transform: scale(0.9);
	justify-content: center;
	align-items: center;
}
.home2.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}
.home2 .list {
	left: 25%;
	top: 50%;
	width: 25%;
	text-align: left;
	color: rgb(61, 47, 40);
	padding-top: 13px;
	margin-top: -50px;
	position: absolute;
	opacity: 0;
	transform: translateY(-50%);
}
.home2 .list .inner {
	height: 415px;
	font-size: 0px;
	white-space: nowrap;
}
.home2.showdiv .list {
	transition: margin 1s ease-out 1.2s, opacity 1s ease-out 1.2s;
	margin-top: 0px;
	opacity: 1;
}
.home2 .list .item {
	padding: 0px 15px;
	height: 100%;
	display: inline-block;
	white-space: normal;
	position: relative;
	cursor: pointer;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
}
.home2 .list :first-child.item {
	margin-left: 0px;
}
.home2 .list .item .h {
	line-height: 1;
	font-size: 20px;
	opacity: 0.5;
}
.home2 .list .item.now .h {
	opacity: 1;
}
.home2 .list .item .p {
	font-size: 14px;
	margin-left: 20px;
	display: none;
}
.home2 .list .item.now .p {
	display: block;
}
.home2 .pic {
	left: 50%;
	top: 50%;
	width: 670px;
	height: 540px;
	margin-left: 40px;
	position: absolute;
	max-width: 45%;
	transform: translateY(-50%);
}
.home2 .pic .d {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}
.home2 .pic .d.s {
	opacity: 1;
}
.home2 .pic .p1 {
	left: 0px;
	width: 50%;
	bottom: 0px;
	position: absolute;
	opacity: 0;
	transform: translate(-30px, 30px);
}
.home2 .pic .p2 {
	top: 0px;
	width: 80%;
	right: 0px;
	position: absolute;
	opacity: 0;
	transform: translate(30px, -30px);
}
.home2 .pic .more {
	right: 0px;
	bottom: 0px;
	position: absolute;
	opacity: 0;
}
.home2.showdiv .pic .p1 {
	transition: 1s ease-out 1.2s;
	opacity: 1;
	transform: none;
}
.home2.showdiv .pic .p2 {
	transition: 1s ease-out 1.2s;
	opacity: 1;
	transform: none;
}
.home2.showdiv .pic .more {
	transition: 1s ease-out 1.2s;
	opacity: 1;
}
.home2 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background: url("http://wdx.xacom.edu.cn/image/png10.png") no-repeat center;
	width: 40px;
	height: 40px;
	margin-top: -12px;
}
.home2 .mCSB_scrollTools .mCSB_draggerRail {
	background: rgb(123, 98, 94);
	height: 1px;
}
.home2 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	top: -28px;
	bottom: auto;
}
.home3 .title {
	background: url("http://wdx.xacom.edu.cn/images/pic3.jpg") no-repeat center / cover;
	left: 0px;
	top: 0px;
	width: 20%;
	bottom: 0px;
	position: absolute;
}
.home3 .title .inner {
	transition: 1s ease-out;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	transform: scale(0.9);
	justify-content: center;
	align-items: center;
}
.home3.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}
.home3 .title .fz40 {
	margin: 0px 10px;
	cursor: pointer;
}
.home3 .title .fz40 a {
	background: url("http://wdx.xacom.edu.cn/images/png5.png") no-repeat bottom;
	width: 27px;
	padding-bottom: 70px;
	font-size: 16px;
	margin-top: 20px;
	display: none;
}
.home3 .title .fz40.now a {
	display: inline-block;
}
.home3 .div {
	background: rgb(102, 88, 85);
	left: 20%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.home3 .list {
	padding: 0px 50px;
	left: 0px;
	top: 0px;
	height: 100%;
	right: 0px;
	display: flex;
	position: absolute;
	pointer-events: none;
}
.home3 .list.act {
	pointer-events: auto;
}
.home3 .item {
	background: url("http://wdx.xacom.edu.cn/images/bg10.png") no-repeat right bottom / contain;
	margin: 0px 20px;
	flex: 1 1 0px;
	border-right-color: rgb(116, 101, 98);
	border-left-color: rgb(116, 101, 98);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	opacity: 0;
	transform: translateY(50px);
}
.home3.showdiv .act .item {
	transition: 1s ease-out;
	opacity: 1;
	transform: none;
}
.home3.showdiv .act :nth-child(2).item {
	transition-delay: 0.2s;
	background-image: url("http://wdx.xacom.edu.cn/images/bg11.png");
}
.home3.showdiv .act :nth-child(3).item {
	transition-delay: 0.4s;
	background-image: url("http://wdx.xacom.edu.cn/images/bg12.png");
}
.home3.showdiv .act :nth-child(4).item {
	transition-delay: 0.6s;
	background-image: url("http://wdx.xacom.edu.cn/images/bg13.png");
}
.home3 .item .inner {
	transition: 0.3s ease-out;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home3 .item:hover .inner {
	background: rgb(116, 101, 98);
}
.home3 .item .pic {
	width: 100%;
	height: 45%;
	overflow: hidden;
}
.home3 .item .pic .img {
	background-position: center;
	transition: 0.6s ease-out;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.home3 .item:hover .pic .img {
	transform: scale(1.05);
}
.home3 .item .text {
	padding: 40px 30px;
	color: rgb(255, 255, 255);
	display: flex;
	position: relative;
	flex-direction: row-reverse;
}
.home3 .item .text .h {
	width: 24px;
	line-height: 1.1;
	font-size: 24px;
}
.home3 .item .text .p {
	height: 240px;
	margin-right: 25px;
	-ms-writing-mode: tb-rl;
}
.home3 .item .text .more1 {
	background: url("http://wdx.xacom.edu.cn/images/png11.png") no-repeat bottom;
	transition: 0.2s ease-out;
	left: 40px;
	width: 20px;
	text-align: center;
	right: 30px;
	line-height: 1;
	padding-bottom: 50px;
	display: block;
	position: absolute;
}
.home3 .item .text .more1:hover {
	transform: translateY(10px);
}
.home4 .title {
	background: url("http://wdx.xacom.edu.cn/images/pic9.jpg") no-repeat center / cover;
	left: 0px;
	top: 0px;
	width: 20%;
	bottom: 0px;
	position: absolute;
}
.home4 .title .inner {
	transition: 1s ease-out;
	width: 100%;
	display: flex;
	opacity: 0;
	transform: scale(0.9);
	justify-content: center;
	align-items: center;
}
.home4.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}
.home4 .content {
	background: url("http://wdx.xacom.edu.cn/images/bg7.jpg") center;
	left: 20%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-left-color: rgb(67, 59, 59);
	border-left-width: 1px;
	border-left-style: solid;
	position: absolute;
}
.home4 .content .d {
	transition: 1s ease-out;
	opacity: 0;
}
.home4.showdiv .content .d {
	opacity: 1;
}
.home4 .content .d .pic {
	overflow: hidden;
}
.home4 .content .d .pic span {
	transition: 1.8s ease-out;
	height: 100%;
	display: block;
	transform: scale(1.2);
}
.home4.showdiv .content .d .pic span {
	transform: none;
}
.home4 .content .tit {
	font-size: 24px;
}
.home4 .content .tit a {
	height: 100%;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
}
.home4 .content .tit a:hover {
	color: rgb(205, 177, 177);
}
.home4 .content .d1 {
	left: 0px;
	top: 0px;
	width: 40%;
	height: 50%;
	position: absolute;
}
.home4 .content .d1 .pic {
	height: 100%;
}
.home4 .content .d1 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic32.jpg") no-repeat center / cover;
}
.home4 .content .d1 .tit {
	background: url("http://wdx.xacom.edu.cn/images/png19.png");
	width: 50%;
	height: 50%;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.home4 .content .d2 {
	left: 40%;
	top: 0px;
	width: 40%;
	height: 50%;
	position: absolute;
}
.home4 .content .d2 .pic {
	top: 0px;
	width: 50%;
	height: 100%;
	right: 0px;
	position: absolute;
}
.home4 .content .d2 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic36.jpg") no-repeat center / cover;
}
.home4 .content .d2 .tit {
	background: rgba(0, 0, 0, 0.2);
	left: 0px;
	width: 50%;
	height: 50%;
	bottom: 0px;
	position: absolute;
}
.home4 .content .d3 {
	left: 80%;
	top: 0px;
	width: 20%;
	height: 50%;
	position: absolute;
}
.home4 .content .d3 .pic {
	left: 0px;
	width: 100%;
	height: 50%;
	bottom: 0px;
	position: absolute;
}
.home4 .content .d3 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic37.jpg") no-repeat center / cover;
}
.home4 .content .d4 {
	left: 0px;
	top: 50%;
	width: 20%;
	height: 50%;
	position: absolute;
}
.home4 .content .d4 .tit {
	background: rgba(0, 0, 0, 0.2);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50%;
	position: absolute;
}
.home4 .content .d4 .pic {
	left: 0px;
	width: 100%;
	height: 50%;
	bottom: 0px;
	position: absolute;
}
.home4 .content .d4 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic38.jpg") no-repeat center / cover;
}
.home4 .content .d5 {
	left: 20%;
	top: 50%;
	width: 40%;
	height: 50%;
	position: absolute;
}
.home4 .content .d5 .pic {
	height: 100%;
}
.home4 .content .d5 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic33.jpg") no-repeat center / cover;
}
.home4 .content .d5 .tit {
	background: url("http://wdx.xacom.edu.cn/image/png19.png");
	left: 0px;
	width: 50%;
	height: 50%;
	bottom: 0px;
	position: absolute;
}
.home4 .content .d6 {
	left: 60%;
	top: 50%;
	width: 40%;
	height: 25%;
	position: absolute;
}
.home4 .content .d6 .pic {
	height: 100%;
}
.home4 .content .d6 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic35.jpg") no-repeat center / cover;
}
.home4 .content .d6 .tit {
	background: url("http://wdx.xacom.edu.cn/images/png19.png");
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
}
.home4 .content .d7 {
	left: 60%;
	top: 75%;
	width: 40%;
	height: 25%;
	position: absolute;
}
.home4 .content .d7 .pic {
	left: 0px;
	width: 50%;
	height: 100%;
	bottom: 0px;
	position: absolute;
}
.home4 .content .d7 .pic span {
	background: url("http://wdx.xacom.edu.cn/images/pic34.jpg") no-repeat center / cover;
}
.home4 .rb {
	background: rgb(148, 7, 10);
	border-radius: 100%;
	transition: 1s ease-out 0.5s;
	top: 50%;
	width: 170px;
	height: 170px;
	right: -85px;
	color: rgb(255, 255, 255);
	margin-top: -85px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	transform: scale(0);
}
.home4.showdiv .rb {
	right: -85px;
	opacity: 1;
	transform: none;
}
.home4 .rb::before {
	background: url("http://wdx.xacom.edu.cn/images/png25.png") no-repeat center;
	transition: 1s ease-out 1.6s;
	left: -20px;
	top: 10px;
	width: 97px;
	height: 91px;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(0.6);
}
.home4 .rb::after {
	background: url("http://wdx.xacom.edu.cn/images/png26.png") no-repeat center;
	transition: 1s ease-out 2.8s;
	left: 15px;
	top: 80px;
	width: 78px;
	height: 88px;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(0.6);
}
.home4 .rb i {
	background: url("http://wdx.xacom.edu.cn/images/png24.png") no-repeat center;
	width: 36px;
	height: 100%;
	margin-left: 20px;
	display: block;
	position: relative;
	z-index: 1;
	opacity: 0;
}
.home4.showdiv .rb i {
	transition: 1s ease-out 4s;
	margin-left: 40px;
	opacity: 1;
}
.home4.showdiv .rb::before {
	content: "";
	opacity: 1;
	transform: none;
}
.home4.showdiv .rb::after {
	content: "";
	opacity: 1;
	transform: none;
}
.home5 {
	background: rgb(239, 235, 234);
	padding: calc(5vw + 95px) 0px 5vw;
}
.home5 .content {
	margin-top: 45px;
}
.home5 .list {
	display: flex;
	justify-content: space-between;
}
.home5 :nth-child(2).list {
	margin-top: 20px;
}
.home5 .list .box {
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home5 .list .ptbox {
	width: calc(50% - 10px);
	position: relative;
}
.home5 .list .item {
	background: rgb(255, 255, 255);
	width: calc(50% - 10px);
	border-radius: 15px 50px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.home5 .list :nth-child(-n+2).item {
	margin-bottom: 20px;
}
.home5 .list .item .text {
	padding: 40px 30px;
	position: relative;
}
.home5 .list :nth-child(1).item::before {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
}
.home5 .list :nth-child(4).item::before {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
}
.home5 .list :last-child.item::before {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
}
.home5 .list .item .text .h {
	line-height: 1.5;
	font-size: 16px;
}
.home5 .list .item .text .date {
	color: rgb(153, 133, 123);
	font-size: 16px;
	font-style: italic;
	margin-top: 15px;
	text-align: right;
}
.home5 .btns {
	text-align: center;
	margin-top: 30px;
}
.home5 .btns .more {
	margin: 0px 45px;
}
.ptbox .inner {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.ptbox .pic {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.ptbox .img {
	background-position: center;
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.ptbox .img a {
	height: 100%;
	display: block;
}
.ptbox .img img {
	width: 100%;
	height: auto;
	max-height: none;
}
.ptbox .v {
	border-radius: 100%;
	border: 2px solid rgb(148, 7, 10);
	border-image: none;
	left: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	bottom: 100%;
	color: rgb(148, 7, 10);
	line-height: 41px;
	text-indent: 5px;
	font-family: icon;
	font-size: 22px;
	margin-bottom: -10px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.ptbox .v:hover {
	background: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
}
.ptbox .video {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
.ptbox .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ptbox .video .close {
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 15px;
	top: 0px;
	right: 0px;
	color: rgb(255, 255, 255);
	position: absolute;
	cursor: pointer;
}
.ptbox .text {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	left: 0px;
	right: 0px;
	bottom: -1px;
	color: rgb(255, 255, 255);
	position: absolute;
}
.ptbox .text a {
	padding: 30px 30px 20px;
	display: block;
}
.ptbox .text .date {
	line-height: 1;
	margin-top: 10px;
}
.ptbox .text .h {
	font-size: 20px;
}
.ptbox.act .text {
	display: none;
}
.ptbox.act .video {
	display: block;
}
.ptbox.act .v {
	display: none;
}
.home6 {
	background: url("http://wdx.xacom.edu.cn/images/bg14.svg") no-repeat right bottom rgb(239, 235, 234);
	overflow: hidden;
}
.home6 .part1 {
	position: relative;
}
.home6 .part1 .title {
	padding: 50px 90px;
	text-align: left;
}
.home6 .part1 .pic {
	background: rgb(0, 0, 0);
	font-size: 0px;
}
.home6 .part1 .pic a {
	display: block;
}
.home6 .part1 .pic video {
	width: 100%;
	height: auto;
}
.home6 .part1 .pic img {
	width: 100%;
	opacity: 0.8;
}
.home6 .part1 .text {
	background: rgb(148, 7, 10);
	width: 740px;
	right: 90px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	position: absolute;
}
.home6 .part1 .text .inner {
	padding: 45px 55px;
	display: flex;
}
.home6 .part1 .text .l {
	width: 150px;
	margin-right: 40px;
}
.home6 .part1 .text .r {
	flex: 1 1 0px;
}
.home6 .part1 .text .h {
	font-size: 20px;
}
.home6 .part1 .text .p {
	margin-top: 15px;
}
.home6 .part1 .text .date {
	font-size: 16px;
	font-style: italic;
	margin-top: 25px;
}
.home6 .part2 {
	margin-top: 140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.home6 .part2 .d {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}
.home6 .part2 :last-child.d {
	transition: 1s ease-out;
	margin-right: 10px;
	opacity: 0;
	transform: translate(0px, -80px);
}
.home6 .part2 :first-child.d {
	transition: 1s ease-out;
	margin-left: 10px;
	opacity: 0;
	transform: translate(0px, 80px);
	flex-direction: column-reverse;
	order: 1;
}
.home6 .part2.showdiv .d {
	opacity: 1;
	transform: none;
}
.home6 .part2 .title {
	padding: 0px 0px 100px;
}
.home7 {
	background: url("http://wdx.xacom.edu.cn/image/bg5.svg") no-repeat left bottom / auto 80% rgb(56, 46, 47);
	overflow: hidden;
}
.home7 .block {
	height: 1400px;
	color: rgb(255, 255, 255);
	position: relative;
}
.home7 .svg {
	margin: 0px auto 15px;
	width: 70px;
	height: 60px;
}
.home7 .svg svg {
	width: 100%;
	height: 100%;
}
.st0 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 3;
}
.st1 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 3;
}
.home7 .d1 {
	background: url("http://wdx.xacom.edu.cn/image/pic18.jpg") no-repeat center / cover;
	transition: 1s ease-out;
	width: 55%;
	height: 65%;
	right: 0px;
	bottom: 40%;
	color: rgb(255, 255, 255);
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(0px, 50px);
	justify-content: center;
	align-items: center;
}
.home7 .d1 .more {
	color: rgb(255, 255, 255);
	margin-top: 20px;
}
.home7 .d1 .more i {
	background-image: url("http://wdx.xacom.edu.cn/image/more1b.svg");
}
.home7 .d2 {
	left: 5%;
	height: 42%;
	right: 50%;
	bottom: 50%;
	position: absolute;
}
.home7 .d2 a {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.home7 .d2 .dd1 {
	background: url("http://wdx.xacom.edu.cn/image/pic16.jpg") no-repeat center / cover;
	transition: 1s ease-out;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 50%;
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(80px, 80px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home7 .d2 .dd2 {
	background: url("http://wdx.xacom.edu.cn/image/pic17.jpg") no-repeat center / cover;
	transition: 1s ease-out 0.2s;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 50%;
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(80px, 80px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home7 .d2 .dd3 {
	background: rgb(159, 153, 152);
	transition: 1s ease-out 0.4s;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(80px, 80px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home7 .d2 .h {
	font-size: 24px;
}
.home7 .d2 .more1 {
	margin-top: 10px;
}
.home7 .d3 {
	transition: 1s ease-out;
	left: 0px;
	top: 50%;
	width: 50%;
	color: rgb(255, 255, 255);
	position: absolute;
	opacity: 0;
	transform: translate(50px, 0px);
	background-size: cover;
	height1: 42%;
}
.focus1 {
	position: relative;
}
.focus1 .child {
	overflow: hidden;
	position: relative;
}
.focus1 .child img {
	width: 100%;
	height: auto;
}
.focus1 .navg {
	padding: 0px 20px 10px;
	left: 0px;
	height: 50px;
	text-align: right;
	right: 0px;
	bottom: 0px;
	line-height: 50px;
	display: none;
	position: absolute;
}
.focus1 .navg li {
	margin: 0px 8px;
	color: rgb(255, 255, 255);
	line-height: 1;
	font-family: Arial;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.focus1 .navg li::after {
	transition: 0.5s ease-out;
	width: 0px;
	margin-left: 3px;
	vertical-align: middle;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline-block;
	content: "";
}
.focus1 .navg li.slick-active::after {
	width: 30px;
}
.home7 .d4 {
	left: 50%;
	top: 50%;
	height: 42%;
	right: 5%;
	position: absolute;
}
.home7 .d4 a {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.home7 .d4 .dd1 {
	background: 0% 0% / cover rgb(38, 24, 25);
	transition: 1s ease-out 0.6s;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 50%;
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(-80px, 80px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home7 .d4 .dd2 {
	background: url("http://wdx.xacom.edu.cn/image/pic20.jpg") no-repeat center / cover;
	transition: 1s ease-out 0.8s;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 50%;
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(-80px, 80px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home7 .d4 .dd3 {
	background: url("http://wdx.xacom.edu.cn/image/pic21.jpg") no-repeat center / cover;
	transition: 1s ease-out 1s;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	display: flex;
	position: absolute;
	opacity: 0;
	transform: translate(-80px, 80px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home7 .d4 .h {
	font-size: 24px;
}
.home7 .d4 .more1 {
	margin-top: 10px;
}
.home7.showdiv .d1 {
	opacity: 1;
	transform: none;
}
.home7.showdiv .d2 > div {
	opacity: 1;
	transform: none;
}
.home7.showdiv .d3 {
	opacity: 1;
	transform: none;
}
.home7.showdiv .d4 > div {
	opacity: 1;
	transform: none;
}
.home8 {
	background: rgb(238, 235, 234);
	overflow: hidden;
}
.home8 .title::after {
	clear: both;
	display: block;
	content: "";
}
.home8 .title .fz40 {
	float: left;
}
.home8 .title .fz40 a {
	display: inline-block;
	transform: scale(0.8);
}
.home8 .title .fz40 .now {
	color: rgb(148, 7, 10);
	transform: none;
}
.home8 .title .more {
	background: url("http://wdx.xacom.edu.cn/image/png32.svg") no-repeat right;
	color: rgb(51, 51, 51);
	line-height: 27px;
	padding-right: 75px;
	margin-top: 10px;
	float: right;
}
.home8 .l {
	transition: 1s ease-out;
	width: 40%;
	float: left;
	opacity: 0;
	transform: translateX(-50px);
}
.home8.showdiv .l {
	opacity: 1;
	transform: none;
}
.home8 .l .list {
	background: rgb(255, 255, 255);
	padding: 35px 40px;
	height: 284px;
	margin-top: 30px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.home8 .l .list .item {
	margin-top: 25px;
}
.home8 .l .list :first-child.item {
	margin-top: 0px;
}
.home8 .l .list .item .h {
	overflow: hidden;
	font-size: 16px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}
.home8 .l .list .item:hover .h {
	color: rgb(148, 7, 10);
}
.home8 .l .list .item .date {
	color: rgb(156, 136, 138);
	font-style: italic;
	margin-top: 10px;
	position: relative;
}
.home8 .l .list .item .date::before {
	transition: 0.3s ease-out;
	left: 0px;
	top: 50%;
	width: 100%;
	border-top-color: rgb(238, 238, 238);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	content: "";
}
.home8 .l .list .item:hover .date::before {
	border-color: rgb(148, 7, 10);
}
.home8 .l .list .item .date span {
	background: rgb(255, 255, 255);
	padding-right: 10px;
	display: inline-block;
	position: relative;
}
.home8 .r .list {
	margin-top: 30px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.home8 .r .list .item {
	background: rgb(255, 255, 255);
	height: 90px;
	line-height: 89px;
	margin-top: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.home8 .r .list :first-child.item {
	margin-top: 0px;
}
.home8 .r .list .item .pic {
	background: rgb(235, 230, 229);
	width: 200px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	border-right-color: rgb(235, 230, 229);
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	position: relative;
}
.home8 .r .list .item .pic::before {
	background: url("http://wdx.xacom.edu.cn/image/png92.png") no-repeat center;
	animation: cc 20s linear infinite;
	left: 50%;
	top: 0px;
	width: 110%;
	padding-top: 110%;
	margin-left: -55%;
	position: absolute;
	content: "";
}
.home8 .r .list .item .pic span {
	border: 4px solid rgb(255, 255, 255);
	border-image: none;
	height: 100%;
	color: rgb(161, 152, 150);
	line-height: 1;
	font-size: 22px;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.home8 .r .list .item .pic span::after {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	content: "";
}
.home8 .r .list .item .h {
	padding: 0px 20px;
	height: 100%;
	line-height: 1.3;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.home8 .r .list .item .h span {
	width: 100%;
	display: block;
}
.home8 .r .list .item:hover .h {
	color: rgb(148, 7, 10);
}
.home8 .r {
	transition: 1s ease-out;
	width: calc(60% - 30px);
	float: right;
	opacity: 0;
	transform: translateX(50px);
}
.home8.showdiv .r {
	opacity: 1;
	transform: none;
}
.home9 .block {
	display: flex;
	position: relative;
	align-items: center;
}
.home9 .title {
	text-align: left;
	display: flex;
	max-width: 50px;
	flex-direction: column;
	flex-shrink: 0;
}
.home9 .title .fz40 {
	-ms-writing-mode: tb-lr;
}
.home9 .title .more {
	font-size: 14px;
	margin-top: 150px;
	-ms-writing-mode: tb-lr;
}
.home9 .title .more i {
	margin-right: 0px;
	margin-bottom: 20px;
}
.home9 .list {
	flex: 1 1 0px;
	margin-left: 170px;
	display: flex;
}
.home9 .item {
	transition: 1s ease-out;
	flex: 1 1 0px;
	height: 600px;
	color: rgb(255, 255, 255);
	overflow: hidden;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-80px);
}
.home9 :nth-child(1).item {
	margin-left: 0px;
}
.home9 :nth-child(1).item {
	transform: translateY(-50px);
}
.home9 :nth-child(2).item {
	transform: translateY(50px);
}
.home9 :nth-child(3).item {
	transform: translateY(-50px);
}
.home9 :nth-child(4).item {
	transform: translateY(50px);
}
.home9.showdiv .item {
	opacity: 1;
	transform: none;
}
.home9 .item .pic {
	background-position: center;
	transition: 0.6s ease-out;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.home9 .item:hover .pic {
	transform: scale(1.1);
}
.home9 .item .tit {
	left: 30px;
	top: 40px;
	position: absolute;
	-ms-writing-mode: tb-lr;
	max-height: 70%;
}
.home9 .item .tit .h {
	font-size: 24px;
}
.home9 .item .tit .p {
	margin-left: 10px;
}
.home9 .item .more1 {
	text-align: center;
	right: 30px;
	bottom: 0px;
	position: absolute;
	-ms-writing-mode: tb-lr;
}
.home9 .item .more1::after {
	height: 40px;
	margin-top: 8px;
	border-left-color: rgb(255, 255, 255);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.home9 .item a {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.home9 .btns {
	text-align: center;
	margin-top: 30px;
}
.home9 .list .inner {
	position: relative;
	flex-grow: 2;
}
.home10 {
	background: url("http://wdx.xacom.edu.cn/image/bg8.png") no-repeat right bottom / contain;
}
.home10 .part1 .list {
	margin-top: 45px;
}
.home10 .part1 .list::after {
	clear: both;
	display: block;
	content: "";
}
.home10 .part1 .item {
	transition: 0.8s ease-out;
	width: calc(25% - 15px);
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	position: relative;
	opacity: 0;
	transform: translate(-100px, 0px);
}
.home10 .part1 .item a {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.home10 .part1 :nth-child(2).item {
	transition-delay: 0.3s;
}
.home10 .part1 :nth-child(3).item {
	transition-delay: 0.6s;
}
.home10 .part1 :nth-child(4).item {
	transition-delay: 0.3s;
}
.home10 .part1 :nth-child(5).item {
	transition-delay: 0.6s;
}
.home10 .part1 .item img {
	transition: 0.5s ease-out;
}
.home10 .part1 .item:hover img {
	transform: scale(1.05);
}
.home10 .part1 :first-child.item {
	width: calc(50% - 10px);
	margin-left: 0px;
}
.home10 .part1 .item img {
	width: 100%;
	height: auto;
}
.home10 .part1.showdiv .item {
	opacity: 1;
	transform: none;
}
.home10 .part1 .item .text {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	padding: 25px 40px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.home10 .focus1 .navg {
	background: none;
}
.home10 .part1 .item .h {
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	font-size: 18px;
}
.home10 .part1 .item .ico {
	width: 47px;
	height: 47px;
	margin-bottom: 20px;
}
.home10 .part1 :first-child.item .h {
	text-align: left;
}
.home10 .part1 .btns {
	text-align: center;
	margin-top: 40px;
}
.home10 .part2 {
	margin-top: 8vw;
	display: none;
}
.home10 .part2 .list {
	margin-top: 35px;
	display: flex;
}
.home10 .part2 .list .inner {
	display: flex;
	position: relative;
	flex-grow: 2;
}
.home10 .part2 .list .prev {
	background: url("http://wdx.xacom.edu.cn/image/arrow2a.png") no-repeat center;
	left: 20px;
	top: 50%;
	width: 13px;
	height: 24px;
	margin-top: -32px;
	position: absolute;
	z-index: 1;
}
.home10 .part2 .list .next {
	background: url("http://wdx.xacom.edu.cn/image/arrow2b.png") no-repeat center;
	top: 50%;
	width: 13px;
	height: 24px;
	right: 20px;
	margin-top: -32px;
	position: absolute;
	z-index: 1;
}
.home10 .part2 .item {
	transition: 0.8s ease-out;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transform: translateY(80px);
}
.home10 .part2 :nth-child(2).item {
	transition-delay: 0.1s;
}
.home10 .part2 :nth-child(3).item {
	transition-delay: 0.2s;
}
.home10 .part2.showdiv .item {
	opacity: 1;
	transform: none;
}
.home10 .part2 :first-child.item {
	margin-left: 0px;
}
.home10 .part2 .item .pic {
	overflow: hidden;
}
.home10 .part2 .item img {
	transition: 0.3s ease-out;
	width: 100%;
}
.home10 .part2 .item:hover img {
	transform: scale(1.05);
}
.home10 .part2 .item .h {
	background: rgb(255, 255, 255);
	margin: -30px auto 0px;
	transition: 0.2s ease-out;
	width: 80%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.home10 .part2 .item .h::before {
	background: rgb(150, 15, 18);
	transition: 0.2s ease-out;
	left: 0px;
	height: 2px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.home10 .part2 .item:hover .h {
	color: rgb(255, 255, 255);
}
.home10 .part2 .item:hover .h::before {
	height: 100%;
}
.home10 .part2 .item .h span {
	position: relative;
}
.home11 {
	position: relative;
	background-size: cover;
	background1: url(http://wdx.xacom.edu.cn/image/bg6.jpg) center center no-repeat;
}
.home11 .block {
	padding: 5vw 0px;
}
.home11 .list {
	padding: 0px 5%;
	margin-top: 80px;
	display: flex;
}
.home11 .item {
	transition: 0.8s ease-out;
	flex: 1 1 0px;
	text-align: center;
	opacity: 1;
	transform: scale(1);
}
.home11 .showdiv .item {
	opacity: 1;
	transform: none;
}
.home11 :nth-child(2).item {
	transition-delay: 0.1s;
}
.home11 :nth-child(3).item {
	transition-delay: 0.2s;
}
.home11 :nth-child(4).item {
	transition-delay: 0.3s;
}
.home11 .item .ico {
	transition: 0.3s ease-out;
	height: 85px;
	display: none;
}
.home11 .item .ico img {
	max-height: 100%;
}
.home11 .item .svg {
	width: 90px;
	height: 85px;
	display: inline-block;
}
.home11 .item .svg svg {
	width: 100%;
	height: 100%;
}
.home11 .item .h {
	font-size: 18px;
	margin-top: 25px;
}
.home11 .st0 {
	fill: none;
	stroke: #333333;
	stroke-miterlimit: 10;
	stroke-width: 3;
}
.home11 .st1 {
	fill: none;
	stroke: #333333;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 3;
}
.footer {
	background: rgb(48, 42, 41);
	color: rgb(255, 255, 255);
	position: relative;
}
.footer .part1 {
	background: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
	padding-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.footer .nav_foot {
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
	margin-right: 100px;
}
.footer .nav_foot a {
	padding: 60px 0px 0px;
	width: 110px;
	text-align: center;
	font-size: 16px;
	border-left-color: rgba(255, 255, 255, 0.2);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	white-space: nowrap;
}
.footer .nav_foot a:hover {
	opacity: 0.8;
}
.footer .share .share-item {
	background: rgb(255, 255, 255);
	border-radius: 100%;
	transition: 0.2s ease-out;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 26px;
	margin-left: 10px;
}
.footer .share :first-child.share-item {
	margin-left: 0px;
}
.footer .share-box .share-item::after {
	color: rgb(148, 7, 10) !important;
}
.footer .share .share-item:hover {
	opacity: 0.8;
}
.footer .part2 {
	padding: 15px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer .part2 .logo {
	height: 45px;
	margin-bottom: 30px;
}
.footer .part2 .info {
	width: 100%;
	color: rgba(255, 255, 255, 0.1);
	font-size: 12px;
}
.footer .part2 .info {
	text-align: center;
}
.footer .part2 .info span {
	margin: 0px 20px;
	color: rgb(255, 255, 255);
	font-size: 14px;
}
.nav_right {
	top: 50%;
	width: 60px;
	right: -60px;
	position: fixed;
	z-index: 2;
	transform: translateY(-50%);
}
.nav_right.showdiv {
	right: 0px;
}
.nav_right li {
	background: rgb(255, 255, 255);
	margin: 5px 0px;
	border-radius: 5px 0px 0px 5px;
	transition: 0.2s ease-out;
	height: 60px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}
.nav_right li:hover {
	background: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
}
.nav_right .gotop span {
	background: url("http://wdx.xacom.edu.cn/image/png15.png") no-repeat center rgb(255, 255, 255);
	height: 100%;
	display: block;
}
.person_detail {
	position: relative;
}
.person_detail::before {
	background: url("http://wdx.xacom.edu.cn/image/bg15.png") no-repeat right;
	transform-origin: right center;
	transition: 1.5s ease-out;
	top: 100px;
	width: 560px;
	height: 633px;
	right: 0px;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(0.7);
}
.person_detail.showdiv::before {
	opacity: 1;
	transform: none;
}
.person_detail .block {
	position: relative;
}
.person_detail .content .pic {
	width: 150px;
	float: left;
}
.person_detail .content .pic img {
	width: 100%;
	height: auto;
}
.person_detail .content .text {
	padding: 10px 50px 0px 200px;
}
.person_detail .content .h1 {
	font-size: 40px;
}
.person_detail .content .h2 {
	line-height: 1.5;
	font-size: 18px;
	margin-top: 10px;
}
.person_detail .content .txt {
	font-size: 16px;
	margin-top: 80px;
}
.person_detail .content .txt p {
	text-align: justify;
	text-indent: 2em;
	margin-top: 15px;
}
.person_detail .content .txt p:first-child {
	margin-top: 0px;
}
.person_detail .recommand {
	margin-top: 115px;
}
.person_detail .tit {
	text-align: center;
	font-size: 30px;
}
.person_detail .list {
	margin-top: 35px;
	display: flex;
}
.person_detail .item {
	flex: 1 1 0px;
	color: rgb(255, 255, 255);
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}
.person_detail .item::before {
	background: url("http://wdx.xacom.edu.cn/image/bg16.png") no-repeat right;
	transform-origin: right bottom;
	transition: 0.5s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.2);
}
.person_detail .item:hover::before {
	opacity: 1;
	transform: none;
}
.person_detail .item a {
	height: 160px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.person_detail :first-child.item {
	margin-left: 0px;
}
.person_detail :nth-child(1).item {
	background: rgb(143, 7, 10);
}
.person_detail :nth-child(2).item {
	background: rgb(135, 110, 106);
}
.person_detail :nth-child(3).item {
	background: rgb(61, 83, 126);
}
.person_detail .item .txt {
	margin-left: 30px;
}
.person_detail .item .h {
	font-size: 24px;
}
.person_detail .item .p {
	margin-top: 10px;
}
.banner_page {
	left: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
}
.banner_page img {
	transition: 3s ease-out;
	width: 100%;
	transform: scale(1.1);
}
.banner_page.s img {
	transform: none;
}
.banner_page .title {
	padding: 0px 30px;
	left: 0%;
	top: 50%;
	text-align: center;
	right: 0px;
	color: rgb(255, 255, 255);
	position: absolute;
	transform: translate(0%, -50%);
}
.banner_frame {
	min-height: 300px;
}
.banner_frame img {
	visibility: hidden;
}
.banner_page1 {
	overflow: hidden;
	position: relative;
}
.banner_page1 img {
	width: 100%;
	height: auto;
}
.banner_page1 .mask {
	background-position: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_page1 .block {
	left: 50%;
	top: 0px;
	height: 100%;
	position: absolute;
	transform: translateX(-50%);
}
.banner_page1 .text {
	left: 0px;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	position: absolute;
	transform: translateY(-50%);
}
.banner_page1 .text .h {
	font-size: 48px;
}
.banner_page1 .text .p {
	color: rgb(232, 175, 175);
	margin-top: 40px;
}
.banner_page1 .text .p a {
	width: 120px;
	line-height: 1.2;
	margin-right: 30px;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	white-space: nowrap;
}
.banner_page1 .text .p a:hover {
	color: rgb(255, 255, 255);
}
.banner_page1 .text .p .now {
	color: rgb(255, 255, 255);
}
.banner_page1 .text .p .now::before {
	font-family: icon;
	font-size: 20px;
	margin-right: 10px;
	margin-left: -30px;
	display: inline-block;
	content: "\e76c";
}
.banner_page1 .text .p .now:hover::before {
	animation: arr 0.6s linear infinite;
}
.banner_page1 .title {
	height: 100%;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner_page1 .text.r {
	left: auto;
	text-align: right;
	right: 0px;
}
.banner_page1 .text.r .p {
	text-align: right;
}
.banner_page1 .text.r .p a {
	margin-right: 0px;
	margin-left: 0px;
}
.department2 {
	background: url("http://wdx.xacom.edu.cn/image/bg18.png") no-repeat left bottom rgb(255, 255, 255);
	position: relative;
}
.department2 .list {
	margin-top: 50px;
	position: relative;
}
.department2 .item {
	background: rgb(255, 255, 255);
	transition: 0.6s ease-out;
	width: calc(50% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	transform: translateY(80px);
}
.department2.showdiv .item {
	opacity: 1;
	transform: none;
}
.department2 :nth-child(2n).item {
	margin-right: 0px;
}
.department2 .item::after {
	background: rgb(148, 7, 10);
	transition: 0.3s ease-out;
	left: 0px;
	width: 0px;
	height: 4px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.department2 .item:hover::after {
	width: 100%;
}
.department2 .item .t {
	background: url("http://wdx.xacom.edu.cn/image/bg17.png") no-repeat right / cover;
	height: 70px;
}
.department2 .item .inner {
	padding: 40px 30px;
	position: relative;
}
.department2 .item .ico {
	width: 70px;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
}
.department2 .item .text {
	padding: 15px 0px 0px 15px;
}
.department2 .item .h {
	font-size: 30px;
}
.department2 .item .p {
	padding-left: 90px;
	font-size: 18px;
	margin-top: 20px;
}
.department2 .item .p a {
	line-height: 1.3;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	white-space: nowrap;
	min-width: 50%;
	box-sizing: border-box;
}
.department2 .item .p .c {
	width: 100%;
	padding-left: 0px;
}
.department2 .item .p .c::before {
	display: none;
}
.department2 .item .p .cc {
	width: 100%;
	padding-left: 40px;
}
.department2 .item .p .cc::before {
	left: 20px;
}
.research1 {
	background: rgb(255, 255, 255);
}
.research1 .top {
	display: flex;
	justify-content: space-between;
}
.research1 .top .title {
	text-align: left;
}
.research1 .tabs {
	flex: 1 1 0px;
	margin-left: 50px;
	display: flex;
}
.research1 .tabs a {
	background: rgba(255, 255, 255, 0.8);
	flex: 1 1 0px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	font-size: 18px;
	margin-left: 10px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.research1 .tabs a span {
	position: relative;
}
.research1 .tabs a::before {
	background: url("http://wdx.xacom.edu.cn/image/bg21.png") no-repeat right;
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
}
.research1 .tabs a:hover::before {
	opacity: 1;
}
.research1 .tabs a::after {
	background: rgb(148, 7, 10);
	transition: 0.3s ease-out;
	left: 50%;
	width: 0px;
	height: 4px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.research1 .tabs a.now::after {
	left: 0%;
	width: 100%;
}
.research1 .tabs a.now::before {
	opacity: 1;
}
.research1 .content {
	margin-top: 80px;
	position: relative;
}
.research1 .content .r {
	top: 0px;
	right: 0px;
	position: absolute;
}
.research1 .content .r span {
	font-size: 16px;
	margin-left: 15px;
}
.research1 .content .r .act {
	color: rgb(148, 7, 10);
}
.research1 .content .h {
	text-align: center;
	font-size: 30px;
}
.research1 .content .text {
	line-height: 1.8;
	font-size: 16px;
	margin-top: 30px;
}
.research1 .content .text.big {
	font-size: 20px;
}
.research1 .content p {
	margin-top: 20px;
}
.research1 .content p:first-child {
	margin-top: 0px;
}
.research1 .share {
	text-align: right;
	margin-top: 40px;
}
.research2 {
	background: url("http://wdx.xacom.edu.cn/image/bg19.png") no-repeat right bottom rgb(238, 235, 234);
}
.research2 .block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.research2 .title {
	width: 60px;
	text-align: left;
	display: flex;
	max-width: 50px;
	flex-direction: column;
	flex-shrink: 0;
}
.research2 .title .h {
	-ms-writing-mode: tb-lr;
}
.research2 .title .more {
	font-size: 14px;
	margin-top: 100px;
	-ms-writing-mode: tb-lr;
}
.research2 .title .more i {
	margin-right: 0px;
	margin-bottom: 20px;
}
.research2 .list {
	flex: 1 1 0px;
	height: 495px;
	margin-left: 70px;
	display: flex;
	justify-content: space-between;
}
.research2 .list .item {
	transition: 0.5s cubic-bezier(0.6, 1.6, 0.5, 1.6);
	flex: 1 1 0px;
	height: 100%;
	font-size: 18px;
	margin-left: 20px;
	opacity: 0;
	transform: translateY(-80px);
}
.research2 .list .item .inner {
	background: rgb(96, 121, 163);
	transition: 0.3s ease-out;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.research2 .list .item .inner::before {
	background: url("http://wdx.xacom.edu.cn/image/bg25.png") no-repeat center / cover rgb(61, 83, 126);
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
}
.research2 .list .item span {
	transition: 0.3s ease-out;
	color: rgb(255, 255, 255);
	position: relative;
	-ms-writing-mode: tb-lr;
}
.research2 .list .item:hover .inner::before {
	opacity: 1;
}
.research2.showdiv .list .item {
	opacity: 1;
	transform: none;
}
.research2 .list .item:hover .inner {
	transform: translateY(-30px);
}
.research3 {
	background: rgb(255, 255, 255);
}
.research3 .list {
	margin-top: 35px;
	display: flex;
}
.research3 .item {
	background: rgb(255, 255, 255);
	transition: 0.6s ease-out;
	flex: 1 1 0px;
	width: 453px;
	margin-left: 20px;
	float: left;
	opacity: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	transform: translateY(80px);
}
.research3 :first-child.item {
	margin-left: 0px;
}
.research3.showdiv .item {
	opacity: 1;
	transform: none;
}
.research3 .item .pic {
	overflow: hidden;
}
.research3 .item .pic img {
	transition: 0.3s ease-out;
	width: 100%;
	height: auto;
}
.research3 .item:hover .pic img {
	transform: scale(1.05);
}
.research3 .item .text {
	padding: 35px 50px;
}
.research3 .item .h {
	line-height: 1.6;
	font-size: 18px;
}
.research3 .item .date {
	color: rgb(192, 169, 166);
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}
.research3 .b {
	text-align: center;
	margin-top: 40px;
}
.research4 {
	background: url("http://wdx.xacom.edu.cn/image/bg20.png") no-repeat left rgb(238, 238, 238);
	overflow: hidden;
}
.research4 .content {
	position: relative;
}
.research4 .list {
	background: rgb(255, 255, 255);
	transition: 1s ease-out;
	width: 56%;
	margin-top: 35px;
	margin-left: 44%;
	opacity: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	transform: translate(80px, 80px);
}
.research4.showdiv .list {
	opacity: 1;
	transform: none;
}
.research4 .list .inner {
	padding: 70px 0px 70px 170px;
}
.research4 .list .item {
	padding-left: 60px;
	margin-top: 25px;
	position: relative;
}
.research4 .list .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png37.png") no-repeat center;
	transition: 0.2s ease-out;
	left: 0px;
	top: 0px;
	width: 38px;
	height: 38px;
	position: absolute;
	content: "";
	opacity: 0.6;
}
.research4 .list .item i {
	background: url("http://wdx.xacom.edu.cn/image/arrow3.png") no-repeat center;
	transition: 0.2s ease-out;
	width: 9px;
	height: 18px;
	margin-left: 40px;
	vertical-align: middle;
	display: inline-block;
	opacity: 0.6;
}
.research4 .list .item.s::before {
	opacity: 1;
}
.research4 .list .item.s i {
	opacity: 1;
}
.research4 .list :first-child.item {
	margin-top: 0px;
}
.research4 .list .item .h {
	font-size: 24px;
}
.research4 .list .item ul {
	padding: 10px 0px;
	display: none;
}
.research4 .list .item ul li {
	font-size: 16px;
	margin-top: 15px;
}
.research4 .pic {
	transition: 1s ease-out;
	left: 0px;
	top: 50%;
	position: absolute;
	z-index: 1;
	max-width: 55%;
	opacity: 0;
	transform: translate(-80px, -70%);
}
.research4.showdiv .pic {
	opacity: 1;
	transform: translate(0px, -50%);
}
.recruit1 {
	background: rgb(255, 255, 255);
}
.recruit1 .block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit1 .title {
	text-align: left;
	max-width: 30%;
}
.recruit1 .title img {
	max-width: 300px;
}
.recruit1 .title .b {
	margin-top: 30px;
}
.recruit1 .list {
	flex: 1 1 0px;
	height: 200px;
	margin-left: 70px;
	display: flex;
}
.recruit1 .item {
	background: rgb(255, 255, 255);
	transition: 0.5s ease-out;
	flex: 1 1 0px;
	margin-left: 10px;
	position: relative;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	transform: translateY(50px);
}
.recruit1 .item a {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
}
.recruit1.showdiv .item {
	opacity: 1;
	transform: none;
}
.recruit1 .item::after {
	background: url("http://wdx.xacom.edu.cn/image/bg22.png") no-repeat center;
	transition: 0.3s ease-out;
	width: 84px;
	height: 142px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
	opacity: 0;
}
.recruit1 .item span {
	padding: 35px 25px;
	width: 20px;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	position: relative;
}
.recruit1 .item::before {
	background: rgb(148, 7, 10);
	transition: 0.3s ease-out;
	left: 0px;
	top: 25px;
	width: 4px;
	bottom: 120px;
	position: absolute;
	content: "";
}
.recruit1 .item:hover::before {
	top: 0px;
	bottom: 0px;
}
.recruit1 .item:hover::after {
	opacity: 1;
}
.recruit2 {
	background: rgb(238, 235, 234);
}
.recruit2 .content {
	margin-top: 50px;
	display: flex;
	position: relative;
	align-items: center;
}
.recruit2 .pic {
	transition: 1s ease-out;
	width: 60%;
	opacity: 0;
	transform: translateX(80px);
}
.recruit2 .focus1 .navg {
	text-align: left;
}
.recruit2 .pic img {
	width: 100%;
	height: auto;
}
.recruit2.showdiv .pic {
	opacity: 1;
	transform: none;
}
.recruit2 .r {
	background: rgb(255, 255, 255);
	transition: 1s ease-out;
	top: 50%;
	width: 50%;
	right: 0px;
	position: absolute;
	opacity: 0;
	transform: translate(-80px, -50%);
}
.recruit2.showdiv .r {
	opacity: 1;
	transform: translate(0px, -50%);
}
.recruit2 .r .inner {
	padding: 50px 50px 20px;
}
.recruit2 .r .tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.recruit2 .r .tit .h {
	font-size: 30px;
}
.recruit2 .r .tit .more {
	background: url("http://wdx.xacom.edu.cn/image/png39.png") no-repeat right;
	color: rgb(51, 51, 51);
	line-height: 27px;
	padding-right: 90px;
}
.recruit2 .r .list {
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
}
.recruit2 .r .list .item {
	margin: 20px 0px;
	width: calc(25%);
	text-align: center;
}
.recruit2 .r .list .item a {
	transition: 0.2s ease-out;
	display: block;
}
.recruit2 .r .list .item .ico {
	height: 50px;
}
.recruit2 .r .list .item:hover a {
	transform: translateY(-10px);
}
.recruit2 .r .list .item .h {
	font-size: 18px;
	margin-top: 10px;
}
.recruit2 .r .link {
	height: 215px;
	display: flex;
}
.recruit2 .r .link .item {
	transition: 0.2s ease-out;
	flex: 1 1 0px;
	color: rgb(255, 255, 255);
	font-size: 24px;
}
.recruit2 .r .link .item a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recruit2 .r .link .item:hover {
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.recruit2 .r .link .item span {
	margin-top: 10px;
}
.recruit2 .r .link :nth-child(1).item {
	background: rgb(148, 7, 10);
}
.recruit2 .r .link :nth-child(2).item {
	background: rgb(140, 114, 110);
}
.recruit2 .r .link :nth-child(3).item {
	background: rgb(54, 45, 46);
}
.recruit2 .b {
	text-align: center;
	margin-top: 40px;
}
.recruit2 .b .more {
	margin: 0px 30px;
}
.recruit3 {
	background: url("http://wdx.xacom.edu.cn/image/bg23.png") no-repeat left top / auto 70% rgb(54, 45, 46);
}
.recruit3 .title {
	color: rgb(255, 255, 255);
}
.recruit3 .content {
	margin-top: 50px;
	display: flex;
	position: relative;
}
.recruit3 .pic {
	transition: 1s ease-out;
	width: 60%;
	overflow: hidden;
	margin-left: 40%;
	opacity: 0;
	transform: translateX(-80px);
}
.recruit3 .pic img {
	width: 100%;
	height: auto;
}
.recruit3.showdiv .pic {
	opacity: 1;
	transform: none;
}
.recruit3 .l {
	transition: 1s ease-out;
	left: 0px;
	top: 50%;
	width: 50%;
	position: absolute;
	opacity: 0;
	transform: translate(80px, -50%);
}
.recruit3.showdiv .l {
	opacity: 1;
	transform: translate(0px, -50%);
}
.recruit3 .l .d1 {
	height: 315px;
	display: flex;
}
.recruit3 .l .d1 .item {
	transition: 0.2s ease-out;
	flex: 1 1 0px;
	color: rgb(255, 255, 255);
}
.recruit3 .l .d1 .item a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recruit3 .l .d1 .item:hover {
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.recruit3 .l .d1 :nth-child(1).item {
	background: rgb(148, 7, 10);
}
.recruit3 .l .d1 :nth-child(2).item {
	background: url("http://wdx.xacom.edu.cn/image/pic66.jpg") no-repeat center / cover;
}
.recruit3 .l .d1 .item span {
	font-size: 24px;
	margin-top: 15px;
}
.recruit3 .l .d2 {
	background: rgb(44, 30, 31);
	height: 315px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit3 .l .d2 .item {
	margin: 0px 22px;
	transition: 0.2s ease-out;
	font-size: 18px;
}
.recruit3 .l .d2 .item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recruit3 .l .d2 .item img {
	max-height: 33px;
}
.recruit3 .l .d2 .item:hover {
	transform: translateY(-10px);
}
.recruit3 .l .d2 .item span {
	margin-top: 15px;
}
.recruit3 .b {
	text-align: center;
	margin-top: 40px;
}
.recruit3 .b .more {
	margin: 0px 30px;
	color: rgb(255, 255, 255);
}
.recruit3 .b .more i {
	background-image: url("http://wdx.xacom.edu.cn/image/more1b.svg");
}
.bottom1 {
	background: rgb(238, 235, 234);
	position: relative;
}
.bottom1 .content {
	margin-top: 35px;
	display: flex;
}
.bottom1 .content .d {
	flex: 1 1 0px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}
.bottom1 .content :first-child.d {
	margin-left: 0px;
}
.bottom1 .content .d .h {
	font-size: 30px;
}
.bottom1 .content .d .p {
	font-size: 16px;
	margin-top: 10px;
}
.bottom1 .content .d .date {
	color: rgb(156, 136, 138);
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}
.bottom1 .d1 {
	background: rgb(255, 255, 255);
	flex: 1 1 0px;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.bottom1 .d1::after {
	background: rgb(148, 7, 10);
	left: 0px;
	height: 4px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.bottom1 .d1 .inner {
	padding: 45px 50px;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
}
.bottom1 .d1 li {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 25px;
}
.bottom1 .d1 li:hover {
	color: rgb(148, 7, 10);
}
.bottom1 .d2 {
	background: rgb(148, 7, 10);
	padding: 35px 50px;
	color: rgb(255, 255, 255);
	margin-top: 20px;
}
.bottom1 .b {
	text-align: center;
	margin-top: 40px;
}
.bottom1 .b .more {
	margin: 0px 30px;
}
.bottom1 .bb {
	height: 195px;
	display: flex;
}
.bottom1 .bb .d {
	flex: 1 1 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom1 .bb .d img {
	transition: 0.2s ease-out;
}
.bottom1 .bb .d:hover img {
	transform: scale(0.9);
}
.bottom1 .bb .d span {
	font-size: 24px;
	margin-left: 30px;
}
.bottom1 .bb :first-child.d {
	background: rgb(255, 255, 255);
}
.bottom1 .bb :last-child.d {
	background: rgb(228, 222, 220);
}
.recruit5 {
	background: rgb(255, 255, 255);
}
.recruit5 .pic {
	transition: 0.6s ease-out;
	opacity: 0;
}
.recruit5 .focus1 .navg {
	text-align: left;
}
.recruit5.showdiv .pic {
	opacity: 1;
}
.recruit5 .content {
	padding: 50px 85px 0px;
	position: relative;
}
.recruit5 .title {
	text-align: left;
	display: flex;
	flex-direction: column;
}
.recruit5 .title .p {
	margin-bottom: 10px;
}
.recruit5 .title .more {
	margin-top: 20px;
}
.recruit5 .list {
	background: rgb(148, 7, 10);
	padding: 50px 0px;
	top: -60px;
	width: 740px;
	right: 85px;
	color: rgb(255, 255, 255);
	display: flex;
	position: absolute;
	justify-content: center;
}
.recruit5 .list .inner {
	width: 600px;
	display: flex;
	flex-wrap: wrap;
}
.recruit5 .list .item {
	margin: 10px 0px;
	width: 120px;
}
.recruit5 .list .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.recruit5 .list .item em {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	display: block;
}
.recruit5 .list .item:hover em {
	transition: 0.1s ease-out;
	transform: translateY(-5px);
}
.recruit5 .list .item span {
	font-size: 18px;
	margin-top: 10px;
}
.recruit6 {
	background: rgb(238, 235, 234);
}
.recruit6 .list {
	margin-top: 40px;
	display: flex;
}
.recruit6 .item {
	background: rgb(255, 255, 255);
	transition: 0.5s ease-out;
	flex: 1 1 0px;
	height: 250px;
	margin-left: 20px;
	display: flex;
	position: relative;
	opacity: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	transform: translateY(50px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recruit6 .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png65.png") no-repeat right bottom / 45% auto;
	transform-origin: right bottom;
	transition: 0.4s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(0.95);
}
.recruit6 .item::after {
	background: rgb(148, 7, 10);
	left: 0px;
	height: 4px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.recruit6 .item em {
	display: block;
	position: relative;
}
.recruit6 .item span {
	display: block;
	position: relative;
}
.recruit6 .item a {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.recruit6 .item:hover::after {
	animation: a2 0.5s ease-out both;
}
.recruit6 .item:hover::before {
	opacity: 1;
	transform: none;
}
.recruit6 :nth-child(2).item {
	transition-delay: 0.2s;
}
.recruit6 :nth-child(3).item {
	transition-delay: 0.4s;
}
.recruit6 :nth-child(4).item {
	transition-delay: 0.6s;
}
.recruit6.showdiv .item {
	opacity: 1;
	transform: none;
}
.recruit6 em {
	height: 100px;
	line-height: 100px;
}
.recruit6 span {
	font-size: 18px;
	margin-top: 20px;
}
.recruit6 :first-child.item {
	margin-left: 0px;
}
.recruit7 {
	background: url("http://wdx.xacom.edu.cn/image/bg24.png") no-repeat right bottom rgb(255, 255, 255);
}
.recruit7 .block {
	display: flex;
	justify-content: space-between;
}
.recruit7 .dl {
	flex: 1 1 0px;
	margin-right: 10px;
	max-width: 50%;
}
.recruit7 .title {
	text-align: left;
}
.recruit7 .title .more {
	margin-top: 20px;
}
.recruit7 .dl .title .more {
	color: rgb(255, 255, 255);
}
.recruit7 .dl .title .more i {
	background-image: url("http://wdx.xacom.edu.cn/image/more1b.svg");
}
.recruit7 .dl .inner {
	background: rgb(140, 114, 110);
	padding: 75px 85px 50px;
	color: rgb(255, 255, 255);
}
.recruit7 .dl .h1 {
	font-size: 24px;
	margin-top: 40px;
}
.recruit7 .dl .list {
	font-size: 16px;
	margin-top: 25px;
}
.recruit7 .dl .list a {
	width: 33%;
	margin-bottom: 15px;
	display: inline-block;
	white-space: nowrap;
}
.recruit7 .dl .link {
	height: 110px;
	display: flex;
}
.recruit7 .dl .link .d {
	flex: 1 1 0px;
	color: rgb(255, 255, 255);
}
.recruit7 .dl .link .d a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit7 .dl .link .d span {
	font-size: 24px;
	margin-left: 20px;
}
.recruit7 .dl .link :first-child.d {
	background: rgb(148, 7, 10);
}
.recruit7 .dl .link :last-child.d {
	background: rgb(44, 30, 31);
}
.recruit7 .dl .list a:hover {
	color: rgb(148, 7, 10);
}
.recruit7 .dr {
	background: url("http://wdx.xacom.edu.cn/image/pic68.jpg") no-repeat center / cover;
	flex: 1 1 0px;
	height: 500px;
	margin-top: 115px;
	margin-left: 10px;
}
.recruit7 .dr .inner {
	padding: 90px;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
}
.recruit7 .dr .link {
	font-size: 18px;
}
.recruit7 .dr .link a {
	width: 50%;
	margin-bottom: 10px;
	display: inline-block;
}
.recruit7 .dr .link a:hover {
	color: rgb(148, 7, 10);
}
.page_nav {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	margin: -90px auto 0px;
	color: rgb(255, 255, 255);
	font-size: 18px;
}
.page_nav .block {
	height: 90px;
	line-height: 90px;
	display: flex;
	justify-content: center;
}
.page_nav a {
	padding: 0px 50px;
	text-align: center;
	display: block;
	position: relative;
}
.page_nav a.now::after {
	background: rgb(148, 7, 10);
	left: 0px;
	height: 10px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.page_nav2 {
	height: 0px;
}
.page_nav2 .block {
	background: rgb(255, 255, 255);
	padding: 25px 0px;
	margin-top: -1px;
	display: flex;
	position: relative;
	transform: translateY(-50%);
	flex-wrap: wrap;
	justify-content: space-around;
}
.page_nav2 .block::before {
	left: 0px;
	top: 50%;
	right: 0px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	content: "";
}
.page_nav2 a {
	background: rgb(255, 255, 255);
	font-size: 22px;
	display: flex;
	white-space: nowrap;
	position: relative;
	align-items: center;
}
.page_nav2 a::before {
	height: 10px;
	margin-right: 20px;
	border-left-color: rgb(221, 221, 221);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.page_nav2 a::after {
	height: 10px;
	margin-left: 20px;
	border-left-color: rgb(221, 221, 221);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.page_nav2 a.now {
	color: rgb(148, 7, 10);
}
.old_leaders {
	background: rgb(255, 255, 255);
}
.old_leaders .tabs {
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	display: flex;
	position: relative;
	justify-content: center;
}
.old_leaders .tabs::before {
	left: 0px;
	top: 20px;
	right: 0px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	content: "";
}
.old_leaders .tabs a {
	background: rgb(255, 255, 255);
	margin: 0px 40px;
	font-size: 22px;
	display: flex;
	position: relative;
	align-items: center;
}
.old_leaders .tabs a::before {
	height: 10px;
	margin-right: 20px;
	border-left-color: rgb(221, 221, 221);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.old_leaders .tabs a::after {
	height: 10px;
	margin-left: 20px;
	border-left-color: rgb(221, 221, 221);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.old_leaders .tabs a.now {
	color: rgb(148, 7, 10);
}
.old_leaders .content {
	margin-top: 40px;
}
.old_leaders .content .block .d {
	height: 610px;
	display: flex;
}
.old_leaders .content .lb {
	background: url("http://wdx.xacom.edu.cn/image/png40.png") no-repeat bottom / contain rgb(148, 7, 10);
	width: 60px;
}
.old_leaders .content .list {
	flex: 1 1 0px;
	display: flex;
	position: relative;
	justify-content: center;
}
.old_leaders .content .list .item {
	background: rgb(255, 255, 255);
	padding: 30px 25px;
	width: calc(25% - 7.5px);
	font-size: 18px;
	margin-left: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.old_leaders .content .list :nth-child(1).item {
	background: url("http://wdx.xacom.edu.cn/image/png41_1.png") no-repeat bottom / contain;
	margin-left: 0px;
}
.old_leaders .content .list :nth-child(2).item {
	background: url("http://wdx.xacom.edu.cn/image/png41_2.png") no-repeat bottom / contain;
}
.old_leaders .content .list :nth-child(3).item {
	background: url("http://wdx.xacom.edu.cn/image/png41_3.png") no-repeat bottom / contain;
}
.old_leaders .content .list :nth-child(4).item {
	background: url("http://wdx.xacom.edu.cn/image/png41_4.png") no-repeat bottom / contain;
}
.old_leaders .content .list li {
	margin: 10px 0px;
	padding: 10px 15px;
	cursor: pointer;
}
.old_leaders .content .list li.s {
	background: url("http://wdx.xacom.edu.cn/image/png67.png") no-repeat right / contain rgb(148, 7, 10);
	color: rgb(255, 255, 255);
}
.old_leaders .mask {
	transition: opacity 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: calc(25% - 7.5px);
	height: 100%;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}
.old_leaders .mask .inner {
	background: rgb(255, 255, 255);
	padding: 75px 45px 0px;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
}
.old_leaders .mask.s {
	visibility: visible;
	opacity: 1;
}
.old_leaders .mask .h {
	text-align: center;
	color: rgb(170, 45, 48);
	line-height: 1.8;
	font-size: 18px;
	margin-top: 20px;
}
.old_leaders .mask .p {
	width: 100%;
	height: 145px;
	line-height: 1.8;
	text-indent: 2em;
	margin-top: 20px;
}
.old_leaders .mask .close {
	top: 15px;
	right: 15px;
	font-family: icon;
	font-size: 20px;
	position: absolute;
	cursor: pointer;
}
.old_leaders .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgb(148, 7, 10);
}
.leaders {
	background: rgb(255, 255, 255);
	padding: 110px 0px;
}
.leaders .content {
	margin-top: 45px;
}
.leaders .part {
	margin-bottom: 20px;
	display: flex;
}
.leaders .d {
	background: rgb(255, 255, 255);
	flex: 1 1 0px;
	margin-left: 20px;
	display: flex;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.leaders .d .bg {
	background: no-repeat bottom rgb(148, 7, 10);
	width: 60px;
}
.leaders .d .bg1 {
	background-image: url("http://wdx.xacom.edu.cn/image/png40d.png");
}
.leaders .d .bg2 {
	background-image: url("http://wdx.xacom.edu.cn/image/png40b.png");
}
.leaders .d .bg3 {
	background-image: url("http://wdx.xacom.edu.cn/image/png40a.png");
}
.leaders :first-child.d {
	margin-left: 0px;
}
.leaders .d .inner {
	padding: 40px;
	flex: 1 1 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.leaders .d .p {
	padding: 15px 0px;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: flex;
	align-items: flex-start;
}
.leaders .d :last-child.p {
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}
.leaders .d .p .th {
	margin: 10px 0px;
	width: 90px;
	text-align: right;
	line-height: 1;
	padding-right: 25px;
	font-size: 18px;
	border-right-color: rgb(221, 221, 221);
	border-right-width: 1px;
	border-right-style: solid;
}
.leaders .d .p .td {
	flex: 1 1 0px;
	line-height: 1;
	padding-top: 2px;
	font-size: 16px;
}
.leaders .d .p .td a {
	margin: 10px 20px;
	display: inline-block;
}
.leaders .d .p .td a:hover {
	color: rgb(148, 7, 10);
}
.leaders .d.bg {
	background: url("http://wdx.xacom.edu.cn/image/png40c.png") no-repeat right bottom rgb(255, 255, 255);
}
.about0 {
	display: none;
}
.about {
	background: url("http://wdx.xacom.edu.cn/image/bg8.jpg") no-repeat right bottom / 55% auto rgb(255, 255, 255);
	padding-top: 180px;
	position: relative;
}
.about .bg {
	background: url("http://wdx.xacom.edu.cn/image/png44.png") no-repeat left top / contain;
	left: 25px;
	top: 0px;
	height: 320px;
	right: 0px;
	position: absolute;
}
.about .block {
	display: flex;
	position: relative;
	align-items: flex-start;
}
.about .title {
	display: none;
}
.about .list {
	flex: 1 1 0px;
	padding-bottom: 350px;
	margin-left: 320px;
	border-left-color: rgb(224, 224, 224);
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
}
.about .list::before {
	background: rgb(224, 224, 224);
	margin: 0px 0px 0px -5px;
	border-radius: 100%;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
}
.about .list .item {
	padding: 55px 50px;
	font-size: 16px;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}
.about .list .item .h {
	left: -280px;
	top: 50px;
	width: 280px;
	text-align: center;
	position: absolute;
}
.about .list .item .h img {
	max-width: 75%;
}
.about .list :first-child.item {
	padding-top: 0px;
}
.about .list :first-child.item .h {
	top: -20px;
}
.about .list .item p {
	text-align: justify;
	margin-bottom: 20px;
}
.about .list .item p:last-child {
	margin-bottom: 0px;
}
.about .pics {
	width: 67%;
	height: 32vw;
	position: relative;
}
.about .pics .d {
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.about .pics .d1 {
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
}
.about .pics .d2 {
	left: 30%;
	top: 0px;
	width: 45%;
	height: 50%;
}
.about .pics .d3 {
	left: 75%;
	top: 0px;
	width: 12%;
	height: 50%;
}
.about .pics .d4 {
	left: 30%;
	top: 50%;
	width: 27%;
	height: 50%;
}
.about .pics .d5 {
	left: 57%;
	top: 50%;
	width: 43%;
	height: 50%;
}
.research_detail .d1 {
	background: rgb(255, 255, 255);
	padding: 50px 85px;
	margin-top: 40px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.research_detail .d1 .h {
	font-size: 30px;
}
.research_detail .d1 .p a {
	margin: 30px 0px 0px;
	width: 33.33%;
	font-size: 18px;
	display: inline-block;
}
.research_detail .d2 {
	background: rgb(238, 238, 238);
	padding: 50px 85px;
	margin-top: 40px;
}
.research_detail .d2 .h {
	font-size: 30px;
}
.research_detail .d2 .text {
	font-size: 16px;
	margin-top: 25px;
}
.research_detail .d2 .text p {
	margin-top: 25px;
}
.research_agency .part {
	margin-top: 40px;
	display: flex;
}
.research_agency .part .d {
	flex: 1 1 0px;
	margin-left: 40px;
}
.research_agency .part :first-child.d {
	margin-left: 0px;
}
.research_agency .d .t {
	background: url("http://wdx.xacom.edu.cn/image/bg17.png") no-repeat right;
	padding: 0px 50px;
	height: 70px;
	color: rgb(255, 255, 255);
	line-height: 70px;
}
.research_agency .d .ico {
	width: 70px;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
}
.research_agency .d .inner {
	background: rgb(255, 255, 255);
	padding: 30px 50px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.research_agency .d .h {
	font-size: 30px;
}
.research_agency .d .inner .fz30 {
	margin-bottom: 15px;
}
.research_agency .d .p a {
	margin: 15px 0px;
	font-size: 18px;
	display: inline-block;
}
.research_agency .d.c2 .p a {
	width: 50%;
}
.research_agency .d.c3 .p a {
	width: 33.33%;
}
.cooperation1 {
	overflow: hidden;
}
.cooperation1 .block {
	position: relative;
}
.cooperation1 .bg {
	background: rgb(148, 7, 10);
	left: 50%;
	top: 30%;
	right: 0px;
	bottom: 6%;
	position: absolute;
}
.cooperation1 .pic {
	position: relative;
}
.cooperation1 .pic img {
	max-width: 65%;
}
.cooperation1 .text {
	background: url("http://wdx.xacom.edu.cn/image/png45.png") no-repeat right bottom rgb(255, 255, 255);
	padding: 90px 80px;
	left: 50%;
	top: 7%;
	right: 35px;
	bottom: 10%;
	display: flex;
	position: absolute;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	flex-direction: column;
	justify-content: space-between;
}
.cooperation1 .text .p {
	margin-top: 25px;
}
.cooperation1 .text .b {
	margin-top: 20px;
}
.cooperation2 {
	position: relative;
}
.cooperation2 img {
	width: 100%;
	height: auto;
}
.cooperation2 .content {
	left: 0px;
	height: 100%;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.cooperation2 .block {
	height: 100%;
	position: relative;
}
.cooperation2 .text {
	background: url("http://wdx.xacom.edu.cn/image/png48.png") no-repeat right bottom rgb(255, 255, 255);
	padding: 90px 80px 120px;
	top: 32%;
	width: 50%;
	height: 85%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	flex-direction: column;
	justify-content: space-between;
}
.cooperation2 .text .p {
	margin-top: 25px;
}
.cooperation2 .more1 {
	color: rgb(148, 7, 10);
	line-height: 45px;
	font-size: 16px;
	margin-top: 30px;
	display: inline-block;
}
.cooperation2 .more1 i {
	background: url("http://wdx.xacom.edu.cn/image/png47.png") no-repeat center;
	width: 78px;
	height: 45px;
	margin-right: 20px;
	float: left;
}
.cooperation3 {
	background: rgb(238, 238, 238);
}
.cooperation3 .list {
	display: flex;
}
.cooperation3 .item {
	background: rgb(255, 255, 255);
	flex: 1 1 0px;
	margin-left: 20px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	position: relative;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.cooperation3 .item a {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.cooperation3 .item .pic {
	width: 40%;
	float: right;
}
.cooperation3 .item .pic img {
	width: 100%;
}
.cooperation3 .item .inner {
	padding: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cooperation3 :first-child.item {
	margin-left: 0px;
}
.cooperation3 .item .p {
	margin-top: 30px;
}
.cooperation3 .item .more2 {
	margin-top: 40px;
}
.cooperation4 .block {
	padding-bottom: 200px;
	position: relative;
}
.cooperation4 img {
	width: 100%;
	height: auto;
}
.cooperation4 .title {
	left: 0px;
	width: 40%;
	bottom: 30px;
	position: absolute;
}
.cooperation4 .title .inner {
	text-align: left;
	display: inline-block;
}
.cooperation4 .title .more2 {
	margin-top: 20px;
}
.cooperation4 .text {
	background: rgb(148, 7, 10);
	padding: 90px 60px;
	left: 40%;
	right: 100px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	position: absolute;
}
.cooperation5 {
	background1: #eeebea;
}
.cooperation5 .content {
	background: rgb(255, 255, 255);
	position: relative;
}
.cooperation5 .bg {
	background: url("http://wdx.xacom.edu.cn/image/png49.png") no-repeat right bottom rgb(54, 45, 46);
	left: 50%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: -80px;
	position: absolute;
}
.cooperation5 .block {
	display: flex;
	position: relative;
}
.cooperation5 .pics {
	width: 60%;
	display: flex;
	position: relative;
	align-items: flex-start;
}
.cooperation5 .pics .d {
	width: 50%;
}
.cooperation5 .pics img {
	width: 100%;
	height: auto;
}
.cooperation5 :last-child.d {
	position: relative;
}
.cooperation5 :last-child.d img {
	visibility: hidden;
}
.cooperation5 :last-child.d img:last-child {
	left: 0px;
	top: 0px;
	visibility: visible;
	position: absolute;
}
.cooperation5 .text {
	width: 40%;
	color: rgb(255, 255, 255);
	padding-left: 90px;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
}
.cooperation5 .text .p {
	margin-top: 40px;
}
.cooperation5 .text .b {
	margin-top: 30px;
}
.cooperation5 .text .b .more {
	color: rgb(255, 255, 255);
}
.cooperation5 .text .b .more i {
	background-image: url("http://wdx.xacom.edu.cn/image/more1b.svg");
}
.cooperation6 {
	background: rgb(238, 235, 234);
	display: none;
}
.cooperation6 .block {
	position: relative;
}
.cooperation6 .bg {
	background: rgb(148, 7, 10);
	left: 0px;
	top: 30%;
	right: 50%;
	bottom: 6%;
	position: absolute;
}
.cooperation6 .pic {
	text-align: right;
	position: relative;
}
.cooperation6 .pic img {
	width: 55%;
}
.cooperation6 .text {
	background: url("http://wdx.xacom.edu.cn/image/png45.png") no-repeat right bottom rgb(255, 255, 255);
	padding: 30px 80px;
	left: 35px;
	top: 7%;
	right: 50%;
	bottom: 10%;
	display: flex;
	position: absolute;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	flex-direction: column;
	justify-content: center;
}
.cooperation6 .text .p {
	margin-top: 25px;
}
.cooperation6 .text .b {
	margin-top: 20px;
}
.education1 .title {
	color: rgb(255, 255, 255);
}
.education1 .content {
	background: url("http://wdx.xacom.edu.cn/image/bg17.jpg") no-repeat top / 100% auto;
}
.education1 .list {
	margin-top: 190px;
	display: flex;
}
.education1 .list .item {
	background: rgb(162, 0, 0);
	padding: 10px;
	transition: 1s ease-out;
	flex: 1 1 0px;
	height: 410px;
	text-align: center;
	color: rgb(255, 255, 255);
	margin-left: 5px;
	box-sizing: border-box;
	opacity: 0;
}
.education1 .list :first-child.item {
	margin-left: 0px;
}
.education1 .list .item a {
	border: 2px dashed rgba(255, 255, 255, 0.2);
	border-image: none;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
}
.education1 .list .item .ico {
	height: 100px;
	line-height: 100px;
}
.education1 .list .item .h {
	font-size: 22px;
	margin-top: 40px;
}
.education1 .list :nth-child(1).item {
	background: url("http://wdx.xacom.edu.cn/image/png85_1.png") no-repeat right bottom rgb(139, 114, 110);
}
.education1 .list :nth-child(2).item {
	background: url("http://wdx.xacom.edu.cn/image/png85_2.png") no-repeat bottom rgb(148, 8, 11);
}
.education1 .list :nth-child(3).item {
	background: url("http://wdx.xacom.edu.cn/image/png85_3.png") no-repeat left bottom rgb(165, 160, 157);
}
.education1 .list :nth-child(4).item {
	background: url("http://wdx.xacom.edu.cn/image/png85_4.png") no-repeat right bottom rgb(89, 112, 153);
}
.education1 .list :nth-child(5).item {
	background: url("http://wdx.xacom.edu.cn/image/png85_5.png") no-repeat right bottom rgb(73, 61, 61);
}
.education1.showdiv .list :nth-child(1).item {
	transform: translateY(-24px);
}
.education1.showdiv .list :nth-child(2).item {
	transform: translateY(70px);
}
.education1.showdiv .list :nth-child(3).item {
	transform: translateY(0px);
}
.education1.showdiv .list :nth-child(4).item {
	transform: translateY(-45px);
}
.education1.showdiv .list :nth-child(5).item {
	transform: translateY(40px);
}
.education1.showdiv .list .item {
	opacity: 1;
}
.education1 .bb {
	background: rgb(255, 255, 255);
}
.education1 .bb .list1 {
	height: 380px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.education1 .bb .list1 .item {
	border-radius: 100%;
	width: 227px;
	margin-left: 40px;
	display: flex;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.education1 .bb .list1 :first-child.item {
	margin-left: 0px;
}
.education1 .bb .list1 .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png55.png") no-repeat center / contain;
	transition: 0.3s ease-out;
	left: 0px;
	top: 50%;
	width: 100%;
	padding-top: 100%;
	margin-top: -50%;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.1);
}
.education1 .bb .list1 .item:hover::before {
	opacity: 1;
	transform: none;
}
.education1 .bb .list1 .item .ico {
	height: 100px;
	text-align: center;
	line-height: 100px;
	position: relative;
}
.education1 .bb .list1 .item .h {
	font-size: 20px;
	margin-top: 10px;
	position: relative;
}
.education2 {
	background: rgb(238, 235, 234);
	color: rgb(255, 255, 255);
	position: relative;
}
.education2 .bg {
	background: rgb(54, 45, 46);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 130px;
	position: absolute;
}
.education2 .content {
	position: relative;
}
.education2 .tabs {
	text-align: center;
	margin-top: 30px;
	display: flex;
	position: relative;
	justify-content: center;
}
.education2 .tabs::before {
	left: 0px;
	top: 50%;
	right: 0px;
	border-top-color: rgb(71, 59, 59);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	content: "";
}
.education2 .tabs a {
	background: rgb(54, 45, 46);
	margin: 0px 30px;
	padding: 10px 0px;
	color: rgb(140, 114, 110);
	line-height: 1.3;
	font-size: 18px;
	display: flex;
	position: relative;
	align-items: center;
}
.education2 .tabs a::before {
	height: 10px;
	margin-right: 20px;
	border-left-color: rgb(71, 59, 59);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.education2 .tabs a::after {
	height: 10px;
	margin-left: 20px;
	border-left-color: rgb(71, 59, 59);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	content: "";
}
.education2 .tabs a.now {
	color: rgb(255, 255, 255);
}
.education2 .list {
	background: url("http://wdx.xacom.edu.cn/image/png53.png") no-repeat bottom / contain rgb(74, 61, 62);
	padding: 65px 85px 40px;
	font-size: 18px;
	margin-top: 40px;
}
.education2 .list a {
	background: url("http://wdx.xacom.edu.cn/image/png52.png") no-repeat left 5px;
	width: 20%;
	padding-left: 28px;
	margin-bottom: 30px;
	display: inline-block;
	white-space: nowrap;
	box-sizing: border-box;
}
.education2 .list a:hover {
	color: rgb(140, 114, 110);
}
.education3 {
	background: rgb(238, 235, 234);
	position: relative;
}
.education3 .block {
	display: flex;
	justify-content: space-between;
}
.education3 .tit {
	width: calc(50% - 10px);
}
.education3 .tit .inner {
	position: relative;
}
.education3 .tit img {
	width: 100%;
	height: auto;
}
.education3 .tit .t {
	color: rgb(255, 255, 255);
}
.education3 .tit .t {
	background: rgba(0, 0, 0, 0.3);
	padding: 55px 0px 0px 65px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.education3 .tit .t .more1 {
	background: url("http://wdx.xacom.edu.cn/image/more1b.svg") no-repeat left;
	height: 45px;
	line-height: 45px;
	padding-left: 60px;
	margin-top: 15px;
	display: inline-block;
}
.education3 .r {
	width: calc(50% - 10px);
	position: relative;
}
.education3 .r .list1 {
	left: 0px;
	top: 0px;
	width: 38%;
	height: 84%;
	position: absolute;
}
.education3 .r .list1 .item {
	height: 50%;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.education3 .r .list1 .item .ico {
	height: 90px;
}
.education3 .r .list1 .item .h {
	font-size: 18px;
	margin-top: 15px;
}
.education3 .r .list1 :nth-child(1).item {
	background: rgb(135, 8, 8);
}
.education3 .r .list1 :nth-child(2).item {
	background: rgb(162, 0, 0);
}
.education3 .r .list2 {
	background: url("http://wdx.xacom.edu.cn/image/png40c.png") no-repeat right -45% bottom 0% / 80% auto rgb(255, 255, 255);
	height: 100%;
	padding-top: 12%;
	padding-left: 18%;
	margin-left: 28%;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.education3 .r .list2 ul {
	height: 100%;
	border-left-color: rgb(224, 224, 224);
	border-left-width: 1px;
	border-left-style: solid;
}
.education3 .r .list2 li {
	top: -21px;
	font-size: 24px;
	margin-bottom: 40px;
	position: relative;
}
.education3 .r .list2 li::before {
	transition: 0.4s ease-out;
	width: 30px;
	margin-right: 30px;
	vertical-align: middle;
	border-top-color: rgb(224, 224, 224);
	border-top-width: 1px;
	border-top-style: solid;
	display: inline-block;
	content: "";
}
.education3 .r .list2 li:hover::before {
	width: 120px;
	border-top-color: rgb(148, 7, 10);
	border-top-width: 2px;
	border-top-style: solid;
}
.education3 .r .list2 li:hover {
	color: rgb(148, 7, 10);
}
.education4 {
	background: url("http://wdx.xacom.edu.cn/image/png64.png") no-repeat right bottom / auto 80%;
}
.education4 .list {
	margin-top: 40px;
	display: flex;
}
.education4 .item {
	flex: 1 1 0px;
	text-align: center;
	margin-left: 20px;
}
.education4 .item a {
	display: block;
}
.education4 :first-child.item {
	margin-left: 0px;
}
.education4 .item .pic img {
	width: 100%;
	height: auto;
}
.education4 .item .h {
	font-size: 18px;
	margin-top: 20px;
}
.photos {
	background: url("http://wdx.xacom.edu.cn/image/png86.png") no-repeat top / 90% auto;
}
.photos .content {
	margin-top: 50px;
	display: flex;
}
.photos .tabs {
	width: 85px;
	text-align: center;
}
.photos .tabs li {
	cursor: pointer;
}
.photos .tabs li::after {
	background: url("http://wdx.xacom.edu.cn/image/png56.png") no-repeat center;
	margin: 8px 0px 5px;
	width: 11px;
	height: 29px;
	display: inline-block;
	content: "";
}
.photos .tabs li:last-child::after {
	display: none;
}
.photos .tabs .p {
	margin-bottom: 10px;
	display: none;
}
.photos .tabs .s .p {
	display: block;
}
.photos .tabs span.now {
	color: rgb(148, 7, 10);
}
.photos .tabs .h {
	font-family: Impact;
	font-size: 30px;
}
.photos .tabs span {
	padding: 5px 0px;
	font-size: 16px;
	display: block;
}
.photos .div {
	flex: 1 1 0px;
	margin-left: 50px;
}
.photos .date {
	line-height: 70px;
	display: flex;
	align-items: center;
}
.photos .date .inr {
	background: url("http://wdx.xacom.edu.cn/image/png97.png") no-repeat right;
	padding: 0px 15px;
	font-size: 30px;
	display: inline-block;
}
.photos .list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.photos .list .item {
	width: calc(33.33% - 23.33px);
	margin-bottom: 35px;
	margin-left: 35px;
}
.photos .list :nth-child(3n-2).item {
	margin-left: 0px;
}
.photos .list .item .pic {
	overflow: hidden;
	position: relative;
}
.photos .list .item .pic img {
	width: 100%;
	height: auto;
}
.photos .list .item .h {
	margin-top: 10px;
}
.photos .list .item .d {
	margin-top: 10px;
}
.photos .list .item .d span {
	margin-right: 15px;
}
.photos .uplod {
	top: 50%;
	text-align: center;
	right: 10px;
	color: rgb(148, 7, 10);
	position: fixed;
	z-index: 5;
	transform: translateY(-50%);
}
.photos .uplod .p {
	padding-top: 5px;
}
.photos .uplod img {
	width: 70px;
}
.class_detail {
	background: url("http://wdx.xacom.edu.cn/image/png86.png") no-repeat top / 90% auto;
}
.class_detail .title .p {
	color: rgb(148, 7, 10);
	font-size: 18px;
	font-weight: bold;
}
.class_detail table {
	text-align: center;
	margin-top: 40px;
}
.class_detail td {
	padding: 14px 5px;
}
.class_detail thead td {
	background: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
	font-size: 18px;
}
.class_detail tbody tr:nth-child(2n+1) td {
	background: rgb(238, 235, 234);
}
.school_calendar {
	background: url("http://wdx.xacom.edu.cn/image/png86.png") no-repeat top / 90% auto;
}
.school_calendar .block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.school_calendar .content {
	overflow: hidden;
	display: flex;
	max-width: 100%;
	flex-direction: column;
}
.school_calendar .content .tit img {
	margin-left: 0.5em;
	vertical-align: middle;
	max-height: 1em;
}
.school_calendar .content .txt {
	font-size: 16px;
	margin-top: 40px;
}
.cas_h {
	background: url("http://wdx.xacom.edu.cn/image/png89.png") no-repeat right / contain rgb(148, 7, 10);
	padding: 65px 0px;
	color: rgb(255, 255, 255);
}
.cas_h .list {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.cas_h .list .item {
	border-radius: 100%;
	width: 227px;
	height: 227px;
	text-align: center;
	position: relative;
}
.cas_h .list .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png88.png") no-repeat center / contain;
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.1);
}
.cas_h .list .item a {
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cas_h .list .item:hover::before {
	opacity: 1;
	transform: none;
}
.cas_h .list .item.now::before {
	opacity: 1;
	transform: none;
}
.cas_h .list .item .ico {
	height: 80px;
	line-height: 80px;
	position: relative;
}
.cas_h .list .item .h {
	font-size: 20px;
	margin-top: 20px;
	position: relative;
}
.cas_h .list .item .p {
	margin-top: 5px;
	position: relative;
}
.cas .list {
	margin: 50px 5% 0px;
	display: flex;
	flex-wrap: wrap;
}
.cas .item {
	width: calc(25% - 31px);
	margin-bottom: 30px;
	margin-left: 40px;
}
.cas :nth-child(4n-3).item {
	margin-left: 0px;
}
.cas .item img {
	width: 100%;
	height: auto;
}
.cas .item .pic {
	border-bottom-color: rgb(135, 110, 106);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	position: relative;
}
.cas .item .pic::after {
	background: rgb(148, 7, 10);
	transition: 0.3s ease-out;
	left: 50%;
	height: 4px;
	right: 50%;
	bottom: -4px;
	position: absolute;
	content: "";
}
.cas .item:hover .pic::after {
	left: 0px;
	right: 0px;
}
.cas .item .h {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.cas .item:hover .h {
	color: rgb(148, 7, 10);
}
.cas .loading {
	text-align: center;
	color: rgb(148, 7, 10);
	margin-top: 20px;
	display: none;
}
.tabs1 {
	text-align: center;
	line-height: 1.3;
	overflow: hidden;
	font-size: 18px;
	margin-top: 40px;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.tabs1 .inner1 {
	display: flex;
	justify-content: center;
}
.tabs1 .inner {
	margin: auto;
	display: table;
	white-space: nowrap;
}
.tabs1 a {
	padding: 8px 30px;
	display: inline-block;
}
.tabs1 a.now {
	color: rgb(148, 7, 10);
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.notice .d {
	padding: 75px 75px 10px;
}
.notice .list .item {
	background: rgb(245, 245, 245);
	margin-top: 40px;
}
.notice .list .item a {
	padding: 30px 45px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.notice .list .item a .h {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}
.notice .list .item .date {
	color: rgb(112, 112, 112);
}
.notice .list .item:hover {
	background: rgb(238, 235, 234);
}
.notice .list :first-child.item {
	margin-top: 0px;
}
.notice .text {
	text-indent: 2em;
	overflow: hidden;
	font-size: 16px;
}
.notice .text p {
	margin-top: 15px;
}
.notice .text p:first-child {
	margin-top: 0px;
}
.notice .b {
	text-align: center;
	margin-top: 40px;
}
.article {
	background: url("http://wdx.xacom.edu.cn/image/png86.png") no-repeat top / 90% auto;
	margin-top: -50px;
}
.article::before {
	background: url("http://wdx.xacom.edu.cn/image/png87.png") no-repeat top / contain;
	width: 25%;
	right: 0px;
	bottom: 100px;
	padding-top: 30%;
	position: absolute;
	content: "";
}
.article .block {
	position: relative;
}
.article .content {
	margin-top: 40px;
}
.article .content .text {
	text-align: justify;
	text-indent: 2em;
	font-size: 16px;
}
.article .content p {
	margin-top: 20px;
}
.article .content p img {
	margin-left: -2em;
}
.study1 {
	background: url("http://wdx.xacom.edu.cn/image/png64.png") no-repeat right bottom rgb(238, 235, 234);
}
.study1 .content {
	margin-top: 40px;
	display: flex;
}
.study1 .l {
	background: url("http://wdx.xacom.edu.cn/image/png63.png") no-repeat right bottom / 80% auto rgb(148, 7, 10);
	padding: 65px;
	width: calc(50% - 10px);
	color: rgb(255, 255, 255);
	box-sizing: border-box;
}
.study1 .links {
	font-size: 18px;
	margin-top: 10px;
}
.study1 .links a {
	margin: 20px 0px 0px;
	width: calc(33.33%);
	padding-right: 10px;
	vertical-align: top;
	display: inline-block;
}
.study1 .l .links a {
	color: rgb(255, 255, 255) !important;
}
.study1 .l .links a::before {
	color: rgb(255, 255, 255);
}
.study1 .r {
	width: calc(50% - 10px);
	margin-left: 20px;
	box-sizing: border-box;
}
.study1 .r .d1 {
	background: rgb(255, 255, 255);
	padding: 65px;
}
.study1 .r .d2 {
	margin-top: 20px;
	display: flex;
}
.study1 .r .d2 .links a {
	width: 50%;
}
.study1 .r .dl {
	background: rgb(165, 159, 157);
	padding: 65px;
	flex: 1 1 0px;
	color: rgb(255, 255, 255);
}
.study1 .r .dl .links a {
	color: rgb(255, 255, 255) !important;
}
.study1 .r .dl .links a::before {
	color: rgb(255, 255, 255);
}
.study1 .r .dr {
	background: url("http://wdx.xacom.edu.cn/image/png60.png") no-repeat center / cover;
	width: 35%;
	margin-left: 20px;
}
.study2 {
	background: rgb(54, 45, 46);
	overflow: hidden;
}
.study2 .block {
	display: flex;
}
.study2 .l {
	width: 50%;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
}
.study2 .l .fz40 {
	margin-bottom: 40px;
}
.study2 .bg1 {
	background: rgb(74, 61, 62);
	padding: 50px;
	border-bottom-color: rgba(255, 255, 255, 0.1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.study2 .bg2 {
	background: rgb(74, 61, 62);
	padding: 50px;
}
.study2 .links {
	font-size: 18px;
	margin-top: 10px;
}
.study2 .links a {
	margin: 20px 0px 0px;
	width: calc(33.33%);
	color: rgb(255, 255, 255) !important;
	padding-right: 10px;
	vertical-align: top;
	display: inline-block;
}
.study2 .links a::before {
	color: rgb(140, 114, 110);
}
.study2 .r {
	background-position: center;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.study3 {
	position: relative;
}
.study3 .bg {
	background: rgb(238, 235, 234);
	left: 0px;
	top: 0px;
	height: 50%;
	right: 0px;
	position: absolute;
}
.study3 .block {
	position: relative;
}
.study3 .content {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
}
.study3 .content .d {
	background: rgb(255, 255, 255);
	padding: 60px;
	flex: 1 1 0px;
	margin-left: 20px;
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.study3 .content :first-child.d {
	margin-left: 0px;
}
.study3 .content :nth-child(2).d {
	background: url("http://wdx.xacom.edu.cn/image/png65.png") no-repeat right bottom rgb(255, 255, 255);
}
.study3 .content .d .links {
	font-size: 18px;
	margin-top: 20px;
}
.study3 .content .d .links a {
	margin: 20px 0px 0px;
	width: 50%;
	vertical-align: top;
	display: inline-block;
}
.study3 .b {
	text-align: center;
	margin-top: 40px;
}
.study4 {
	background: url("http://wdx.xacom.edu.cn/image/png64.png") no-repeat right bottom;
	overflow: hidden;
}
.study4 .content {
	margin-top: 40px;
	position: relative;
}
.study4 .bg {
	background: rgb(148, 7, 10);
	left: 50%;
	top: 30%;
	right: 0px;
	bottom: 6%;
	position: absolute;
}
.study4 .pic {
	position: relative;
}
.study4 .pic img {
	max-width: 65%;
}
.study4 .text {
	background: rgb(255, 255, 255);
	padding: 90px 80px;
	left: 50%;
	top: 7%;
	right: 35px;
	bottom: 10%;
	display: flex;
	position: absolute;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	flex-direction: column;
	justify-content: center;
}
.study4 .links {
	font-size: 18px;
}
.study4 .links a {
	margin: 15px 0px;
	width: 50%;
	vertical-align: top;
	display: inline-block;
}
.study5 {
	background: url("http://wdx.xacom.edu.cn/image/png62.png") no-repeat left bottom rgb(54, 45, 46);
	color: rgb(255, 255, 255);
}
.study5 .list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.study5 .list .item {
	background: rgb(140, 114, 110);
	padding: 5px;
	width: calc(25% - 15px);
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.study5 .list .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png66.png") no-repeat right rgb(148, 7, 10);
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
	opacity: 0;
}
.study5 .list .item:hover::before {
	opacity: 1;
}
.study5 .list .item a {
	padding: 30px 0px;
	border: 1px dashed rgb(175, 157, 154);
	border-image: none;
	height: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}
.study5 .list :nth-child(4n-3).item {
	margin-left: 0px;
}
.study6 {
	padding: 5vw 0px;
	background-size: cover;
	background1: url(http://wdx.xacom.edu.cn/image/bg6a.jpg) center bottom no-repeat;
}
.study6 .list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	-ms-align-items: center;
}
.study6 .list .item {
	border-radius: 100%;
	width: 227px;
	height: 227px;
	text-align: center;
	display: flex;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.study6 .list .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png55.png") no-repeat center / contain;
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.1);
}
.study6 .list .item:hover::before {
	opacity: 1;
	transform: none;
}
.study6 .list .item .ico {
	height: 90px;
	position: relative;
}
.study6 .list .item .ico img {
	height: 100%;
}
.study6 .list .item .h {
	font-size: 20px;
	margin-top: 20px;
	position: relative;
}
.history_famous1 {
	background: url("http://wdx.xacom.edu.cn/image/png72.png") no-repeat right bottom / contain;
	position: relative;
}
.history_famous1::after {
	background: url("http://wdx.xacom.edu.cn/image/png71.png") no-repeat center;
	left: 50%;
	width: 27px;
	height: 38px;
	bottom: 0px;
	margin-left: -13px;
	position: absolute;
	content: "";
}
.history_famous1 .title img {
	margin-right: 10px;
	vertical-align: middle;
}
.history_famous1 .text {
	margin-top: 40px;
}
.history_famous1 .text .p {
	margin-top: 20px;
}
.history_famous1 .text :first-child.p {
	margin-top: 0px;
}
.history_famous2 {
	color: rgb(255, 255, 255);
	position: relative;
}
.history_famous2 .bg1 {
	background: rgb(54, 45, 46);
	left: 0px;
	top: 0px;
	height: 40%;
	right: 0px;
	position: absolute;
}
.history_famous2 .bg2 {
	background: rgb(74, 61, 62);
	left: 0px;
	top: 190px;
	right: 31%;
	bottom: 0px;
	position: absolute;
}
.history_famous2 .block {
	position: relative;
}
.history_famous2 .tit {
	padding: 90px 0px 50px;
}
.history_famous2 .item {
	display: none;
}
.history_famous2 .text {
	padding: 70px 0px;
	width: 55%;
}
.history_famous2 .text .d {
	font-size: 18px;
	margin-top: 15px;
}
.history_famous2 .text .p {
	margin-top: 15px;
}
.history_famous2 .pic {
	width: 30%;
	right: 0px;
	bottom: 90px;
	position: absolute;
}
.history_famous2 .pic img {
	width: 100%;
	height: auto;
}
.history_famous2 .frame {
	width: calc(70% - 20px);
	overflow: hidden;
	position: relative;
}
.history_famous2 .child {
	margin-left: 20px;
	float: left;
	position: relative;
	cursor: pointer;
}
.history_famous2 :first-child.child {
	margin-left: 0px;
}
.history_famous2 .child.now::after {
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom-color: rgb(140, 114, 110);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	position: absolute;
	content: "";
}
.history_famous2 .navg {
	height: 90px;
	text-align: center;
	right: 0px;
	bottom: 0px;
	line-height: 90px;
	font-family: icon;
	font-size: 40px;
	display: flex;
	position: absolute;
}
.history_famous2 .navg span {
	background: rgb(140, 114, 110);
	width: 80px;
	display: block;
	cursor: pointer;
}
.history_famous3 {
	background: rgb(238, 235, 234);
}
.history_famous3 .content {
	margin-top: 40px;
	display: flex;
}
.history_famous3 .l {
	background: url("http://wdx.xacom.edu.cn/image/pic94.jpg") no-repeat center / cover;
	padding: 80px;
	width: 40%;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
}
.history_famous3 .l .pic {
	width: 55%;
	margin-right: 35px;
	float: left;
}
.history_famous3 .l .pic img {
	width: 100%;
}
.history_famous3 .l .t .fz30 {
	margin-bottom: 20px;
}
.history_famous3 .l .t .p {
	line-height: 2;
}
.history_famous3 .l .b {
	text-align: justify;
	text-indent: 2em;
	padding-top: 30px;
	clear: both;
}
.history_famous3 .r {
	background: url("http://wdx.xacom.edu.cn/image/png70.png") no-repeat right bottom rgb(255, 255, 255);
	padding: 60px 45px;
	flex: 1 1 0px;
}
.history_famous3 .r .list {
	height: 490px;
	overflow: auto;
	font-size: 18px;
}
.history_famous3 .r .list a {
	width: 20%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	white-space: nowrap;
}
.history_famous3 .r .list a.now {
	background: url("http://wdx.xacom.edu.cn/image/png69.png") no-repeat right rgb(96, 120, 162);
	color: rgb(255, 255, 255);
}
.history_famous3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgb(96, 120, 162);
}
.history_famous4 {
	background: url("http://wdx.xacom.edu.cn/image/pic100.jpg") no-repeat center / cover;
	color: rgb(255, 255, 255);
}
.history_famous4 .focus {
	margin-top: 40px;
	position: relative;
}
.history_famous4 .frame {
	overflow: hidden;
	padding-bottom: 30px;
}
.history_famous4 .child {
	padding-bottom: 75px;
	float: left;
	position: relative;
	cursor: pointer;
}
.history_famous4 .child::after {
	background: url("http://wdx.xacom.edu.cn/image/png73.png") no-repeat top;
	left: 50%;
	width: 25px;
	height: 60px;
	bottom: 0px;
	margin-left: -13px;
	position: absolute;
	content: "";
}
.history_famous4 .child.now::after {
	height: 89px;
	bottom: -30px;
	background-image: url("http://wdx.xacom.edu.cn/image/png73a.png");
}
.history_famous4 .h {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.history_famous4 .pic {
	overflow: hidden;
	position: relative;
}
.history_famous4 .now .pic::after {
	background: rgb(175, 167, 167);
	left: 0px;
	height: 4px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.history_famous4 .child img {
	transition: 0.3s ease-out;
	width: 100%;
}
.history_famous4 .child:hover img {
	transform: scale(1.1);
}
.history_famous4 .slick-track {
	padding-bottom: 30px;
}
.history_famous4 .bb {
	left: 30px;
	right: 30px;
	bottom: 29px;
	border-bottom-color: rgb(170, 163, 163);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	content: "";
}
.history_famous4 .bb::before {
	border-radius: 100%;
	border: 1px solid rgb(170, 163, 163);
	border-image: none;
	left: -7px;
	top: -3px;
	width: 5px;
	height: 5px;
	position: absolute;
	content: "";
}
.history_famous4 .bb::after {
	border-radius: 100%;
	border: 1px solid rgb(170, 163, 163);
	border-image: none;
	top: -3px;
	width: 5px;
	height: 5px;
	right: -7px;
	position: absolute;
	content: "";
}
.history_famous4 .text {
	background: rgb(160, 152, 152);
	padding: 50px;
	margin-top: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.history_famous4 .text .d {
	display: none;
}
.history_famous4 .prev {
	left: -5px;
	width: 30px;
	height: 55px;
	text-align: left;
	bottom: 0px;
	color: rgb(234, 232, 232);
	line-height: 55px;
	font-family: icon;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
}
.history_famous4 .next {
	width: 30px;
	height: 55px;
	text-align: right;
	right: -5px;
	bottom: 0px;
	color: rgb(234, 232, 232);
	line-height: 55px;
	font-family: icon;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
}
.history_famous5 .content {
	margin-top: 40px;
}
.history_famous5 .list {
	height: 440px;
	color: rgb(255, 255, 255);
	display: flex;
}
.history_famous5 .item {
	background: rgb(54, 45, 46);
	width: 180px;
	margin-left: 1px;
	display: flex;
	cursor: pointer;
	box-sizing: border-box;
}
.history_famous5 :first-child.item {
	margin-left: 0px;
}
.history_famous5 .item .text {
	padding: 70px 50px;
	flex: 1 1 0px;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
}
.history_famous5 .item .h {
	font-size: 24px;
}
.history_famous5 .item .d {
	margin-left: 10px;
}
.history_famous5 .item .p {
	margin-top: 20px;
	display: none;
	max-height: 210px;
}
.history_famous5 .item .pic {
	width: 0px;
	overflow: hidden;
}
.history_famous5 .item .pic img {
	width: auto;
	height: 100%;
}
.history_famous5 .item.now {
	background: rgb(140, 114, 110);
	flex: 1 1 0px;
	width: auto;
}
.history_famous5 .item.now .text {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}
.history_famous5 .item.now .d {
	margin: 15px 0px 0px;
}
.history_famous5 .item.now .p {
	display: block;
}
.history_famous5 .item.now .pic {
	width: auto;
}
.history_famous6 {
	background: url("http://wdx.xacom.edu.cn/image/png95.png") no-repeat left bottom;
}
.history_famous6 .content {
	background: url("http://wdx.xacom.edu.cn/image/png94.png") no-repeat right bottom rgb(54, 45, 46);
	padding: 0px 100px;
	color: rgb(255, 255, 255);
	margin-top: 60px;
	display: flex;
	align-items: center;
}
.history_famous6 .pic {
	width: 343px;
	margin-right: 100px;
	transform: translateY(-15%);
}
.history_famous6 .pic img {
	width: 100%;
	height: auto;
}
.history_famous6 .text {
	flex: 1 1 0px;
}
.history_famous6 .text .p {
	margin-top: 40px;
}
.visit1 .list {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.visit1 .list .item {
	border-radius: 100%;
	width: 227px;
	height: 227px;
	text-align: center;
	display: flex;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.visit1 .list .item::before {
	background: url("http://wdx.xacom.edu.cn/image/png55.png") no-repeat center / contain;
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
	transform: scale(1.1);
}
.visit1 .list .item:hover::before {
	opacity: 1;
	transform: none;
}
.visit1 .list .item .ico {
	height: 80px;
	line-height: 80px;
	position: relative;
}
.visit1 .list .item .ico img {
	height: 100%;
	max-width: 100px;
}
.visit1 .list .item .h {
	font-size: 20px;
	margin-top: 20px;
	position: relative;
}
.visit1 .list .item .p {
	margin-top: 5px;
	position: relative;
}
.visit1 .content {
	display: flex;
}
.visit1 .l {
	width: 55px;
	line-height: 55px;
	display: flex;
	flex-direction: column;
}
.visit1 .l .fz40 {
	text-align: center;
	line-height: 1;
}
.visit1 .l .line {
	background: rgb(221, 221, 221);
	margin: 20px auto;
	flex: 1 1 0px;
	width: 1px;
}
.visit1 .l .tabs {
	display: flex;
	flex-direction: column;
}
.visit1 .l .tabs a {
	background: url("http://wdx.xacom.edu.cn/image/png74a.png") no-repeat center / cover;
	height: 130px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 18px;
	margin-top: 10px;
	position: relative;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
}
.visit1 .l .tabs a.now::after {
	border-width: 12px 8px;
	border-style: solid;
	border-color: transparent transparent transparent rgb(148, 7, 10);
	border-image: none;
	left: 100%;
	top: 50%;
	margin-top: -6px;
	position: absolute;
	content: "";
}
.visit1 .l .tabs a:nth-child(2) {
	background-image: url("http://wdx.xacom.edu.cn/image/png74b.png");
}
.visit1 .l .tabs a:nth-child(3) {
	background-image: url("http://wdx.xacom.edu.cn/image/png74c.png");
}
.visit1 .r {
	flex: 1 1 0px;
	margin-left: 70px;
	position: relative;
}
.visit1 .r .d {
	display: none;
}
.visit1 .r .tip {
	left: 0px;
	bottom: 0px;
	position: absolute;
	max-width: 20%;
}
.visit1 .r .map {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.visit1 .r .map img {
	width: 100%;
	height: auto;
}
.visit1 .r .map .a {
	left: 33.5%;
	top: 27%;
	width: 44%;
	display: none;
	position: absolute;
}
.visit1 .r .map .b {
	left: 34.4%;
	top: 4%;
	width: 27.3%;
	position: absolute;
}
.visit1 .r .map .c {
	left: 34.3%;
	top: 26.1%;
	width: 30%;
	position: absolute;
}
.visit1 .r .map .point {
	background: url("http://wdx.xacom.edu.cn/image/png76b.png") no-repeat center;
	left: 0px;
	top: 0px;
	width: 21px;
	height: 24px;
	position: absolute;
	cursor: pointer;
}
.visit1 .r .map .point:hover {
	z-index: 1;
}
.visit1 .r .map .point .cont {
	background: rgb(255, 255, 255);
	padding: 25px 30px;
	left: 0px;
	top: -20px;
	width: 285px;
	margin-left: 35px;
	display: none;
	position: absolute;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.visit1 .r .map .point .cont::before {
	border-width: 10px;
	border-style: solid;
	border-color: transparent rgb(255, 255, 255) transparent transparent;
	border-image: none;
	top: 20px;
	right: 100%;
	position: absolute;
	content: "";
}
.visit1 .r .map .point:hover .cont {
	display: block;
}
.visit1 .r .map .point .h {
	background: url("http://wdx.xacom.edu.cn/image/png76.png") no-repeat left;
	padding-left: 30px;
	font-size: 18px;
}
.visit1 .r .map .point .p {
	padding-left: 30px;
	margin-top: 15px;
}
.visit1 .r .map .point a {
	background: url("http://wdx.xacom.edu.cn/image/png82.png") no-repeat center;
	width: 70px;
	height: 27px;
	margin-top: 10px;
	margin-left: 30px;
	display: inline-block;
}
.visit1 .r .zoom {
	right: 0px;
	bottom: 0px;
	display: none;
	position: absolute;
}
.visit1 .r .zoom .a {
	background: url("http://wdx.xacom.edu.cn/image/png81a.png") no-repeat center;
	width: 46px;
	height: 46px;
	margin-right: 15px;
	display: inline-block;
}
.visit1 .r .zoom .b {
	background: url("http://wdx.xacom.edu.cn/image/png81b.png") no-repeat center;
	width: 46px;
	height: 46px;
	display: inline-block;
}
.visit1 .text {
	text-align: center;
	margin-top: 50px;
}
.visit1 .text .h {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.visit1 .text .h::before {
	flex: 1 1 0px;
	margin-right: 20px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
	content: "";
}
.visit1 .text .h::after {
	flex: 1 1 0px;
	margin-left: 20px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
	content: "";
}
.visit1 .text .p {
	padding: 0px 5%;
	margin-top: 20px;
}
.visit2 {
	background: url("http://wdx.xacom.edu.cn/image/png78.png") no-repeat right bottom rgb(54, 45, 46);
	color: rgb(255, 255, 255);
	overflow: hidden;
}
.visit2 .frame {
	margin-top: 40px;
}
.visit2 .list {
	display: flex;
	flex-wrap: wrap;
}
.visit2 .list a {
	background: rgb(140, 114, 110);
	margin: 0px 0px 15px 15px;
	padding: 5px;
	width: calc(16.66% - 12.5px);
	display: block;
	box-sizing: border-box;
}
.visit2 .list a:hover {
	background: url("http://wdx.xacom.edu.cn/image/png79.png") no-repeat right rgb(148, 7, 10);
}
.visit2 .list a:nth-child(6n-5) {
	margin-left: 0px;
}
.visit2 .list a span {
	padding: 15px 0px;
	border: 1px dashed rgb(175, 157, 154);
	border-image: none;
	height: 100%;
	text-align: center;
	font-size: 18px;
	display: block;
	box-sizing: border-box;
}
.visit2 .navg {
	text-align: center;
	margin-top: 40px;
}
.visit2 .prev {
	background: url("http://wdx.xacom.edu.cn/image/arrow4a.png") no-repeat left;
	width: 70px;
	height: 25px;
	margin-right: 20px;
	display: inline-block;
}
.visit2 .prev:hover {
	background-image: url("http://wdx.xacom.edu.cn/image/arrow4c.png");
}
.visit2 .next {
	background: url("http://wdx.xacom.edu.cn/image/arrow4b.png") no-repeat right;
	width: 70px;
	height: 25px;
	display: inline-block;
}
.visit2 .next:hover {
	background-image: url("http://wdx.xacom.edu.cn/image/arrow4d.png");
}
.visit3 {
	background: url("http://wdx.xacom.edu.cn/image/png80.png") no-repeat right bottom / 38% auto;
}
.visit3 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.visit3 .d {
	width: calc(50% - 10px);
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.visit3 .d > img {
	width: 100%;
	max-height: none;
}
.visit3 :first-child.d {
	display: block;
}
.visit3 :last-child.d {
	display: block;
	opacity: 0;
}
.visit3 :nth-child(-n+2).d {
	margin-top: 0px;
}
.visit3 .d .item {
	background: rgb(238, 235, 234);
	transition: 0.2s ease-out;
	width: calc(50% - 10px);
	text-align: center;
	margin-top: 20px;
	display: flex;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.visit3 .d :last-child.item {
	background: none;
}
.visit3 .d :nth-child(-n+2).item {
	margin-top: 0px;
}
.visit3 .d .item:hover {
	background: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
}
.visit3 .d .item:hover .a {
	display: none;
}
.visit3 .d .item:hover .b {
	display: inline-block;
}
.visit3 .d .item .ico {
	height: 90px;
	line-height: 90px;
}
.visit3 .d .item .ico img {
	height: 100%;
}
.visit3 .d .item .b {
	display: none;
}
.visit3 .d .item .h {
	font-size: 24px;
	margin-top: 25px;
}
.visit3 .d .item a {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.visit4 {
	background-size: 100% auto;
	background1: url(http://wdx.xacom.edu.cn/image/bg9.jpg) center bottom no-repeat;
}
.visit4 .title {
	padding-bottom: 40px;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.visit4 .list {
	display: flex;
}
.visit4 .item {
	padding: 40px 0px 0px 25px;
	flex: 1 1 0px;
	font-size: 18px;
	border-left-color: rgb(224, 224, 224);
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
	box-sizing: border-box;
}
.visit4 .item::before {
	background: rgb(148, 7, 10);
	transition: 0.2s ease-out;
	left: 0px;
	top: 50%;
	width: 4px;
	bottom: 50%;
	position: absolute;
	content: "";
}
.visit4 .item:hover::before {
	top: 20%;
	bottom: 5%;
}
.visit4 .item .d {
	font-family: Impact;
	font-size: 48px;
}
.visit4 .navg {
	text-align: center;
	margin-top: 50px;
}
.visit4 .prev {
	background: url("http://wdx.xacom.edu.cn/image/arrow4a.png") no-repeat left;
	width: 70px;
	height: 25px;
	margin-right: 20px;
	display: inline-block;
}
.visit4 .prev:hover {
	background-image: url("http://wdx.xacom.edu.cn/image/arrow4e.png");
}
.visit4 .next {
	background: url("http://wdx.xacom.edu.cn/image/arrow4b.png") no-repeat right;
	width: 70px;
	height: 25px;
	display: inline-block;
}
.visit4 .next:hover {
	background-image: url("http://wdx.xacom.edu.cn/image/arrow4f.png");
}
.teachers {
	background: url("http://wdx.xacom.edu.cn/image/bg26.png") no-repeat left 62%;
}
.teachers1 {
	position: relative;
}
.teachers1 .bg {
	left: 0px;
	width: 70%;
	height: 506px;
	bottom: 60px;
	position: absolute;
	background-size: cover;
}
.teachers1 .block {
	display: flex;
	position: relative;
	justify-content: flex-end;
}
.teachers1 .text {
	background: url("http://wdx.xacom.edu.cn/image/png84.png") no-repeat right 0px bottom 20px rgba(128, 5, 4, 0.95);
	padding: 140px 60px 240px;
	width: 45%;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
}
.teachers1 .links {
	font-size: 18px;
	margin-top: 100px;
}
.teachers1 .links a {
	width: 33.33%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}
.teachers1 .links a::before {
	color: rgb(255, 255, 255);
}
.teachers2 {
	overflow: hidden;
}
.teachers2 .block {
	position: relative;
}
.teachers2 .bg {
	background: rgb(148, 7, 10);
	left: 50%;
	top: 30%;
	right: 0px;
	bottom: 6%;
	position: absolute;
}
.teachers2 .pic {
	width: 60%;
	position: relative;
}
.teachers2 .pic img {
	width: 100%;
	height: auto;
}
.teachers2 .text {
	background: url("http://wdx.xacom.edu.cn/image/png45.png") no-repeat right bottom rgb(255, 255, 255);
	padding: 90px 80px;
	left: 50%;
	top: 7%;
	right: 35px;
	bottom: 10%;
	position: absolute;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.teachers2 .links {
	font-size: 18px;
	margin-top: 50px;
}
.teachers2 .links a {
	width: 33.33%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}
.teachers3 {
	padding-bottom: 130px;
	margin-top: 70px;
	position: relative;
}
.teachers3 .bg1 {
	background: rgb(74, 61, 62);
	left: 0px;
	height: 140px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.teachers3 .bg2 {
	top: 0px;
	width: 20%;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
}
.teachers3 .text {
	padding: 130px 0px;
	width: 85%;
}
.teachers3 .links {
	font-size: 18px;
	margin-top: 50px;
}
.teachers3 .links a {
	width: 20%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}
.teachers3 .block {
	position: relative;
}
.tutors .list {
	margin-top: 50px;
	position: relative;
}
.tutors .item {
	background: rgb(255, 255, 255);
	width: calc(50% - 12px);
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.tutors :nth-child(2n).item {
	margin-right: 0px;
}
.tutors .item::after {
	background: rgb(148, 7, 10);
	transition: 0.3s ease-out;
	left: 0px;
	width: 0px;
	height: 4px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.tutors .item:hover::after {
	width: 100%;
}
.tutors .item .t {
	background: url("http://wdx.xacom.edu.cn/image/bg17.png") no-repeat center / cover;
	padding: 0px 40px;
	height: 70px;
	color: rgb(255, 255, 255);
	line-height: 70px;
}
.tutors .item .inner {
	padding: 40px 30px;
	position: relative;
}
.tutors .item .ico {
	float: left;
}
.tutors .item .text {
	padding: 15px 0px 0px 100px;
	font-size: 0px;
}
.tutors .item :first-child.text {
	padding-left: 40px;
}
.tutors .item .text a {
	width: 50%;
	line-height: 1.3;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 35px;
	vertical-align: top;
	border-left-color: rgb(148, 7, 10);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
	white-space: nowrap;
	box-sizing: border-box;
}
.campus3a {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background1: url(http://wdx.xacom.edu.cn/image/bg6.jpg);
}
.campus3a .title {
	padding-bottom: 40px;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.campus3a .list {
	display: flex;
}
.campus3a .item {
	padding: 40px 0px 0px 25px;
	flex: 1 1 0px;
	font-size: 18px;
	border-left-color: rgb(224, 224, 224);
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
	box-sizing: border-box;
}
.campus3a .item::before {
	background: rgb(148, 7, 10);
	transition: 0.2s ease-out;
	left: 0px;
	top: 50%;
	width: 4px;
	bottom: 50%;
	position: absolute;
	content: "";
}
.campus3a .item:hover::before {
	top: 20%;
	bottom: 5%;
}
.campus3a .item .d {
	font-family: Impact;
	font-size: 48px;
}
.campus3a .navg {
	text-align: center;
	margin-top: 50px;
}
.campus3a .prev {
	background: url("http://wdx.xacom.edu.cn/image/arrow4a.png") no-repeat left;
	width: 70px;
	height: 25px;
	margin-right: 20px;
	display: inline-block;
	position: static;
}
.campus3a .prev:hover {
	background-image: url("http://wdx.xacom.edu.cn/image/arrow4e.png");
}
.campus3a .next {
	background: url("http://wdx.xacom.edu.cn/image/arrow4b.png") no-repeat right;
	width: 70px;
	height: 25px;
	display: inline-block;
	position: static;
}
.campus3a .next:hover {
	background-image: url("http://wdx.xacom.edu.cn/image/arrow4f.png");
}
.history {
	background: rgb(238, 235, 234);
	overflow: hidden;
}
.history .list {
	padding: 0px 20px;
	margin-top: 30px;
	position: relative;
}
.history .list::after {
	left: 50%;
	top: 0px;
	height: 100%;
	border-left-color: rgb(170, 170, 170);
	border-left-width: 1px;
	border-left-style: dashed;
	position: absolute;
	content: "";
}
.history .list::before {
	background: url("http://wdx.xacom.edu.cn/image/png93_12.png") no-repeat center;
	left: 50%;
	top: 0px;
	width: 57px;
	height: 57px;
	position: absolute;
	content: "";
	transform: translateX(-50%);
}
.history .item {
	width: 50%;
	border-bottom-color: rgb(170, 170, 170);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
}
.history .item.l {
	padding: 0px 80px 100px 0px;
	text-align: right;
	right: 50%;
}
.history .item.l::before {
	background: url("http://wdx.xacom.edu.cn/image/png93_13.png") no-repeat center;
	width: 44px;
	height: 44px;
	right: -22px;
	bottom: -22px;
	position: absolute;
	content: "";
}
.history .item.l::after {
	background: rgb(148, 7, 10);
	border-radius: 100%;
	left: 0px;
	width: 7px;
	height: 7px;
	bottom: -3px;
	position: absolute;
	content: "";
}
.history .item.r {
	padding: 0px 0px 100px 80px;
	left: 50%;
}
.history .item.r::before {
	background: url("http://wdx.xacom.edu.cn/image/png93_13.png") no-repeat center;
	left: -22px;
	width: 44px;
	height: 44px;
	bottom: -22px;
	position: absolute;
	content: "";
}
.history .item.r::after {
	background: rgb(148, 7, 10);
	border-radius: 100%;
	width: 7px;
	height: 7px;
	right: 0px;
	bottom: -3px;
	position: absolute;
	content: "";
}
.history .item .pic {
	position: relative;
}
.history .item .pic .year {
	background: url("http://wdx.xacom.edu.cn/image/png93_10.png") no-repeat center;
	border-radius: 100%;
	width: 264px;
	height: 264px;
	text-align: center;
	right: 0px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	line-height: 264px;
	overflow: hidden;
	font-size: 32px;
	position: absolute;
}
.history .item .pic .year .h {
	display: inline-block;
}
.history .item .pic .year span {
	background: url("http://wdx.xacom.edu.cn/image/png93_11.png") no-repeat center;
	left: 50%;
	top: 75%;
	width: 42px;
	height: 42px;
	position: absolute;
	transform: translate(-50%, -50%);
}
.history .item.r .pic .year {
	left: 0px;
	right: auto;
}
.history .item .pic .year a {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.history .item .text {
	margin-top: 50px;
}
.history .item .text .h {
	font-size: 24px;
}
.history .item .text .d {
	color: rgb(148, 7, 10);
	font-size: 18px;
	margin-top: 20px;
}
.history .item .text .p {
	color: rgb(102, 102, 102);
	line-height: 2.2;
	font-size: 12px;
	margin-top: 10px;
}
.history .item.l .text .p {
	text-align: right;
}
.history :last-child.item {
	left: 50%;
	width: 70%;
	text-align: left;
	padding-top: 100px;
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
	transform: translateX(-50%);
}
.history :last-child.item::after {
	display: none;
}
.history :last-child.item::before {
	display: none;
}
.history :last-child.item .text .p {
	text-align: left;
}
.history :last-child.item .pic .year {
	left: 50%;
	transform: translateX(-50%);
}
.skin1 .title .more {
	margin-top: 20px;
}
.skin1 .more i {
	position: relative;
}
.skin1 .more i::after {
	background: url("http://wdx.xacom.edu.cn/image/skin1/icon1.svg") no-repeat center / contain;
	left: 50%;
	width: 56px;
	height: 38px;
	bottom: 100%;
	margin-bottom: -22px;
	margin-left: -28px;
	position: absolute;
	content: "";
}
.home7 .d1 .more i::after {
	background-image: url("http://wdx.xacom.edu.cn/image/skin1/icon1a.svg");
}
.home7 .d1 .more:hover i::after {
	background-image: url("http://wdx.xacom.edu.cn/image/skin1/icon1.svg");
}
.skin1 .home5 {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg2.png") no-repeat left bottom / 40% auto rgb(238, 235, 234);
}
.skin1 .home5 .list :nth-child(1).item::before {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg1.png") no-repeat left bottom;
}
.skin1 .home5 .list :nth-child(4).item::before {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg1.png") no-repeat left bottom;
}
.skin1 .home5 .list :last-child.item::before {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg1.png") no-repeat left bottom;
}
.skin1 .home6 {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg3.png") no-repeat bottom / contain;
}
.skin1 .home7 {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg4.png") no-repeat right bottom / 70% auto rgb(56, 46, 47);
}
.skin1 .home8 .l .list {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg1.png") no-repeat left bottom rgb(255, 255, 255);
}
.skin1 .home10 {
	background: url("http://wdx.xacom.edu.cn/image/skin1/bg5.png") no-repeat bottom / 100% auto;
}
.skin1 .home9 .title .more {
	margin-top: 150px;
}
.skin2 .more i {
	position: relative;
}
.skin2 .more i::after {
	background: url("http://wdx.xacom.edu.cn/image/skin2/icon1.svg") no-repeat center / contain;
	top: 50%;
	width: 41px;
	height: 49px;
	right: 100%;
	margin-top: -25px;
	margin-right: -10px;
	position: absolute;
	content: "";
}
.skin2 .home9 .more i::after {
	top: 0px;
	right: 50%;
	margin-top: -37px;
	margin-right: -20px;
}
.skin2 .home5 {
	background: url("http://wdx.xacom.edu.cn/image/skin2/bg1.png") no-repeat left bottom / 20% auto rgb(238, 235, 234);
}
.skin2 .home6 {
	background: url("http://wdx.xacom.edu.cn/image/skin2/bg2.png") no-repeat bottom / 100% auto;
}
.skin2 .home7 {
	background: url("http://wdx.xacom.edu.cn/image/skin2/bg3.png") no-repeat bottom / 100% auto rgb(56, 46, 47);
}
.skin2 .home9 {
	position: relative;
}
.skin2 .home9::before {
	background: url("http://wdx.xacom.edu.cn/image/skin2/bg4.png") no-repeat left bottom;
	left: 0px;
	width: 380px;
	height: 547px;
	bottom: -380px;
	position: absolute;
	content: "";
}
.skin2 .home9 :nth-child(1).item .pic {
	background-image: url("http://wdx.xacom.edu.cn/image/skin1/pic7.jpg");
}
.skin2 .home9 :nth-child(2).item .pic {
	background-image: url("http://wdx.xacom.edu.cn/image/skin1/pic8.jpg");
}
.skin2 .home9 :nth-child(3).item .pic {
	background-image: url("http://wdx.xacom.edu.cn/image/pic26.jpg");
}
.skin2 .home9 :nth-child(4).item .pic {
	background-image: url("http://wdx.xacom.edu.cn/image/skin1/pic6.jpg");
}
.skin2 .home10 {
	background: none;
	position: relative;
}
.skin2 .home10 .part1 .list {
	position: relative;
}
.skin2 .home10::before {
	background: url("http://wdx.xacom.edu.cn/image/skin2/bg5.png") no-repeat right bottom;
	width: 738px;
	height: 524px;
	right: 0px;
	bottom: -160px;
	position: absolute;
	content: "";
}
.skin2 .home7 .d1 .more i {
	background-image: url("http://wdx.xacom.edu.cn/image/skin2/more1b.svg");
}
.skin2 .home7 .d1 .more i::after {
	background-image: url("http://wdx.xacom.edu.cn/image/skin2/icon1a.svg");
}
.skin2 .home7 .d1 .more i::before {
	background-image: url("http://wdx.xacom.edu.cn/image/skin2/more1b.svg");
}
.skin2 .home7 .d1 .more:hover i::before {
	background-image: url("http://wdx.xacom.edu.cn/image/skin2/more1c.svg");
}
.skin2 .home10 .part1 .btns {
	position: relative;
}
