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%;
}

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 {
	outline: none;
}

*::selection {
	background-color: #d7000f;
	color: white;
}

*::-moz-selection {
	background-color: #d7000f;
	color: white;
}

*::-webkit-selection {
	background-color: #d7000f;
	color: white
}

@font-face {
	font-family: "Roboto-Black_0";
	src: url("../fonts/Roboto-Black_0.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("../fonts/Roboto-Regular_0.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold_0.ttf") format("truetype");
}

@keyframes huxi {
	0 {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

@-moz-keyframes huxi {
	0 {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

@-ms-keyframes huxi {
	0 {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes huxi {
	0 {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

/*更改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: 688px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}

@media (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}

/*头部公共样式 star star star*/
.header_common {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	background-color: #ffffff;
}

.header_common .header_centre {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	white-space: nowrap;
}

.header_common .header_centre .logo {
	margin: 0 200px 0 0;
}

.header_common .header_centre .logo img {
	width: auto;
}

.header_menu {
	display: inline-block;
	font-size: 16px;
}

.header_menu a {
	display: inline-block;
	width: 96px;
	height: 25px;
	line-height: 25px;
	margin: 10px 5px;
	box-sizing: border-box;
	color: #333333;
	transition: all 1s;
	text-align: center;
	font-weight: bold;
}

.header_menu .active {
	background-color: #28166f;
	color: #fff;
	border-radius: 48px;
}

.header_right {
	position: absolute;
	right: 120px;
	top: 38px;
}

.header_input {
	float: left;
	width: 26px;
	height: 26px;
	border: 2px solid #a9a9a9;
	line-height: 22px;
	border-radius: 13px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 1s;
}

.header_input img {
	position: absolute;
	right: 5px;
	top: 5px;
}

.header_input img:nth-of-type(2) {
	display: none;
}

.header_input input {
	opacity: 0;
	width: 0px;
	height: 22px;
	border: none;
	line-height: 22px;
	padding-left: 5px;
	font-size: 12px;
	background-color: transparent;
}

.header_input:hover {
	width: 160px;
	border-color: #d7000f;
}

.header_input:hover img:nth-of-type(1) {
	display: none;
}

.header_input:hover img:nth-of-type(2) {
	display: block;
}

.header_input:hover input {
	opacity: 1;
	width: 120px;
}

.header_right a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	border: 2px solid #a9a9a9;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	color: #a9a9a9;
	margin-left: 15px;
	overflow: hidden;
	transition: all 1s;
	font-size: 12px;
}

.header_right a.header_tel {
	line-height: 19px;
}

.header_right a:hover {
	border-color: #d7000f;
	font-weight: bold;
	color: #d7000f;
}

.header_right a:hover img:nth-of-type(1) {
	display: none;
}

.header_menuIcon {
	width: 70px;
	height: 100px;
	background-color: #006288;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
}

.header_menuIcon ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.header_menuIcon ul li {
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	transition: all 0.5s;
}

.header_menuIcon ul li:nth-of-type(1) {
	margin-top: -8px;
}

.header_menuIcon ul li:nth-of-type(3) {
	margin-top: 6px;
}

.header_menuIcon.menu_iconClick ul li:nth-of-type(1) {
	margin-top: -1px;
	transform: rotate(45deg);
}

.header_menuIcon.menu_iconClick ul li:nth-of-type(2) {
	opacity: 0;
}

.header_menuIcon.menu_iconClick ul li:nth-of-type(3) {
	margin-top: -1px;
	transform: rotate(-45deg);
}

@media only screen and (max-width:991px) {
	.header_common {
		overflow: visible;
	}

	.header_common .header_centre {
		text-align: left;
		padding: 0 40px;
	}

	.header_right {
		right: 110px;
	}

	.header_menu {
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		right: -100%;
		top: 70px;
		background-color: #FFFFFF;
		transition: all 1s;
		padding: 40px;
		font-size: 22px;
	}

	.header_menu a {
		width: 300px;
		display: block;
	}
}

@media only screen and (max-width:767px) {
	.header_common {
		height: 50px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	}

	.header_common .header_centre {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}

	.header_right {
		right: 65px;
		top: 12px;
	}

	.header_common .header_centre .logo img {
		width: 100px;
	}

	.header_menu {
		top: 51px;
		padding: 30px;
		font-size: 18px;
	}

	.header_menuIcon {
		width: 50px;
		height: 50px;
		padding: 15px;
	}
}

@media only screen and (min-width:992px) {
	.header_common .header_centre {
		text-align: left;
		padding: 0 30px;
	}

	.header_right {
		right: 30px;
	}

	.header_menuIcon {
		display: none;
	}
}

@media only screen and (min-width:1250px) {
	.header_common .header_centre {
		padding: 0;
		text-align: center;
	}
}

/*公共底部样式部分*/
.footer_common {
	width: 100%;
	overflow: hidden;
	padding: 33px 0 25px;
	background-color: #2e2e2e;
	color: #f3f3f3;
}

.footer_top {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #666666;
	padding: 0 0 15px;
	margin: 0 0 13px;
}

.footer_top ul {
	float: right;
}

.footer_top ul li {
	float: right;
	margin: 0 0 0 45px;
}

.footer_common p {
	text-align: right;
}

.footer_common p a {
	color: #f3f3f3;
	margin: 0 10px;
}

.footer_common p a:hover {
	color: #d7000f;
	text-decoration: underline !important;
}

.footer_common p br {
	display: none;
}

@media only screen and (max-width:991px) {
	.footer_top ul {
		margin: 20px 0 0;
		float: none;
	}

	.footer_top ul li {
		float: left;
		margin: 0 45px 0 0;
	}

	.footer_common p {
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
	.footer_common {
		padding: 30px 0 20px;
	}

	.footer_top {
		font-size: 12px;
		line-height: 20px;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	.footer_top ul {
		margin: 10px 0 0;
		float: none;
	}

	.footer_top ul li {
		float: none;
		margin: 0;
	}

	.footer_common p a {
		margin: 0 10px 0 0;
	}

	.footer_common p br {
		display: block;
	}
}

/* @media only screen and (max-width:1575px) {
	.header_right {
		display: none;
	}
}

@media only screen and (max-width:992px) {
	.header_right {
		display: block;
	}
} */
/* @media only screen and (min-width:1770px) {
	.header_common .header_centre .logo {
		margin: 0 200px 0 100px;
	}
} */

@media (min-width:1560px) and (max-width:1680px) {
	.header_common .header_centre {
		text-align: left;
	}

	.header_common .header_centre .logo {
		margin: 0 50px;
	}
}

@media (min-width:1500px) and (max-width:1560px) {
	.header_common .header_centre {
		text-align: left;
	}

	.header_common .header_centre .logo {
		margin: 0 20px;
	}
}

@media (min-width:1420px) and (max-width:1500px) {
	.header_common .header_centre {
		text-align: left;
	}

	.header_common .header_centre .logo {
		margin: 0 20px;
	}

	.header_menu {
		font-size: 12px;
	}

	.header_menu a {
		margin: 0;
	}
}

@media (min-width:1300px) and (max-width:1420px) {
	.header_common .header_centre {
		text-align: left;
	}

	.header_common .header_centre .logo {
		margin: 0 20px;
	}

	.header_menu {
		font-size: 14px;
	}

	.header_menu a {
		margin: 0;
		width: 80px;
	}
}

@media (min-width:1170px) and (max-width:1300px) {
	.header_common .header_centre {
		text-align: left;
	}

	.header_common .header_centre .logo {
		margin: 0 20px;
	}

	.header_menu {
		font-size: 12px;
	}

	.header_menu a {
		margin: 0;
		width: 60px;
	}
}

@media (min-width:991px) and (max-width:1170px) {
	.header_common .header_centre {
		text-align: left;
	}

	.header_common .header_centre .logo {
		margin: 0 20px;
	}

	.header_menu {
		font-size: 12px;
	}

	.header_menu a {
		margin: 0;
		width: 60px;
	}

	.header_common .header_centre .logo img {
		width: 170px;
	}
}

/* @media only screen and (max-width:1250px) {
	.header_common .header_centre .logo {
		margin: 0 20px 0 30px;
	}
} */