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: #ea5504;
	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,.swiper-button-next:focus,.swiper-button-prev:focus{
    outline:none;
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "SourceHanSansCN-ExtraLight";
	src: url("../fonts/SourceHanSansCN-ExtraLight.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
	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: 768px;
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 335px;
		padding:0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1300px) {
	.container{
		width: 1240px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	height: 110px;
	margin: 0 auto;
	position: fixed;
	top:0;
	left: 50%;
	z-index: 1000;
	line-height: 90px;
	overflow: hidden;
}
.headerTop{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: rgba(255,255,255,0.8);
}
.headerTop a.logo{
	display: block;
	margin-left: 20px;
	float: left;
	position: relative;
	z-index: 110;
}
.headerMenu{
	width: 555px;
	height: 100%;
	position: relative;
	float: left;
	margin: 0 155px;
}
.headerMenu span{
	width: 95px;
	height: 5px;
	background-color: #ea5504;
	position: absolute;
	top:65px;
	z-index: 10;
	transition: all 0.5s;
}
.headerMenu li{
	width: 95px;
	height: 70px;
	float: left;
	margin-right: 20px;
	text-align: center;
	position: relative;
}
.headerMenu li:last-of-type{
	margin-right: 0;
}
.headerMenu li>a{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	position: relative;
	z-index: 11;
}
.headerMenu .headerTwo{
	width: 700px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 70px;
	line-height: 40px;
	display: none;
	text-align: left;
	background-color: rgba(234,85,4,0.9);
}
.headerTwo a{
	display: inline-block;
	padding: 0 15px;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.headerTwo a:last-of-type{
	border: none;
}
.headerRight{
	width: 210px;
	height: 70px;
	float: right;
	position: relative;
	z-index: 110;
}
.headerRight li{
	width: 70px;
	height: 70px;
	float: left;
	text-align: center;
	background-color: #ffdcd0;
	border-right: 1px solid #cddade;
	color: #d85b14;
	cursor: pointer;
}
.headerSearch{
	line-height: 75px;
	font-size: 27px;
	position: relative;
}
.headerSearch input{
	height: 35px;
	padding-top: 5px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #ffdcd0;
	background-color: rgba(234,85,4,0.9);
	color: #FFFFFF;
	display: none;
	z-index: 120000;
}
.headerSearch input::-webkit-input-placeholder{
    color:#F1F1F1;
}
.headerSearch input::-moz-placeholder{   /* Mozilla Firefox 19+ */
   	color:#F1F1F1;
}
.headerSearch input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#F1F1F1;
}
.headerSearch input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
   	color:#F1F1F1;
}
.headerSearch:hover input{
	display: inline-block;
}
.headerContant a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 70px;
	color: #d85b14;
	font-size: 30px;
}
.headerRight li.headerEn{
	background-color: #FFFFFF;
}
.headerRight li.headerSm{
	background-color: #d4550e;
	padding: 22px 0;
	position: relative;
}
.headerSm span{
	display: block;
	width: 42px;
	height: 4px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
}
.headerSm span:nth-of-type(1){
	margin: -13px 0 0 -21px;
}
.headerSm span:nth-of-type(2){
	margin: -2px 0 0 -21px;
}
.headerSm span:nth-of-type(3){
	margin: 9px 0 0 -21px;
}
.headerClick span:nth-of-type(1){
	margin: -2px 0 0 -21px;
	transform: rotate(45deg);
}
.headerClick span:nth-of-type(2){
	margin: -2px 0 0 -21px;
	display: none;
}
.headerClick span:nth-of-type(3){
	margin: -2px 0 0 -21px;
	transform: rotate(-45deg);
}
.headerRight li:last-of-type{
	border: none;
}
.header_bottom{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: rgba(234,85,4,0.9);
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 20px;
}
.header_bottom span{
	margin-left: 15px;
}
.hm—icon{
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 12;
}
.hm—icon strong{
	display: block;
	width: 20px;
	height: 4px;
	background-color: #d4550e;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -10px;
	transition: all 0.5s;
}
.hm—icon strong:nth-of-type(2){
	transform: rotate(90deg);
}
.hm—icon.hmicon strong:nth-of-type(2){
	transform: rotate(180deg);
}
.hm—icon:hover{
	background-color: rgba(255,255,255,0.4);
}
@media (max-width: 991px) {
	.header_common{
		width: 100%;
		height: auto;
		position: fixed;
		left: 0;
		overflow: visible;
	}
	.headerTop{
		width: 708px;
		margin: 0 auto;
	}
	.header_bottom{
		width: 708px;
		margin: 0 auto;
		position: relative;
		z-index: 110;
	}
	.headerMenu{
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		position: fixed;
		left: -100%;
		top: 0;
		margin: 0;
		z-index: 100;
		padding: 120px 0 0;
		transition: all 0.5s;
	}
	.headerMenu li{
		width: 100%;
		height: auto;
		margin: 0 0 1px;
		overflow: hidden;
	}
	.headerRight{
		width: 140px;
	}
	.headerRight .headerSearch{
		display: none;
	}
	.headerMenu li>a{
		color: #d4550e;
		font-size: 24px;
		text-align: left;
		padding:0 50px;
		font-weight: bold;
	}
	.headerMenu .headerTwo{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		background-color: #ffdcd0;
		padding: 10px 40px;
	}
	.headerMenu li.headerNow .headerTwo{
		display: block;
	}
	.headerTwo a{
		display: block;
		border: none;
		color: #d5582f;
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.headerMenu span{
		display: none;
	}
	.headerContant{
		display: none;
	}
}
@media (max-width: 767px) {
	.header_common{
		width: 100%;
	}
	.headerTop{
		width: 355px;
		height: 50px;
		line-height: 50px;
		background-color: rgba(255,255,255,0.8);
	}
	.header_bottom{
		width: 355px;
	}
	.headerTop a.logo {
	    margin-left: 10px;
	}
	.headerTop a.logo img{
		width: 150px;
	}
	.headerMenu{
		width: 100%;
		height: 100%;
		position: fixed;
		left: -100%;
		top: 0;
		margin: 0;
		z-index: 100;
		padding: 100px 0 0;
		transition: all 0.5s;
	}
	.headerMenu li{
		width: 100%;
		height: auto;
		margin: 0 0 1px;
		overflow: hidden;
		position: relative;
	}
	.headerMenu li>a{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding:0 30px ;
	}
	.headerMenu .headerTwo{
		padding: 10px 20px;
	}
	.headerTwo a{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.headerRight {
	    width: 100px;
	    height: 50px;
	}
	.headerRight li {
	    width: 50px;
	    height: 50px;
	}
	.headerSearch {
	    line-height: 55px;
	    font-size: 22px;
	}
	.headerSearch input{
		width: 355px;
		height: 25px;
		line-height: 25px;
		top: 50px;
		right: -100px;
		font-size: 12px;
		padding-left: 5px;
	}
	.headerRight li.headerSm{
		padding: 16px 0;
	}
	.headerSm span{
		width: 30px;
		height: 3px;
	}
	.headerSm span:nth-of-type(1){
		margin: -10px 0 0 -15px;
	}
	.headerSm span:nth-of-type(2){
		margin: -1.5px 0 0 -15px;
	}
	.headerSm span:nth-of-type(3){
		margin: 8px 0 0 -15px;
	}
	.headerClick span:nth-of-type(1){
		margin: -1.5px 0 0 -15px;
		transform: rotate(45deg);
	}
	.headerClick span:nth-of-type(2){
		margin: -1.5px 0 0 -15px;
		display: none;
	}
	.headerClick span:nth-of-type(3){
		margin: -1.5px 0 0 -15px;
		transform: rotate(-45deg);
	}
	.header_bottom{
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}
	.hm—icon{
		width: 50px;
		height: 50px;
	}
	.hm—icon strong{
		width: 14px;
		height: 2px;
		margin: -2px 0 0 -7px;
	}
}
@media (min-width: 992px) {
	.header_common{
		width: 970px;
		margin-left: -485px;
	}
	.headerMenu{
		width: 515px;
		margin: 0 10px;
		left: 0 !important;
	}
	.headerMenu li.header_home{
		display: none;
	}
	.headerMenu li{
		margin-right: 10px;
	}
	.headerRight li.headerSm{
		display: none;
	}
	.headerMenu li:hover .headerTwo{
		display: block;
	}
	.hm—icon{
		display: none;
	}
}
@media (min-width: 1300px) {
	.header_common{
		width: 1240px;
		margin-left: -620px;
	}
	.headerMenu{
		width: 555px;
		margin: 0 125px;
	}
	.headerMenu li{
		margin-right: 20px;
	}
}
@media (min-width: 1350px) {
	.headerMenu{
		margin: 0 155px;
	}
	.header_common{
		width: 1300px;
		margin-left: -650px;
	}
}
/*底部公共信息*/
.footer_common{
	width: 100%;
	overflow: hidden;
}
.footer_top{
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 50px 0;
}
.footer_title{
	width: 100%;
	overflow: hidden;
	color: #333333;
	margin-bottom: 15px;
}
.footer_title h3{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}
.footer_title span{
	display: block;
	width: 35px;
	height: 2px;
	background-color: #ea5b2a;
}
.footer_menu{
	width: 100%;
	overflow: hidden;
}
.footer_menu li{
	float: left;
	line-height: 20px;
	margin-right: 50px;
}
.footer_menu li:last-of-type{
	margin-right: 0;
}
.footer_menu li h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_menu li h4 a{
	color: #666666;
}
.footer_menu li a{
	color: #9e9e9e;
}
.footer_menu li a:hover{
	color: #ea5b2a;
}
.footer_contact{
	width: 100%;
	overflow: hidden;
	color: #9e9e9e;
	line-height: 23px;
}
.footer_map{
	width: 100%;
	height: 195px;
	overflow: hidden;
	border: 1px solid #ea5b2a;
	margin-top: 20px;
}
.footer_bottom{
	width: 100%;
	overflow: hidden;
	padding: 13px 0;
	line-height: 14px;
	background-color: #ea5504;
	color: #FFFFFF;
}
.footer_bottom br{
	display: none;
}
.footer_bottom span{
	float: right;
}
.footer_bottom a{
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.footer_top{
		padding: 35px 0 10px;
	}
	.footer_menu li{
		float: none;
		line-height: 20px;
		margin-right: 0px;
	}
	.footer_menu li h4{
		font-weight: normal;
	}
	.footer_menu li p{
		display: none;
	}
	.footer_top .container>div{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.footer_top .container>div{
		margin-bottom: 10px;
	}
	.footer_bottom{
		text-align: center;
	}
	.footer_bottom br{
		display: block;
	}
	.footer_bottom span{
		float: none;
		margin-left: 10px;
	}
}
@media only screen and (min-width:992px ) {
	.footer_menu li{
		margin-right: 40px;
	}
}
@media only screen and (min-width:1300px ) {
	.footer_menu li{
		margin-right: 50px;
	}
}
/*公共的顶部图片样式*/
.banner_common{
	width: 100%;
	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;
	}
	.banner_common>img{
		width: 100%;
	}
	.banner_common>img:nth-of-type(1){
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	
}
@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;
	}
}
