﻿/*reset*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html, body{
	font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	border: none;
} 
ul li, ol li {
	list-style: none;
}
li:focus, a:focus, input:focus {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor: pointer;
}
/*webkit 内核选择关键字背景变黄*/
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input::-webkit-input-placeholder{
	color: #a9a9a9;
}
input:-moz-placeholder{
	color: #a9a9a9;
} 
input::-moz-placeholder{
	color: #a9a9a9;
} 
input:-ms-input-placeholder {
	color: #a9a9a9;
} 
textarea {
	resize: none;
	border: 1px solid #ccc;
} 
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
del {
	text-decoration: line-through;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

.clearfix:after {
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
} 
.clearfix {
	zoom: 1;
}

/*css start*/
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.hide {
	display: none;
}

/*顶部状态条*/
.headerbar {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background-color: #666;
}
.headerbar p {
	float: left;
	text-indent: 20px;
	color: #fff;
}
.headerbar .headerbar-right {
	float: right;
}
.headerbar .headerbar-right a {
	margin-right: 10px;
}
.headerbar .headerbar-right .usercenter {
	margin-right: 26px;
	color: #fff;
}
.headerbar .headerbar-right .list {
	position: relative;
	color: #f39800;
}
.headerbar .headerbar-right .login {
	margin-right: 26px;
}
.headerbar .headerbar-right .login:after {
	position: absolute;
	top: 3px;
	right: -15px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #fff;
	border-right: 1px solid #bdbdbd;
}

/*头部*/
.header {
	height: 104px;
	line-height: 104px;
}
.header .logo {
	float: left;
	width: 367px;
	height: 104px;
	background: url(../images/logo.jpg) left center no-repeat;
}
.header .nav {
	float: left;
}
.header .nav li {
	float: left;
	height: 88px;
	margin: 0 2px;
}
.header .nav li a {
	display: block;
	padding: 0 8px;
	font-size: 20px;
	color: #333;
}
.header .nav li:hover {
	border-bottom: 2px solid #0661e4;
}
.header .nav li:hover a {
	color: #0661e4;
}
.header .nav li.active {
	border-bottom: 2px solid #0661e4;
}
.header .nav li.active a {
	color: #0661e4;
}
.header .tel {
	float: right;
    margin-top:30px;
	margin-right: 20px;
	height: 100%;
    line-height:22px;
	font-size: 18px;
	font-weight: bold;
	color: #0661e4;
	padding-left: 60px;
	background: url(../images/icon_tel.png) left center no-repeat;
}

/*底部信息*/
.footer {
	padding: 30px 0;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background-color: #272727;
        margin-top: 30px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}

/*banner*/
.allinone_bannerRotator {
	position: relative;
}
.allinone_bannerRotator img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
	max-height: none;
}
#slider .slider-list {
	display:none;
}
.allinone_bannerRotator .stripe {
	position: absolute;
	display: block;	
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.allinone_bannerRotator .block {
	position: absolute;
	display: block;	
	z-index: 1;
	overflow: hidden;
}
.mycanvas {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
/***home skin***/
.allinone_bannerRotator.home .bannerControls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 20px;
}
.allinone_bannerRotator.home .leftNav {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	width: 58px;
	height: 120px;
	border-radius: 5px;
	background: url(../images/arrow.png) 0 0 no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.allinone_bannerRotator.home .rightNav {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	width: 58px;
	height: 120px;
	border-radius: 5px;
	background: url(../images/arrow.png) 0 -120px no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.allinone_bannerRotator.home .leftNav:hover,
.allinone_bannerRotator.home .rightNav:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.allinone_bannerRotator.home .bottomNav {
	position: absolute;
	z-index: 4;
}
.allinone_bannerRotator.home .bottomNavButtonOFF {
	float: left;
	width: 22px;
	height: 20px;
    background: url(../images/bottomnavoff.png) center no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.home .bottomNavButtonON {
    background-image: url(../images/bottomnavon.png);
}

/*游学订单内容*/
#yxOrderContainer {
	background: #f5ebd7;
	padding-top: 40px;
	padding-bottom: 66px;
}



.banner{
	width: 100%;
	height: 690px;
	margin-top: -11px;
	min-width: 1200px;
	background: url("../images/banner.jpg") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 1440px){
	.banner{
		height:550px;
	}
}
.list{
	width:100%;
	margin: 0 auto;
	overflow: hidden;	height: 70px;
	background: -webkit-linear-gradient(left,#a4cae7,#eedee4);
	background: -o-linear-gradient(left,#a4cae7,#eedee4);
	background: -moz-linear-gradient(left,#a4cae7,#eedee4);
	background: -ms-linear-gradient(left,#a4cae7,#eedee4);
	background: linear-gradient(left,#a4cae7,#eedee4);

}
.list li {
	float: left;
	font-size: 17px;
	width: 20%;
	height: 70px;
	line-height: 70px;
	text-align: center;

	box-sizing: border-box;
	border: 1px solid #fff;
}
.list li:hover{
		background: -webkit-linear-gradient(left,#a4cae7,#eedee4);
	background: -o-linear-gradient(left,#a4cae7,#eedee4);
	background: -moz-linear-gradient(left,#a4cae7,#eedee4);
	background: -ms-linear-gradient(left,#a4cae7,#eedee4);
	background: linear-gradient(left,#a4cae7,#eedee4);
}
