﻿@charset "utf-8";
::-webkit-scrollbar{
	width: 10px;
	height: 10px;
	background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
	min-height: 28px;
	padding: 100px 0 0;
	background: rgba(0,0,0,.2);
	background-clip: padding-box;
	border:solid 2px transparent;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #ccc;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
	background: url(img/bg.jpg) no-repeat;
	background-size: cover;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus, a:focus{
	outline:none;
}
a, a:hover{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #2285e8;
}
.oh{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
	background: url(img/j_bg.jpg) no-repeat;
	background-size: cover;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* header op*/

.header .logo{
	font: bold 36px/80px "microsoft yahei";
	color: #fff;
	padding-left: 90px;
	background: url(img/logo.png) left center no-repeat;
}
.xcx{
	margin: 24px 40px 0 0;
	overflow: hidden;
	position: relative;
}	
.xcx span{
	display: block;
	height: 32px;
	font: 14px/16px "microsoft yahei";
	color: #fff;
	padding-left: 40px;
	background: url(img/icon_xcx.png) left center no-repeat;
}
.wechat{
	width: 130px;
	height: 130px;
	padding: 11px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	position: absolute;
	top: 46px;
	left: 0;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	transition: all .5s ease 0s;
}
.wechat:after{
	content: "";
	border: solid 6px transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -12px;
	left: calc(50% - 6px);
}
.xcx:hover {
    overflow: visible;
    cursor: pointer;
}
.xcx:hover .wechat {
	opacity: 1;
}
.header .login{
	width: 90px;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #fff;
	margin-top: 22px;
	padding-left: 40px;
	border-radius: 4px;
	background: rgba(255,255,255,.2) url(img/icon_login.png) 16px center no-repeat;
}
.header .login:hover{
	color: #2285e8;
	background: #fff url(img/icon_login_h.png) 16px center no-repeat;
}
/* header ed*/
/* 招生政策 op */
.mt{
	margin-top: 66px;
}
.policy, .right-side{
	width: 600px;
}
.title{
	/* padding: 0 30px; */
	/* background: rgba(24,74,135,.8); */
	border-radius: 8px 8px 0 0;
}
.title h3{
	font: bold 18px/50px "microsoft yahei";
	color: #fff;
}
.title h3 span{
	font: 14px/20px "Arial";
	color: #5888bd;
	margin-left: 8px;
}
.title a{
	font: 14px/50px "microsoft yahei";
	color: #fff;
}
.policy ul{
	/* padding: 0 30px; */
	/* background: rgba(21,82,134,.75); */
/* 	height: 244px; */
	overflow: hidden;
}
.policy li{
	font-size: 0;
}
.policy li+li{
	border-top: solid 1px rgba(255,255,255,.1)
}
.policy li a{
	/* width: 90%; */
	display: inline-block;
	font: 15px/48px "microsoft yahei";
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.policy li span{
	float: right;
	margin: 20px 2px 0 0;
	position: relative;
}
.policy li i{
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg) translateZ(0);
}
.policy li span:before{
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 0;
	transition: width .5s;
}
.policy li:hover span:before{
	width: 18px;
}
.policy li a:hover{
	/* text-decoration: underline; */
}
/* 招生政策 ed */
/* 入口 + 联系 op */
.right-side{
	height: 110px;
	margin-top: 184px;
}
.picbox, .contact{
	/* width: 50%; */
	overflow: hidden;
	position: relative;
}
.picbox img, .contact img{
	width: 100%;
	height: 110px;
	transition: all .3s;
}
.picbox img:hover, .contact:hover img{
	transform: scale(1.04);
}
.contact span{
	font: bold 20px/28px "microsoft yahei";
	color: #333;
	position: absolute;
	top: 20px;
	left: 30px;
}
.contact em{
	display: block;
	font: 14px/28px "Arial";
	color: #aaa;
}
/* 入口 + 联系 ed */
/* card op*/
.card li{
	width: 25%;
	height: 160px;
	float: left;
	padding: 25px 30px;
	position: relative;
}
.card li:nth-of-type(1){
	background: #2d99d9;
	background: linear-gradient(to right, #2d99d9 0%, #2fb4e1 100%);
}
.card li:nth-of-type(2){
	background: #5156f2;
	background: linear-gradient(to right, #5156f2 0%, #5477eb 100%);
}
.card li:nth-of-type(3){
	background: #17bf84;
	background: linear-gradient(to right, #17bf84 0%, #1cd577 100%);
}
.card li:nth-of-type(4){
	background: #ff9a00;
	background: linear-gradient(to right, #ff9a00 0%, #f4bb36 100%) url(img/icon_card1.png) no-repeat;
}
.card li i{
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 10px;
	background: url(img/icon_card1.png) no-repeat;
	transition: all .5s;
}
.card li:nth-of-type(2) i{
	background: url(img/icon_card2.png) no-repeat;
}
.card li:nth-of-type(3) i{
	background: url(img/icon_card3.png) no-repeat;
}
.card li:nth-of-type(4) i{
	background: url(img/icon_card4.png) no-repeat;
}
.card li h3{
	font: 20px/28px "microsoft yahei";
	color: #fff;
}
.card li p{
	font-size: 0;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.card li a{
	width: 110px;
	height: 36px;
	display: inline-block;
	font: 14px/34px "microsoft yahei";
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
}
.card li a+a{
	margin-left: 15px;
}
.card li:hover{
	cursor: default;
}
.card li a:hover{
	color: #333;
	background: #fff;
}
.card li:hover i{
	width: 0;
	height: 0;
	margin: 0;
	transform: scale(0);
}
.card li:after{
	content: "";
	width: 100px;
	height: 109px;
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
	transform-origin: right bottom;
	transform: scale(0);
	transition: visibility .4s, transform .4s;
}
.card li:nth-of-type(1):after{
	background: url(img/icon_card1_h.png);
}
.card li:nth-of-type(2):after{
	background: url(img/icon_card2_h.png);
}
.card li:nth-of-type(3):after{
	background: url(img/icon_card3_h.png);
}
.card li:nth-of-type(4):after{
	background: url(img/icon_card4_h.png);
}
.card li:hover:after{
	visibility: visible;
	transform: scale(1);
}
/* card ed*/
/* footer op*/
.footer{
	width: 100%;
	font: 12px/20px "microsoft yahei";
	color: #fff;
	text-align: center;
	padding: 30px;
}
.footer span{
	padding: 0 10px;
}
/* footer ed*/
@media (max-width:1366px){
	.mt{
		margin-top: 30px;
	}
	.footer{
		padding:15 0 14px;
	}
}


.policy{
	width: 780px;
	padding: 25px 20px 18px;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fff;
}
.title h3{
	font: bold 20px/20px "microsoft yahei";
	color: #333;
}
.title h3 span{
	font: 12px/20px "Arial";
	color: #999;
}
.title a{
	font: 14px/20px "microsoft yahei";
	color: #999;
}
.policy .bd{
	padding-top: 10px;
	position: relative;
}
.policy .bd li{
	overflow: hidden;
}
.policy .bd li a{
	/* width: 75%; */
	font: 16px/38px "microsoft yahei";
	color: #333;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.policy .bd li i{
	width: 4px;
	height: 4px;
	float: left;
	background: #d4d4d4;
	margin: 17px 10px 0 0;
}
.policy .bd li span{
	float: right;
	font: 16px/38px 'arial';
	color: #999;
	display: block;
}
.policy .bd li:hover i{
	background: #136ccf;
}
.policy .bd li a:hover, .contact a:hover{
	color: #136ccf;
}
.policy .bd p{
	text-align: center;
	font-size: 14px;
	color: #136ccf;
	padding-top: 6px;
	position: absolute;
	top: 25px;
	right: 0;
}
.policy .bd p img{
	width: 160px;
	height: 160px;
	padding-bottom: 10px;
}
.policy .bd li img{
    vertical-align: middle;
    display: inline-block;
}
.ptb40 {
    padding: 40px 0;
}
.content-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* contact */
.contact li{
	width: 380px;
	height: 160px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	float: left;
}
.contact li+li{
	margin-left: 20px;
}

/*  op*/
.classification{
	width: 370px;
}
.classification li+li{
	margin-top: 16px;
}
.classification li{
	height: 118px;
	padding: 20px 20px 10px;
	border-radius: 10px;
	background: #a3a3f2;
}
.classification li:nth-of-type(2){
	background: #ffb753;
}
.classification li:nth-of-type(3){
	background: #f4a2a0;
}
.classification a:nth-of-type(1) li{
	background: #69a4ec;
}
.classification li span{
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	background: #fff;
}
.classification li i{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(img/icon_fl_1.png) no-repeat;
}
.classification li:nth-of-type(2) i{
	background: url(img/icon_fl_2.png) no-repeat;
}
.classification li:nth-of-type(3) i{
	background: url(img/icon_fl_3.png) no-repeat;
}
.classification a:nth-of-type(1) i{
	background: url(img/icon_fl_4.png) no-repeat;
}
.classification li h3{
	font: bold 18px/50px "microsoft yahei";
	color: #fff;
	padding-left: 65px;
}
.classification li p{
	font-size: 0;
	float: right;
}
.classification li a{
	width: 90px;
	height: 32px;
	font: 14px/32px "microsoft yahei";
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
	margin: 7px 0 0 10px;
	background: #bfbff6;
}
.classification li:nth-of-type(2) a{
	background: #ffce8b;
}
.classification li:nth-of-type(3) a{
	background: #f7bebd;
}
.classification li:nth-of-type(4) a{
	background: #8ab8f0;
}
.classification li:nth-of-type(1) a:hover{
	background: #7979e9;
}
.classification li:nth-of-type(2) a:hover{
	background: #e78a09;
}
.classification li:nth-of-type(3) a:hover{
	background: #d67675;
}
.classification li:nth-of-type(4) a:hover{
	background: #428be5;
}
.bottom{ width:100%; background: #136ccf; height: 80px; clear: both;overflow: hidden; border-top: 2px solid #afd5f6;}
.bottom_2{ width:1000px; margin: 0 auto; color: #a7bfe8; text-align: center; padding-top: 18px; line-height:22px; font-size: 12px;}
