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: #e60012;
    color: white;
}

*::-moz-selection {
	background-color: #e60012;
    color: white;
}

*::-webkit-selection {
	background-color: #e60012;
    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: '';
}

@font-face {
  	font-family: "wigrumweb";
  	src: url("../font/wigrumweb/wigrumweb-bold.woff2") format("woff2"),
       url("../font/wigrumweb/wigrumweb-bold.woff") format("woff"),
       url("../font/wigrumweb/wigrumweb-bold.ttf") format("truetype"),
       url("../font/wigrumweb/wigrumweb-bold.eot") format("embedded-opentype"),
       url("../font/wigrumweb/wigrumweb-bold.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.container {
		width: 650px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 335px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 960px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media only screen and (min-width: 1550px) {
	.container {
		width: 1500px;
	}
}
/*公共头部样式*/
header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 200;
	height: 100px;
	position: fixed;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.16);
}
.logo {
	float: left;
	width: 230px;
	height: 40px;
	margin: 30px 0;
	display: block;
	overflow: hidden;
}
.pin {
	float: left;
	width: 265px;
	overflow: hidden;
	margin: 30px 10px;
}
.logo img,.pin img {
	width: 100%;
}
.header-right {
	float: right;
}
.header-menu {
	width: 680px;
	height: 32px;
	margin: 34px 0;
	overflow: hidden;
	float: left;
}
.header-menu li {
	line-height: 32px;
	font-size: 16px;
	padding: 0 15px;
	float: left;
	margin-left: 8px;
	position: relative;
}
.header-menu li:first-of-type {
	margin-left: 0px;
}
.header-menu li a {
	color: #848484;
}
.header-menu li.active {
	font-weight: bold;
}
.header-menu li.active a {
	color: #333333;
}
.header-en {
	width: 60px;
	height: 32px;
	line-height: 32px;
	margin: 34px 30px;
	font-size: 16px;
	font-family: arial;
	overflow: hidden;
	color: #848484;
	float: left;
}
.header-en a {
	color: #848484;
}
.header-en a.active {
	font-weight: bold;
	color: #e60012;
}
.header-search {
	width: 100px;
	height: 100px;
	background-color: rgba(34,34,34,0.1);
	position: relative;
	float: right;
	cursor: pointer;
}
.header-search img {
	width: 36px;
	position: absolute;
	right: 32px;
	top: 32px;
}
@media only screen and (max-width: 991px) {
	header {
		height: 125px;
		background-color: #d1121b;
	}
	.logo {
		width: 253px;
		height: 49px;
		margin: 38px 0;
	}
	.logo img:nth-of-type(1),.logo img:nth-of-type(2),.pin img:nth-of-type(1) {
		display: none;
	}
	.pin {
		width: 300px;
		height: 45px;
		margin: 40px 10px;
	}
	.header-right {
		left: 0px;
		top: 124px;
		width: 100%;
		display: none;
		position: fixed;
		overflow: hidden;
		height: calc(100% - 124px);
		background-color: #FFFFFF;
	}
	.header-menu {
		float: none;
		height: auto;
		width: 650px;
		margin: 25px auto 10px;
	}
	.header-menu li {
		margin: 0;
		padding: 0;
		float: none;
		font-size: 36px;
		line-height: 60px;
	}
	.header-en {
	    float: none;
		width: 650px;
	    height: 40px;
	    font-size: 28px;
	    line-height: 40px;
	    margin: 10px auto 20px;
	}
	.header-search {
		float: none;
		width: 650px;
	    margin: 10px auto;
		border-radius: 10px;
	}
	.header-search input {
		top: 0px;
		right: 80px;
		border: none;
		height: 100%;
		padding: 0 15px;
		font-size: 24px;
		position: absolute;
		width: calc(100% - 80px);
		background-color: transparent;
	}
	.header-icon {
		width: 60px;
		height: 60px;
		float: right;
		margin: 32.5px 0;
		overflow: hidden;
		position: relative;
	}
	.header-icon li {
		top: 50%;
		left: 50%;
		width: 100%;
		height: 10px;
		overflow: hidden;
		border-radius: 5px;
		position: absolute;
		background-color: #FFFFFF;
	}
	.header-icon li:nth-of-type(1) {
		margin: -20px 0 0 -30px;
		transition: all 0.5s;
	}
	.header-icon li:nth-of-type(2) {
		width: 80%;
		margin: -5px 0 0 -30px;
		transition: all 0.1s 0.3s;
	}
	.header-icon li:nth-of-type(3) {
		margin: 10px 0 0 -30px;
		transition: all 0.5s;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		margin: -5px 0 0 -30px;
		transform: rotate(45deg);
	}
	header.header-click .header-icon li:nth-of-type(2) {
		opacity: 0;
		transition: all 0s 0s;
	}
	header.header-click .header-icon li:nth-of-type(3) {
		margin: -5px 0 0 -30px;
		transform: rotate(-45deg);
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 65px;
	}
	.logo {
		width: 150px;
		height: 31px;
		margin: 17px 0;
	}
	.pin {
		width: 130px;
		height: 20px;
		margin: 22px 10px;
	}
	.header-right {
		top: 64px;
		height: calc(100% - 64px);
	}
	.header-menu {
		width: 335px;
		margin: 25px auto 10px;
	}
	.header-menu li {
		font-size: 24px;
		line-height: 40px;
	}
	.header-en {
		width: 335px;
	    height: 30px;
	    font-size: 18px;
	    line-height: 30px;
	    margin: 5px auto 10px;
	}
	.header-search {
		width: 335px;
		height: 40px;
	    margin: 5px auto;
		border-radius: 5px;
	}
	.header-search input {
		right: 40px;
		font-size: 14px;
		padding: 0 10px;
		width: calc(100% - 40px);
	}
	.header-search img {
	    top: 10px;
	    right: 15px;
	    width: 20px;
	}
	.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(3) {
		margin: 6px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2),header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -2px 0 0 -15px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		height: 80px;
	}
	.logo {
		width: 165px;
		height: 33px;
		margin: 23px 0;
	}
	.logo img:nth-of-type(1),.logo img:nth-of-type(3),.img-common img:nth-of-type(2),.header-icon,.pin img:nth-of-type(2) {
		display: none;
	}
	.pin {
		width: 80px;
		height: 13px;
		margin: 33px 5px;
	}
	.header-menu {
		width: 550px;
		height: 26px;
		margin: 27px 0;
	}
	.header-menu li {
		font-size: 14px;
		padding: 0 12px;
		margin-left: 3px;
		line-height: 26px;
	}
	.header-menu li.active:before,.header-menu li.active:after {
		top: 0px;
		left: 0px;
		width: 8px;
		content: '';
		height: 26px;
		display: block;
		overflow: hidden;
		position: absolute;
		background-image: url(../img/menuBg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.header-menu li.active:after {
		transform: rotate(180deg);
		left: auto;
		right: 0px;
	}
	.header-menu li a:hover {
		color: #333333;
		font-weight: bold;
	}
	.header-en {
		width: 55px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
		margin: 27px 10px;
	}
	.header-search {
		width: 80px;
		height: 80px;
	}
	.header-search img {
		width: 24px;
		right: 28px;
		top: 28px;
	}
	.header-search input {
		top: 20px;
		z-index: 2;
		right: 80px;
		width: 200px;
		height: 40px;
		display: none;
		padding: 0 10px;
		font-size: 14px;
		overflow: hidden;
		border-radius: 5px;
		position: absolute;
		background-color: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.5);
	}
	.header-search:hover input {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 90px;
	}
	.logo {
		width: 185px;
		height: 37px;
		margin: 26px 0;
	}
	.pin {
		width: 130px;
		height: 20px;
		margin: 34px 10px;
	}
	.header-menu {
		width: 622px;
		height: 30px;
		margin: 30px 0;
	}
	.header-menu li {
		font-size: 15px;
		padding: 0 14px;
		margin-left: 6px;
		line-height: 30px;
	}
	.header-menu li.active:before,.header-menu li.active:after {
		width: 9px;
		height: 29px;
	}
	.header-en {
		width: 60px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
		margin: 30px 20px;
	}
	.header-search {
		width: 90px;
		height: 90px;
	}
	.header-search img {
		top: 31px;
		right: 31px;
		width: 28px;
	}
	.header-search input {
		top: 25px;
		right: 90px;
		width: 225px;
	}
}
@media only screen and (min-width: 1550px) {
	header {
		height: 100px;
	}
	.logo {
		width: 203px;
		height: 40px;
		margin: 30px 0;
	}
	.pin {
		width: 265px;
		height: 40px;
		margin: 30px 15px;
	}
	.header-menu {
		width: 680px;
		height: 32px;
		margin: 34px 0;
	}
	.header-menu li {
		font-size: 16px;
		padding: 0 15px;
		margin-left: 8px;
		line-height: 32px;
	}
	.header-menu li.active:before,.header-menu li.active:after {
		width: 10px;
		height: 32px;
	}
	.header-en {
		width: 60px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
		margin: 34px 30px;
	}
	.header-search {
		width: 100px;
		height: 100px;
	}
	.header-search img {
		top: 32px;
		right: 32px;
		width: 36px;
	}
	.header-search input {
		top: 30px;
		right: 100px;
		width: 250px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer-top {
	width: 100%;
	padding: 65px 0 110px;
	overflow: hidden;
	background-color: #222222;
}
.footer-left {
	width: 260px;
	overflow: hidden;
	float: left;
}
.footer-left img {
	width: 228px;
	margin: 0 0 20px;
}
.footer-left p {
	font-size: 14px;
	line-height: 18px;
	margin: 25px 0 0;
	padding: 0 0 0 30px;
	color: #FFFFFF;
	background-image: url(../img/f1.png);
	background-repeat: no-repeat !important;
	background-position: 0px 0px !important;
	background-size: auto 18px !important;
}
.footer-left p:nth-of-type(2) {
	background-image: url(../img/f2.png);
}
.footer-left p:nth-of-type(3) {
	background-image: url(../img/f3.png);
}
.footer-right {
	width: 250px;
	overflow: hidden;
	float: right;
}
.footer-right h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 27px 0 23px;
}
.footer-right h4 a {
	color: #FFFFFF;
}
.footer-right input {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	padding: 0 30px;
	overflow: hidden;
	border: none;
}
.footer-right button {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	margin: 13px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	background-color: #e60012;
	border: none;
}
.footer-center {
	margin: 27px 0 0 175px;
	float: left;
}
.footer-center li {
	margin-right: 90px;
	float: left;
}
.footer-center li h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 13px;
}
.footer-center li p {
	font-size: 14px;
	line-height: 24px;
}
.footer-center li h4 a {
	color: #FFFFFF;
}
.footer-center li p a {
	color: #848484;
}
.footer-center li h4:hover a,.footer-center li p:hover a,.footer-right h4:hover a {
	color: #e60012;
	text-decoration: underline !important;
}
footer .footer-bottom {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	background-color: #e60012;
}
.footer-bottom p {
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin-right: 15px;
}
.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: 80px 0;
	}
	.footer-left {
		width: 100%;
		float: none;
	}
	.footer-left img {
		width: 310px;
		margin: 0 0 20px;
	}
	.footer-left p {
		font-size: 24px;
		line-height: 30px;
		margin: 25px 0 0;
		padding: 0 0 0 50px;
		background-size: auto 30px !important;
	}
	.footer-right {
		width: 100%;
		overflow: hidden;
	}
	.footer-right h4 {
		width: 25%;
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 20px;
		float: left;
	}
	.footer-right input {
		width: 75%;
		height: 60px;
		border-radius: 30px;
		font-size: 24px;
		padding: 0 30px;
		float: right;
	}
	.footer-right button {
		width: 75%;
		height: 60px;
		border-radius: 30px;
		margin: 30px 0 0;
		font-size: 24px;
		float: right;
	}
	.footer-center {
		width: 100%;
		margin: 40px 0 0;
		overflow: hidden;
	}
	.footer-center li {
		width: 100%;
		margin: 0 0 20px;
		overflow: hidden;
	}
	.footer-center li h4 {
		width: 25%;
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 20px;
		float: left;
	}
	.footer-center li p {
		width: 25%;
		font-size: 24px;
		line-height: 35px;
		margin: 0 0 10px;
		float: left;
	}
	footer .footer-bottom {
		padding: 25px 0;
	}
	.footer-bottom p {
		line-height: 35px;
		font-size: 24px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 30px 0;
	}
	.footer-left img {
		width: 155px;
		margin: 0 0 10px;
	}
	.footer-left p {
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		background-size: auto 20px !important;
	}
	.footer-right h4 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.footer-right input {
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
		padding: 0 20px;
	}
	.footer-right button {
		height: 40px;
		border-radius: 20px;
		margin: 15px 0 0;
		font-size: 16px;
	}
	.footer-center {
		margin: 20px 0 0;
	}
	.footer-center li {
		margin: 0 0 10px;
	}
	.footer-center li h4 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.footer-center li p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	footer .footer-bottom {
		padding: 10px 0;
	}
	.footer-bottom p {
		line-height: 20px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 40px 0 60px;
	}
	.footer-left {
		width: 200px;
	}
	.footer-left img {
		width: 175px;
		margin: 0 0 10px;
	}
	.footer-left p {
		font-size: 12px;
		margin: 15px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right {
		width: 180px;
	}
	.footer-right h4 {
		font-size: 14px;
		margin: 15px 0 10px;
	}
	.footer-right input {
		height: 35px;
		border-radius: 18px;
		font-size: 14px;
		padding: 0 18px;
	}
	.footer-right button {
		height: 38px;
		border-radius: 18px;
		font-size: 14px;
	}
	.footer-center {
		margin: 15px 0 0 60px;
	}
	.footer-center li {
		margin-right: 40px;
	}
	.footer-center li h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.footer-center li p {
		font-size: 12px;
		line-height: 20px;
	}
	footer .footer-bottom {
		padding: 15px 0;
	}
	.footer-bottom p {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 50px 0 85px;
	}
	.footer-left {
		width: 230px;
	}
	.footer-left img {
		width: 200px;
		margin: 0 0 15px;
	}
	.footer-left p {
		font-size: 13px;
		margin: 20px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right {
		width: 210px;
	}
	.footer-right h4 {
		font-size: 15px;
		margin: 20px 0 15px;
	}
	.footer-right input {
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		padding: 0 25px;
	}
	.footer-right button {
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	.footer-center {
		margin: 20px 0 0 90px;
	}
	.footer-center li {
		margin-right: 60px;
	}
	.footer-center li h4 {
		font-size: 15px;
		margin: 0 0 10px;
	}
	.footer-center li p {
		font-size: 13px;
		line-height: 22px;
	}
	footer .footer-bottom {
		padding: 25px 0;
	}
	.footer-bottom p {
		font-size: 13px;
	}
}
@media only screen and (min-width: 1550px) {
	footer .footer-top {
		padding: 65px 0 110px;
	}
	.footer-left {
		width: 260px;
	}
	.footer-left img {
		width: 228px;
		margin: 0 0 20px;
	}
	.footer-left p {
		font-size: 14px;
		margin: 25px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right {
		width: 250px;
	}
	.footer-right h4 {
		font-size: 16px;
		margin: 27px 0 23px;
	}
	.footer-right input {
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
		padding: 0 30px;
	}
	.footer-right button {
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
	}
	.footer-center {
		margin: 27px 0 0 175px;
	}
	.footer-center li {
		margin-right: 90px;
	}
	.footer-center li h4 {
		font-size: 16px;
		margin: 0 0 13px;
	}
	.footer-center li p {
		font-size: 14px;
		line-height: 24px;
	}
	footer .footer-bottom {
		padding: 35px 0;
	}
	.footer-bottom p {
		font-size: 14px;
	}
}
/*banner公共样式*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.banner img {
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
}
@media only screen and (max-width: 750px) {
	.banner img {
		width: 750px;
		margin-left: -375px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img {
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 1600px;
		margin-left: -800px;
	}
}
@media only screen and (min-width: 1550px) {
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
}
@media only screen and (min-width: 1921px) {
	.banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}
/*视频弹出*/
.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: 1550px) {
	.video-masked video {
		width: 1200px;
	}
}