i/**
 * style.less
 * 层叠样式表
 */
.ff {
	font-family: 'iconfont' !important;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
*[data-type='iframe'], *[data-fancybox], .slick-slide:focus, a:link {
	outline: none !important;
}
.slick-slide {
	outline: none;
}
.slick-slide a {
	outline: none !important;
}
@font-face {
 font-family: 'iconfont';
 src: url('../font/iconfont.eot');
 src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
body {
	font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body.searchactive {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
@media (min-width: 1350px) {
 .container {
 width: 1320px;
}
}
@media (min-width: 1560px) {
.container {
}
}
@media (min-width: 1920px) {
 .container {
 width: 1440px;
}
}
 @media (max-width: 767px) {
 .col-xs-6:nth-child(2n+1) {
 padding-right: 7.5px;
}
 .col-xs-6:nth-child(2n) {
 padding-left: 7.5px;
}
}
li, ol, ul {
	list-style: none;
}
a {
	color: inherit;
}
a:hover, a:link, a:visited {
	text-decoration: none;
	color: inherit;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
ul {
	margin: 0;
	padding: 0;
}
button, input, textarea {
	resize: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:visited, a:link {
	text-decoration: none;
	color: inherit;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.img-box img[src=''], .img-box img:not([src]) {
 opacity: 0;
 border: 0;
}
.header {
	position: relative;
	width: 100%;
}
@media (max-width: 1199px) {
 .header {
 height: 60px;
}
}
.header .top {
	overflow: hidden;
	height: 36px;
	background-color: #f7f6f6;
}
@media (max-width: 1199px) {
 .header .top {
 display: none;
}
}
.header .top p {
	font-size: 14px;
	line-height: 2.57142857;
	display: inline-block;
	float: left;
	margin: 0;
	color: #999;
}
.header .top p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	line-height: 36px;
	float: left;
	margin-right: 10px;
	content: '\e6ab';
}
.header .top p.tel {
	margin-left: 40px;
}
.header .top p.tel:before {
	font-size: 15px;
	content: '\e681';
}
.header .top p a:hover {
	text-decoration: underline;
	color: #b10004;
}
.header .top .share {
	float: right;
}
.header .top .share ul {
	margin-left: 30px;
}
.header .top .share ul li {
	display: inline-block;
}
.header .top .share ul li a {
	display: block;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.header .top .share ul li a:before {
	font-family: 'iconfont';
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	margin-top: 8px;
	margin-left: 14px;
	content: '\e615';
	text-align: center;
	color: #fff;
	background-color: #a84200;
}
.header .top .share ul li.twitter a:before {
	content: '\e60b';
	background-color: #ea68a2;
}
.header .top .share ul li.linkedin a:before {
	content: '\e6f0';
	background-color: #eb6877;
}
.header .top .share ul li.instagram a:before {
	content: '\e607';
}
.header .top .share ul li.youtube a:before {
	content: '\e6d7';
	background-color: #ac6a00;
}
.header .top .share ul li.google a:before {
	content: '\e645';
	background-color: #b10004;
}
.header .top .share ul li:hover a {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.header .top .language {
	float: right;
}
.header .top .language ul li {
	display: inline-block;
	margin: 0 12px;
}
.header .top .language ul li a {
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.header .top .language ul li a:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	content: '';
	vertical-align: middle;
	background: url(../image/language.png) no-repeat;
	background-size: cover;
}
.header .top .language ul li a:hover {
	text-decoration: underline;
	color: #b10004;
}
.header .top .language ul li.en a:before {
	background-position: -18px 0;
}
.header .top-nav {
	height: 100px;
	padding: 15px 0;
	background-color: #fff;
}
@media (max-width: 1199px) {
 .header .top-nav {
 height: 60px;
 padding: 0;
 box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
}
.header .navr {
	position: relative;
	display: inline-block;
	float: right;
}
@media (max-width: 1199px) {
 .header .navr {
 display: none;
}
}
.header .navr > ul > li {
	display: inline-block;
}
.header .navr > ul > li > a {
	font-size: 14px;
	line-height: 74px;
	display: block;
	padding: 0 40px;
}
@media (max-width: 1560px) {
 .header .navr > ul > li > a {
 padding: 0 20px;
}
}
.header .navr > ul > li .navr-list2 {
	display: none;
	background-color: rgba(177, 0, 4, .9);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .navr > ul > li .navr-list2 {
	position: absolute;
	z-index: 50;
	top: 90%;
	min-width: 150px;
	height: auto !important;
	padding: 20px 30px;
}
.header .navr > ul > li .navr-list2 > li {
	list-style: none;
	text-align: center;
}
.header .navr > ul > li .navr-list2 > li > a {
	font-size: 13px;
	line-height: 30px;
	position: relative;
	z-index: 1;
	display: block;
 -webkit-transition: -webkit-transform .6s ease;
 transition: -webkit-transform .6s ease;
 transition:         transform .6s ease;
 transition:         transform .6s ease, -webkit-transform .6s ease;
	color: #fff;
}
.header .navr > ul > li .navr-list2 > li > a:hover {
	text-decoration: underline;
}
.header .navr > ul > li .navr-list2 > li .pic {
	max-width: 260px;
	margin-left: 40px;
}
@media (max-width: 1199px) {
 .header .navr > ul > li .navr-list2 > li .pic {
 display: none;
}
}
.header .navr > ul > li .navr-list2 > li .pic img {
	max-width: 100%;
}
.header .navr > ul > li .navr-list2 > li .pic .img-box {
	padding-bottom: 69.23076923%;
}
.header .navr > ul > li .navr-list2 > li.more > a:after {
	font-family: 'iconfont';
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\e9b4';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #b10004;
}
.header .navr > ul > li .navr-list2.pronav-list2 {
	right: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	max-width: 1290px;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: 40px solid #fff;
}
.header .navr > ul > li .navr-list2.pronav-list2 > li {
	width: 14.28571429%;
	margin-right: -4px;
	margin-bottom: -999px;
	padding: 0 25px 0 15px;
	padding-bottom: 999px;
	border-left: 1px solid #e7e7e7;
}
.header .navr > ul > li .navr-list2.pronav-list2 > li .pic {
	max-width: 130px;
	margin-left: 0;
}
.header .navr > ul > li .navr-list2.pronav-list2 > li h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 24px;
}
.header .navr > ul > li:hover > a {
	text-decoration: underline;
	color: #b10004;
}
.header .phonenavr {
	position: absolute;
	top: 30px;
	left: 10px;
	display: none;
	width:100%;
}
@media (max-width: 1199px) {
 .header .phonenavr {
 display: block;
}
}
@media (max-width: 767px) {
 .header .phonenavr {
 width:90%;
}
}
.header .phonenavr ul li {
	line-height: 30px;
	display: inline-block;
	color: #666666;
}
/* .header .phonenavr ul li:after
{
    float: right;

    content: '/';
} */
.header .phonenavr ul li:last-child:after {
	display: none;
}
.header .phonenavr ul li a {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 4px;
	border:  1px solid #dcdcdc;
}
.header .phonenavr ul li a:hover {
	text-decoration: underline;
}
.header .back-btn2 {
	display: inline-block;
	float: left;
	margin-top: -6px;
	color:#666666;
}
.header .logo {
	position: relative;
	float: left;
	height: 80px;
 -webkit-transition: all .4s;
 transition: all .4s;
}
@media (max-width: 1199px) {
 .header .logo {
 float: none;
 width: 100%;
 height: 40px;
 margin-top: 12px;
 text-align: center;
}
}
.header .logo a {
	display: block;
	height: 100%;
}
.header .logo img {
	display: block;
	height: 100%;
	margin: 0 auto;
}
.header .nav-collapse {
	position: absolute;
	top: 10px;
	left: 15px;
	display: none;
	float: left;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 1199px) {
 .header .nav-collapse {
 display: block;
}
 .header .nav-collapse.nav-collapse-1 {
 position: absolute;
 z-index: 9999;
 top: 10px;
 left: auto;
 right: 20px;
 display: block;
 margin-top: 10px;
 border: none;
}
 .header .nav-collapse.nav-collapse-1 .btn-line {
 background-color: #666666 !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .header .nav-collapse.nav-collapse-xs:hover .btn-line {
 background-color: #000;
}
}
.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
 -webkit-transition: all .5s ease;
 transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #b10004;
}
.header .nav-collapse .btn-line:nth-child(3), .header .nav-collapse .btn-line:nth-child(1) {
 position: absolute;
 display: block;
 width: 20px;
 height: 2px;
 content: '';
 -webkit-transition: all .5s ease;
 transition: all .5s ease;
 background-color: #b10004;
}
.header .nav-collapse .btn-line:nth-child(1) {
 top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
 top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
 top: 65%;
}
.header .nav-collapse.active {
	border-color: transparent;
}
.header .nav-collapse.active .btn-line {
	background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
 -webkit-transform: translateX(-50px);
 -ms-transform: translateX(-50px);
 transform: translateX(-50px);
 opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
 top: 50%;
 left: 50%;
 -webkit-transform: translateX(-50%) rotateZ(45deg);
 -ms-transform: translateX(-50%) rotate(45deg);
 transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
 top: 50%;
 left: 50%;
 -webkit-transform: translateX(-50%) rotateZ(-45deg);
 -ms-transform: translateX(-50%) rotate(-45deg);
 transform: translateX(-50%) rotateZ(-45deg);
}
.header .navbox {
	position: relative;
	z-index: 10;
}
@media (min-width: 1200px) {
 .header .nav {
 position: relative;
 width: 100%;
 height: 60px;
 padding-right: 0;
 background-color: #0d0d0d;
}
}
@media (max-width: 1199px) {
 .header .nav {
 position: fixed;
 z-index: 9998;
 top: 0;
 left: 0;
 display: none;
 width: 100%;
 height: 100%;
 padding: 0 30px;
 -webkit-transition: left .3s;
 transition: left .3s;
 text-align: left;
 text-align: center;
 background: #fafafa;
 background-color: #eeeeee;
}
 .header .nav .container {
 height: 100%;
}
 .header .nav .tbl {
 display: table;
 width: 100%;
 height: 100%;
 padding: 5% 0;
}
 .header .nav .tbl-cell {
 display: table-cell;
 height: 100%;
 vertical-align: middle;
}
}
@media (max-width: 767px) {
 .header .nav {
 width: 100%;
 padding: 30px 15px;
}
 .header .nav .tbl {
 padding: 20% 0 5%;
}
}
.header .nav.left-100 {
	left: -100%;
}
.header .nav.left-200 {
	left: -200%;
}
@media (min-width: 1200px) {
 .header .nav .nav-list1 li a {
/* white-space: nowrap; */
    }
 .header .nav .nav-list1 > li {
 float: left;
width: 12.5%;
 list-style: none;
 position: relative;
}
 .header .nav .nav-list1 > li > a {
 font-size: 14px;
 line-height: 60px;
 position: relative;
 display: block;
 height:60px;
        /* padding: 0 50px; */
        text-align: center;
 -webkit-transition: all .4s;
 transition: all .4s;
 color: #fff;
}
 .header .nav .nav-list1 > li:hover > a, .header .nav .nav-list1 > li.active > a {
 background-color: #b10004;
}
 .header .nav .nav-list1 .nav-list2 {
 display: none;
 background-color: rgba(177, 0, 4, .9);
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
 .header .nav .nav-list1 .nav-list2 {
 position: absolute;
 z-index: 50;
 top: 100%;

        /* min-width: 156px; */
        width: 100%;
 height: auto !important;
 padding: 20px 20px;
}
 .header .nav .nav-list1 .nav-list2 li {
 list-style: none;
 text-align: center;
}
 .header .nav .nav-list1 .nav-list2 li > a {
 font-size: 14px;
 line-height: 30px;
 position: relative;
 z-index: 1;
 display: block;
 -webkit-transition: -webkit-transform .6s ease;
 transition: -webkit-transform .6s ease;
 transition:         transform .6s ease;
 transition:         transform .6s ease, -webkit-transform .6s ease;
 color: #fff;
}
 .header .nav .nav-list1 .nav-list2 li > a:hover {
 text-decoration: underline;
}
 .header .nav .nav-list1 .nav-list2 li .pic {
 max-width: 260px;
 margin-left: 40px;
}
 .header .nav .nav-list1 .nav-list2 li .pic img {
 max-width: 100%;
}
 .header .nav .nav-list1 .nav-list2 li .pic .img-box {
 padding-bottom: 69.23076923%;
}
 .header .nav .nav-list1 .nav-list2 li.more > a:after {
 font-family: 'iconfont';
 position: absolute;
 top: 50%;
 right: 20px;
 content: '\e9b4';
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 color: #b10004;
}
 .header .nav .nav-list1 .nav-list2.pronav-list2 {
 right: 0;
 left: 0;
 overflow: hidden;
 width: 100%;
 max-width: 1290px;
 margin: auto;
 padding-bottom: 20px;
 border-bottom: 40px solid #fff;
}
 .header .nav .nav-list1 .nav-list2.pronav-list2 > li {
 width: 14.28571429%;
 margin-right: -4px;
 margin-bottom: -999px;
 padding: 0 25px 0 15px;
 padding-bottom: 999px;
 border-left: 1px solid #e7e7e7;
}
 .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic {
 max-width: 130px;
 margin-left: 0;
}
 .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4 {
 font-size: 13px;
 font-weight: bold;
 margin-top: 24px;
}
 .header .nav .nav-list1 .nav-list3 li > a {
 font-size: 12px;
 line-height: 2;
}
}
/* @media (min-width: 1200px) and (max-width: 1810px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 15px;
    }
} */
@media (min-width: 1200px) and (max-width: 1199px) {
 .header .nav .nav-list1 .nav-list2 li .pic {
 display: none;
}
}
@media (max-width: 1560px) {
/* .header .nav .nav-list1 > li
    {
        margin: 0 10px;
    } */
/*    .header .nav .nav-list1 .nav-list2{
width: 130%;
    }*/
}
/* @media (max-width: 1330px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 6px;
    }
} */
@media (max-width: 1199px) {
 .header .nav .nav-list1 {
 margin: 0;
 padding: 0;
 height: 80%;
 overflow: auto;
 opacity: 0;
}
 .header .nav .nav-list1 > li {
 -webkit-transform: translateX(-25px);
 -ms-transform: translateX(-25px);
 transform: translateX(-25px);
 opacity: 0;
}
 .header .nav .nav-list1 > a {
 font-size: 20px;
 color: #fff;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .header .nav .nav-list1 > li {
 margin: 0 12px;
}
}
@media (max-width: 1199px) {
 .header .nav .nav-list2, .header .nav .nav-list3 {
 display: none;
}
 .header .nav .nav-list2 a, .header .nav .nav-list3 a {
 font-size: 16px;
 line-height: 2;
 margin-top: 5px;
 color: #fff;
}
}
.header .nav .nav-list2 a, .header .nav .nav-list3 a {
	display: block;
}
@media (max-height: 580px) {
 .header .nav .nav-list2 a, .header .nav .nav-list3 a {
 margin-top: 0;
}
}
.header .nav-2, .header .nav-3 {
	display: none;
}
@media (max-width: 1199px) {
 .header .nav-2, .header .nav-3 {
 position: absolute;
 z-index: 9999;
 top: 0;
 display: block;
 overflow: hidden;
 width: 100%;
 height: 100%;
 padding: 20px;
 -webkit-transition: left .3s;
 transition: left .3s;
 text-align: left;
 text-align: center;
 color: #fff;
 background: #fafafa;
 background-color: #eeeeee;
}
}
/* .header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
} */
.header .nav-2 .nav-top .back-btn:before, .header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}
.header .nav-2 .nav-top h2, .header .nav-3 .nav-top h2 {
	font-size: 30px;
	color: #666666;
	margin: 0;
	text-indent: -1em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
 .header .nav-2 .nav-top h2, .header .nav-3 .nav-top h2 {
 font-size: 20px;
 width: 100%;
}
}
.header .nav-2 .nav-top .nav-collapse-2, .header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
	left: auto;
	right: 20px;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line, .header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #666666;
}
.header .nav-2 .content, .header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}
@media (max-width: 767px) {
 .header .nav-2 .content ul, .header .nav-3 .content ul {
 padding: 0 15px;
}
}
.header .nav-2 .content ul li, .header .nav-3 .content ul li {
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0;
	text-align: left;
}
@media (max-width: 767px) {
 .header .nav-2 .content ul li, .header .nav-3 .content ul li {
 margin: 0;
}
}
.header .nav-2 .content ul li.more, .header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after, .header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a, .header .nav-3 .content ul li a {
	display: block;
	color: #666666;
}
.header .nav-2 {
	left: 100%;
}
.header .nav-3 {
	left: 200%;
}
.header .nav-3 .content ul li {
	font-size: 16px;
}
.header .fade-out ul {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
 .header .fade-out ul {
 padding: 0 5%;
}
}
@media (max-width: 1199px) {
 .header .fade-out ul .pic {
 display: none !important;
}
}
@media (max-width: 1199px) {
 .header .fade-out ul.nav-list1 {
 opacity: 1;
}
 .header .fade-out ul.nav-list1 a {
 color: #666666;
}
 .header .fade-out ul.nav-list1 > li {
 position: relative;
 margin: 0px 0;
}
 .header .fade-out ul.nav-list1 > li.act {
 -webkit-transition: all .4s;
 transition: all .4s;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 .header .fade-out ul.nav-list1 > li.more:after {
 font-family: 'iconfont';
 font-size: 18px;
 position: absolute;
 top: 50%;
 right: 0;
 margin-top: -14px;
 content: '\e72f';
 color: #666666;
}
 .header .fade-out ul.nav-list1 > li > a {
 font-size: 18px;
 line-height: 2.5;
 display: block;
 text-transform: uppercase;
}
 .header .fade-out ul.nav-list1 .nav-list2 > li > a {
 font-size: 20px;
}
}
@media (max-width: 1199px) and (max-width: 767px) {
 .header .fade-out ul.nav-list1 > li {
 margin: 0;
}
}
@media (max-width: 1199px) and (max-height: 768px) {
 .header .fade-out ul.nav-list1 .nav-list2 > li > a {
 font-size: 18px;
}
}
@media (max-width: 1199px) and (max-width: 480px) {
 .header .fade-out ul.nav-list1 .nav-list2 > li > a {
 font-size: 14px;
}
}
.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}
.header .xs-language {
	position: absolute;
	z-index: 9;
	bottom: 30px;
	left: 35px;
}
@media (min-width: 1200px) {
 .header .xs-language {
 display: none;
}
}
.header .xs-language a {
	font-size: 16px;
	color: #666666;
}
.header .xs-language span {
	margin: 0 5px;
	color: #666666;
}
.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0, 0, 0, .96);
}
.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}
.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
.header .search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}
@media (min-width: 768px) {
 .header .search-box .input-text {
 width: 100%;
 padding: 0 50px 0 3%;
}
}
.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	background: none;
}
.header .search-box .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e660';
	color: #343434;
}
@media (min-width: 768px) {
 .header .search-box .input-submit {
 position: absolute;
 right: 0;
 bottom: 20px;
}
}
.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}
@media (min-width: 1200px) {
 .header .search-box.search-xs {
 display: none;
}
}
@media (max-width: 1199px) {
 .header .search-box.search-xs {
 position: absolute;
 z-index: 0;
 top: auto;
 right: 0;
 bottom: 0;
 bottom: 30px;
 display: inline-block;
 height: 34px;
}
}
.header .search-box.search-xs.show {
	z-index: 66;
}
.header .search-box.search-xs.show .search {
	left: 0;
}
.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
 -webkit-transition: left .3s;
 transition: left .3s;
	border-color: #fff;
	background: #fff;
}
@media (max-width: 360px) {
 .header .search-box.search-xs form .input-text {
 width: 74%;
}
}
@media (max-width: 767px) {
 .header .search-box.search-xs form .input-text {
 padding-left: 5%;
}
}
.header .search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}
.header .search-box.search-xs .input-submit:before {
	color: #104384;
}
.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;
	display: inline-block;
	cursor: pointer;
}
.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e660';
	color: #b10004;
}
.header .search-lg {
	top: 0;
}
.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}
.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 3px solid #1f1e1e;
	border-radius: 0;
}
.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}
.header .search-lg .input-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0;
	padding-bottom: 30px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	color: #fff;
}
.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}
@media (max-width: 1440px) {
 .header .search-lg .close-btn {
 right: 8%;
}
}
.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}
.header .right {
	float: right;
	margin-left: 40px;
}
.header .find {
	line-height: 74px;
	float: right;
	margin-left: 60px;
	cursor: pointer;
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #666;
}
.header .find::before {
 font-family: 'iconfont';
 font-size: 34px;
 float: left;
 content: '\e62c';
}
.header .find:hover {
	color: #b10004;
}
@media (max-width: 1199px) {
 .header .find {
 line-height: 60px;
 position: absolute;
 top: 0;
 right: 15px;
 margin-left: 0;
}
}
.online {
	position: fixed;
	z-index: 9;
	bottom: 20px;
	right: 0;
	width: 45px;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
}
@media (max-width: 1440px) {
 .online {
 right: 5px;
}
}
@media (max-width: 991px) {
 .online {
 top: auto;
 right: 0;
 bottom: -300px;
 left: auto;
}
}
.online.active {
	right: 0;
	bottom: 20%;
	left: auto;
}
.online a {
	line-height: 45px;
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	margin-top: 2px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px) {
 .online a {
 line-height: 40px;
 width: 40px;
 height: 40px;
}
}
.online a:after {
	font-family: 'iconfont';
	font-size: 22px;
	content: '\e751';
	color: #fff;
}
.online a:hover {
	background-color: rgba(177, 0, 4, .7);
}
.online a.online-qq:after {
	content: '\e62d';
}
.online a.online-skype:after {
	content: '\e738';
}
.online a.online-email:after {
	content: '\e6ab';
}
.online a.online-weixin:after {
	font-size: 26px;
	content: '\e613';
}
.online a.online-wechat:after {
	font-size: 22px;
	content: '\e604';
}
.online a.online-top:after {
	content: '\e605';
}
.online a.online-tel p, .online a.online-whatsapp p {
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 54px;
	display: none;
	width: 160px;
	height: 50px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima, .online a.online-weixin .erweima {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 54px;
	display: block;
	display: none;
	width: 130px;
	height: 130px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img, .online a.online-weixin .erweima img {
	width: 100%;
}
.online a.online-wechat .erweima p, .online a.online-weixin .erweima p {
	font-size: 13px;
	line-height: 30px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #888;
}
.icon-online {
	font-size: 30px;
	line-height: 40px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 20px;
	display: none;
	width: 46px;
	height: 46px;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #b10004;
}
@media (max-width: 991px) {
 .icon-online {
 display: none;
}
}
.icon-online.icon {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fixed-cart {
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 80px;
	display: none;
}
@media (max-width: 767px) {
 .fixed-cart {
 display: block;
}
}
.fixed-cart i {
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #b10004;
}
.fixed-cart i:after {
	font-family: 'iconfont' !important;
	content: '\e6c7';
}
.inquire-sheet-box {
	position: fixed;
	z-index: 100;
	top: 30%;
	right: 0;
	width: 250px;
 -webkit-transition: right .4s;
 transition: right .4s;
	border: 1px solid #bfbfbf;
	background: #fff;
	box-shadow: 0 0 15px 0 #ccc;
}
@media (max-width: 991px) {
 .inquire-sheet-box {
 display: none;
}
}
.inquire-sheet-box .Jclose {
	position: absolute;
	top: 18px;
	right: 15px;
	display: none;
	cursor: pointer;
}
.inquire-sheet-box .Jclose::after {
 font-family: 'iconfont';
 content: '\2716';
}
.inquire-sheet-box .J-title {
	position: relative;
	padding: 20px 10px;
	color: #fff;
	background-color: #333;
}
.inquire-sheet-box .J-title a:before {
	font-family: 'iconfont';
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin-top: -4px;
	margin-right: 14px;
	content: '\e600';
}
.inquire-sheet-box .J-title p {
	margin: 0;
}
.inquire-sheet-box .J-inquiry {
	margin: 8px 10px 20px;
	color: #fff;
	background-color: #b10004;
}
.inquire-sheet-box .J-inquiry a {
	display: block;
	padding: 11px 0;
	text-align: center;
}
.inquire-sheet-box .J-inquiry a:before {
	font-family: 'iconfont';
	font-size: 20px;
	margin-right: 14px;
	content: '\e6a4';
	vertical-align: middle;
}
.inquire-sheet-box .J-inquiry:hover {
	background-color: #9b0105;
}
.inquire-sheet-box .J-shoping-body {
	overflow: auto;
	max-height: 340px;
	padding-bottom: 10px;
}
.inquire-sheet-box .J-shoping-list {
	overflow: hidden;
	padding: 5px 0;
	white-space: nowrap;
	border-bottom: 1px dashed #dcdcdc;
}
.inquire-sheet-box .J-shoping-list:hover p {
	color: #b10004;
}
.inquire-sheet-box .J-shoping-list .pic-box {
	display: inline-block;
	width: 70px;
	padding: 1px;
	vertical-align: middle;
}
.inquire-sheet-box .J-shoping-list p {
	display: inline-block;
	overflow: hidden;
	width: 54%;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}
.inquire-sheet-box .J-shoping-list p a {
	line-height: 1.5;
	max-height: 20px;
}
.inquire-sheet-box .J-shoping-close {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.inquire-sheet-box .J-shoping-close:after {
	font-family: 'iconfont';
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '\e619';
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #b10004;
}
.inquire-sheet-box .J-shoping-close:hover:after {
	background-color: #9b0105;
}
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: -2px;
}
@media (max-width: 1199px) {
 .banner .slickbanner {
 width: 110%;
 max-width: 110%;
 margin-left: -5%;
}
}
/* @media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 130%;
        margin-left: -15%;
    }
} */
/* @media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
} */
.banner .slick-dots {
	position: absolute;
	bottom: 38px;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
@media (max-width: 1199px) {
 .banner .slick-dots {
 text-align: center;
}
}
@media (max-width: 767px) {
 .banner .slick-dots {
 bottom: 12px;
 display: none;
}
}
.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 6px;
	margin: 0 5px;
	cursor: pointer;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
}
.banner .slick-dots li.slick-active {
	width: 30px;
	border-color: #b10004;
	background-color: #b10004;
}
.banner .slick-dots li button {
	opacity: 0;
}
.banner img {
	display: block;
	width: 100%;
}
.banner .img-box {
	padding-bottom: 31.25%;
}
.banner-in .img-box {
	padding-bottom: 20.83333333%;
}
.box {
	overflow: hidden;
	padding: 100px 0;
}
@media (max-width: 991px) {
 .box {
 padding: 60px 0;
}
}
.title {
	text-align: center;
}
.title h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.title h2:after {
	display: block;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
	content: '';
	background-color: #b10004;
}
@media (max-width: 991px) {
 .title h2 {
 font-size: 24px;
}
}
.title p {
	line-height: 1.71428571;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 14px;
	color: #999;
}
.indexcontent {
	position: relative;
	z-index: 2;
}
.box-about {
	background-color: #fff;
}
.box-about .about .pic img {
	max-width: 100%;
}
@media (max-width: 991px) {
 .box-about .about .text {
 margin-top: 40px;
}
}
.box-about .about .text .title-about h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0 10px;
	border-left: 3px solid #b10004;
}
@media (max-width: 991px) {
 .box-about .about .text .title-about h2 {
 font-size: 24px;
}
}
.box-about .about .text .note {
	margin-top: 20px;
}
.box-about .about .text .note p {
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	max-height: 120px;
	margin: 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.box-about .about .text a.more {
	line-height: 45px;
	display: inline-block;
	height: 45px;
	margin-top: 40px;
	padding: 0 46px;
 -webkit-transition: all .4s;
 transition: all .4s;
	color: #fff;
	background-color: #b10004;
}
.box-about .about .text a.more:after {
	font-family: 'iconfont' !important;
	margin-left: 10px;
	content: '\e610';
}
.box-about .about .text a.more:hover {
	background-color: #9b0105;
}
.box-about .info {
	overflow: hidden;
	margin-top: 50px;
	padding: 20px 0;
	background-color: #fff;
}
.box-about .info ul {
	font-size: 0;
}
.box-about .info ul li {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 20px 3%;
	vertical-align: top;
}
@media (max-width: 1560px) {
 .box-about .info ul li {
 padding: 20px 15px;
}
}
@media (max-width: 991px) {
 .box-about .info ul li {
 width: 50%;
}
 .box-about .info ul li:nth-child(2n):after {
 display: none;
}
}
@media (max-width: 767px) {
 .box-about .info ul li {
 width: 100%;
 padding: 10px 15px;
}
 .box-about .info ul li:after {
 display: none;
}
}
.box-about .info ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 60px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px dashed #eee;
}
.box-about .info ul li:last-child:after {
	display: none;
}
.box-about .info ul li .item {
	position: relative;
	padding-left: 90px;
}
.box-about .info ul li .item:before {
	font-family: 'iconfont' !important;
	font-size: 36px;
	line-height: 70px;
	position: absolute;
	left: 0;
	display: block;
	width: 70px;
	height: 70px;
	content: '\e626';
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #b10004;
	border: 1px dashed #959595;
	border-radius: 50%;
}
.box-about .info ul li .item h3 {
	font-size: 16px;
	font-weight: bold;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.box-about .info ul li .item p {
	font-size: 14px;
	line-height: 1.57142857;
	margin: 10px 0 0 0;
 -webkit-transition: all .4s;
 transition: all .4s;
	color: #999;
}
/* .box-about .info ul li .item:hover:before
{
    color: #fff;
    border-color: #b10004;
    background-color: #b10004;
} */
.box-about .info ul li .item:hover h3, .box-about .info ul li .item:hover p {
	color: #b10004;
}
.box-about .info ul li .item-2:before {
	content: '\e625';
}
.box-about .info ul li .item-3:before {
	font-size: 30px;
	content: '\e61f';
}
.box-about .info ul li .item-4:before {
	font-size: 30px;
	content: '\e69e';
}
.box-product .sort {
	overflow: hidden;
	padding: 0 10%;
}
@media (max-width: 1560px) {
 .box-product .sort {
 padding: 0;
}
}
.box-product .sort ul {
	text-align: center;
}
.box-product .sort ul li {
	position: relative;
	display: inline-block;
	width: 16.66666667%;
	margin-top: 50px;
	margin-right: -4px;
	padding-bottom: 30px;
 -webkit-transition: all .4s;
 transition: all .4s;
	vertical-align: top;
}
@media (max-width: 1199px) {
 .box-product .sort ul li {
 padding-bottom: 30px;
}
}
@media (max-width: 991px) {
 .box-product .sort ul li {
 width: 33.33333333%;
 margin-top: 30px;
 padding-bottom: 0;
}
}
.box-product .sort ul li.active:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	content: '\e657';
	color: #b10004;
}
@media (max-width: 991px) {
 .box-product .sort ul li.active:after {
 display: none;
}
}
.box-product .sort ul li.active .pic {
	border-color: #b10004;
	background-color: #fff8f8;
}
@media (max-width: 991px) {
 .box-product .sort ul li.active .pic {
 border: 1px solid #e5e5e5;
 background: none;
}
}
.box-product .sort ul li.active p {
	color: #b10004;
}
@media (max-width: 991px) {
 .box-product .sort ul li.active p {
 color: #666;
}
}
.box-product .sort .pic {
	position: relative;
	z-index: 9;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
}
@media (max-width: 991px) {
 .box-product .sort .pic {
 width: 100px;
 height: 100px;
}
}
.box-product .sort p {
	font-size: 16px;
	line-height: 1.5;
	margin: 14px 0 0 0;
	text-align: center;
	color: #666;
}
@media (max-width: 1560px) {
 .box-product .sort p {
 font-size: 14px;
}
}
.box-product .list {
	margin-top: 30px;
}
@media (max-width: 991px) {
 .box-product .list {
 display: none;
}
}
.box-product .list .item {
	position: relative;
}
.box-product .list .item .img-box {
	padding-bottom: 54.66666667%;
}
.box-product .list .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.box-product .list .item p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 14px 0 0 0;
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	opacity: 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
 .box-product .list .item p {
 font-size: 14px;
}
}
.box-product .list .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.box-product .list .item:hover p {
	opacity: 1;
}
.box-product .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -6%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}
@media (max-width: 991px) {
}
.box-product .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 70px;
	display: block;
	width: 25px;
	height: 70px;
	content: '\e601';
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #666;
}
.box-product .slick-arrow.slick-next {
	right: -6%;
	left: auto;
}
@media (max-width: 991px) {
}
.box-product .slick-arrow.slick-next:before {
	content: '\e827';
}
.box-product .slick-arrow:hover:before {
	color: #fff;
	border-radius: 50px;
	background-color: #b10004;
}
.box-case {
	background-color: #fafafa;
}
.box-case .case {
	margin-top: 30px;
	padding: 0 60px;
}
@media (max-width: 767px) {
 .box-case .case {
 padding: 0 40px;
}
}
.box-case .case .slick-list {
	padding-right: 2px;
	padding-left: 2px;
}
@media (max-width: 767px) {
 .box-case .case .slick-list {
 padding-right: 0;
}
}
.box-case .case .slick-slide {
	overflow: hidden;
}
.box-case .case .item {
	margin: 0 0 0 -1px;
	text-align: center;
}
.box-case .case .item .pic {
	position: relative;
	z-index: 9;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	margin-right:10px;
	margin-left:10px;
}
.box-case .case .item .pic .img-box {
	padding-bottom: 70%;
}
.box-case .case .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.box-case .case .item p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin:5px 0;
 -webkit-transition: all .2s;
 transition: all .2s;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.box-case .case .item ul {
	overflow: hidden;
	padding: 0 6px;
}
.box-case .case .item ul li {
	float: left;
	width: 33.33333333%;
	padding: 0 3px;
}
.box-case .case .item ul li .img-box {
	padding-bottom: 66.66666667%;
}
.box-case .case .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.box-case .case .item:hover p {
	color: #b10004;
}
.box-case .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 43%;
	left: -50px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
 .box-case .slick-arrow {
 left: -40px;
}
}
.box-case .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 70px;
	display: block;
	width: 25px;
	height: 70px;
	content: '\e601';
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #cdcdcd;
}
.box-case .slick-arrow.slick-next {
	right: -50px;
	left: auto;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
 .box-case .slick-arrow.slick-next {
 right: -40px;
}
}
.box-case .slick-arrow.slick-next:before {
	content: '\e827';
}
.box-case .slick-arrow:hover:before {
	color: #fff;
	border-radius: 50px;
	background-color: #b10004;
}
.box-cooperation .cooperation {
	font-size: 0;
	margin-top: 30px;
	padding: 0 70px;
}
@media (max-width: 767px) {
 .box-cooperation .cooperation {
 padding: 0 40px;
}
}
.box-cooperation .cooperation .info {
	position: relative;
}
.box-cooperation .cooperation .slick-list {
	/* padding-right: 2px; */
    padding-left: 1px;
	border-left: 1px solid #dcdcdc;/* border-right: 1px solid #dcdcdc; */
}
@media (max-width: 1440px) {
 .box-cooperation .cooperation .slick-list {
 border:  none;
 padding-left: 3px;
}
}
@media (max-width: 767px) {
 .box-cooperation .cooperation .slick-list {
 padding-right: 0;
 padding-left: 2px;
}
}
.box-cooperation .cooperation .slick-slide {
	overflow: hidden;
	padding: 0;
}
.box-cooperation .cooperation .slick-slide > div:last-child .item .pic {
	border-top: none;
}
.box-cooperation .cooperation .item {
	position: relative;
	z-index: 9;
	display: block !important;
	overflow: hidden;
	margin: 0 0 0 -1px;
	text-align: center;
}
.box-cooperation .cooperation .item .pic {
	border: 1px solid #dcdcdc;
}
.box-cooperation .cooperation .item .img-box {
	padding-bottom: 45.45454545%;
}
.box-cooperation .cooperation .mask {
	position: absolute;
	bottom: 1px;
	right: 0px;
	display: block;
	text-align: center;
	width: 14.35%;
	/*
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(102%);
        -ms-transform: translateY(102%);
            transform: translateY(102%); */

    background-color: rgba(177, 0, 4, .9);
}
.box-cooperation .cooperation .mask .img-box {
	padding-bottom: 45.45454545%;
}
@media (max-width: 991px) {
 .box-cooperation .cooperation .mask {
 display: none;
}
}
.box-cooperation .cooperation .mask p {
	font-size: 14px;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.box-cooperation .cooperation .mask p:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: block;
	content: '\e610';
}
.box-cooperation .cooperation .item:hover .mask {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.box-cooperation .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -60px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
 .box-cooperation .slick-arrow {
 left: -40px;
}
}
.box-cooperation .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 70px;
	display: block;
	width: 25px;
	height: 70px;
	content: '\e601';
	text-align: center;
	color: #cdcdcd;
}
.box-cooperation .slick-arrow.slick-next {
	right: -60px;
	left: auto;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
 .box-cooperation .slick-arrow.slick-next {
 right: -40px;
}
}
.box-cooperation .slick-arrow.slick-next:before {
	content: '\e827';
}
.box-cooperation .slick-arrow:hover:before {
	color: #fff;
	border-radius: 50px;
	background-color: #b10004;
}
.footer {
	background-color: #333;
}
.footer .foot {
	padding: 80px 0 40px;
}
@media (max-width: 1199px) {
 .footer .foot {
 padding: 30px 0; display:none
}
}
.footer .foot > ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.footer .foot > ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}
@media (max-width: 1199px) {
 .footer .foot > ul:after {
 display: none;
}
}
@media (max-width: 1199px) {
 .footer .foot > ul {
 display: block;
 overflow: hidden;
 margin: 0 -15px;
}
}
@media (min-width: 1200px) {
 .footer .foot > ul > li {
 display: inline-block;
 width: 10%;
 vertical-align: top;
 word-break: break-all;
 text-align: left;
}
}
@media (max-width: 1199px) {
 .footer .foot > ul > li {
 display: inline-block;
 width: 33.33333333%;
 margin-right: -4px;
 padding: 0 15px;
 vertical-align: top;
}
}
@media (max-width: 767px) {
 .footer .foot > ul > li {
 width: 100%;
}
}
.footer .foot > ul > li h3 {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	border-left: 3px solid #b10004;
}
@media (max-width: 991px) {
 .footer .foot > ul > li h3:after {
 font-family: 'iconfont' !important;
 font-size: 14px;
 float: right;
 content: '\e628';
}
}
@media (max-width: 1199px) {
 .footer .foot > ul > li .item {
 margin-top: 30px;
}
}
.footer .foot > ul > li .item-1 a {
	line-height: 2.14285714;
	display: block;
 -webkit-transition: all .4s;
 transition: all .4s;
	color: #d5d5d5;
}
.footer .foot > ul > li .item-1 a:before {
	display: inline-block;
	margin-right: 6px;
	content: '-';
}
.footer .foot > ul > li .item-1 a:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	text-decoration: underline;
	color: #fff;
}
.footer .foot > ul > li .item-2 {
	text-align: center;
}
@media (max-width: 991px) {
 .footer .foot > ul > li .item-2 {
 display: none;
}
}
.footer .foot > ul > li .item-2 img {
	max-width: 100%;
}
.footer .foot > ul > li .item-2 .share {
	margin-top: 20px;
	text-align: center;
}
.footer .foot > ul > li .item-2 .share ul li {
	display: inline-block;
}
.footer .foot > ul > li .item-2 .share ul li a {
	display: block;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.footer .foot > ul > li .item-2 .share ul li a:before {
	font-family: 'iconfont';
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	margin: 0 6px;
	margin-top: 8px;
	content: '\e615';
	text-align: center;
	color: #fff;
	background-color: #a84200;
}
.footer .foot > ul > li .item-2 .share ul li.twitter a:before {
	content: '\e60b';
	background-color: #ea68a2;
}
.footer .foot > ul > li .item-2 .share ul li.linkedin a:before {
	content: '\e6f0';
	background-color: #eb6877;
}
.footer .foot > ul > li .item-2 .share ul li.instagram a:before {
	content: '\e607';
}
.footer .foot > ul > li .item-2 .share ul li.youtube a:before {
	content: '\e6d7';
	background-color: #ac6a00;
}
.footer .foot > ul > li .item-2 .share ul li.google a:before {
	content: '\e645';
	background-color: #b10004;
}
.footer .foot > ul > li .item-2 .share ul li:hover a {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.footer .foot > ul > li .info-down {
	margin-top: 20px;
}
@media (max-width: 991px) {
 .footer .foot > ul > li .info-down {
 display: none;
 padding-bottom: 10px;
}
}
.footer .foot > ul > li.current .title-foot h3:after {
	content: '\e623';
}
.footer .foot-text {
	font-size: 0;
	overflow: hidden;
	padding: 30px 0;
	background: url(../image/foot_bg.jpg) no-repeat center;
	background-size: cover;
}
.footer .foot-text .text {
	margin: 0 -40px;
}
@media (max-width: 1560px) {
 .footer .foot-text .text {
 margin: 0 -20px;
}
}
@media (max-width: 991px) {
 .footer .foot-text .text {
 margin: 0;
}
}
.footer .foot-text p {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	margin: 0 40px;
	padding-left: 30px;
	color: #d5d5d5;
}
@media (max-width: 1560px) {
 .footer .foot-text p {
 margin: 0 20px;
}
}
@media (max-width: 991px) {
 .footer .foot-text p {
 width: 50%;
 margin: 0;
}
}
@media (max-width: 767px) {
 .footer .foot-text p {
 display: block;
 width: 100%;
}
}
.footer .foot-text p:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	left: 0;
	content: '\e61a';
}
.footer .foot-text p.tel:before {
	content: '\e61c';
}
.footer .foot-text p.fax:before {
	content: '\e64f';
}
.footer .foot-text p.email:before {
	content: '\e6ab';
}
.footer .foot-text a {
 -webkit-transition: all .4s;
 transition: all .4s;
}
.footer .foot-text a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer .copyright {
	line-height: 24px;
	padding: 32px 0;
	text-align: center;
	border-top: 1px solid #3b3735;
}
@media (max-width: 991px) {
 .footer .copyright {
 padding: 14px 0;padding-bottom:60px;
}
}
.footer .copyright p {
	display: inline-block;
	margin: 0;
	color: #777676;
}
.footer .copyright p a {
 -webkit-transition: all .4s;
 transition: all .4s;
}
@media (max-width: 767px) {
 .footer .copyright p a {
 display: block;
 margin: 0;
}
}
.footer .copyright p a:hover {
	text-decoration: underline;
	color: #fff;
}
.wrapper {
	overflow: hidden;
	padding-bottom: 90px;
}
.wrap {
	padding-top: 20px;
}
.title-in {
	text-align: center;
}
.title-in h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
@media (max-width: 991px) {
 .title-in h2 {
 font-size: 24px;
}
}
.wrap-left {
	float: left;
	width: 20%;
	border: 1px solid #dcdcdc;
	border-top: none; margin-top:20px;
}
@media (max-width: 1560px) {
 .wrap-left {
 width: 20%;
}
}
@media (max-width: 1199px) {
 .wrap-left {
 width: 30%;
}
}
@media (max-width: 991px) {
 .wrap-left {
 width: 100%;
 border: none;
}
}
.wrap-right {
	float: left;
	width: 80%;
	padding-left: 50px;
}
#product {
	position: relative;
	top: -100px;
	display: block;
}
@media (max-width: 1560px) {
 .wrap-right {
 width: 80%;
}
}
@media (max-width: 1199px) {
 .wrap-right {
 width: 70%;
}
 #product {
 top: -130px;
}
}
@media (max-width: 991px) {
 .wrap-right {
 width: 100%;
 padding-left: 0;
}
}
.wrap-right .title-wrap {
	padding: 20px 0;
	border-bottom: 1px dashed #dcdcdc;
}
@media (max-width: 767px) {
 .wrap-right .title-wrap {
 padding: 0;
 border-bottom: 0;
}
}
.wrap-right .title-wrap h3 {
	font-size: 24px;
	line-height: 38px;
	display: inline-block;
	margin: 0;
}
@media (max-width: 767px) {
 .wrap-right .title-wrap h3 {
 display: block;
 padding: 20px 0;
 border-bottom: 1px dashed #dcdcdc;
}
}
.wrap-right .title-wrap h3:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	content: '';
	vertical-align: middle;
	background: url(../image/icon.png) no-repeat center;
}
.wrap-right .title-wrap .location {
	float: right;
}
@media (max-width: 767px) {
 .wrap-right .title-wrap .location {
 float: none;
 margin-top: 10px;
}
}
.wrap-right .title-wrap .location:before {
	font-family: 'iconfont' !important;
	content: '\e64a';
	color: #b10004;
}
.wrap-right .title-wrap .location a {
	line-height: 38px;
	display: inline-block;
}
.wrap-right .title-wrap .location a:after {
	float: right;
	margin: 0 6px;
	content: '>';
	color: #666;
}
.wrap-right .title-wrap .location a:hover {
	text-decoration: underline;
	color: #b10004;
}
.wrap-right .title-wrap .location a:last-child:after {
	display: none;
}
.wrap-right .title-wrap .location a:last-child:hover {
	text-decoration: none;
	color: #666;
}
.wrap-right .title-wrap .location a:first-child {
	color: #b10004; padding-left:10px;
}
.sidenav .title-side {
	padding: 20px 30px;
	border-bottom: 1px solid #dcdcdc;border-top: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
 .sidenav .title-side {
 display: none;
}
}
.sidenav .title-side h3 {
	font-size: 26px;
	line-height: 38px;
	margin: 0;
}
.sidenav .title-side h3:before {
	font-family: 'iconfont' !important;
	margin-right: 10px;
	content: '\e661';
	color: #b10004;
}
.sidenav > ul {
	font-size: 0;
	padding: 20px 24px;
}
@media (max-width: 991px) {
 .sidenav > ul {
 margin: 0 -5px;
 padding: 20px 0;
}
}
.sidenav > ul > li {
	margin-top: 10px;
}
@media (max-width: 991px) {
 .sidenav > ul > li {
 display: inline-block;
 width: 50%;
 padding: 0 5px;
 vertical-align: top;
}
}
.sidenav > ul > li:first-child {
	margin-top: 0;
}
@media (max-width: 991px) {
 .sidenav > ul > li:first-child {
 margin-top: 10px;
}
}
.sidenav > ul > li > a {
	font-size: 18px;
	line-height: 28px;
	position: relative;
	display: block;
	padding: 6px 30px 6px 20px;
 -webkit-transition: all .2s;
 transition: all .2s;
	background-color: #f5f5f5;
}
 @media (min-width: 1200px) and (max-width: 1550px) {
 .sidenav > ul > li > a {
 font-size: 15px;
}
}
 @media (max-width: 991px) {
 .sidenav > ul > li > a {
 font-size: 15px;
}
}
.sidenav > ul > li > a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #333;
}
.sidenav > ul > li > a:after {
	font-family: 'iconfont' !important;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 20px;
	float: right;
	content: '\e62a';
 -webkit-transition:         transform .2s;
 -webkit-transition: -webkit-transform .2s;
 transition: -webkit-transform .2s;
 transition:         transform .2s;
 transition:         transform .2s, -webkit-transform .2s;
}
@media (max-width: 991px) {
 .sidenav > ul > li > a:after {
 display: none;
}
}
.sidenav > ul > li .level-2 {
	display: none;
	padding: 10px 0;
}
.sidenav > ul > li .level-2 li {
	display: block;
	margin-top: 10px;
}
.sidenav > ul > li .level-2 li a {
	font-size: 14px;
	line-height: 36px;
	display: block;
	padding: 0 20px;
	color: #666;
	border-radius: 50px;
	background-color: #f5f5f5;
}
.sidenav > ul > li .level-2 li a:before {
	float: left;
	margin-right: 4px;
	content: '>';
}
.sidenav > ul > li .level-2 li:hover a {
	text-decoration: underline;
	color: #b10004;
}
.sidenav > ul > li:hover > a, .sidenav > ul > li.active > a {
	color: #fff;
	background-color: #b10004;
}
.sidenav > ul > li:hover > a:before, .sidenav > ul > li.active > a:before {
	background-color: #fff;
}
.sidenav > ul > li:hover > a:after, .sidenav > ul > li.active > a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidenav-results .title-side h3:before, .sidenav-solution .title-side h3:before, .sidenav-news .title-side h3:before, .sidenav-product .title-side h3:before, .sidenav-advantage .title-side h3:before, .sidenav-contact .title-side h3:before {
	content: '\e630';
}
@media (max-width: 991px) {
 .sidenav-results > ul > li, .sidenav-solution > ul > li, .sidenav-news > ul > li, .sidenav-product > ul > li, .sidenav-advantage > ul > li, .sidenav-contact > ul > li, .sidenav-smart > ul > li {
 width: 100%;
}
 .sidenav-results > ul > li .level-2, .sidenav-solution > ul > li .level-2, .sidenav-news > ul > li .level-2, .sidenav-product > ul > li .level-2, .sidenav-advantage > ul > li .level-2, .sidenav-contact > ul > li .level-2 {
 margin: 0 -5px;
}
 .sidenav-results > ul > li .level-2 li, .sidenav-solution > ul > li .level-2 li, .sidenav-news > ul > li .level-2 li, .sidenav-product > ul > li .level-2 li, .sidenav-advantage > ul > li .level-2 li, .sidenav-contact > ul > li .level-2 li {
 display: inline-block;
 padding: 0 5px;
 width: 49%;
}
 .sidenav-results > ul > li .level-2 li a, .sidenav-solution > ul > li .level-2 li a, .sidenav-news > ul > li .level-2 li a, .sidenav-product > ul > li .level-2 li a, .sidenav-advantage > ul > li .level-2 li a, .sidenav-contact > ul > li .level-2 li a {
 font-size: 13px;
 padding: 0 20px;
}
 @media(max-width: 375px) {
 .sidenav-results > ul > li .level-2 li a, .sidenav-solution > ul > li .level-2 li a, .sidenav-news > ul > li .level-2 li a, .sidenav-product > ul > li .level-2 li a, .sidenav-advantage > ul > li .level-2 li a, .sidenav-contact > ul > li .level-2 li a {
 font-size: 12px;
 padding: 0 10px;
}
}
}
 @media (max-width: 991px) and (max-width: 991px) {
 .sidenav-results > ul > li .level-2, .sidenav-solution > ul > li .level-2, .sidenav-news > ul > li .level-2, .sidenav-product > ul > li .level-2, .sidenav-advantage > ul > li .level-2, .sidenav-contact > ul > li .level-2 {
 display: block;
}
 .sidenav-smart > ul > li .level-2 li a {
 display: inline-block;
 width: 70%;
}
}
.sidenav-solution .title-side h3:before {
	content: '\e633';
}
.sidenav-news .title-side h3:before {
	content: '\e69f';
}
.sidenav-product > ul > li .level-2 {
	display: none;
}
.sidenav-product .title-side h3:before {
	content: '\e619';
}
.sidenav-advantage .title-side h3:before {
	content: '\e63c';
}
.sidenav-contact .title-side h3:before {
	content: '\e619';
}
.wrap-about .text img {
	float: right;
	max-width: 100%;
	margin-left: 30px;
}
@media (max-width: 1199px) {
 .wrap-about .text img {
 float: none;
 margin-left: 0;
}
}
.wrap-about .text h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
@media (max-width: 1199px) {
 .wrap-about .text h3 {
 margin-top: 20px;
}
}
.wrap-about .text h3:after {
	display: block;
	width: 46px;
	height: 12px;
	margin-top: 20px;
	content: '';
	background: url(../image/line.png) no-repeat;
}
.wrap-about .text p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-about .about-num ul {
	font-size: 0;
}
@media (min-width: 1200px) {
 .wrap-about .about-num ul {
 width: 100%;
 padding: 0;
 text-align: justify;
 text-justify: distribute-all-lines;
}
 .wrap-about .about-num ul:after {
 display: inline-block;
 overflow: hidden;
 width: 100%;
 height: 0;
 margin: 0;
 content: '';
}
}
.wrap-about .about-num ul li {
	display: inline-block;
	width: 25%;
	max-width: 170px;
	margin-top: 40px;
	list-style: none;
 -webkit-transition: all .5s;
 transition: all .5s;
	text-align: center;
	vertical-align: top;
}
@media (max-width: 1199px) {
 .wrap-about .about-num ul li {
 width: 50%;
 max-width: 100%;
}
}
.wrap-about .about-num ul li .item {
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
}
@media (max-width: 991px) {
 .wrap-about .about-num ul li .item {
 max-width: 140px;
}
}
@media (max-width: 767px) {
 .wrap-about .about-num ul li .item {
 max-width: 120px;
}
}
.wrap-about .about-num ul li .num {
	border-radius: 50%;
	background: -webkit-linear-gradient(#eee, #cbcaca);
	background:         linear-gradient(#eee, #cbcaca);
}
.wrap-about .about-num ul li .num h3 {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media (max-width: 991px) {
 .wrap-about .about-num ul li .num h3 {
 font-size: 30px;
}
}
@media (max-width:767px) {
 .wrap-about .about-num ul li .num h3 {
 font-size: 24px;
}
}
.wrap-about .about-num ul li .num h3:after {
	font-size: 20px;
	display: inline-block;
	content: '+';
	vertical-align: top;
}
.wrap-about .about-num ul li p {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 20px 0 0 0;
}
@media (max-width: 991px) {
 .wrap-about .about-num ul li p {
 font-size: 14px;
}
}
/* .wrap-about .about-num ul li:hover
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
} */
.wrap-culture .text p {
	line-height: 1.875;
	margin: 0;
	color: #666;
}
.wrap-culture .text img {
	max-width: 100%;
	margin-top: 30px;
}
.wrap-history .his-note {
	text-align: center;
}
.wrap-history .his-note p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-history .history {
	padding-top: 20px;
}
.wrap-history .history .info ul {
	position: relative;
	overflow: hidden;
	margin-top: 4px;
	padding-top: 150px;
}
@media (max-width: 767px) {
 .wrap-history .history .info ul {
 padding-top: 0;
 padding-left: 10px;
}
}
.wrap-history .history .info ul li {
	width: 50%;
	margin-left: 50%;
	list-style: none;
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li {
 width: 100%;
 margin-left: 0;
}
}
.wrap-history .history .info ul li:nth-child(2n) {
 margin-left: 0;
}
.wrap-history .history .info ul li .note {
	width: 100%;
	min-height: 340px;
	margin-top: -140px;
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li .note {
 margin-top: 0;
}
}
.wrap-history .history .info ul li .text {
	margin-top: 24px;
	padding-bottom: 40px;
}
.wrap-history .history .info ul li .text p {
	font-weight: normal;
	line-height: 1.71428571;
}
.wrap-history .history .info ul li .text .pic {
	display: inline-block;
	max-width: 302px;
	/* margin: 0 -6px; */
    margin-top: 5px;
}
.wrap-history .history .info ul li .text .pic img {
	max-width: 100%;
	/* margin: 0 6px; */
    margin-top: 10px;
	border: 4px solid #dcdcdc;
}
@media(max-width: 1199px) {
 .wrap-history .history .info ul li .text .pic {
 max-width: 260px;
}
}
.wrap-history .history .info ul li:nth-child(2n+1) .note {
 position: relative;
 left: -1px;
 padding-left: 18px;
 text-align: left;
 border-left: 2px solid #f7e5e5;
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n+1) .note {
 padding-left: 10px;
}
}
.wrap-history .history .info ul li:nth-child(2n+1) .note::before {
 position: absolute;
 z-index: 8;
 top: 10px;
 left: -9px;
 display: block;
 width: 16px;
 height: 16px;
 content: '';
 border: 2px solid #f7e5e5;
 border-radius: 100%;
 background: #fff;
}
@media (max-width: 480px) {
 .wrap-history .history .info ul li:nth-child(2n+1) .note {
 padding-right: 20px;
}
}
.wrap-history .history .info ul li:nth-child(2n+1) .note h3:before {
 display: inline-block;
 float: left;
 width: 110px;
 height: 2px;
 margin-top: 16px;
 margin-right: 20px;
 content: '';
 border-radius: 10px;
 background: #f7e5e5;
}
@media (max-width: 1199px) {
 .wrap-history .history .info ul li:nth-child(2n+1) .note h3:before {
 width: 60px;
}
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n+1) .note h3:before {
 width: 40px;
 margin-right: 10px;
}
}
.wrap-history .history .info ul li:nth-child(2n+1) .note .text {
 position: relative;
 padding-left: 130px;
}
@media (max-width: 1199px) {
 .wrap-history .history .info ul li:nth-child(2n+1) .note .text {
 padding-left: 80px;
}
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n+1) .note .text {
 padding-left: 50px;
}
}
.wrap-history .history .info ul li:nth-child(2n) .note {
 position: relative;
 right: -1px;
 margin-top: -160px;
 padding-right: 18px;
 text-align: right;
 border-right: 2px solid #f7e5e5;
 border-left: 0;
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n) .note {
 right: auto;
 left: -1px;
 margin-top: 0;
 text-align: left;
 border: none;
 border-left: 2px solid #f7e5e5;
}
}
.wrap-history .history .info ul li:nth-child(2n) .note::before {
 position: absolute;
 top: 10px;
 right: -9px;
 display: block;
 width: 64px;
 width: 16px;
 height: 80px;
 height: 16px;
 content: '';
 border: 2px solid #f7e5e5;
 border-radius: 100%;
 background: #fff;
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n) .note::before {
 right: auto;
 left: -9px;
}
}
.wrap-history .history .info ul li:nth-child(2n) .note h3:after {
 display: inline-block;
 float: right;
 width: 110px;
 height: 2px;
 margin-top: 16px;
 margin-left: 20px;
 content: '';
 border-radius: 10px;
 background: #f7e5e5;
}
@media (max-width: 1199px) {
 .wrap-history .history .info ul li:nth-child(2n) .note h3:after {
 width: 60px;
}
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n) .note h3:after {
 float: left;
 width: 40px;
 margin-right: 10px;
 margin-left: 10px;
}
}
.wrap-history .history .info ul li:nth-child(2n) .note .text {
 position: relative;
 padding-right: 130px;
}
@media (max-width: 1199px) {
 .wrap-history .history .info ul li:nth-child(2n) .note .text {
 padding-right: 80px;
}
}
@media (max-width: 767px) {
 .wrap-history .history .info ul li:nth-child(2n) .note .text {
 padding-right: 0;
 padding-left: 60px;
}
}
.wrap-history .history .info ul li:first-child .note {
	padding-top: 40px;
}
.wrap-history .history .info ul li:first-child .note:before {
	top: 50px;
}
.wrap-history .history .info ul li h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0 0;
	color: #b10004;
}
.wrap-honor .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-honor .item {
	margin-top: 40px;
	border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
 .wrap-honor .item {
 margin-top: 20px;
}
}
.wrap-honor .item .img-box {
	padding-bottom: 103.75%;
}
.wrap-honor .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-honor .item:hover {
	border-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-honor .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-company .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-company .row {
	overflow: hidden;
	margin-top: 20px;
}
@media (max-width: 767px) {
 .wrap-company .row {
 margin-right: -8px;
 margin-left: -8px;
}
}
.wrap-company .item {
	float: left;
	width: 47.8%;
	padding: 0 10px;
}
@media (max-width: 767px) {
 .wrap-company .item {
 width: 100%;
 padding: 0 8px;
}
}
.wrap-company .item .img-box img {
	height: auto;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-company .item p {
	font-size: 16px;
	line-height: 60px;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin: 0;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-company .item-1 .img-box {
	padding-bottom: 71.47540984%;
}
@media (max-width: 1560px) {
 .wrap-company .item-1 .img-box {
 padding-bottom: 70.49180328%;
}
}
.wrap-company .item-2 {
	width: 26.1%;
}
@media (max-width: 767px) {
 .wrap-company .item-2 {
 width: 51%;
}
}
.wrap-company .item-2 .img-box {
	padding-bottom: 136.64596273%;
}
.wrap-company .item-3, .wrap-company .item-4 {
	width: 26.1%;
}
@media (max-width: 767px) {
 .wrap-company .item-3, .wrap-company .item-4 {
 width: 49%;
}
}
.wrap-company .item-3 .img-box, .wrap-company .item-4 .img-box {
	padding-bottom: 58.4375%;
}
@media (max-width: 1560px) {
 .wrap-company .item-3 p {
 line-height: 46px;
 height: 46px;
}
}
.wrap-company .item-5 .img-box {
	padding-bottom: 49.50819672%;
}
.wrap-company .item-6 {
	width: 52.2%;
}
@media (max-width: 767px) {
 .wrap-company .item-6 {
 width: 100%;
}
}
.wrap-company .item-6 .img-box {
	padding-bottom: 45.07462687%;
}
.wrap-company .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-results .text p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-results .row {
	font-size: 0;
}
.wrap-results .list {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.wrap-results .item {
	overflow: hidden;
	margin-top: 30px;
	padding: 8px;
	border: 1px solid #dcdcdc;
}
.wrap-results .item .pic, .wrap-results .item .note {
	float: left;
	width: 50%;
}
@media (max-width: 767px) {
 .wrap-results .item .pic, .wrap-results .item .note {
 width: 100%;
}
}
.wrap-results .item .pic .img-box {
	padding-bottom: 75%;
}
.wrap-results .item .note {
	padding: 0 20px;
	padding-top: 14px;
}
@media (max-width: 1560px) {
 .wrap-results .item .note {
 padding-top: 0;
}
}
@media (max-width: 991px) {
 .wrap-results .item .note {
 padding: 20px 10px;
}
}
.wrap-results .item .note h3 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.wrap-results .item .note p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
@media (max-width: 1560px) {
 .wrap-results .item .note p {
 line-height: 2;
}
}
.wrap-innovation .title-innovation {
	text-align: center;
}
.wrap-innovation .title-innovation h3 {
	font-size: 20px;
	margin: 0;
}
.wrap-innovation .text {
	margin-top: 20px;
}
.wrap-innovation .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-innovation .text img {
	max-width: 100%;
}
.wrap-smart .text p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-smart .row {
	font-size: 0;
}
.wrap-smart .list {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.wrap-smart .item {
	overflow: hidden;
	margin-top: 40px;
}
.wrap-smart .item .pic, .wrap-smart .item .note {
	float: left;
	padding: 1px;
	width: 50%;
}
.wrap-smart .item .pic {
	width: 40%;
	border: 1px solid #dcdcdc;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
@media (max-width: 991px) {
 .wrap-smart .item .pic {
 width: 50%;
}
}
@media (max-width: 767px) {
 .wrap-smart .item .pic {
 width: 100%;
}
}
.wrap-smart .item .pic .img-box {
	padding-bottom: 57.26495726%;
}
.wrap-smart .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-smart .item .note {
	width: 60%;
	padding-top: 10px;
	padding-left: 30px;
}
@media (max-width: 1560px) {
 .wrap-smart .item .note {
 padding-top: 0;
}
}
@media (max-width: 991px) {
 .wrap-smart .item .note {
 width: 50%;
}
}
@media (max-width: 767px) {
 .wrap-smart .item .note {
 width: 100%;
 padding: 20px 10px;
}
}
.wrap-smart .item .note h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33333333;
	display: -webkit-box;
	overflow: hidden;
	height: 24px;
 -webkit-transition: all .4s;
 transition: all .4s;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-smart .item .note p {
	font-size: 14px;
	line-height: 1.57142857;
	display: -webkit-box;
	overflow: hidden;
	max-height: 44px;
	margin: 22px 0 0 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.wrap-smart .item .note.on p {
	display: -webkit-box;
	overflow: hidden;
	max-height: 88px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.wrap-smart .item .note a.open {
	display: block;
	margin-top: 10px;
	text-align: right;
}
.wrap-smart .item .note a {
	display: block;
}
.wrap-smart .item .note a.more {
	line-height: 45px;
	display: inline-block;
	height: 45px;
	margin-top: 20px;
	padding: 0 46px;
	color: #fff;
	background-color: #b10004;
}
@media (max-width: 1199px) {
 .wrap-smart .item .note a.more {
 margin-top: 20px;
}
}
.wrap-smart .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-smart .item:hover .note h3 {
	color: #b10004;
}
.wrap-smart-show .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-smart-show .smart-show {
	overflow: hidden;
}
.wrap-smart-show .smart-show .text, .wrap-smart-show .smart-show .pic {
	float: left;
	width: 50%;
	margin-top: 40px;
}
@media (max-width: 767px) {
 .wrap-smart-show .smart-show .text, .wrap-smart-show .smart-show .pic {
 width: 100%;
}
}
.wrap-smart-show .smart-show .text {
	padding-right: 60px;
}
@media (max-width: 991px) {
 .wrap-smart-show .smart-show .text {
 padding-right: 30px;
}
}
.wrap-smart-show .smart-show .text h3 {
	font-size: 24px;
}
@media (max-width: 991px) {
 .wrap-smart-show .smart-show .text h3 {
 font-size: 20px;
}
}
.wrap-smart-show .smart-show .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-smart-show .smart-show .pic {
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.wrap-smart-show .smart-show .pic img {
	max-width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-smart-show .smart-show .pic:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-smart-show .title-smart {
	height: 45px;
	margin: 0;
	padding: 0 30px;
	border-left: 4px solid #b10004;
	background-color: #1b1b1b;
}
.wrap-smart-show .title-smart h3 {
	font-size: 16px;
	line-height: 45px;
	margin: 0;
	color: #fff;
}
.wrap-smart-show .parameter {
	margin-top: 60px;
	background-color: #fafafa;
}
.wrap-smart-show .parameter .text {
	padding: 40px 50px;
}
@media (max-width: 991px) {
 .wrap-smart-show .parameter .text {
 padding: 40px 15px;
}
}
.wrap-smart-show .parameter .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-smart-show .relate {
	margin-top: 60px;
}
@media (max-width: 991px) {
 .wrap-smart-show .relate .row {
 padding: 0 30px;
}
}
.wrap-smart-show .relate .item {
	margin-top: 30px;
	padding: 0 15px;
}
.wrap-smart-show .relate .item .pic {
 -webkit-transition: all .2s;
 transition: all .2s;
	border: 1px solid #e5e5e5;
}
.wrap-smart-show .relate .item .img-box {
	padding-bottom: 54.66666667%;
}
.wrap-smart-show .relate .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-smart-show .relate .item p {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0 0;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-smart-show .relate .item:hover .pic {
	border-color: #b10004;
}
.wrap-smart-show .relate .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-smart-show .relate .item:hover p {
	text-decoration: underline;
	color: #b10004;
}
.wrap-smart-show .relate .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -2%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}
@media (max-width: 991px) {
 .wrap-smart-show .relate .slick-arrow {
 left: -26px;
}
}
.wrap-smart-show .relate .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 70px;
	display: block;
	width: 25px;
	height: 70px;
	content: '\e601';
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #666;
}
.wrap-smart-show .relate .slick-arrow.slick-next {
	right: -2%;
	left: auto;
}
@media (max-width: 991px) {
 .wrap-smart-show .relate .slick-arrow.slick-next {
 right: -26px;
}
}
.wrap-smart-show .relate .slick-arrow.slick-next:before {
	content: '\e827';
}
.wrap-smart-show .relate .slick-arrow:hover:before {
	color: #fff;
	border-radius: 50px;
	background-color: #b10004;
}
.wrap-scene .text p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-scene .item {
	overflow: hidden;
	margin-top: 40px;
}
.wrap-scene .item .pic {
	border: 1px solid #dcdcdc;
}
.wrap-scene .item .pic .img-box {
	padding-bottom: 62.5%;
}
.wrap-scene .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-scene .item p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0 0;
	text-align: center;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-scene .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-scene .item:hover p {
	color: #b10004;
}
.wrap-news .text p {
	font-size: 14px;
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-news .row {
	font-size: 0;
}
.wrap-news .list {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.wrap-news .item {
	overflow: hidden;
	margin-top: 40px;
}
@media (max-width: 991px) {
 .wrap-news .item {
 margin-top: 30px;
}
}
.wrap-news .item .pic, .wrap-news .item .note {
	float: left;
}
.wrap-news .item .pic {
	width: 28%;
}
@media (max-width: 1560px) {
 .wrap-news .item .pic {
 width: 32%;
}
}
@media (max-width: 767px) {
 .wrap-news .item .pic {
 width: 34%;
}
}
.wrap-news .item .pic .img-box {
	padding-bottom: 68.96551724%;
}
.wrap-news .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-news .item .note {
	width: 72%;
	padding: 0 20px;
}
@media (max-width: 1560px) {
 .wrap-news .item .note {
 width: 68%;
}
}
@media (max-width: 767px) {
 .wrap-news .item .note {
 width: 66%;
}
}
@media (max-width: 991px) {
 .wrap-news .item .note {
 padding: 0 0 0 10px;
}
}
.wrap-news .item .note h3 {
	font-size: 18px;
	line-height: 1.44444444;
	display: -webkit-box;
	overflow: hidden;
	height: 26px;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media (max-width: 767px) {
 .wrap-news .item .note h3 {
 font-size: 16px;
 line-height: 1.375;
 height: 22px;
}
}
.wrap-news .item .note h4 {
	font-size: 14px;
	line-height: 2;
	margin: 0;
	color: #b10004;
}
.wrap-news .item .note p {
	font-size: 14px;
	line-height: 1.57142857;
	display: -webkit-box;
	overflow: hidden;
	height: 44px;
	margin: 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.wrap-news .item .note p span {
	color: #b10004;
}
.wrap-news .item .note a {
	display: block;
}
.wrap-news .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-news .item:hover .note h3 {
	color: #b10004;
}
.wrap-news-show .title-news {
	text-align: center;
}
.wrap-news-show .title-news h1 {
	font-size: 26px;
	margin: 0;
}
@media (max-width: 991px) {
 .wrap-news-show .title-news h1 {
 font-size: 22px;
}
}
.wrap-news-show .title-news p {
	margin: 10px 0 0 0;
	color: #b10004;
}
.wrap-news-show .text {
	margin-top: 20px;
}
.wrap-news-show .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-news-show .text img {
	max-width: 100%;
}
.wrap-news-show .relate {
	
	margin-top: 60px;
	text-align: center;
}









@media (max-width: 767px) {
 .wrap-news-show .relate {
 text-align: left;
}
}
.wrap-news-show .relate ul li {
	margin-top: 30px; width:50%; float:left
}
.wrap-news-show .relate ul li a {
	line-height: 55px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 55px;
	padding: 0 10px;
 -webkit-transition: all .2s;
 transition: all .2s;
	border: 1px solid #dcdcdc;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-news-show .relate ul li a span {
	display: inline-block;
}
.wrap-news-show .relate ul li a span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	content: '\e9b8';
	color: #b10004;
}
@media (max-width: 767px) {
 .wrap-news-show .relate ul li a span:before {
 margin-right: 10px;
}
}
.wrap-news-show .relate ul li.next span:before {
	content: '\e646';
}
.wrap-news-show .relate ul li:hover a {
	color: #fff;
	border-color: #b10004;
	background-color: #b10004;
}
.wrap-news-show .relate ul li:hover a span:before {
	color: #fff;
}
.wrap-video .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-video .item {
	margin-top: 20px;
	text-align: center;
}
.wrap-video .item p {
	line-height: 2;
	margin: 10px 0 0 0;
}
.wrap-video .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .5;
}
.wrap-video .item-2 .video .img-box, .wrap-video .item-5 .video .img-box {
	padding-bottom: 123.80952381%;
}
@media (max-width: 991px) {
 .wrap-video .item-2 .video .img-box, .wrap-video .item-5 .video .img-box {
 padding-bottom: 54.76190476%;
}
}
.wrap-video .item-5 {
	margin-top: -250px;
}
@media (max-width: 1560px) {
 .wrap-video .item-5 {
 margin-top: -191px;
}
}
@media (max-width: 1440px) {
 .wrap-video .item-5 {
 margin-top: -186px;
}
}
@media (max-width: 1350px) {
 .wrap-video .item-5 {
 margin-top: -196px;
}
}
@media (max-width: 1199px) {
 .wrap-video .item-5 {
 margin-top: -146px;
}
}
@media (max-width: 991px) {
 .wrap-video .item-5 {
 margin-top: 20px;
}
}
.wrap-video .video {
	position: relative;
	overflow: hidden;
}
.wrap-video .video .img-box {
	z-index: 0;
	padding-bottom: 54.76190476%;
	background-color: #000;
}
@media (max-width: 1560px) {
 .wrap-video .video .img-box {
 padding-bottom: 52.85714286%;
}
}
@media (max-width: 991px) {
 .wrap-video .video .img-box {
 padding-bottom: 54.76190476%;
}
}
.wrap-video .video .img-box img {
	height: auto;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
	opacity: .75;
}
.wrap-video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
.wrap-video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.wrap-video .video .play {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
 -webkit-transition: all .4s;
 transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.wrap-video .video .play:before {
	font-family: 'iconfont';
	font-size: 50px;
	display: block;
	content: '\e6d9';
}
@media (max-width: 991px) {
 .wrap-video .video .play:before {
 font-size: 50px;
}
}
.wrap-advantage {
	padding-bottom: 40px;
}
.wrap-advantage .text p {
	line-height: 1.875;
	margin: 0;
	color: #666;
}
.wrap-advantage .item {
	position: relative;
	margin-top: 40px;
}
.wrap-advantage .item .img-box {
	padding-bottom: 67.74193548%;
}
.wrap-advantage .item .mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
 -webkit-transition: all .4s;
 transition: all .4s;
	background-color: rgba(0, 0, 0, .48);
}
.wrap-advantage .item .mask p {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.wrap-advantage .item:hover .mask {
	height: 35px;
}
.wrap-advantage .item:hover .mask p {
	line-height: 35px;
}
.wrap-service .text p {
	line-height: 1.875;
	margin: 0;
	color: #666;
}
.wrap-service .item {
	margin-top: 30px;
}
.wrap-service .item .img-box {
	padding-bottom: 61.29032258%;
}
.wrap-service .item-1 .img-box {
	padding-bottom: 63.4375%;
}
.wrap-product .product {
	margin-top: -30px;
}
.wrap-product .item {
	margin-top: 30px;
}
.wrap-product .item .pic {
 -webkit-transition: all .2s;
 transition: all .2s;
	overflow: hidden;
	position: relative;
	z-index: 9;
	border: 1px solid #e5e5e5;
	padding: 1px;
}
.wrap-product .item .img-box {
	padding-bottom:60%;
}
.wrap-product .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-product .item p {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0 0;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-product .item:hover .pic {
	border-color: #b10004;
}
.wrap-product .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-product .item:hover p {
	text-decoration: underline;
	color: #b10004;
}
@media (max-width: 767px) {
 .wrap-product-show .container {
 padding: 0 15px;
}
}
.wrap-product-show .carousel-wrap {
	overflow: hidden;
	margin-top: 40px;
}
.wrap-product-show .carousel-wrap h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
@media (max-width: 767px) {
 .wrap-product-show .carousel-wrap h1 {
 font-size: 26px;
}
}
.wrap-product-show .carousel-wrap .carousel {
	font-size: 0;
	position: relative;
	letter-spacing: -8px;
}
@media (max-width: 767px) {
 .wrap-product-show .carousel-wrap .carousel {
 margin-bottom: 30px;
}
}
.wrap-product-show .carousel-wrap .carousel .img-box {
	padding-bottom: 54.66666667%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
	position: relative;
	border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .row {
	margin: 0 -5px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
	padding: 10px 20px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
	padding-bottom: 1px;
	outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
	border-color: #b10004;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
	position: relative;
	z-index: 15;
	margin: 0 4px;
	border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -6px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background: none;
}
@media (max-width: 991px) {
 .wrap-product-show .carousel-wrap .carousel .slick-arrow {
 left: 0;
}
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 20px;
	display: block;
	width: 20px;
	content: '\e601';
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #666;
}
@media (max-width: 991px) {
 .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
 font-size: 16px;
}
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
	right: -4px;
	left: auto;
}
@media (max-width: 991px) {
 .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
 right: 0;
}
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
	content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before {
	color: #b10004;
}
@media (min-width: 1320px) {
 .wrap-product-show .carousel-wrap .info-box {
 padding-left: 20px;
}
}
.wrap-product-show .carousel-wrap .info h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 25px 0 0 0;
}
@media (max-width: 1199px) {
 .wrap-product-show .carousel-wrap .info h1 {
 font-size: 20px;
 margin-top: 15px;
}
}
@media (max-width: 991px) {
 .wrap-product-show .carousel-wrap .info h1 {
 margin-top: 30px;
}
}
.wrap-product-show .carousel-wrap .info .intro {
	margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info .intro p {
	line-height: 1.71428571;
	margin: 0;
	color: #666;
}
.wrap-product-show .carousel-wrap .info .download {
	margin-top: 24px;
}
.wrap-product-show .carousel-wrap .info .download a {
	display: inline-block;
	text-decoration: underline;
	color: #b10004;
}
.wrap-product-show .carousel-wrap .info .download a:before {
	display: inline-block;
	width: 23px;
	height: 25px;
	margin-right: 14px;
	content: '';
	vertical-align: middle;
	background: url(../image/download.png) no-repeat;
}
.wrap-product-show .carousel-wrap .info .download a:hover {
	color: #8a0104;
}
.wrap-product-show .carousel-wrap .info .fun-btn {
	margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info .fun-btn a {
	display: inline-block;
}
.wrap-product-show .carousel-wrap .info .fun-btn span {
	line-height: 50px;
	display: inline-block;
	width: 190px;
	height: 50px;
	margin-top: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 -webkit-transition: .3s;
 transition: .3s;
	text-align: center;
	vertical-align: middle;
	color: #666;
	border: 1px solid #d2d2d2;
	-o-user-select: none;
}
.wrap-product-show .carousel-wrap .info .fun-btn span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
@media (min-width: 992px) {
 .wrap-product-show .carousel-wrap .info .fun-btn span:hover {
 color: #fff;
 border-color: #b10004;
 background-color: #b10004;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .wrap-product-show .carousel-wrap .info .fun-btn span {
 width: 160px;
}
}
@media (max-width: 767px) {
 .wrap-product-show .carousel-wrap .info .fun-btn span {
 width: 100%;
 padding: 0 10px;
}
}
.wrap-product-show .carousel-wrap .info .fun-btn .inquiry-btn {
	margin-right: 16px;
}
.wrap-product-show .carousel-wrap .info .fun-btn .inquiry-btn:before {
	content: '\e62e';
}
.wrap-product-show .carousel-wrap .info .fun-btn .relate-btn:before {
	content: '\e647';
}
.wrap-product-show .carousel-wrap .info .fun-btn .video-btn:before {
	content: '\e68d';
	font-size: 18px;
}
.wrap-product-show .carousel-wrap .info .carousel-btn {
	margin-top: 40px;
}
.wrap-product-show .carousel-wrap .info .carousel-btn a {
	font-size: 14px;
	cursor: pointer;
	color: #666;
}
.wrap-product-show .carousel-wrap .info .carousel-btn a:hover {
	color: #b10004;
}
.wrap-product-show .carousel-wrap .info .carousel-btn a:hover:before, .wrap-product-show .carousel-wrap .info .carousel-btn a:hover:after {
	color: #b10004;
}
.wrap-product-show .carousel-wrap .info .carousel-btn a:before, .wrap-product-show .carousel-wrap .info .carousel-btn a:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	vertical-align: middle;
	color: #666;
}
.wrap-product-show .carousel-wrap .info .carousel-btn .prev {
	margin-right: 20px;
}
@media (max-width: 767px) {
 .wrap-product-show .carousel-wrap .info .carousel-btn .prev {
 margin-right: 15px;
}
}
.wrap-product-show .carousel-wrap .info .carousel-btn .prev:after {
	margin-left: 10px;
	content: '\e9b8';
}
.wrap-product-show .carousel-wrap .info .carousel-btn .next:before {
	margin-right: 10px;
	content: '\e646';
}
.wrap-product-show .wrap-parameter .parameter {
	margin-top: 50px;
}
.wrap-product-show .wrap-parameter .parameter .par-sort {
	background-color: #434343;
}
.wrap-product-show .wrap-parameter .parameter .par-sort li {
	display: inline-block;
}
.wrap-product-show .wrap-parameter .parameter .par-sort li.active {
	background-color: #b10004;
}
.wrap-product-show .wrap-parameter .parameter .par-sort a {
	font-size: 16px;
	line-height: 54px;
	display: inline-block;
	padding: 0 40px;
	color: #fff;
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-parameter .parameter .par-sort a {
 font-size: 15px;
 padding: 0 18px;
}
}
.wrap-product-show .wrap-parameter .parameter .text {
	padding: 30px 40px;
	background-color: #fafafa;
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-parameter .parameter .text {
 padding: 30px 15px;
}
}
.wrap-product-show .wrap-parameter .parameter .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-product-show .wrap-parameter .feature {
	margin-top: 50px;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-parameter .feature {
 padding: 30px 15px;
}
}
.wrap-product-show .wrap-parameter .feature .title-feature h3 {
	font-size: 24px;
	line-height: 38px;
	display: inline-block;
	margin: 0;
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-parameter .feature .title-feature h3 {
 font-size: 22px;
}
}
.wrap-product-show .wrap-parameter .feature .title-feature h3:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	content: '';
	vertical-align: middle;
	background: url(../image/icon.png) no-repeat center;
}
.wrap-product-show .wrap-parameter .feature .text {
	margin-top: 20px;
}
.wrap-product-show .wrap-parameter .feature .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-product-show .wrap-case {
	margin-top: 50px;
}
.wrap-product-show .wrap-case .title-case {
	text-align: center;
}
.wrap-product-show .wrap-case .title-case h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	position: relative;
	display: inline-block;
	height: 40px;
	margin: 0;
	padding: 0 70px;
	color: #fff;
	border-right: 38px solid #fff;
	border-left: 38px solid #fff;
	background-color: #b10004;
}
.wrap-product-show .wrap-case .title-case h3:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 0 20px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.wrap-product-show .wrap-case .title-case h3:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px 20px 0;
	border-style: solid;
	border-color: transparent #fff transparent;
}
.wrap-product-show .wrap-case .case {
	margin-top: -20px;
	padding: 60px 45px 40px 45px;
	border: 1px dashed #d2d2d2;
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-case .case {
 padding: 60px 30px 40px 30px;
}
}
.wrap-product-show .wrap-case .case .item {
	padding: 0 15px;
}
.wrap-product-show .wrap-case .case .item .img-box {
	padding-bottom: 66.25%;
}
.wrap-product-show .wrap-case .case .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-product-show .wrap-case .case .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-product-show .wrap-case .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -30px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background: none;
}
@media (max-width: 991px) {
}
.wrap-product-show .wrap-case .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 20px;
	display: block;
	width: 20px;
	content: '\e601';
 -webkit-transition: all .4s;
 transition: all .4s;
	text-align: center;
	color: #666;
}
.wrap-product-show .wrap-case .slick-arrow.slick-next {
	right: -30px;
	left: auto;
}
@media (max-width: 991px) {
}
.wrap-product-show .wrap-case .slick-arrow.slick-next:before {
	content: '\e827';
}
.wrap-product-show .wrap-case .slick-arrow:hover:before {
	color: #b10004;
}
.wrap-product-show .wrap-message {
	margin-top: 50px;
	padding: 50px 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-message {
 padding: 40px 15px;
}
}
.wrap-product-show .wrap-message .title-message {
	text-align: center;
}
.wrap-product-show .wrap-message .title-message h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
}
@media (max-width: 991px) {
 .wrap-product-show .wrap-message .title-message h3 {
 font-size: 22px;
}
}
.wrap-product-show .wrap-message .title-message p {
	line-height: 2.14285714;
	margin: 14px 0 0 0;
	color: #666;
}
.wrap-product-show .wrap-message form {
	margin-top: 10px;
}
.wrap-product-show .wrap-message .item {
	margin-top: 20px;
}
.wrap-product-show .wrap-message .item input, .wrap-product-show .wrap-message .item textarea {
	line-height: 30px;
	width: 100%;
	min-height: 50px;
	padding: 10px 20px;
	background-color: #eee;
}
.wrap-product-show .wrap-message .item input::-webkit-input-placeholder, .wrap-product-show .wrap-message .item textarea::-webkit-input-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item input:-o-placeholder, .wrap-product-show .wrap-message .item textarea:-o-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item input::-moz-placeholder, .wrap-product-show .wrap-message .item textarea::-moz-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item input:-ms-input-placeholder, .wrap-product-show .wrap-message .item textarea:-ms-input-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item input:focus::-webkit-input-placeholder, .wrap-product-show .wrap-message .item textarea:focus::-webkit-input-placeholder {
 color: #c5c5c5;
}
.wrap-product-show .wrap-message .item input:focus::-o-placeholder, .wrap-product-show .wrap-message .item textarea:focus::-o-placeholder {
 color: #c5c5c5;
}
.wrap-product-show .wrap-message .item input:focus::-moz-placeholder, .wrap-product-show .wrap-message .item textarea:focus::-moz-placeholder {
 color: #c5c5c5;
}
.wrap-product-show .wrap-message .item input:focus::-ms-input-placeholder, .wrap-product-show .wrap-message .item textarea:focus::-ms-input-placeholder {
 color: #c5c5c5;
}
.wrap-product-show .wrap-message .item.read input::-webkit-input-placeholder, .wrap-product-show .wrap-message .item.read textarea::-webkit-input-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input:-o-placeholder, .wrap-product-show .wrap-message .item.read textarea:-o-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input::-moz-placeholder, .wrap-product-show .wrap-message .item.read textarea::-moz-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input:-ms-input-placeholder, .wrap-product-show .wrap-message .item.read textarea:-ms-input-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-webkit-input-placeholder, .wrap-product-show .wrap-message .item.read textarea:focus::-webkit-input-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-o-placeholder, .wrap-product-show .wrap-message .item.read textarea:focus::-o-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-moz-placeholder, .wrap-product-show .wrap-message .item.read textarea:focus::-moz-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-ms-input-placeholder, .wrap-product-show .wrap-message .item.read textarea:focus::-ms-input-placeholder {
 color: #666;
}
.wrap-product-show .wrap-message .item .submit {
	font-size: 16px;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
 -webkit-transition: all .4s;
 transition: all .4s;
	color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	background-color: #b10004;
}
.wrap-product-show .wrap-message .item .submit:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	line-height: 50px;
	display: inline-block;
	margin-right: 10px;
	content: '\e6ab';
	vertical-align: middle;
}
.wrap-product-show .wrap-message .item .submit:hover {
	background-color: #880003;
}
.wrap-product-show .wrap-relate {
	margin-top: 50px;
}
.wrap-product-show .wrap-relate .title-relate {
	height: 45px;
	margin: 0;
	padding: 0 30px;
	border-left: 4px solid #b10004;
	background-color: #1b1b1b;
}
.wrap-product-show .wrap-relate .title-relate h3 {
	font-size: 18px;
	line-height: 45px;
	margin: 0;
	color: #fff;
}
.wrap-product-show .wrap-relate .item {
	margin-top: 30px;
}
.wrap-product-show .wrap-relate .item .pic {
 -webkit-transition: all .2s;
 transition: all .2s;
	border: 1px solid #e5e5e5;
}
.wrap-product-show .wrap-relate .item .img-box {
	padding-bottom:80%;
}
.wrap-product-show .wrap-relate .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-product-show .wrap-relate .item p {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0 0;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrap-product-show .wrap-relate .item:hover .pic {
	border-color: #b10004;
}
.wrap-product-show .wrap-relate .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-product-show .wrap-relate .item:hover p {
	text-decoration: underline;
	color: #b10004;
}
.wrap-contact .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}
.wrap-contact .contact {
	overflow: hidden;
}
.wrap-contact .contact .pic {
	float: left;
	overflow: hidden;
	width: 64%;
	position: relative;
	height: 375px;
	margin-top: 40px;
}
@media (max-width: 1560px) {
 .wrap-contact .contact .pic {
 width: 60%;
}
}
@media (max-width: 1199px) {
 .wrap-contact .contact .pic {
 width: 100%;
}
}
.wrap-contact .contact .note {
	float: right;
	width: 36%;
	margin-top: 40px;
	padding-left: 60px;
}
@media (max-width: 1560px) {
 .wrap-contact .contact .note {
 width: 40%;
 padding-left: 30px;
}
}
@media (max-width: 1199px) {
 .wrap-contact .contact .note {
 width: 100%;
 margin-top: 20px;
 padding-left: 0;
}
}
.wrap-contact .contact .note h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.wrap-contact .contact .note p.address, .wrap-contact .contact .note p.tel, .wrap-contact .contact .note p.fax, .wrap-contact .contact .note p.email, .wrap-contact .contact .note p.website {
	line-height: 38px;
	position: relative;
	margin: 14px 0 0 0;
	padding-left: 50px;
}
.wrap-contact .contact .note p.address:before, .wrap-contact .contact .note p.tel:before, .wrap-contact .contact .note p.fax:before, .wrap-contact .contact .note p.email:before, .wrap-contact .contact .note p.website:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	line-height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 38px;
	height: 38px;
	content: '\e61a';
	text-align: center;
	color: #36b36f;
	border: 1px solid #36b36f;
	border-radius: 50%;
}
.wrap-contact .contact .note p.tel:before {
	font-size: 16px;
	content: '\e683';
	color: #448aca;
	border-color: #448aca;
}
.wrap-contact .contact .note p.fax:before {
	font-size: 16px;
	content: '\e644';
	color: #8c97cb;
	border-color: #8c97cb;
}
.wrap-contact .contact .note p.email:before {
	content: '\e6ab';
	color: #f19149;
	border-color: #f19149;
}
.wrap-contact .contact .note p.website:before {
	font-size: 16px;
	content: '\e642';
	color: #aa89bd;
	border-color: #aa89bd;
}
.wrap-contact .contact .note a:hover {
	text-decoration: underline;
}
.wrap-contact .message {
	margin-top: 80px;
	padding: 60px 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
@media (max-width: 1199px) {
 .wrap-contact .message {
 margin-top: 60px;
 padding: 50px 15px;
}
}
.wrap-contact .message .title-message {
	text-align: center;
}
.wrap-contact .message .title-message h3 {
	font-size: 24px;
	line-height: 38px;
	display: inline-block;
	margin: 0;
}
@media (max-width: 767px) {
 .wrap-contact .message .title-message h3 {
 display: block;
 padding: 0 0 20px 0;
 border-bottom: 1px dashed #dcdcdc;
}
}
.wrap-contact .message .title-message h3:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	content: '';
	vertical-align: middle;
	background: url(../image/icon.png) no-repeat center;
}
.wrap-contact .message .title-message p {
	line-height: 2.14285714;
	margin: 20px 0 0 0;
	color: #666;
}
.wrap-contact .message form .item {
	margin-top: 30px;
}
@media (max-width: 767px) {
 .wrap-contact .message form .item {
 margin-top: 14px;
}
}
.wrap-contact .message form input, .wrap-contact .message form textarea {
	line-height: 34px;
	width: 100%;
	min-height: 54px;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
 .wrap-contact .message form input, .wrap-contact .message form textarea {
 line-height: 24px;
 min-height: 44px;
}
}
.wrap-contact .message form input::-webkit-input-placeholder, .wrap-contact .message form textarea::-webkit-input-placeholder {
 color: #999;
}
.wrap-contact .message form input:-o-placeholder, .wrap-contact .message form textarea:-o-placeholder {
 color: #999;
}
.wrap-contact .message form input::-moz-placeholder, .wrap-contact .message form textarea::-moz-placeholder {
 color: #999;
}
.wrap-contact .message form input:-ms-input-placeholder, .wrap-contact .message form textarea:-ms-input-placeholder {
 color: #999;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder, .wrap-contact .message form textarea:focus::-webkit-input-placeholder {
 color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder, .wrap-contact .message form textarea:focus::-o-placeholder {
 color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder, .wrap-contact .message form textarea:focus::-moz-placeholder {
 color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder, .wrap-contact .message form textarea:focus::-ms-input-placeholder {
 color: #c5c5c5;
}
.wrap-contact .message form .submit {
	font-size: 16px;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
 -webkit-transition: all .4s;
 transition: all .4s;
	color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	background-color: #b10004;
}
.wrap-contact .message form .submit:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	line-height: 50px;
	display: inline-block;
	margin-right: 10px;
	content: '\e6ab';
	vertical-align: middle;
}
.wrap-contact .message form .submit:hover {
	background-color: #880003;
}
/**
 * page
 */
.page {
	clear: both;
	overflow: hidden;
	margin-top: 60px;
	text-align: center;
}
@media (max-width: 991px) {
 .page {
 margin-top: 40px;
}
}
.page a {
	font-size: 14px;
	line-height: 45px;
	display: inline-block;
	overflow: hidden;
	width: 45px;
	height: 45px;
	margin: 0 3px;
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
	text-align: center;
	border: 1px solid #c9c9c9;
}
.page a.omit:hover {
	color: #333;
	background-color: #fff;
}
.page a.first-child, .page a.last-child {
	font-size: 16px;
}
.page a.first-child:before, .page a.last-child:before {
	font-family: 'iconfont';
	content: '\e9b5';
	color: #aaa;
}
.page a.first-child:hover:before, .page a.last-child:hover:before {
	color: #fff;
}
.page a.last-child:before {
	content: '\e72f';
}
.page a.active, .page a:hover {
	color: #fff;
	border-color: #b10004;
	background-color: #b10004;
}
@media (max-width: 767px) {
 .page a {
 line-height: 34px;
 width: 34px;
 height: 34px;
}
 .page a.first-child, .page a.last-child {
 margin: 0 5px;
}
}
.fancybox-caption {
	font-size: 16px;
	text-align: center;
	border: none;
}
.stuck {
	position: fixed !important;
	z-index: 10;
	top: 0;
	width: 100%;
}
.zoomDiv {
	z-index: 9;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}
@media (min-width: 768px) {
 .zoomDiv {
 position: absolute;
}
}
.zoomMask {
	position: absolute;
	z-index: 1;
	cursor: move;
	background: url('../image/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
 .zoomMask {
 display: none;
}
}
#active {
	text-decoration: underline;
	color: #b10004;
}
.lazy {
	background: url(../image/ajax-loader.gif) no-repeat center;
}
.wrap-contact .contact .pic .mapicon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
}
.wrap-contact .contact .pic .mapicon a {
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background-color: #b10004;
	display: inline-block;
	color:  #ffffff;
}
.wrap-innovation {
	padding-left:12%;
	padding-right:12%;
}
@media(max-width: 1560px) {
 .wrap-innovation {
 padding-left:4%;
 padding-right:4%;
}
}
@media(max-width: 991px) {
 .wrap-innovation {
 padding-left:0%;
 padding-right:0%;
}
}
.wrap-innovation .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666666;
}
.wrap-innovation .item {
	margin-top: 30px;
}
.wrap-innovation .item .pic {
	padding: 5px;
	border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
 .wrap-innovation .item {
 margin-top: 20px;
}
}
.wrap-innovation .item p {
	margin: 14px 0 0 0;
	text-align: center;
	position: relative;
	height: 40px;
	overflow: hidden;
}
.wrap-innovation .item p span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	max-height: 40px;
	line-height: 20px;
	color:  #666666;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap-innovation .item .img-box {
	padding-bottom: 136.5%;
}
.wrap-innovation .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-innovation .item:hover .pic {
	border-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-innovation .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
 @media(min-width: 1560px) {
 .wrap-innovation .row {
 margin: 0 -25px;
}
 .wrap-innovation .list {
 padding: 0 25px;
}
}
.wrap-history .history .info ul li .note .text .hnote {
	border:  4px solid #dcdcdc;
	padding: 10px;
	width: 302px;
	display: inline-block;
	background-color: #dcdcdc;
	border-radius: 5px;
}
.wrap-history .history .info ul li:nth-child(2n) .note .text .hnote {
 background-color: #c84043;
 border-color: #c84043;
}
.wrap-history .history .info ul li:nth-child(2n) .note .text .hnote p {
 color:  #ffffff;
}
@media(max-width: 1199px) {
 .wrap-history .history .info ul li .note .text .hnote {
 max-width: 260px;
}
}
.box-case .case .slick-slide:first-child div .item ul {
	padding-right: 8px;
}
.box-case .case .slick-slide:nth-child(2) div .item ul {
 padding-left: 4px;
 padding-right: 4px;
}
.box-case .case .slick-slide:nth-child(3) div .item ul {
 padding-left: 8px;
}
.box-case .case .slick-slide:first-child .item {
	margin-left: 0;
}
/**
 * Date : 2018年12月17日10:47:41
 * @author HSM
 * @toDo banner文字可编辑
 */


.banner .banner-txt {
	font-size: 14px;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	padding: 0 20%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateZ(2px);
	transform: translateY(-50%) translateZ(2px);
	letter-spacing: 0;
	color: #fff;
}
.banner .intro b, .banner .intro p {
	opacity: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
 -webkit-transition: .6s;
 transition: .6s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.banner .intro b {
	font-size: 35px;
	margin-bottom: 20px;
	display: block;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.banner .intro p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
 @media (max-width: 1699px) {
 .banner .intro b {
}
 .banner .intro p {
 font-size: 18px;
}
}
@media (max-width: 1339px) {
 .banner .intro b {
}
 .banner .intro p {
 font-size: 16px;
}
}
@media (max-width: 1199px) {
 .banner .intro b {
}
 .banner .intro p {
 font-size: 15px;
}
}
@media (max-width: 991px) {
 .banner .intro b {
 font-size: 28px;
}
 .banner .intro p {
 font-size: 14px;
}
}
@media (max-width: 767px) {
 .banner .intro b {
 font-size: 16px;
 margin-bottom: 10px;
}
 .banner .intro p {
 font-size: 10px;
 line-height: 18px;
}
}
.banner .slick-active .intro b, .banner .slick-active .intro p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.banner .slick-active .intro b {
/* -webkit-animation-delay: .1s;
            animation-delay: .1s; */
}
.banner .slick-active .intro p {
/* -webkit-animation-delay: .2s;
            animation-delay: .2s; */
}
/* @media only screen and (min-width: 768px)
{
    .banner .slick-active[data-slick-index='0'] .intro b,
    .banner .slick-active[data-slick-index='0'] .intro p,
    .banner .slick-active[data-slick-index='0'] .intro .more
    {
        -webkit-animation: flipInX 1.5s;
                animation: flipInX 1.5s;
    }
    .banner .slick-active[data-slick-index='0'] .intro b
    {
        -webkit-animation-delay: .1s;
                animation-delay: .1s;
    }
    .banner .slick-active[data-slick-index='0'] .intro p
    {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
    }
    .banner .slick-active[data-slick-index='0'] .intro .more
    {
        -webkit-animation-delay: .3s;
                animation-delay: .3s;
    }
    .banner .slick-active[data-slick-index='1'] .intro
    {
        -webkit-animation: fadeInLeft 1s ease;
                animation: fadeInLeft 1s ease;
    }
    .banner .slick-active[data-slick-index='2'] .intro b,
    .banner .slick-active[data-slick-index='2'] .intro p
    {
        display: block;

        -webkit-animation: fadeInDown 1s;
                animation: fadeInDown 1s;
    }
    .banner .slick-active[data-slick-index='2'] .intro .more
    {
        -webkit-animation: fadeInUp 1s;
                animation: fadeInUp 1s;
    }
    .banner .slick-active[data-slick-index='3'] .intro
    {
        -webkit-animation: fadeInUp .8s ease;
                animation: fadeInUp .8s ease;
    }
} */


.box-about .number {
	margin-top:100px;
}
.box-about .number .item, .wrap-about .number .item {
	text-align: center;
}
.box-about .number .item b, .wrap-about .number .item b {
	font-size: 60px;
	line-height: 1;
	display: block;
	color: #b10004;
}
b, strong {
	font-weight: 700;
}
.box-about .number .item b sup, .wrap-about .number .item b sup {
	font-size: 24px;
	font-weight: normal;
	top: 0;
	vertical-align: top;
	color: #333;
}
.box-about .number .item p, .wrap-about .number .item p {
	font-size: 20px;
	line-height: 1.5;
	margin: 10px 0 0 0;
	color: #666;
}
.title {
	position: relative;
	padding-top: 16px;
	text-align: center;
}
.title h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin: 0;
}
.title span {
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(218, 41, 48, .1);
}
.title:after {
	display: block;
	width: 213px;
	height: 24px;
	margin: 0 auto;
	margin-top: 10px;
	content: '';
	background: url(../images/title-line.png) no-repeat center;
}
.box-advantages .advantages {
	margin-top: 20px;
}
.box-advantages .advantages .row {
	padding-bottom: 10px;
}
.box-advantages .advantages .item {
	position: relative;
	margin-top: 30px;
	padding: 30px 30px 30px 120px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	height:180px;
}
@media (max-width: 991px) {
 .box-advantages .advantages .item {
 padding: 20px 20px 20px 80px;
}
}
.box-advantages .advantages .item:before {
	font-family: 'iconfont' !important;
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 60px;
	content: '\e625';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media (max-width: 991px) {
 .box-advantages .advantages .item:before {
 left: 10px;
}
}
.box-advantages .advantages .item:after {
	position: absolute;
	top: 46%;
	left: 26px;
	display: block;
	width: 44px;
	height: 44px;
	content: '';
 -webkit-transition: all .2s;
 transition: all .2s;
	border-radius: 50%;
	background-color: rgba(21, 165, 218, .15);
}
.box-advantages .advantages .item span.number {
	font-size: 70px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 30px;
 -webkit-transition: all .2s;
 transition: all .2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(21, 165, 218, .1);
}
.box-advantages .advantages .item b {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 6px;
}
@media (max-width: 991px) {
 .box-advantages .advantages .item b {
 font-size: 18px;
}
}
.box-advantages .advantages .item p {
	line-height: 2;
	margin: 0;
	color: #666;
}
.box-advantages .advantages .item-pinzhi:before {
	content: '\e621';
}
.box-advantages .advantages .item-pinzhi:after {
	left: 50px;
}
@media (max-width: 991px) {
 .box-advantages .advantages .item-pinzhi:after {
 left: 30px;
}
}
.box-advantages .advantages .item-shouhou:before {
	content: '\e627';
}
.box-advantages .advantages .item-shouhou:after {
	top: 30%;
	left: 50px;
}
@media (max-width: 991px) {
 .box-advantages .advantages .item-shouhou:after {
 left: 30px;
}
}
.box-advantages .advantages .item-jingyan:before {
	content: '\e623';
}
.box-advantages .advantages .item-jingyan:after {
	top: 30%;
}
.box-advantages .advantages .item:hover {
	box-shadow: 0 0 10px rgba(218, 41, 48, .2);
}
.box-advantages .advantages .item:hover:after {
	background-color: rgba(218, 41, 48, .15);
}
.box-advantages .advantages .item:hover span.number {
	color: rgba(21, 165, 218, .1);
}




/*样品*/

.yangpin_list{width:100%; margin-top:100px; float: initial;}
.yangpin_list .yangpin_hover{ position: relative; left:5%;}
.yangpin_list .yangpin_hover img{width: 90%; height: auto;}
.yangpin_list .yangpin_hover .yangpin_title{ width:90%; text-align: center; position: absolute; z-index: 100; top:40px; opacity:0;transition: all 0.4s ease 0s;}
.yangpin_list .yangpin_hover .yangpin_title h2{color: #fff; font-size: 15px;}
.yangpin_list .yangpin_hover .yangpin_title h1{color: #fff; font-size: 28px; margin: 0;}
.yangpin_list .yangpin_hover .yangpin_more{ position: absolute; width:70%; z-index: 100; text-align: center; top: 200px;opacity:0;transition: all 0.4s ease 0s; }
.yangpin_list .yangpin_hover .yangpin_more span{ width: 80px; border: 1px solid #05aec7; color: #05aec7;text-align: center; display: inline-block; font-size: 14px; height: 26px; line-height: 26px; }
.yangpin_list .yangpin_hover .yangpin_hei{width: 90%; height: 100%; background: #000; opacity: 0; position: absolute; transition: all 0.4s ease 0s;}
.yangpin_list .yangpin_hover:hover .yangpin_title{top: 60px;transition: all 0.4s ease 0s; opacity:1; cursor: pointer; }
.yangpin_list .yangpin_hover:hover .yangpin_more{top: 180px;transition: all 0.4s ease 0s; opacity:1; cursor: pointer; }
.yangpin_hover:hover .yangpin_hei{width: 90%;  cursor: pointer; transition: all 0.4s ease 0s;  opacity: 0.6; }

@media (max-width: 1600px) {
.main .yangpin{padding: 0;background:#2c3035; min-height:500px; width: 100% !important; }
.yangpin_list{width:90%; margin: auto; margin-top:30px; float: initial;}
}
@media (max-width: 1200px) {
.main .yangpin{padding: 0;background:#2c3035; min-height:500px; width: 100% !important; }
.yangpin_list{width:90%; margin: auto; margin-top: 50px; float: initial;}
.yangpin_list .yangpin_hover .yangpin_hei{width: 100%; height: 86%; }
}



.tel{margin-top: 20px;}
.tel s{display: inline-block;width: 34px;height: 34px;margin-right: 10px;vertical-align: bottom;}
.tel span{display: inline-block;font-size: 24px;line-height: 34px;color:#b10004; font-weight:bold}


.icon {
    background: url(../image/icon_red.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}


/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px; padding-top:50px; clear:both;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#b10004;
	border:1px solid #b10004;
}
.pagination a.page-num-current {
	color:#fff;
	background:#b10004;
	border:1px solid #b10004;
}
/* ----- PB分页数字条效果 结束 ----- */