@import url("font.css");

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-size: 100%;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Tahoma, Arial, "Microsoft Yahei", "Simsun";
	height: auto;
	color: #222;
}
li {
	vertical-align: top;
	list-style: none;
}
img {
	vertical-align: middle;
	border: 0;
	outline: 0;
}
a {
	text-decoration: none;
	color: #222;
}
a:hover {
	color: #d68800;
}
.clearfix {
	*zoom:1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.tc { text-align: center;
}
.pt40 {
	padding-top: 40px;
}
.w50p {
	width: 50% !important;
}
.row {
	width: 100%;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.container-normal, .container-business, .container {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.container-width-100 {
	width: 100%;
}
.container-business {
	width: 1250px;
}
.container-normal {
	width: 1170px;
}
.container-small {
	width: 768px;
}
.pos-relative {
	position: relative;
}
.container {
	width: 1200px;
	padding: 40px 0;
}
.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.overhidden {
	overflow: hidden;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.thumbnail {
	width: 98%;
	padding: 1%;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
/*文字排版*/

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	line-height: 1.5
}
h2 {
	padding: 30px 0;
}
.bold {
	font-weight: bold;
}
p {
	text-justify: auto;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
}
.header {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	z-index: 9999999;
}
.header .logo {
	text-align: center;
}
.navbar-nav {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.navbar-nav ul {
	width: 700px;
}
.navbar-nav li {
	float: left;
	width: 100px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.navbar-nav li a {
	position: relative;
	display: inline-block;
	height: 60px;
	color: #333;
	font-size: 0.75em;
}
.navbar-nav a .line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 3px;
	background: #8c7b68;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.navbar-nav .active .line {
	width: 100%;
}
.navbar-nav li:hover .line {
	width: 100%;
	left: 0\0;
 *left:0;
}
/*
about banner
*/

.banner {
	width: 100%;
	background: url("describtion/header1.jpg") center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.caption {
	margin-top: 15px;
}
.caption h5 {
	font-size: 0.75em;
}
.about p {
	padding: 0;
	line-height: 1.9;
}
.about img {
	width: expression(this.width > 960? 960: true) !important;
	max-width: 960px !important;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	padding: 5px;
}

.about .section-1 h2 {
	padding: 0 0 20px;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'HelveticaNeue-Condensed';
}
.about .section-2 {
	padding: 300px 0;
	background: url("about_bg.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.about .article {
	position: relative;
	padding: 30px 0;
}
.about .section-3:before, .about .section-5:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url("ico/line-bg.png") repeat-x;
}
.describtion-ico {
	width: 82px;
	height: 27px;
	margin: 42px auto 38px;
	background: url("key.png") no-repeat;
}
.about .section-3:before, .about .section-5:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url("ico/line-bg.png") repeat-x;
}
.describtion-ico {
	width: 82px;
	height: 27px;
	margin: 42px auto 38px;
	background: url("key.png") no-repeat;
}
.about .section-3 h2 {
	font-weight: normal;
}
/*.about .section-3 p{text-align: left}*/

.about .section-4 {
	position: relative;
	overflow: hidden;
}
.about .section-4>div {
	position: absolute;
	width: 34.333333%;
	box-shadow: -10px 0 5px rgba(0,0,0,0.5);
}
.about .section-4>div.item-0 {
	left: 0;
}
.about .section-4>div.item-1 {
	left: 33.333333%;
}
.about .section-4>div.item-2 {
	left: 66.666666%;
}
.about .section-5 {
	position: relative;
    padding-top: 50px;
}
.about .section-5 h2 {
	font-size: 30px;
	font-weight: normal;
}
/*scrollbar */

.scroll-bar-list ul {
	position: relative;
}
.scroll-bar-list li {
	position: relative;
	float: left;
	width: 294px;
	height: 294px;
	margin: 0 25px;
	border-radius: 50%;
	overflow: hidden;
}
.scroll-bar-list li:before {
	content: ' ';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .7);
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.scroll-bar-list li:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	/* background-image: url("describtion/hover-icon.png")!important;*/
	background-position: center center;
	background-repeat: no-repeat;
}
.honor_hide {
	display: none;
	position: absolute;
	top: 13px;
	left: 40px
}
.honor_table {
	position: absolute;
	width: 100%;
	top: 130px;
	text-align: center;
	color: #80736a;
}
.scroll-box {
	position: relative;
	width: 300px;
	height: 4px;
	margin: 100px auto;
	box-shadow: 0px 0 5px #000;
}
.scroll-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 10%;
	background: #000;
	cursor: pointer;
}
.about .section-7, .border-style {
	position: relative;
}
.about .section-7:after, .border-style:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url("ico/line-bg-btm.png") repeat-x;
}
.about .section-8 {
	padding: 300px 0;
	background: url("about_bg.jpg") center center fixed;
}
/*footer*/

.sf {
	width: 1200px;
    margin: 0 auto;
	text-align: center;
	background-color: #fff;
}
.sf a {
	color: #303030
}
.sf__nav {
	display: block;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.sf__inner {
	padding: 25px 0 30px;
}
.sf__menus {
	text-align: center;
}
.sf__menu {
	display: inline-block;
}
.sf__logo {
	display: inline-block;
	margin-bottom: 15px;
}
.sf__copyright {
	font-size: 13px;
	font-weight: normal;
	color: #777;
	letter-spacing: 1px;
}
.sf__sharedlist {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 24px;
}
.sf__shared {
	margin: 0 5px;
	float: left;
	width: 40px;
	height: 40px;
}
.sf__shared:hover span {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.sf__menu-link {
	display: inline-block;
	padding: 20px 0;
	margin: 0 16px;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 13px;
}
.sf__menu-link.active,  .sf__menu-link:hover {
	color: #8c7b68;
}
.sf__menu-link {
	position: relative;
}
.sf__menu-link:after {
	z-index: 1;
	border-top: 4px solid #8c7b68;
	position: absolute;
	width: 100%;
	content: "";
	bottom: -1px;
	left: 0;
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.sf__menu-link.active:after,  .sf__menu-link:hover:after {
	display: block !important;
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-ms-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	transform: scaleX(1.0);
}
.sf__inner p {
	text-align: center;
}
.footer {
	width:600px;
	text-align:center;
	margin:0 auto;
}

/*news*/
#news1 p, #news2 p, #news3 p {
	font-size: 14px!important;
}
.ziti_date {
	font-style: italic;
	font-weight: 100;
	font-size: 12px;
	line-height: 45px;
}
.btn {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #303030;
}
.products .col-xs-10, .products .col-xs-2, .products .col-xs-6 {
	overflow: hidden;
	position: relative;
}
.products .section-0 {
	padding-top: 250px;
}
.products .row .col-xs-wrap:nth-child(even) {
	float: right !important;
}
.products .row .col-xs-10:nth-child(odd) {
	float: right !important;
}
.products-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all 5s;
}
.products-1:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.products .row>div {
	position: relative;
}
.products .row .col-xs-wrap {
    margin: 40px auto 0;
}
.products .section-1 p {
	text-align: center;
	padding: 20px;
	margin: 50px 0;
	font-size: 0.75em;
}
.products .section-1 .btn {
	font-size: 12px;
	padding: 10px 20px;
}
.products .section-2 .products-1 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.products .section-2 p {
	padding: 4em 16em;
	line-height: 26px;
	text-align: center;
}
.products .section-3 p {
	text-align: center;
}
.products .section-3 .products-1 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.products .section-4 p {
	padding: 6em;
	font-size: 3em;
	text-align: center;
	font-style: italic;
	font-family: "times new roman";
}
.products .section-5 p {
	padding: 3em;
	font-size: 15px;
	text-align: left;
}
.products .section-5 .products-1 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.dot_btm {
	background: url("dot1.gif") repeat-x bottom;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.more {
    display: inline-block;
    background: url(ico1.gif) no-repeat right;
    padding-right: 20px;
}
.ab_box {
	padding: 15px 0;
}
.ab_info {
	width: 560px;
}
#ssc-1 .ab_info:nth-child(1) {float:left;}
#ssc-1 .ab_info:nth-child(2) {float:right;}
#ssc-2 .ab_info:nth-child(1) {float:right;}
#ssc-2 .ab_info:nth-child(2) {float:left;}
#ssc-3 .ab_info:nth-child(1) {float:left;}
#ssc-3 .ab_info:nth-child(2) {float:right;}
#ssc-4 .ab_info:nth-child(1) {float:right;}
#ssc-4 .ab_info:nth-child(2) {float:left;}
#ssc-5 .ab_info:nth-child(1) {float:left;}
#ssc-5 .ab_info:nth-child(2) {float:right;}
#ssc-6 .ab_info:nth-child(1) {float:right;}
#ssc-6 .ab_info:nth-child(2) {float:left;}
#ssc-7 .ab_info:nth-child(1) {float:left;}
#ssc-7 .ab_info:nth-child(2) {float:right;}
#ssc-8 .ab_info:nth-child(1) {float:right;}
#ssc-8 .ab_info:nth-child(2) {float:left;}
#ssc-9 .ab_info:nth-child(1) {float:left;}
#ssc-9 .ab_info:nth-child(2) {float:right;}
#ssc-10 .ab_info:nth-child(1) {float:right;}
#ssc-10 .ab_info:nth-child(2) {float:left;}

.ab_info h3 {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 20px;
	color: #666;
	text-transform:uppercase; 
}
.ab_txt {
	height: 265px;
    line-height: 1.9;
	overflow: hidden;
}
.ab_txt a {
	font-size: 14px;
    color: #606569;
}
#ClickCallback {
	position: absolute;
	width: 300px;
	right: 0%;
	top: 0;
}
#ClickCallback h1 {
	width: 250px;
	text-align: left;
}
#ClickCallback ul {
	margin-top: 10px;
}
#ClickCallback ul li {
	margin-top: 15px;
	line-height: 22px;
	border-bottom: 1px dotted #ccc
}
.banner {
	position: relative;
}
.banner .textbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 411px;
	height: 157px;
	*margin-left:-206px;
	*margin-top:-79px;
	margin-left: -206px\0;
	margin-top: -79px\0;
	margin-left: 0\9;
	margin-top: 0\9;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner .textbox p {
	width: 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.banner .textbox span {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
.banner .textbox .text1 {
	top: -100px;
	font-weight: bold;
}
.banner .textbox .text2 {
	bottom: -100px;
}
.stores .section-1 {
	background: url(bg.jpg) left bottom no-repeat;
}
.stores .section-3 {
	-webkit-background-size: cover;
	background-size: cover;
}
.stores>.row {
	padding: 20px 0;
}
.stores>.row .row {
	padding: 10px 0;
}
.stores>.row p {
	/*text-align: right;*/
	padding-right: 10px;
}
.stores .thumbnail-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.stores .thumbnail-wrap .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.stores .thumbnail-wrap:hover .hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.stores .place {
	width: 1200px;
	margin: -20px auto 20px;
	font-size: 14px;
	color: #777;
}
.stores .place a {
	color: #777;
}
.content {
	background:#FFF;
	box-shadow: 2px 2px 5px 2px #ddd;
	padding: 30px 50px;
	margin: 0 auto 40px;
}
.content h3 {
	font-size: 24px;
	margin-top: 15px;
}
.content .date {
	width:100%;
	font-size: 13px;
    display: block;
	margin:15px auto;
	text-align:center;
	font-style:italic;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.content .detail {
	padding-top: 20px;
	padding-bottom: 40px;
}
.content .detail img {
    width: expression(this.width > 1000? 1000: true) !important;
    max-width: 1000px !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 1px solid #ddd;
    padding: 5px;
}
.content .prenext {
	font-size: 13px;
	line-height: 2;
	border-top: 1px solid #ddd;
	padding-top: 25px;
	padding-bottom: 5px;
}
.content .detail p, .content .detail div {
	padding: 0 !important;
	line-height: 1.9;
	font-size: 16px;
}
.rec .section-4 {
	padding: 300px 0;
	background: url("describtion/stellar-3.jpg") center center no-repeat fixed;
}
.rec td, .rec th {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd!important;
}
.rec table {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/*无缝滚动*/

.wfgd li {
	float: left;
}
/*轮播图*/

.carousel {
	position: relative;
	padding: 200px 0;
	width: 100%;
}
.carousel-inner {
	position: relative;
}
.carousel-inner .item {
	float: left;
	text-align: center;
	font-size: 2em;
}
.carousel-inner .item p {
	text-align: center;
	font-size: 13px;
}
.carousel-inner .item h3 {
	font-size: 17px;
	font-weight: 600;
}
.carousel .carl-prev, .carousel .carl-next {
	position: absolute;
	top: 50%;
	color: #333;
	font-size: 4em;
	margin-top: -0.5em;
}
.carousel .carl-prev {
	left: 10%;
}
.carousel .carl-next {
	right: 10%;
}
/******  new menu   **********/

.page_load {
	width: 100%;
	height: 100%;
	background: url("../images/body-background.jpg") center;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	display: none;
}
.page_load .xian {
	width: 200px;
	height: 10px;
	margin: 0 auto;
	top: 50%;
	left: 43%;
	border-bottom: solid 1px #ccc;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute
}
.page_load .xian1 {
	width: 10px;
	height: 10px;
	margin: 0 auto;
	top: 49.8%;
	left: 43%;
	border-bottom: solid 4px #333;
	position: absolute
}
.page_load .logo {
	width: 260px;
	height: 100px;
	margin: 0 auto;
	top: 30.8%;
	left: 42%;
	position: absolute
}
.header {
	width: 1200px;
	height: 161px;
	position: fixed;
	z-index: 111;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.94); 
	top: -135px;
	color: #333;
}
.header a {
	color: #333;
}
.header_bg {
	width: 100%;
	height: 161px;
}
.menu {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.menu .top {
	width: 100%;
	height: 100px;
	position: relative;
}
.menu .top_left {
	width: 200px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.menu .top_right {
	width: 340px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: right
}
.menu .logo {
	margin: 50px auto 0;
}
.menu .logo img {
	vertical-align: middle;
	display: inline;
	margin-top: 10px;
	border: none;
	padding: 0;
}
.menu .nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.menu .nav .nav1 {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	text-align: center;
	font-size: 15px;
}
.menu .nav1 .li {
	height: 40px;
	line-height: 40px;
	float: left;
	position: relative;
	z-index: 5;
	text-align: center;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	padding: 0 43px;
}
.menu .nav1 .li a {
	color: #333;
}
.menu .nav1 .li:hover {
	color: #000;
}
.menu .nav1 .cur .li_title_en a {
	color: #b46b09 !important;
}
.menu .nav1 .li .li_title {
}
.menu .nav1 .li .li_title_en {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.menu .nav1 .li .li_title_en:hover {
	color: #999;
}
.menu .nav1 .li a {
	color: #000;
}
.menu .nav1 .li a:hover {
	color: #b46b09;
}
.menu .nav1 .li:hover .menua {
	color: #FFF;
}
.menu .li .revdiv {
	width: 300px;
	height: auto;
	position: absolute;
	padding: 0 0px;
	left: -12px;
	top: 20px;
	display: none;
}
.menu ul .li .revdiv ul {
	width: 100%;
	height: auto;
}
.menu ul .li .revdiv li {
	width: 100px;
	height: 50px;
	text-align: center;
	float: left;
	line-height: 50px;
	margin-right: 5px;
}
.menu ul .li .revdiv li a {
	color: #000;
}
.menu ul .li .revdiv li a:hover {
	color: #b46b09
}
.revdiv-1 {
	width: 180px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	float: left;
    background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.revdiv-2 {
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	float: left;
}
.revdiv-1-title {
	width: 180px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
.revdiv-1-title a {
	font-size: 13px;
}
.revdiv-1-li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.menuBG {
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 11;
	top: 0px;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.pages {
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}
.pages a {
	color: #000
}
.section-1 {
	margin-top: 200px;
}
/*news开始*/

.news_sub {
	width: 100%;
}
.news_nr {
	width: 1200px;
	margin: 0 auto;
}
.news_nr ul li {
	width: 382px;
	float: left;
	border: 1px solid #dbdbdb;
	margin-bottom: 30px;
	margin-right: 24px;
}
.news_nr ul li:nth-child(3n) {
	margin-right: 0;
}
.news_nr_tu {
	width: 382px;
	height: 264px;
	margin: 0 auto;
}
.news_nr_hu {
	width: 380px;
	height: 480px;
	margin: 0 auto;
}
.news_nr_ht {
	padding: 10px 20px 20px;
	font-size: 15px;
	color: #00429b;
	line-height: 40px;
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.news_nr_it_layer {
    padding: 8px 20px 15px;
    font-size: 15px;
    color: #00429b;
    height: 25px;
    overflow: hidden;
    text-align: center;
    width: 342px;
    background: #000;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    margin-top: -48px;
    position: relative;
}
.news_nr_it {
    display: block;
    height: 40px;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    margin-top: -40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.news_nr_bt {
	padding: 10px 20px 20px;
	font-size: 15px;
	color: #00429b;
	line-height: 40px;
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.news_nr_bt a, .news_nr_ht a, .news_nr_it a {
	font-size: 15px;
	color: #968115;
	line-height: 40px;
}
.news_nr_bt a:hover {
	color: #000;
}
.news_nr_xian {
	margin-left: 25px;
	height: 1px;
	width: 100px;
	background: #968115;
}
.news_nr_zi {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	padding: 15px 25px 0px 25px;
	height: 45px;
}
.news_nr_rq {
	text-align: right;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-right: 25px;
	font-size: 13px;
}

.page {
	clear: both;
	padding: 10px;
    margin: 15px auto 25px;
	text-align: center;
}
.page .pageList {
	text-align: center;
}
.page .pageList a {
	padding: 0 12px;
    border: #DDD solid 1px;
    font-size: 14px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background: #f8f8f8;
    color: #666;
    margin: 0 2px;
}
.page .pageList .fuiOmit {
	font-size: 28px;
}
.page .searPage {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	line-height: 30px;
}
.page .searPage input[type="text"] {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.page .searPage input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.page .pageList a:hover {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	text-decoration: none;
}
.page .pageList .nowPage {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	margin-right: 5px;
}

.news1_bt {
	width: 900px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #00429b;
	border-bottom: 1px solid #999;
}
.news1_rq {
	width: 900px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #00429b;
	margin-bottom: 30px;
}
.news1_txt {
	width: 900px;
	font-size: 12px;
	line-height: 30px;
	color: #666;
	margin: 0 auto;
	margin-bottom: 30px;
}
.news1_txt p {
	width: 900px;
	font-size: 12px;
	line-height: 30px;
	color: #666;
	margin: 0 auto;
	text-indent: 2em;
}
.news1_txt_tu {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.fanhui {
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background: #00429b;
	float: right;
}
.fanhui a {
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background: #00429b;
	float: right;
}
.shuzi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #666;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
/*news结束*/

/**  视频  **/
.about_video {
	width: 100%;
	margin: 0 auto;
}
.about_video_btn {
	width: 826px;
	text-align: center;
	line-height: 20px;
	margin: 80px auto;
}
.video_btn {
	width: 826px;
	margin: 10px auto;
}
.video_btn2 {
	width: 47px;
	margin: 10px auto;
}
.video_profile {
	color: #999;
	font-size: 12px;
	padding-top: 25px;
}
.hide_box {
	width: 980px;
	color: #999;
	display: none;
}
#testBox {
	position: absolute;
	bottom: 200px;
	z-index: 10000;
}
.con_hidex_box {
	width: 760px;
	float: left;
	padding-top: 15px;
	height: 380px;
}

#typenav {
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
#typenav p {
	float: right;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
	line-height: 40px;
}
#typenav p a {
}
#typenav li {
	float: left;
    width: 384px;
	height: 40px;
	text-align: center;
	margin-right:20px;
	line-height: 40px;
}
#typenav li:nth-child(3n) {
	margin-right: 0;
}
#typenav li a {
	display: block;
	background-color: #666;
	color: #FFF;
	font-size: 16px;
	padding: 0 20px;
	letter-spacing:1px;
}
#typenav li a:hover {
	color: #333;
	background-color: #fdd000;
	text-decoration:none;
}
#typenav .mrys,#typenav .on a {
	background-color: #fdd000;
	color: #333;
	display: block;
	letter-spacing:1px;
}
#typenav .mrys2 span,#typenav .on span {
	display: block;
}
#typenav li span {
	display: none;
}
#typenav li:hover span {
	display: block;
}
#typenav a:hover {
	color: #f63;
}
#typenav li span img {
vertical-align: top;
}