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: #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;
}
.en{
    display: block;
	float: right;
	margin-right: 20px;
	font-size: 14px;
    color:#FFF;
}
.header_en {
    position: absolute; 
    top: 5px; 
}
.header .en img{
	margin: -3px -2px 0 0;
}
.header .en:hover{
	color:rgba(255,255,255,1);
}
@media (max-width: 991px) {
	.container{ max-width:100%;
		padding: 0 30px;
	}
	.header_en {
	    top: 0;
	    right: 70px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 100%;
		padding:0 30px;
	}
   	.header_en {
       right: 44px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
	.header_en {
       right: 5px;
	}
}
@media (min-width: 1300px) {
	.container{
		width: 1200px;
	}
	.header_en {
       right: 35px;
	}
}
/*公共头部样式*/
.header_common{
	width: 100%;
	line-height: 80px;
	height: 80px;
	padding: 0 110px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.logo img:nth-of-type(2){
	display: none;
}
.header_menu{
	float: right;
	width: auto;
	height: 100%;
	overflow: hidden;
	padding: 12px 0 0;
}
.header_menu a{
	display: block;
	width: 74px;
	height: 100%;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
	float: left;
	margin-right: 25px;
	text-align: center;
	line-height: 70px;
}
.header_menu a span{
	display: block;
	width: 0;
	height: 3px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.header_menu a.header_menuNow span{
	width: 100%;
}
.header_menu a:hover span{
	width: 100%;
	transition: all 0.5s;
}
.scroll_logo img:nth-of-type(1){
	display: inline-block !important;
}
.scroll_logo img:nth-of-type(2){
	display: none !important;
}

.header_menuIcon{
	display: none;
	width: 35px;
	height: 35px;
	margin-top: 15px;
	background-color: #e60012;
	border-radius: 5px;
	float: right;
	padding: 10px 0;
	z-index: 110;
	position: relative;
}

.header_menuIcon span{
	display: block;
	width: 20px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.header_menuIcon span:nth-of-type(2){
	margin: 3px auto;
}
@media only screen and (max-width:991px ) {
	.header_common{
		line-height: 65px;
		height: 65px;
		padding: 0 30px;
		border: none;
		position: fixed;
		background-color: rgba(0,0,0,0.5);
	}
	.logo {
		display: inline-block;
		position: relative;
		z-index: 110;
	}
	.header_menuIcon{
		display: block;
	}
	.header_menu{
		width: 3200px;
		height: 3200px;
		padding: 1800px 1600px 0 800px;
		position: fixed;
		right: -1600px;
		top: -1600px;
		z-index: 100;
		background-color: rgba(0,0,0,0.9);
		opacity: 0;
		transform: scale(0.1);
		transition: all 1s;
		border-radius: 50%;
	}
	.header_menuClick{
		opacity: 1;
		transform: scale(1);
	}
	.header_menu a{
		width: 100%;
		float: none;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
		letter-spacing:10px;
		opacity: 0;
		transition: all 0.1s;
	}
	.header_menuClick a{
		opacity: 1;
		transition: all 1s 0.5s;
	}
	.header_menu a span{
		display: none !important;
	}
}
@media only screen and (max-width:767px ){
	.header_common{
		padding: 0 15px;
	}
	.logo img{
		width: 140px;
	}
	.header_menu{
		width: 1600px;
		height: 1600px;
		padding: 900px 800px 0 400px;
		position: fixed;
		right: -800px;
		top: -800px;
		z-index: 100;
		background-color: rgba(0,0,0,0.9);
		opacity: 0;
		transform: scale(0.1);
	}
	.header_menuClick{
		opacity: 1;
		transform: scale(1);
	}
	.header_menu a{
		width: 100%;
		float: none;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
		letter-spacing:10px;
		transition: all 1s;
		opacity: 0;
		transition: all 0.1s;
	}
	.header_menuClick a{
		opacity: 1;
		transition: all 1s 0.5s;
	}
	.header_menu a span{
		display: none !important;
	}
}
@media only screen and (min-width:992px ) {
	.header_common{
		padding: 0 20px;
	}
	.header_menu{
		margin-right: 30px;
	}
}
@media only screen and (min-width:1300px ) {
	.header_common{
		padding: 0 110px;
	}
	.header_menu{
		margin-right: 0;
	}
}
/*底部公共样式*/
.footer_common{
	width: 100%;
	overflow: hidden;
}
.footer_top{
	width: 100%;
	padding: 55px 0 0;
	height: 275px;
	overflow: hidden;
	background: url(../images/footer.jpg) no-repeat top center;
	background-size:auto 100%;
}
@media only screen and (min-width:1920px ) {
	.footer_top{
		background-size: 100%;
	}
}
.footer_bottom{
	width: 100%;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	background-color: #e60014;
	color: #FFFFFF;
}
.footer_bottom a{
	color: #FFFFFF;
}
.footer_phone{
	color: #FFFFFF;
	line-height: 25px;
	font-size: 14px;
	float: left;
}
.footer_phone p{
	padding-left: 25px;
}
.footer_phone p:nth-of-type(1){
	margin-bottom: 15px;
	padding-left: 0;
}
.footer_phone p:nth-of-type(2){
	background: url(../images/index_phone.png) no-repeat left center;
}
.footer_phone p:nth-of-type(4){
	background: url(../images/index_fax.png) no-repeat left center;
}
.footer_phone p:nth-of-type(5){
	background: url(../images/index_location.png) no-repeat left center;
}
.footer_right{
	width: 615px;
	overflow: hidden;
	float: right;
}
.footer_input{
	width: 195px;
	height: 25px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.footer_input:nth-of-type(3){
	margin-right: 0;
}
.footer_input input{
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 40px;
}
.footer_input p,.footer_textarea p{
	position: absolute;
	left: 5px;
	top: 0;
	color: #FFFFFF;
}
.footer_input p span,.footer_textarea p span{
	color: #e60014;
}
.footer_textarea{
	width: 450px;
	height: 75px;
	line-height: 25px;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	margin-top: 12px;
	position: relative;
}
.footer_textarea textarea{
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	padding-left: 40px;
	color: #FFFFFF;
}


.anniu{
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 20px;
	background-color: #e60014;
	border: none;
	font-weight: bold;
	margin-top: 20px;
}

.footer_bottom br{
	display: none;
}
@media only screen and (max-width:991px ) {
	.footer_top{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.footer_bottom br{
		display: block;
	}
	.footer_bottom{
		width: 100%;
		height: 60px;
		padding: 15px 0;
		line-height: 15px;
	}
}