﻿ @charset "utf-8";
@font-face {
	font-family: 'Italianno';
	src: url('Italianno-Regular.eot');
	src: url('Italianno-Regular.eot?#iefix') format('embedded-opentype'), url('Italianno-Regular.woff') format('woff'), url('Italianno-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon Text';
	src: url('BrandonText-Light.eot');
	src: url('BrandonText-Light.eot?#iefix') format('embedded-opentype'), url('BrandonText-Light.woff') format('woff'), url('BrandonText-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}
caption, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0 auto!important;
}
table thead tr {
	background-color: #e2e2ea;
}
img {
	border: 0;
}
input {
	outline: none;
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
::-moz-selection {
background:#e50012;
color:#fff;
text-shadow:none;
}
::selection {
	background: #e50012;
	color: #fff;
	text-shadow: none;
}
select {
	outline: none;
}
select::-ms-expand {
display:none;
}
a {
	text-decoration: none;
blr:expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.fc {
	text-align: center;
}
.fr {
	text-align: right;
}
.l {
	float: left;
	display: inline-block;
}
.r {
	float: right;
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.inner {
	margin: 0px auto;
}
.top a:link, .top a:visited {
	color: #333333;
}
.top a:active, .top a:hover {
	color: #fff;
}
.loading-bg {
	position: fixed;
	overflow: hidden;
	width: 0%;
	height: 100%;
	background-color: #e7bf96;
	left: 0;
	top: 0;
	z-index: 1020;
	display: none;
}
.loading {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e7bf96;
	z-index: 1020;
	overflow: hidden;
	display: none;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0.0);
background:#ffba76;
}
40% {
-webkit-transform:scale(1.0);
background:#ffffff;
}
}
@-moz-keyframes bouncedelay {
0%, 80%, 100% {
transform:scale(0.0);
-moz-transform:scale(0.0);
background:#ffba76;
}
40% {
transform:scale(1.0);
-moz-transform:scale(1.0);
background:#ffffff;
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
transform:scale(0.0);
-webkit-transform:scale(0.0);
background:#ffba76;
}
40% {
transform:scale(1.0);
-webkit-transform:scale(1.0);
background:#ffffff;
}
}
.loading_mask {
	text-align: center;
	width: 120px;
	height: 18px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0px 0px -75px;
}
.loading_mask ul {
	height: 18px;
	display: block;
	width: 120px;
	overflow: hidden;
	text-align: center;
}
.loading_mask ul li {
	background-color: #ffba76;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0px 6px;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loading_mask ul.anm li {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loading_mask ul.anm li:nth-child(1) {
	-webkit-animation-delay: -0.64s;
	-moz-animation-delay: -0.64s;
	animation-delay: -0.64s
}
.loading_mask ul.anm li:nth-child(2) {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.48s;
	animation-delay: -0.48s
}
.loading_mask ul.anm li:nth-child(3) {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	animation-delay: -0.32s
}
.loading_mask ul.anm li:nth-child(4) {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	animation-delay: -0.16s
}
.no-csstransitions .loading_mask ul {
/*	background: url(../loding.gif) no-repeat scroll center center;*/
}
.no-csstransitions .loading_mask ul li {
	display: none;
}
.mtop {
	height: 86px;
}
.align-vertical {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}
.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}
.scoll-top {
	background-color: #fff;
	animation: 850ms 350ms;
-webkit-animation:animation:850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.scoll-top .logo {
	box-shadow: 0 0 0px transparent;
	left: 32px;
}
.scoll-top .logo a {
	padding: 10px 0px;
	width: 148px;
}
.scoll-top .logo .img1 {
	display: none;
}
.scoll-top .logo .img2 {
	display: block;
}
.scoll-top .nav > li > a {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
.scoll-top .top-sider .telItem {
	padding-top: 10px;
	height: 50px;
}
.scoll-top .buyBtn {
	padding: 7px 0px;
}
@-webkit-keyframes fadedown {
from {
-webkit-transform:translateY(-100%);
opacity:0;
}
to {
-webkit-transform:translateY(0);
opacity:1;
}
}
@keyframes fadedown {
from {
transform:translateY(-100%);
opacity:0;
}
to {
transform:translateY(0);
opacity:1;
}
}
.smLink {
	margin-left: 18px;
}
.fsharp {
	display: block;
	margin-top: 20px;
}
.fsharp a {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 9px;
	background: url(../sharp.png) no-repeat scroll -42px -35px;
	float: left;
	position: relative;
}
.fsharp a em {
	background: url(../sharp.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.fsharp a .ibg {
	background: url(../sharp.png) no-repeat scroll 0px -35px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 300ms;
	-webkit-transition: 300ms;
}
.fsharp a:hover .ibg {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.fsharp a.a1 .i {
	background-position: 0px 0px;
}
.fsharp a.a2 .i {
	background-position: -42px 0px;
}
.fsharp a.a3 .i {
	background-position: -84px 0px;
}
.fsharp a.a4 .i {
	background-position: -126px 0px;
}

.pc-banner{display: block}
.m-banner{display: none}

.pbanner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.pbanner-C {
	position: absolute;
	left: 5%;
	width: 90%;
	top: 0;
	display: table;
	height: 100%;
	text-align: center;
}
.pbanner-C .t {
	font-size: 32px;
	line-height: 1.4;
	color: #666666;
	font-family: "Italianno";
}
.pbanner-C .c {
	color: #e50012;
	font-size: 38px;
	line-height: 1.2;
	padding-bottom: 68px;
}
.pbanner-C .tlbg2 .t, .pbanner-C .tlbg2 .c {
	color: #fff;
}
.tlbg2 a:link, .tlbg2 a:visited {
	color: #fff;
}
.tlbg2 a:active, .tlbg2 a:hover {
	color: #fff;
}
.pbanner-C p {
	position: relative;
	transition: 500ms;
	position: relative;
}
.pbanner-C.inview .t {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 600ms 0ms;
}
.pbanner-C.inview .c {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 600ms 400ms;
}
.pbanner .mouseIco {
	bottom: 108px;
}
.pageNavBox {
	position: relative;
	margin: -69px auto 0px;
	height: 68px;
	border-bottom: 1px solid #cccccc;
	width: 90%;
}
.pagenav {
	background-color: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pagenav.fixed {
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 1000;
	background-color: #a6a6a6;
	background-color: rgba(0,0,0,0.6);
}
.pagenav.fixed .cpnavbox {
	height: 40px;
	line-height: 40px;
}
.pagenav.fixed .cpnavbox a {
	font-size: 14px;
	color: #fff;
}
.pagenav.fixed .cpnavbox a:before {
	bottom: 4px;
	height: 2px;
	background-color: #fff;
}
.pagenav .cpnavbox a {
	color: #333;
}
.cpnavbox {
	height: 68px;
	line-height: 68px;
}
.cpnavbox a {
	text-align: center;
	color: #333;
	padding: 0px;
	margin: 0px 26px;
	font-size: 16px;
	display: inline-block;
*display:inline;
*zoom:1;
	position: relative;
	-webkit-transition: 0s;
	transition: 0s;
}
.cpnavbox a:before {
	content: "";
	width: 100%;
	visibility: hidden;
	height: 3px;
	background-color: #e50012;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.cpnavbox a:hover:before, .cpnavbox a.active:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible;
}
.cpnavbox a:hover, .cpnavbox a.active {
	color: #e50012;
}
.cpnav {
	display: none;
	width: 100%;
	color: #fff;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	background-color: #e50012;
	cursor: pointer;
}
.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dock-box a:link, .dock-box a:visited {
	color: #fff;
}
.dock-box a:active, .dock-box a:hover {
	color: #fff;
}
.dock-box {
	position: fixed;
	right: 0px;
	overflow: hidden;
	bottom: 0;
	width: 42px;
	z-index: 1000;
	transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
}
.dock-list li {
	height: 42px;
	height: 42px;
	margin-bottom: 2px;
	width: 100%;
	position: relative;
}
.dock-list .ico {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #333333;
	position: absolute;
	right: 0px;
	top: 0;
	width: 42px;
	height: 42px;
}
.dock-list .dock-c {
	float: left;
	width: 220px;
	padding-left: 24px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 15px;
	font-family: "黑体";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #333;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.dock-list li:hover span.dock-c {
	background-color: #e50012;
}
.dock-box:hover {
	width: 244px;
}
.dock-sharp a {
	width: 42px !important;
	float: left;
	display: block;
	height: 42px !important;
	border-right: 1px solid #4f4f4f !important;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px !important;
	padding: 0 !important;
}
.dock-sharp a.sina {
	background-image: url(../dock_s1.png);
}
.dock-sharp a.wx {
	background-image: url(../dock_s2.png);
}
.dock-sharp a.tx {
	background-image: url(../dock_s3.png);
}
.dock-sharp a.more {
	background-image: url(../dock_s4.png);
}
.dock-sharp a:hover {
	background-color: #4f4f4f;
}
.popUpblack {
	background: url(../black_50.png) repeat;
	background: none rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1030;
	display: none;
}
.popUp {
	width: 220px;
	height: 260px;
	border: 5px solid #eeeeee;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -115px;
	z-index: 1004;
}
.popUp .img {
	padding: 20px;
}
.popUp .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.popUp .t {
	padding: 10px 0px;
	color: #666;
	font-weight: bold;
	background: #eeeeee;
	text-align: center;
}
.vwrap {
	display: none;
	z-index: 1040;
	width: 100%;
	position: fixed;
}
.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}
.vwrap .videobox {
	z-index: 990;
	width: 800px;
	height: 500px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -400px;
}
.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #80abde;
}
#videobox_wrapper {
	height: 100%!important;
}
.vwrap .close {
	z-index: 999;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
}
.vwrap .close i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../closebtn.png) no-repeat 50% 50%;
	-webkit-transition: 400ms;
	transition: 400ms;
}
.vwrap .close:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#videobox_display_button, #videocontainer_display_button {
	background: none no-repeat!important;
}
.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jwlogo, .jwclick {
	display: none!important;
}
.jwdisplayIcon {
	background: none no-repeat!important;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: #fff url(../loding.gif) center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active a {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
@-webkit-keyframes scaleUpDown {
from {
-webkit-transform:scale(1.08);
transform:scale(1.08);
}
to {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}
}
@keyframes scaleUpDown {
from {
-webkit-transform:scale(1.08);
transform:scale(1.08);
}
to {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display:inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(../ajaxloader.gif) no-repeat center center;
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
0% {
opacity:1;
}
}
@-moz-keyframes empty {
0% {
opacity:1;
}
}
@keyframes empty {
0% {
opacity:1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px);
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%);
}
100% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
25% {
opacity:.5;
-moz-transform:translateZ(-500px);
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%);
}
100% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
transform:translateZ(-500px);
}
75% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%);
}
100% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%);
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px);
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(200%);
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px);
}
100% {
opacity:1;
-moz-transform:translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
transform:translateZ(-500px) translateX(200%);
}
75% {
opacity:.5;
transform:translateZ(-500px);
}
100% {
opacity:1;
transform:translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(.8);
}
}
@-moz-keyframes scaleToFade {
to {
opacity:0;
-moz-transform:scale(.8);
}
}
@keyframes scaleToFade {
to {
opacity:0;
transform:scale(.8);
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform:translateY(-100%);
}
}
@-moz-keyframes goDown {
from {
-moz-transform:translateY(-100%);
}
}
@keyframes goDown {
from {
transform:translateY(-100%);
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity:0;
-moz-transform:scale(1.5);
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
transform:scale(1.5);
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
to {
opacity:0;
-moz-transform:scale(1.5);
}
}
@keyframes scaleUpTo {
to {
opacity:0;
transform:scale(1.5);
}
}
.black-10 {
	background: url(../black_10.png) repeat;
	background: none rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.black-30 {
	background: url(../black_30.png) repeat;
	background: none rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.orange-50 {
	background: url(../orange_50.png) repeat;
	background: none rgba(215,108,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.orange-68 {
	background: url(../orange_68.png) repeat;
	background: none rgba(215,108,0,0.68);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner a:link, .banner a:visited {
	color: #fff;
}
.banner a:active, .banner a:hover {
	color: #fff;
}
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #f2f2f2;
	height: 100vh;
}
.banner .pimg {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation: moveleft 15s linear infinite;
	animation: moveleft 15s linear infinite;
}
.banner .item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.binbox {
	position: absolute;
	width: 90%;
	overflow: hidden;
	left: 5%;
	top: 0;
	height: 100%;
	display: table;
	text-align: center;
	color: #fff;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
	visibility: hidden;
}
.binbox .by {
	font-size: 18px;
	line-height: 1.5;
	text-transform: uppercase;
}
.binbox .zh {
	font-weight: bold;
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 5px;
	font-family: "微软正黑体", "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif, "SimHei", "黑体";
}
.binbox .en {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.binbox .en span {
	display: inline-block;
	position: relative;
	padding: 0px 22px;
}
.binbox .en i {
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 50%;
	width: 102px;
}
.binbox .en .i1 {
	right: 100%;
}
.binbox .en .i2 {
	left: 100%;
}
.banner .slick-dots {
	bottom: 110px;
	z-index: 104;
}
.banner .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	width: 24px;
	height: 7px;
	padding: 0px;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}
.banner .slick-dots li a {
	text-align: left;
	height: 7px;
	width: 24px;
	line-height: 7px;
	text-indent: -10em;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.banner .slick-dots li a:before {
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 7px;
	width: 0px;
	display: block;
	background-color: #e50012;
	z-index: -1;
}
.banner .slick-dots li a:focus {
	outline: none;
}
.banner .slick-dots li.slick-active, .banner .slick-dots li:hover {
	background-color: #f69c41;
}
.banner .slick-dots li.slick-active a:before {
	-webkit-animation: a_slidercurrent 5s linear;
	animation: a_slidercurrent 5s linear;
}
.banner .slick-active .binbox {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
	transition: 800ms 480ms;
	-webkit-transition: 800ms 480ms;
}
@-webkit-keyframes a_slidercurrent {
from {
width:0%;
}
to {
width:100%;
}
}
@keyframes a_slidercurrent {
from {
width:0%;
}
to {
width:100%;
}
}
@-webkit-keyframes moveleft {
0%, 100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
50% {
-webkit-transform:translateX(-6%);
transform:translateX(-6%)
}
}
@keyframes moveleft {
0%, 100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
50% {
-webkit-transform:translateX(-6%);
transform:translateX(-6%)
}
}
.sider-banner-box {
	background-color: #fff;
	height: 30px;
	position: relative;
	margin: -80px auto 0;
	width: 80%;
	padding: 25px 4%;
	z-index: 100;
}
.sider-banner-box a:link, .sider-banner-box a:visited {
	color: #666;
}
.sider-banner-box a:active, .sider-banner-box a:hover {
	color: #e50012;
}
.mouseIco {
	border: 2px solid #999999;
	background-color: #fff;
	width: 22px;
	height: 32px;
	display: block;
	margin: 0px auto;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 26px;
	z-index: 900;
}
.mouseIco i {
	width: 3px;
	height: 4px;
	display: block;
	background-color: #999999;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 7px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
from {
opacity:0;
}
33% {
opacity:1;
}
to {
transform:translateY(15px);
-webkit-transform:translateY(15px);
opacity:0;
}
}
@-webkit-keyframes mouse-dot {
from {
opacity:0;
}
33% {
opacity:1;
}
to {
transform:translateY(15px);
-webkit-transform:translateY(15px);
opacity:0;
}
}
.videoIbtn {
	position: absolute;
	right: 4%;
	top: 25px;
	font-size: 16px;
	overflow: hidden;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 46px;
}
.videoIbtn i {
	background: url(../video_ico.png) no-repeat scroll left center;
	width: 30px;
	height: 29px;
	position: absolute;
	left: 0;
	top: 0;
}
.videoIbtn:hover i {
	background-position: right center;
}
.control {
	position: absolute;
	left: 4%;
	top: 25px;
	line-height: 30px;
	height: 30px;
}
.control .prev, .control .next {
	width: 25px;
	float: left;
	display: block;
	height: 30px;
	position: relative;
}
.control .line {
	width: 1px;
	height: 12px;
	margin: 9px auto 0px;
	background-color: #bcbcbc;
	float: left;
}
.control .next {
	margin-right: 20px;
}
.control .prev span, .control .next span {
	width: 18px;
	display: block;
	height: 30px;
	transition: 300ms;
	-webkit-transition: 300ms;
	position: relative;
}
.control .prev span {
	background: url(../btn_l.png) no-repeat scroll left center;
	margin-left: 5px;
}
.control .next span {
	background: url(../btn_r.png) no-repeat scroll right center;
	margin-left: 0px;
}
.control .prev i, .control .next i {
	position: absolute;
	width: 0px;
	top: 50%;
	height: 1px;
	background-color: #bcbcbc;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.control .prev i {
	left: 2px;
}
.control .next i {
	right: 2px;
}
.control .prev:hover span {
	margin-left: 0px;
}
.control .next:hover span {
	margin-left: 5px;
}
.control .prev:hover i, .control .next:hover i {
	width: 18px;
}
.sider-newIbox {
	width: 400px;
	height: 30px;
	margin: 0px 0px 0px 60px;
	overflow: hidden;
	float: left;
}
.sider-newIbox .item a {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.sider-newIbox .time {
	float: right;
	color: #999999;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin-left: 15px;
}
.iboxT .zh {
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
}
.iboxT .en {
	font-size: 28px;
	color: #cccccc;
	line-height: 1.2;
	font-family: "Italianno";
	padding-left: 16px;
}
.ibox-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.ibox {
	margin: 28px 0px 22px;
	position: relative;
}
.ibox dd {
	float: left;
	display: block;
	width: 33%;
	height: 100%;
	background-color: #fbfbfb;
	position: relative;
}
.ibox dd.new-ibox {
	position: absolute;
	left: 33.5%;
	top: 0;
	height: 100%;
}
.ibox dd.ibox-item3 {
	float: right;
}
.ibox-pic-demo {
	overflow: hidden;
}
.ibox-pic-demo .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 100%;
	-webkit-transition: -webkit-transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
	transition: transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
	transform-origin: left 100%;
	-webkit-transform-origin: left 100%;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
}
.ibox-pic-demo .img {
	width: 100%;
	display: block;
	transition: transform 1s ease-out 0s;
	-webkit-transition: -webkit-transform 1s ease-out 0s;
}
.ibox-pic-demo .yy {
	background: url(../yy_bg.png) repeat-x scroll left top;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ibox-pic-demo .iboxT {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
}
.newIbox {
	padding: 0px 38px;
	height: 100%;
}
.newIbox .iboxT {
	margin: 5% 0px 4%;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.newIimgDemo a:link, .newIimgDemo a:visited {
	color: #333;
}
.newIimgDemo a:active, .newIimgDemo a:hover {
	color: #e50012;
}
.newIimgDemo .img {
	overflow: hidden;
	margin-bottom: 10px;
}
.newIimgDemo .img img {
	width: 100%;
	display: block;
}
.newIimgDemo .time {
	font-size: 22px;
	font-family: "Italianno";
	line-height: 1.2;
	color: #999999;
}
.newIimgDemo .t {
	font-size: 15px;
	line-height: 1.4;
	height: 21px;
	overflow: hidden;
}
.newIimgDemo .more {
	float: right;
	display: block;
	height: 100%;
	width: 15px;
	background: url(../more.png) no-repeat scroll left center;
}
.newIimgDemo .slick-arrow {
	background: url(../n_ml.png) no-repeat scroll center center;
	background: none rgba(255,255,255,1);
	border-radius: 50%;
	width: 31px;
	height: 31px;
	z-index: 10;
	top: 50%;
	margin-top: -42px;
}
.newIimgDemo .slick-arrow i {
	width: 100%;
	height: 100%;
	display: block;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.newIimgDemo .slick-prev {
	left: 12px;
}
.newIimgDemo .slick-next {
	right: 12px;
}
.newIimgDemo .slick-prev i {
	background: url(../n_l1.png) no-repeat;
}
.newIimgDemo .slick-next i {
	background: url(../n_r1.png) no-repeat;
}
.newIimgDemo .slick-prev:hover i {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
}
.newIimgDemo .slick-next:hover i {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.fixedImg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pboxT {
	text-align: center;
	padding: 50px 0px 40px;
	width: 90%;
	margin: 0px auto;
}
.pboxT .en {
	font-size: 60px;
	font-family: "Italianno";
	line-height: 1.2;
}
.pboxT .zh {
	color: #e50012;
	font-size: 20px;
}
.productIbox-t {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 60%;
}
.productIbox a:link, .productIbox a:visited {
	color: #fff;
}
.productIbox a:active, .productIbox a:hover {
	color: #fff;
}
.productIbox {
	color: #fff;
	position: relative;
}
.productIbox-list {
	margin: 0px auto;
	width: 368px;
	background: url(../black_35.png) repeat;
	background: none rgba(0,0,0,0.35);
	padding: 40px 0px 54px;
}
.productIbox-list dd {
	padding: 30px 0px 30px 184px;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	z-index: 1;
}
.productIbox-list .ico {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 12%;
	top: 50%;
	margin-top: -50px;
	background-position: center center;
	background-repeat: no-repeat;
}
.productIbox-list .line {
	width: 10px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	display: block;
}
.productIbox-list p {


	padding-left: 24px;
}
.productIbox-list .t {
	font-size: 16px;
	line-height: 1.5;
}
.productIbox-list .c {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
.productIbox-list .addMore {
	position: absolute;
	background-color: #d87917;
	top: 0;
	left: 100%;
	width: 60px;
	height: 100%;
	-webkit-transform: perspective(1200px) rotateY(-90deg);
	transform: perspective(1200px) rotateY(-90deg);
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .48s ease .38s;
	transition: all .48s ease .38s;
	visibility: hidden;
}
.productIbox-list dd:after {
	content: "";
	background: url(../orange_68.png) repeat;
	background: none rgba(215,108,0,0.68);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.productIbox-list dd:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.productIbox-list dd:hover .addMore {
	visibility: visible;
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	-ms-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.addMore i {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
}
.addMore i.i1 {
	margin: -1px 0px 0px -8px;
	width: 17px;
	height: 2px;
}
.addMore i.i2 {
	margin: -8px 0px 0px -1px;
	height: 17px;
	width: 2px;
}
.productIbox-con {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 25%;
}
.productIbox-con .t {
	font-size: 28px;
	line-height: 1.2;
	font-family: arial, helvetica, sans-serif;
}
.productIbox-con .bot {
	width: 70px;
	height: 1px;
	display: block;
	margin: 25px 0px 22px;
	background-color: #fff;
}
.pageC a:link, .pageC a:visited {
	color: #333;
}
.pageC a:active, .pageC a:hover {
	color: #e50012;
}
.pageC img {
	max-width: 100% !important;
	height: auto !important;
}
.aboutIbox .pageC a:link, .aboutIbox .pageC a:visited {
	color: #666;
}
.aboutIbox .pageC a:active, .aboutIbox .pageC a:hover {
	color: #333;
}
.aboutIbox {
	padding: 60px 0px 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 10%;
}
.aboutIbox .pboxT {
	padding: 0;
}
.aboutIbox .pageC {
	width: 760px;
	overflow: hidden;
	margin: 30px auto 60px;
	text-align: center;
	font-size: 15px;
	color: #666666;
}
.jh-more {
	border: 1px solid #e50012;
	height: 46px;
	line-height: 46px;
	width: 186px;
	margin: 0px auto;
	display: block;
	position: relative;
	overflow: hidden;
	color: #e50012;
}
.jh-more .i1 {
	display: block;
	padding: 0px 0px 0px 28px;
	background: url(../jh_more_i2.png) no-repeat scroll -28px center;
	color: #e50012;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.jh-more .i2 {
	position: absolute;
	right: 28px;
	top: 0px;
	width: 13px;
	height: 100%;
	background: url(../jh_more_i1.png) no-repeat scroll right center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.jh-more:hover {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
.jh-more:hover .i1 {
	padding-left: 62px;
	color: #fff;
	background-position: 28px center;
}
.jh-more:hover .i2 {
	right: -20px;
}
.ibox-img-box a:link, .ibox-img-box a:visited {
	color: #fff;
}
.ibox-img-box a:active, .ibox-img-box a:hover {
	color: #fff;
}
.ibox-img-box {
	float: left;
	display: block;
	width: 50%;
	position: relative;
	overflow: hidden;
}
.ibox-img-box .img {
	overflow: hidden;
}
.ibox-img-box .img img {
	width: 100%;
	display: block;
}
.ibox-img-box .black-30 {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.ibox-img-box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .58s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .58s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.ibox-img-box .con {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -56px;
	width: 90%;
	text-align: center;
	color: #fff;
}
.ibox-img-box .con .ico {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0px auto 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ibox-img-box .con .t {
	font-size: 20px;
	line-height: 1.5;
}
.ibox-img-box:hover .con .ico {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
@keyframes gelatine {
from, to {
-webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
25% {
-webkit-transform:scale(0.9, 1.1);
transform:scale(0.9, 1.1);
}
50% {
-webkit-transform:scale(1.1, 0.9);
transform:scale(1.1, 0.9);
}
75% {
-webkit-transform:scale(0.95, 1.05);
transform:scale(0.95, 1.05);
}
from, to {
-webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
}
@-webkit-keyframes gelatine {
from, to {
-webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
25% {
-webkit-transform:scale(0.9, 1.1);
transform:scale(0.9, 1.1);
}
50% {
-webkit-transform:scale(1.1, 0.9);
transform:scale(1.1, 0.9);
}
75% {
-webkit-transform:scale(0.95, 1.05);
transform:scale(0.95, 1.05);
}
}
.bg-T {
	background: url(../bg.jpg) no-repeat scroll center top;
	background-size: cover;
	padding: 150px 0px 30px;
	text-align: center;
	color: #f4dec9;
	font-size: 100px;
	line-height: 1;
	font-family: "Brandon Text";
	text-transform: uppercase;
	overflow: hidden;
}
.inner1280 {
	width: 1280px;
	margin: 0px auto;
}
.aboutT {
	margin: 30px 0px
}
.aboutT .en {
	color: #ccc;
	font-size: 30px;
	line-height: 1;
	font-family: "Arial";
	text-transform: uppercase;
}
.aboutT .en:after {
	width: 80px;
	height: 1px;
	background: #e50012;
	margin: 0px auto;
	margin-top: 10px;
	display: block;
	content: ""
}
.aboutT .en-w {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-family: "Arial";
	text-transform: uppercase;
}
.aboutT .en-w:after {
	width: 80px;
	height: 1px;
	background: #e50012;
	margin: 0px auto;
	margin-top: 10px;
	display: block;
	content: ""
}
.aboutT .zh {
	display: block;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px
}
.aboutT .zh-w {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px
}
.aboutT .sm {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 20px
}
.brandT {
	margin: 0px 0px 30px 0px;
	text-align: left
}
.brandT .en {
	color: #ccc;
	font-size: 30px;
	line-height: 1;
	font-family: "Arial";
	text-transform: uppercase;
}
.brandT .en:after {
	width: 80px;
	height: 1px;
	background: #e50012;
	margin-top: 10px;
	display: block;
	content: ""
}
.brandT .zh {
	display: block;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px
}
.brandT .sm {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	line-height: 36px
}
.honorT {
	margin: 0px 0px 30px 0px;
	text-align: left
}
.honorT .en {
	color: #ccc;
	font-size: 30px;
	line-height: 1;
	font-family: "Arial";
	text-transform: uppercase;
}
.honorT .en:after {
	width: 80px;
	height: 1px;
	background: #e50012;
	margin-top: 10px;
	display: block;
	content: ""
}
.honorT .zh {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px
}
.honorT .sm {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 20px
}
.aboutPage {
	margin-top: 50px;
}
.aboutPage-con {
	padding-bottom: 20px;
}
.aboutPage-con dd {
	float: left;
	display: block;
	width: 50%;
	margin-top: 30px;
}
.aboutPage-con .aboutPage-item {
	padding: 20px 0% 0px;
	position: relative;
}
.aboutPage-item .con {
	text-align: justify;
	overflow: hidden;
	margin-top: 0px;
	font-size: 15px;
	line-height: 30px;
}
.aboutPage-con .aboutPage-img {
	background-color: #fff;
	width: 46%;
	margin-left: 4%
}
.aboutPage-con .aboutPage-img img {
	width: 100%;
}

.aboutPage-con .aboutPage-img-i {
	width: 46%;
	margin-right: 4%
}
.aboutPage-con .aboutPage-img-i img {
	width: 100%;
}

.video-about {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.video-about figure {
	overflow: hidden;
}
.video-about .img {
	width: 100%;
	display: block;
	transition: transform 1.2s ease-out 0s;
	-webkit-transition: -webkit-transform 1.2s ease-out 0s;
}
.video-about .vico {
	background: url(../video_ico2.png) no-repeat;
	width: 68px;
	height: 68px;
	border: 2px solid #fff;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -36px 0px 0px -36px;
	transition: 0.3s ease-out 0s;
	-webkit-transition: 0.3s ease-out 0s;
}
.aboutPage-video .fc {
	padding: 25px 5%;
}
.aboutPage-video .en {
	font-size: 26px;
	color: #666666;
	line-height: 1.4;
	font-family: "Italianno";
}
.aboutPage-video .zh {
	font-size: 16px;
	color: #e50012;
	line-height: 1.4;
}
.video-about:hover .img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.video-about:hover .vico {
	border-color: #eecfaf;
	background-color: #eecfaf;
}

.g-more {
	display: block;
	border: 1px solid #ccc;
	padding: 10px 0;
	width: 175px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 20px;
}
.g-more:after {
	display: inline-block;
	margin-left: 30px;
	width: 23px;
	height: 20px;
	vertical-align: top;
	background: url(../more.png) no-repeat right center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	content: ''
}
.g-more:hover {
	border-color: #da251c;
	color: #da251c
}
.g-more:hover:after {
	background-image: url(../more.png);
	-webkit-transform: translate(10%, 0);
	-ms-transform: translate(10%, 0);
	transform: translate(10%, 0)
}
.mar-t100{margin-top: -100px;}	
.about-info{background: #f6f6f6; width: 100%; height: 250px;  position: relative; top: -100px; z-index: 1}
.a_i-link { padding-top:70px; }
.a_i-link a { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.a_i-link a:hover { color: #e70012 }
.a_i-link a:hover .icon { -webkit-transform: translate(0,15%); -ms-transform: translate(0,15%); transform: translate(0,15%); fill: #23297a }
.a_i-link .t { font-family: Arial,sans-serif; font-size: 20px; line-height: 30px; color: #111 }
.a_i-link .link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 35px 0 0; font-size: 12px; line-height: 15px; color: #858585 }
.a_i-link .icon { margin: 0 0 10px; width: 50px; height: 50px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #e70012; display: inline-block}

@media (max-width:425px) {
.a_i-link .icon { width: 40px; height: 40px }
}

.a_i-link .desc-c { color: #666; font-size: 16px; line-height: 30px;}
.a_i-link .desc-e { color: #333; font-size: 16px; line-height: 30px;}

@media (min-width:1025px) and (max-width:1240px) {
.a_i-link { margin: 10% 0 0 }
.a_i-link .link { margin: 7% 0 0 }
.a_i-link .icon { margin: 0 0 15px }
}

@media (max-width:1024px) {
.mar-t100{margin-top: 0px;}	
.about-info{background: #f6f6f6; width: 100%; height:auto;  position: relative; top: 0px; z-index: 1}	
.a_i-link .link { display: -webkit-box; display: -ms-flexbox; display:inline-block; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 35px 0 0; font-size: 12px; line-height: 15px; color: #858585 }	
.a_i-link .link .box { width: 48%; display: inline-block; margin-bottom: 20px;}
.a_i-link .link { margin: 3vw 0 0 }
.a_i-link .icon {display: block}
}

.i-news{position: relative; top: -40px; background: #fff; box-shadow: 0 0 10px #999; height: 80px; z-index: 999; display: flex;}
.i-news .tit{width: 160px; font-size: 28px; color: #000000; line-height: 80px; text-align: center; margin-right: 30px}
.i-news .box{flex: 1; }
.i-news .box li{font-size: 16px; color: #666; line-height: 80px; display: inline-block; margin-right: 50px;}
.i-news .box li .time{color: #c6c6c6; font-size: 16px; margin-left: 30px;}

@media (max-width:861px) {
	.i-news{display: none}
}


.managerPage {
	background-color: #f1f2f4;
}
.manager-img {
	float: left;
	display: block;
	width: 45%;
	margin-left: 5%;
}
.manager-img .img {
	width: 125%;
	display: block;
}
.manager-con {
	float: left;
	display: block;
	width: 550px;
	position: relative;
}
.manager-box {
	padding: 60px 10% 40px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 0;
}
.manager-box .con {
	margin-top: 35px;
}
.qmBox {
	text-align: right;
	padding-top: 40px;
}
.cultuerPage a:link, .cultuerPage a:visited {
	color: #fff;
}
.cultuerPage a:active, .cultuerPage a:hover {
	color: #fff;
}
.cultuerPage {
	padding: 160px 0px 0px;
	color: #fff;
}
.cultuerPage .aboutT .en, .cultuerPage .aboutT .zh {
	color: #fff;
}
.cultuerPage .c {
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0px 140px;
}
.cultureDemo {
	background-color: #666666;
}
.cultureDemo, .cultureDemo .slick-list {
	height: 412px;
}
.cultureDemo .img {
	overflow: hidden;
}
.cultureDemo .img img {
	width: 100%;
	display: block;
	transition: transform 1.2s ease-out 0s;
	-webkit-transition: -webkit-transform 1.2s ease-out 0s;
}
.cultureDemo .item {
	float: left;
	display: block;
	width: 50%;
	position: relative;
}
.cultureDemo .item:hover .img img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.cultureDemo .con {
	position: absolute;
	left: 8%;
	top: 8%;
	width: 84%;
	height: 84%;
}
.cultureDemo .ico {
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 8px 18px 16px;
	float: left;
	margin-bottom: 32px;
	border-radius: 10px;
}
.cultureDemo .ico i {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cultureDemo .zh {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.cultureDemo .en {
	line-height: 1.2;
	font-family: arial, helvetica, sans-serif;
}
.cultureDemo .slick-arrow {
	width: 42px;
	height: 52px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.cultureDemo .slick-prev {
	background-image: url(../img_l1.png);
	left: -60px;
}
.cultureDemo .slick-next {
	background-image: url(../img_r1.png);
	right: -60px;
}
.cultureDemo:hover .slick-prev, .cultureDemo:hover .slick-next {
	opacity: 1;
	filter: alpha(opacity=100);
}
.honorPage {
	padding: 60px 0px 80px;
	color: #fff;
	background-color: #b7a288;
}
.honorDemo-box {
	background: url(../white_70.png) repeat;
	background: none rgba(255,255,255,0.7);
}
.honorDemo {
	margin: 0px 50px;
}
.honorDemo .item {
	float: left;
	display: block;
	width: 20%;
	padding: 40px 0px 28px;
	text-align: center;
	color: #333333;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	position: relative;
}
.honorDemo .item:before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #e50012;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.honorDemo .img {
	width: 100px;
	margin: 0px auto 10px;
}
.honorDemo .img img {
	width: 100%;
	display: block;
}
.honorDemo .txt {
	padding: 0px 5%;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}
.honorDemo .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.honorDemo .slick-prev {
	background-image: url(../img_l2.png);
	left: -45px;
}
.honorDemo .slick-next {
	background-image: url(../img_r2.png);
	right: -45px;
}
.coursePage {
	background-color: #fbfbfb;
	position: relative;
	overflow: hidden;
}
.courseImg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.courseImg img {
	width: 100%;
	display: block;
	position: relative;
	z-index: -1;
}
.courseDemo {
	cursor: move;
}
.courseDemo .con {
	padding: 0px 30px 300px 38px;
	margin: 0px 4px;
	border-left: 1px solid #e4a05b;
	position: relative;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.courseDemo .ico {
	background: url(../course_ico.png) no-repeat;
	width: 10px;
	height: 9px;
	position: absolute;
	left: -5px;
	top: 0;
}
.courseDemo .t {
	font-size: 18px;
	color: #333333;
	line-height: 1.2;
}
.courseDemo .year {
	margin: 12px 0px 20px;
	color: #e50012;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}
.courseDemo .slick-list {
	overflow: inherit;
}
.courseDemo .slick-active .con {
	opacity: 1;
	filter: alpha(opacity=100);
}
.course-mouse-box {
	width: 36px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 5%;
	z-index: 10;
}
.course-mouse-box .t {
	background: url(../mouse-t.png) no-repeat scroll center center;
	width: 34px;
	height: 13px;
	display: block;
}
.course-mouse-box .c {
	background: url(../more_b.png) no-repeat scroll center center;
	width: 27px;
	height: 33px;
	display: block;
	margin: 0px auto;
	-webkit-animation: mouse-left 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-left 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-left {
from {
opacity:0;
transform:translateX(15px);
-webkit-transform:translateX(15px);
}
33% {
opacity:1;
}
to {
transform:translateX(-15px);
-webkit-transform:translateX(-15px);
opacity:0;
}
}
@-webkit-keyframes mouse-left {
from {
opacity:0;
transform:translateX(15px);
-webkit-transform:translateX(15px);
}
33% {
opacity:1;
}
to {
transform:translateX(-15px);
-webkit-transform:translateX(-15px);
opacity:0;
}
}
.newPage {
	padding: 52px 0px 0px 0px;
}
.new-List a:link, .new-List a:visited {
	color: #333;
}
.new-List a:active, .new-List a:hover {
	color: #e50012;
}
.new-List {
	margin-bottom: 52px;
}
.new-List dd {
	float: left;
	display: block;
	width: 31.33%;
	margin: 0px 0px 0px 3%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.new-List dd:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background-color: #e50012;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.new-List dd:nth-child(3n+1) {
	margin-left: 0;
}
.new-List .img {
	overflow: hidden;
	position: relative;
}
.new-List .img img {
	width: 100%;
	display: block;
	transition: 500ms;
	-webkit-transition: 500ms;
}
.new-List .t {
	margin: 25px 5% 12px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}
.new-List .time {
	font-size: 12px;
	margin: 0px 5%;
	height: 22px;
	padding-bottom: 25px;
	color: #999999;
	font-family: arial, helvetica, sans-serif;
}
.new-List .more {
	float: right;
	display: block;
	height: 100%;
	width: 15px;
	background: url(../more.png) no-repeat scroll left center;
}
#industryNewPage {
	background-color: #fbfbfb;
}
#industryNewPage .new-List dd {
	background-color: #fff;
}
.brandVideoPage .bg-50 {
	padding: 60px 0px 80px;
	background: url(../black_50.png) repeat;
	background: none rgba(0,0,0,0.5);
}
.video-news-demo {
	margin-top: 52px;
}
.video-news-demo .item {
	margin: 0px 25px;
	background-color: #fff;
	text-align: center;
}
.video-news-demo .img {
	overflow: hidden;
	position: relative;
}
.video-news-demo .img img {
	width: 100%;
	display: block;
	transition: transform 1.2s ease-out 0s;
	-webkit-transition: -webkit-transform 1.2s ease-out 0s;
}
.video-news-demo .ico {
	background: url(../video_ico3.png) no-repeat scroll center center;
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -27px 0px 0px -27px;
}
.video-news-demo .txt {
	height: 50px;
	line-height: 50px;
	margin: 0px 5%;
	overflow: hidden;
	color: #666;
	font-size: 15px;
}
.video-news-demo .slick-arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.video-news-demo .slick-prev {
	background-image: url(../img_l1.png);
	left: -60px;
}
.video-news-demo .slick-next {
	background-image: url(../img_r1.png);
	right: -60px;
}
.video-news-demo:hover .slick-prev, .video-news-demo:hover .slick-next {
	opacity: 1;
	filter: alpha(opacity=100);
}
.bgfb {
	background-color: #FBFBFB;
}
#newList-page {
	width: 90%;
	margin: 0px auto;
	max-width: 1714px;
}
#newList-page dd, #newList-page dd:nth-child(3n+1) {
	width: 23%;
	margin: 0px 1% 38px;
}
.pading a:link, .pading a:visited {
	color: #fff;
}
.pading a:active, .pading a:hover {
	color: #fff;
	background-color: #e50012;
}
.pading {
	text-align: center;
	padding-top: 20px;
}
.pading a, .pading span {
	padding: 0px 16px;
	height: 36px;
	line-height: 36px;
	margin: 0px 2px !important;
	display: inline-block;
*display:inline;
	zoom: 1;
	position: relative;
	background-color: #8a8a8a;
	color: #fff;
}
.pading a.active, .pading span {
	background-color: #e50012;
	color: #fff !important;
	font-weight: normal !important;
}
.bgf3 {
	background-color: #f3f3f3;
}
.infoBanner {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #f3f3f3;
}
.info-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.infopage-box-t {
	bottom: 3px;
	z-index: 2;
	width: 1200px;
	padding: 40px 100px 20px;
	margin: 0px auto;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.infopage-box-t .t {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.infopage-box-t .time {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 12px 0px 25px;
	display: block;
	color: #666666;
	text-align: center
}
.infopage-box-c {
	overflow: hidden;
	background-color: #fff;
	padding: 45px 100px;
	width: 800px;
	margin: 0px auto;
}
.infopage-box-c .pageC {
	overflow: hidden;
	font-size: 15px;
}

.infopage-box-c .back{
	width: 120px;
	height: 40px;
	display: block;
	margin: 0px auto;
	font-size: 16px; 
	color: #666;
	border:1px solid #eee;
	text-align: center;
	line-height: 40px;
	margin-top: 50px;
}

.sharpBox {
	display: block;
	height: 41px;
	line-height: 41px;
	color: #666666;
}
.sharpBox span.l {
	padding-right: 15px;
}
.sharpBox a {
	display: block;
	width: 41px;

	height: 41px;
	margin-left: 3px;
	float: left;
}
.infopage-box-t .sharpBox a {
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	display: block;
}
.infopage-box-t .sharpBox a.a1 {
	background-image: url(../sharp11.png);
}
.infopage-box-t .sharpBox a.a2 {
	background-image: url(../sharp21.png);
}
.infopage-box-t .sharpBox a.a3 {
	background-image: url(../sharp31.png);
}
.infopage-box-t .sharpBox a:hover {
	background-color: #e8ddcc;
}
.infopage-box {
	padding-bottom: 80px;
}
.pager {
	margin: 0px auto;
	padding: 24px 0px;
	width: 1400px;
	border-bottom: 2px solid #333333;
	position: relative;
	text-align: center;
}
.pager .btn {
	display: block;
	padding-left: 17px;
	float: left;
	color: #333333;
	font-size: 14px;
}
.pager .prev {
	background: url(../arrow8.png) left center no-repeat;
}
.pager .next {
	float: right;
	padding: 0px 17px 0px 0px;
	background: url(../arrow9.png) right center no-repeat;
}
.pager .back-btn {
	padding-left: 28px;
	color: #333333;
	font-size: 14px;
	background: url(../back.png) left center no-repeat;
	margin: 0px auto;
}
.pager .back-btn:hover {
	color: #c3a673;
	background: url(../back1.png) left center no-repeat;
}
.pager .btn:hover {
	color: #c3a673;
}
.pager .prev:hover {
	background: url(../arrow12.png) left center no-repeat;
}
.pager .next:hover {
	background: url(../arrow13.png) right center no-repeat;
}
.proBanner a:link, .proBanner a:visited {
	color: #fff;
}
.proBanner a:active, .proBanner a:hover {
	color: #fff;
}
.proBannerBox {
	overflow: hidden;
}
.proBanner {
	position: relative;
	overflow: hidden;
}
.proBanner .item {
	position: relative;
	width: 100%;
	height: 100%;
}
.proBanner .item img {
	width: 100%;
	height: 100%;
}
.proBanner .pimg {
	display: block;
	width: 100%;
	position: absolute;
}
.probanner-m {
}
.inner90 {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
}
.proNav a:link, .proNav a:visited {
	color: #666;
}
.proNav a:active, .proNav a:hover {
	color: #e50012;
}
.proNav {
	position: relative;
	margin-top: -57px;
}
.proNav li {
	float: left;
	display: block;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.proNav .br1 {
	border-right: 1px solid #f1f1f1
}
.proNav li.w2 {
	width: 50%;
}
.proNav li.w3 {
	width: 33.333%;
}
.proNav li.w4 {
	width: 25%;
}
.proNav li.w5 {
	width: 20%;
}
.proNav li.w6 {
	width: 16.66%;
}
.proNav .lastItem {
	width: 100%;
	height: auto;
}
.proNav .item {
	display: block;
	padding: 0px 5% 0px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #666;
}
.proNav .ico {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0px auto;
	display: block;
}
.proNav .ico i {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.proNav .ico .i2 {
	display: none;
}
.proNav .item:hover, .proNav .item.active {
	background-color: #e50012;
	color: #fff;
}
.proNav .item:hover .ico .i1, .proNav .item.active .ico .i1 {
	display: none;
}
.proNav .item:hover .ico .i2, .proNav .item.active .ico .i2 {
	display: block;
}
.proNav .item:hover .ico, .proNav .item.active .ico {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
.serach-demo {
	padding: 0px 0;
	float: left;
}
.serach-box {
	position: relative;
	height: 22px;
	padding: 10px 80px 10px 20px;
	border:1px solid #e5e5e5;
	margin-bottom: 10px;
	width: 260px;
	border-radius: 22px;
}
.serach-box .stxt, .serach-box .sbtn {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	border: 0px none;
	background-color: transparent;
	height: 22px;
	line-height: 22px;
}
.serach-box .sbtn {
	width: 66px;
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	background-color: #f3f2f2;
	border-radius: 22px;
	border: 1px solid #e5e5e5;
}
.serach-box .sbtn i {
	background: url(../icon-search.jpg) no-repeat scroll center center;
	width: 42px;
	height: 42px;
	display: block;
	margin: 0px auto;
}
.serach-tcon a {
	margin-right: 20px;
}

.proPage {
	padding: 52px 0px;
}
.proList a:link, .proList a:visited {
	color: #fff;
}
.proList a:active, .proList a:hover {
	color: #fff;
}
.proList a.item {
	display: block;
	position: relative;
	overflow: hidden;
}
.proList li {
	background-color: #fff;
	margin-bottom: 20px;
}
.proList li .img {
	width: 50%;
	display: block;
	position: relative;
	overflow: hidden;
}
.proList li .img img {
	transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	width: 100%;
	display: block;
}
.proList .img .orange-50 {
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.proList .con {
	color: #7f7e7e;
	width: 42%;
	height: 70%;
	position: absolute;
	top: 10%;
}
.proList .con .zh {
	font-size: 20px;
	line-height: 1.2;
	color: #666;
}
.proList .con .en {
	font-size: 14px;
	line-height: 1.1;
	font-family: "Italianno", arial, helvetica, sans-serif;
	color: #666;
	margin: 25px 0px 10px;
}
.proList .con .c {
	height: 100px;
	overflow: hidden;
}
.proList .con .c img {
	width: 100px;
	height: 100px;
	display: inline;
	margin-right: 10px;
	transition: .3s;
}
.proList .bor {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.proList .morebtn {
	background: url(../mouse4.png) no-repeat scroll right center;
	margin-top: 5%;
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.bgsizecover .proList .morebtn {
	width: 30px;
	height: 30px;
	border: 2px solid #e50012;
	background: none;
	transition: all 0.3s 0s;
	-webkit-transition: all 0.3s 0s;
}
.proList .morebtn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../mouse3.png) no-repeat scroll right center;
	transition: all 0.3s 0s;
	-webkit-transition: all 0.3s 0s;
}
.bgsizecover .morebtn i {
	background-position: -36px center;
}
.proList .morebtn:hover {
	background-position: left center;
}
.proList .morebtn:hover i {
	background-position: left center;
}
.bgsizecover .proList .morebtn:hover {
	background-color: #e50012;
}
.bgsizecover .proList .morebtn:hover i {
	background-position: -2px center;
}
.proList .oneItem .con {
	left: 54%;
}
.proList .oneItem .bor {
	left: 50%;
}
.proList .twoItem .img {
	margin-left: 50%;
}
.proList .twoItem .con {
	left: 4%;
}

.proList .oneItem .con2 {
	left: 54%;
}

.proList .twoItem .con2 {
	left: 4%;
}

.filler2 {
	position: absolute;
	display: block;
	background-color: #e50012;
	-webkit-transition: 0.3s ease 0s;
	-moz-transition: 0.3s 0s;
	-o-transition: 0.3s 0s;
	transition: 0.3s 0s;
}
.proList .filler2-left {
	width: 2px;
	height: 0%;
	left: 2%;
	top: 2%;
}
.proList .filler2-right {
	width: 2px;
	height: 0%;
	right: 2%;
	bottom: 2%;
}
.proList .filler2-top {
	width: 0%;
	height: 2px;
	right: 2%;
	top: 2%;
}
.proList .filler2-bottom {
	width: 0%;
	height: 2px;
	left: 2%;
	bottom: 2%;
}

.proList .con2 {
	color: #7f7e7e;
	width: 42%;
	height: 70%;
	position: absolute;
	top: 15%;
	text-align: center
}
.proList .con2 .zh {
	font-size: 16px;
	line-height: 1.2;
	color: #666;
}
.proList .con2 .en {
	font-size: 14px;
	line-height: 1.1;
	font-family: "Italianno", arial, helvetica, sans-serif;
	color: #666;
	margin: 10px 0px 0px;
}
.proList .con2 .c {
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px

}
.proList .con2 .c img {
	width: 150px;
	height: 150px;
	display: inline;
	margin-right: 10px;
	transition: .3s;
}


.proLbanner {
	position: relative;
	overflow: hidden;
}
.proLbanner .img {
	width: 100%;
	display: block;
}
.prolbanner-con {
	position: absolute;
	left: 6%;
	bottom: 6%;
	width: 88%;
}
.prolbanner-con .pcon {
	position: relative;
	padding: 32px 38px 26px;
	border-top: 7px solid #e2bfa5;
	background-color: #fff;
	float: right;
	display: block;
	color: #7f7e7e;
	font-size: 14px;
	width: 350px;
}
.prolbanner-con .zh {
	font-size: 20px;
	line-height: 1.2;
	color: #e50012;
}
.prolbanner-con .en {
	font-size: 30px;
	margin-bottom: 22px;
	line-height: 1.1;
	font-family: "Italianno", arial, helvetica, sans-serif;
	color: #cccccc;
}
.prolbanner-con .morebtn {
	background: url(../mouse4.png) no-repeat scroll right center;
	margin-top: 8%;
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.bgsizecover .prolbanner-con .morebtn {
	width: 30px;
	height: 30px;
	border: 2px solid #e50012;
	background: none;
}
.prolbanner-con .morebtn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../mouse5.png) no-repeat scroll center center;
}
.prolistPage {
	padding: 42px 0px;
}

html.openImg {
	overflow: hidden;
}
.overlayClose {
	width: 80px;
	height: 80px;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.overlayClose i {
	background: url(../close_ico2.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	display: block;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.overlayClose:hover {
	background-color: #e2bfa5;
}
.imgstools {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	width: 330px;
	color: #fff;
	background-color: #000000;
}
.imgstools .imgPrev {
	background: url(../img_l3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.imgstools .imgNext {
	background: url(../img_r3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.imgstools .imgPrev:hover {
	background-color: #333;
}
.imgstools .imgNext:hover {
	background-color: #333;
}
.imgstools li {
	float: left;
	display: block;
	border-left: 1px solid #333;
	width: 80px;
	height: 80px;
	text-align: center;
}
.imgstools li.lastitem {
	padding-left: 8px;
	border-left-color: #333;
}
.imgstools li .snumBox {
	color: #fff;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-family: "黑体", arial, helvetica, sans-serif;
}
.overlayClose:hover i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.imgShowBox {
	background-color: #333333;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all 800ms ease 0s;
	-webkit-transition: all 800ms ease 0s;
	z-index: 1010;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}
.no-csstransitions .imgShowBox {
	display: none;
}
.imgShowDemo {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.imgShowDemo .item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.imgShowDemo .img {
	vertical-align: middle;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 80px;
	right: 0px;
	bottom: 0px;
}
.imgShowDemo .con {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	width: 90%;
	padding: 10px 5%;
}
.imgShowDemo .con .t {
	font-size: 16px;
	color: #333;
}
.imgShowDemo .txt {
	background: #000000;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 15px 0px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}
.hi-num {
	width: 85px;

	height: 65px;
	background: #272727;
	color: #fff;
	border-left: 1px solid #3a3a3a;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
}
.img-show {
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
}
.no-csstransitions .img-show {
	display: block;
}
.imgShowDemo .owl-controls .owl-buttons div {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	overflow: hidden;
	top: 50%;
	margin-top: -25px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
}
.imgShowDemo .owl-controls .owl-buttons div.owl-prev {
	left: 3%;
	background-image: url(../img_l4.png);
}
.imgShowDemo .owl-controls .owl-buttons div.owl-next {
	right: 3%;
	background-image: url(../img_r4.png);
}
.imgShowDemo .owl-controls .owl-buttons div.owl-prev:hover, .imgShowDemo .owl-controls .owl-buttons div.owl-next:hover {
	background-color: #e2bfa5;
}
.imgShowDemo .owl-controls .owl-buttons div.owl-prev.disabled, .imgShowDemo .owl-controls .owl-buttons div.owl-next.disabled {
	background-color: #e2bfa5;
}
.servicePage {
	padding: 68px 0px 75px;
}
.service-box {
	padding-left: 45%;
}
.service-nav {
	float: left;
	display: block;
	width: 142px;
}
.service-nav li {
	position: relative;
	padding: 28px 0px 25px;
	text-align: center;
	color: #fff;
	height: 106px;
}
.service-nav .line {
	background: url(../white_20.png) repeat;
	width: 3px;
	position: absolute;
	left: 0%;
}
.service-nav .line1 {
	top: 0px;
	height: 28px;
}
.service-nav .line2 {
	bottom: 0px;
	height: 25px;
}
.service-nav .item {
	background: url(../white_20.png) repeat;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	position: absolute;
	left: -53px;
	top: 28px;
	cursor: pointer;
}
.service-nav .item .num {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.1;
	padding-top: 12px;
}
.service-nav .hline {
	width: 0px;
	height: 6px;
	transition: 400ms;
	-webkit-transition: 400ms;
	background-color: #e50012;
	position: absolute;
	left: 74px;
	top: 50%;
	margin-top: 0px;
}
.service-nav .active .item {
	background-color: #e50012;
}
.service-nav .active .hline {
	width: 28px;
}
.service-con a:link, .service-con a:visited {
	color: #333;
}
.service-con a:active, .service-con a:hover {
	color: #e50012;
}
.service-con {
	float: left;
	display: block;
	width: 398px;
	padding-top: 30px;
}
.service-con .con {
	background: url(../bg.jpg) no-repeat scroll 24% 35%;
	padding: 50px;
	display: none;
	overflow: hidden;
	-webkit-animation-name: tab;
	animation-name: tab;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.service-con .con .t1 {
	color: #666666;
	font-size: 24px;
	line-height: 1.2;
}
.service-con .con .e1 {
	font-size: 48px;
	color: #cccccc;
	line-height: 1.4;
	font-family: "Italianno";
	border-bottom: 1px solid #e50012;
	position: relative;
	margin-bottom: 36px;
}
.service-con .con .e1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 30px;
	height: 8px;
	background-color: #e50012;
}
.service-con .con .i {
	font-size: 15px;
	min-height: 166px;
}
.service-con .con.on {
	display: block;
}
@-webkit-keyframes tab {
from {
opacity:0;
-webkit-transform:translateY(8%);
transform:translateY(8%);
}
to {
opacity:1;
-webkit-transform:translateY(0%);
transform:translateY(0%);
}
}
@keyframes tab {
from {
opacity:0;
-webkit-transform:translateY(8%);
transform:translateY(8%);
}
to {
opacity:1;
-webkit-transform:translateY(0%);
transform:translateY(0%);
}
}
.processPage {
	padding: 74px 0px;
}
.process-box {
	width: 40%;
	padding: 0px 5%;
	background: url(../white_90.png) repeat;
	background: none rgba(255,255,255,0.9);
}
.slider-nav {
	margin: 0px 6px;
}
.slider-nav .item {
	padding: 0px 12px;
	cursor: pointer;
	text-align: center;
}
.slider-nav .ico {
	border: 1px solid #cccccc;
	display: block;
	border-radius: 10px;
	width: 90px;
	height: 90px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.slider-nav .ico i {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider-nav .ico .i2 {
	display: none;
}
.slider-nav .ico:before {
	content: "";
	z-index: -1;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 101%;
	height: 100%;
	background-color: #e50012;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform-origin: 50% 0% 0;
	-webkit-transform-origin: 50% 0% 0;
	visibility: hidden\9;
}
.slider-nav .item:hover .ico:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	visibility: visible\9;
}
.slider-nav .item:hover .ico, .slider-nav .item.slick-current .ico {
	border-color: #e50012;
}
.slider-nav .item:hover .i1, .slider-nav .item.slick-current .i1 {
	display: none;
}
.slider-nav .item:hover .i2, .slider-nav .item.slick-current .i2 {
	display: block;
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
.slider-nav .item.slick-current .ico {
	background-color: #e50012;
}
.slider-nav .name {
	font-size: 15px;
	margin-top: 10px;
	height: 45px;
	overflow: hidden;
	line-height: 1.5;
}
.slider-nav .bor {
	width: 0px;
	height: 2px;
	background-color: #e50012;
	display: block;
	margin: 4px auto 0px;
	-webkit-transition: 0.3s ease 0s;
	transition: 0.3s 0s;
}
.slider-nav .item.slick-current .bor {
	width: 14px;
}
.slider-nav .slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 31px;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider-nav .slick-prev {
	background-image: url(../img_l2.png);
	left: -26px;
}
.slider-nav .slick-next {
	background-image: url(../img_r2.png);
	right: -26px;
}
.slider-nav .slick-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-for {
	border: 1px solid #d0d0d0;
	padding: 45px 32px;
	border-bottom: 0px none;
}
.hr-con {
	float: left;
	display: block;
	width: 40%;
	padding: 68px 5%;
	background-color: #ffffff;
	border-top: 7px solid #e6c799;
}
.hr-T .zh {
	font-size: 24px;
	color: #e50012;
	line-height: 1.4;
}
.hr-T .en {
	font-size: 36px;
	color: #dedede;
	line-height: 1.4;
	font-family: "Italianno", arial, helvetica, sans-serif;
	padding-left: 5px;
}
.hr-jg {
	float: left;
	display: block;
	width: 40%;
	padding: 80px 5%;
	margin-top: 18%;
	background-color: #FBFBFB;
}
.recruitmentPage {
	padding-bottom: 50px;
}
.recruitmentPage .hr-T {
	padding: 70px 0px 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 25px;
}
.ce50012 {
	color: #e50012;
}
.hrList {
	margin: 30px 0px 36px;
}
.hrList .hspan {
	text-align: center;
	cursor: pointer;
	width: 13%;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
}
.hrList .hspan1 {
	text-align: left;
	padding-left: 5%;
	width: 17%;
}
.hrList .hrdt {
	background-color: #acacac;
	color: #fff;
}
.hrList dd {
	margin-bottom: 3px;
	position: relative;
}
.hrList .hrdt {
	height: 50px;
	overflow: hidden;
}
.hrList .hrT {
	background-color: #f2f2f2;
	color: #666666;
}
.hrList .hrT .hspan {
	line-height: 50px;
	height: 50px;
}
.hrList .ib {
	width: 16px;
	height: 16px;
	margin: 17px auto 0px;
	display: block;
	position: relative;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.hrList .ib i {
	display: block;
	background-color: #999999;
}
.hrList .ib .ic1 {
	width: 2px;
	height: 16px;
	margin-left: 7px;
}
.hrList .ib .ic2 {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.hrList .hrB {
	border: 1px solid #dcbfa2;
	display: none;
}
.hrList .hrCon {
	width: 91%;
	margin: 0px auto;
	padding: 30px 0px 50px;
	overflow: hidden;
}
.hrList dd.active .hrT, .hrList dd:hover .hrT {
	background-color: #e50012;
	color: #fff;
}
.hrList .active .ib i {
	background-color: #fff;
}
.hrList .active .ib {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.hrList .active .ib .ic2 {
	display: none;
}
.contactPage {
	position: relative;
	overflow: hidden;
	background-color: #FBFBFB;
}
.mapBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
}
.con-rightBox {
	float: right;
	display: block;
	padding: 48px 5%;
	width: 40%;
}
.contact-C {
	padding: 50px 0px;
}
.foot-ci {
	margin-bottom: 2px;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 1px 0px 3px 46px;
}
.contact-C .foot-ci1 {
	background-image: url(../foot_i11.png);
}
.contact-C .foot-ci2 {
	background-image: url(../foot_i21.png);
}
.contact-C .foot-ci3 {
	background-image: url(../foot_i31.png);
}
.contact-C .foot-ci4 {
	background-image: url(../foot_i41.png);
}
.contact-ermBox {
	width: 140px;
	text-align: center;
}
.contact-ermBox .img {
	overflow: hidden;
	padding: 12px;
	border: 1px solid #cccccc;
	margin-bottom: 4px;
}
.contact-ermBox .img img {
	width: 100%;
	display: block;
}
.supportPage {
	padding: 66px 0px 96px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.support-item:link, .support-item:visited {
	color: #666;
}
.support-item:active, .support-item:hover {
	color: #ffff;
}
.support-item {
	display: block;
	background: url(../fk.png) no-repeat;
	width: 154px;
	height: 126px;
	padding-top: 28px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.support-item .ico {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto 12px;
	position: relative;
}
.support-item .ico i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.support-item .ico .i1 {
	display: block;
}
.support-item .ico .i2 {
	display: none;
}
.support-item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: url(../fk2.png) no-repeat scroll center center;
	transform: rotate(180deg) scale(0.5);
	-webkit-transform: rotate(180deg) scale(0.5);
	transition: .5s;
	-webkit-transition: .5s;
}
.support-type-tab {
	text-align: center;
	font-size: 15px;
	margin: 0px auto 28px;
	position: relative;
	z-index: 1;
}
.support-type-tab li {
	display: inline-block;
	margin: 0px 26px;
*display:inline;
*zoom:1
}
.support-type-tab .active .support-item:before, .support-type-tab .support-item:hover:before {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}
.support-type-tab .active .support-item .i1, .support-type-tab .support-item:hover .i1 {
	display: none;
}
.support-type-tab .active .support-item .i2, .support-type-tab .support-item:hover .i2 {
	display: block;
}
.support-type-tab .active .support-item, .support-type-tab li:hover .support-item {
	color: #fff;
}
.support-type-inner {
	width: 810px;
	margin: 0px auto;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}
.support-type-con {
	padding: 0px 0px 20px;
	text-align: center;
	overflow: hidden;
	display: none;
	-webkit-animation-name: tab;
	animation-name: tab;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.support-type-con.on {
	display: block;
}
.support-type-con .support-item {
	display: none;
	color: #fff;
}
.support-type-con .support-item:before {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}
.support-type-con .support-item .i1 {
	display: none;
}
.support-type-con .support-item .i2 {
	display: block;
}
.support-type-con .t {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: normal;
}
.franchiseProcessPage {
	padding: 60px 0px;
}
.procesUl li {
	width: 23%;
	float: left;
	display: block;
	position: relative;
	height: 100px;
	margin: 0px 1% 34px;
}
.procesUl .line {
	width: 20px;
	position: absolute;
	left: 100%;
	height: 2px;
	display: block;
	background-color: #e50012;
	top: 50%;
	margin-top: -1px;
}
.procesUl .con {
	padding: 32px 25px 0px 70px;
	height: 66px;
	line-height: 1.4;
	border-radius: 50px;
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}
.procesUl .num {
	position: absolute;
	left: 14px;
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 36px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}
.procesUl li:hover .num {
	background-color: #e50012;
}
.procesUl li:hover .con {
	border-color: #e50012;
	background-color: #fff;
}
.procesUl li:nth-child(4n) .line {
	display: none;
}
.download-box a:link, .download-box a:visited {
	color: #fff;
}
.download-box a:active, .download-box a:hover {
	color: #e50012;
}
.download-box {
	background: url(../orange_50.png) repeat;
	background: none rgba(215,108,0,0.5);
	padding: 65px 0px 50px;
}
.download-box .btn {
	width: 618px;
	margin: 0px auto;
}
.download-box .btn a {
	border: 2px solid #fff;
	width: 96%;
	margin: 0px auto 10px;
	display: block;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
}
.download-box .btn a span {
	display: inline-block;
}
.download-box .btn .down1 span {
	background: url(../down_ico11.png) no-repeat scroll left center;
	padding-left: 40px;
}
.download-box .btn .down2 span {
	background: url(../down_ico3.png) no-repeat scroll left center;
	padding-left: 40px;
}
.download-box .btn a:hover {
	background-color: #fff;
}
.download-box .btn a:hover span {
	color: #e50012;
}
.download-box .btn .down1:hover span {
	background-image: url(../down_ico12.png);
}
.download-box .btn .down2:hover span {
	background-image: url(../down_ico32.png);
}
.marketingPage {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f7f7f7;
}
.marketingPbox {
	position: relative;
	z-index: 1;
	padding: 75px 0px 55px;
}
.market-map {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.marketingPbox .itemL, .marketingPbox .itemR {
	float: left;
	display: block;
	width: 50%;
}
select.mar-sel {
	padding: 10px 26px 10px 8px;
	line-height: 18px;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Microsoft JhengHei";
	color: #666666;
	font-size: 14px;
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0px 2% 25px 0px;
	width: 20%;
}
select.mar-sel option {
	padding: 2px 1%;
}
select.mar-sel:hover {
	color: #101010;
}
.csstransitions select.mar-sel {
	background: url(../link_select_ico2.png) no-repeat scroll 95% center #fff;
}
.mar-btn {
	background-color: #e50012;
	width: 88px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.mar-btn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../serach_btn.png) no-repeat scroll center center;
}
.mar-btn:hover {
	background-color: #e50012;
}
.marketing-demo {
	background-color: #fff;
	padding: 56px 50px 48px;
	width: 405px;
	float: right;
	display: block;
	border-bottom: 8px solid #edd4c4;
}
.marketing-demo .hr-T .zh {
	color: #666666;
}
.marketing-demo .hr-T {
	margin-bottom: 45px;
}
.marketing-con {
	overflow: hidden;
}
.marketing-list li {
	display: block;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	margin-bottom: 22px;
}
.marketing-list .img {
	float: left;
	display: block;
	width: 38%;
}
.marketing-list .img img {
	width: 100%;
	display: block;
}
.marketing-list .con {
	float: right;
	display: block;
	width: 50%;
}
.marketing-list .con .t {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	line-height: 1.5;
}
.advantagePage {
	padding: 65px 0px 45px;
}
.advantage-con a:link, .advantage-con a:visited {
	color: #fff;
}
.advantage-con a:active, .advantage-con a:hover {
	color: #fff;
}
.advantage-con {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.advantage-list {
	background: url(../black_50.png) repeat;
	background: none rgba(0,0,0,0.5);
	color: #fff;
	position: relative;
}
.advantage-list dd {
	float: left;
	display: block;
	width: 33.33%;
	border-bottom: 1px solid #add2f2;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
}
.advantage-list .item {
	padding: 70px 0px;
	text-align: center;
	border-left: 1px solid #add2f2;
	border-left: 1px solid rgba(255,255,255,0.3);
	transition: all 0.2s ease 0s;
	-webkit-transform: all 0.2s ease 0s;
}
.advantage-list .zh {
	font-size: 20px;
	line-height: 1.2;
}
.advantage-list .en {
	font-size: 30px;
	line-height: 1.2;
	font-family: "Italianno", arial, helvetica, sans-serif;
}
.advantage-list .item .num {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	font-family: arial, helvetica, sans-serif;
}
.advantage-list .itemC {
	position: absolute;
	width: 100%;
	height: 0%;
	background: url(../orange_61.png) repeat;
	background: none rgba(255,163,70,0.61);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	overflow: hidden;
}
.advantage-list .itemCbox {
	padding: 15% 8% 5%;
}
.advantage-list .itemCbox .num {
	position: absolute;
	right: 8%;
	top: 6%;
	color: #ffffff;
	font-size: 58px;
	font-weight: bold;
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
.advantage-list .itemCbox .en {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.advantage-list .itemCbox .pageC {
	margin-top: 5%;
	font-size: 13px;
}
.advantage-list .showItem .itemC {
	opacity: 1;
	visibility: visible;
	height: 200%;
}
.advantage-list .showItem .item, .advantage-list .hideItem .item {
	opacity: 0;
	visibility: hidden;
}
.advantage-list .showItem, .advantage-list .hideItem {
	border-bottom-color: transparent;
}
.news-cy {
	margin-bottom: 50px;
	margin-top: 50px;
}
.news-cy .news-c-item {
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.news-cy .news-c-item:hover .news-c-cont {
	border-color: #da251c
}
.news-cy .news-c-item:hover .news-c-pic img {
	-webkit-transform: scale(1.02);

	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.news-cy .news-c-item:hover .news-c-info .c, .news-cy .news-c-item:hover .news-c-info .t {
	color: #000
}
.news-cy .news-c-item:hover .news-c-info .m {
	border-color: #fff;
	color: #333
}
.news-cy .news-c-item:hover .news-c-info .d {
	color: #333
}
.news-cy .news-c-item:hover .news-c-info .d:before {
	background: #fff
}
.news-cy .news-c-cont {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1400px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.news-cy .news-c-cont:after {
	content: '';
	display: block;
	clear: both
}
.news-cy .news-c-pic {
	overflow: hidden;
	float: left;
	margin-right: 45px
}
.news-cy .news-c-pic img {
	-webkit-transition: all .5s, height .3s;
	-o-transition: all .5s, height .3s;
	transition: all .5s, height .3s
}
.news-cy .news-c-info {
	overflow: hidden
}
.news-cy .news-c-info .t {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.news-cy .news-c-info .c {
	margin-top: 15px;
	height: 75px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.news-cy .news-c-info .tools {
	margin-top: 65px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.news-cy .news-c-info .tools:after {
	content: '';
	display: block;
	clear: both
}
.news-cy .news-c-info .m {
	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 9px 20px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.news-cy .news-c-info .d {
	display: block;
	float: right;
	margin-top: 25px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.news-cy .news-c-info .d:before {
	display: inline-block;
	margin: 7px 15px 7px 0;
	width: 15px;
	height: 1px;
	background: #ccc;
	vertical-align: top;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	content: ''
}

@media (max-width:1024px) {
.news-cy .container {
	max-width: 90%
}
.news-cy .news-c-pic {
	margin-right: 30px
}
}

@media (max-width:768px) {
.news-cy .news-c-pic {
	margin-right: 25px
}
.news-cy .news-c-pic img {
	height: 176px
}
.news-cy .news-c-info .t {
	font-size: 16px;
	line-height: 25px
}
.news-cy .news-c-info .c {
	font-size: 13px
}
.news-cy .news-c-info .tools {
	margin-top: 51px
}
.news-cy .news-c-info .m {
	font-size: 12px;
	line-height: 15px
}
.news-cy .news-c-info .d {
	margin-top: 20px
}
.news-cy .news-c-info .d:before {
	margin-right: 10px;
	width: 12px
}
}

@media (max-width:640px) {
.news-cy .news-c-pic {
	margin-right: 15px
}
.news-cy .news-c-pic img {
	height: 132px
}
.news-cy .news-c-info .t {
	font-size: 15px;
	line-height: 20px
}
.news-cy .news-c-info .c {
	margin-top: 10px;
	height: 40px;
	font-size: 12px;
	line-height: 20px
}
.news-cy .news-c-info .tools {
	margin-top: 32px
}
.news-cy .news-c-info .m {
	padding: 9px 10px;
	line-height: 10px
}
.news-cy .news-c-info .d {
	margin-top: 15px
}
}

@media (max-width:576px) {
.news-cy .container {
	max-width: none
}
.news-cy .news-c-info .tools {
	margin-top: 47px
}
.news-cy .news-c-info .m {
	border: 0 none;
	padding: 0;
	line-height: 15px
}
.news-cy .news-c-info .d {
	margin-top: 0
}
.news-cy .news-c-info .d:before {
	margin-right: 7px
}
}

@media (max-width:475px) {
.news-cy .news-c-pic {
	margin-right: 10px
}
.news-cy .news-c-pic img {
	height: 110px
}
.news-cy .news-c-info .tools {
	margin-top: 25px
}
}

@media (max-width:425px) {
.news-cy .news-c-pic {
	float: none;
	margin-right: 0;
	margin-bottom: 20px
}
.news-cy .news-c-pic img {
	width: 100%;
	height: auto
}
.news-cy .news-c-info .tools {
	margin-top: 30px
}
}

.cy-wrapper.scrollbar, .footer.scrollbar, .header.scrollbar {
	overflow-y: scroll
}
.cy-wrapper.scrollbar::-webkit-scrollbar, .footer.scrollbar::-webkit-scrollbar, .header.scrollbar::-webkit-scrollbar {
width:7px;
height:7px;
background-color:#f7f7f7
}
.cy-wrapper.scrollbar::-webkit-scrollbar-track, .footer.scrollbar::-webkit-scrollbar-track, .header.scrollbar::-webkit-scrollbar-track {
border-radius:0;
background-color:#f7f7f7
}
.cy-wrapper.scrollbar::-webkit-scrollbar-thumb, .footer.scrollbar::-webkit-scrollbar-thumb, .header.scrollbar::-webkit-scrollbar-thumb {
border-radius:0;
width:17px;
height:17px;
background-color:#333
}
.header {
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear
}
.header.is-hidden {
	will-change: transform;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media (max-width:1024px) {
.header.is-hidden {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4777;
	background: #fff;
}
.inner {
	width: 1400px;
	margin: 0px auto;
}

@media (max-width:1260px) {
.inner {
	width: 90%;
}
}

@media (max-width:1024px) {
.inner {
	width: auto;
}
.header {
	background: #fff;
	-webkit-box-shadow: 0 0 1px #ccc;
	box-shadow: 0 0 1px #ccc;
	height: 60px
}
}
.logo .icon-logo {
	float: left;
	display: inline-block;
}
.header .logo {
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	background: #fff;
	float: left;
	display: inline-block;
}
.header .logo span {
	float: left;
	display: inline-block;
	margin: 0 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	color: #004287
}
.header .gpimg {
	float: left;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}
.header .navbox {
	background-color: #fff;
}
.header .navbox:hover {
/*	pointer-events:none;*/
}
.lang-mob {
	font-size: 18px;
	padding: 50px 6.25vw 0;
	color: #fff;
	display: none;
}
.lang-mob a {
	color: #fff;
}
.lang-mob a.cur, .lang-mob a:hover {
	color: #fff;
}

@media (max-width:1024px) {
.header .navbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 77;
	background: rgba(0,0,0,.5)
}
.header .nav {
	float: right;
	max-width:340px;
	width:45%;
	min-height: 100%;
	background:#666;
	padding: 60px 0px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.header .show .nav {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.header .logo {
	margin-left: 3%;
}
.header .logo img {
	width: 250px;
}
.header .nav .img {
	display: none;
}
.header .nav .box {
	float: none;
	width: auto;
}
.lang-mob {
	display: block;
}
}

@media (min-width:1025px) {
.header .nav ul {
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
*/
	display: inline-block;
}
}

@media (max-width:1024px) {
.header .nav ul {
	display: block;
}
.header .nav .nav::-webkit-scrollbar {
width:7px;
height:7px;
background-color:#f7f7f7
}
.header .nav .nav::-webkit-scrollbar-track {
border-radius:0;
background-color:#f7f7f7
}

.header .nav .nav::-webkit-scrollbar-thumb {
border-radius:0;
width:17px;
height:17px;
background-color:#333
}
.header .logo span {
	font-size: 18px;
	margin: 0px 8px;
}
.header .gpimg {
	width: 60px;
	margin-top: 12px;
}
}
.header .nav li {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	float: left;
}
.header .nav li .name {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #333333
}
.header .nav li .name:hover {
	color: #000;
}

@media (min-width:1025px) {
.header .nav li .name {
	padding: 18px 2vw 10px 2vw;
	position: relative;
	z-index: 1;
}
.header .nav li .name:before {
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: -1;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	content: ''
}
}

@media (max-width:1024px) {
.header .nav li{border-bottom: 1px solid #5f5f5f; width: 100%;}	
.header .nav li .name {
	padding: 25px 6.25vw;
	color: #fff;
}
.header .logo {
	padding: 8px 0;
	}
}

@media (max-width:768px) {

	

.header .nav li .name {
	padding: 20px 6.25vw
}
	
	
}

@media (min-width:1025px) {
.header .nav li:hover .name:before {
	visibility: visible;
	opacity: 1
}
.header .nav li:hover .sub {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.header .nav li.cur .name {
	z-index: 3;
	color: #000;
}

@media (min-width:1025px) {
.header .nav li.cur .name:before {
	visibility: visible;
	opacity: 1
}

}

@media (min-width:1025px) {
.header .nav li .sub {
	position: absolute;
	top: 100%;
	width: 100px;
	padding: 18px;
	left: 0px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px)
}
.header .nav .img {
	float: left;
	display: block;
	width: 185px;
}
.header .nav .box {
	float: right;
	display: block;
	width: 120px;
}
}

@media (max-width:1024px) {
.header .nav li .sub {
	display: none;
	background:#ccc
}
.header .nav li.cur .name {
	z-index: 3;
	color: #fff;
}		
}
.header .nav li .sub a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	padding-left: 15px;
}
.header .nav li .sub a:hover {
	color: #000;
}
.desktop .header .nav li .sub a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.desktop .header .nav li .sub a:hover {
	background: #fff
}

@media (min-width:1025px) {
.header .nav li .sub a {
	margin-bottom: 15px;
}
.header .nav li .sub a:last-child {
	margin-bottom: 0;
}
}

@media (max-width:1024px) {
.header .nav li .sub a {
	padding: 18px 6.25vw;
}
.header .nav li .sub a:active {
	background: #fff
}
}

@media (max-width:768px) {
.header .nav li .sub a {
	padding: 15px 6.25vw
}
}
.header .lang-switch {
	float: right;
	display: block;
	color: #999;
	margin: 30px 0 0 0;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}
.header .lang-switch a.cur {
	color: #fff;
}

@media (max-width:1024px) {
.header .lang-switch {
	display: none
}
}

.header .lang-switch .yuyan{float: left; margin: 5px 0px 0px 20px}
.header .lang-switch .yuyan p{float: left; margin-right: 15px;}
.header .lang-switch .yuyan p img{/*width: 100%;*/}

.header .menu {
	display: none
}

@media (max-width:1024px) {
.header .menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 177;
	width: 70px;
	height: 60px;
	cursor: pointer;
	display: block;
}
.header .menu span {
	display: block;
	margin: 17.5px auto;
	width: 34px;
	height: 25px;
	position: relative;
}
.header .menu span:after, .header .menu span:before {
	display: block;
	height: 7px;
	background: #e50012;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}
.header .menu span:after {
	top: 0px;
}
.header .menu span:before {
	bottom: 0px;
}
.header .menu.act span:after, .header .menu.act span:before {
	background: #fff
}
.header .menu.act span:before {
	bottom: 12px;
	-webkit-transform: translate(0, 50%) rotate(45deg);
	-ms-transform: translate(0, 50%) rotate(45deg);
	transform: translate(0, 50%) rotate(45deg)
}
.header .menu.act span:after {
	top: 12px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg)
}
}

@media (max-width:768px) {
.header .menu span {
	width: 30px;
	height: 22px
}
.header .menu span:after, .header .menu span:before {
	height: 6px
}
.header .menu.act span:after {
	top: 11px;
}
.header .menu.act span:before {
	bottom: 11px;
}
}
.footer {
	background: #424242;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer a:active {
	color: #eee;
}
.footer .fnav {
	width: 58%;
	float: left;
	line-height: 2.2;
	margin-bottom: 20px;
}

.footer .fnav a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	position: relative
}
.footer .fnav span {
	margin: 0px 20px ;
	color: #fff;
}

.footer .t {
	padding: 0px 0 20px 0;
}
.footer .t .r {
	width: 83%;
	float: left;
	margin-top: 35px;
	padding-left: 15px
}
.footer .t .rewm {
	width: 10%;
	float: right;
	margin-top: 35px;
	border-right: 1px solid #565656;
}
.footer .t .r .tx {
	padding-left: 0px;
	line-height: 30px;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px;
}
.footer .t .r .tx H3 {
	font-size: 30px;
	line-height: 46px;
	color: #fff;
}
.tool a {
	display: inline-block;
*zoom:1;
*display:inline;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-top: 10px;
}
.footer .t .r .ewm {
	padding-left: 0px;
	line-height: 30px;
	width: 50%;
	float: left
}
.footer .t .r .ewm img {
	padding-left: 20px;
}
.footer .b {
	color: #fff;
	border-top: 1px solid #565656;
	background: #424242;
}
.footer .b a {
	color: #fff;
}
.footer .b a:hover, .footer .b a:active {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.footer .lef {
	min-height: 35px;
	padding-top: 15px;
	font-size: 14px;
	text-align: center
}
.footer .rig {
	float: right;
	position: relative;
}
.footer .rig .r1 {
	position: absolute;
	right: 60px;
	top: 0px;
	min-width: 150px;
	padding-top: 15px;
}
.footer .rig .r1 span {
	padding: 0px 5px;
}
.footer .rig .r2 {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	height: 50px;
	overflow: hidden
}
.footer .rig .r2 img {
	padding: 0px;
	margin: 0px;
}
.back_1 {
	background: #585d63;
}
.back_2 {
	background: #f2f2f2;
}

@media screen and (max-width:1024px) {
.footer .fnav {
	display: none
}
.footer .t .rewm {
	display: none
}
.footer .t .r {
	width: 100%;
	border-right: 0;
}
.footer .t {
	padding: 0px 0 20px 0;
}
}

.contact-feedback{background: url(../feedback-bj.jpg) no-repeat top center; display: block; padding: 50px 0px}
.zixun {
	width: 100%;
	margin-top: 30px;
}
.zixun .t {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #0768b2
}
.zixun .list {
	margin-top: 50px;
}
.zixun .list dd {
	width: 47.7%;
	display: block;
	margin-bottom: 20px;
	margin-right: 3%;
	float: left
}
.zixun .list dt {
	width: 100%;
	display: block;
}
.zixun .list dd:nth-child(2n+2) {
	margin-right: 0
}
.zixun .list .txt {
	background-color: #fff;
	border: 0px none;
	padding: 10px 12px;
	box-sizing: border-box;
	width: 97%;
	font: 14px/1.8 "microsoft yahei";
	border: 1px solid #ddd;
	color: #999
}
.zixun .list span {
	color: #F00;
	padding-left: 5px;
}
.zixun .list .txt2 {
	height: 200px;
	margin-bottom: 0px;
}
.zixun .list .btn {
	text-align: center;
	margin: 20px auto;
}
.zixun .list .fromBtn {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #e50012;
	border: 0px;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer
}
.zixun .list .fromBtn:hover {
	background-color: #e50012;
}

@media screen and (max-width:641px) {
.header .logo img{
		width: 250px;
	}		
.zixun .t {
	padding: 10px 10px;
}
.zixun .list dd {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.zixun .list dt {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
}

.sybPage {
	margin-top: 50px;
}
.sybPage-con {
	padding-bottom: 72px;
}
.sybPage-con li {
	float: left;
	display: block;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden
}
.sybPage-con li:nth-child(3n+3) {
	margin-right: 0;
}
.sybPage-con .img {
	display: block;
	width: 100%;
}
.sybPage-con .demo-gallery__img--main {
	color: #666;
	margin: 0 5px;
}
.sybPage-con .tit {
	margin-top: 20px;
	line-height: 1.3;
}
.sybPage-con .con {
	line-height: 1.3;
	text-align: center;
	color: #666
}

@media (max-width:1024px) {
.sybPage-con li {
	float: left;
	display: block;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden
}
.sybPage-con li:nth-child(2n+2) {
	margin-right: 0;
}
}

@media (max-width:640px) {
.sybPage-con li {
	float: left;
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 3%;
	overflow: hidden
}
}
.envPage {
	margin-top: 0px;
}
.envPage-con a:link, .envPage-con a:visited {
	color: #333;
}
.envPage-con a:active, .envPage-con a:hover {
	color: #e50012;
}
.envPage-con {
	margin-bottom: 52px;
	padding-top: 20px
}
.envPage-con dd {
	float: left;
	display: block;
	width: 31.33%;
	margin: 0px 0px 0px 3%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.envPage-con dd:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background-color: #e50012;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.envPage-con dd:nth-child(3n+1) {
	margin-left: 0;
}
.envPage-con .img {
	overflow: hidden;
	position: relative;
}
.envPage-con .img img {
	width: 100%;
	display: block;
	transition: 500ms;
	-webkit-transition: 500ms;
}
.envPage-con .t {
	margin: 25px 5% 25px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	text-align: center
}
.envPage-con dd:hover {
	box-shadow: 0 0 21px 0px rgba(0,0,0,0.3);
}
.envPage-con dd:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.envPage-con dd:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
}

@media (max-width:1024px) {
.envPage-con dd {
	float: left;
	display: block;
	width: 48.5%;
	margin: 0px 0px 0px 3%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.envPage-con dd:nth-child(2n+1) {
	margin-left: 0;
}
}

@media (max-width:640px) {
.envPage-con dd {
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
}
.infopage{
	margin-top: 50px;
	width: 100%;
	background: #f5f5f5;
	display: inline-block;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.infopage .box{
	max-width: 1400px;
	margin: 0px auto;
}

.infopage .t{
	color: #333;
	font-size: 30px;
	padding: 20px 0px;
}

.infopage li{
	border-bottom: 1px solid #e8e7e7;
	font-size: 16px;
	color: #666;
	line-height: 48px;
    width: 49%;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	float: left;
}


@media (max-width:640px) {
.infopage li{
    width: 100%;
}
.infopage{
	margin-bottom: 0px;
}	
}


.partnersPage {
	margin-top: 50px;
}
.partnersPage .list {
	width: 100%;
}
.partnersPage .list li {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	background: #fff;
	margin-bottom: 30px;
	transition: 460ms
}
.partnersPage .list li:nth-child(3n+3) {
	margin-right: 0
}
.partnersPage .list li figure {
	display: block;
	line-height: normal;
	width: 90%;
	margin: 5% auto 5% auto;
	overflow: hidden;
}
.partnersPage .list li figure img {
	display: block;
	line-height: 0;
	width: 100%;
	height: auto;
	transition: 460ms;
}
.partnersPage .list li H4 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
.partnersPage .list li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.partnersPage .list li:hover {
	box-shadow: 0px 0px 20px #ccc;
}
.culturepage {
	margin-top: 50px;
}
.culturepage .list {
	width: 100%;
	margin: 20px auto 0 auto;
	padding-top: 20px
}
.culturepage .list .tit {
	height: 80px;
	padding: 20px 0
}
.culturepage .list .tit H2 {
	font-size: 36px;
	color: #424242;
	line-height: 80px;
	position: relative
}
.culturepage .list .tit H2:after {
	width: 80px;
	height: 2px;
	background: #424242;
	content: "";
	position: absolute;
	left: 120px;
	top: 40px;
}
.culturepage .list dd {
	width: 50%;
	height: 440px;
	overflow: hidden;
	float: left;
	position: relative;
}
.culturebox2 {
	background-color: #fff;
	color: #fff;
	position: relative;
	z-index: 999
}
.culturebox2 .box {
	padding: 3% 3%;
	max-width: 780px;
}
.culturebox2 .r {
	float: right
}
.culturebox2 H4 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	padding: 15px 0 0;
	position: relative;
	font-weight: normal
}
.culturebox2 H5 {
	font-size: 24px;
	color: #ccc;
	line-height: 40px;
	padding: 5px 0 0;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
}
.culturebox2 H6 {
	font-size: 14px;
	color: #333;
	line-height: 36px;
	margin-top: 10px;
	font-weight: normal
}
.culturebox2 .more {
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #eee;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 30px;
	display: block;
}
.culture-imgbox {
	cursor: pointer;
	position: relative;
	z-index: 0
}
.culture-imgbox .vimg {
	width: 100%;
	height: 440px;
}
.culture-imgbox .vimg .img {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: transform .8s ease-out 0s;
	-webkit-transition: -webkit-transform .8s ease-out 0s;
}
.contact-lx .contact-cont {
	margin: 0 auto;
	max-width: 1400px
}
.contact-lx .ctc {
	margin-top: 60px;
	height: 500px
}
.contact-lx .ctc:after {
	content: '';
	display: block;
	clear: both
}
.contact-lx .contact-map {
	float: right;
	width: 60%;
	height: 100%;
	text-align: right;
}
.contact-lx .map {
	height: 100%
}
.contact-lx .map img {
	height: 100%
}
.contact-lx .anchorBL {
	display: none!important
}
.contact-lx .contact-info {
	float: left;
	width: 40%;
	height: 100%;
	padding: 0px 0px;
}
.contact-lx .cti-list {
	margin-top: -20px
}
.contact-lx .cti-tit {
	margin-top: 30px;
	font-size: 24px;
	border-bottom: 1px solid #eeeeee;
	line-height: 70px;
	color: #e50012
}
.contact-lx .cti-item {
	margin-top: 20px;
	line-height: 1
}
.contact-lx .cti-item:after {
	content: '';
	display: block;
	clear: both
}
.contact-lx .cti-item .i {
	float: left;
	margin-right: 15px
}
.contact-lx .cti-item .c {
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	color: #4a4a4a
}

@media (max-width:1240px) {
.contact-lx .ctc {
	height: auto
}
.contact-lx .contact-map {
	float: none;
	width: auto;
	height: 400px
}
.contact-lx .contact-info {
	float: none;
	width: auto
}
}

@media (max-width:1024px) {
.contact-lx .container {
	max-width: 90%
}
.contact-lx .contact-map {
	height: 360px
}
.contact-lx .contact-info {
	padding: 30px 5%
}
}

@media (max-width:768px) {
.contact-lx .contact-map {
	height: 300px
}
.contact-lx .cti-item .i img {
	width: 25px
}
.contact-lx .cti-item .c {
	font-size: 13px;
	line-height: 25px
}
}

@media (max-width:576px) {
.contact-lx .container {
	max-width: none
}
.contact-lx .ctc {
	margin-top: 30px
}
.contact-lx .cti-list {
	margin-top: -15px
}
.contact-lx .cti-item {
	margin-top: 15px
}
.contact-lx .cti-item .i img {
	margin-top: 3px;
	width: 20px
}
}

@media (max-width:576px) {
.contact-lx .contact-map {
	height: 250px
}
}
.contact-lx .contact-list {
	margin: 80px auto;
	max-width: 1400px
}
.contact-lx .contact-search {
	margin-bottom: 30px;
}
.contact-lx .con-list {
	width: 100%;
}
.contact-lx .con-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
	height: 240px;
}
.contact-lx .con-list li:nth-child(3n+3) {
	margin-right: 0
}
.contact-lx .cti-list2 {
	margin-top: 20px
}
.contact-lx .cti-tit2 {
	margin-top: 10px;
	font-size: 20px;
	border-bottom: 1px solid #eeeeee;
	width: 90%;
	line-height: 50px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px
}
.contact-lx .cti-item2 {
	margin-top: 10px;
	line-height: 1;
	padding-left: 20px;
}
.contact-lx .cti-item2:after {
	content: '';
	display: block;
	clear: both
}
.contact-lx .cti-item2 .i {
	float: left;
	margin-right: 15px
}
.contact-lx .cti-item2 .c {
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #4a4a4a;
	padding-right: 20px;
}

@media (max-width:768px) {
.contact-lx .con-list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3%;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
}
}

@media (max-width:641px) {
.contact-lx .con-list li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 3%;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
}
}
.cy_title {
	padding: 0 0 40px;
	color: #000
}

@media (max-width:1240px) {
.cy_title {
	padding: 0 0 30px
}
}

@media (max-width:768px) {
.cy_title {
	padding: 0 0 25px
}
}

@media (max-width:425px) {
.cy_title {
	padding: 0 0 15px
}
}
.cy_title.c_w {
	color: #333
}
.cy_title.c_wl .title:before {
	background: #fff
}
.cy_title .title {
	position: relative;
	z-index: 1;
	font-family: Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	color: #eee;
}
.cy_title .title2 {
	position: relative;
	z-index: 1;
	font-family: Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	color: #eee;
}

@media (max-width:768px) {
.cy_title .title {
	font-size: 25px
}
.cy_title .title2 {
	font-size: 36px
}
}

@media (max-width:425px) {
.cy_title .title {
	font-size: 20px
}
.cy_title .title2 {
	font-size: 30px
}
}
.cy_title .title:before {
	position: absolute;
	right: 100%;
	bottom: 50%;
	z-index: -1;
	margin-right: .5em;
	width: 2em;
	height: 1px;
	background: #e70012;
	content: ''
}

@media (max-width:1440px) {
.cy_title .title:before {
	width: 1.5em
}
}

@media (max-width:1024px) {
.cy_title .title:before {
	content: none
}
}
.cy_title .name {
	font-size: 30px;
	line-height: 1.5
}
.cy_title .name2 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px
}

@media (max-width:768px) {
.cy_title .name {
	font-size: 24px
}
.cy_title .name2 {
	font-size: 24px
}
}

@media (max-width:425px) {
.cy_title .name {
	font-size: 20px
}
.cy_title .name2 {
	font-size: 20px
}
}

.i-title{width: 100%; position: relative; display: block;}
.i-title H3{font-size: 28px; color: #000; padding: 0px; margin: 0px; font-weight: normal; margin-bottom: 10px; display: inline-block}
.i-title H5{font-size: 28px; color: #eee; padding: 0px; margin: 0px; text-transform:uppercase; font-weight: normal; display: inline-block}
.i-title .more{position: absolute; right: 0px; top: 10px;}
.i-title .more a{font-size:16px; color: #666;}

@media screen and (max-width:641px){
.i-title H5{display: none}
	
}	

.about-company{ margin-top: 50px; margin-bottom: 80px;}
.about-company .honor{width:100%;}
.about-company .honor li{width:23%; margin-right:2.5%; float:left; background:#fff; margin-bottom:3.1%; transition:460ms;}
.about-company .honor li:nth-child(4n+4){margin-right:0}
.about-company .honor li figure{ display:block; line-height:normal; width:94%; margin:3% auto 0% auto; overflow:hidden;}
.about-company .honor li figure img{ display:block; line-height:0; width:100%; height:auto; transition:460ms;}
.about-company .honor li H4{font-size:14px; color:#666; font-weight: normal; line-height:30px; padding:10px 0px 20px 0px; text-align:center; height:30px; overflow:hidden;white-space: nowrap;  text-overflow:ellipsis;}
.about-company .honor li:hover figure img{ transform:scale(1.04); -webkit-transform:scale(1.04); -moz-transform:scale(1.04);}
.about-company .honor li:hover{box-shadow:0px 0px 20px #aaa;}

@media (max-width:861px) {
.about-company .honor li{width:48%; margin-right:4%; float:left; background:#fff; margin-bottom:3.1%; transition:460ms;}
.about-company .honor li:nth-child(2n+2){margin-right:0}
}



.i-container{width: 100%; background: #f9f9f9; position: relative; top: -80px; padding-top: 50px;}
.i-product{padding-top: 50px;}

.i-product-list{ margin-left: -2%; padding-bottom: 10px; padding-top: 20px;}
.i-product-list dd{ float: left; display: block; width: 23%; margin:0px 0px 32px 2%;  position: relative; transition:0.3s; -webkit-transition:0.3s;}
/*
.i-product-list .item{ padding: 20px;}
.i-product-list .img{ overflow: hidden; margin-bottom: 20px;}
.i-product-list .img img{ width: 100%; display: block; transition:0.48s; -webkit-transition:0.48s;  transform:scale(1.07); -webkit-transform:scale(1.07);}
.i-product-list .t{ font-size: 16px; color: #333; margin-bottom: 20px; height: 56px; overflow: hidden; transition:0.3s; -webkit-transition:0.3s;}
.i-product-list .time{ color: #00945a;  font-family: "bodoni_bd_btbold"; line-height: 1.5;}
.i-product-list .new-more{ background: url(../new_more1.png) no-repeat; width: 16px; height: 20px; float: right; display: block; transform:translateX(-10px); -webkit-transform:translateX(-10px); opacity: 0; visibility: hidden;  transition:0.3s; -webkit-transition:0.3s;}
.i-product-list dd:hover{ box-shadow:0 0 13px rgba(0,0,0,0.2);}
.i-product-list dd:hover figure img{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.i-product-list dd:hover .t{ color: #00945A;}
.i-product-list dd:hover .new-more{ opacity: 1; visibility: visible; transform:inherit; -webkit-transform:inherit; }
*/



.swiper-container-index .swiper-slide-container {
/*	padding-bottom: 40px;*/
}
.swiper-container-index .swiper-slide-container:hover .swiper-slide-box {
	transform: rotateY(180deg);
	-ms-transform: rotateY(0deg)
}
.swiper-container-index .swiper-slide-container .swiper-slide-box {
	-webkit-animation: animation .01s;
	animation: animation .01s;
	perspective: 800px;
	position: relative;
	transform-style: preserve-3d;
	transition: all 1s;
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l {
	overflow: hidden
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l .tit {
	padding: 0 20px
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l .info {
	width: 100%;
	position: relative;
	color: #333
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l .info .line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: unset
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l .info .info-box {
	display: flex;
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l .info .info-box .tage, .swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-l .info .info-box .com {
	display: block;
	margin-left: unset
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover {
	box-shadow: 0 19px 33px -10px rgba(0,0,0,.17);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg) translateZ(1px);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	flex-direction: column;
	background: #fff;
	width: 330px;
	overflow: hidden;
	display: flex;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 24px;
	height: 380px
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover .tit {
	vertical-align: middle;
	cursor: pointer;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 16px
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover .tit img {
	margin-left: 4px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover .info-list .item {
	display: flex;
	cursor: pointer;
	color: #333;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 20px;
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover .info-list .c-red {
	color: #d71e26
}
.classify div:last-of-type {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	top: 3px
}
.swiper-container-index .swiper-slide-l {
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: #fff;
	width: 330px;
	height: 380px;
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}
.swiper-container-index .swiper-slide-l .tit {
	width: 100%;
	box-sizing: border-box;
	padding: 0 23px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	height: unset
}
.swiper-container-index .swiper-slide-l .pic {
	width: 90%;
}
.swiper-container-index .swiper-slide-l .info {
	display: flex;
	margin-top: 10px;
}
.swiper-container-index .swiper-slide-l .info .info-box {
	text-align: left;
	margin-left: 20px;
}
.swiper-container-index .swiper-slide-l .info .info-box .tage {
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	margin-right: 10px;
	background: #e73123;
	border-radius: 5px;
	color: #fff;
	padding: 0px 10px;
}
.swiper-container-index .swiper-slide-l .info .info-box .com {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	display: inline-block
}
.swiper-container-index .swiper-slide-l .info .line {
	width: 1px;
	height: 24px;
	background: #e6e6e6;
	margin: 0 24px
}

@media (max-width:861px) {
.i-product-list{ margin-left: -2%; padding-bottom: 10px; padding-top: 20px;}
.i-product-list dd{ float: left; display: block; width: 48%; margin:0px 0px 10px 2%;  position: relative; transition:0.3s; -webkit-transition:0.3s;}
.swiper-container-index .swiper-slide-l {
	width: 100%;
	height:auto;
}	
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover {
	width: 100%;
	height: auto;
}
.swiper-container-index .swiper-slide-container .swiper-slide-box .swiper-slide-hover .info-list .item {
	display: flex;
	cursor: pointer;
	color: #333;
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px;
}	
}


.product-view{width:100%;}
.product-view .box{width:100%; max-width:1200px; margin:50px auto}
.product-view .box .img{width:50%; max-width:670px;}




.product-view .box .info{width:45%; max-width:490px;}
.product-view .box .info .t{font-size:30px; line-height:24px; padding:30px 0px; width:100%; display:block; color:#000}
.product-view .box .info .price{color: #e73123; font-size: 30px;}
.product-view .box .info .c{ padding:0px 0px; font-size:15px; line-height:32px; color:#555;  display:block}
.product-view .box .info .zx{padding:30px 0px; width:100%; display:block}
.product-view .box .info .zxbtn{width:100%; height:60px; background:#e73123; border-radius:5px; text-align:center; line-height:60px; text-align:center; color:#fff; display:block; font-size:20px;}


.product-view .details{width: 100%; margin-top: 50px;}
.product-view .details .tit{font-size: 28px; color: #000;}
.product-view .details .tit2{font-size: 28px; color: #000; border-bottom: 1px solid #e6e5e5; margin-bottom: 30px; padding-bottom: 10px;}
.product-view .details .canshu{width: 100%; display: inline-block; margin-bottom: 50px;}
.product-view .details .canshu li{float: left; width: 25%; border-bottom: 1px solid #e6e5e5; font-size: 16px; color: #666666; line-height: 60px;}
.product-view .details .info{width: 100%; margin-bottom: 50px;}
.product-view .details .info p{font-size: 16px; color: #666; line-height: 36px;}


.order {
	width: 100%;
	margin-top: 0px;
}
.order .t {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #0768b2
}
.order .list {
	margin-top: 50px;
}
.order .list dd {
	width: 47.7%;
	display: block;
	margin-bottom: 20px;
	margin-right: 3%;
	float: left
}
.order .list dt {
	width: 100%;
	display: block;
}
.order .list dd:nth-child(2n+2) {
	margin-right: 0
}
.order .list .txt {
	background-color: #fff;
	border: 0px none;
	padding: 10px 12px;
	box-sizing: border-box;
	width: 97%;
	font: 14px/1.8 "microsoft yahei";
	border: 1px solid #ddd;
	color: #999
}
.order .list span {
	color: #F00;
	padding-left: 5px;
}
.order .list .txt2 {
	height: 100px;
	margin-bottom: 0px;
}
.order .list .btn {
	text-align: center;
	margin: 20px auto;
}
.order .list .fromBtn {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #e50012;
	border: 0px;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer
}
.order .list .fromBtn:hover {
	background-color: #e50012;
}

@media screen and (max-width:641px) {	
.order .t {
	padding: 10px 10px;
}
.order .list dd {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.order .list dt {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
}




@media screen and (max-width:641px){
    .product-view .details{margin-top: 0px;}
	.product-view .details .canshu{width: 96%; margin: 0px auto; display: block;}
	.product-view .details .canshu li{float: left; width: 100%; }
	.product-view .details .info{width: 96%; margin: 0px auto; padding-top: 30px; margin-bottom: 50px;}
}	


.pmpics{ width:100%; float:left; display: none}
.bigpic{ position:relative; display:none; height:480px; max-width:665px; }
.bigpic .imgs{ width:100%; position:absolute; left:0; top:0; }
.bigpic .imgs .pic{ position:absolute; top:0; left:0; border:1px solid #eee}
.bigpic .imgs .pic img{width:100%;}
.smallpic .bodr{ position:absolute; left:0; top:0; bottom:0; right:0; border:1px solid #eee; border-color:transparent; transition:300ms; -webkit-transition:300ms; }
.smallpic .bx-wrapper .bx-controls-direction a{ z-index:99; }
.smallpicb .bx-wrapper .bx-prev{}
.smallpicb .bx-wrapper .bx-next{ }
.smallpicb .bx-wrapper .bx-prev:hover{ background-position:right center; }
.smallpicb .bx-wrapper .bx-next:hover{ background-position:left center; }
.smallpic .item{ cursor:pointer; width:76px!important; border:1px solid #eee;}
.smallpic .item.act .bodr{ border:1px solid #e73123; }
.smallpicb{ margin-top:15px; display:block; position:relative; }
.jqzoom { position: relative; padding: 0; }
.zoomdiv { z-index: 100; position: absolute; top:0 !important; right:-410px !important; left:auto !important; width: 400px !important; height: 373px !important; background: url(../bx_loader.gif) #fff no-repeat center center; border: 1px solid #78b92d; display: none; text-align: center; overflow: hidden; }
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 200px !important; height: 200px !important; background: #78b92d 50% top no-repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }



.proibox { padding: 0px 0px 40px; margin-top: 70px; }
.pitem { overflow: hidden; }
.proIlist { position: relative; overflow: hidden; width: 100%; margin: 0px auto; }
.proIlist dd { float: left; display: block; }
.proIlist .itemdd1{ margin-right: 11px; width: 469px; }
.proIlist .itemdd2{ width: 943px; }
.proIlist .itemdd3{ width: 943px; margin-top: 15px; float: left}
.proIlist .pitem { margin-bottom: 5px; position: relative; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.proIlist .pitem1 { width: 469px; }
.proIlist .pitem2 { float: left; width: 943px; }
.proIlist .pitem3 {width: 460px; float: left}
.proIlist .pitem4 {width: 460px; float: left; margin-left: 22px; }
.proIlist .pitem5 {width: 460px;  float: left; margin-left: 22px;  margin-top: 20px;}
.proIlist .pitemC { background-color: #e8e8e8; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.proIlist .pitemC .t { color: #000; }
.proIlist .pitemC .c { color: #a8a8a8; }
.pitem .img { width: 100%; display: block; -webkit-transition: all .8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; transition: all .8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; }
.pitem .con { position: absolute; left: 0px; top: 10%; width: 100%; text-align: center; color: #fff; -webkit-transition: padding 0.4s; -moz-transition: padding 0.4s; -o-transition: padding 0.4s; transition: padding 0.4s; opacity: 0 }
.pitem .con .t { font-size: 18px; line-height: 1.5; }
.pitem .con .c { font-size: 14px; }
.pitem .itemlink { display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }




@media screen and (max-width:1440px){
.proIlist .itemdd1{ margin-right: 2%; width: 23%; }
.proIlist .itemdd2{ width: 50%; }
.proIlist .itemdd3{ width: 48%; margin-top: 15px; float: left}
}

@media screen and (max-width:1240px){

	.proIlist{ width: 1000px;}
	.proIlist .itemdd2,.proIlist .itemdd3{ margin-left: 6px; width: 245.5px;}
	.proIlist .pitem{ margin-bottom: 6px;}
	.proIlist .pitem1{ width: 497px;}
	.proIlist .pitem2,.proIlist .pitem3{ width: 245.5px;}
}
@media screen and (max-width:1024px){
	
	.proIlist{ width: 80%;}
	.proIlist .itemdd1{ width: 100%;}
	.proIlist .itemdd2,.proIlist .itemdd3{ margin-left: 1%; width: 49.5%;}
	.proIlist .itemdd2{ margin-left: 0px;}
	.proIlist .pitem{ margin-bottom: 1%;}
	.proIlist .pitem1{ width: 100%;}
	.proIlist .pitem2,.proIlist .pitem3{ width: 49.5%;}
	.proIlist .pitem3{ margin-left: 1%;}
	.proIlist .pitem4,.proIlist .pitem5,.proIlist .pitem6,.proIlist .pitem7{ margin-bottom: 2%;}
	.iboxT{ padding: 40px 0px 30px;}
	.iboxT .en{ font-size: 30px;}
	.iboxT .zh{ font-size: 18px;}
	.proibox{ padding-bottom: 0px;}
	.proIlist .pitem3{ background-color: #f17a57;}
	.proIlist .pitem4{ background-color: #59c9e5;}
	.proIlist .pitem7{ background-color: #5b8ccb;}
	.proIlist .pitemC .t,.proIlist .pitemC .c{ color: #fff;}
	.proIlist .pitem .black-20{ opacity: 1; visibility: visible; background: none rgba(0,0,0,0.4);}
	.proIlist .pitem:hover .img{ transform: initial; -webkit-transform: initial;}
	.proIlist .pitem:hover .con{ padding-top: 0%;}
	.proIlist .pitem .con{ top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
	.proIlist .pitem .pico{ opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1); margin:0px auto 20px;}

}
@media screen and (max-width:860px){

}
@media screen and (max-width:641px){

	.proIlist{ width: 100%;}
	.pitem .pico{ background-size: cover; width: 36px; height: 36px;}
	.pitem .con .t{ font-size: 16px;}
	.pitem .con .c{ font-size: 14px;}
}	
@media screen and (max-width:481px) {

	.proIlist .itemdd1,.proIlist .itemdd2, .proIlist .itemdd3{ float: none; width: 100%;}
	.proIlist .pitem{ width: 100%; margin-bottom: 2%;}
	.proIlist .pitem2,.proIlist .pitem3{ width: 100%;}
}

.product-list{width: 100%; background: #f9f9f9}
.product-list .nleft{width: 310px; float: left; display: block; margin-top: 30px;}
.product-list .m-nleft{display: none}
.product-list .pro-right{float: right; max-width: 1150px; padding-bottom: 50px;}

.product-list .pro-right .list{ margin-left: -3%; padding-bottom: 10px; padding-top: 20px;}
.product-list .pro-right .list dd{ float: left; display: block; width: 30.33%; margin:0px 0px 32px 3%;  position: relative; transition:0.3s; -webkit-transition:0.3s;}
@media screen and (max-width:1480px){
.product-list .pro-right{max-width: 1050px;}
}
@media screen and (max-width:1380px){
.product-list .pro-right{max-width: 1000px;}
}
@media screen and (max-width:1336px){
.product-list .pro-right{max-width: 950px;}
}
@media screen and (max-width:1280px){
.product-list .pro-right{max-width: 900px;}
}
@media screen and (max-width:1230px){
.product-list .pro-right{max-width: 850px;}
}
@media screen and (max-width:1180px){
.product-list .pro-right{max-width: 800px;}
}
@media screen and (max-width:1024px){
	.product-list .pro-right{width: 100%; max-width: 100%;}
.product-list .nleft{display: none}	
.product-list .m-nleft{display: block}
}
@media (max-width:861px) {
.product-list .pro-right .list{ margin-left: -2%; padding-bottom: 10px; padding-top: 20px;}
.product-list .pro-right .list dd{ float: left; display: block; width: 48%; margin:0px 0px 10px 2%;  position: relative; transition:0.3s; -webkit-transition:0.3s;}
}


/**
 * Material Modal CSS
 */
.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 800px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 30px;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content h1{
	font-size: 30px;
	color: #333;
}

.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: inline-block;
  color: rgba(0,0,0,0.7);
  line-height: 1;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  background: #e5d3d6;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffebee;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}
/**
 * Demo specific CSS
 */


/*在线客服*/
.suspension{position:fixed;z-index:99999;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#e73123;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../side_con_icon03.png) no-repeat center center;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}