@charset "utf-8";
/*---------------- global ----------------*/
.lg {
	display: block;
}

img.lg {
	display: block !important;
}

.xs {
	display: none;
}

img.xs {
	display: none !important;
}

#wrapper {
	width: 100%;
}

.main {
	width: 1200px;
}

.content {
	width: 1200px;
}


/*---------------- select region ----------------*/
.select-region {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1900;
	display: none;
	background: #ffffff;
	font-family: Helvetica;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-o-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.select-region.show {
	height: 374px;
}

.select-region h3 {
	width: 100%;
	height: auto;
	margin: 144px 0 56px 0;
	color: #474747;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	overflow: visible;
}

.select-region p {
	width: 1016px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	overflow: visible;
}

.select-region p a {
	color: #474747;
}

.select-region p a:hover {
	color: #C8152D;
}

.close-region {
	width: 16px;
	height: auto;
	position: absolute;
	right: 0;
	top: 74px;
	cursor: pointer;
}

/*---------------- quick contact ----------------*/
.quick-contact {
	width: 700px;
	height: 360px;
	position: fixed;
	right: 80px;
	bottom: 5%;
	z-index: 1800;
	background: #f5f6f7;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translate3d(0, 140px, 0);
	-webkit-transform: translate3d(0, 140px, 0);
	-ms-transform: translate3d(0, 140px, 0);
	-moz-transform: translate3d(0, 140px, 0);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-o-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	display: none;
}

.quick-contact.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.quick-contact h3 {
	width: 100%;
	height: 40px;
	position: relative;
	background: #C8152D;
	color: #ffffff;
	font-size: 16px;
	font-family: "th";
	line-height: 40px;
	text-align: center;
}

.btn-close-quick {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 5px;
	background: url(https://encdn.chinamacro.com/Static/images/btn_close_form.svg) no-repeat center center;
	background-size: 10px;
	cursor: pointer;
}

.quick-contact ul {
	width: 600px;
	height: auto;
	margin: 27px auto 0 auto;
}

.quick-contact ul li {
	width: 295px;
	height: 30px;
	padding: 0 10px;
	float: left;
	display: flex;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
}

.quick-contact ul li.full {
	width: 100%;
}

.quick-contact ul li.no-border {
	margin-top: 8px;
	background: none;
	border: 0;
}

.quick-contact ul li:nth-child(1){
	margin-right: 10px;
}

.quick-contact ul li label {
	width: auto;
	height: 100%;
	margin-top: 8px;
	margin-right: 5px;
	color: #939393;
	font-size: 12px;
	font-family: "xh";
	line-height: 14px;
}

.quick-contact ul li input, .quick-contact ul li textarea {
	flex: 1;
	height: 30px;
	background: none;
	border: 0;
	color: #000000;
	font-size: 12px;
	font-family: "xh";
	line-height: 14px;
}

.quick-contact ul li input::placeholder, .quick-contact ul li textarea::placeholder {
	color: #000000;
}

.quick-contact ul li textarea {
	height: 100px;
	padding: 8px 0;
}

.quick-contact ul li.height-auto {
	height: auto;
}

.quick-contact ul li a.btn {
	width: 120px;
	height: 26px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
}




/*---------------- over ----------------*/
.ajax-tips {
	width: 370px;
	height: 46px;
	padding: 0 50px;
	position: fixed;
	right: 245px;
	bottom: 24%;
	z-index: 2000;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: "xh";
	line-height: 17px;
	opacity: 0;
	transform: translate3d(0, 140px, 0);
	-webkit-transform: translate3d(0, 140px, 0);
	-ms-transform: translate3d(0, 140px, 0);
	-moz-transform: translate3d(0, 140px, 0);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-o-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	display: none;
}

.ajax-tips.center {
	margin: -23px 0 0 -185px;
	right: auto;
	bottom: auto;
	left: 50%;
	top: 50%;
}

.ajax-tips.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.ajax-tips.success {
	background: url(https://encdn.chinamacro.com/Static/images/tips_success.svg) no-repeat 20px center #C8152D;
	background-size: 17px;
	color: #ffffff;
}

.ajax-tips.false {
	background: url(https://encdn.chinamacro.com/Static/images/tips_false.svg) no-repeat 20px center #FFEFF0;
	background-size: 17px;
	border: 1px solid #C8152D;
	color: #939393;
}

/*---------------- over ----------------*/
.over-video-max {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.over-video-max.show {
	opacity: 1;
}

.ov-video-main {
	width: 1200px;
	height: auto;
	position: relative;
}

#over-video {
	width: 100%;
	display: block;
}

.btn-close-video {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3500;
	background: url(../images/btn_close_video_x2.png) no-repeat center center;
	background-size: 28px;
	cursor: pointer;
}

/*---------------- header ----------------*/
.top-shadow {
	width: 100%;
	height: 115px;
	background: url(../images/top_shadow.png) repeat-x top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
}

.top-shadow.no-banner-page {
	display: none;
}

.header {
	width: 100%;
	height: 64px;
	background: rgba(255, 255, 255, 0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	overflow: visible;
}

.header .main {
	height: 100%;
	display: flex;
	align-items: center;
	position: static;
	overflow: visible;
}

.header .logo {
	width: 142px;
	height: 30px;
	margin: 1px 60px 0 0;
}

.header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.header .logo i {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat 0 0;
	background-size: 100%;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.header .logo i.white {
	background-image: url(../images/logo.png);
}

.header .logo i.red {
	background-image: url(../images/logo_red.png);
	opacity: 0;
}

.menu, .sub-menu, .m-top-search-box {
	display: none;
}


.nav {
	width: auto;
	height: 100%;
	display: flex;
	overflow: visible;
}

.nav>li {
	height: 100%;
	margin-left: 44px;
	overflow: visible;
}

.nav>li:nth-child(1) {
	margin-left: 0;
}

.nav li a.max-nav {
	height: 100%;
	padding-top: 2px;
	display: flex;
	align-items: center;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-family: "th";
	line-height: 15px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.nav li a.max-nav::before {
	content: " ";
	width: 0%;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 20;
	background: #EE3120;
	opacity: 1;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.nav li:hover a.max-nav::before {
	width: 100%;
}

.header .search {
	width: 184px;
	height: 32px;
	margin-left: auto;
	padding: 0 12px;
	display: flex;
	align-items: center;
	background: rgba(145, 145, 145, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 16px;
}

.header .search form {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.header .search img {
	width: 22px;
	height: 22px;
}

.header .search input {
	width: 120px;
	height: 22px;
	margin-left: 10px;
	background: none;
	border: 0;
	color: #ffffff;
	font-size: 12px;
}

.btn-region {
	width: 90px;
	height: 24px;
	margin-left: 10px;
	padding-left: 36px;
	display: flex;
	align-items: center;
	background: url(https://encdn.chinamacro.com/Static/images/icon_lan.svg) no-repeat 10px center #656565;
	background-size: 16px;
	border-radius: 12px;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	cursor: pointer;
}

.btn-region:hover {
	background-color: #C8152D;
}

/* small */
.header.fixed, .header:hover {
	background: rgba(255, 255, 255, 1);
}

.header.fixed .logo i.white, .header:hover .logo i.white {
	opacity: 0;
}

.header.fixed .logo i.red, .header:hover .logo i.red {
	opacity: 1;
}

.header.fixed .nav li a.max-nav, .header:hover .nav li a.max-nav {
	color: #7D7D7D;
}

.header.fixed .nav li:hover a.max-nav, .header:hover .nav li:hover a.max-nav {
	color: #262626;
}

.header.fixed .search, .header:hover .search {
	border: 1px solid rgba(255, 255, 255, 1);
}

/* no banner page */
.header.no-banner-page::before {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.05);
}


/*---------------- sub nav ----------------*/
.nav-bg {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 64px;
	z-index: 950;
	background: #ffffff;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	/*
	opacity: 0;
	top: 0;
	display: none;
	*/
}

.sub-nav {
	width: 100%;
	height: auto;
	padding: 24px 0 37px 0;
	position: absolute;
	left: 0;
	top: 63px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	display: none;
	opacity: 0;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
}

.sub-nav.show {
	opacity: 1;
}

.sub-nav .main {
	display: flex;
	align-items: stretch;
}

.sub-nav a {
	color: #666666;
	font-size: 14px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.sub-nav ul {
	opacity: 0;
	transform: translate3d(0, 25px, 0);
	-webkit-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.sub-nav ul.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.f-nav-class {
	padding-right: 70px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.f-nav-class ul {
	display: flex;
	flex-direction: column;
}

.f-nav-class ul li {
	margin-top: 14px;
	display: flex;
	align-items: center;
}

.f-nav-class ul li:nth-child(1) {
	margin-top: 0;
}

.f-nav-class ul li .icon {
	width: 102px;
	height: 64px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-nav-class ul li .icon img {
	width: 100%;
	display: block;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.f-nav-class ul li .icon .red {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}


.f-nav-class ul li:hover .gray, .f-nav-class ul li.show .gray {
	opacity: 0;
}

.f-nav-class ul li:hover .red, .f-nav-class ul li.show .red {
	opacity: 1;
}

.f-nav-class ul li:hover a, .f-nav-class ul li.show a {
	color: #C8152D;
}

.s-nav-class {
	padding: 0 70px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.s-nav-class ul  {
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-moz-transition-delay: .1s;
}

.t-nav-class {
	padding: 0 0 0 70px;
}

.t-nav-class ul  {
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-moz-transition-delay: .1s;
}


.nav-class-text {
	display: none;
	flex-direction: column;
}

.nav-class-text.show {
	display: flex;
}

.nav-class-text li {
	height: 64px;
	margin-top: 14px;
	display: flex;
	align-items: center;
}

.nav-class-text li:nth-child(1) {
	margin-top: 0;
}

.nav-class-text a {
	padding: 0 0 0 12px;
	position: relative;
}

.nav-class-text a::before {
	content: ">";
	position: absolute;
	left: 0;
	top: -1px;
	color: #C8152D;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.nav-class-text a:hover, .nav-class-text li.show a {
	color: #C8152D;
}

.nav-class-text a:hover::before, .nav-class-text li.show a::before {
	opacity: 1;
}

.sub-nav-thumb {
	width: 360px;
	height: 270px;
	margin-left: auto;
	opacity: 0;
	transform: translate3d(0, 25px, 0);
	-webkit-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	transition: all .2s ease-in-out .2s;
	-webkit-transition: all .2s ease-in-out .2s;
	-ms-transition: all .2s ease-in-out .2;
	-moz-transition: all .2s ease-in-out .2;
}

.sub-nav-thumb.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.sub-nav-thumb a {
	width: 100%;
	height: auto;
	display: none;
}

.sub-nav-thumb a.show {
	display: block;
}

.sub-nav-thumb img {
	width: 100%;
	display: block;
}

/*---------------- footer ----------------*/
.footer{
	width: 100%;
	height: auto;
	padding: 91px 0;
	background: #ffffff;
	border-top: 6px solid #C8152D;
	color: #262626;
	font-family: "xh";
}


.ft-info {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}


/* footer nav */
.ft-nav {
	width: auto;
	height: auto;
	display: flex;
}

.ft-nav dl {
	display: flex;
	flex-direction: column;
}

.ft-nav dl:nth-child(1) {
	margin-right: 112px;
}

.ft-nav dl:nth-child(2) {
	margin-right: 67px;
}

.ft-nav dl:nth-child(3) {
	margin-right: 87px;
}

.ft-nav dt{
	width: auto;
	height: auto;
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 24px;
}

.ft-nav dt a {
	color: #262626;
	font-family: "th";
}

.ft-nav dt i {
	display: none;
}

.ft-nav dd{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 21px;
}

.ft-nav dd a {
	margin-bottom: 10px;
	color: rgba(38, 38, 38, 0.6);
}

.ft-nav a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.ft-nav a:hover {
	color: #C8152D;
}

/* footer sns icon */
.ft-sns {
	width: auto;
	height: auto;
	margin-top: auto;
	display: flex;
	flex-direction: column;
}

.ft-sns h3{
	margin-bottom: 15px;
	color: rgba(38, 38, 38, 0.6);
	font-size: 12px;
	line-height: 21px;
}

.ft-sns-icon {
	display: flex;
	justify-content: space-between;
}

.ft-sns-icon a {
	width: 28px;
	height: 28px;
	margin-left: 16px;
	display: block;
	background: no-repeat 0 0;
	background-size: 100%;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.ft-sns-icon a:nth-child(1) {
	margin-left: 0;
}

.ft-sns-icon a.facebook {
	background-image: url(../images/icon_facebook_x2.png);
}

.ft-sns-icon a.instagram {
	background-image: url(../images/icon_instagram_x2.png);
}

.ft-sns-icon a.linkedin {
	background-image: url(../images/icon_in_x2.png);
}

.ft-sns-icon a.youtube {
	background-image: url(../images/icon_youtube_x2.png);
}

.ft-sns-icon a.facebook:hover {
	background-image: url(../images/icon_facebook_on_x2.png);
}

.ft-sns-icon a.instagram:hover {
	background-image: url(../images/icon_instagram_on_x2.png);
}

.ft-sns-icon a.linkedin:hover {
	background-image: url(../images/icon_in_on_x2.png);
}

.ft-sns-icon a.youtube:hover {
	background-image: url(../images/icon_youtube_on_x2.png);
}


/* footer copyright */
.copyright{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 35px;
	padding-top: 21px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: rgba(38, 38, 38, 0.4);
	font-size: 12px;
	line-height: 21px;
}


/*---------------- bar ----------------*/
.bar {
	width: 63px;
	height: 168px;
	padding: 9px;
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 800;
	background: url(../images/bar_bg_x2.png) no-repeat 0 0;
	background-size: 100%;
	overflow: visible;
}

.bar ul {
	overflow: visible;
}

.bar ul li {
	width: 100%;
	height: 50px;
	position: relative;
}

.bar ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bar ul li a img{
	width: 24px;
}

.bar ul li:nth-child(2) a img{
	width: 22px;
}

.bar ul li:hover {
	overflow: visible;
}

.bar ul li:hover .bar-tips {
	display: block;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.bar-tips {
	width: auto;
	height: 48px;
	margin-top: -24px;
	padding: 0 25px 0 20px;
	position: absolute;
	right: 56px;
	top: 50%;
	opacity: 0;
	transform: translate3d(-15px, 0, 0);
	-webkit-transform: translate3d(-15px, 0, 0);
	-ms-transform: translate3d(-15px, 0, 0);
	-moz-transform: translate3d(-15px, 0, 0);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.bar-tips::before {
	content: " ";
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: url(../images/bar_tips_l_x2.png) no-repeat 0 0;
	background-size: 100%;
}

.bar-tips::after {
	content: " ";
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: url(../images/bar_tips_r_x2.png) no-repeat 0 0;
	background-size: 100%;
}

.bar-tips span {
	width: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/bar_tips_m_x2.png) repeat-x top;
	background-size: auto 100%;
	color: #939393;
	font-size: 12px;
	font-family: "xh";
	line-height: 14px;
	white-space: nowrap;
}

/*---------------- public ----------------*/
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.banner-block {
	width: 100%;
	height: 64px;
}

/* part title */
.part-title {
	width: 100%;
	height: 61px;
	float: left;
	position: relative;
}

.part-title span {
	color: #262626;
	font-size: 22px;
	font-family: "th";
	line-height: 29px;

}

.part-title::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}


/* btn box */
.btn-box {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	justify-content: center;
}


/* cat nav */
.cat-nav {
	width: 1200px;
	height: 84px;
	margin-left: -600px;
	padding: 35px 60px 0 60px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 99;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: visible;
}

.cat-nav.center {
	justify-content: center;
}

.cat-nav::before {
	content: " ";
	width: 1124px;
	height: 1px;
	display: block;
	background: #d8d8d8;
	position: absolute;
	bottom: -1px;
	left: 38px;
	z-index: 100;
}

.cat-nav a {
	height: 50px;
	display: block;
	position: relative;
	color: #939393;
	font-size: 16px;
	line-height: 21px;
	overflow: visible;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.cat-nav.center a {
	margin: 0 65px;
}

/*
.cat-nav.center a {
	font-size: 20px;
	line-height: 38px;
}

.cat-nav.center a.on {
	color: #000000;
}
*/

.cat-nav a:hover {
	color: #939393;
	color: #C8152D;
}

.cat-nav a.on {
	color: #C8152D;
}

.cat-nav a::after {
	content: " ";
	width: 0;
	height: 3px;
	background: #C8152D;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 200;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.cat-nav a.on::after {
	width: 100%;
}

/* breadcrumb */
.breadcrumb {
	width: 100%;
	height: auto;
	display: flex;
	color: #939393;
	font-size: 14px;
	font-family: "xh";
	line-height: 16px;
}

.breadcrumb li {
	position: relative;
	padding: 0 25px 0 0;
}

.breadcrumb li::after {
	content: ">";
	position: absolute;
	right: 8px;
}

.breadcrumb li a {
	color: #939393;
}

.breadcrumb li.active {
	flex: 1;
	color: #000000;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.breadcrumb li.active::after {
	display: none;
}


/* swiper */
.swiper-container *{
	overflow: visible;
}

.swiper-slide img, .swiper-slide video {
	width: 100%;
	height: auto;
	display: block;
}

.swiper-ctrl{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 500;
}

.swiper-arrow{
	cursor: pointer;
	color: #f20521;
	font-size: 20px;
	display: none;
}

.swiper-arrow:hover{
	color: #f20521;
}

.pagination{
	width: auto;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination span{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 1;
}

.pagination span.swiper-pagination-bullet-active{
	width: 12px;
	height:  12px;
}

/*---------------- home ----------------*/
/* banner */
.home-banner .swiper-slide{
	max-height: 300vh;
}

.oc-pagination-circle {
	bottom: 34px !important;
}

.home-banner-info {
	width: 1200px;
	height: 100%;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
}

.home-banner-info * {
	animation-fill-mode: forwards;
}

.home-banner-info.t-black {
	color: #262626;
}

.home-banner-info h3 {
	width: 100%;
	height: auto;
	font-size: 48px;
	font-family: "xh";
	line-height: 62px;
	overflow: visible;
	opacity: 0;
}

.home-banner-info h4 {
	width: 100%;
	height: auto;
	margin: 10px 0 40px 0;
	font-size: 30px;
	font-family: "xh";
	line-height: 39px;
	overflow: visible;
	opacity: 0;
}

.home-banner-info h5 {
	height: 40px;
}

.home-banner-info a.btn-base{
	width: 194px;
	width: auto;
	height: 51px;
	margin-right: auto;
	padding: 0 36px;
	border-radius: 6px;
	opacity: 0;
	font-size: 22px;
	line-height: 26px;
}

.home-banner-info a.btn-youtube{
	width: 194px;
	width: auto;
	height: 51px;
	margin-right: auto;
	padding: 0 36px;
	border-radius: 6px;
	opacity: 0;
	font-size: 22px;
	line-height: 26px;
}

.home-banner-info .btn-youtube span {
	padding-left: 48px;
	background-size: 36px;
}

/* home products */
.home-products .main {
	padding: 65px 0 100px 0;
}

.home-products .product-item {
	background: #f5f6f7;
}

.rec-title-box {
	width: 100%;
	height: 85px;
	float: left;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rec-title-box span {
	color: #262626;
	font-size: 22px;
	font-family: "th";
	line-height: 29px;
}

.rec-title-box::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}

.rec-tab-title {
	width: auto;
	height: 100%;
	display: flex;
}

.rec-tab-title li {
	width: auto;
	height: 100%;
	padding: 0 28px;
	display: flex;
	align-items: center;
	color: #AFAFAF;
	font-size: 13px;
	line-height: 13px;
	transition: all .2s linear;
	overflow: visible;
}

.rec-tab-title li i {
	font-style: normal;
	cursor: pointer;
	transition: all .2s linear;
	overflow: visible;
}

.rec-tab-title li i:hover {
	color: #C8152D;
}

.rec-tab-title li.on {
	background: #C8152D;
	color: #ffffff;
}

.rec-tab-title li.on i:hover{
	color: #ffffff;
}

.rec-content-box {
	margin: 40px 0;
	overflow: visible;
}

.rec-content-box .rec-products-swiper-box .swiper {
	width: 100%;
	overflow: visible;
}

.rec-content-box .rec-products-swiper-box .swiper-wrapper {
	overflow: visible;
}

.home-products .btn-box a.btn-more {
	display: none;
}

.home-products .btn-box a.btn-more.on {
	display: flex;
}


/* home video */
.home-video video{
	width: 100%;
	display: block;
}

.home-video-info {
	width: auto;
	width: 50%;
	height: 100%;
	margin: -2px 0 0 -600px;
	position: absolute;
	left: 50%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-video-info h4 {
	width: 100%;
	margin-top: -115px; /* - 按钮高度/2 + 40(文字根按钮的顶间距) */
	position: absolute;
	left: 18px;
	top: 50%;
	z-index: 20;
	margin-bottom: 40px;
	color: #ffffff;
	font-size: 48px;
	font-family: "xh";
	line-height: 70px;
}

.home-video-info .btn-youtube.lg, .home-video-info .btn-base.lg {
	width: 277px;
	height: 310px;
	padding-top: 206px;
	display: flex;
	position: relative;
	z-index: 10;
	background: linear-gradient(rgba(200, 21, 45, 1),rgba(0, 0, 0, 0.5)) #C8152D;
	border-radius: 8px;
}

/* home company */
.home-company {
	margin-top: 40px;
}

.home-company img {
	width: auto;
	height: 800px;
	display: block;
	margin-left: 50%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.home-company-box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	overflow: visible;
}

.hci-1::before, .hci-2::before, .hci-2::after, .hci-3::after {
	content: " ";
	width: 1px;
	height: 203px;
	display: block;
	background: url(../images/home_company_line_x2.png) no-repeat center left;
	background-size: 100% 100%;
	position: absolute;
	top: 182px;
}

.hci-1::before, .hci-2::before {
	left: -1px;
}

.hci-3::after, .hci-2::after {
	right: -1px;
}

.home-company-info {
	height: 100%;
	padding: 278px 30px 0 30px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	overflow: visible;
	color: #ffffff;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-info.hci-1 {
	width: 265px;
	position: absolute;
	right: 750px;
	top: 0;
	width: 13.8vw;
	right: 57.3vw;
	width: 268px;
	padding-left: 40px;
	padding-right: 40px;
	right: calc(50% - 413px + 296px + 265px);/* (100vw - 826px)/2 + 296px + 265px -7px (滚动条宽度) */
	align-items: flex-end;
}

.home-company-info.hci-2 {
	width: 296px;
	width: 15.3646vw;
	width: 295px;
}

.home-company-info.hci-3 {
	width: 264px;
	position: absolute;
	left: 748px;
	top: 0;
	width: 13.8vw;
	left: 57.3vw;
	width: 265px;
	left: calc(50% - 413px + 296px + 265px);/* (100vw - 826px)/2 + 296px + 265px */
}

.home-company-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(255, 0, 0, 0.2);
	background: linear-gradient(rgba(200, 21, 45, 0.8),rgba(200, 21, 45, 0.4));
	opacity: 0;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-content {
	width: 100%;
	height: 260px;
	height: 56px;
	display: block;
	overflow: visible;
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-company-info.hci-1 .home-company-content {
	width: 185px;
}

.home-company-content h3 {
	font-size: 56px;
	line-height: 56px;
	overflow: visible;
}

.home-company-content h3 span {
	display: block;
	float: left;
	position: relative;
	overflow: visible;
}

.home-company-content h3 span::after {
	content: " ";
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://encdn.chinamacro.com/Static/images/plus.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: -35px;
	top: -2px;
}

.home-company-content h3 i {
	font-size: 21px;
	font-style: normal;
}

.home-company-info.hci-1 .home-company-content h3 span::after {
	right: -48px;
}

.home-company-content p {
	width: 100%;
	height: auto;
	margin-top: 16px;
	font-size: 12px;
	line-height: 16px;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
}

.home-company-info.hci-2 .home-company-content p {
	width: 90%;
}

.home-company-content a.btn-white {
	margin-top: auto;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
}

.home-company-content a.btn-white.lg {
	display: flex;
}

/* home company info hover */
.home-company-info.on .home-company-mask {
	opacity: 1;
}

.home-company-info.on .home-company-content {
	height: 260px;
	height: 200px;
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.hci-1.on .home-company-content {
	width: 415px;
	max-width: 100%;
}

.hci-3.on .home-company-content {
	width: 375px;
	max-width: 100%;
}

.home-company-info.on .home-company-content p, .home-company-info.on .home-company-content  a.btn-white  {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
	-webkit-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
	-ms-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
	-moz-transition: all .4s cubic-bezier(0.54, 0, 0.19, 1.08) .5s;
}

.home-company-info.on .home-company-content  a.btn-white  {
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-moz-transition-delay: .7s;
}

.hci-1.on {
	/*
	width: 450px;
	*/
	width: calc(50vw - 413px + 265px); /* (100vw - 826px)/2 + 265px */
}

.hci-2.on {
	/*
	width: 680px;
	*/
	width: 816px;
}

.hci-3.on {
	/*
	width: 450px;
	*/
	width: calc(50vw - 413px + 265px); /* (100vw - 826px)/2 + 265px */
}

.home-company-box.hci-hover-2 .hci-3 {
	/*
	left: 940px;
	*/
	left: calc(50vw - 673px + 816px + 265px); /* (100vw - (816 + 265 + 265))/2 + 816 + 265 */
}

.home-company-box.hci-hover-2 .hci-1 {
	/*
	right: 940px;
	*/
	right: calc(50vw - 673px + 816px + 265px); /* (100vw - (816 + 265 + 265))/2 + 816 + 265 */
}



/* home news */
.home-news {
	background: #f5f6f7;
}

.home-news .main{
	padding: 124px 0 190px 0;
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.home-news .part-title {
	margin-bottom: 60px;
}

.home-news .btn-box {
	margin-top: 60px;
}

/* home-news-cats */
.home-news-cats {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.news-cats-item {
	width: 288px;
	height: 250px;
	padding: 20px;
	background: #ffffff;
	border-radius: 6px;
}

.news-cats-item .thumb {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.news-cats-item .thumb img {
	width: 100%;
	display: block;
}

.news-cats-item .thumb .info {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 12px;
	font-family: "th";
	line-height: 21px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.news-cats-item .thumb .info a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.news-cats-item .thumb .info a .one-row {
	display: block;
}

.news-cats-item .thumb .info a .more-row {
	display: none;
	height: 52px;
	position: relative;
	padding: 0 0 6px 0;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.news-cats-item .thumb .info a .more-row::after {
	content: " ";
	width: 38px;
	height: 3px;
	display: block;
	background: #ffffff;
	margin-left: -19px;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.news-cats-item:hover .thumb .info {
	height: 100%;
	background: linear-gradient(rgba(200, 21, 45, 0.8),rgba(200, 21, 45, 0.4));
}

.news-cats-item:hover .thumb .info a .one-row {
	display: none;
}

.news-cats-item:hover .thumb .info a .more-row {
	display: flex;
}

/*---------------- product ----------------*/
.product-list {
	width: 100%;
	width: calc(100% + 15px);
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: visible;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.product-list.hide {
	opacity: 0;
}

.product-list .product-item {
	margin: 0 15px 15px 0;
}

.product-item {
	width: 32.5%;
	height: auto;
	width: 390px;
	height: 500px;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
}

.product-item .thumb-icon {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 16px;
	top: 17px;
	z-index: 10;
	pointer-events: none;
}

.product-list .product-item.rec-big {
	width: 66.25%;
	height: auto;
	width: 795px;
	height: 500px;
	padding: 0;
}

.product-list .product-item.rec-big  .thumb img {
	width: 100% !important;
}

.product-item .thumb {
	width: 100%;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item .thumb img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.product-item .info {
	width: 100%;
	height: 112px;
	margin: 17px 0 38px 0;
	padding: 0 24px 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-item .info h3{
	font-size: 24px;
	line-height: 31px;
	font-size: 16px;
	line-height: 26px;
}

.product-item .info h3 a {
	color: #343434;
}

/* rec */
.product-list.rec {
	display: none;
}

.product-list.rec.on {
	display: flex;
}

.product-list .product-item.home-rec-sm .info h3{
	font-size: 20px;
	line-height: 26px;
}


.product-list .product-item.home-rec-mid {
	width: 592px;
	background: #F5F6F7;
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.product-list .product-item.home-rec-mid .thumb {
	height: 275px;
	height: 330px;
}

.product-list .product-item.home-rec-mid .info {
	height: 110px;
	margin: 20px 0 0 0;
	padding: 0 85px 0 85px;
	padding: 0 60px;
}

.product-list .product-item.home-rec-mid .info h3{
	font-size: 28px;
	line-height: 36px;
	font-size: 20px;
	line-height: 26px;
}

.product-list.rec .product-item.home-rec-big {
	width: 100%;
	height: 425px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.product-list.rec .product-item.home-rec-big .thumb {
	width: 750px;
	height: 100%;
}

.product-list.rec .product-item.home-rec-big .thumb img{
	width: 100% !important;
}


.product-list.rec .product-item.home-rec-big .info {
	width: 338px;
	height: 132px;
	margin: 16px 0 0 56px;
	padding: 0;
}

.product-list.rec .product-item.home-rec-big .info h3{
	font-size: 20px;
	line-height: 26px;
}


/* products list page */
.products-list-page .product-list{
	padding-top: 60px;
}

.products-list-page .btn-box {
	padding: 60px 0 160px 0;
}

.products-first-class {
	width: 100%;
	height: 60px;
	position: relative;
}

.products-first-class::after {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.products-first-class p {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.products-first-class a {
	width: auto;
	height: 100%;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-size: 16px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.products-first-class a:hover {
	color: #C8152D;
}

.products-first-class a.on {
	background: #C8152D;
	color: #ffffff;
}

.products-second-class {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	background: #ffffff;
}

.products-second-class::after {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.products-second-class ul {
	display: flex;
	justify-content: center;

}

.products-second-class ul li {
	width: 200px;
	height: 200px;
	position: relative;
}

.products-second-class ul li .thumb {
	width: 150px;
	height: 115px;
	margin: 27px auto 16px auto;
}

.products-second-class ul li .thumb a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.products-second-class ul li .thumb a img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.products-second-class ul li h3 {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.products-second-class ul li h3 a {
	color: #000000;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.products-second-class ul li h3 a:hover {
	color: #C8152D;
}

.products-second-class ul li::after {
	content: " ";
	width: 150px;
	height: 3px;
	display: block;
	background: #C8152D;
	position: absolute;
	left: 25px;
	bottom: 0;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.products-second-class ul li:hover::after, .products-second-class ul li.on::after {
	opacity: 1;
}

.products-select {
	background: #ffffff;
}

.products-select-title {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
}

.products-select-title h3 {
	color: #000000;
	font-size: 16px;
	font-family: "th";
	line-height: 20px;
}

.products-select-title i {
	width: 24px;
	height: 24px;
	margin: 0 47px 0 10px;
	display: block;
	background: url(https://encdn.chinamacro.com/Static/images/icon_sift_show.svg) no-repeat center center;
	background-size: 12px;
	cursor: pointer;
}

.products-select-title i.show {
	background-image: url(https://encdn.chinamacro.com/Static/images/icon_sift_hide.svg);
}


.products-select-title a {
	padding-bottom: 3px;
	position: relative;
	color: #C8152D;
	font-size: 14px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.products-select-title a::after {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C8152D;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.products-select-title a:hover::after {
	opacity: 0;
}

.products-select-content {
	display: none;
}

.select-row {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
}

.select-row h3 {
	min-width: 115px;
	height: 68px;
	margin-right: 5px;
	padding: 0 23px 0 18px;
	position: relative;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	overflow: visible;
}

.select-row h3::before {
	content: " ";
	width: 3px;
	height: 24px;
	display: block;
	background: #C8152D;
	position: absolute;
	left: 0;
	top: 24px;
}

.select-row h3::after {
	content: " ";
	width: 1px;
	height: 14px;
	display: block;
	background: rgba(38, 38, 38, 0.2);
	position: absolute;
	right: 0;
	top: 28px;
}

.select-row ul {
	display: flex;
	flex-wrap: wrap;
}

.select-row ul li {
	width: auto;
	min-width: 100px;
	height: 68px;
	margin-left: 60px;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

.select-row ul li label {
	display: flex;
	cursor: pointer;
}

.select-row ul li i {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: block;
	border: 1px solid #262626;
	border-radius: 3px;
}

.select-row ul li.on {
	color: #C8152D;
}

.select-row ul li.on i {
	background: url(https://encdn.chinamacro.com/Static/images/selected.svg) no-repeat 0 0;
	background-size: 100%;
	border: 0;
}

.sift-tips {
	width: 100%;
	height: auto;
	display: none;
	margin: 120px 0 0 0;
	color: #939393;
	font-size: 48px;
	font-family: "xh";
	line-height: 60px;
	text-align: center;
}

/*---------------- products show ----------------*/
.product-show-page {
	padding: 40px 0 100px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-detail {
	margin: 118px 0 47px 0;
}

.product-pic-box {
	width: 500px;
	height: 618px;
	float: left;
	margin-right: 50px;
}

.product-pic {
	width: 500px;
	height: auto;
	display: none;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.product-pic.on {
	display: block;
	opacity: 1;
}

.product-big-pic {
	width: 500px;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-big-pic img {
	max-width: 100%;
	display: block;
	transform: scale(1.01, 1.01);
	-webkit-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.product-small-pic {
	width: 420px;
	height: auto;
	float: left;
	margin: 58px 0 0 40px;
	display: flex;
	justify-content: center;
}

.product-small-pic li {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0.4;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.product-small-pic li:hover {
	opacity: 1;
}

.product-small-pic li.on {
	border-color: #C8152D;
	opacity: 1;
}

.product-small-pic li:nth-child(1) {
	margin-left: 0;
}

.product-small-pic li img {
	max-width: 100%;
	display: block;
}

.product-info {
	width: 585px;
	height: auto;
	float: left;
	color: #000000;
}

.product-title {
	font-size: 40px;
	font-family: "th";
	line-height: 50px;
}

.product-subtitle {
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 20px;
	line-height: 20px;
}

.product-intro {
	margin-top: 20px;
	font-size: 16px;
	font-family: "xh";
	line-height: 32px;
}

.product-params {
	display: flex;
	flex-wrap: wrap;
}

.product-params li {
	width: auto;
	min-width: 80px;
	height: 24px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EDEDEF;
	border-radius: 12px;
	box-shadow: inset 0 0 3px #D8D8D8;
	font-size: 16px;
}

.product-params li.red {
	background: none;
	border: 1px solid #C8152D;
	color: #C8152D;
}


.product-color {
	display: flex;
	flex-wrap: wrap;
}

.product-color li {
	width: auto;
	min-width: 80px;
	height: 24px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	padding: 0 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f5f6f7;
	border-radius: 12px;
	color: #939393;
	font-size: 12px;
	cursor: pointer;
}

.product-color li.on {
	border: 1px solid #C8152D;
}

.product-color li i {
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 4px;
	border-radius: 7px;
	box-shadow: inset 0 0 3px #D8D8D8;
}

.product-tab-title {
	height: 50px;
	background: #f5f6f7;
}

.product-tab-title ul {
	padding: 0 40px;
}

.product-tab-title ul li {
	height: 100%;
	float: left;
	margin-right: 80px;
	position: relative;
	color: #939393;
	font-size: 16px;
	line-height: 50px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	cursor: pointer;
}

.product-tab-title ul li.on, .product-tab-title ul li:hover {
	color: #C8152D;
}

.product-tab-title ul li::before {
	content: " ";
	width: 0;
	height: 2px;
	display: block;
	background: #C8152D;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.product-tab-title ul li.on::before {
	width: 100%;
}

.product-tab-content {
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.product-tab-content.on {
	opacity: 1;
	display: block;
}

.product-table-box {
	width: 1200px;
	height: auto;
	margin: 60px auto 0 auto;
	display: none;
}

.product-table {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 80px 0;
	display: flex;
}

.product-table-header {
	min-width: 300px;
	margin-right: 20px;
}

.product-table-header dt, .product-table-header dd {
	border-radius: 6px;
}

.product-table-body {
	padding-bottom: 10px;
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	border-radius: 6px;
}

.product-table-body dl:first-child dt, .product-table-body dl:first-child dd {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.product-table-body dl:last-child dt, .product-table-body dl:last-child dd {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.product-table dl {
	flex: none;
	display: flex;
	flex-direction: column;
}

.product-table dl dt {
	height: 40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: #C8152D;
	color: #ffffff;
	font-size: 14px;
	font-family: "th";
	line-height: 21px;
	white-space: nowrap;
}

.product-table dl dd {
	height: 40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
	white-space: nowrap;
}

.product-table dl dd:nth-child(2n) {
	background: #f5f6f7;
}

.product-download {
	width: 1200px;
	margin: 60px auto 270px auto;
	display: flex;
	justify-content: space-between;
	display: none;
}

.download-list {
	width: 560px;
	height: auto;
}

.download-list ul li {
	width: 100%;
	height: 70px;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(147, 147, 147, 0.2);
}

.download-list ul li h3 {
	width: 445px;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
}

.download-preview {
	color: #474747;
	font-size: 12px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.download-preview:hover {
	color: #C8152D;
}

.download-link {
	width: 40px;
	height: 40px;
	display: block;
	background: url(https://encdn.chinamacro.com/Static/images/product_download.svg) no-repeat center center;
	background-size: 20px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.download-link:hover {
	background-image: url(https://encdn.chinamacro.com/Static/images/product_download_red.svg);
}


.download-header {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(147, 147, 147, 0.2);
}

.download-header h3 {
	display: flex;
	align-items: center;
	color: #C8152D;
	font-size: 18px;
}

.download-header h3 img {
	margin-right: 10px;
}

.download-header a {
	width: auto;
	height: 20px;
	padding: 0 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C8152D;
	border-radius: 10px;
	color: #ffffff;
	font-size: 12px;
}

.no-download-tips {
	padding: 0 40px;
	color: #939393;
	font-size: 14px;
	font-family: "xh";
	line-height: 16px;
}

/* more products */
.more-products {
	padding: 100px 0 0 0;
}

.more-products .swiper {
	padding: 30px 0 100px 0;
	overflow: visible;
}

.more-products .swiper * {
	overflow: visible;
}

.more-products .swiper-slide {
	overflow: hidden;
}
/*---------------- products show model ----------------*/
.kv {
	width: 100%;
	height: auto;
	position: relative;
}

.kv .thumb {
	width: 100%;
}

.kv .info {
	width: 1200px;
	height: 100%;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: visible;
}

.kv .info.xs {
	display: none;
}

.kv .info.t-white {
	color: #ffffff;
}

.kv .info h3 {
	font-size: 30px;
	font-family: "th";
	line-height: 45px;
}

.kv .info p {
	margin-top: 20px;
	font-size: 18px;
	font-family: "xh";
	line-height: 27px;
}

.product-style {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	color: #000000;
}

.product-style .thumb img {
	max-width: 100%;
	display: block;
}

.product-style .info {
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.product-style .info h3 {
	font-size: 24px;
	font-family: "th";
	line-height: 30px;
}

.product-style .info p {
	margin-top: 10px;
	font-size: 14px;
	font-family: "xh";
	line-height: 21px;
}

/* ps-up */
.ps-up {
	margin-top: 50px;
	flex-direction: column;
}

.ps-up .info {
	width: 100%;
	text-align: center;
}


.ps-up .thumb {
	margin-top: 20px;
}

/* ps-left */
.ps-left {
	justify-content: space-between;
}

.ps-left .info {
	width: 50%;
	height: auto;
	padding-right: 20px;
	padding-right: 0px;
	justify-content: center;
}

.ps-left .thumb {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-end;
}

/* ps-right */
.ps-right {
	justify-content: space-between;
}

.ps-right .info {
	width: 50%;
	height: auto;
	padding-left: 50px;
	display: flex;
	justify-content: center;
	order: 2;
}

.ps-right .thumb {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	order: 1;
}

/* long pic */
.product-long-pic {
	width: 100%;
}

.product-long-pic img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

/*---------------- news ----------------*/
.news-list-page {
	background: #f5f6f7;
}

.news-list-page .btn-box {
	margin: 0 0 140px 0;
}

.news-list-page .news-list {
	padding: 100px 0 0 0;
	margin-bottom: 140px;
}

.news-list {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}

.news-item {
	width: 32.5%;
	height: auto;
	margin: 0 1.25% 30px 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 6px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

.news-item:nth-child(3n) {
	margin-right: 0;
}

.news-item:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
}

.news-item .thumb {
	border-radius: 4px;
}

.news-item .info {
	width: 100%;
	height: 111px;
	margin-top: 24px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.news-item .info h3 {
	max-height: 72px;
}

.news-item .info h3 a, .news-item .info h3 {
	color: #262626;
	font-size: 14px;
	line-height: 24px;
}

.news-item .info h5 a {
	float: right;
	position: relative;
	color: #898989;
	font-size: 12px;
	font-family: "xh";
	line-height: 16px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.news-item .info h5 a:hover {
	color: #C8152D;
}

.news-item .info h5 a::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	background: #C8152D;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.news-item .info h5 a:hover::before {
	opacity: 0;
}

/* news list small */
.news-list.news-list-small .news-item {
	width: 288px;
	padding: 20px;
}

.news-list.news-list-small .news-item .thumb {
	height: 210px;
}

.news-list.news-list-small .news-item .thumb img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.news-list.news-list-small .news-item .info {
	height: 110px;
	margin-top: 20px;
}

.news-list.news-list-small .news-item .info h3 {
	height: 48px;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 24px;
}

.news-list.news-list-small .news-item .info h3 a {
	font-size: 16px;
	line-height: 24px;
}


/* show */
.news-show {
	padding: 40px 0 160px 0;
}

.news-title {
	padding: 60px 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #262626;
	font-size: 24px;
	font-family: "th";
	line-height: 36px;
}

.news-content {
	margin: 25px 0 0 0;
	color: #474747;
	font-size: 14px;
	font-family: "xh";
	line-height: 21px;
}

.news-content h3{
	margin-bottom: 10px;
	color: #262626;
	font-size: 20px;
	font-family: "ht";
	line-height: 30px;
}

.news-content img {
	max-width: 100%;
	margin-top: 24px;
	margin-bottom: 40px;
}

.news-more {
	padding: 50px 0;
}

.news-more .news-list, .news-more .home-news-cats {
	float: left;
	margin-top: 60px;
}


/*---------------- contact ----------------*/
.contact-page {
	padding: 226px 0 0 0;
	overflow: visible;
}

.contact-icon {
	width: 100%;
	position: absolute;
	left: 0;
	top: -54px;
	z-index: 20;
	color: #939393;
	font-size: 16px;
	line-height: 21px;
}

.contact-icon ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.contact-icon ul li {
	margin: 0 112.5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-icon img {
	width: 83px;
	display: block;
}

.contact-icon h3 {
	margin: 15px 0;
	color: #262626;
	font-size: 14px;
	font-family: "th";
	line-height: 16px;
}

.contact-box {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 96px 137px;
	background: #ffffff;
	border-radius: 8px;
}

.contact-title {
	color: #262626;
	font-size: 22px;
	font-family: "th";
	line-height: 38px;
	text-align: center;
}

.contact-content {
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.contact-map {
	width: 680px;
	height: 420px;
	border-radius: 20px;
}

.contact-map img {
	max-width: 100%;
}

.contact-info-box {
	width: 386px;
	width: 345px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-info {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.contact-info-title {
	color: #262626;
	font-size: 14px;
	font-family: "th";
	line-height: 38px;
}

.contact-info-content {
	margin-top: 4px;
	margin-bottom: 31px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
	color: #474747;
	font-size: 14px;
	line-height: 24px;
}

.contact-info-link {
	width: auto;
	float: left;
	margin-top: auto;
	padding-right: 23px;
	position: relative;
	color: #0067CC;
	font-size: 18px;
	line-height: 24px;
}

.contact-info-link::after {
	content: " ";
	width: 5px;
	height: 10px;
	display: block;
	position: absolute;
	right: 5px;
	top: 8px;
	background: url(../images/contact-link_x2.png) no-repeat 0 0;
	background-size: 100%;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.contact-info-link:hover::after {
	transform: translate3d(5px, 0, 0);
	-webkit-transform: translate3d(5px, 0, 0);
	-ms-transform: translate3d(5px, 0, 0);
	-moz-transform: translate3d(5px, 0, 0);
}

.contact-form-box {
	width: 1030px;
	height: auto;
	margin: 80px auto 0 auto;
}

.contact-subtitle {
	margin: 24px 0 60px 0;
	color: #474747;
	font-size: 14px;
	font-family: "xh";
	line-height: 16px;
	text-align: center;
}

.contact-form {
	padding-bottom: 85px;
}

.contact-form li {
	width: 500px;
	height: auto;
	padding: 0 20px;
	float: left;
	display: flex;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
}

.contact-form li.full {
	width: 100%;
}

.contact-form li.no-border {
	margin-top: 30px;
	background: none;
	border: 0;
}

.contact-form li:nth-child(1), .contact-form li:nth-child(3) {
	margin-right: 30px;
}

.contact-form li label {
	width: auto;
	height: 100%;
	margin-top: 18px;
	margin-right: 10px;
	color: #474747;
	font-size: 12px;
	font-family: "xh";
	line-height: 14px;
}

.contact-form li input, .contact-form li textarea {
	flex: 1;
	height: 50px;
	background: none;
	border: 0;
	color: #000000;
	font-size: 12px;
	font-family: "xh";
	line-height: 14px;
}

.contact-form li input::placeholder, .contact-form li textarea::placeholder {
	color: #000000;
}

.contact-form li textarea {
	height: 200px;
	margin-bottom: 30px;
	padding: 18px 0;
}

.contact-form li a.btn {
	margin: 0 auto;
}

/*---------------- history ----------------*/
.history-content {
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 216px;
	display: flex;
	justify-content: space-between;
	overflow: visible;
}

.history-intro {
	width: 626px;
	height: auto;
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	overflow: visible;
}

.since {
	display: flex;
	align-items: flex-start;
}

.since span {
	color: #C8152D;
	font-size: 40px;
	font-family: "th";
	line-height: 48px;
}

.history-info {
	margin-top: 9px;
}

.history-about {
	margin: 31px 68px 0 0;
	color: #ffffff;
	font-size: 40px;
	font-family: "th";
	line-height: 52px;
}

.history-page {
	padding: 89px 0 146px 0;
}

.history-tab {
	display: none;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.history-tab.on {
	display: block;
	opacity: 1;
}

.history-class {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.history-class ul {
	height: 40px;
	display: flex;
	background: #D8D8D8;
	border-radius: 20px;
}

.history-class ul li {
	height: 40px;
	padding: 0 64px;
	display: flex;
	align-items: center;
	border-radius: 20px;
}

.history-class ul li a {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-class ul li a:hover {
	color: #C8152D;
}

.history-class ul li.on {
	background: #C8152D;
}

.history-class ul li.on a {
	color: #ffffff;
}

.history-year-box {
	width: 100%;
	height: 56px;
	margin: 60px 0 60px 0;
	border-top: 1px solid #939393;
	position: relative;
}

.history-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 22px;
	top: 366px;
	z-index: 200;
	background: no-repeat center center;
	background-size: 20px;
	cursor: pointer;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-arrow.prev {
	left: 50%;
	margin-left: -520px;
	background-image: url(https://encdn.chinamacro.com/Static/images/history_arrow_l.svg);
}

.history-arrow.prev:hover {
	background-image: url(https://encdn.chinamacro.com/Static/images/history_arrow_l_red.svg);
}

.history-arrow.next {
	right: 50%;
	margin-right: -520px;
	background-image: url(https://encdn.chinamacro.com/Static/images/history_arrow_r.svg);
}

.history-arrow.next:hover {
	background-image: url(https://encdn.chinamacro.com/Static/images/history_arrow_r_red.svg);
}

.history-year {
	width: 1116px;
	height: 100%;
	margin: 0 auto;
	margin: 0;
	position: relative;
}

.history-year ul {
	width: auto;
	height: 100%;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

.history-year ul li {
	width: 124px;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	color: #939393;
	font-size: 14px;
	font-family: "xh";
	line-height: 16px;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
}

.history-year ul li::before {
	content: " ";
	width: 1px;
	height: 16px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	background: #939393;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}

.history-year ul li span{
	cursor: pointer;
	/*
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
	*/
}

.history-year ul li span:hover{
	color: #C8152D;
}

.history-year ul li.on {
	color: #C8152D;
	font-size: 16px;
	font-family: "th";
	line-height: 20px;
}

.history-year ul li.on span {
	color: #C8152D !important;
}

.history-year ul li.on::before {
	width: 3px;
	background: #C8152D;
}

.history-list {
	height: 420px;
	z-index: 100;
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.history-list.move {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

/* 旧的history */
/*
.history-item {
	width: 400px;
	height: auto;
	float: left;
	margin-right: 30px;
}


.history-item .thumb {
	width: 100%;
	height: 300px;
	background: #ffffff;
	border-radius: 10px;
}

.history-item .info {
	width: 100%;
	height: auto;
	padding: 24px 1px 0 1px;
	color: #000000;
}

.history-item .info h5 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 14px;
}

.history-item .info h3 {
	width: 100%;
	height: 52px;
	float: left;
	margin-bottom: 24px;
	padding: 18px 0.5px 24px 0.5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	font-size: 14px;
	font-family: "th";
	line-height: 26px;
}

.history-item .info p {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0.5px;
	color: #474747;
	font-size: 12px;
	font-family: "xh";
	line-height: 20px;
}

.history-item.active .info h5 {
	color: #C8152D;
}

.history-item.active .info h3 {
	color: #C8152D;
	border-bottom: 1px solid #C8152D;
}

.history-item.history-company.active .info h4::before {
	background: #C8152D;
}
*/

/* 旧的 history company */
/*
.history-item.history-company .info h3 {
	height: 78px;
	margin-bottom: 40px;
	padding: 18px 0.5px 0 0.5px;
	border-bottom: 0;
}

.history-item.history-company .info h4 {
	width: 100%;
	height: 18px;
	position: relative;
	margin-bottom: 16px;
}

.history-item.history-company .info h4::before {
	content: " ";
	width: 325px;
	height: 1px;
	display: block;
	margin-top: -0.5px;
	position: absolute;
	left: 0;
	top: 50%;
	background: rgba(0, 0, 0, 0.2);
}

.history-item.history-company .info h4 span {
	height: 100%;
	display: block;
	float: right;
	margin-right: 10px;
	padding: 0 14px 3px 0;
	position: relative;
	background: url(../images/history_show.svg) no-repeat right 2px;
	background-size: 12px;
	color: #C8152D;
	font-size: 12px;
	font-family: "xh";
	line-height: 16px;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
	cursor: pointer;
}

.history-item.history-company .info h4 span::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C8152D;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-item.history-company .info h4 span:hover::before {
	opacity: 1;
}

.history-item.history-company .info p {
	display: none;
}

.history-item.history-company.on .info h4 span {
	background: url(../images/history_hide.svg) no-repeat right 0px;
	background-size: 16px;
	color: #898989;
}

.history-item.history-company.on .info h4 span::before {
	display: none;
}

.history-item.history-company.on .info p {
	display: block;
}
*/

.history-item {
	width: 400px;
	height: 300px;
	float: left;
	margin: 0 40px;
	background: #ffffff;
	border-radius: 10px;
	transform: translate3d(0, 60px, 0);
	-webkit-transform: translate3d(0, 60px, 0);
	-ms-transform: translate3d(0, 60px, 0);
	-moz-transform: translate3d(0, 60px, 0);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-moz-transition: all .4s linear;
}


.history-item .thumb {
	width: 400px;
	height: 300px;
	float: left;
	background: #ffffff;
	border-radius: 10px;
}

.history-item .info {
	width: 400px;
	height: 300px;
	float: left;
	margin-left: 40px;
	display: none;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	color: #000000;
}

.history-item .nicescroll-rails {
	background: #d8d8d8;
	border-radius: 6px;
}

.history-item .nicescroll-cursors {
	box-sizing: content-box;
}

.history-item .info h5 {
	width: 400px;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 14px;
}

.history-item .info h3 {
	width: 400px;
	height: 52px;
	float: left;
	margin-bottom: 24px;
	padding: 18px 0 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	font-size: 14px;
	font-family: "th";
	line-height: 26px;
}

.history-item .info p {
	width: 400px;
	height: auto;
	float: left;
	padding: 0 0.5px;
	color: #474747;
	font-size: 12px;
	font-family: "xh";
	line-height: 20px;
}

.history-item.on {
	width: 940px;
	height: 420px;
	padding: 60px 30px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.history-item.on .info.show {
	opacity: 1;
}


/* .history company */
.history-item.history-company .thumb {
	float: right;
}

.history-item.history-company .info {
	width: 445px;
	float: left;
	margin-left: 5px;
	overflow-y: auto;
}

.history-item.history-company .info h4 {
	width: 100%;
	height: 18px;
	position: relative;
	margin-bottom: 16px;
}

.history-item.history-company .info h4::before {
	content: " ";
	width: 325px;
	height: 1px;
	display: block;
	margin-top: -0.5px;
	position: absolute;
	left: 0;
	top: 50%;
	background: rgba(0, 0, 0, 0.2);
}

.history-item.history-company .info h4 span {
	height: 100%;
	display: block;
	float: right;
	margin-right: 10px;
	padding: 0 14px 3px 0;
	position: relative;
	background: url(https://encdn.chinamacro.com/Static/images/history_show.svg) no-repeat right 2px;
	background-size: 12px;
	color: #C8152D;
	font-size: 12px;
	font-family: "xh";
	line-height: 16px;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
	cursor: pointer;
}

.history-item.history-company .info h4 span::before {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C8152D;
	opacity: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.history-item.history-company .info h4 span:hover::before {
	opacity: 1;
}

.history-item.history-company .info p {
	display: none;
}

.history-item.history-company.on .info h4 span {
	background: url(https://encdn.chinamacro.com/Static/images/history_hide.svg) no-repeat right 0px;
	background-size: 16px;
	color: #898989;
}

.history-item.history-company.on .info h4 span::before {
	display: none;
}

.history-item.history-company.on .info p {
	display: block;
}

/*---------------- about ----------------*/
.about-page {
	padding: 75px 0 65px 0;
}

.about-top {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 100;
}

.about-meters {
	width: 333px;
	height: 102px;
	margin: 0 0 14px 13px;
	padding: 4px 20px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #C8152D;
	color: #ffffff;
}

.about-meters h3 {
	margin-bottom: 9px;
	font-size: 46px;
	font-family: "th";
	line-height: 38px;
	overflow: visible;
}

.about-meters h4 {
	font-size: 16px;
	font-family: "xh";
	line-height: 24px;
}

.about-intro {
	padding: 0 40px;
	color: #000000;
	font-size: 14px;
	font-family: "xh";
	line-height: 24px;
}

.about-content {
	width: 953px;
	height: auto;
	float: right;
	margin-right: 26px;
}

.about-main-pic {
	border-radius: 8px;
}

.about-main-pic img {
	width: 100%;
	display: block;
}

.about-title {
	height: 47px;
	margin-top: 46px;
	color: #262626;
	font-size: 36px;
	font-family: "th";
	line-height: 38px;
}

.about-title span {
	width: auto;
	height: 100%;
	float: left;
	display: block;
	position: relative;
}

.about-title span::before {
	content: " ";
	width: 100%;
	height: 5px;
	display: block;
	background: #C8152D;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-box {
	margin-top: 4px;
	padding-bottom: 40px;
	border-bottom: 1px solid #939393;
}

.about-box:last-child {
	border: 0;
}

.about-info {
	width: 640px;
	height: auto;
	float: left;
	color: #000000;
	font-size: 4px;
	font-family: "xh";
	line-height: 50px;
}

.about-info li {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
	position: relative;
	color: #000000;
	font-size: 14px;
	font-family: "xh";
	line-height: 50px;
}

.about-info li::before {
	content: "·";
	position: absolute;
	left: 0;
	color: #000000;
	font-size: 14px;
	font-family: "xh";
	line-height: 50px;
}

.about-pic {
	width: 283px;
	height: auto;
	float: right;
	border-radius: 8px;
}

.about-pic img {
	width: 100%;
	display: block;
}


/*---------------- rd ----------------*/
.rd-page {
	padding: 0 0 169px 0;
}

.rd-box {
	padding: 88px 38px 60px 38px;
}

.rd-title {
	width: auto;
	float: left;
	padding-bottom: 12px;
	border-bottom: 5px solid #C8152D;
	color: #262626;
	font-size: 24px;
	font-family: "th";
	line-height: 38px;
}

.rd-info {
	width: 670px;
	height: auto;
	float: left;
	margin: 28px 0 0 175px;
}

.rd-info li {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
	position: relative;
	color: #000000;
	font-size: 14px;
	font-family: "xh";
	line-height: 50px;
}

.rd-info li::before {
	content: "·";
	position: absolute;
	left: 0;
	color: #000000;
	font-size: 14px;
	font-family: "xh";
	line-height: 50px;
}

.rd-cert {
	position: relative;
}

.rd-cert-images {
	width: 100%;
	height: 275px;
	padding: 0 38px 19px 38px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	overflow: visible;
}

.rd-cert img {
	width: 155px;
	height: auto;
	display: block;
	z-index: 20;
	border: 1px solid #979797;
	border-radius: 6px;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	cursor: pointer;
}

.rd-cert img.on {
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform: scale(1.23, 1.23);
	-webkit-transform: scale(1.23, 1.23);
	-ms-transform: scale(1.23, 1.23);
	-moz-transform: scale(1.23, 1.23);
}

.rd-cert::before {
	content: " ";
	width: 100%;
	height: 152px;
	display: block;
	background: #ffffff;
	border-radius: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.sales {
	margin-top: 88px;
	position: relative;
}

.sales img {
	width: 797px;
	height: auto;
	display: block;
	float: right;
}

.sales-box {
	width: 418px;
	position: absolute;
	left: 38px;
	top: 61px;
}

.sales-info {
	width: 100%;
	float: left;
	margin: 22px 0 56px 0;
	color: #000000;
	font-size: 14px;
	font-family: "xh";
	line-height: 24px;
}

.countries {
	float: left;
	margin-left: 280px;
	overflow: visible;
	text-align: center;
}

.countries h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #C8152D;
	font-size: 60px;
	font-family: "th";
	line-height: 60px;
	overflow: visible;
}

.countries h3 span {
	padding: 0 25px 0 0;
	position: relative;
	color: #C8152D;
	font-size: 60px;
	font-family: "th";
	line-height: 60px;
	overflow: visible;
}

.countries h3 span::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 32px;
	font-family: "th";
	line-height: 32px;
}

.countries h5 {
	margin-top: 17px;
	color: #262626;
	font-size: 16px;
	font-family: "th";
	line-height: 20px;
}

/*---------------- search ----------------*/
.search-page {
	padding: 0 0 140px 0;
}

.search-top {
	margin-bottom: 20px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-top  p {
	color: #939393;
	font-size: 14px;
	font-family: "xh";
	line-height: 16px;
}

.search-box {
	width: 400px;
	height: 50px;
	padding: 0 18px 0 0;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #D0D0D0;
	border-radius: 6px;
}

.search-box .m-btn-search-form {
	width: 20px;
	height: auto;
	display: block;
	float: left;
	margin: 14px 15px 0 15px;
	cursor: pointer;
}

.search-box input {
	width: 300px;
	height: 100%;
	float: left;
	background: none;
	border: 0;
	color: #000000;
	font-size: 20px;
}

.search-box img {
	width: 18px;
	float: right;
	margin-top: 16px;
	display: block;
}

.result a {
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.result a:hover {
	color: #C8152D;
}

.rs-title {
	margin-top: 20px;
	color: #000000;
	font-size: 18px;
	font-family: "th";
	line-height: 22px;
}

.rs-products li {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
	padding: 0 0 40px 0;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rs-products li .thumb {
	width: 200px;
	height: 200px;
	margin-right: 25px;
	border-radius: 8px;
	background: #ffffff;
	position: relative;
}

.rs-products li .thumb  a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rs-products li .video-thumb::after {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/icon_rs_video_x2.png) no-repeat center center rgba(0, 0, 0, 0.2);
	background-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.rs-products li .info {
	width: auto;
	height: 200px;
	display: flex;
	flex-direction: column;
	flex: 1;
	color: #939393;
	font-size: 12px;
	font-family: "xh";
	line-height: 18px;
}

.rs-products li h3 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-bottom: 12px;
}

.rs-products li h3 a {
	color: #000000;
	font-size: 24px;
	font-family: "th";
	line-height: 31px;
}



.rs-news li{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rs-news li h3 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.rs-news li h3 a {
	color: #000000;
	font-size: 24px;
	font-family: "th";
	line-height: 31px;
}

.rs-news li h3 a:hover {
	color: #C8152D;
}

.rs-news li p {
	width: 100%;
	height: auto;
	float: left;
	color: #939393;
	font-size: 12px;
	font-family: "xh";
	line-height: 18px;
}



/*---------------- history ----------------*/








/*---------------- home ----------------*/








/*---------------- home ----------------*/








/*---------------- home ----------------*/








/*---------------- home ----------------*/







