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: '';
}

@font-face {
  	font-family: "wigrumweb-bold";
  	src: url("../fonts/wigrumweb-bold.woff2") format("woff2"),
       url("../fonts/wigrumweb-bold.woff") format("woff"),
       url("../fonts/wigrumweb-bold.ttf") format("truetype"),
       url("../fonts/wigrumweb-bold.eot") format("embedded-opentype"),
       url("../fonts/wigrumweb-bold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@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: 1400px) {
	.container {
		max-width: 1350px;
	}
}
@media only screen and (min-width: 1600px) {
	.container {
		max-width: 1550px;
	}
}
@media only screen and (min-width: 1800px) {
	.container {
		max-width: 1750px;
	}
}
/*公共头部样式*/
header {
	width: 100%;
	height: 70px;
	padding: 20px 0;
	position: fixed;
	left: 0px;
	top: 40px;
	z-index: 200;
}
header .logo {
	display: block;
	width: 156px;
	height: 31px;
	overflow: hidden;
	float: left;
	position: relative;
}
.logo img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
header .header-right {
	float: right;
}
.header-right .header-menu {
	width: 632px;
	float: left;
}
.header-menu li {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 68px;
	color: #FFFFFF;
	position: relative;
	float: left;
}
.header-menu li:first-of-type {
	margin-left: 0px;
}
.header-menu li.active {
	font-weight: bold;
}
.header-menu li a {
	color: #FFFFFF;
}
.header-menu li:hover a {
	color: #c31523 !important;
	font-weight: bold;
}
.header-menu li:before {
	content: '/';
	display: block;
	width: 8px;
	text-align: center;
	font-weight: normal !important;
	position: absolute;
	left: -38px;
	top: 0px;
}
.header-menu li:first-of-type:before {
	display: none;
}
header .header-en {
	width: 60px;
	line-height: 30px;
	font-size: 16px;
	margin: 0 0 0 40px;
	overflow: hidden;
	float: left;
	font-family: arial;
}
.header-en a {
	display: block;
	color: #FFFFFF;
	float: left;
}
.header-en a:last-of-type {
	float: right;
}
.header-en a.active {
	color: #c31523 !important;
	font-weight: bold;
	border-bottom: 3px solid #c31623;
}
header .search-icon {
	width: 64px;
	height: 24px;
	margin: 3px 0;
	background-image: url(../bgimg/searchw.png);
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: 24px !important;
	position: relative;
	cursor: pointer;
	float: left;
}
@media only screen and (max-width: 991px) {
	header {
		height: 120px;
		padding: 0;
		position: fixed;
		top: 0px;
		background-color: #FFFFFF;
		box-shadow: 0px 6px 35px 3px rgba(0,0,0,0.25);
	}
	header .logo {
		width: 222px;
		height: 45px;
		margin: 38px 0;
	}
	/*.logo img:nth-of-type(1),.logo img:nth-of-type(3) {
		opacity: 0;
	}*/
	header .header-icon {
		width: 56px;
		height: 56px;
		margin: 32px 0;
		overflow: hidden;
		float: right;
		position: relative;
	}
	.header-icon li {
		width: 100%;
		height: 8px;
		border-radius: 0 4px 4px 0;
		overflow: hidden;
		background-color: #d0111b;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.header-icon li:nth-of-type(1) {
		margin: -20px 0 0 -28px;
		transition: all 0.5s;
	}
	.header-icon li:nth-of-type(2) {
		width: 80%;
		margin: -4px 0 0 -28px;
		transition: all 0.1s 0.3s;
	}
	.header-icon li:nth-of-type(3) {
		width: 90%;
		margin: 12px 0 0 -28px;
		transition: all 0.5s;
	}
	header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		width: 100%;
		border-radius: 4px;
		margin: -4px 0 0 -28px;
		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) {
		transform: rotate(45deg);
	}
	header .header-right {
		width: 100%;
		height: -moz-calc(100% - 119px);
		height: -webkit-calc(100% - 119px);
		height: calc(100% - 119px);
		overflow: hidden;
		position: fixed;
		left: -100%;
		top: 119px;
		background-color: #FFFFFF;
		border-top: 1px solid #ededed;
		transition: left 0.5s;
	}
	header.header-click .header-right {
		left: 0px;
	}
	.header-right .header-menu {
		width: 650px;
		float: none;
		margin: 30px auto;
	}
	.header-menu li {
		float: none;
		margin: 0;
		font-size: 36px;
		height: 60px;
		line-height: 60px;
	}
	.header-menu li a {
		color: #333333;
	}
	header .header-en {
		width: 650px;
		line-height: 50px;
		margin: 0px auto;
		font-size: 36px;
		float: none;
	}
	.header-en a {
		margin-right: 40px;
		color: #333333;
	}
	.header-en a:last-of-type {
		float: left;
	}
	header .search-icon {
		width: 650px;
		height: 50px;
		margin: 30px auto 0;
		background-image: url(../bgimg/searchp.png);
		background-size: 36px !important;
		float: none;
	}
	.search-icon input {
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		height: 100%;
		padding: 0 15px;
		font-size: 18px;
		border-radius: 5px;
		border: 1px solid #909090;
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 60px;
		box-shadow: 0px 3px 18px 2px rgba(0,0,0,0.25);
	}
	header .logo {
		width: 120px;
		height: 35px;
		margin: 18px 0;
	}
	header .header-icon {
		width: 30px;
		height: 30px;
		margin: 15px 0;
	}
	.header-icon li {
		width: 30px;
		height: 4px;
		border-radius: 0 2px 2px 0;
	}
	.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.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		border-radius: 2px;
		margin: -2px 0 0 -15px;
	}
	header .search-icon {
		width: 335px;
		height: 35px;
		margin: 20px auto 0;
		background-size: 20px !important;
	}
	.search-icon input {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 0 10px;
		font-size: 14px;
	}
	header .header-right {
		height: -moz-calc(100% - 59px);
		height: -webkit-calc(100% - 59px);
		height: calc(100% - 59px);
		top: 59px;
	}
	.header-right .header-menu {
		width: 335px;
		margin: 20px auto;
	}
	.header-menu li {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
	}
	header .header-en {
		width: 335px;
		line-height: 30px;
		font-size: 18px;
	}
	.header-en a {
		margin-right: 20px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		top: 20px;
		overflow: hidden;
		transition: all 0.5s;
	}
	header.header-roll {
		height: 70px;
		padding: 20px 0;
		top: 0px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	}
	.header-right .header-menu {
		width: 512px;
	}
	.header-menu li {
		margin-left: 48px;
	}
	.header-menu li:before {
		left: -28px;
	}
	.header-menu li.active:after {
		content: '';
		display: block;
		width: 36px;
		height: 4px;
		overflow: hidden;
		background-color: #d0111b;
		position: absolute;
		left: 50%;
		bottom: -6px;
		margin-left: -18px;
	}
	.header-right.right-hei .header-menu li,.header-right.right-hei .header-menu li a,.header-right.right-hei .header-en a {
		color: #333333;
	}
	header .header-right.right-hei .search-icon {
		background-image: url(../bgimg/search.png);
	}
	.logo img:nth-of-type(2),.logo img:nth-of-type(3) {
		opacity: 0;
	}
	.logo.logoh img:nth-of-type(1),.logo.logoh img:nth-of-type(3) {
		opacity: 0;
	}
	.logo.logoh img:nth-of-type(2) {
		opacity: 1;
	}
	.logo.logow img:nth-of-type(1),.logo.logow img:nth-of-type(2) {
		opacity: 0;
	}
	.logo.logow img:nth-of-type(3) {
		opacity: 1;
	}
	header .header-icon {
		display: none;
	}
	header .search-icon input {
		width: 200px;
		height: 44px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 5px;
		border: 1px solid #909090;
		box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
		position: absolute;
		top: -10px;
		right: 40px;
		display: none;
	}
	header .search-icon:hover input {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		top: 30px;
	}
	header.header-roll {
		height: 80px;
		padding: 25px 0;
	}
	.header-right .header-menu {
		width: 572px;
	}
	.header-menu li {
		margin-left: 58px;
	}
	.header-menu li:before {
		left: -33px;
	}
}
@media only screen and (min-width: 1600px) {
	header {
		top: 40px;
	}
	header.header-roll {
		height: 90px;
		padding: 30px 0;
	}
	.header-right .header-menu {
		width: 632px;
	}
	.header-menu li {
		margin-left: 68px;
	}
	.header-menu li:before {
		left: -38px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
footer .footer-top {
	width: 100%;
	padding: 25px 0;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #d0111b;
}
.footer-top p {
	float: left;
}
.footer-top p a {
	color: #FFFFFF;
}
.footer-top p a:hover {
	text-decoration: underline !important;
}
.footer-top p:nth-of-type(2) {
	margin: 0 10px 0 20px;
}
.footer-top p:last-of-type {
	float: right;
}
footer .footer-bottom {
	width: 100%;
	padding: 25px 0;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #252525;
}
.footer-bottom .footer-left {
	line-height: 24px;
	font-size: 14px;
	margin: 10px 0 0;
}
.footer-bottom .footer-right {
	width: 104px;
	overflow: hidden;
}
.footer-right img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 25px 0;
		line-height: 35px;
		text-align: center;
		font-size: 24px;
	}
	.footer-top p {
		float: none !important;
		margin: 0 !important;
	}
	footer .footer-bottom {
		padding: 25px 0;
		line-height: 20px;
	}
	.footer-bottom .footer-left {
		line-height: 35px;
		font-size: 24px;
		margin: 10px 0 0;
	}
	.footer-left span {
		display: block;
		float: left;
	}
	.footer-left p:first-of-type span {
		height: 70px;
	}
	.footer-bottom .footer-right {
		width: 150px;
		margin: 20px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 10px 0;
		line-height: 20px;
		font-size: 12px;
	}
	footer .footer-bottom {
		padding: 10px 0 20px;
	}
	.footer-bottom .footer-left {
		line-height: 20px;
		font-size: 12px;
		margin: 10px 0 0;
	}
	.footer-left p:first-of-type span {
		height: 40px;
	}
	.footer-bottom .footer-right {
		width: 100px;
		margin: 10px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-bottom .footer-left {
		float: left;
	}
	.footer-bottom .footer-right {
		float: right;
	}
}
/*公共banner*/
.banner {
	width: 100%;
	overflow: hidden;
}
.banner img {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
@media only screen and (max-width: 750px) {
	.banner img {
		width: 1200px;
		margin-left: -600px;
	}
}

.content-common {
	width: 100%;
	padding: 210px 0 0;
	overflow: hidden;
	position: relative;
	background-color: #f7f7f7;
}
.content-common:before {
	content: '';
	display: block;
	width: 384px;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
}
.left-common {
	width: 500px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 210px;
	margin-left: -875px;
	z-index: 2;
}
.left-common h2 {
	font-family: "wigrumweb-bold";
	font-size: 100px;
	line-height: 80px;
	color: #d0111b;
}
.left-common h3 {
	font-size: 42px;
	line-height: 45px;
	margin: 10px 0 40px;
	color: #333333;
}
.right-common {
	width: 1145px;
	padding: 15px 0 0;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -405px;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.content-common {
	    padding: 180px 0 0;
	}
	.left-common {
		width: 650px;
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0 auto;
	}
	.right-common {
		width: 650px;
		padding: 15px 0 0;
		top: 0px;
		left: 0px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 750px) {
	.content-common {
	    padding: 90px 0 0;
	}
	.left-common {
		width: 335px;
	}
	.left-common h2 {
		font-size: 64px;
		line-height: 50px;
	}
	.left-common h3 {
		font-size: 30px;
		line-height: 35px;
		margin: 10px 0 15px;
	}
	.right-common {
		width: 335px;
		padding: 10px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.content-common {
		padding: 130px 0 0;
	}
	.content-common:before {
		width: 240px;
		margin-left: -600px;
	}
	.left-common {
		top: 130px;
		margin-left: -480px;
	}
	.left-common h2 {
		font-size: 56px;
		line-height: 55px;
	}
	.left-common h3 {
		font-size: 32px;
		line-height: 35px;
		margin: 6px 0 24px;
	}
	.right-common {
		width: 710px;
		padding: 8px 0 0;
		margin-left: -230px;
	}
}
@media only screen and (min-width: 1200px) {
	.content-common {
		padding: 150px 0 0;
	}
	.content-common:before {
		width: 280px;
		margin-left: -700px;
	}
	.left-common {
		top: 150px;
		margin-left: -575px;
	}
	.left-common h2 {
		font-size: 64px;
		line-height: 60px;
	}
	.left-common h3 {
		font-size: 34px;
		margin: 7px 0 28px;
	}
	.right-common {
		width: 860px;
		padding: 10px 0 0;
		margin-left: -285px;
	}
}
@media only screen and (min-width: 1400px) {
	.content-common {
		padding: 170px 0 0;
	}
	.content-common:before {
		width: 320px;
		margin-left: -800px;
	}
	.left-common {
		top: 170px;
		margin-left: -675px;
	}
	.left-common h2 {
		font-size: 72px;
		line-height: 70px;
	}
	.left-common h3 {
		font-size: 36px;
		line-height: 40px;
		margin: 8px 0 32px;
	}
	.right-common {
		width: 1000px;
		padding: 12px 0 0;
		margin-left: -320px;
	}
}
@media only screen and (min-width: 1600px) {
	.content-common {
		padding: 190px 0 0;
	}
	.content-common:before {
		width: 360px;
		margin-left: -900px;
	}
	.left-common {
		top: 190px;
		margin-left: -775px;
	}
	.left-common h2 {
		font-size: 88px;
		line-height: 72px;
	}
	.left-common h3 {
		font-size: 38px;
		margin: 9px 0 36px;
	}
	.right-common {
		width: 1145px;
		padding: 15px 0 0;
		margin-left: -405px;
	}
}
@media only screen and (min-width: 1800px) {
	.content-common {
		padding: 210px 0 0;
	}
	.content-common:before {
		width: 384px;
		margin-left: -960px;
	}
	.left-common {
		top: 210px;
		margin-left: -875px;
	}
	.left-common h2 {
		font-size: 100px;
		line-height: 80px;
	}
	.left-common h3 {
		font-size: 42px;
		line-height: 45px;
		margin: 10px 0 40px;
	}
}
@media only screen and (min-width: 1921px) {
	.content-common:before {
		width: -moz-calc(50% - 576px);
		width: -webkit-calc(50% - 576px);
		width: calc(50% - 576px);
		margin-left: 0px;
		left: 0px;
	}
}