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%;
	/* padding-bottom: 95px; */
}

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;
}
@font-face {
  font-family: "bebasneue-regular";
  src: url("../fonts/bebasneue-regular.woff2") format("woff2"),
       url("../fonts/bebasneue-regular.woff") format("woff"),
       url("../fonts/bebasneue-regular.ttf") format("truetype"),
       url("../fonts/bebasneue-regular.eot") format("embedded-opentype"),
       url("../fonts/bebasneue-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*更改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 25px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 100%;
		padding:0 20px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1300px) {
	.container{
		width: 1280px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: 90px;
	position: fixed;
	top:0;
	z-index: 1000;
	background-color: #FFFFFF;
	line-height: 90px;
}
.header_common .logo{
	display: inline-block;
}
.header_common .logo img{
	width: 200px;
}
.header_icon{
	width: 70px;
	float: right;
	margin-top: 32.5px;
	position: relative;
}
.header_icon li{
	width: 25px;
	height: 25px;
	border-radius: 13px;
	float: right;
	border: 2px solid #a9a9a9;
	line-height: 21px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 1;
}
.header_icon li:nth-of-type(2){
	position: absolute;
	left: 0;
}
.header_icon li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.header_icon li input{
	width: -moz-calc(100% - 26px);
	width: -webkit-calc(100% - 26px);
	width: calc(100% - 26px);
	height: 100%;
	border: none;
}
.header_icon li span{
	display: block;
	width: 21px;
	height: 21px;
	font-weight: bold;
	transform: scale(0.9);
	color: #a9a9a9;
	padding: 4px;
	float: left;
}
.header_icon li a span{
	padding: 0;
}
.header_icon li:hover{
	border-color: #e7511e;
}
.header_icon li:hover span{
	color: #e7511e;
}
.header_icon li:nth-of-type(2):hover{
	width: 180px;
	padding-left: 5px;
	z-index: 10;
}
.header_menu{
	height: 100%;
	float: right;
	transition: all 0.5s;
	position: relative;
}
.header_menu a{
	width: 88px;
	display: block;
	float: left;
	height: 100%;
	color: #000000;
	text-align: center;
	position: relative;
	z-index: 11;
}
.header_menu a.header_menuNow{
	font-weight: bold;
	color: #FFFFFF;
}
.header_menu a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
.header_menuBg{
	width: 88px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e7511e;
	z-index: 10;
	transition: all 0.5s;
}
.menu_icon{
	width: 90px;
	height: 90px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #e7511e;
}
.menu_icon ul{
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 22.5px auto 0;
	position: relative;
}
.menu_icon ul li{
	width: 100%;
	height: 6px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.menu_icon ul li:nth-of-type(1){
	margin-top: -15px;
}
.menu_icon ul li:nth-of-type(3){
	margin-top: 9px;
}
@media (max-width: 991px) {
	.header_menuBg{
		display: none;
	}
	.header_icon{
		margin-right: 80px;
	}
	.header_icon{
		width: 120px;
		margin-top: 22.5px;
	}
	.header_icon li{
		width: 45px;
		height: 45px;
		border-radius: 23px;
		line-height: 41px;
		margin-left: 15px;
	}
	.header_icon li input{
		width: -moz-calc(100% - 46px);
		width: -webkit-calc(100% - 46px);
		width: calc(100% - 46px);
	}
	.header_icon li span{
		width: 41px;
		height: 41px;
		transform: scale(1);
		font-size: 16px;
		padding: 12px;
	}
	.header_icon li:nth-of-type(2){
		left: auto;
		right: 60px;
	}
	.header_menu{
		width: 100%;
		float: none;
		position: fixed;
		top: 90px;
		right: -100%;
		background-color: rgba(255,255,255,0.9);
	}
	.header_menu.header_menuS{
		right: -25px;
	}
	.header_menu a{
		width: 100%;
		float: none;
		text-align: left;
		height: 80px;
		line-height: 80px;
		padding: 0 40px;
		font-size: 24px;
		font-weight: bold;
		color: #e7511e;
	}
	.header_menu a.header_menuNow{
		background-color: #e7511e;
	}
	.header_menu a:hover{
		background-color: #e7511e;
	}
}
@media (max-width: 767px) {
	.header_common{
		height: 60px;
		line-height: 60px;
	}
	.header_common .logo img{
		width: 150px;
	}
	.header_icon{
		margin-right: 50px;
	}
	.header_icon{
		width: 80px;
		margin-top: 15px;
	}
	.header_icon li{
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 26px;
		margin-left: 10px;
	}
	.header_icon li input{
		width: -moz-calc(100% - 31px);
		width: -webkit-calc(100% - 31px);
		width: calc(100% - 31px);
	}
	.header_icon li span{
		width: 26px;
		height: 26px;
		font-size: 12px;
		padding: 6px;
	}
	.header_icon li:nth-of-type(2){
		right: 40px;
	}
	.header_menu{
		top: 60px;
	}
	.header_menu.header_menuS{
		right: -20px;
	}
	.header_menu a{
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		font-size: 18px;
	}
	.menu_icon{
		width: 60px;
		height: 60px;
	}
	.menu_icon ul{
		width: 30px;
		height: 30px;
		overflow: hidden;
		margin: 15px auto 0;
		position: relative;
	}
	.menu_icon ul li{
		height: 2px;
		margin-top: -1px;
	}
	.menu_icon ul li:nth-of-type(1){
		margin-top: -10px;
	}
	.menu_icon ul li:nth-of-type(3){
		margin-top: 8px;
	}
}
@media (min-width: 992px) {
	.menu_icon{
		display: none;
	}
}
@media (min-width: 1300px) {
	
}
/*底部公共信息*/
.footer_common{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #353535;
	color: #FFFFFF;
	line-height: 20px;
	padding: 25px 0 30px;
	/* position: fixed;
	bottom: 0; */
}
.footer_common span{
	display: block;
}
.footer_common a{
	color: #FFFFFF;
}
.footer_common a:hover{
	color: #E60012;
}
.footer_common br{
	display: none;
}
@media (max-width: 767px) {
	.footer_common br{
		display: block;
	}
	.footer_common span{
		display: inline-block;
		margin-left: 15px;
	}
}
/*公共的顶部图片样式*/
.banner_common{
	width: 100%;
	height: 290px;
	overflow: hidden;
	position: relative;
}
.banner_nav{
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.49);
	color: #FFFFFF;
}
.banner_nav a{
	color: #FFFFFF;
}
.banner_nav a:hover{
	color: #e7511e;
}
@media only screen and (max-width:991px ) {
	.banner_common{
		height: auto;
		margin-top: 90px;
	}
	.banner_common img{
		width: 100%;
	}
	.banner_common img:nth-of-type(1){
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.banner_common{
		margin-top: 60px;
	}
}
@media only screen and (min-width:992px ) {
	.banner_common img{
		position: relative;
		left: 50%;
		margin-left: -960px;
	}
	.banner_common img:nth-of-type(2){
		display: none;
	}
}
@media only screen and (min-width:1921px ){
	.banner_common{
		height: auto;
	}
	.banner_common img{
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
}
/*右侧公共内容*/
.content_common{
	width: 100%;
	overflow: hidden;
	background-color: #ececec;
	padding: 55px 0 40px;
}
.content_common h1{
	width: -moz-calc(100% - 325px);
	width: -webkit-calc(100% - 325px);
	width: calc(100% - 325px);
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 35px;
	position: relative;
	padding-right: 75px;
}
.content_common .box_common{
	width: 100%;
	overflow: hidden;
}
.content_common .box_common .left_common{
	width: -moz-calc(100% - 325px);
	width: -webkit-calc(100% - 325px);
	width: calc(100% - 325px);
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 20px 15px;
}
.content_common .box_common .right_common{
	width: 300px;
	float: right;
	overflow: hidden;
}
.content_common h1 a{
	display: inline-block;
	padding: 0 10px;
	background-color: #e7511e;
	color: #FFFFFF;
	height: 30px;
	font-size: 12px;
	line-height: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.5s;
	border: 1px solid #e7511e;
}
.content_common h1 a:hover{
	color: #e7511e;
	background-color: #FFFFFF;
	border-color: #e7511e;
}
.right_common .network_right{
	width: 100%;
	height: 215px;
	padding: 0 0 0 5px;
	overflow: hidden;
}
.network_right a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/networkBg.jpg) no-repeat center center;
	padding: 80px 20px 0;
	color: #333333;
	font-size: 18px;
}
.network_right h3{
	width: 95px;
	height: 50px;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #e7511e;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: -5px;
}
.network_right a span{
	display: inline-block;
	margin-top: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #e7511e;
	transition: all 0.5s;
}
.network_right a span:hover{
	padding-left: 5px;
}
.contact_right{
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 5px;
	margin-top: 45px;
}
.contact_right .contact_box{
	width: 100%;
	overflow: hidden;
	background-color: #e7511e;
	padding: 35px 20px 20px;
	color: #FFFFFF;
	font-size: 18px;
}
.contact_right .contact_box h3{
	font-size: 24px;
	margin-bottom: 15px;
}
.contact_right .contact_box a{
	display: inline-block;
	width: 80px;
	height: 45px;
	background-color: #FFFFFF;
	line-height: 43px;
	text-align: center;
	color: #e7511e;
	font-size: 14px;
	margin-top: 37px;
	transition: all 0.5s;
	border: 1px solid #FFFFFF;
}
.contact_right .contact_box a:hover{
	color: #FFFFFF;
	background-color: #e7511e;
}
@media only screen and (max-width:991px ) {
	.content_common h1{
		width: 100%;
	}
	.content_common .box_common .left_common{
		width: 100%;
	}
	.content_common .box_common .right_common{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.content_common{
		padding: 35px 0 30px;
	}
	.content_common h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 25px;
	}
}