@font-face {
	font-family: SourceHanSansCN;
	src: url('../font/SourceHanSansCN-Bold.eot');
	src: url('../font/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Bold.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Bold.woff') format('woff'),
        url('../font/SourceHanSansCN-Bold.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: SourceHanSansCN;
	src: url('../font/SourceHanSansCN-Light.eot');
	src: url('../font/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Light.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Light.woff') format('woff'),
        url('../font/SourceHanSansCN-Light.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Light.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: CenturyGothicStd;
	src: url('../font/CenturyGothicStd-Bold.eot');
	src: url('../font/CenturyGothicStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/CenturyGothicStd-Bold.woff2') format('woff2'),
        url('../font/CenturyGothicStd-Bold.woff') format('woff'),
        url('../font/CenturyGothicStd-Bold.ttf') format('truetype'),
		url('../font/CenturyGothicStd-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: CenturyGothicStd;
	src: url('../font/CenturyGothicStd.eot');
	src: url('../font/CenturyGothicStd.eot?#iefix') format('embedded-opentype'),
		url('../font/CenturyGothicStd.woff2') format('woff2'),
        url('../font/CenturyGothicStd.woff') format('woff'),
        url('../font/CenturyGothicStd.ttf') format('truetype'),
		url('../font/CenturyGothicStd.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
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;
	position: relative;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #e60013;
	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: #e60013;
    color: white;
}

*::-moz-selection {
	background-color: #e60013;
    color: white;
}

*::-webkit-selection {
	background-color: #e60013;
    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 {
		width: 655px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 330px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media only screen and (min-width: 1600px) {
	.container {
		width: 1555px;
	}
}
/*公共头部样式*/
header {
	width: 100%;
	height: 55px;
	position: fixed;
	left: 0px;
	top: 30px;
	z-index: 20;
}
header .logo {
	display: block;
	width: 237px;
	overflow: hidden;
	float: left;
}
.logo img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	header {
		height: 150px;
		padding: 50px 0 35px;
		top: 0px;
	}
	header.header-roll {
		background-color: rgba(0,0,0,0.8);
	}
	header .logo {
		width: 277px;
		position: relative;
		z-index: 1;
	}
	.logo img:nth-of-type(2) {
		display: none;
	}
	header.header-product .logo img:nth-of-type(1),header.header-news .logo img:nth-of-type(1) {
		display: none;
	}
	header.header-product .logo img:nth-of-type(2),header.header-news .logo img:nth-of-type(2) {
		display: block;
	}
	header.icon-click .logo img:nth-of-type(1),header.header-roll .logo img:nth-of-type(1) {
		display: block;
	}
	header.icon-click .logo img:nth-of-type(2),header.header-roll .logo img:nth-of-type(2) {
		display: none;
	}
	header .header-icon {
		width: 40px;
		height: 40px;
		margin: 14px 8px;
		position: relative;
		z-index: 2;
		float: right;
	}
	.header-icon li {
		width: 40px;
		height: 4px;
		background-color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	header.header-product .header-icon li,header.header-news .header-icon li {
		background-color: #000000;
	}
	header.icon-click .header-icon li,header.header-roll .header-icon li {
		background-color: #FFFFFF;
	}
	.header-icon li:nth-of-type(1) {
		margin: -16px 0 0 -20px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -12px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 12px 0 0 -20px;
	}
	header.icon-click .header-icon li:nth-of-type(1) {
		margin: -2px 0 0 -20px;
		transform: rotate(45deg);
	}
	header.icon-click .header-icon li:nth-of-type(2) {
		opacity: 0;
	}
	header.icon-click .header-icon li:nth-of-type(3) {
		margin: -2px 0 0 -20px;
		transform: rotate(-45deg);
	}
	header .header-right {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		background-image: url(../img/menuBgs.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		display: none;
	}
	.header-right .header-menu {
		width: 655px;
		margin: 0 auto;
		overflow: hidden;
	}
	.header-menu li {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.header-menu li h4 {
		width: 100%;
		font-size: 48px;
		line-height: 110px;
		padding: 0 40px;
		font-weight: lighter;
		overflow: hidden;
	}
	.header-menu li h4 a {
		color: #FFFFFF;
	}
	.header-menu li .header-two {
		width: 380px;
		padding: 25px 0 0 205px;
		overflow: hidden;
		position: absolute;
		left: 250px;
		top: 0px;
		z-index: 2;
		display: none;
	}
	.header-two:before {
		content: '';
		display: block;
		width: 180px;
		height: 2px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		left: 0px;
		top: 49px;
	}
	.header-two p {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		font-weight: lighter;
		overflow: hidden;
	}
	.header-two p a {
		color: #c9caca;
	}
	.header-search {
		width: 655px;
		height: 90px;
		margin: 200px auto 50px;
		overflow: hidden;
		background-color: #323232;
		position: relative;
	}
	.header-search input {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		color: #FFFFFF;
		font-size: 24px;
		padding: 0 15px;
		background-color: transparent;
	}
	.header-search img {
		width: 40px;
		position: absolute;
		top: 25px;
		right: 45px;
		z-index: 1;
	}
	.header-right .header-rightBox {
		width: 655px;
		margin: 50px auto;
		padding: 0 45px;
		overflow: hidden;
	}
	.header-rightBox .header-earth {
		width: 100%;
		overflow: hidden;
	}
	.header-earth h4 {
		width: 100%;
		overflow: hidden;
		font-size: 34px;
		line-height: 45px;
		padding: 0 65px;
		color: #FFFFFF;
		background-image: url(../img/earth.png);
		background-repeat: no-repeat !important;
		background-position: left center !important;
		background-size: 43px !important;
	}
	.header-right .header-rightBox button,.header-menu li:first-of-type,.header-earth .earth-two {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 75px;
		padding: 25px 0 15px;
	}
	header .logo {
		width: 140px;
	}
	header .header-icon {
		width: 26px;
		height: 26px;
		margin: 3px 4px;
	}
	.header-icon li {
		width: 26px;
		height: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -9px 0 0 -13px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -1px 0 0 -9px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 7px 0 0 -13px;
	}
	header.icon-click .header-icon li:nth-of-type(1),header.icon-click .header-icon li:nth-of-type(3) {
		margin: -1px 0 0 -13px;
	}
	.header-right .header-menu {
		width: 335px;
	}
	.header-menu li h4 {
		font-size: 24px;
		line-height: 55px;
		padding: 0 20px;
	}
	.header-menu li .header-two {
		width: 200px;
		padding: 12px 0 0 110px;
		left: 125px;
	}
	.header-two:before {
		width: 90px;
		height: 1px;
		top: 24px;
	}
	.header-two p {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}
	.header-search {
		width: 335px;
		height: 45px;
		margin: 100px auto 25px;
	}
	.header-search input {
		font-size: 16px;
		padding: 0 10px;
	}
	.header-search img {
		width: 21px;
		top: 12px;
		right: 25px;
	}
	.header-right .header-rightBox {
		width: 335px;
		margin: 25px auto;
		padding: 0 25px;
	}
	.header-earth h4 {
		font-size: 16px;
		line-height: 25px;
		padding: 0 30px;
		background-size: 22px !important;
	}
}
@media only screen and (min-width: 992px) {
	header {
	    height: 55px;
	    top: 20px;
	}
	header .logo {
		width: 185px;
	}
	.logo img:nth-of-type(2) {
		display: none;
	}
	header.header-news .logo img:nth-of-type(1) {
		display: none;
	}
	header.header-news .logo img:nth-of-type(2) {
		display: block;
	}
	header .header-right {
		width: 705px;
		height: 20px;
		margin: 10px 0 0;
		position: relative;
		float: right;
	}
	.header-right .header-search {
		width: 400px;
		height: 50px;
		background-color: rgba(0,0,0,0.3);
		position: absolute;
		right: 0px;
		top: 40px;
		display: none;
	}
	.header-search input {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 16px;
		padding: 0 10px;
		color: #FFFFFF;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid #FFFFFF;
	}
	.header-search img {
		display: none;
	}
	.header-right .header-menu {
		float: left;
	}
	.header-menu li {
		width: 63px;
		height: 20px;
		margin-left: 12px;
		text-align: center;
		position: relative;
		float: left;
	}
	.header-menu li:first-of-type {
		width: 34px;
		margin-left: 0px;
	}
	.header-menu li h4 {
		font-size: 14px;
		line-height: 20px;
		transition: line-height 0.2s;
	}
	.header-menu li.active h4 {
		line-height: 18px;
		font-weight: bold;
	}
	.header-menu li.active:before {
		content: '';
		display: block;
		width: 10px;
		height: 6px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		bottom: -8px;
		margin-left: -5px;
		background-image: url(../img/sj.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.header-menu li h4 a {
		color: #FFFFFF;
	}
	header.header-news .header-menu li h4 a,header.header-product .header-menu li h4 a {
		color: #000000;
	}
	.header-menu li .header-two,.header-earth .earth-two {
		width: 120px;
		padding: 22px 0 0;
		overflow: hidden;
		position: absolute;
		left: 50%;
		top: 25px;
		margin-left: -60px;
		text-align: center;
		display: none;
	}
	.header-two p,.earth-two p {
		width: 100%;
		margin: 1px 0 0;
		height: 37px;
		line-height: 37px;
		font-size: 16px;
		overflow: hidden;
		background-color: rgba(255,255,255,0.2);
	}
	header.header-news .header-two p,header.header-news .earth-two p,header.header-product .header-two p,header.header-product .earth-two p {
		background-color: rgba(0,0,0,0.2);
	}
	.header-two p a,.earth-two p a {
		color: #FFFFFF;
		font-weight: lighter;
		transition: all 0.5s;
	}
	.header-two p:hover a,.earth-two p:hover a {
		color: #e62129;
		font-weight: bold;
	}
	.header-rightBox {
		width: 110px;
		height: 20px;
		float: right;
	}
	.header-rightBox .header-earth {
		width: 75px;
		height: 18px;
		line-height: 18px;
		padding: 0 0 0 25px;
		border-right: 1px solid #c0c0c0;
		margin: 1px 0 0;
		background-image: url(../img/earth.png);
		background-repeat: no-repeat !important;
		background-position: left center !important;
		background-size: 18px !important;
		position: relative;
		float: left;
	}
	header.header-news .header-rightBox .header-earth,header.header-product .header-rightBox .header-earth {
		background-image: url(../img/earthB.png);
	}
	.header-earth h4 {
		font-size: 14px;
		color: #FFFFFF;
	}
	header.header-news .header-earth h4,header.header-product .header-earth h4 {
		color: #000000;
	}
	.header-rightBox button {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		float: right;
		border: none;
		background: url(../img/search.png);
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 20px !important;
	}
	header.header-news .header-rightBox button,header.header-product .header-rightBox button {
		background: url(../img/searchB.png);
	}
}
@media only screen and (min-width: 1200px) {
	header {
	    height: 55px;
	    top: 23px;
	}
	header .logo {
		width: 200px;
	}
	header .header-right {
		width: 815px;
		height: 22px;
		margin: 12px 0 0;
	}
	.header-menu li {
		width: 65px;
		height: 22px;
		margin-left: 25px;
	}
	.header-menu li:first-of-type {
		width: 35px;
	}
	.header-menu li h4 {
		font-size: 15px;
		line-height: 22px;
	}
	.header-menu li.active h4 {
		line-height: 18px;
	}
	.header-menu li.active:before {
		width: 12px;
		height: 7px;
		bottom: -10px;
		margin-left: -6px;
	}
	.header-menu li .header-two,.header-earth .earth-two {
		width: 120px;
		padding: 22px 0 0;
		top: 22px;
		margin-left: -60px;
	}
	.header-two p,.earth-two p {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
	.header-rightBox {
		width: 110px;
		height: 22px;
	}
	.header-rightBox .header-earth {
		width: 70px;
		height: 18px;
		line-height: 18px;
		padding: 0 0 0 25px;
		margin: 2px 0 0;
		background-size: 18px !important;
	}
	.header-earth h4 {
		font-size: 14px;
	}
	.header-rightBox button {
		width: 22px;
		height: 22px;
		background-size: 21px !important;
	}
}
@media only screen and (min-width: 1600px) {
	header {
	    height: 55px;
	    top: 30px;
	}
	header .logo {
		width: 237px;
	}
	header .header-right {
		width: 985px;
		height: 25px;
		margin: 15px 0 0;
	}
	.header-menu li {
		width: 70px;
		height: 25px;
		margin-left: 40px;
	}
	.header-menu li:first-of-type {
		width: 40px;
	}
	.header-menu li h4 {
		font-size: 16px;
		line-height: 25px;
	}
	.header-menu li.active h4 {
		line-height: 18px;
	}
	.header-menu li.active:before {
		width: 14px;
		height: 8px;
		bottom: -12px;
		margin-left: -7px;
	}
	.header-menu li .header-two,.header-earth .earth-two {
		width: 120px;
		padding: 22px 0 0;
		top: 25px;
		margin-left: -60px;
	}
	.header-two p,.earth-two p {
		height: 37px;
		line-height: 37px;
		font-size: 16px;
	}
	.header-rightBox {
		width: 120px;
		height: 25px;
	}
	.header-rightBox .header-earth {
		width: 75px;
		height: 18px;
		line-height: 18px;
		padding: 0 0 0 25px;
		margin: 3px 0 0;
		background-size: 18px !important;
	}
	.header-earth h4 {
		font-size: 14px;
	}
	.header-rightBox button {
		width: 25px;
		height: 25px;
		background-size: 24px !important;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 20px;
	color: #898989;
	overflow: hidden;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	transform: scale(0.85);
}
footer p a {
	color: #898989;
	margin-left: 10px;
}
footer p a:hover {
	color: #e62129;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer {
		width: 100%;
		overflow: hidden;
		position: absolute;
		font-size: 16px;
		line-height: 25px;
		padding: 0 0 20px;
		transform: scale(1);
	}
}
@media only screen and (max-width: 750px) {
	footer {
		width: 500px;
		font-size: 12px;
		line-height: 18px;
		padding: 0 0 10px;
		left: 50%;
		margin-left: -250px;
		transform: scale(0.75);
	}
	footer .container {
		width: 100%;
	}
}
