﻿/*basic settings*/
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	font-size: 14px;
	font-family: "Microsoft YaHei",SimSun,SimHei;
	background-color: #FFF;
	color: #333;
	min-height: 100%;
	overflow-x: hidden;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #404242;
	outline: none;
}
li, dl, dt, dd {
	list-style-type: none;
}
input, textarea, select, option, em, h1, h2, h3, h4, h4, h6, strong, span, li, dl, dt, td {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-style: normal;
	font-weight: 400;
	outline: none;
}
.no_margin {
	margin: 0px !important;
}
.no_border {
	border: 0px !important;
}
.no_bg {
	background: none !important;
}
.clear_both {
	clear: both !important;
}
.display_block {
	display: block !important;
}
.text_over {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}
.w_100 {
	width: 100%;
}
.w_95 {
	width: 95%;
}
.indextx {
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
	background: #FFFFFF;
}
.w_min_width {
	min-width: 1200px;
}
.w_1200 {
	width: 1200px;
}
.w_1067 {
	width: 1067px;
}
.w_1100 {
	width: 1100px;
}
.w_980 {
	width: 980px;
}
/*header*/
.pcOnly {
	display: block !important;
}
.header-top-bar {
	background: none repeat scroll 0% 0% #ECECEC;
	height: 30px;
	border-bottom: 1px solid #DCDDDD;
	min-width: 1100px;
}
.pageWidth {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}
.header-search-box {
	height: 30px;
	padding-right: 10px;
	background-color: #E5E5E5;
	transition: all 0.5s ease-in-out 0s;
}
.header-search-box input {
    border: 0px none;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    width: 152px;
    background: none repeat scroll 0% 0% transparent;
    box-sizing: border-box;
}
.header-search-box em {
    background-position: -1px 1px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    background: url("../images/search.png") no-repeat scroll 0% 0% transparent;
}
.fR {
	float: right !important;
} 
.fL{
    float:left !important;
}
.header-english {
	float: right;
	margin-right: 25px;
	font-size: 12px;
	color: #333;
	font-family: Sans-Serif;
	line-height: 30px;
}
.header {
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid #CFCFCF;
	z-index: 3333;
	position: relative;
	height: 100px;
	min-width: 1100px;
}
.logo {
	margin: 20px 0px;
}
.logoImg {    
    margin: 19px 0px;
}
.mainNav {
	padding: 3px 0px 0px;
	position: absolute;
	left: 50%;
	margin-left: -247px;
}
/*  nav */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav_bar {
	position: relative;
	z-index: 1; /*height:42px;line-height:42px;*/
	height: 100px;
	line-height: 100px;
	color: #333;
	margin:0px auto;
}
.nav {
	position: relative; /*width:748px;*/
	width: 600px;
	margin: 0 auto;
	font-family: "Microsoft YaHei",SimSun,SimHei;
	font-size: 16px;
}
.nav a {
	color: #333;
}
.nav h3 {
	font-size: 16px;
	font-weight: normal;
}
.nav h3 a {
	display: block; /*width:120px;*/
	padding-left: 20px;
	padding-right: 20px; /*text-align:center;*/
	font-size: 16px;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 1;
	display: block; /*background:#FFFFFF;*/
}
.nav .m:hover {
	background: #F5F5F5;
}
.nav .s {
	float: right;
	background: url(../images/sprite2.png) no-repeat scroll -24px -20px;
	height: 16px;
	width: 16px;
	line-height: 66px;
	margin: -40px 0px;
}
.nav .sub {
	display: none;
	position: absolute; /*left:40px;top:42px;*/
	top: 95px;
	z-index: 1; /*width:128px;*/
	width: 250px; /*border:1px solid #E6E4E3; border-top:0px;*/
	background: #F5F5F5;
}
.nav .sub li { /*text-align:center;*/
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}
.nav .sub li a {
	display: block;
	border-bottom: 1px solid #E6E4E3; /*padding:8px 0;*/
	height: 60px;
	line-height: 60px;
	color: #333333;
	padding-left: 20px;
}
.nav .sub li a:hover {
	color: /*#1E95FB;*/ #333333;
	background: #EEEEEE;
}
.nav .block {
	height: 3px;
	width: 126px; /*background:#1E95FB;*/
	background: #EEE;
	position: absolute;
	left: 0; /*top:39px;*/
	top: 56px;
	overflow: hidden;
}
/* footer */
.footer-about {
	width: 100%;
	height: 270px;
	border-top: 1px solid #CCC;
	clear: both;
	background: #333333;
	min-width: 1100px;
}
#footer-aboutContent {
	width: 1100px;
	margin: 20px auto;
}
#footer {
	width: 100%;
	height: 75px;
	background: #000;
	line-height: 75px;
	min-width: 1100px;
}
#footer p {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	color: #ddd;
	font-size: 12px;
}
.footer-list {
	float: left;
	width: 185px;
	height: 200px;
}
.footer-list .lihead {
	font-size: 16px;
	font-weight: bolder;
	color: #DDD;
}
.footer-list li {
	list-style: none;
	height: 35px;
	font-size: 15px;
}
.footer-list li a {
	color: #DDDDDD;
	text-decoration: none;
}
.footer-list li a:hover {
	color: #FFFFFF;
}
#sLanguage {
	width: 100px;
	margin-top: 10px;
}
.sp_contact {
	float: right;
}
.sp_contact p {
	height: 40px;
	line-height: 40px;
}
.sp_contact span {
	font-size: 18px;
	color: #DDDDDD;
	margin: 10px;
}
.sp_contact strong {
	color: #FC3;
	font-size: 18px;
	font-weight: lighter;
}
.Font2, .news {
	text-align: justify;
	text-indent: 2em;
}
.loading {
	width:200px;
	background:#FFF;
	border-bottom:1px solid #E0E0E0;
	margin:10px auto;
	text-align:center;
}
.loading img{
	margin-top:3px;
}
.loading p {
	line-height:32px;
	color:#757575;
}