a{color:#333; text-decoration:none;}
a:hover{text-decoration:none; }
a img{border:0 none;}
a, input, textarea{outline:none;}
input:focus, select:focus, textarea:focus{color:#666 !important;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
.tl li{white-space:nowrap; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.dian{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.mtf_30{margin-left: 30px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}

html{-webkit-text-size-adjust: none;-webkit-text-size-adjust: 100%;}
body{font-family:"microsoft yahei"; color:#333;}

.center{
	width: 1190px;
	margin: 0 auto;
}
.banner{
	width: 100%;
	height: 830px;
	background: url(../images/banner.jpg) no-repeat;
	background-position: center;
	overflow: hidden;
}
.banner .center{
	width: 1250px;
}
.word11{
	text-align: center;
	margin-top: 130px;
	-webkit-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn;
    -webkit-animation-delay:0.4s;
    animation-delay:0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
.word12{
	text-align: center;
	margin-top: 40px;
	-webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}
.word13{
	text-align: center;
	margin-top: 10px;
	-webkit-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}
.word14{
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin-top: 30px;
    -webkit-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.word15{
	text-align: center;
	margin-top: 15px;
}
.word15 img{
	display: inline-block;
	margin: 0 25px;
}
.word15_1{
	-webkit-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
.word15_2{
	-webkit-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}
.word16{
	text-align: center;
	margin-top: 60px;
	-webkit-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.oration{
	width: 100%;
	background: #f6f6f6;
	padding: 20px 0;
	font-size: 26px;
	color: #333;
	line-height: 60px;
}

.logo{
	width: 800px;
	height: 78px;
	border-radius: 0 0 8px 8px;
	background: #fad318;
	text-align: center;
	line-height: 78px;
}
.introduce{
	margin-top: 750px;
}
.title{
	text-align: center;
}
.title .line{
	font-size: 35px;
	color: #1754d1;
}
.title .word{
	font-size: 35px;
	color: #1754d1;
	margin: 0 30px;
}
.introduce .desc{
	width: 1200px;
	height: 189px;
	font-size: 20px;
	line-height: 36px;
	color: #222222;
	background: url(../images/intrbg.png) no-repeat;
	padding: 25px 65px;
	box-sizing: border-box;
	text-align: justify;
	margin-top: 40px;
}
.ewmbox{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.eleft{
	width: 155px;
	height: 155px;
	border: 5px solid #1754d1;
	border-radius: 4px 4px;
	/*background:#fff url(../images/ewmbg.png) no-repeat;*/
}
.eleft img{
	width: 155px;
}
.eright{
	width: 678px;
	height: 141px;
	box-sizing: border-box;
	border: 4px solid #1754d1;
	/*background: url(../images/ewmbg2.png) no-repeat;*/
	margin-top: 12px;
	margin-left: -5px;
	padding: 0 20px;
	border-radius: 2px 2px;
}
.eright li{
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	text-align: justify;
	margin-top: 12px;
}
.jieshu{
/*	margin-top: 55px;
	background: url(../images/bg04.png) no-repeat;
	background-size: cover;
    */
    /*width: 100%;
    background-image: url(../images/bg04.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    box-sizing: border-box;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 1100px;
    margin: 0 auto;

}

.show{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.shright{
	margin-left: 35px;
}
.shright li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.shright .school{
	color: #1754d1;
	font-size: 20px;
	margin-right: 60px;
}
.shright .time{
	color: #222222;
	font-size: 20px;
}
.stitle{
	width: 830px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 44px;
	color: #fff;
	margin: 88px auto 0;
}
.zbtime{
	width: 415px;
	height: 63px;
	background: url(../images/timebg.png) no-repeat;
	margin: 40px auto 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.zbtime .word1{
	font-size: 20px;
	color: #fff;
	margin-left: 22px;
}
.zbtime .word2{
	font-size: 20px;
	color: #222;
}
.zbtime .word3{
	font-size: 20px;
	color: #222;
	margin-right: 24px;
}
.school-container{
	width: 1304px;
	/*max-height: 3050px;*/
	/*overflow:auto;/
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;*/
	margin: 0 auto;
}
.zhujbox-left{
	width: 1304px;
	height: 350px;
	background: url(../images/renwbg.png) no-repeat;
	margin-top: 50px;
	position: relative;
}
.zjrimg{
	position: absolute;
	left: 55px;
	top: 28px;
}
.zjrimg img{
	width: 366px;
}
.zj-word1{
	position: absolute;
	top: -15px;
	left: 325px;
	font-size: 18px;
	color: #af3823;
	width: 20px;
	line-height: 20px;
}
.zj-word2{
	width: 204px;
	height: 70px;
	background: url(../images/namebg.png) no-repeat;
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 50px;
	right: 138px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 6px;
    line-height: 60px;
}
.zjr-nr{
	width: 730px;
	position: absolute;
	right: 135px;
	top: 75px;
}
.topline{
	display: flex;
}
.tleft{
	margin-top: 5px;
	margin-right: 5px;
}
.tright{
	font-size: 29px;
	color: #222;
	width:500px
}
.sline{
	margin-top: 20px;
	margin-left: 20px;
	background: url(../images/linebg.png) no-repeat left bottom;
	padding-bottom: 15px;
}
.sline span{
	font-size: 20px;
	color: #222;
	margin-right: 50px;
	margin-bottom: 5px;
	line-height: 28px;
}
.tline{
	padding-top: 15px;
	margin-left: 20px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.miaoshu{
	width: 500px;
	font-size: 15px;
	line-height: 21px;
	color: #666666;
	text-align: justify;
}
.btn{
	width: 200px;
	height: 70px;
	background: #1754d1;
	color: #fff;
}
.btn a{
	width: 200px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn span{
	font-size: 24px;
	margin-right: 10px;
	color: #fff;
}
.btn img{
	margin-top: 4px;
}
.zhujbox-right{
	width: 1304px;
	height: 350px;
	background: url(../images/renwbg.png) no-repeat;
	margin-top: 90px;
	position: relative;
	transform: rotateY(180deg);
}
.zhujbox-right .rotatebox{
	transform: rotateY(-180deg);
}
.zhujbox-right .zjrimg{
	position: absolute;
	right: 5px;
	left: auto;
	top: 28px;
}
.zhujbox-right .zj-word1{
	position: absolute;
	top: -15px;
    right: 325px;
    left: auto;
}
.zhujbox-right .zj-word2{
	position: absolute;
	top: -15px;
    right: 355px;
    left: auto;
}
.zhujbox-right .zjr-nr{
	position: absolute;
	left: 135px;
    top: 75px;
    right: auto;
}
.copyr{
    text-align: center;
    padding: 30px 0 30px 0;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    background: #0344c4;
}
.copyr a{
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.mbanquan{
	display: none;
}
.tanchuan{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(51,51,51,0.8);
}
.tanchuan div{
	width: 500px;
	height: 639px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.num{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 16px;
	color: #222;
}
.close{
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: -47px;
	cursor: pointer;
}
.tanchuan{
	display: block;
}
.start{
	display: none;
}
.end{
	display: block;
}
.start-m{
	display: none;
}

.end-m{
	display: none;
}
