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;
	}
}

/*公共底部*/
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;
	}
}