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"微软雅黑";
	-webkit-text-size-adjust: 100%;
}

a {
	color: #2d374b;
	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: 103px;
	padding: 30px 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	transition: all 0.5s;
}
.header{
	padding: 10px 50px;
	height: 63px;
	background-color: rgba(255,255,255,0.8);
}
.header_click{
	height: 103px;
	padding: 30px 50px;
	background-color: #fff;
}
/*头部logo*/
.header_logo{
	display: block;
	width: 180px;
	overflow: hidden;
	float: left;
	margin-right:60px;
}
.header_logo img{
	width: 100%;
}
.header_logo img:last-of-type{
	display: none;
}
/*滚动头部logo黑色*/
.header .header_logo img:first-of-type{
	display: none;
}
.header .header_logo img:last-of-type{
	display: inline-block;
}
/*点击头部logo黑色*/
.header_click .header_logo img:first-of-type{
	display: none;
}
.header_click .header_logo img:last-of-type{
	display: inline-block;
}
/*头部导航*/
.header_menuBox{
	width: 80px;
	height: 25px;
	overflow: hidden;
	margin-top: 9px;
	float: left;
	cursor: pointer;
}
.header_menuIcon{
	width: 33px;
	height: 100%;
	float: left;
	position: relative;
}
.header_menuIcon li{
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.header_menuIcon li:nth-of-type(1){
	top: 0;
	transform-origin:0px 3px;
	transition: transform 0.5s;
}
.header_menuIcon li:nth-of-type(2){
	width: 25px;
	top: 11px;
}
.header_menuIcon li:nth-of-type(3){
	top: 22px;
	transform-origin:0px 0px;
	transition: transform 0.5s;
}
.header_menuBox h4{
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
/*滚动黑色*/
.header .header_menuBox li{
	background-color: #333;
}
.header .header_menuBox h4{
	color: #333;
}
/*菜单CLICK黑色*/
.header_menuClick h4{
	color: #333;
}
.header_menuClick li{
	background-color: #333;
}
.header_menuClick li:nth-of-type(1){
	transform: rotate(41deg);
}
.header_menuClick li:nth-of-type(2){
	opacity: 0;
}
.header_menuClick li:nth-of-type(3){
	transform: rotate(-41deg);
}
/*头部英文切换*/
.header_earth{
	display: block;
	width: 40px;
	overflow: hidden;
	margin: 1.5px 0 0 15px;
	float: right;
	cursor: pointer;
}
.header_earth img{
	width: 100%;
}
.header_earth img:nth-of-type(2){
	display: none;
}
.header .header_earth img:nth-of-type(1){
	display: none;
}
.header .header_earth img:nth-of-type(2){
	display: inline-block;
}
.header_click .header_earth img:nth-of-type(1){
	display: none;
}
.header_click .header_earth img:nth-of-type(2){
	display: inline-block;
}
/*头部搜索*/
.header_search{
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 1.5px;
	position: relative;
	float: right;
	border: 1px solid #fff;
	border-radius: 20px;
	background-color: #fff;
	cursor: pointer;
	line-height: 38px;
	transition: all 0.5s;
}
.header_search img{
	position: absolute;
	top: 12px;
	right: 12px;
}
.header_search input{
	width: calc(100% - 40px);
	height: 100%;
	border: none;
	padding-left: 10px;
}
.header_search:hover{
	width: 180px;
}
/*滚动黑色*/
.header .header_search{
	border-color: #ddd;
}
/*点击菜单后*/
.header_click .header_search{
	border-color: #ddd;
}
@media only screen and (max-width: 991px ) {
	.header_common{
		padding: 0 0 0 15px;
		height: 60px;
		background-color: #FFF;
	}
	.header_logo{
		display: block;
		width: 180px;
		height: 100%;
		line-height: 60px;
		float: left;
		margin-right:0px;
	}
	.header_logo img:first-of-type{
		display: none;
	}
	.header_logo img:last-of-type{
		display: inline-block;
	}
	.header_menuBox{
		width: 60px;
		height: 100%;
		margin: 0;
		padding: 19px 13.5px;
		border-left: 1px solid #E5E5E5;
		float: right;
		position: relative;
	}
	.header_menuBox li{
		background-color: #333;
	}
	.header_menuBox h4{
		display: none;
	}
	.header_earth{
		width: 60px;
		height: 60px;
		margin: 0;
		border-left: 1px solid #E5E5E5;
		text-align: center;
		line-height: 60px;
	}
	.header_earth img{
		width: 24px;
	}
	.header_earth img:nth-of-type(1){
		display: none;
	}
	.header_earth img:nth-of-type(2){
		display: inline-block;
	}
	.header_search{
		width: 60px;
		height: 60px;
		margin-top: 0px;
		border: none;
		border-left: 1px solid #E5E5E5;
		border-radius: 0px;
		line-height: 60px;
	}
	.header_search img{
		position: absolute;
		top: 22px;
		right: 22px;
	}
	.header_search input{
		width: calc(100% - 60px);
		padding-left: 10px;
	}
}
@media only screen and (max-width: 767px ) {
	.header_logo img{
		width: 160px;
	}
}
@media only screen and (max-width: 400px) {
	.header_search{
		display: none;
	}
}
/*头部公共样式 end end end */
/*底部公共样式 star star star*/
.footer_common{
	width: 100%;
	height: 125px;
	background-color: #fff;
	color: #949494;
	line-height: 20px;
	padding: 32.5px 0;
}
.footer_common .container{
	overflow: hidden;
}
.footer_common a{
	color: #949494;
}
.footer_common a:hover{
	color: #d92702;
}
.footer_common .container img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer_pc,.footer_ms{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.footer_ms{
	text-align: center;
	display: none;
}
@media only screen and (max-width:767px ) {
	.footer_common{
		background: #e6e6e6;
		height: 100px;
		padding: 20px 0;
	}
	.footer_pc{
		display: none;
	}
	.footer_ms{
		display: block;
	}
}
/*底部公共样式 end end end*/
/*公共导航 star star star*/
.nav_common{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	padding: 220px 190px 0 285px;
	background-color: #f1f0e9;
	display: none;
}
.nav_common .nav_contentBox{
	width: 100%;
	height: auto;
}
.nav_common .nav_content{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.nav_content>a{
	display: block;
}
.nav_content>a span{
	margin-right: 10px;
}
@media only screen and (max-width:991px ) {
	.nav_common{
		padding: 60px 0 0 0;
	}
	.nav_content>a{
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #d5d1b7;
		font-size: 16px;
		padding:0 20px ;
	}
	.nav_content>a span{
		display: none;
	}
	
}
@media only screen and (max-width:767px ) {
	.nav_common .nav_contentBox{
		width: 100%;
		height: 550px;
		overflow-x: hidden;
	}
}
@media only screen and (min-width:992px ) {
	.nav_common{
		padding: 140px 60px 0 60px;
	}
}
@media only screen and (min-width:1200px ) {
	.nav_common{
		padding: 220px 5% 0 15%;
	}
}
/*一级分类*/
.nav_content .nav_one{
	width: 320px;
	height: auto;
	float: left;
	margin-top: 25px;
	border-right: 1px solid #d5d1b7;
	position: relative;
}
.nav_one li{
	width: 100%;
	height: 60px;
}
.nav_one li>a{
	display: block;
	font-size: 32px;
	line-height: 60px;
	height: 60px;
	color: #000;
	position: relative;
	margin-left: -45px;
	padding-left: 45px;
	transition: margin-left 0.5s;
	overflow: hidden;
}
.nav_one li>a span{
	display: inline-block;
	width: 35px;
	height: 4px;
	background-color: #d92702;
	position: absolute;
	left: 0;
	top: 28px;
}
.nav_one li>a.nav_oneNow{
	margin-left: 0;
}
@media only screen and (max-width:991px ) {
	.nav_content .nav_one{
		width: 100%;
		margin: 0;
		border: none;
	}
	.nav_one li{
		height: auto;
		overflow: hidden;
		transition: all 0.5s;
		border-bottom: 1px solid #d5d1b7;
	}
	.nav_one li>a{
		width: 100%;
		padding: 0 20px;
		margin: 0;
		font-size: 16px;
	}
	.nav_one li>a span{
		display: none;
	}
	.nav_one li>a.nav_oneNow{
		background-color: #d92702;
		color: #FFF;
	}
}
@media only screen and (max-width:767px ) {
	
}
@media only screen and (min-width:992px ) {
	.nav_content .nav_one{
		width: 260px;
	}
}
@media only screen and (min-width:1250px ) {
	.nav_content .nav_one{
		width: 320px;
	}
}
/*二级分类*/
.nav_one li .nav_two{
	width: 240px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	display: none;
}
.nav_two a{
	display: block;
	line-height: 40px;
	padding-left: 0px;
	height: 40px;
	overflow: hidden;
	font-size: 24px;
	color: #4b4b4b;
	font-weight: lighter;
	transition: padding-left 0.5s;
}
.nav_two a:hover{
	color: #d92702;
	padding-left: 3px;
	font-weight: normal;
}
@media only screen and (max-width:991px ) {
	.nav_one li .nav_two{
		width: 100%;
		overflow: hidden;
		position: relative;
		left: 0px;
		top: 0px;
		display: none;
		padding: 10px 30px;
	}
	.nav_two a{
		font-size: 14px;
		color: #666;
		font-weight: normal;
	}
}
@media only screen and (max-width:767px ) {
	
}
@media only screen and (min-width:992px ) {
	.nav_content .nav_two{
		display: none;
		left: 115%;
	}
}
@media only screen and (min-width:1200px ) {
	.nav_content .nav_two{
		display: block;
		left: 130%;
	}
}
/*旁边的图片*/
.nav_content .nav_img{
	width: 540px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	color: #acacac;
	font-size: 12px;
	line-height: 25px;
}
.nav_img img{
	width: 100%;
}
.nav_img h4{
	color: #000;
	line-height: 25px;
	font-size: 18px;
	margin-top: 15px;
}
@media only screen and (max-width:991px ) {
	.nav_content .nav_img{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	
}
@media only screen and (min-width:992px ) {
	.nav_content .nav_img{
		top: 40px;
		width: 35%;
	}
}
@media only screen and (min-width:1200px ) {
	.nav_content .nav_img{
		top: 0;
		width: 40%;
	}
}
/*公共导航 end end end*/