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%;
	overflow-x:hidden;
}

a {
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #c8000f;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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 (min-width: 300px) {
	.container{
		padding:0 15px;
	}
}
@media (min-width: 768px) {
	.container{
		width: 738px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1250px) {
	.container{
		width: 1200px;
	}
}
/*公共footer*/
.footer_common{
	width: 100%;
	overflow: hidden;
	background-color: #efefef;
	color: #6e6e6e;
	border-top: 1px solid #ca000c;
}
.footer_top{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #bcbcbc;
	font-size: 12px;
	padding: 30px 0;
}
.footer_top>li{
	overflow: hidden;
	padding-right: 120px;
}
.footer_top>li:last-of-type{
	padding: 0;
}
.footer_top h4{
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
	font-weight: bold;
}
.footer_contact{
	width: 100%;
	overflow: hidden;
}
.footer_contact p{
	margin-bottom: 10px;
}
.footer_icon{
	width: 40px;
	float: left;
}
.footer_icon img{
	width: 15px;
}
.footer_contact_text{
	width: calc(100%-40px);
	float: left;
}
.footer_QR_code img{
	width: 110px;
	margin-left: 10px;
}
.footer_nav{
	width: 100%;
	overflow: hidden;
}
.footer_nav li{
	margin-bottom: 10px;
	transition: all 0.5s;
}
.footer_nav a{
	color: #6e6e6e;
}
.footer_nav li:hover{
	padding-left: 5px;
}
.footer_nav a:hover{
	color: #c8000f;
}
.footer_bottom{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.footer_bottom li{
	float: left;
}
.footer_bottom li p{
	margin-bottom: 5px;
}
.footer_bottom li:last-of-type{
	float: right;
}
@media only screen and (max-width:767px ) {
	.footer_top{
		display: none;
	}
	.footer_bottom{
		text-align: center;
	}
	.footer_bottom li{
		float: none !important;
	}
	.footer_bottom{
		width: 100%;
		height:auto;
		padding: 30px 0px;
		overflow: visible;
	}
}
@media only screen and (min-width:768px ) {
	.footer_top{
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	.footer_top{
		display: block;
	}
	.footer_top>li{
		overflow: hidden;
		padding-right: 100px;
	}
	.footer_top>li:last-of-type{
		padding: 0;
	}
	.footer_icon{
		width: 30px;
		float: left;
	}
	.footer_contact_text{
		width: calc(100%-30px);
		float: left;
	}
}
@media only screen and (min-width:1250px ) {
	.footer_top>li{
		overflow: hidden;
		padding-right: 120px;
	}
	.footer_top>li:last-of-type{
		padding: 0;
	}
	.footer_icon{
		width: 40px;
		float: left;
	}
	.footer_contact_text{
		width: calc(100%-40px);
		float: left;
	}
}
/*公共头部*/
.header_common{
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
}
.header_logo{
	width: 346px;
	height: 100%;
	padding-top: 40px;
	overflow: hidden;
	float: left;
}
.header_logo img{
	width: 310px;
	display: none;
}
.header_logo img:first-of-type{
	display: inline-block;
}
.header_menu{
	width: calc(100% - 346px);
	height: 100%;
	position: relative;
	float: right;
}
.black_box{
	width: 1214px;
	height: 50px;
	background-color: #282935;
	font-size: 12px;
	color: #6f707f;
	line-height: 50px;
	padding-left: 25px;
	position: relative;
}
.header_edition{
	height: 100%;
	position: absolute;
	left: 780px;
	top: 0;
}
.header_edition a{
	height: 15px;
	line-height: 15px;
	display: inline-block;
	color: #6f707f;
}
.header_edition a:first-of-type{
	border-right: 1px solid #6f707f;
	padding-right: 10px;
	margin-right: 10px;
	color: #fff;
}
.menu_pc{
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: relative;
}
.menu_pc li{
	float: left;
	width: 122px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	position: relative;
	z-index: 11;
	font-size: 16px;
}
.menu_pc li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.menu_pc .menu_pcBg{
	width: 122px;
	height: 90px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: #C8000F;
	transition: all 0.5s;
}
.search_box{
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	left: calc(100% + 5px);
	bottom: 25px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
}
.search_box .search{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.search img{
	position: absolute;
	top: 10px;
	left: 10px;
}
.search_box input{
	width: 100%;
	height: 100%;
	border: none;
	padding-left: 30px;
	display: none;
}
.search_box:hover input{
	display: block;
}
.search_box:hover{
	width: 200px;
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.menu_icon{
	width: 44px;
	height: 30px;
	float: right;
	position: relative;
	top: 25px;
	z-index: 101;
}
.menu_icon li{
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius:3px ;
	transform-origin:10% 50%;
	transition: all 0.5s;
}
.menu_icon li:nth-of-type(1){
	position: absolute;	
	left: 0;
	top: 0;
	transform: rotate(0deg);
}
.menu_icon li:nth-of-type(2){
	position: absolute;	
	left: 0;
	top: 12px;
	opacity: 1;
}
.menu_icon li:nth-of-type(3){
	position: absolute;	
	left: 0;
	top: 24px;
	transform: rotate(0deg);
}
.backMenu_icon li:nth-of-type(1){
	transform: rotate(45deg);
}
.backMenu_icon li:nth-of-type(2){
	opacity: 0;
}
.backMenu_icon li:nth-of-type(3){
	transform: rotate(-45deg);
}
@media only screen and (max-width:767px ) {
	.header_common{
		height: 80px;
		background-color: rgba(0,0,0,0.2);
	}
	.header_logo{
		width: 200px;
		height: 100%;
		padding-top: 20px;
		overflow: hidden;
		float: left;
		position: relative;
		z-index: 101;
	}
	.header_logo img{
		width: 200px;
		display: none;
	}
	.header_menu{
		width:100%;
		height: 100%;
		position: fixed;
		left: 100%;
		top: 0px;
		float: left;
		padding-top: 90px;
		background-color:#282935;
		z-index: 100;
	}
	.black_box{
		width: 100%;
		height: 50px;
		background-color: #282935;
		font-size: 12px;
		color: #6f707f;
		line-height: 50px;
		padding-left: 30px;
		position: relative;
	}
	.header_edition{
		height: 100%;
		position: absolute;
		left: auto;
		right: 30px;
		top: 0;
	}
	.header_edition a{
		height: 15px;
		line-height: 15px;
		display: inline-block;
		color: #6f707f;
	}
	.header_edition a:first-of-type{
		border-right: 1px solid #6f707f;
		padding-right: 10px;
		margin-right: 10px;
		color: #fff;
	}
	.menu_pc{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 10px;
	}
	.menu_pc li{
		float: none;
		width: 100%;
		height: 40px;
		text-align: left;
		padding-left: 30px;
		line-height: 40px;
		font-size: 16px;
	}
	.search_box{
		width: 40px;
		height: 40px;
		background-color: #fff;
		border-radius: 20px;
		position: relative;
		left: calc(100% + 5px);
		bottom: 25px;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.5s;
	}
	.menu_pc .menu_pcBg{
		display: none;
	}
	.banner img:first-of-type{
		display: none;
	}
}
@media only screen and (min-width:768px ) {
	.header_common{
		height: 80px;
	}
	.header_logo{
		width: 346px;
		height: 100%;
		padding-top: 15px;
		overflow: hidden;
		float: left;
		position: relative;
		z-index: 101;
	}
	.header_logo img{
		width: 250px;
		display: none;
	}
	.header_menu{
		width:100%;
		height: 100%;
		position: fixed;
		left: 100%;
		top: 0px;
		float: left;
		padding-top: 130px;
		background-color:#282935;
		z-index: 100;
	}
	.black_box{
		width: 100%;
		height: 50px;
		background-color: #282935;
		font-size: 12px;
		color: #6f707f;
		line-height: 50px;
		padding-left: 100px;
		position: relative;
	}
	.header_edition{
		height: 100%;
		position: absolute;
		left: auto;
		right: 100px;
		top: 0;
	}
	.header_edition a{
		height: 15px;
		line-height: 15px;
		display: inline-block;
		color: #6f707f;
	}
	.header_edition a:first-of-type{
		border-right: 1px solid #6f707f;
		padding-right: 10px;
		margin-right: 10px;
		color: #fff;
	}
	.menu_pc{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 30px;
	}
	.menu_pc li{
		float: none;
		width: 100%;
		height: 50px;
		text-align: left;
		padding-left: 100px;
		line-height: 50px;
		font-size: 16px;
	}
	.search_box{
		width: 40px;
		height: 40px;
		background-color: #fff;
		border-radius: 20px;
		position: relative;
		left: calc(100% + 5px);
		bottom: 25px;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.5s;
	}
	.menu_pc .menu_pcBg{
		display: none;
	}
	.banner img:first-of-type{
		display: none;
	}
	.banner img:last-of-type{
		display: block;
	}
}
@media only screen and (min-width:992px ) {
	.banner img:first-of-type{
		display: block;
	}
	.banner img:last-of-type{
		display: none;
	}
}
@media only screen and (min-width:1200px ) {
	.header_common{
		height: 140px;
	}
	.header_logo{
		width: 346px;
		height: 100%;
		padding-top: 40px;
		overflow: hidden;
		float: left;
	}
	.header_logo img{
		width: 310px;
		display: none;
	}
	.menu_icon{
		display: none;
	}
	.header_menu{
		width: calc(100% - 346px);
		height: 100%;
		position: relative;
		float: right;
		top: 0;
		left: 0;
		padding-top: 0px;
		background-color: transparent;
	}
	.black_box{
		width: 1522px;
		height: 50px;
		background-color: #282935;
		font-size: 12px;
		color: #6f707f;
		line-height: 50px;
		padding-left: 25px;
		position: relative;
	}
	.header_edition{
		height: 100%;
		position: absolute;
		left: 780px;
		right: auto;
		top: 0;
	}
	.header_edition a{
		height: 15px;
		line-height: 15px;
		display: inline-block;
		color: #6f707f;
	}
	.header_edition a:first-of-type{
		border-right: 1px solid #6f707f;
		padding-right: 10px;
		margin-right: 10px;
		color: #fff;
	}
	.menu_pc{
		width: 100%;
		height: 90px;
		overflow: hidden;
		padding: 0;
	}
	.menu_pc li{
		float: left;
		width: 122px;
		height: 90px;
		text-align: center;
		line-height: 90px;
		font-size: 16px;
		padding: 0;
	}
	.search_box{
		width: 40px;
		height: 40px;
		background-color: #fff;
		border-radius: 20px;
		position: absolute;
		left: -moz-calc(100% + 5px);
		left: -webkit-calc(100% + 5px);
		bottom: 25px;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.5s;
	}
	.menu_pc .menu_pcBg{
		display: block;
		background-color: #C8000F;
	}
}