body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px"微软雅黑" !important;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #000;
	text-decoration: none !important;
}

a:hover {
	color: #dc252a;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input:focus,textarea:focus {
    outline:none;
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container{
		width: 738px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container{
		width: 100%;
		padding:0 10px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1250px) {
	.container{
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1000;
}
.header_bg{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: #FFFFFF;
	transition: all 1s;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	z-index: 100;
}
.header{
	width: 1390px;
	height: auto;
	margin: 30px auto 0;
	position: relative;
	z-index: 110;
	transition: all 1s;
}
.header_scroll{
	height: 51px;
	margin: 0 auto;
}
.header .logo{
	display: block;
	float: left;
	position: relative;
	z-index: 110;
}
.header .logo img{
	display: none;
}
.header .logo img:nth-of-type(1){
	display: inline-block;
}
.header_scroll .logo{
	height: 40px;
	margin-top: 5px;
}
.header_scroll .logo img{
	height: 100%;
}
.header_scroll .logo img:nth-of-type(1){
	display: inline-block !important;
}
.header_scroll .logo img:nth-of-type(2){
	display: none !important;
}
.logow img:nth-of-type(1){
	display: none !important;
}
.logow img:nth-of-type(2){
	display: inline-block !important;
}
.header_scroll .logow img:nth-of-type(1){
	display: none !important;
}
.header_scroll .logow img:nth-of-type(2){
	display: inline-block !important;
}
.header_en{
	display: block;
	width: 100px;
	height: 40px;
	background-color: #da251d;
	border-radius: 3px;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	position: relative;
	z-index: 100;
}
.header_scroll .header_en{
	height: 50px;
	line-height: 50px;
	border-radius: 0px;
}
.header_en img{
	margin: -3px 10px 0 0;
}
.header_menu{
	display: inline-block;
	margin-left: 280px;
}
.header_scroll .header_menu{
	margin-left: 350px;
}
.header_menu a{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #000000;
	font-size: 14px;
	transition: all 1s;
}
.header_scroll .header_menu a{
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #000000;
}
.header_menu a.header_menuNow{
	font-weight: bold;
	color: #e60012;
}
.header_menuIcon{
	width: 105px;
	height: 40px;
	overflow: hidden;
	padding: 10px;
	background-color: #da251d;
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	float: right;
	margin-left: 15px;
	position: relative;
	z-index: 100;
	display: none;
	transition: all 1s;
}
.header_menuIcon ul{
	width: 20px;
	height: 16px;
	overflow: hidden;
	float: right;
	margin-top: 2px;
}
.header_menuIcon ul li{
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}
.header_menuIcon ul li:nth-of-type(2){
	margin:5px 0;
}
@media (max-width: 991px) {
	.header{
		width: 100%;
		padding: 0 30px;
	}
	.header_menu{
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		margin-left: 0 !important;
		background-color: #040404;
		width: 100%;
		overflow: hidden;
		padding: 120px 0 50px;
		border-bottom: 1px solid #da251d;
		z-index: 100;
	}
	.header_menu a{
		float: none;
		height: 50px;
		line-height: 50px;
		color: #FFFFFF !important;
		text-align: center;
		font-size: 18px !important;
	}
	.header_menuIcon{
		display: block;
	}
	.header_scroll .header_menuIcon{
		width: 105px;
		height: 50px;
		padding: 15px 10px;
		border-radius: 0;
	}
	.header_en{
		color: #da251d;
		background-color: transparent;
	}
}
@media (max-width: 767px) {
	.header{
		padding: 0 0 0 10px;
	}
	.header_menu{
		padding: 100px 0 50px;
	}
	.header_menuIcon{
		margin-left: 5px;
		width: 90px;
		font-size: 14px;
	}
	.header_scroll .header_menuIcon{
		width: 90px;
		height: 50px;
	}
	.header_en{
		width: 70px;
	}
	.header_en img{
		margin: -3px 5px 0 0;
	}
}
@media (min-width: 992px) {
	.header{
		width: 960px;
	}
	.header_menu{
		margin-left: 120px;
	}
	.header_scroll .header_menu{
		margin-left: 150px;
	}
}
@media (min-width: 1250px) {
	.header{
		width: 1390px;
	}
	.header_menu{
		margin-left: 280px;
	}
	.header_scroll .header_menu{
		margin-left: 350px;
	}
}
/*底部信息*/
.footer_contact{
	width: 100%;
	height: 305px;
	overflow: hidden;
	background-color: #535a5a;
}
.footer_contactLeft{
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.footer_contactRight{
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: right;
	background-color: #898989;
}
.footer_contactUs{
	float: right;
}
.footer_contactUs,.footer_network{
	width: 740px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 305px;
	position: relative;
}
.footer_contactText{
	width: 250px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -125px;
	line-height: 20px;
}
.footer_contact a{
	display: block;
	margin: 0 auto;
	width: 135px;
	height: 42px;
	line-height: 40px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 11px;
}
.footer_contact img{
	max-width: 100%;
	transition: all 1s;
}
.footer_contactHover img{
	transform: scale(1.25);
}
.footer_contact a:hover{
	background-color: #FFFFFF;
	color: #009f9f;
}
.footer_logo{
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-align: center;
}
.footer_logo img{
	height: 37px;
}
.footer_bottom{
	width: 100%;
	height: 70px;
	line-height: 16px;
	padding: 27px 0;
	overflow: hidden;
	background: url(../image/footer_bottom.jpg) no-repeat center center;
	background-size:auto 100%;
	font-size: 12px;
	color: #FFFFFF;
}
.footer_bottom span:nth-of-type(2){
	float: right;
}
.footer_bottom a{
	color: #FFFFFF;
}
@media (max-width: 991px) {
	.footer_contact{
		height: 610px;
	}
	.footer_contactLeft{
		width: 100%;
		height: 50%;
	}
	.footer_contactRight{
		width: 100%;
		height: 50%;
		background-color: #898989;
	}
	.footer_contact a{
		width: 165px;
		height: 52px;
		line-height: 50px;
		border-radius: 5px;
		font-size: 24px;
		margin-bottom: 25px;
	}
	.footer_contactUs,.footer_network{
		width: 100%;
		height: 100%;
		font-size: 24px;
		line-height: 305px;
	}
	.footer_contactText{
		width: 100%;
		height: auto;
		overflow: visible;
		left: 0;
		top: 110px;
		margin-left: 0;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.footer_contact{
		height: 520px;
	}
	.footer_contact a{
		font-size: 18px;
	}
	.footer_contactUs,.footer_network{
		font-size: 18px;
		line-height: 260px;
	}
	.footer_bottom span:nth-of-type(1){
		display: inline-block;
		width: 45%;
		margin-top: -8px;
	}
	.footer_contactText{
		top: 85px;
	}
}
@media (min-width: 992px) {
	.footer_contactUs,.footer_network{
		width: 100%;
	}
}
@media (min-width: 1250px) {
	.footer_contactUs,.footer_network{
		width: 740px;
	}
	.footer_bottom{
		background-size: 100%;
	}
}
/*底部菜单*/
