@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
html {
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	line-height: 1;
	position: relative;
  overflow: hidden;
}

ol,
ul {
	list-style: none;
}

ul li {
	font-size: 0;
}

.clear {
	clear: both;
}

.container {
	width: 1200px;
	zoom: 1;
	margin: 0 auto;
	height: 100%;
}

.header {
	width: 1870px;
	height: 100px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -935px;
	background: #171717;
	z-index: 9999;
}

.logo {
	float: left;
	line-height: 100px;
}

.logo img {
	vertical-align: middle;
}

.nav_right {
	float: right;
	margin-top: 27.5px;
	width: 500px;
}

.nav_right .nav {
	float: left;
	width: 450px;
	height: 45px;
}

.nav_right .nav li {
	width: 100px;
	height: 16px;
	float: left;
}

.nav_right .nav li a {
	display: block;
	line-height: 16px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.nav_right .search {
	float: right;
	width: 45px;
	height: 45px;
	position: relative;
}

.form-control {
	position: absolute;
	width: 0;
	font-size: 16px;
	padding: 13.5px 0 13.5px 0;
	border: 0;
	top: 0;
	left: 0;
}

.search .btn {
	width: 45px;
	height: 45px;
	background: #eccd9a;
	border: 0;
	background-image: url(../images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.silde {
	width: 100%;
	height: 576px;
	background: #000000;
}

.slideBox {
	width: 1325px;
	height: 500px;
	overflow: hidden;
	position: relative;
	top: 53px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	display: none;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1325px;
	height: 500px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{
	display: none;
}
.slideBox .next {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 30px;
	background: url(../images/bottom.png);
}

.main{
	padding: 40px 0;
}
.new_left{
	width: 755px;
	height: 287px;
	float: left;
	background: #efe6df;
	position: relative;
}
.back{
	position: absolute;
	width: 500px;
	height: 287px;
	top: 0;
	left: -500px;
	background: #efe6df;
}
.news_right{
	width: 202px;
	height: 287px;
	float: left;
	margin-left: 20px;
}
.news_title{
	margin-top: 40px;
}
.news_title .english{
	font-size: 12px;
	color: #a2a2a2;
	display: block;
	position: relative;
}
.news_title .english b{
	position: absolute;
	display: block;
	width: 44px;
	height: 2px;
	background: #eccd9a;
	bottom: 0;
	left: 110px;
}
.news_title h3{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
}
.news_list{
	margin-top: 11px;
}
.news_list ul li{
	padding: 10px 0;
	overflow: hidden;
}
.news_list ul li a{
	display: block;
	float: left;
	font-size: 14px;
	color: #000000;
}
.news_list ul li .times{
	float: right;
	font-size: 14px;
	color: #000000;
	margin-right: 20px;
}

.gy{
	background: url(../images/gy.png) center no-repeat;
}
.gy img{
	margin-top: 72px;
	margin-left: 66px;
}
.gy .news_title .english b{
	left: 54px;
}
.gy .news_title{
	margin-left: 57px;
	margin-top: 34px;
}
.wx{
	background: url(../images/wx.png) center no-repeat;
}
.wx img{
	margin-top: 72px;
	margin-left: 52px;
}
.wx .news_title h3{
	position: relative;
}
.wx .news_title h3 b{
	position: absolute;
	display: block;
	width: 23px;
	height: 2px;
	background: #eccd9a;
	bottom: 0;
	left: 99px;
}
.wx .news_title{
	margin-left: 40px;
	margin-top: 34px;
}
.story{
	margin-top: 20px;
}
.story_left {
	width: 590px;
	height: 595px;
	float: left;
}
.story_top{
	position: relative;
	width: 590px;
	height: 411px;
}
.story_top img{
	width: 100%;
	height: 100%;
}
.story_top h3{
	font-size: 36px;
	color: #FFFFFF;
	position: absolute;
	top: 186px;
	right: 0;
	font-weight: bold;
}
.story_top span{
	font-size: 40px;
	color: #FFFFFF;
	filter: alpha(opacity=20);
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 169px;
	font-weight: bold;
	display: block;
	width: 250px;
	text-transform: uppercase;
}
.story_bottom{
	width: 590px;
	height: 184px;
	background: #eccd9a;
}
.story_bottom .name{
	padding-top: 35px;
	margin-left: 43px;
}
.story_bottom .name h3{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
    margin-bottom: 14px;
}
.story_lei{
	    float: right;
    margin-right: 40px;
    margin-top: -88px;
}
.story_lei p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	width: 419px;
	float: left;
	text-indent: 32px;
	overflow: hidden;
	height: 76px;
}
.story_lei a{
	display: block;
	height: 55px;
	width: 55px;
	float: left;
	margin-left: 40px;
	background: url(../images/btn_03.png) center no-repeat;
    margin-top: 7px;
}
.story_right{
	width: 590px;
	height: 595px;
	float: right;
}
.zuop{
	width: 590px;
	height: 288px;
	position: relative;
}
.zuop img{
	width: 100%;
	height: 100%;
}
.zuop .haha{
	position: absolute;
	top: 120px;
	width: 100%;
	text-align: center;
}
.zuop .haha h3{
	font-size: 36px;
	color: #FFFFFF;
}
.zuop .haha a{
	display: block;
	height: 55px;
	width: 55px;
	background: url(../images/btn_03.png) center no-repeat;
	margin: 0 auto;
	margin-top: 20px;
}
.lesson{
	width: 590px;
	height: 287px;
	margin-top: 20px;
}
.lesson_cent{
	width: 285px;
	height: 287px;
	text-align: center;
}
.lesson_left{
	float: left;
	background: url(../images/lt.png) center no-repeat;
}
.lesson_right{
	float: right;
	background: url(../images/kt.png) center no-repeat;
}
.lesson_cent img{
	vertical-align: middle;
	margin-top: 88.5px;
}
.footer{
	background: #000000;
}
.footer p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 118px;
}
.top{
	width: 100%;
	height: 100px;
	background: #171717;
}
.catcol{
	float: left;
}
.catcol h3{
	font-size: 32px;
	color: #e49090;
}
.weiz{
	float: right;
}
.weiz span{
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #000000;
}
.weiz span a{
	font-size: 16px;
	color: #000000;
}
.position{
	padding: 18px 36px;
	border-bottom: 1px solid #000000;
}
.list{
	padding: 15px 50px;
}
.list ul{
	min-height: 450px;
}
.list ul li{
	overflow: hidden;
	padding: 10px 0;
}
.list ul li a{
	font-size: 18px;
	color: #000000;
	display: block;
	float: left;
}
.list ul li .times{
	font-size: 16px;
	display: block;
	color: #333333;
	float: right;
}
.page{
	text-align: center;
	margin-top: 35px;
	color: #000000;
}
.page a{
	margin-left: 10px;
	color: #000000;
}
.zoom{
	padding: 35px;
	min-height: 600px;
}
.title {
	text-align: center;
}
.title h3{
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
.title span{
	font-size: 16px;
	color: #A2A2A2;
	margin-top: 10px;
	display: block;
}
.content{
	margin-top: 20px;
}
