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-size: 12px  !important;
    font-family:Arial, Helvetica, sans-serif !important;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #E60012;
	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: 100%;
		padding: 0 50px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 100%;
		padding:0 20px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1170px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}
.header_top{
	width: 100%;
	height: 35px;
	overflow: hidden;
	background-color: #e60012;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 35px;
	position: relative;
	z-index: 100;
}
.header_top p{
	float: left;
}
.header_top a{
	color: #FFFFFF;
	float: right;
}
.header_top img{
	width: 21px;
	margin: -3px 5px 0 0;
	border: 1px solid #ccc;
}
.header_top span{
	margin-right: 15px;
}
.header_bottom{
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: #FFFFFF;
	position: relative;
}
.header_scroll{
	height: 70px;
	line-height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #E60012;
	transition: all 1s;
}
.header_bottom a.logo{
	display: inline-block;
	position: relative;
	z-index: 90;
}
.header_menu{
	float: right;
	margin-top: 45px;
	height: 64px;
}
.header_menu ul{
	width: 100%;
	height: 100%;
	position: relative;
}
.header_menuBg{
	width: 55px;
	height: 39px;
	background-color: #E60012;
	position: absolute;
	left: 25px;
	bottom: 0px;
	z-index: 10;
	transition: all 0.5s;
}
.header_scroll .header_menuBg{
 	height: 19px;
}
.header_menu li{
	width: 55px;
	height: 100%;
	float: left;
	margin-left: 25px;
	line-height: 15px;
	position: relative;
	cursor: pointer;
	text-align: center;
	z-index: 11;
}
.header_menu li>a{
	display: block;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	background-color: #FFFFFF;
	transition: all 1s;
}
.header_menu li>img{
	margin-top: -5px;
}
.header_menuIcon{
	width: 50px;
	height: 35px;
	float: right;
	margin-top: 27.5px;
	display: none;
	cursor: pointer;
	position: relative;
	z-index: 90;
	transition: all 1s;
}
.header_scroll .header_menuIcon{
	margin-top: 27.5px;
}
.header_menuIcon li{
	width: 100%;
	height: 5px;
	background-color: #e60012;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.5px;
}
.header_menuIcon li:nth-of-type(1){
	margin-top: -17px;
}
.header_menuIcon li:nth-of-type(3){
	margin-top: 12px;
}
.header_sIcon li:nth-of-type(1){
	animation: sIcon1 1s forwards;
}
.header_sIcon li:nth-of-type(2){
	animation: sIcon2 1s forwards;
}
.header_sIcon li:nth-of-type(3){
	animation: sIcon3 1s forwards;
}
.back_Icon li:nth-of-type(2){
	animation: backIcon2 1s forwards;
	opacity: 0;
}
@keyframes sIcon2{
	0{opacity: 1;}
	40%{opacity: 0;}
	100%{opacity: 0;}
}
@keyframes backIcon2{
	0{opacity: 0;}
	60%{opacity: 0;}
	100%{opacity: 1;}
}
.header_add{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 5px;
	transition: all 0.5s;
	display: none;
}
.header_add.header_addNow{
	transform: rotate(45deg);
}
.header_add span{
	display: block;
	width: 20px;
	height: 3px;
	background-color: #aaa;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -10px;
}
.header_add span:nth-of-type(2){
	transform: rotate(90deg);
}
@media only screen and (max-width:991px ) {
	.header_menuBg{
		display: none;
	}
	.header_bottom{
		height: 90px;
		line-height: 90px;
	}
	.header_menu{
		width: 100%;
		height: auto;
		opacity: 0;
		position: fixed;
		left: -100%;
		top: -45px;
		z-index: 80;
		background-color: rgba(0,0,0,0.8);
		transition: all 1s;
	}
	.header_menuS{
		left: 0;
		opacity: 1;
	}
	.header_menu ul{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		background-color: #FFFFFF;
		padding: 155px 50px 0 100px;
	}
	.header_menu li{
		width: 100%;
		height: auto;
		margin-left: 0;
		float: none;
		transition: all 0s;
		text-align: left;
		border-bottom: 1px solid #CCCCCC;
	}
	.header_menu li>a{
		height: 60px;
		padding: 15px 50px 15px 10px;
		font-size: 24px;
		line-height: 30px;
		background-color: transparent;
		letter-spacing: 1px;
		font-weight: 600;
	}
	.header_menu li.header_menuNow>a{
		color: #e60012;
	}
	.header_menu li:hover>a{
		color: #E60012;
	}
	.header_menu li>img{
		display: none;
	}
	.header_menuIcon,.header_add{
		display: block;
	}
	.back_Icon li:nth-of-type(1){
		transform: rotate(315deg);
		margin-top: -2.5px;
		animation: backIcon1 1s forwards;
	}
	.back_Icon li:nth-of-type(3){
		transform: rotate(405deg);
		margin-top: -2.5px;
		animation: backIcon3 1s forwards;
	}
	@keyframes sIcon1{
		0{margin-top: -17.5px;transform: rotate(0);}
		40%{margin-top: -2.5px;transform: rotate(0);}
		100%{margin-top: -2.5px;transform: rotate(315deg);}
	}
	@keyframes sIcon3{
		0{margin-top: 12.5px;transform: rotate(0);}
		40%{margin-top: -2.5px;transform: rotate(0);}
		100%{margin-top: -2.5px;transform: rotate(405deg);}
	}
	@keyframes backIcon1{
		0{margin-top: -2.5px;transform: rotate(315deg);}
		60%{margin-top: -2.5px;transform: rotate(0);}
		100%{margin-top: -17.5px;transform: rotate(0);}
	}
	@keyframes backIcon3{
		0{margin-top: -2.5px;transform: rotate(405deg);}
		60%{margin-top: -2.5px;transform: rotate(0);}
		100%{margin-top: 12.5px;transform: rotate(0);}
	}
}
@media only screen and (max-width:767px ) {
	.header_bottom{
		height: 55px;
		line-height: 55px;
	}
	.header_bottom a.logo img{
		width: 180px;
		margin-top: -3px;
	}
	.header_menuIcon{
		width: 30px;
		height: 19px;
		margin-top: 18px;
	}
	.header_scroll .header_menuIcon{
		margin-top: 18px;
	}
	.header_menuIcon li{
		height: 3px;
		border-radius: 3px;
		margin-top: -1.5px;
	}
	.header_menuIcon li:nth-of-type(1){
		margin-top: -9.5px;
	}
	.header_menuIcon li:nth-of-type(3){
		margin-top: 6.5px;
	}
	.header_menu ul{
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
		background-color: #FFFFFF;
		padding: 120px 30px 0;
	}
	.header_menu li>a{
		height: 50px;
		font-size: 18px;
		line-height:20px;
		padding: 15px 40px 15px 5px;
	}
	.header_menu li>img{
		top: 25px;
		margin-right: -40px;
	}
	.header_add {
	    width: 40px;
	    height: 40px;
	}
	.header_add span{
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
	}
	.back_Icon li:nth-of-type(1){
		transform: rotate(315deg);
		margin-top: -1.5px;
		animation: backIcon1 1s forwards;
	}
	.back_Icon li:nth-of-type(3){
		transform: rotate(405deg);
		margin-top: -1.5px;
		animation: backIcon3 1s forwards;
	}
	@keyframes sIcon1{
		0{margin-top: -9.5px;transform: rotate(0);}
		40%{margin-top: -1.5px;transform: rotate(0);}
		100%{margin-top: -1.5px;transform: rotate(315deg);}
	}
	@keyframes sIcon3{
		0{margin-top: 6.5px;transform: rotate(0);}
		40%{margin-top: -1.5px;transform: rotate(0);}
		100%{margin-top: -1.5px;transform: rotate(405deg);}
	}
	@keyframes backIcon1{
		0{margin-top: -1.5px;transform: rotate(315deg);}
		60%{margin-top: -1.5px;transform: rotate(0);}
		100%{margin-top: -9.5px;transform: rotate(0);}
	}
	@keyframes backIcon3{
		0{margin-top: -1.5px;transform: rotate(405deg);}
		60%{margin-top: -1.5px;transform: rotate(0);}
		100%{margin-top: 6.5px;transform: rotate(0);}
	}
}
@media only screen and (min-width: 992px) {
	.header_menu{
		display: block !important;
	}
	.header_scroll .header_menu{
		margin-top: 4px;
		height: 64px;
		transition: all 1s;
	}
	.header_scroll .header_menu li>a{
		height: 45px;
		line-height: 65px;
	}
}
/*顶部二级菜单*/
.menu_two{
	width: 200px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 64px;
	padding:5px 0px;
	background-color: #FFFFFF;
	display: none;
	border-radius: 0 0 3px 3px;
}
.menu_two a{
	display: block;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	transition: all 1s;
}
.menu_two a:hover{
	padding-left: 13px;
	background-color: #e60012;
	color: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.menu_two{
		width: 100%;
		position: relative;
		top: 0;
		padding:10px 0px;
		border-radius: 0;
	}
	.menu_two a{
		font-size: 18px;
		padding-left: 0;
		line-height: 40px;
		text-align: center;
	}
	.menu_two a:hover{
		padding-left: 0px;
		color: #e60012;
		background-color: #FFFFFF;
	}
}
@media only screen and (max-width:767px) {
	.menu_two{
		padding:5px 0px;
	}
	.menu_two a{
		font-size: 14px;
		line-height: 30px;
	}
}
/*底部信息*/
.footer_common{
	width: 100%;
	overflow: hidden;
	border-top:3px solid #e60012;
	background-color: #242424;
}
.footer_top{
	width: 100%;
	padding: 25px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #4d4d4d;
}
.footer_menu{
	float: left;
	color: #8d8d8d;
}
.footer_menu li{
	float: left;
	margin-right: 50px;
}
.footer_menu li h5{
	font-size: 12px;
	font-weight: bold;
}
.footer_menu li span{
	display: block;
	width: 15px;
	height: 1px;
	background-color: #e60012;
	margin: 5px 0 10px;
}
.footer_menu li a{
	color: #8d8d8d;
	line-height: 20px;
	display: block;
	transition: padding-left 0.5s;
}
.footer_menu li a:hover{
	color: #e60012;
}
.footer_company{
	width: 365px;
	height: 120px;
	padding: 5px 0 0;
	border-left: 1px solid #545454;
	overflow: hidden;
	float: right;
	padding-left: 70px;
	line-height: 20px;
	color: #8d8d8d;
}
.footer_company>img{
	margin-bottom: 18px;
}
.footer_company p img{
	margin-right: 13px;
}
.footer_bottom{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	line-height: 18px;
	color: #8d8d8d;
}
.footer_bottom a{
	color: #8d8d8d;
}
@media only screen and (max-width:991px ) {
	.footer_menu{
		width: -moz-calc(100% - 365px);
		width: -webkit-calc(100% - 365px);
		width: calc(100% - 365px);
	}
	.footer_menu li{
		margin-right: 35px;
		margin-bottom: 10px;
	}
	.footer_menu li>a{
		display: none;
	}
	.footer_top{
		padding: 45px 25px 25px;
		border-bottom: 1px solid #4d4d4d;
	}
	.footer_bottom br{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.footer_bottom br{
		display: block;
	}
	.footer_top{
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	.footer_bottom br{
		display: none;
	}
	.footer_menu li{
		margin-right: 10px;
	}
	.footer_company{
		width: 225px;
		padding-left: 20px;
	}
}
@media only screen and (min-width:1200px ) {
	.footer_menu li{
		margin-right: 28px;
	}
	.footer_company{
		width: 295px;
		padding-left: 30px;
	}
}
/*内页头部的图片*/
.banner_common{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_common h1{
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	font-size: 48px;
	top: 50%;
	margin-top: -26px;
	font-weight: lighter;
}
.banner_common img{
	width: 100%;
}
@media only screen and (max-width:991px ) {
	.banner_common img:nth-of-type(1){
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.banner_common h1{
		font-size: 30px;
		margin-top: -16px;
	}
}
@media only screen and (min-width:992px ) {
	.banner_common img:nth-of-type(2){
		display: none;
	}
	
}

