@charset "gb2312";

* {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
}

.wp {
	width: 1000px;
	margin: 0 auto;
}

a:hvoer{
	text-decoration: none;
}

body {
	font-family: "Hiragino Sans GB", '\5FAE\8F6F\96C5\9ED1', '\9ED1\4F53', '\5B8B\4F53', 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

body,
html {
	height: 100%;
}

#banner .item1,
#banner .slick-track,
#banner .slick-list,
#banner .bg{
	height: 100%;
}

#banner .bg {
	position: relative;
	background-size: cover;
	background-position: 50%;
	/*top: -6%;*/
	background-repeat: no-repeat;
}
/* 
#banner .bg {
	position: relative;
	height: auto;
	position: absolute;
	top: 100px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
} */

.logo {
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 50;
	text-align: center;
}

.footer {
	height: 110px;
	padding-top: 20px;
	background-color: #313538;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #66696b;
	z-index: 50;
}

.footer a {
	color: #66696b;
}

.nav {
	position: fixed;
	text-align: center;
	width: 100%;
	bottom: 110px;
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	z-index: 50;
}

.nav span {
	background: url("../images/line1.gif") no-repeat left 50%;
}

.nav a {
	font-size: 20px;
	color: #000;
	margin: 0 20px;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #fff;
}

.nicescroll-rails{
	background-color: #636363;
}
.nicescroll-cursors{
	border: 1px solid #636363 !important;
}
.nav .on {
	border-bottom: 2px solid #00549c;
	color: #00549c;
}
.nav a:hover{
	color: #00549c;
}

.nav .wp {
	position: relative;
}

.nav .solo{
	position: absolute;
	right: 82px;
	top: -50px;
	font-size: 16px;
}
.nav a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    top: 50%;
    right: -25px;
    margin-top: -7px;
	background: url("../images/line1.gif") no-repeat left 50%;
}
.nav img {
	position: absolute;
	right: 0;
	top: -50px;
	display: none;
}

.yy-btn {
	cursor: pointer;
	position: fixed;
	top: 50%;
	margin-top: -130px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 10;
}

.yy-btn:hover {
	opacity: .8;
}

.slide2 .txt {
	font-size: 20px;
	color: #fff;
	padding: 10px 10px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.slide2 {
	border: 10px solid #fff;
	margin: 0 auto;
	width: 887px;
}
.slide2 img{
	width: 100%;
}
.slide2 h3{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 2px;
}
.slide2 p{
	font-size: 16px;
}

.slide2 .item {
	position: relative;
}

.wrap {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 64%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-top: -70px;
}

.slide2 .slick-arrow {
	display: none;
	position: absolute;
	width: 34px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
	border: none;
	background: none;
	font-size: 0;
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
	z-index: 50;
}

.slide2 .slick-prev {
	left: -55px;
	background-image: url("../images/ar_l.png");
}

.slide2 .slick-next {
	right: -55px;
	background-image: url("../images/ar_r.png");
}

#banner {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 10;
	bottom: 166px;
}
.Headnav_bg
.Header_bg{
	position: relative;
	z-index: 500;
}
.table-box,
.featured-area,
.slide2{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
#banner.slick-initialized .featured-area,
#banner.slick-initialized .table-box,
#banner.slick-initialized .slide2,
#banner.slick-initialized {
	visibility: visible;
	opacity: 1;
}
	

.roundabout-moveable-item img {
	width: 100%;
	height: 100%;
	display: block;
}

.roundabout_box li {
	position: relative;
}

.featured-area {
	margin: 0 auto;
	height: 260px;
	margin-top: 270px;
}

.roundabout-holder {
	width: 440px;
}

.featured-area {
	width: 440px;
}

.roundabout-moveable-item {
	width: 850px;
	margin: 0 auto;
	border: 1px solid #fff;
}

.table-box {
	background-color: rgba(255,255,255,.5);
	padding: 14px;
	padding-top: 0;
	margin-top: 30px;
}

.table-box h3 {
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
}


.form-box {
	padding-top: 20px;
}

.form-box .s1 .inp-box {
	float: left;
}
.form-box .s1 select{
	width: 80px;
}
.form-box .g2 em{
	width: 44px;
	padding-right: 5px;
}

.form-box em {
	padding-right: 10px;
	display: inline-block;
	font-size: 18px;
	color: #464646;
	width: 140px;
	text-align: right;
	line-height: 30px;
	vertical-align: bottom;
}

.form-box .form-ele {
	background-color: #fff;
	/*border: 1px solid #a0a0a0;*/
	border: none;
	height: 30px;
	color: #545454;
}

.form-box .input {
	padding: 0 10px;
	width: 208px;
	color: #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}

.form-box .select {
	font-size: 12px;
	width: 208px;
	padding: 0 10px;
	color: #000;
}

.term input {
	position: relative;
	top: 2px;
}

.form-box span {
	display: inline-block;
	margin-right: 20px;
}

.btn {
	width: 345px;
	height: 54px;
	color: #fff;
	line-height: 54px;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	background: url("../images/btn1.jpg") no-repeat left top;
}

.form-box li {
	overflow: hidden;
	margin-bottom: 10px;
	color: #000;
}

.sub-box .sub {
	width: 208px;
	height: 47px;
	color: #fff;
	text-align: center;
	font-size: 0;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
	background: url("../images/btn.png") no-repeat 50%;
}

.sub-box .sub:hover {
	opacity: 0.9;
}

.sub-box {
	margin-bottom: 20px;
	padding-left: 145px;
}

.c1{
	color: #fff !important;
}
.pop-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 470px;
	z-index: 50;
	background-color: #fff;
	/*border: 5px solid #3077b4;*/
	background: url("../images/bg.jpg") no-repeat 50% 0; 
}

.x-btn {
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 23px;
	cursor: pointer;
}
.x-btn:hover{
	color: #1761bd;
}

.ck-box s {
	text-decoration: none;
	font-size: 14px;
}

.pop-box .pad {
	padding: 25px;
}

.pop-box h3 {
	font-weight: normal;
	font-size: 20px;
}

.pop-box p {
	font-size: 16px;
	color: #545454;
	line-height: 1.4;
	text-align: center;
}

.pop-box .tc {
	margin: 10px 0;
}

.pop-box u {
	text-decoration: none;
	font-family: \5b8b\4f53;
	font-weight: bold;
	margin-left: 4px;
}

#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

.ck-box1 {
	margin-right: 20px;
}
.home-bg .bg{
	height: 100%;
}
.home{
	position: absolute;
	left: 50%;
	margin-left: 282px;
	bottom: 0;
	bottom: 70px;
	-webkit-transition:.3s;
	transition:.3s;
}
.home:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.table .bd{
		height: 460px;
		overflow: auto;
}

.table{
	/*width: 965px;*/
	width: 974px;
	/*margin: 0 auto;*/
}


@media screen and (max-height: 900px){
	.nav img{
		right: -120px;
	}
	.logo .wp{
		width: 90%;
	}
	/*.logo{top: 30px;}*/
	.slide2{width: 700px;}
	
	.featured-area {
		margin: 0 auto;
		height: 260px;
		margin-top: 270px;
	}

	.roundabout-holder {
		width: 550px;
	}

	.featured-area {
		width: 550px;
	}

	.roundabout-moveable-item {
		width: 680px;
		margin: 0 auto;
	}
	.table .bd{
		height: 380px;
	}
	.table-box{
		/*width: 600px;*/
		margin: 0 auto;
	}
	.wrap{margin-top: -40px;}
}
