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;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #d7000f;
	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,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
    /* background-color: #f45d1e; */
    /* color: white; */
}

*::-moz-selection {
    background-color: #f45d1e;
    /*color: white;*/
}

*::-webkit-selection {
    background-color: #f45d1e;
   /* color: white*/
}

/*更改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: 698px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: #FFFFFF;
}
.logo {
	display: block;
	width: 230px;
	overflow: hidden;
	position: absolute;
	left: 170px;
	top: 21px;
	z-index: 101;
}
.logo img {
	width: 100%;
}
.logo img:nth-of-type(2) {
	display: none;
}
header>.menu_icon {
	width: 35px;
	height: 22px;
	overflow: hidden;
	margin: 40px 0 38px 33px;
	cursor: pointer;
	background: url(../images/menu.png) no-repeat center;
}
header .header_content {
	width: 100%;
	height: 100%;
}
header .header_menu {
	width: 100%;
	height: 400px;
}
.header_menu a {
	display: block;
	width: 100px;
	height: 56px;
	position: relative;
}
.header_menu a p {
	width: 40px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	left: -100px;
	top: 0;
	z-index: 10;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 0 0;
	background-color: #f45d1e;
	transition: all 1s;
}
.header_menu a p span {
	opacity: 0;
	transition: all 0.5s 0.5s;
}
.header_menu .menu_icon {
	width: 100px;
	height: 56px;
	overflow: hidden;
	text-align: center;
	line-height: 54px;
	position: relative;
	z-index: 11;
}
.header_menu .menu_icon>img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	transition: all 1s;
}
.header_menu .menu_icon>img:nth-of-type(2) {
	opacity: 0;
}
.header_menu a.active .menu_icon>img:nth-of-type(1) {
	opacity: 0;
}
.header_menu a.active .menu_icon>img:nth-of-type(2) {
	opacity: 1;
}
.header_menu a.active p {
	width: 140px;
	left: 0;
	padding: 8px 0 0 100px;
}
.header_menu a.active p span {
	opacity: 1;
}
.header_menu a:hover .menu_icon>img:nth-of-type(1) {
	opacity: 0;
}
.header_menu a:hover .menu_icon>img:nth-of-type(2) {
	opacity: 1;
}
.header_menu a:hover p {
	width: 140px;
	left: 0;
	padding: 8px 0 0 100px;
}
.header_menu a:hover p span {
	opacity: 1;
}
header .header_bottom {
	width: 100px;
	height: 50px;
	margin: 55px 0 0;
	border-top: 1px solid #e5e5e5;
	padding: 19px 0 0 10px;
}
.header_bottom a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #c1c1c1;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 5px;
	float: left;
}
.header_bottom .header_search {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f45d1e;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	cursor: pointer;
}
.header_search span {
	margin: 0 0 0 8px;
}
input::-webkit-input-placeholder { 
	color: #FFFFFF; 
}
input:-moz-placeholder{ 
	color: #FFFFFF; 
}
input:-ms-input-placeholder{ 
	color: #FFFFFF; 
}
input:placeholder{ 
	color: #FFFFFF; 
}
.header_search input {
	width: 200px;
	height: 30px;
	background-color: #f45d1e;
	position: absolute;
	left: 30px;
	top: 0;
	border: none;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
	display: none;
}
.header_search:hover input {
	display: block;
}
@media only screen and (max-width: 991px) {
	header {
	    width: 100%;
	    height: 130px;
	    box-shadow: 0 0 10px rgba(0,0,0,0.35);
	}
	.logo {
		width: 275px;
		position: fixed;
		left: 35px;
		top: 34px;
	}
	header .header_content {
	    width: 100%;
	    height: calc(100% - 129px);
		height: -moz-calc(100% - 129px);
		height: -webkit-calc(100% - 129px);
		overflow: hidden;
		position: fixed;
		right: -100%;
		top: 129px;
		z-index: 100000;
		background-color: rgba(0,0,0,0.5);
	}
	.header_content .menuBg {
		width: 320px;
		height: 100%;
		overflow: hidden;
		position: fixed;
		right: -320px;
		top: 129px;
	    background: #f5f5f5;
		transition: right 1s;
	}
	header>.menu_icon {
		width: 130px;
		height: 130px;
		background: #f45d1e;
		float: right;
		margin: 0;
		padding: 39px;
	}
	header>.menu_icon ul {
		width: 100%;
		height: 100%;
		position: relative;
	}
	header>.menu_icon ul li {
		width: 100%;
		height: 8px;
		border-radius: 4px;
		background-color: #FFFFFF;
		overflow: hidden;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -4px 0 0 -26px;
	}
	header>.menu_icon ul li:nth-of-type(1) {
		margin: 12px 0 0 -26px;
	}
	header>.menu_icon ul li:nth-of-type(3) {
		margin: -20px 0 0 -26px;
	}
	header>.menuClick ul li:nth-of-type(1) {
		margin: -4px 0 0 -26px;
		transform: rotate(-45deg);
	}
	header>.menuClick ul li:nth-of-type(2) {
		margin: -4px 0 0 -26px;
		opacity: 0;
	}
	header>.menuClick ul li:nth-of-type(3) {
		margin: -4px 0 0 -26px;
		transform: rotate(45deg);
	}
	header .header_menu {
	    width: 100%;
	    height: 480px;
	    padding: 30px 0 0;
	}
	.header_menu a {
		width: 100%;
		height: 65px;
		margin: 0 0 10px;
	}
	.header_menu .menu_icon {
	    width: 65px;
	    height: 65px;
	    line-height: 63px;
	    background-color: transparent !important;
	}
	.header_menu a.active .menu_icon>img:nth-of-type(2) {
	    opacity: 0;
	}
	.header_menu a.active .menu_icon>img:nth-of-type(1) {
	    opacity: 1;
	}
	.header_menu a.active p {
	    width: 140px;
	    left: 65px;
	    padding: 0;
	}
	.header_menu a p {
	    width: calc(100% - 65px);
	    width: -moz-calc(100% - 65px);
	    width: -webkit-calc(100% - 65px);
	    height: 65px;
	    left: 65px;
	    font-size: 24px;
	    line-height: 65px;
	    padding: 0;
	    font-weight: normal;
	    display: block;
	    background-color: transparent;
	    color: #333333;
	}
	.header_menu a p span {
		opacity: 1;
	}
	header .header_bottom {
	    width: 100%;
	    height: auto;
	    margin: 20px auto 0;
	    padding: 20px 10px 0;
	    overflow: hidden;
	}
	.header_bottom a {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    margin: 0;
	    float: none;
	    font-size: 18px;
	}
	.header_bottom .header_search {
	    width: 100%;
	    height: 50px;
	    border-radius: 25px;
	    font-size: 22px;
	    line-height: 50px;
	    margin: 10px 0 0;
	}
	.header_search input {
	    width: 230px;
	    height: 50px;
	    left: 20px;
	    top: 0;
	    padding: 0;
	    border-radius: 3px;
	    font-size: 16px;
	    display: block;
	}
	.header_search span {
	    width: 50px;
	    height: 50px;
	    float: right;
	    font-size: 24px;
	    text-align: center;
	    line-height: 50px;
	    margin: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	header {
	    width: 100%;
	    height: 64px;
	}
	header .header_content {
	    height: calc(100% - 63px);
	    height: -moz-calc(100% - 63px);
	    height: -webkit-calc(100% - 63px);
	    top: 63px;
	}
	.header_content .menuBg {
		width: 320px;
		height: 100%;
		overflow: hidden;
		position: fixed;
		right: -320px;
	    top: 63px;
	    background: #f5f5f5;
		transition: right 1s;
	}
	.logo {
	    width: 180px;
	    left: 20px;
	    top: 12px;
	}
	header>.menu_icon {
		width: 64px;
		height: 64px;
		padding: 16px;
	}
	header>.menu_icon ul li {
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -16px;
	}
	header>.menu_icon ul li:nth-of-type(1) {
		margin: 8px 0 0 -16px;
	}
	header>.menu_icon ul li:nth-of-type(3) {
		margin: -12px 0 0 -16px;
	}
	header>.menuClick ul li:nth-of-type(1) {
		margin: -2px 0 0 -16px;
	}
	header>.menuClick ul li:nth-of-type(2) {
		margin: -2px 0 0 -16px;
	}
	header>.menuClick ul li:nth-of-type(3) {
		margin: -2px 0 0 -16px;
	}
	header .header_menu {
	    width: 100%;
	    height: 480px;
	    padding: 10px 20px 0;
	}
	.header_menu a {
		width: 100%;
		height: 48px;
		margin: 0 0 10px;
	}
	.header_menu .menu_icon {
	    width: 50px;
	    height: 50px;
	    line-height: 48px;
	}
	.header_menu a.active p {
	    left: 50px;
	}
	.header_menu a p {
	    width: calc(100% - 50px);
	    width: -moz-calc(100% - 50px);
	    width: -webkit-calc(100% - 50px);
	    height: 50px;
	    left: 50px;
	    font-size: 20px;
	    line-height: 50px;
	   	font-weight: normal;
	}
	header .header_bottom {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    padding: 10px 30px 0;
	}
	.header_bottom a {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 15px;
	}
	.header_bottom .header_search {
	    width: 100%;
	    height: 40px;
	    border-radius: 20px;
	    font-size: 14px;
	    line-height: 40px;
	    margin: 10px 0 0;
	}
	.header_search input {
	    width: 200px;
	    height: 40px;
	    left: 15px;
	    top: 0;
	    padding: 0;
	    border-radius: 3px;
	    font-size: 14px;
	    display: block;
	}
	.header_search span {
	    width: 40px;
	    height: 40px;
	    float: right;
	    font-size: 20px;
	    text-align: center;
	    line-height: 40px;
	    margin: 0;
	}
}
@media only screen and (min-width: 992px) {
	header>.menu_icon:hover {
		background: url(../images/menubg.png) no-repeat center;
	}
	.header_menu a:hover:before {
		width: 140px;
	}
}
/*公共底部样式部分*/
footer {
	width: 100%;
	overflow: hidden;
	background-color: #f45d1e85;
/*	color: #FFFFFF;*/
	padding: 15px 0 0;
}
footer .footer_left {
	float: left;
	margin: 0 0 0 60px;
}
.footer_left h3 {
	font-size: 24px;
	font-weight: bold;
}
.footer_left h3 img {
	margin: 0 5px;
}
footer .footer_right {
	float: right;
	margin: 0 100px 0 0;
	text-align: right;
}
footer .footer_right br {
	display: none;
	margin: 0 0 0 10px;
}
footer .footer_right a {
/*	color: #FFFFFF;*/
}
footer .footer_right a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer .footer_left {
	    width: 100%;
	    margin: 0 0 10px;
	    text-align: center;
	}
	footer .footer_right {
	    float: none;
	    margin: 0;
	    text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	footer {
	    padding: 15px 0 0;
	}
	footer .footer_right br {
		display: block;
	}
}
/*公共顶部图片*/
.content {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	overflow: hidden;
	margin: 0 0 0 100px;
}
.content .banner_common {
	width: 100%;
	height: 485px;
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat top center;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.content .banner_common {
		height: auto;
		background-size: 100%;
	}
	.banner_common img {
		position: relative;
		left: -320px;
	}
}
@media only screen and (max-width: 991px) {
	.content {
		width: 100%;
		margin: 130px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.content {
		margin: 64px 0 0;
	}
	.content .banner_common {
		height: auto;
		background-size: 100%;
	}
	.banner_common img {
		width: 1200px;
		position: relative;
		left: -320px;
	}
}