﻿#logobar {
	display: inline-block;
	width: 100%;
	height: 130px;
	text-align: center;
}
#logobar .logobarCenter {
	width: 1000px;
	display: inline-block;
	margin: auto;
}
#logobar img.logo {
	width: 222px;
	height: 74px;
	margin-top: 30px;
	float: left;
}
#logobar a {
	color: #333;
}
#logobar p {
	margin-top: 20px;
	color: #333;
	font-size: 12px;
	font-family: "SimSun";
}
#logobar .top_link {
	float: right;
	margin-top: 70px;
	height: 30px;
}
#logobar .search {
	width: 190px;
	height: 28px;
	float: left;
	background: url(../images/search_bg.png) no-repeat;
	padding-top: 5px;
}
#logobar .search input {
	outline-style: none;
	float: left;
	width: 140px;
	margin: 0px 6px 10px 10px;
	border: 0 none;
	height: 20px;
	font-size: 12px;
	background: none;
	color: #333;
}
#logobar .search button {
	border: 0 none;
	padding: 0;
	margin-top: -4px;
	margin-right: 2px;
	float: right;
	width: 26px;
	height: 26px;
	background: url(../images/search_bt.png) no-repeat;
}
#logobar .search button:active {
	margin-top: -2px;
}
#logobar .lang {
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
#logobar .lang:hover {
	background-color: #ccc;
}

#nav {
	position: relative;
	z-index: 99;
	text-align: center;
	clear:both;
	width: 100%;
	padding-top: 20px;
	height: 45px;
	background: url(../images/nav_bg.png) repeat-x;
}
#nav .nav {
	display: inline-block;
	margin: auto;
	width: 1000px;
	text-align: right;
}
#nav .nav li {
	position: relative;
	display: inline-block;
	width: 130px;
	vertical-align: center;
	text-align: center;
	height: 45px;
}
#nav .nav li a {
	margin-top: 4px;
	display: inline-block;
	width: 130px;
	font-size: 18px;
	line-height: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	border: solid #fff;
	border-width: 0 1px 0 0;
}
#nav .nav li li a {
	color: #3e3a39;
	border: 0 none;
}
#nav .nav >ul >li:hover {
	background: url(../images/nav_li_bg.png) center bottom no-repeat;
}
#nav .nav >ul >li:hover ul,
#nav .nav li ul:hover {
	background: rgba(221,221,221,1);
}
#nav .nav .last a {
	border-width: 0;
}
#nav .nav li ul {
	display: none;
	position: absolute;
	width: 135px;
	top: 45px;
	padding-bottom: 10px;
	background: rgba(221,221,221,.5);
}
#nav .nav li ul a:hover {
	color: #fff;
}
#nav .nav li li {
	text-align: left;
	width: 100px;
	padding-left: 30px;
	height: 33px;
}
#nav .nav li li a {
	font-size: 14px;
	line-height: 33px;
}

.slideBox{ width:100%; height:593px; overflow:hidden; position:relative; text-align: center;}
.slideBox .hd{ width:480px;display: inline-block; height:6px; position:absolute; bottom:35px; z-index:1;text-align: right;}
.slideBox .hd ul{ overflow:hidden; zoom:1; }
.slideBox .hd ul li{display: inline-block; margin-right:10px;  width:6px; height:6px; border-radius: 50%;text-align:right; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#562114; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ height:593px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .other_banner {width: 1000px;display: inline-block;position: relative; bottom:350px;margin: auto;}
.slideBox .prev,
.slideBox .next{ outline-style: none; position:absolute; top:50%; margin-top:-25px; display:block; width:67px; height:114px;  filter:alpha(opacity=100);opacity:1;}
.slideBox .prev{ background:url(../images/banner_prev.png) no-repeat;  left:3%;}
.slideBox .next{ background:url(../images/banner_next.png) no-repeat;  right:3%;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .prev:active,
.slideBox .next:active{ filter:alpha(opacity=75);opacity:0.75;}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

#index_news {
	width: 100%;
	text-align: center;
	height: 49px;
	background: url(../images/index_news_bg.png);
}
#index_news .index_news {
	width: 100%;
	display: inline-block;
}

.txtMarquee-top{ width:1000px;  overflow:hidden; position:relative;  }
.txtMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
.txtMarquee-top .hd .next{ background-position:0 -140px;  }
.txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.txtMarquee-top .bd{ padding:15px;  }
.txtMarquee-top .infoList li{ margin-left: 5px;text-align: left; height:24px; line-height:24px; font-size: 16px;}
.txtMarquee-top .infoList li a { color:#3e3a39; }
.txtMarquee-top .infoList li .date{ color:#595757; }



#centre {
	width: 100%;
	text-align: center;
}
#centre .centre {
	width: 1000px;
	display: inline-block;
	padding: 50px 0;
}
#centre .centre div {
	position: relative;
	display: inline-block;
	float: left;
	text-align: left;
}
#centre .centre .zz {
	width: 325px;
	height: 413px;
	margin: 0 10px 10px 0;
}
#centre .centre div.centre_t {
	width: 327px;
	margin: 0 10px 10px 0;
}
#centre .centre .dc {
	width: 327px;
	height: 201px;
	margin-bottom: 10px;
}
#centre .centre .tz {
	width: 327px;
	height: 201px;
}
#centre .centre .gy {
	width: 327px;
	height: 414px;
}
#centre .centre .jr {
	clear:left;
	width: 664px;
	height: 201px;
}
#centre .centre .sp {
	position: relative;
	margin-left: 8px;
}
.video-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 327px;
	height: 201px;
	/*pointer-events: none;*/
	cursor: pointer;
}
#centre .centre div h2 {
	position: absolute;
	left: 15px;
	top: 20px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	font-size: 24px;
	color: #221815;
}
#centre .centre div h2 span {
	font-family: Arial;
	color: #8a5239;
	font-size: 40px;
}


#foot {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #a0a0a0;
}
#foot .foot {
	width: 1000px;
	display: inline-block;
	height: 85px;
}
#foot .foot .fl {
	padding-top: 27px;
}
#foot .foot p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}
#foot .foot a {
	color: #fff;
}
#foot .foot a:hover {
	color: #8a5239;
}
#foot .foot p span {
	margin: 0 25px;
}
#foot .foot .fr {
	position: relative;
	margin-top: 7px;
}
#foot .foot .fr .big-ewm {
	display: none;
	position: absolute;
	bottom: 0;
	right: 50px;
}
#foot .foot .fr .big-ewm img {
	width: 150px;
	height: 150px;
}


/*内页*/
#in_banner {
	width: 100%;
	height: 179px;
}


#main {
	width: 100%;
	text-align: center;
}
#main .main {
	display: inline-block;
	width: 1000px;
	margin: auto;
	-webkit-box-shadow: 3px 0px 6px #ccc;
	-moz-box-shadow: 3px 0px 6px #ccc;
	box-shadow: 3px 0px 6px #ccc;
}
#main .main_l ,
#main .main_l .leftTopbg ,
#main .main_l .main_l_t ,
#main .main_l .sidebarnav li {/*内页主体左侧的宽度*/
	width: 212px;
}
#main .main_r ,
#main .main_r .page_con {/*内页主体右侧的宽度*/
	width: 720px;
}
#main .main_l {
	text-align: center;
	display: inline-block;
}
#main .main_l .leftTopbg {
	background: url(../images/sidebar_t_bg.png) left top no-repeat;
	height: 181px;
	text-align: right;
	margin-top: -179px;
}
#main .main_l .leftTop {
	display: inline-block;
	padding-top: 70px;
	padding-right: 20px;
}
#main .main_l .leftTop .chn {
	color: #562114;
	font-size: 30px;
}
#main .main_l .leftTop .eng {
	color: #595757;
	font-size: 20px;
}
#main .main_l .sidebarnav {
	background: url(../images/sidebar_bg.png) no-repeat;
	text-align: center;
	padding: 30px 0;
	margin-top: -2px;
}
#main .main_l .sidebarnav tr {/*修改左侧列表选项的高度*/
	display: block;
	width: 210px;
	height: 70px;
	border: solid #e3e3e3;
	border-width: 1px 0;
}
#main .main_l .sidebarnav tr.present ,
#main .main_l .sidebarnav tr:hover {/*修改当前页面对应选项的背景颜色（或背景图）*/
	background: url(../images/sidebar_li_pre_bg.png);
}
#main .main_l .sidebarnav tr td {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	width: 190px;
	font-size: 16px;
}
#main .main_l .sidebarnav tr td div {
	float: right;
	text-align: right;
}
#main .main_l .sidebarnav tr td .eng {
	color: #9fa0a0;
	font-family: Arial;
}
#main .main_l .sidebarnav tr td .chn {
	color: #3e3a39;
}
#main .main_l .sidebarnav tr.present >td p ,
#main .main_l .sidebarnav tr:hover >td p {/*修改当前页面对应选项的字体颜色*/
	color: #fff;
}
#main .main_l .pagecs {/*底部图片大小*/
	width: 100%;
}
#main .main_r {
	padding: 25px;
}
#main .main_r .main_r_t {/*修改主体右侧顶栏分隔线属性*/
	padding-bottom: 5px;
	text-align: right;
	border: solid #cacaca;
	border-width: 0 0 1px 0;
}
#main .main_r .local {
	font-size: 14px;
	color: #898989;
	line-height: 2;
}
#main .main_r .local a {
	color: #898989;
	margin: 0 1px;
}
#main .main_r .local a:hover ,
#main .main_r .local a:last-child  {
	color: #8f563d;
}
#main .main_r .page_con {
	padding: 30px 0;
	text-align: center;
}


.page_con h2 {
	font-weight: normal;
	text-align: left;
}
.page_con h2.eng {
	font-size: 30px;
	color: #562114;
}
.page_con h2.chn {
	font-size: 18px;
	color: #3e3a39;
	margin-bottom: 30px;
}
.profile {
	text-align: left;line-height:30px;color: #333
}
.profile p {
	text-align: justify;

	font-size: 16px;

}

#login {
	width: 100%;
	background: #f2f2f2;
	text-align: center;
}
#login .login {
	display: inline-block;
	width: 1000px;
	margin: 100px auto;
	background: #fff;
	text-align: left;
}
#login .login .login_box {
	display: inline-block;
	width: 380px;
	margin: 35px 0 0 50px;
}
#login .login h2 {
	font-size: 28px/36px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #3c3c3c;
}
#login .login h2 span {
	color: #8f533e;
}
#login .login input {
	font-size: 14px;
	color: #3c3c3c;
	border: 0 none;
	height: 36px;
	width: 130px;
	margin-bottom: 20px;
}
#login .login input.count {
	padding-left: 37px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	background: url(../images/login_count_ico.png) left center no-repeat;
}
#login .login input.password {
	padding-left: 37px;
	border: 1px solid #ccc;
	width: 312px;
	background: url(../images/login_lock_ico.png) left center no-repeat;
}
#login .login input.mail {
	font-size: 14px;
}
#login .login .select {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 4px;
	width: 170px;
	border: 1px solid #ccc;
	color: #3c3c3c;
	position: relative;
}
#login .login .select_bt {
	float: right;
}
#login .login .select ul {
	width: 170px;
	padding-left: 4px;
	border: solid #ccc;
	border-width: 0 1px 1px;
	background-color: #fff;
	position: absolute;
	left: -1px;
	top: 36px;
	line-height: 1.5;
	display: none;
}
#login .login .select a {
	color: #3c3c3c;
}
#login .login .select a:hover {
	color: #000;
}
#login .login .checkbox {
	float: left;
	clear: left;
	width: 13px;
	height: 13px;
	margin: 5px;
}
#login .login p {
	color: #818181;
}
#login .login button {
	width: 165px;
	height: 38px;
	background-color: #ba7e5a;
	color: #fff;
	font-size: 18px;
	border: 0 none;
	border-radius: 2px;
	margin-left: 112px;
	margin-top: 20px;
}
#login .login button:active {
	margin-top: 21px;
}


.news {
	text-align: left;
}
.news .top_line {
	padding-bottom: 20px;
	border: dashed #bfbfbf;
	border-width: 0 0 1px 0;
}
.news .top_line img {/*修改新闻图片样式*/
	float: left;
	height: 131px;
	width: 171px;
	border: 2px solid #afafaf;
	margin: 10px 20px;
}
.news .top_line h3 {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 16px;
	color: #666;
	float: left;
	line-height: 2;
}
.news .top_line h3:hover {
	color: #8a5239;
}
.news .top_line span.date {
	float: right;
	font-size: 12px;
	line-height: 2;
	margin-top: 12px;
	margin-right: 30px;
}
.news .top_line p {
	float: left;
	display: block;
	width: 500px;
	font-size: 12px;
	color: #333;
	line-height: 2;
}
.news .top_line p a {/*修改“查看更多”链接样式*/
	color: #9d9d9d;
}
.news .top_line p a:hover {
	color: #8a5239;
}
.news_list li {/*修改新闻列表分隔线样式*/
	border: dashed #bfbfbf;
	border-width: 0 0 1px 0;
	padding: 0 30px;
}
.news_list li .color_circle {/*修改新闻列表标点样式*/
	width: 6px;
	height: 6px;
	margin-top: 20px;
	margin-right: 15px;
	background-color: #bbb;
	border-radius: 50%;
	float: left;
}
.news_list li:hover .color_circle {
	background-color: red;
}
.news_list li img {
	margin: 10px 10px 0 0;
}
.news_list li a ,
.news_list li span {
	color: #333;
	display: inline-block;
	padding: .75em 0;
	font-size: 14px;
	line-height: 1.5;
}
.news_list li a {
	width: 500px;
}
.news_list li a:hover {
	color: #8a5239;
}
.news_list li span {
	float: right;
}
.news_view {
	text-align: left;
}
.news_view h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 2;
	text-align: center;
}
.news_view p.date {
	margin-top: -10px;
	margin-bottom: 40px;
	line-height: 1;
	color: #666;
	text-align: center;
}
.news_view img {
	/*max-width: 645px;*/
	max-width: 100%;
}
.news_view p {
	margin-top: 20px;
	color: #333;
	text-align: left;
}
.news_view .other_page {
	display: inline-block;
	margin-top: 50px;
	width: 180px;
}
.news_view .other_page a {
	display: inline-block;
	margin: 5px 20px;
	color: #666;
}
.news_view .other_page a:hover {
	color: #8a5239;
}


.fanye {
	display: inline-block;
	margin: auto;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.fanye p ,
.fanye span ,
.fanye a {
	display: inline-block;
	color: #333;
	font-size: 12px;
	font-family: "SimSun";
}
.fanye a:hover {
	color: #8a5239;
}
.fanye form {
	display: inline-block;
}
.fanye select {
	font-size: 12px;
}
.fanye button {
	width: 30px;
	height: 20px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: none;
}

#main .jobs table {
	width: 720px;
	margin-bottom: 50px;
}
#main .jobs table th  {
	padding: 10px 0;
	font-size: 20px;
	font-family: "SimSun";
	color: #562114;
}
#main .jobs table td,#main .jobs table td a {
	font-size: 14px;
	padding: 10px;
	color: #666;
}


#main .gallery {
	width:720px;margin:0 auto;
	margin-left: 10px;
}
#main .gallery li {
	float:left;margin: 0;width:230px;height:200px;overflow:hidden;display:inline;
}
.pictures{border: 2px solid #949494;width:220px;line-height: 0;text-align:center;position:relative;display:table-cell;vertical-align:middle;}
.pictures .subpic{/**position:absolute;top:50%;left:50%;*/width:220px;height: 160px;display: table-cell;vertical-align: middle;text-align: center;*display: block;*font-size: 140px;*font-family: Arial;}
.pictures .subpic img{/**position:relative;top:-50%;left:-50%;*/}
.pictures .subpic img{
	vertical-align: middle;
	max-width:220px;
	max-height:160px;
}
#main .gallery li p {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}
.feedback{ width: 700px; margin: 0 auto; padding: 40px 0px; font: 12px/24px "SimSun","宋体"; color: #727171; line-height: 24px; }
.feedback p{ font-weight: bold; font-size: 14px; padding: 10px 0px;}
.feedback p img{ vertical-align: middle;}
.feedback table{ width: 100%; border-collapse: separate; border-spacing: 20px 10px;}
.feedback span{ color: #f00;}
.inputSet{ width: 245px; height: 28px; border: none; background: #e8e8e8; font: 12px/24px "SimSun","宋体"; color: #dcb562; line-height: 28px;}
.area{ width: 500px; height: 100px; border: none; background: #e8e8e8; font: 12px/24px "SimSun","宋体"; color:#dcb562; line-height: 28px;}
.Btn{ width: 140px; height: 40px; border: none; background: #626971; color: #fff; font-weight: bold; margin-right: 24px;}


#hire {
	text-align: center;
}
#hire p {
	vertical-align: middle;
	line-height: 30px;
	font-size: 12px;
	display: inline-block;
	color: #333;
}
#hire .xx {
	background-color: #e9e9e9;
	width: 150px;
	margin: 2px -2px 0 0;
	text-align: center;
	vertical-align: middle;
}
#hire .nr {
	padding-left: 10px;
	text-align: left;
	background-color: #e9e9e9;
	margin: 2px -2px 0 0;
	min-height: 30px;
	width: 550px;
}
#hire div {height: 150px;}
#hire div .xx {line-height: 150px;}
#hire div .nr {height: 150px;}
#hire div .nr span {vertical-align: middle;}

#hire table {margin-top: 20px;}
#hire th {
	font-weight: normal;
	width: 190px;
}
#hire td {
	padding: 19px 0;
	font-size: 12px;
	color: #333;
	text-align: center;
	border: 1px solid #c0c0c0;
}

.g-wrap {
	height: 365px;
	background: #fff;
}
.m-login {
	top: 0;
	width: 310px;
	background: none;
}
.m-login h2 {
	font-size: 20px;
	font-weight: normal;
	color: #3c3c3c;
	margin-bottom: 30px;
}
.m-login h2 span {color: #8f533e;}

.m-login input {
	font-size: 14px;
	color: #3c3c3c;
	border: 0 none;
	height: 36px;
	width: 130px;
	margin-bottom: 20px;
}
.m-login input.count {
	float: left;
	padding-left: 37px;
	border: 1px solid #ccc;
	background: url(../images/login_count_ico.png) left center no-repeat;
}
.m-login input.mail {
	float: right;
	padding: 0 2px;
	border: 1px solid #ccc;
}
.m-login input.password {
	padding-left: 37px;
	border: 1px solid #ccc;
	width: 270px;
	border: 1px solid #ccc;
	background: url(../images/login_lock_ico.png) left center no-repeat;
}
.m-login input.mail {font-size: 14px;}
.m-login .select {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 4px;
	width: 170px;
	border: 1px solid #ccc;
	color: #3c3c3c;
	position: relative;
}
.m-login .select_bt {float: right;}
.m-login .select ul {
	width: 170px;
	padding-left: 4px;
	border: solid #ccc;
	border-width: 0 1px 1px;
	background-color: #fff;
	position: absolute;
	left: -1px;
	top: 36px;
	line-height: 1.5;
	display: none;
}
.m-login .select a {color: #3c3c3c;}
.m-login .select a:hover {color: #000;}
.m-login .checkbox {
	float: left;
	clear: left;
	width: 13px;
	height: 13px;
	margin: 5px;
}
.m-login p {color: #818181;}
.m-login button {
	width: 165px;
	height: 38px;
	background-color: #ba7e5a;
	color: #fff;
	font-size: 18px;
	border: 0 none;
	border-radius: 2px;
	margin-left: 112px;
	margin-top: 30px;
}
.m-login button:active {margin-top: 31px;}
.m-login .loginerror {padding-left: 10px;margin-top: -27px;}



.net-map {width: 1000px; display: block;margin: 40px auto 30px;background: #f7f7f7;}
.net-map h1 {float: left;font-size: 26px;font-weight: normal;color: #232323;margin: 0;line-height: 30px;}
.net-map .home-page {float: left;margin-left: 20px;font-size: 20px;line-height: 40px;color: #8e563b;}
.net-map .home-page:hover {color: #c53;}
.net-map .one-list {float: left;width: 250px;height: 260px;margin: 30px 40px;}
.net-map h2 {padding-left: 22px;font-size: 18px;font-weight: normal;color: #fff;line-height: 40px;background: #ae6e4a;}
.net-map li {margin-top: 14px;margin-left: 22px;font-size: 16px;}
.net-map li a {color: #fff;}
.net-map li a:hover {color: #ffa;}