@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	outline: 0;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	width: 100%;
	color: #363d4c;
	background-color: #f5f5f5;
	min-width: 320px;
	font-family: "futura-condensed-medium", "PingFangSC-Regular", "Helvetica Neue", "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

a,
a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
	color: #020202;
}

a:hover {
	color: #df0716;
}

hr,
img {
	border: 0;
}

img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
}

hr {
	height: 0;
	border-top: 1px solid #ddd;
}

ol,
ul {
	list-style: none;
}

button,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: normal;
}

button {
	background: none;
	border: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
textarea {
	font-family: "Helvetica Neue", "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
	border: 0;
}

em,
i {
	font-style: initial !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-clearfix {
	clear: both !important;
}

.float-clearfix:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.none {
	display: none !important;
	visibility: hidden;
}

.block {
	display: block !important;
	visibility: visible;
	zoom: normal;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	/* background: #fff; */
	width: 100%;
	height: 100%;
	z-index: 100000;
	-webkit-transition: all 1s cubic-bezier(0.1, 0.2, 0.15, 0.1);
	-o-transition: all 1s cubic-bezier(0.1, 0.2, 0.15, 0.1);
	transition: all 1s cubic-bezier(0.1, 0.2, 0.15, 0.1);
}

#loader::after,
#loader::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	z-index: -1;
	-webkit-transition: all 1s cubic-bezier(0.1, 0.2, 0.15, 0.1);
	-o-transition: all 1s cubic-bezier(0.1, 0.2, 0.15, 0.1);
	transition: all 1s cubic-bezier(0.1, 0.2, 0.15, 0.1);
}

#loader::before {
	top: 0;
}

#loader::after {
	bottom: 0;
}

#loader.hide {
	z-index: 0;
}

#loader.hide::before,
#loader.hide::after {
	height: 0;
}

.full {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fullh {
	height: 100%;
}

.trans {
	-webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
	-o-transition: all .4s cubic-bezier(1, 0, 0, 1);
	transition: all .4s cubic-bezier(1, 0, 0, 1);
}

.wrap {
	padding: 0 23px 0 24px;
	position: relative;
}

.headline {
	text-align: center;
}

.headline .title {
	line-height: 44px;
	font-size: 34px;
	color: #393939;
}

.headline .title-en {
	line-height: 25px;
	font-size: 16px;
	color: #b5b5b5;
}

.headline span.line {
	display: block;
	width: 65px;
	height: 4px;
	margin: 6px auto 16px;
	background: #df0716;
}

#load_span {
	font-size: 18px;
	color: #666;
	text-align: center;
}

/*头部导航*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header .navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 110px;
	border-bottom: 1px solid transparent;
	background: transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.header-hover .navbar,
.header-active .navbar {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 30px rgb(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgb(0, 0, 0, 0.1);
}

.container {
	width: 1462px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-logo {
	float: left;
	width: 449px;
	height: 74px;
	margin: 18px 0;
}

.navbar-collapse {
	display: block;
	padding-top: 29px;
	overflow: visible;
}

.navbar-nav>li {
	float: left;
	display: block;
}

.header .navbar-nav>li {
	position: static;
	margin: 0;
	padding: 26px 0 25px;
	font-size: 18px;
	color: #020202;
}

.header .navbar-nav>li.nohover {
	position: relative;
}

.navbar-nav>li>a {
	display: block;
	position: relative;
}

.header .navbar-nav>li>a {
	line-height: 30px;
	padding: 0 24px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header .navbar-nav>li:not(.nohover)>a::after {
	display: block;
	content: "";
	width: 0;
	height: 4px;
	margin-left: 0;
	background: #df0716;
	position: absolute;
	left: 50%;
	bottom: -25px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	transform: translateX(-50%);
}

.header .navbar-nav>li:hover:not(.nohover)>a::after,
.header .navbar-nav>li.active>a::after {
	width: 65px;
}

.header .navbar-nav>li:not(.nohover)>a>i.icon {
	display: inline-block;
	width: 13px;
	height: 8px;
	margin-left: 8px;
	background: url(../images/but.png) center center no-repeat;
	background-size: cover;
}

.header .navbar-nav>li:not(.nohover):hover>a>i.icon {
	background: url(../images/but-hover.png) center center no-repeat;
	background-size: cover;
}

.header .navbar-nav>li .hasdrop-hover {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #ebebeb;
}

.header .navbar-nav .hasdrop-hover .cont {
	display: flex;
	justify-content: space-between;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu {
	width: 36.3%;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .bigTitle {
	line-height: 1em;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
	font-size: 34px;
	color: #393939;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #fff;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	color: #999999;
	text-indent: 1em;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .li a i {
	display: none;
	width: 9px;
	height: 15px;
	margin-right: 20px;
	background: url(../images/gtredr.png) center center no-repeat;
	background-size: cover;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .li:hover,
.header .navbar-nav .hasdrop-hover .cont .hovmenu .li.active {
	background: #fce6e7;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .li:hover a,
.header .navbar-nav .hasdrop-hover .cont .hovmenu .li.active a {
	color: #df0716;
}

.header .navbar-nav .hasdrop-hover .cont .hovmenu .li:hover i,
.header .navbar-nav .hasdrop-hover .cont .hovmenu .li.active i {
	display: block;
}

.header .navbar-nav .hasdrop-hover .cont .hovecont {
	width: 50%;
}

.header .navbar-nav .hasdrop-hover .cont .hovecont .item {
	display: none;
}

.header .navbar-nav .hasdrop-hover .cont .hovecont .item:first-child {
	display: block;
}

.hasdrop-hover .hovecont .item ul {
	margin-top: 49px;
	font-size: 0;
}

.hasdrop-hover .hovecont .item li {
	display: inline-block;
	width: 47%;
	height: 95px;
	line-height: 95px;
	margin: 0 3% 3% 0;
	padding: 0 3%;
	border: 1px solid #efefef;
	border-bottom-right-radius: 10px;
	text-align: center;
}

.hasdrop-hover .hovecont .item li:hover {
	border-color: #df0716;
}

.hasdrop-hover .hovecont .item li img {
	display: inline-block;
}

.hasdrop-hover .submenu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

.hasdrop-hover .submenus {
	text-align: center;
}

.hasdrop-hover .submenu .items {
	display: inline-block;
	width: 33.333%;
}

.hasdrop-hover .submenu .items1 {
	width: 35%;
}

.hasdrop-hover .submenu .items1:first-child {
	margin-left: 15%;
}

.hasdrop-hover .submenu .items1:last-child {
	margin-right: 15%;
}

.hasdrop-hover .submenu .items .icon-logo {
	max-width: 326px;
	height: 83px;
	line-height: 83px;
	margin: 0 auto;
	border: 1px solid #efefef;
	border-bottom-right-radius: 10px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hasdrop-hover .submenu .items .icon-logo:hover {
	border-color: #df0716;
}

.hasdrop-hover .submenu .items .icon-logo img {
	display: inline-block;
}

.hasdrop-hover .submenu .items ul {
	min-height: 320px;
	margin-top: 27px;
	padding: 0 2% 0 9%;
	border-right: 1px solid #eee;
}

.hasdrop-hover .submenu .items:last-child ul {
	border-right: none;
}

.hasdrop-hover .submenu .items li {
	float: left;
	width: 50%;
	margin-bottom: 17px;
}

.hasdrop-hover .submenu .items li a {
	display: block;
	line-height: 30px;
	padding-left: 16px;
	font-size: 16px;
	color: #666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hasdrop-hover .submenu .items li a::before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: transparent;
	border-radius: 100%;
	position: absolute;
	top: 14px;
	left: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hasdrop-hover .submenu .items li:hover a {
	color: #df0716;
}

.hasdrop-hover .submenu .items li:hover a::before {
	background: #df0716;
}

.hasdrop-hover .submenu .items .sub {
	width: 278px;
	height: 156px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.hasdrop-hover .submenu .items .sub img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hasdrop-hover .submenu .items a:hover .sub img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.hasdrop-hover .submenu .items .sub p {
	width: 100%;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.header .search-box .search-btn {
	display: inline-block;
	width: 21px;
	height: 22px;
	padding: 0;
	margin: 6px 35px 0 20px;
	background: url(../images/search_btn.png) center center no-repeat;
	background-size: cover;
}

.header .search-box form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 400px;
	padding: 50px;
	background: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
	opacity: 0;
	z-index: -2;
}

.header .search-box.open form {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header .search-box form input[type=text] {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #EAECED;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header .search-box form input[type=text]:focus {
	padding: 0 15px;
	background: #EAECED;
}

.header .search-box form .btn {
	display: inline-block;
	padding: 0 30px;
	line-height: 50px;
	margin-top: 20px;
	font-weight: 700;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #EA0329;
	color: #fff;
	border: none;
	cursor: pointer;
}

.header .search-box form .btn:hover {
	-webkit-box-shadow: 0 0 20px rgba(234, 3, 41, .5);
	box-shadow: 0 0 20px rgba(234, 3, 41, .5)
}

.header .navbar-nav>li>a.cut {
	padding: 0;
	font-size: 0;
}

.header .navbar-nav>li>a.cut>.cn {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-right: 6px;
	background: url(../images/cn-ico.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.header .navbar-nav>li>a.cut>.en {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-right: 6px;
	background: url(../images/en-ico.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.header .navbar-nav>li>a.cut>span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.header .navbar-nav>li>a.cut>i.icon {
	display: inline-block;
	width: 16px;
	height: 9px;
	margin-left: 7px;
	background: url(../images/buts.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.header .navbar-nav>li:hover>a.cut>i.icon {
	background: url(../images/buts-hover.png) center center no-repeat;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 2px solid #df0716;
	z-index: 1000;
}

.dropdown-menu li {
	padding: 11px 9px;
}

.dropdown-menu li a {
	display: block;
}

.dropdown-menu li a .cn {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-right: 6px;
	background: url(../images/cn-ico.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.dropdown-menu li a .en {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-right: 6px;
	background: url(../images/en-ico.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.dropdown-menu li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}


#main {
	width: 100%;
	height: 100%;
	position: relative;
	background: #f5f5f5;
}

#main>div {
	position: relative;
}

#body {
	background: #fff;
}

/*首页轮播*/
.banner-swiper {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.coverbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slide_transition {
	-webkit-transition-duration: 1.6s;
	-o-transition-duration: 1.6s;
	transition-duration: 1.6s;
	transition-property: transform;
}

.banner-swiper .swiper-container .swiper-slide {
	overflow: hidden;
}

.banner-swiper .swiper-container .swiper-slide .img-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: scale(0.6, 0.6);
	transition-duration: 1.5s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.banner-swiper .swiper-container .swiper-slide .colorbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.2);*/
}

.banner-swiper .swiper-container .swiper-slide .text-box {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	text-align: center;
	/* -moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s; */
}

.banner-swiper .swiper-container .swiper-slide .text-box .en {
	line-height: 45px;
	padding-bottom: 20px;
	font-family: "microsoft yahei";
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.6)
}

.banner-swiper .swiper-container .swiper-slide .text-box .cn {
	line-height: 35px;
	font-family: "microsoft yahei";
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.6)
}

.banner-swiper .swiper-container .swiper-wrapper,
.banner-swiper .swiper-container .swiper-slide .coverbg {
	-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	-o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	will-change: transform;
}

.banner-swiper .swiper-container .btn-next,
.banner-swiper .swiper-container .btn-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}

.banner-swiper .swiper-container .btn-prev {
	left: 5%;
}

.banner-swiper .swiper-container .btn-next {
	right: 5%;
}

.banner-swiper .swiper-container .arrow {
	position: absolute;
	top: 25%;
	margin-top: 0;
	width: 100px;
	height: 50%;
	padding: 0;
	cursor: pointer;
}

.banner-swiper .swiper-container .arrow span {
	margin-top: -1px;
	width: 0;
}

.banner-swiper .swiper-container .arrow.btn-prev span {
	left: 50%;
	margin-left: -10px;
}

.banner-swiper .swiper-container .arrow.btn-next span {
	right: 50%;
	margin-right: -10px;
}

.banner-swiper .swiper-container .arrow span,
.banner-swiper .swiper-container .arrow span:after,
.banner-swiper .swiper-container .arrow span:before {
	position: absolute;
	top: 50%;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.banner-swiper .swiper-container .arrow span:after,
.banner-swiper .swiper-container .arrow span:before {
	content: "";
	width: 30px;
}

.banner-swiper .swiper-container .arrow.btn-prev span:before {
	left: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.banner-swiper .swiper-container .arrow.btn-prev span:after {
	left: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.banner-swiper .swiper-container .arrow.btn-next span:before {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.banner-swiper .swiper-container .arrow.btn-next span:after {
	right: 0;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.banner-swiper .swiper-container .arrow:hover span {
	width: 40px;
}

.banner-swiper .swiper-container .arrow.btn-prev:hover span {
	margin-left: -20px;
}

.banner-swiper .swiper-container .arrow.btn-next:hover span {
	margin-right: -20px;
}

.banner-swiper .swiper-container .swiper-button-disabled {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

.banner-swiper .swiper-container .bottom {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 10;
}

.banner-swiper .swiper-container .bottom .pagination {
	position: relative;
	padding: 20px;
	text-align: center;
	z-index: 2;
}

.swiper-container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 8px;
	background: #fff;
	border: 1px solid #c6ba9a;
	vertical-align: middle;
	opacity: 1;
	cursor: pointer;
}

.swiper-container .pagination-white .swiper-pagination-bullet {
	border: 1px solid transparent;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
	border-color: #fff;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	cursor: default;
}

.banner-swiper .swiper-container .bottom .line {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}

.banner-swiper .swiper-container .bottom .line::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
}

.banner-swiper .swiper-container .bottom .line.autoplay::before {
	left: 0;
	width: 100%;
	transition: width 5s linear;
}

.banner-swiper .swiper-container .bottom i {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	min-height: 25px;
}

.anim-down-arrow {
	-webkit-animation: down_arrow 1.5s infinite;
	animation: down_arrow 1.5s infinite;
}

.icon-arrow-thin-down:before {
	display: block;
	content: "";
	width: 16px;
	height: 9px;
	background: url(../images/but-white.png) center center no-repeat;
	background-size: cover;
}

@keyframes down_arrow {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}


/*首页关于我们*/
.indexAbout-wrap {
	padding: 63px 0 95px;
	background: #f5f5f5;
}

.indexAbout {}

.indexAbout .wrap {
	height: 284px;
	padding: 0 23px 0 24px;
}

.indexAbout .con-about {
	height: 100%;
	padding: 33px 33px 17px 38px;
	background: url(../images/ab-bg.jpg) center left no-repeat #fff;
	background-size: contain;
	border-bottom-right-radius: 10px;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.indexAbout .con-about:hover {
	-webkit-box-shadow: 0 5px 40px rgb(0, 0, 0, 0.1);
	box-shadow: 0 5px 40px rgb(0, 0, 0, 0.1);
}

.indexAbout .con-about em {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}

.indexAbout .con-about em.en {
	text-indent: inherit;
}

.indexAbout .con-about .btnBox {
	position: absolute;
	bottom: 30px;
	right: 38px;
	font-size: 0;
}

.indexAbout .con-about .btnBox a {
	display: inline-block;
	width: auto;
	line-height: 1;
	padding: 14px 16px 14px 12px;
	background: #fff;
	border: 1px solid #df0716;
	border-bottom-right-radius: 10px;
	font-family: "宋体";
	font-size: 16px;
	color: #df0716;
	text-align: center;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.indexAbout .con-about .btnBox a:first-child {
	margin-right: 14px;
}

.indexAbout .con-about .btnBox a:hover {
	background: #df0716;
	color: #fff;
}

.indexAbout .con-about .btnBox a .icon {
	display: inline-block;
	width: 9px;
	height: 14px;
	margin-left: 10px;
	background: url(../images/but-right-red.png) center center no-repeat;
	background-size: cover;
}

.indexAbout .con-about .btnBox a:hover .icon {
	background: url(../images/but-right-white.png) center center no-repeat;
}

.indexAbout .con-about .tipBox {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 50%;
	width: 204px;
	height: 162px;
	padding: 12px;
	background: #f5f5f5;
	border: 1px solid #eee;
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.indexAbout .con-about .tipBox::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #eee;
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -7px;
}

.indexAbout .con-about .tipBox>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
}


/*首页品牌*/
.indexBrand {
	padding: 46px 0 70px;
	background: #e8e8e8;
	overflow: hidden;
}

.indexBrand .brand-module {
	max-width: 1216px;
	width: 100%;
	height: 550px;
	margin: 0 auto;
	position: relative;
}

.indexBrand .slide-left-menu {
	width: 325px;
	height: 550px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.indexBrand .slide-left-menu ul {
	/* padding-top: 56px; */
	padding-top: 100px;
}

.indexBrand .slide-left-menu li {
	/* margin: 16px 0; */
	margin: 28px 0;
}

.indexBrand .slide-left-menu li a {
	display: block;
	width: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}

.indexBrand .slide-left-menu li a div {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.indexBrand .slide-left-menu li:hover div,
.indexBrand .slide-left-menu li.is-active div {
	background: #fabf00;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	position: relative;
	-webkit-transform: translateX(24px);
	-moz-transform: translateX(24px);
	-ms-transform: translateX(24px);
	-o-transform: translateX(24px);
	transform: translateX(24px);
	z-index: 9
}

.indexBrand .slide-left-menu li:first-child a div {
	padding: 32px 0 37px 26px;
	border-radius: 10px;
}

.indexBrand .slide-left-menu li:nth-child(2) a div {
	padding: 39px 0 38px 26px;
	border-radius: 10px;
}

.indexBrand .slide-left-menu li:last-child a div {
	padding: 35px 0 35px 26px;
	border-radius: 10px;
}

.indexBrand .slide-left-menu img {
	display: inline-block;
}

.indexBrand .brand-swiper {
	padding-left: 315px;
	height: 100%;
}

.indexBrand .slide-left-menu li a span {
	display: none;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 12px;
	bottom: 13px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.indexBrand .slide-left-menu li:hover a span,
.indexBrand .slide-left-menu li.is-active a span {
	display: block;
}

.indexBrand .slide-left-menu li a span i {
	display: inline-block;
	width: 9px;
	height: 14px;
	margin-left: 10px;
	background: url(../images/but-right-white.png) center center no-repeat;
	background-size: cover;
}

.indexBrand .brand-swiper .swiper-container {
	overflow: visible;
	height: 100%;
}

.indexBrand .brand-swiper .swiper-slide {
	opacity: .6;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-ms-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.indexBrand .brand-swiper .swiper-slide.swiper-slide-prev {
	left: -38%;
}

.brand-swiper .swiper-container .swiper-slide:hover {
	opacity: 1
}

.brand-swiper .swiper-container .swiper-slide img,
.brand-swiper .swiper-container .swiper-slide:hover.swiper-slide-next,
.brand-swiper .swiper-container .swiper-slide:hover.swiper-slide-prev {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.brand-swiper .swiper-container .swiper-slide:hover.swiper-slide-next img,
.brand-swiper .swiper-container .swiper-slide:hover.swiper-slide-prev img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.indexBrand .brand-swiper .swiper-slide-active {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.indexBrand .brand-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBrand .swiper-slide a.link-tm1 {
	position: absolute;
	right: 20px;
	bottom: 40px;
	display: block;
	width: 321px;
	height: 82px;
}

.indexBrand .swiper-slide a.link-tm2 {
	position: absolute;
	right: 433px;
	bottom: 38px;
	display: block;
	width: 361px;
	height: 82px;
}

.indexBrand .swiper-slide a.link-jd {
	position: absolute;
	right: 49px;
	bottom: 38px;
	display: block;
	width: 361px;
	height: 82px;
}


/*首页产品*/
.indexProduct {
	padding: 43px 0 30px;
	background: #f5f5f5;
}

.indexProduct .series-list {
	position: relative;
}

.indexProduct .series-list::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	bottom: 21px;
}

.indexProduct .wrap .more {
	display: inline-block;
	font-size: 18px;
	color: #666;
	position: absolute;
	top: 51px;
	right: 38px;
}

.indexProduct .wrap .en {
	top: 26px;
}

.indexProduct .wrap .more:hover {
	color: #df0716;
}

.indexProduct .wrap .more::after {
	display: inline-block;
	content: "";
	width: 0;
	margin-left: 10px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #df0716;
}

.indexProduct .scene-tab ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.indexProduct .scene-tab li {
	width: 24.6%;
	cursor: pointer;
	position: relative;
}

.indexProduct .scene-tab li::after {
	display: none;
	content: "";
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fabf00;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.indexProduct .scene-tab li.active::after {
	display: block;
}

.indexProduct .scene-tab li .imgbox {
	position: relative;
	overflow: hidden;
}

.indexProduct .scene-tab li .imgbox img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.indexProduct .scene-tab li .imgbox-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.indexProduct .scene-tab li.active .imgbox-mask {
	background: transparent;
	opacity: 0;
}

.indexProduct .scene-tab li .txt {
	padding: 30px 12px 26px;
	background: #fff;
	text-align: center;
}

.indexProduct .scene-tab li .txt p {
	line-height: 23px;
	font-size: 20px;
	color: #000;
}

.indexProduct .scene-tab li .txt span {
	line-height: 20px;
	font-size: 16px;
	color: #666;
}

.indexProduct .scene-tab li .txt i {
	display: block;
	width: 35px;
	height: 2px;
	margin: 10px auto 0;
	background: #df0716;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.indexProduct .scene-tab li:hover .imgbox img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.indexProduct .scene-tab li:hover p,
.indexProduct .scene-tab li.active p,
.indexProduct .scene-tab li:hover span,
.indexProduct .scene-tab li.active span {
	color: #df0716;
}

.indexProduct .scene-tab li:hover i,
.indexProduct .scene-tab li.active i {
	width: 100%;
}

.indexProduct .scene-tab-container {
	margin-top: 28px;
	position: relative;
	overflow: hidden;
}

.indexProduct .scene-tab-container>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
}

.indexProduct .scene-tab-container>div.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.indexProduct .scene-tab-container .product-swiper {
	position: relative;
	width: 100%;
	padding: 34px 10px 68px;
	overflow: hidden;
}

.indexProduct .scene-tab-container .swiper-slide {
	background: #fff;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}

.indexProduct .scene-tab-container .swiper-slide:hover {
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	-o-transform: translateY(-14px);
	transform: translateY(-14px);
	-webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .18);
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18) \9;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18) \9;
}

.indexProduct .scene-tab-container .swiper-slide .pro-img {
	width: 100%;
}

.indexProduct .scene-tab-container .swiper-slide .pro-tit {
	width: 100%;
	line-height: 53px;
	padding: 0 5px;
	font-size: 18px;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indexProduct .scene-tab-container .swiper-slide:hover .pro-tit {
	color: #df0716;
}

.indexProduct .scene-tab-container .product-swiper .series-scrollbar {
	height: 0;
	padding-bottom: 18px;
	background: none;
	border-top: 1px solid #d8d8d8;
	border-radius: 0;
	cursor: pointer;
}

.indexProduct .scene-tab-container .product-swiper .series-scrollbar .swiper-scrollbar-drag {
	background: url(../images/series-scrollbar-btn.png) center center no-repeat;
	background-size: 102px auto;
	height: 32px;
	margin-top: -18px;
}


/*首页荣誉*/
.indexHonor {
	padding-top: 21px;
	background: url(../images/icon-wave-bg.jpg) top center no-repeat #fff;
}

.indexHonor .info-txt {
	text-align: center;
}

.indexHonor .info-txt .tag {
	width: auto;
	line-height: 1;
	margin: 14px auto 19px;
	padding: 10px 26px;
	background: #df0716;
	color: #fff;
	border-radius: 100px;
	font-size: 20px;
	display: inline-block;
}

.indexHonor .info-txt em {
	line-height: 30px;
	font-size: 16px;
	color: #676767;
}


/*首页新闻*/
.indexNews {
	padding: 59px 0 83px;
	background: #fff;
}

.indexNews .News-header {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.indexNews .News-header .title {
	padding: 16px 0;
	font-size: 34px;
	color: #393939;
	position: relative;
}

.indexNews .News-header .title::after {
	display: block;
	content: "";
	width: 65px;
	height: 4px;
	background: #df0716;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.indexNews .News-header .title span {
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
	color: #b5b5b5;
}

.indexNews .News-header-right .tab-tag {
	display: inline-block;
	font-size: 0;
}

.indexNews .News-header-right .tab-tag a {
	display: inline-block;
	width: auto;
	line-height: 1;
	margin-right: 27px;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid #df0716;
	border-radius: 37px;
	font-size: 18px;
	color: #df0716;
	text-align: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.indexNews .News-header-right .tab-tag a.on {
	background: #df0716;
	color: #fff;
}

.indexNews .News-header-right a.more {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #666;
}

.indexNews .News-header-right a.more:hover {
	color: #df0716;
}

.indexNews .News-header-right a.more::after {
	display: inline-block;
	content: "";
	width: 0;
	margin-left: 10px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #df0716;
}

.indexNews .New-content {
	margin-top: 45px;
	position: relative;
	/* overflow: hidden; */
}

.indexNews .New-content>div {
	display: none;
}

.indexNews .New-content>div:first-child {
	display: block;
}

.indexNews .New-container ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	margin: 0 -15px;
}

.indexNews .New-container li {
	width: 32%;
	position: relative;
	margin: 0 15px;
}

.indexNews .New-container .new-img {
	overflow: hidden;
}

.indexNews .New-container .new-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.indexNews .New-container .new-txt {
	width: 93%;
	min-height: 285px;
	margin: -40px auto 0;
	padding: 31px 25px 21px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .18);
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18) \9;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18) \9;
	position: relative;
}

.indexNews .New-container .new-txt .title {
	width: 70%;
	line-height: 26px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	text-align: justify;
}

.indexNews .New-container .new-txt .txt {
	width: 70%;
	line-height: 24px;
	margin-top: 19px;
	margin-bottom: 61px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	text-indent: 0em;
	text-align: justify;
}

.indexNews .New-container .new-txt .time {
	line-height: 21px;
	padding: 0 8px;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 10px;
	font-size: 15px;
	color: #666;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 31px;
	right: 25px;
}

.indexNews .New-container .new-txt .time span {
	display: block;
	line-height: 43px;
	margin-top: 3px;
	font-size: 40px;
	color: #fabf00;
}

.indexNews .New-container .new-txt .more {
	display: block;
	width: auto;
	line-height: 1;
	padding: 14px 11px 14px 15px;
	border: 1px solid #df0716;
	border-bottom-right-radius: 10px;
	font-size: 16px;
	color: #df0716;
	text-align: center;
	position: absolute;
	right: 25px;
	bottom: 21px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.indexNews .New-container .new-txt .more::after {
	display: inline-block;
	content: "";
	width: 0;
	margin-left: 10px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #df0716;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.indexNews .New-container .new-txt .more:hover {
	background: #df0716;
	color: #fff;
}

.indexNews .New-container .new-txt .more:hover::after {
	border-left-color: #fff;
}


.indexNews .New-container li:hover .new-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*在线购买*/
.middleModule {
	padding-bottom: 34px;
	background: #f5f5f5;
}

.middleModule .linkBox {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -123px auto 45px;
}

.middleModule .linkBox>div {
	width: 48%;
	height: 276px;
	background: rgba(255, 255, 255, 0.9);
}

.middleModule .linkBox>div>a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.middleModule .linkBox>div:last-child>a {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.middleModule .linkBox>div:last-child>a .left {
	text-align: center;
}

.middleModule .linkBox a i.menu {
	display: block;
	width: 79px;
	height: 95px;
	background: url(../images/ico-menu.png) center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.middleModule .linkBox a i.video {
	display: inline-block;
	width: 118px;
	height: 77px;
	margin: 9px 0;
	background: url(../images/ico-video.png) center center no-repeat;
	background-size: cover;
}

.middleModule .linkBox .txt {
	margin-top: 37px;
}

.middleModule .linkBox .txt .tit {
	line-height: 45px;
	font-size: 34px;
	color: #393939;
}

.middleModule .linkBox .txt .tit-en {
	line-height: 25px;
	font-size: 16px;
	color: #b5b5b5;
	padding-left: 5px;
}

.middleModule .linkBox .txt .line {
	display: block;
	width: 65px;
	height: 4px;
	margin: 6px auto 0;
	background: #df0716;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.middleModule .linkBox .code {
	margin-left: 118px;
}

.middleModule .linkBox .code img {
	border: 4px solid #fff;
}

.middleModule .linkBox .code p {
	margin-top: 10px;
	line-height: 27px;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.middleModule .linkBox img {
	margin: 0 auto;
}

/* .middleModule .linkBox a:hover {
	background: rgba(233, 7, 22, 0.8);
} */

.middleModule .linkBox a:hover i.menu {
	background: url(../images/ico-menu-red.png) center center no-repeat;
}

.middleModule .linkBox a:hover i.video {
	background: url(../images/ico-video-red.png) center center no-repeat;
}

/* .middleModule .linkBox a:hover .tit,
.middleModule .linkBox a:hover .tit-en,
.middleModule .linkBox a:hover .code p {
	color: #fff;
} */

.middleModule .linkBox a:hover .line {
	width: 100%;
}

.middleModule .list {
	padding-top: 7px;
}

.middleModule .list ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.middleModule .list ul li {
	max-width: 24.5%;
}

.middleModule .list ul li:first-child {
	max-width: 19.78%;
}

.middleModule .list ul li P {
	line-height: 40px;
	font-size: 16px;
	color: #000;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.middleModule .list ul li a:hover p {
	color: #df0716;
}


/*底部*/
.footer {
	padding: 36px 0 31px;
	background: #f0f0f0;
	border-top: 1px solid #c4c4c4;
}

.footer .wrap {
	/* display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
}

.footer .wrap .returnTop {
	width: 37px;
	height: 37px;
	background: url(../images/top.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -27px;
	right: 40px;
	cursor: pointer;
}

.footer .footer-menu {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
	;
}

.footer .footer-menu dl {
	width: 16.667%;
}

.footer .footer-menu dl dt {
	line-height: 25px;
	font-size: 16px;
	color: #333;
}

.footer .footer-menu dl dd {
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.footer .footer-code {
	font-size: 0;
}

.footer .footer-code>div {
	display: inline-block;
	max-width: 156px;
}

.footer .footer-code>div:last-child {
	margin-left: 47px;
}

.footer .footer-code>div img {
	width: 100%;
}

.footer .footer-code>div p {
	line-height: 48px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.footer .footer-contact {
	padding: 30px 50px 0 0;
}

.footer .footer-contact .tit {
	line-height: 36px;
	font-size: 30px;
	color: #363636;
}

.footer .footer-contact .tel {
	line-height: 31px;
	margin-top: 21px;
	font-size: 30px;
	color: #df0716;
}

.footer .footer-contact .link {
	margin-top: 31px;
	font-size: 0;
}

.footer .footer-contact .link a {
	display: inline-block;
	width: auto;
	line-height: 1;
	padding: 14px 20px;
	border: 1px solid #df0716;
	border-bottom-right-radius: 10px;
	font-size: 16px;
	color: #df0716;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.footer .footer-contact .link a:last-child {
	margin-left: 18px;
}

.footer .footer-contact .link a i.icon {
	display: inline-block;
	width: 20px;
	height: 19px;
	margin-top: -3px;
	margin-right: 7px;
	background: url(../images/icon-contact-red.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.footer .footer-contact .link a:hover,
.footer .footer-contact .link a.on {
	background: #df0716;
	color: #fff;
}

.footer .footer-contact .link a:hover i.icon,
.footer .footer-contact .link a.on i.icon {
	background: url(../images/icon-contact-white.png) center center no-repeat;
}

.footer-bottom {
	line-height: 70px;
	background: #fff;
}

.footer-bottom p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.footer-bottom p img {
	display: inline-block;
}

.footer-bottom p a {
	color: #666;
}

.footer-bottom p a:hover {
	color: #df0716;
}

/*介绍页面*/
.introduction {
	padding: 50px 0 55px 0;
}

.introduction .contents {
	padding-bottom: 70px;
	background: #fff;
	border-bottom-right-radius: 15px;
}

.introduction .contents .aboutbox {
	padding: 65px 36px 0;
}

.introduction .aboutbox .text {
	line-height: 36px;
	font-size: 17px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}

.introduction .aboutbox .text.en {
	text-indent: inherit;
}

.introduction .contents .aboutbox .about-section1 ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.introduction .contents .aboutbox .about-section1 li {
	width: 202px;
	height: 202px;
	position: relative;
	background: #df0716;
	border-radius: 100%;
	-webkit-box-shadow: 0 3px 12px 0 rgba(153, 153, 153, .82);
	box-shadow: 0 3px 12px 0 rgba(153, 153, 153, .82);
}

.introduction .contents .aboutbox .about-section1 li:first-child {
	margin-left: 6.3%;
}

.introduction .contents .aboutbox .about-section1 li:last-child {
	margin-right: 6.3%;
}

.introduction .aboutbox .about-section1 .txt {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.introduction .aboutbox .about-section1 .txt span {
	display: block;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.introduction .aboutbox .about-section1 .txt p {
	line-height: 44px;
	margin-top: 13px;
	font-size: 35px;
	color: #fff;
}

.introduction .aboutbox .about-section2 {
	margin-top: 0;
	font-size: 0;
}

.introduction .aboutbox .about-section3 {
	margin-top: 62px;
	font-size: 0;
}

.introduction .aboutbox .about-section2 .imgbox,
.introduction .aboutbox .about-section2 .textbox,
.introduction .aboutbox .about-section3 .imgbox,
.introduction .aboutbox .about-section3 .textbox {
	display: inline-block;
	vertical-align: middle;
}

.introduction .aboutbox .about-section2 .textbox {
	width: 48%;
	margin-right: 2%;
}

.introduction .aboutbox .about-section2 .imgbox {
	width: 50%;
}

.introduction .aboutbox .about-section3 .textbox {
	width: 48%;
	margin-left: 2%;
}

.introduction .aboutbox .about-section3 .imgbox {
	width: 50%;
}

.introduction .aboutbox .about-section4 {
	margin-top: 30px;
}

.introduction .aboutbox .about-section4 .imgbox {
	margin-top: 66px;
}

.introduction .aboutbox .about-section5 {
	margin-top: 44px;
	text-align: center;
}

.introduction .aboutbox .about-section5 .tag {
	display: inline-block;
	width: auto;
	line-height: 1;
	margin: 0 auto;
	padding: 20px 52px;
	background: #df0716;
	border-radius: 77px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.introduction .aboutbox .about-section5 em {
	display: inline-block;
	line-height: 36px;
	margin: 26px auto 32px;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}

.introduction .aboutbox .about-section6 {
	margin-top: 58px;
}

.introduction .aboutbox .about-section7 {
	margin-top: 50px;
}

.introduction .aboutbox .about-section7 .headline {
	margin: 40px auto;
}

.introduction .contents .tit {
	width: 81%;
	line-height: 48px;
	margin: 55px auto 0;
	font-size: 34px;
	color: #df0716;
	font-weight: bold;
}

.introduction .contents .txt {
	width: 81%;
	line-height: 36px;
	margin: 0 auto;
	font-size: 20px;
	color: #666;
}

.introduction .contents img {
	margin: 0 auto;
}

.introduction .honorbox {
	padding: 44px 37px;
	text-align: center;
}

.introduction .honorbox .tag {
	display: inline-block;
	width: auto;
	line-height: 1;
	margin: 0 auto;
	padding: 6px 22px;
	background: #df0716;
	border-radius: 34px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.introduction .honorbox em {
	display: block;
	line-height: 30px;
	margin: 20px auto 36px;
	font-size: 20px;
	color: #676767;
	text-align: center;
}

.introduction .honorSwiper {
	margin-top: 56px;
	overflow: hidden;
}

.introduction .honorSwiper .bottom {
	margin: 43px 0;
	text-align: center;
}

.introduction .honorSwiper .bottom .pagination {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.introduction .honorSwiper .bottom .swiper-pagination-bullet {
	margin: 0 7px;
}

.introduction .honorSwiper .bottom .swiper-pagination-bullet-active {
	background: #df0716;
}

.introduction .honorSwiper .bottom .arrow {
	display: inline-block;
	width: 9px;
	height: 16px;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
}

.introduction .honorSwiper .bottom .btn-prev {
	background: url(../images/buts-left-gray.png) center center no-repeat;
	background-size: cover;
}

.introduction .honorSwiper .bottom .btn-next {
	background: url(../images/buts-right-gray.png) center center no-repeat;
	background-size: cover;
}

.introduction .honorSwiper .bottom .btn-prev:hover {
	background: url(../images/buts-left-red.png) center center no-repeat;
}

.introduction .honorSwiper .bottom .btn-next:hover {
	background: url(../images/buts-right-red.png) center center no-repeat;
}

.introduction .honorbox .listitem li {
	line-height: 26px;
	margin: 9px 0;
	padding-left: 40px;
	font-size: 18px;
	color: #333;
	position: relative;
	text-align: left;
}

.introduction .honorbox .listitem li::before {
	display: block;
	content: "";
	width: 18px;
	height: 22px;
	background: url(../images/logo-small.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 6px;
	top: 2px;
}

.introduction .videolist {}

.introduction .videolist ul {
	margin: 0 -1%;
}

.introduction .videolist li {
	float: left;
	margin: 0 1% 58px;
	width: 31%;
	cursor: pointer;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
}

.introduction .videolist li .video-cover {
	width: 100%;
	padding-top: 56%;
	position: relative;
}

.introduction .videolist li .video-cover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
}

.introduction .videolist li .tit {
	width: 100%;
	line-height: 1;
	padding: 20px 0 32px;
	background: #fff;
	font-size: 20px;
	color: #000;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.introduction .videolist li .tit::after {
	display: block;
	content: "";
	width: 35px;
	height: 2px;
	background: #df0716;
	position: absolute;
	left: 50%;
	bottom: 17px;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.introduction .videolist li:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(208, 208, 208, .74);
	box-shadow: 0 0 21px 0 rgba(208, 208, 208, .74);
}

.introduction .videolist li:hover .tit {
	color: #df0716;
}

.introduction .videolist li:hover .tit::after {
	width: 90%;
}

#main .mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#main .mask .videos {
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid #080808;
	width: 640px;
	height: 360px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

#main .mask .videos .vclose {
	position: absolute;
	top: 1%;
	right: 1%;
	cursor: pointer;
}

#main .ablumbox {
	padding: 70px 0;
}

.ablumbox .contents {
	margin-top: 28px;
}

.ablumbox .contents .tab-tag {
	text-align: center;
	font-size: 0;
}

.ablumbox .contents .tab-tag span {
	display: inline-block;
	line-height: 1;
	margin: 0 13px;
	padding: 10px 30px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #df0716;
	font-size: 20px;
	color: #df0716;
	cursor: pointer;
}

.ablumbox .contents .tab-tag span:hover,
.ablumbox .contents .tab-tag span.active {
	background: #df0716;
	color: #fff;
}

.ablumbox .ablum-tab-content {
	margin-top: 45px;
}

.ablumbox .ablum-tab-content ul {
	margin-bottom: 50px;
}

.ablumbox .ablum-tab-content li {
	width: 25%;
	padding-top: 16.667%;
	float: left;
	position: relative;
}

.ablumbox .ablum-tab-content li a {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	overflow: hidden;
}

.ablumbox .ablum-tab-content li img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ablumbox .ablum-tab-content li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*时间轴*/
.history {
	width: 100%;
	margin-top: 33px;
	position: relative;
	background: url(../images/history-line.jpg) center center repeat-y;
	background-size: 3px auto;
}

.history ul li {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.history ul li .events {
	width: 50%;
	position: relative;
}

.history ul li:nth-child(odd) .events {
	padding-right: 25px;
	text-align: right;
}

.history ul li:nth-child(even) .events {
	padding-left: 25px;
}

.history ul li .events::after {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: #727171;
	border-radius: 100%;
	position: absolute;
	top: 0;
}

.history ul li:nth-child(odd) .events::after {
	right: -9px;
}

.history ul li:nth-child(even) .events::after {
	left: -9px;
}

.history ul li .events img {
	display: inline-block;
	margin: initial;
}

/*联系我们*/
.mapbox {
	position: relative;
	width: 100%;
	height: 690px;
}

.map {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.input-card {
	width: 280px;
}

.input-card h4 {
	font-weight: bold;
	border-bottom: 2px solid #666;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.input-card p {
	font-size: 14px;
}

.amap-info-sharp {
	height: 9px;
	width: 16px;
	top: -1px;
	left: 50%;
	margin-left: -8px;
	background: url(../images/map.png) 0 0 no-repeat;
}

.introduction .contact-con {
	padding-top: 73px;
}

.introduction .contact-con dl {
	width: 50%;
	padding: 0 64px;
	border-right: 1px solid #ccc;
}

.introduction .contact-con dl:last-child {
	border: none;
}

.introduction .contact-con dl dt {
	line-height: 44px;
	padding-left: 38px;
	font-size: 30px;
	font-weight: bold;
	color: #df0716;
}

.introduction .contact-con dl dd {
	line-height: 40px;
	padding-left: 38px;
	font-size: 18px;
	color: #676767;
	position: relative;
}

.introduction .contact-con dl dd::before {
	display: block;
	content: "";
	width: 27px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 27px 40px;
}

.introduction .contact-con dl dd.tel::before {
	background: url(../images/icon-contact.png) 0 0 no-repeat;
}

.introduction .contact-con dl dd.fax::before {
	background: url(../images/icon-contact.png) 0 -40px no-repeat;
}

.introduction .contact-con dl dd.add::before {
	background: url(../images/icon-contact.png) 0 -80px no-repeat;
}

.introduction .contact-con dl dd.postcode::before {
	background: url(../images/icon-contact.png) 0 -120px no-repeat;
}

.introduction .contact-con dl dd.website::before {
	background: url(../images/icon-contact.png) 0 -160px no-repeat;
}

.introduction .list-inline-details {
	margin: -20px 0 18px;
}

.introduction .list-inline li {
	float: left;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}

.introduction .list-inline .divider {
	padding: 0 10px;
}

.introduction .list-inline li a {
	color: #666;
}

.introduction .list-inline li a:hover {
	color: #df0716;
}

.introduction .pro-menu {
	margin-top: 20px;
}

.introduction .pro-menu ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	margin: 0 -1.75%;
}

.introduction .pro-menu ul.small {
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.introduction .pro-menu li {
	margin: 11px 1.75%;
}

.introduction .pro-menu li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 44px;
	font-size: 17px;
	color: #666;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.introduction .pro-menu li a.no-icon {
	padding: 0 30px;
}

.introduction .pro-menu li i {
	display: inline-block;
	width: 49px;
	height: 44px;
	background-size: 49px 44px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.introduction .pro-menu li i.icon-series0 {
	background: url(../images/icon-products.png) 0 0 no-repeat;
}

.introduction .pro-menu li i.icon-series1 {
	margin-right: 5px;
	background: url(../images/icon-products.png) 0 -54px no-repeat;
}

.introduction .pro-menu li i.icon-series2 {
	background: url(../images/icon-products.png) 0 -108px no-repeat;
}

.introduction .pro-menu li i.icon-series3 {
	background: url(../images/icon-products.png) 0 -162px no-repeat;
}

.introduction .pro-menu li i.icon-series4 {
	background: url(../images/icon-products.png) 0 -216px no-repeat;
}

.introduction .pro-menu li i.icon-series5 {
	background: url(../images/icon-products.png) 0 -270px no-repeat;
}

.introduction .pro-menu li i.icon-series6 {
	background: url(../images/icon-products.png) 0 -324px no-repeat;
}

.introduction .pro-menu li i.icon-series7 {
	background: url(../images/icon-products.png) 0 -378px no-repeat;
}

.introduction .pro-menu li i.icon-series8 {
	background: url(../images/icon-products.png) 0 -432px no-repeat;
}

.introduction .pro-menu li i.icon-series9 {
	margin-right: 5px;
	background: url(../images/icon-products.png) 0 -486px no-repeat;
}

.introduction .pro-menu li i.icon-series10 {
	background: url(../images/icon-products.png) 0 -648px no-repeat;
}

.introduction .pro-menu li i.icon-series11 {
	background: url(../images/icon-products.png) 0 -702px no-repeat;
}

.introduction .pro-menu li i.icon-series12 {
	background: url(../images/icon-products.png) 0 -756px no-repeat;
}

.introduction .pro-menu li i.icon-series13 {
	background: url(../images/icon-products.png) 0 -810px no-repeat;
}

.introduction .pro-menu li i.icon-series14 {
	background: url(../images/icon-products.png) 0 -864px no-repeat;
}

.introduction .pro-menu li i.icon-series15 {
	background: url(../images/icon-products.png) 0 -918px no-repeat;
}

.introduction .pro-menu li i.icon-series16 {
	background: url(../images/icon-products.png) 0 -972px no-repeat;
}

.introduction .pro-menu li i.icon-series17 {
	background: url(../images/icon-products.png) 0 -1026px no-repeat;
}

.introduction .pro-menu li i.icon-series18 {
	background: url(../images/icon-products.png) 0 -540px no-repeat;
}

.introduction .pro-menu li i.icon-series19 {
	background: url(../images/icon-products.png) 0 -594px no-repeat;
}

.introduction .pro-menu li:hover a,
.introduction .pro-menu li.is-active a {
	color: #df0716;
	border-color: #df0716;
}

.introduction .pro-menu li:hover i.icon-series0,
.introduction .pro-menu li.is-active i.icon-series0 {
	background: url(../images/icon-products.png) -60px 0 no-repeat;
}

.introduction .pro-menu li:hover i.icon-series1,
.introduction .pro-menu li.is-active i.icon-series1 {
	background: url(../images/icon-products.png) -60px -54px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series2,
.introduction .pro-menu li.is-active i.icon-series2 {
	background: url(../images/icon-products.png) -60px -108px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series3,
.introduction .pro-menu li.is-active i.icon-series3 {
	background: url(../images/icon-products.png) -60px -162px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series4,
.introduction .pro-menu li.is-active i.icon-series4 {
	background: url(../images/icon-products.png) -60px -216px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series5,
.introduction .pro-menu li.is-active i.icon-series5 {
	background: url(../images/icon-products.png) -60px -270px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series6,
.introduction .pro-menu li.is-active i.icon-series6 {
	background: url(../images/icon-products.png) -60px -324px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series7,
.introduction .pro-menu li.is-active i.icon-series7 {
	background: url(../images/icon-products.png) -60px -378px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series8,
.introduction .pro-menu li.is-active i.icon-series8 {
	background: url(../images/icon-products.png) -60px -432px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series9,
.introduction .pro-menu li.is-active i.icon-series9 {
	background: url(../images/icon-products.png) -60px -486px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series10,
.introduction .pro-menu li.is-active i.icon-series10 {
	background: url(../images/icon-products.png) -60px -648px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series11,
.introduction .pro-menu li.is-active i.icon-series11 {
	background: url(../images/icon-products.png) -60px -702px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series12,
.introduction .pro-menu li.is-active i.icon-series12 {
	background: url(../images/icon-products.png) -60px -756px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series13,
.introduction .pro-menu li.is-active i.icon-series13 {
	background: url(../images/icon-products.png) -60px -810px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series14,
.introduction .pro-menu li.is-active i.icon-series14 {
	background: url(../images/icon-products.png) -60px -864px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series15,
.introduction .pro-menu li.is-active i.icon-series15 {
	background: url(../images/icon-products.png) -60px -918px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series16,
.introduction .pro-menu li.is-active i.icon-series16 {
	background: url(../images/icon-products.png) -60px -972px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series17,
.introduction .pro-menu li.is-active i.icon-series17 {
	background: url(../images/icon-products.png) -60px -1026px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series18,
.introduction .pro-menu li.is-active i.icon-series18 {
	background: url(../images/icon-products.png) -60px -540px no-repeat;
}

.introduction .pro-menu li:hover i.icon-series19,
.introduction .pro-menu li.is-active i.icon-series19 {
	background: url(../images/icon-products.png) -60px -594px no-repeat;
}


.introduction .pro-list {
	padding-top: 60px;
}

.introduction .pro-list ul {
	margin: 0 -9px;
}

.introduction .pro-list li {
	float: left;
	width: 25%;
	margin-bottom: 54px;
	padding: 0 9px;
}

.introduction .pro-list li a {
	display: block;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}

.introduction .pro-list li:hover a {
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	-o-transform: translateY(-14px);
	transform: translateY(-14px);
	-webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .18);
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18) \9;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18) \9;
}

.introduction .pro-list .pro-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.introduction .pro-list .pro-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.introduction .pro-list .pro-tit {
	line-height: 65px;
	padding: 0 5px;
	font-size: 20px;
	color: #666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.introduction .pro-list li:hover .pro-tit {
	color: #df0716;
}

.introduction .detailsbox {
	padding: 34px 37px 0;
}

.introduction .detailsbox .product-details-left {
	width: 52%;
}

.introduction .detailsbox .product-details-left .thumbs-container {
	float: left;
	width: 17.49%;
}

.thumbs-container .thumbs-content {
	max-height: 588px;
}

.thumbs-container .thumbs-content .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.thumbs-container .thumbs-content .swiper-slide {
	/* width: 100% !important; */
	/* height: auto !important; */
	margin-bottom: 17%;
	cursor: pointer;
}

.thumbs-container .thumbs-content .swiper-slide .thumbs {
	border: 2px solid #ccc;
}

.thumbs-container .thumbs-content .swiper-slide-thumb-active .thumbs {
	border: 2px solid #df0716;
}

.introduction .detailsbox .product-details-left .master-container {
	float: right;
	width: 79.14%;
}

.introduction .detailsbox .product-details-right {
	width: 48%;
	min-height: 500px;
	padding-left: 46px;
	position: relative;
}

.introduction .detailsbox .product-details-right .linkBox {
	font-size: 0;
}

.introduction .detailsbox .product-details-right .linkBox a {
	display: block;
	margin: 20px 0;
}

.introduction .detailsbox .product-details-right .linkBox a img {
	margin: 0;
}

.introduction .detailsbox .product-details-right .product-title {
	line-height: 36px;
	padding: 13px 0;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.product-details-right .intro {
	padding-top: 30px;
}

.product-details-right .intro p {
	line-height: 32px;
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}

.introduction .goods-details-box {
	padding: 35px 37px 0;
}

.introduction .goods-details-box .titbox {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.introduction .goods-details-box .title {
	line-height: 44px;
	font-size: 34px;
	color: #393939;
}

.introduction .goods-details-box .title-en {
	line-height: 25px;
	font-size: 16px;
	color: #b5b5b5;
}

.introduction .goods-details-box span.line {
	display: block;
	width: 65px;
	height: 4px;
	margin: 6px auto -2px;
	background: #df0716;
}

.introduction .goods-introduce {
	margin: 36px auto 0;
	padding: 0 20px;
	max-width: 1030px;
}

.introduction .new-content {
	max-width: 1340px;
	margin: 0 auto;
}

.new-content .new-tag {
	margin: 28px auto 50px;
	text-align: center;
	font-size: 0;
}

.new-content .new-tag span {
	display: inline-block;
	line-height: 1;
	margin: 0 13px;
	padding: 10px 30px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #df0716;
	font-size: 18px;
	color: #df0716;
	cursor: pointer;
}

.new-content .new-tag span:hover,
.new-content .new-tag span.active {
	background: #df0716;
	color: #fff;
}

.new-content .newlist li {
	margin-bottom: 41px;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.new-content .newlist li:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(208, 208, 208, .74);
	box-shadow: 0 0 21px 0 rgba(208, 208, 208, .74);
}

.new-content .newlist li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	min-height: 320px;
}


.new-content .newlist .new-con {
	width: 66%;
	padding: 0 40px;
	position: relative;
}

.new-content .newlist .new-con .new-title {
	max-width: 85%;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-content .newlist .new-con .new-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 25px;
	margin-top: 23px;
	font-size: 14px;
	color: #999;
	text-indent: 2em;
}

.new-content .newlist .new-con .more {
	line-height: 20px;
	margin-top: 68px;
	font-size: 14px;
	color: #df0716;
}

.new-content .newlist .new-con .time {
	display: inline-block;
	line-height: 21px;
	padding: 0 8px;
	border: 2px solid #eee;
	border-radius: 10px;
	font-size: 15px;
	color: #000;
	text-align: center;
	position: absolute;
	top: -35px;
	right: 40px;
}

.new-content .newlist .new-con .time span {
	display: block;
	line-height: 43px;
	margin-top: 3px;
	font-size: 40px;
	color: #fabf00;
}

.new-content .newlist .new-img {
	width: 34%;
	height: 320px;
	overflow: hidden;
}

.new-content .newlist .new-img img {
	width: 100%;
}

.introduction .detailsbox .new-title {
	line-height: 33px;
	padding: 11px 0;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	color: #000;
	text-align: center;
}

.introduction .detailsbox .time {
	line-height: 24px;
	margin-bottom: 18px;
	padding: 7px 0;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.introduction .detailsbox .new-container table {
	margin: 0 auto;
}

.introduction .detailsbox .new-container table td {
	padding: 5px;
}

.introduction .detailsbox .new-container p {
	line-height: 36px;
	font-size: 18px;
	color: #666;
	text-align: justify;
}

.customized-product-list {
	padding: 36px 0 70px;
}

.customized-product-list .section-box {
	position: relative;
}

.customized-product-list .section-box .product-title {
	line-height: 73px;
	font-size: 18px;
	color: #676767;
}

.customized-product-list .section-box .product-title span {
	display: inline-block;
	margin-right: 15px;
	border-bottom: 4px solid #df0716;
	font-size: 34px;
	color: #393939;
}

.customized-product-list .section-box .more {
	display: inline-block;
	font-size: 18px;
	color: #666;
	position: absolute;
	top: 25px;
	right: 38px;
}

.customized-product-list .section-box .more:hover {
	color: #df0716;
}

.customized-product-list .section-box .more::after {
	display: inline-block;
	content: "";
	width: 0;
	margin-left: 10px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #df0716;
}

.section-box ul {
	margin: 20px -10px 0;
}

.section-box li {
	float: left;
	padding: 0 10px;
}

.section-box .category-list1 li {
	width: 33.33%;
	margin-bottom: 37px;
}

.section-box .category-list1 li:last-child {
	width: 100%;
}

.section-box .category-list2 ul {
	margin: 20px -17px 0;
}

.section-box .category-list2 li {
	width: 50%;
	padding: 0 17px;
}

.section-box .category-list2 li:nth-child(2) {
	margin-bottom: 4.4%;
}

.section-box li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.section-box li .imgbox {
	width: 100%;
}

.section-box li .imgbox img {
	width: 100%;
}

.section-box li .titbox {
	width: 100%;
	height: 92px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-box li .titbox>div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-box .titbox p {
	line-height: 38px;
	font-size: 32px;
	color: #fff;
}

.section-box .titbox span {
	line-height: 22px;
	font-size: 17px;
	color: #999999;
}

/*分页*/
.pages {
	margin-top: 10px;
	text-align: center;
}

.pages a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0 11px !important;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	color: #7e7e7e;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pages span {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0 11px !important;
	background-color: #df0716;
	border: 1px solid #df0716;
	border-radius: 5px;
	color: #ffffff;
}

.pages a:hover {
	background-color: #df0716;
	border-color: #df0716;
	color: #ffffff;
}

.pages a.txtbtn {
	width: 70px;
}

.banner .videoBox {
	width: 85%;
	height: 792px;
	margin: 0 auto;
	padding-top: 110px;
	overflow: hidden;
}

.banner .videoBox video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1200px) {
	.header .navbar-nav>li>a {
		padding: 0 20px;
	}
}

@media (min-width: 1250px) {
	.container {
		width: 100%;
		min-width: 1349px;
		padding: 0 30px;
	}

	.wrap {
		padding: 0;
	}

	.footer .footer-code>div:last-child {
		margin-left: 10px;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1462px;
		padding: 0;
	}

	.wrap {
		padding: 0 24px;
	}

	.footer .footer-code>div:last-child {
		margin-left: 40px;
	}
}
