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: #003187;
	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: #d1121b;
    color: white;
}

*::-moz-selection {
	background-color: #d1121b;
    color: white;
}

*::-webkit-selection {
	background-color: #d1121b;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

@media only screen and (max-width: 991px) {
	.container {
		max-width: 650px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		max-width: 335px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		max-width: 960px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1150px;
	}
}
@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1400px;
	}
}
/*公共头部样式*/
header {
	width: 100%;
	height: 100px;
	padding: 40px 0 35px;
	overflow: hidden;
	background-color: #d1121b;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 200;
}
header .logo {
	display: block;
	width: 240px;
	height: 27px;
	overflow: hidden;
	float: left;
}
header .logo img {
	width: 100%;
}
header .header-menu {
	width: 730px;
	height: 25px;
	float: left;
	margin-left: 345px;
}
.header-menu a {
	display: block;
	width: 60px;
	height: 25px;
	margin-left: 55px;
	font-size: 15px;
	color: #FFFFFF;
	float: left;
	position: relative;
}
.header-menu a:first-of-type {
	width: 30px;
	margin-left: 0px;
}
.header-menu a:hover {
	font-weight: bold;
}
.header-menu a span {
	position: relative;
	z-index: 2;
}
.header-menu a.active {
	color: #d1121b;
	font-weight: bold;
}
.header-menu a.active:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -53px 0 0 -50px;
	background-color: #FFFFFF;
	transform: skewX(-20deg);
}
header .header-search {
	width: 23px;
	height: 23px;
	overflow: hidden;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 1px 0 0;
	float: right;
	cursor: pointer;
}
header .header-icon {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	float: right;
	margin: 35px 0;
}
.header-icon li {
	width: 100%;
	height: 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
}
.header-icon li:nth-of-type(1) {
	margin: -20px 0 0 -30px;
}
.header-icon li:nth-of-type(2) {
	width: 83.33%;
	margin: -5px 0 0 -30px;
}
.header-icon li:nth-of-type(3) {
	margin: 10px 0 0 -30px;
}
.header-icon.icon-click li:nth-of-type(1) {
	margin: -5px 0 0 -30px;
	transform: rotate(45deg);
}
.header-icon.icon-click li:nth-of-type(2) {
	opacity: 0;
}
.header-icon.icon-click li:nth-of-type(3) {
	margin: -5px 0 0 -30px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
		height: 130px;
		padding: 0;
	}
	header .logo {
		width: 367px;
		height: 42px;
		position: relative;
		z-index: 1;
		margin: 44px 0 0;
	}
	header .header-menu {
		width: 100%;
		height: -moz-calc(100% - 129px);
		height: -webkit-calc(100% - 129px);
		height: calc(100% - 129px);
		overflow: hidden;
		background-color: #FFFFFF;
		margin-left: 0px;
		float: none;
		position: fixed;
		top: 129px;
		left: -100%;
		padding: 30px 0 0;
		transition: left 0.5s;
	}
	.header-menu a {
		display: block;
		width: 650px;
		height: 60px;
		margin: 0px auto;
		font-size: 36px;
		color: #333333;
		float: none;
		position: relative;
	}
	.header-menu a:first-of-type {
		width: 650px;
		margin: 0px auto;
	}
	header .header-search,header .search-content {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 65px;
	}
	header .logo {
		width: 185px;
		height: 21px;
		margin: 22px 0;
	}
	header .header-menu {
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		height: calc(100% - 64px);
		top: 64px;
		padding: 20px 0 0;
	}
	.header-menu a {
		width: 330px;
		height: 45px;
		font-size: 24px;
	}
	.header-menu a:first-of-type {
		width: 330px;
	}
	header .header-icon {
		width: 30px;
		height: 30px;
		margin: 17.5px 0;
	}
	.header-icon li {
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -10px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 6px 0 0 -15px;
	}
	.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -15px;
	}
}
@media only screen and (min-width: 992px) {
	header .header-icon {
		display: none;
	}
	header {
		height: 70px;
		padding: 25px 0 20px;
	}
	header .header-menu {
		width: 510px;
		margin-left: 130px;
	}
	.header-menu a {
		font-size: 14px;
		line-height: 25px;
		margin-left: 20px;
	}
	.header-menu a.active:before {
		width: 70px;
		height: 70px;
		margin: -38px 0 0 -35px;
		transform: skewX(-10deg);
	}
	header .header-search {
		margin: 0 15px 0 10px;
		position: relative;
		z-index: 11;
	}
	header .header-search.search-click {
		background-image: url(../img/x.png);
		background-size: 120%;
	}
	header .search-content {
		width: 100%;
		height: 70px;
		overflow: hidden;
		background-color: #ce2c33;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 10;
		display: none;
	}
	.search-content input {
		display: block;
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		height: 50px;
		padding: 0 15px;
		font-size: 16px;
		border: 2px solid #d1121b;
		border-radius: 10px;
		overflow: hidden;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 80px;
		padding: 30px 0 25px;
	}
	header .header-menu {
		width: 615px;
		margin-left: 200px;
	}
	.header-menu a {
		font-size: 15px;
		margin-left: 37px;
	}
	.header-menu a.active:before {
		width: 80px;
		height: 80px;
		margin: -43px 0 0 -40px;
		transform: skewX(-15deg);
	}
	header .header-search {
		margin: 0 20px;
	}
	header .search-content {
		height: 80px;
	}
	.search-content input {
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 15px 0;
	}
}
@media only screen and (min-width: 1450px) {
	header {
		height: 100px;
		padding: 40px 0 35px;
	}
	header .header-menu {
		width: 705px;
		margin-left: 320px;
	}
	.header-menu a {
		margin-left: 52px;
	}
	.header-menu a.active:before {
		width: 100px;
		height: 100px;
		margin: -53px 0 0 -50px;
		transform: skewX(-20deg);
	}
	header .header-search {
		margin: 0 40px 0 55px;
	}
	header .search-content {
		height: 100px;
	}
	.search-content input {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		margin: 25px 0;
	}
}
/*公共底部*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
footer .footer-top {
	width: 100%;
	padding: 80px 0 118px;
	overflow: hidden;
	background-color: #333333;
}
.footer-left {
	display: block;
	width: 234px;
	overflow: hidden;
	float: left;
}
.footer-left img {
	width: 100%;
}
.footer-center {
	width: 425px;
	margin: 0 0 0 245px;
	overflow: hidden;
	float: left;
}
.footer-center h4 {
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #5a5a5a;
	margin: 0 0 10px;
}
.footer-center p {
	font-size: 14px;
	line-height: 24px;
	color: #959595;
}
.footer-right {
	width: 440px;
	overflow: hidden;
	float: right;
}
.footer-right h4 {
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #5a5a5a;
	margin: 0 0 20px;
}
.footer-right a {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 20px;
	color: #959595;
}
.footer-right a:nth-of-type(3n+1),.footer-right a:nth-of-type(3n+2) {
	margin: 0 93px 13px 6px;
}
.footer-right a:nth-of-type(3n) {
	margin: 0 0 13px 6px;
}
.footer-right a:hover {
	color: #d1121b;
	text-decoration: underline !important;
}
footer .footer-bottom {
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #d1121b;
}
.footer-bottom p {
	float: left;
}
.footer-bottom p:nth-of-type(2) {
	float: right;
}
.footer-bottom p a {
	color: #ffffff;
}
.footer-bottom p a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 85px 0 100px;
	}
	.footer-left {
		width: 306px;
		float: none;
	}
	.footer-center {
		width: 100%;
		margin: 65px 0 60px;
		float: none;
	}
	.footer-center h4 {
		font-size: 27px;
		line-height: 63px;
		margin: 0 0 16px;
	}
	.footer-center p {
		font-size: 21px;
		line-height: 35px;
	}
	.footer-right {
		width: 100%;
		float: none;
	}
	.footer-right h4 {
		font-size: 27px;
		line-height: 63px;
		margin: 0 0 30px;
	}
	.footer-right a {
		float: left;
		font-size: 22px;
		line-height: 25px;
	}
	.footer-right a:nth-of-type(3n+1),.footer-right a:nth-of-type(3n+2) {
		margin: 0 130px 25px 8px;
	}
	.footer-right a:nth-of-type(3n) {
		margin: 0 0 25px 8px;
	}
	footer .footer-bottom {
		padding: 20px 0;
		font-size: 24px;
		line-height: 36px;
	}
	.footer-bottom p {
		float: none !important;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 45px 0 40px;
	}
	.footer-left {
		width: 200px;
	}
	.footer-center {
		margin: 25px 0 20px;
	}
	.footer-center h4 {
		font-size: 18px;
		line-height: 40px;
		margin: 0 0 10px;
	}
	.footer-center p {
		font-size: 14px;
		line-height: 25px;
	}
	.footer-right h4 {
		font-size: 18px;
		line-height: 40px;
		margin: 0 0 15px;
	}
	.footer-right a {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-right a:nth-of-type(3n+1),.footer-right a:nth-of-type(3n+2) {
		margin: 0 50px 10px 5px;
	}
	.footer-right a:nth-of-type(3n) {
		margin: 0 0 10px 5px;
	}
	footer .footer-bottom {
		padding: 10px 0;
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 40px 0 60px;
	}
	.footer-left {
		width: 200px;
	}
	.footer-center {
		width: 300px;
		margin: 0 0 0 50px;
	}
	.footer-center h4 {
		font-size: 16px;
		line-height: 35px;
		margin: 0 0 10px;
	}
	.footer-center p {
		font-size: 12px;
    	line-height: 20px;
	}
	.footer-right {
		width: 370px;
	}
	.footer-right h4 {
		font-size: 16px;
		line-height: 35px;
		margin: 0 0 15px;
	}
	.footer-right a {
		font-size: 12px;
	}
	.footer-right a:nth-of-type(3n+1),.footer-right a:nth-of-type(3n+2) {
		margin: 0 75px 10px 5px;
	}
	.footer-right a:nth-of-type(3n) {
		margin: 0 0 10px 5px;
	}
	footer .footer-bottom {
		padding: 5px 0;
		line-height: 25px;
	}
	.footer-bottom p br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 80px 0 118px;
	}
	.footer-left {
		width: 234px;
	}
	.footer-center {
		width: 350px;
		margin: 0 0 0 100px;
	}
	.footer-center h4 {
		font-size: 18px;
		line-height: 45px;
		margin: 0 0 10px;
	}
	.footer-center p {
		font-size: 14px;
    	line-height: 24px;
	}
	.footer-right {
		width: 370px;
	}
	.footer-right h4 {
		font-size: 18px;
		line-height: 45px;
		margin: 0 0 20px;
	}
	.footer-right a {
		font-size: 15px;
	}
	.footer-right a:nth-of-type(3n+1),.footer-right a:nth-of-type(3n+2) {
		margin: 0 75px 13px 6px;
	}
	.footer-right a:nth-of-type(3n) {
		margin: 0 0 13px 6px;
	}
	footer .footer-bottom {
		padding: 10px 0;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1450px) {
	footer .footer-top {
		padding: 80px 0 118px;
	}
	.footer-center {
		width: 425px;
		margin: 0 0 0 245px;
	}
	.footer-right {
		width: 440px;
	}
	.footer-right a:nth-of-type(3n+1),.footer-right a:nth-of-type(3n+2) {
		margin: 0 93px 13px 6px;
	}
	.footer-right a:nth-of-type(3n) {
		margin: 0 0 13px 6px;
	}
	footer .footer-bottom {
		padding: 10px 0;
		line-height: 25px;
	}
}
/*视频弹出*/
.video-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 300;
	display: none;
}
.video-masked .video-x {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.video-x:before,.video-x:after {
	content: '';
	display: block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -20px;
	transform: rotate(45deg);
}
.video-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	display: block;
	background-color: #000000;
}
@media only screen and (max-width: 991px) {
	.video-masked video {
		width: 650px;
		margin: 200px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.video-masked video {
		width: 335px;
		margin: 150px auto 0;
	}
	.video-masked .video-x {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
	}
	.video-x:before,.video-x:after {
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		margin: -1.5px 0 0 -12px;
	}
}
@media only screen and (min-width: 992px) {
	.video-masked video {
		width: 850px;
		height: -moz-calc(100% - 200px);
		height: -webkit-calc(100% - 200px);
		height: calc(100% - 200px);
		margin: 100px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.video-masked video {
		width: 1000px;
	}
}
@media only screen and (min-width: 1450px) {
	.video-masked video {
		width: 1200px;
	}
}
/*公共右侧联系方式*/
.right-common {
	width: 80px;
	height: 360px;
	border-radius: 6px 0 0 6px;
	text-align: center;
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 10;
	box-shadow: 4px 4px 20px rgba(47,44,54,0.32);
	margin-top: -150px;
}
.right-common li {
	width: 100%;
	height: 25%;
	padding: 15px 0;
	border-bottom: 1px solid #e3e8ee;
	background-color: #ffffff;
	position: relative;
	cursor: pointer;
	transition: background-color 0.5s;
}
.right-common li:first-of-type {
	border-radius: 6px 0 0 0;
}
.right-common li:last-of-type {
	border-radius: 0 0 0 6px;
	border-bottom: none;
}
.right-common .icon-common {
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: 0 auto 3px;
	position: relative;
}
.icon-common svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: opacity 0.5s;
}
.icon-common svg:nth-of-type(2) {
	opacity: 0;
}
.right-common li p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	color: #d1121b;
	overflow: hidden;
}
.right-wx {
	width: 260px;
	overflow: hidden;
	background-color: #ffffff;
	position: absolute;
	right: 90px;
	top: 0px;
	display: none;
}
.right-wx img {
	width: 100%;
}
.right-contact {
	width: 300px;
	border-radius: 4px;
	padding: 5px 50px 15px;
	overflow: hidden;
	border: 3px solid #d1121b;
	background-color: #ffffff;
	position: absolute;
	right: 90px;
	top: 0px;
	display: none;
}
.right-contact h4 {
	color: #d1121b;
	font-size: 16px;
    line-height: 35px;
    border-bottom: 1px solid #dce1e6;
    margin: 10px 0 0;
}
.right-contact p {
	color: rgb(125, 137, 151) !important;
	height: auto !important;
}
.right-common li:hover {
	background-color: #d1121b;
}
.right-common li:hover p {
	color: #ffffff;
}
.right-common li:hover .icon-common svg:nth-of-type(1) {
	opacity: 0;
}
.right-common li:hover .icon-common svg:nth-of-type(2) {
	opacity: 1;
}
@media only screen and (max-width: 1200px) {
	.right-common {
		display: none;
	}
}