﻿ @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:#001835;
color:#fff;
text-shadow:none;
}
::selection {
	background: #001835;
	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;
}
.conbox {
	margin: 20px 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(../images/loding.gif) no-repeat scroll center center;
}
.no-csstransitions .loading_mask ul li {
	display: none;
}
.mtop {
	height: 165px;
}
.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(../images/sharp.png) no-repeat scroll -42px -35px;
	float: left;
	position: relative;
}
.fsharp a em {
	background: url(../images/sharp.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.fsharp a .ibg {
	background: url(../images/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: #001835;
	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: #001835;
	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: #001835;
}
.cpnav {
	display: none;
	width: 100%;
	color: #fff;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	background-color: #001835;
	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: #001835;
}
.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(../images/dock_s1.png);
}
.dock-sharp a.wx {
	background-image: url(../images/dock_s2.png);
}
.dock-sharp a.tx {
	background-image: url(../images/dock_s3.png);
}
.dock-sharp a.more {
	background-image: url(../images/dock_s4.png);
}
.dock-sharp a:hover {
	background-color: #4f4f4f;
}
.popUpblack {
	background: url(../images/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(../images/close_i1.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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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: #001835;
	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: #001835;
}
.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(../images/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(../images/btn_l.png) no-repeat scroll left center;
	margin-left: 5px;
}
.control .next span {
	background: url(../images/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(../images/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: #001835;
}
.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(../images/more.png) no-repeat scroll left center;
}
.newIimgDemo .slick-arrow {
	background: url(../images/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(../images/n_l1.png) no-repeat;
}
.newIimgDemo .slick-next i {
	background: url(../images/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: #001835;
	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(../images/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(../images/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: #001835;
}
.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 #001835;
	height: 46px;
	line-height: 46px;
	width: 186px;
	margin: 0px auto;
	display: block;
	position: relative;
	overflow: hidden;
	color: #001835;
}
.jh-more .i1 {
	display: block;
	padding: 0px 0px 0px 28px;
	background: url(../images/jh_more_i2.png) no-repeat scroll -28px center;
	color: #001835;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.jh-more .i2 {
	position: absolute;
	right: 28px;
	top: 0px;
	width: 13px;
	height: 100%;
	background: url(../images/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(../images/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: 1200px;
	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: #001835;
	margin: 0px auto;
	margin-top: 10px;
	display: block;
	content: ""
}
.aboutT .zh {
	display: block;
	font-size: 30px;
	color: #333;
	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: #001835;
	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: #001835;
	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: 72px;
}
.aboutPage-con dd {
	float: left;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.aboutPage-con .aboutPage-item {
	padding: 20px 0% 0px;
	position: relative;
}
.aboutPage-item .con {
	text-align: justify;
	overflow: hidden;
	margin-top: 0px;
}
.aboutPage-con .aboutPage-img {
	background-color: #fff;
	width: 100%;
	margin-left: 0%
}
.aboutPage-con .aboutPage-img 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(../images/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: #001835;
	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;
}
.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(../images/img_l1.png);
	left: -60px;
}
.cultureDemo .slick-next {
	background-image: url(../images/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(../images/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: #001835;
	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(../images/img_l2.png);
	left: -45px;
}
.honorDemo .slick-next {
	background-image: url(../images/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(../images/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: #001835;
	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(../images/mouse-t.png) no-repeat scroll center center;
	width: 34px;
	height: 13px;
	display: block;
}
.course-mouse-box .c {
	background: url(../images/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: #001835;
}
.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: #001835;
	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(../images/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(../images/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(../images/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(../images/img_l1.png);
	left: -60px;
}
.video-news-demo .slick-next {
	background-image: url(../images/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: #001835;
}
.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: #001835;
	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;
	text-align: center;
}
.infopage-box-t .t {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
}
.infopage-box-t .time {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 12px 0px 25px;
	display: block;
	color: #666666;
}
.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;
}
.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(../images/sharp11.png);
}
.infopage-box-t .sharpBox a.a2 {
	background-image: url(../images/sharp21.png);
}
.infopage-box-t .sharpBox a.a3 {
	background-image: url(../images/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(../images/arrow8.png) left center no-repeat;
}
.pager .next {
	float: right;
	padding: 0px 17px 0px 0px;
	background: url(../images/arrow9.png) right center no-repeat;
}
.pager .back-btn {
	padding-left: 28px;
	color: #333333;
	font-size: 14px;
	background: url(../images/back.png) left center no-repeat;
	margin: 0px auto;
}
.pager .back-btn:hover {
	color: #c3a673;
	background: url(../images/back1.png) left center no-repeat;
}
.pager .btn:hover {
	color: #c3a673;
}
.pager .prev:hover {
	background: url(../images/arrow12.png) left center no-repeat;
}
.pager .next:hover {
	background: url(../images/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: 100%;
	max-width: 1400px;
	margin: 0px auto;
}
.proNav a:link, .proNav a:visited {
	color: #666;
}
.proNav a:active, .proNav a:hover {
	color: #001835;
}
.proNav {
	position: relative;
	margin-top: -7px;
}
.proNav li {
	float: left;
	display: block;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.proNav li:last-child{border-right: 0px}
.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: #001835;
	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;
	display: inline-block
}
.serach-box {
	position: relative;
	height: 22px;
	padding: 10px 80px 10px 20px;
	background-color: #eee;
	margin-bottom: 10px;
	width: 260px;
}
.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: #b0b0b0;
}
.serach-box .sbtn i {
	background: url(../images/serach_btn.png) no-repeat scroll center center;
	width: 42px;
	height: 42px;
	display: block;
	margin: 0px auto;
}
.serach-tcon a {
	margin-right: 20px;
}
.serach-box .sbtn:hover {
	background-color: #001835;
}
.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(../images/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 #001835;
	background: none;
	transition: all 0.3s 0s;
	-webkit-transition: all 0.3s 0s;
}
.proList .morebtn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/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: #001835;
}
.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: #001835;
	-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: #001835;
}
.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(../images/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 #001835;
	background: none;
}
.prolbanner-con .morebtn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/mouse5.png) no-repeat scroll center center;
}
.prolistPage {
	padding: 42px 0px;
}
.product-list a:link, .product-list a:visited {
	color: #fff;
}
.product-list a:active, .product-list a:hover {
	color: #fff;
}
.product-list {
	width: 90%;
	margin: 0px auto;
}
.product-list li {
	float: left;
	display: block;
	width: 32%;
	margin: 0px 0px 30px 1%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.product-list .img {
	position: relative;
	overflow: hidden;
}
.product-list .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;
}
.product-list .img .bg {
	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;
}
.product-list .filler2 {
	background-color: #fff;
}
.product-list .filler2-left {
	width: 1px;
	height: 0%;
	left: 2%;
	top: 2%;
}
.product-list .filler2-right {
	width: 1px;
	height: 0%;
	right: 2%;
	bottom: 2%;
}
.product-list .filler2-top {
	width: 0%;
	height: 1px;
	right: 2%;
	top: 2%;
}
.product-list .filler2-bottom {
	width: 0%;
	height: 1px;
	left: 2%;
	bottom: 2%;
}
.product-list .con {
	position: absolute;
	left: 5%;
	width: 90%;
	top: 35%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transition: all 300ms ease 0s;
-webkit- transition:all 300ms ease 0s;
	opacity: 0;
	visibility: hidden;
}
.product-list .con .ico {
	background: url(../images/serach_btn.png) no-repeat scroll center center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	margin: 0px auto 10px;
}
html.openImg {
	overflow: hidden;
}
.overlayClose {
	width: 80px;
	height: 80px;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.overlayClose i {
	background: url(../images/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(../images/img_l3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.imgstools .imgNext {
	background: url(../images/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(../images/img_l4.png);
}
.imgShowDemo .owl-controls .owl-buttons div.owl-next {
	right: 3%;
	background-image: url(../images/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(../images/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(../images/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: #001835;
	position: absolute;
	left: 74px;
	top: 50%;
	margin-top: 0px;
}
.service-nav .active .item {
	background-color: #001835;
}
.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: #001835;
}
.service-con {
	float: left;
	display: block;
	width: 398px;
	padding-top: 30px;
}
.service-con .con {
	background: url(../images/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 #001835;
	position: relative;
	margin-bottom: 36px;
}
.service-con .con .e1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 30px;
	height: 8px;
	background-color: #001835;
}
.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(../images/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: #001835;
	-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: #001835;
}
.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: #001835;
}
.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: #001835;
	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(../images/img_l2.png);
	left: -26px;
}
.slider-nav .slick-next {
	background-image: url(../images/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: #001835;
	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: #001835;
}
.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: #001835;
	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(../images/foot_i11.png);
}
.contact-C .foot-ci2 {
	background-image: url(../images/foot_i21.png);
}
.contact-C .foot-ci3 {
	background-image: url(../images/foot_i31.png);
}
.contact-C .foot-ci4 {
	background-image: url(../images/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(../images/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(../images/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: #001835;
	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: #001835;
}
.procesUl li:hover .con {
	border-color: #001835;
	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: #001835;
}
.download-box {
	background: url(../images/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(../images/down_ico11.png) no-repeat scroll left center;
	padding-left: 40px;
}
.download-box .btn .down2 span {
	background: url(../images/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: #001835;
}
.download-box .btn .down1:hover span {
	background-image: url(../images/down_ico12.png);
}
.download-box .btn .down2:hover span {
	background-image: url(../images/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(../images/link_select_ico2.png) no-repeat scroll 95% center #fff;
}
.mar-btn {
	background-color: #001835;
	width: 88px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.mar-btn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/serach_btn.png) no-repeat scroll center center;
}
.mar-btn:hover {
	background-color: #001835;
}
.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(../images/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(../images/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 {
	background: #001835
}
.news-cy .news-c-item:hover .news-c-cont {
	border-color: #001835
}
.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: #fff
}
.news-cy .news-c-item:hover .news-c-info .m {
	border-color: #fff;
	color: #fff
}
.news-cy .news-c-item:hover .news-c-info .d {
	color: #fff
}
.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{
	height: 250px;
}
.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: 85px;
	-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: 1200px;
	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 img {
	width: 461px;
}
.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: #001835;*/
/*	border-bottom: 2px solid #001835;*/
/*	background: #001835 url(../images/liantiao-bj.png) repeat-x;*/
	background: #001835;
}
.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:#555555;
	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: 220px;
}
.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;
}
}

@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;
}
.header .nav li .name {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #fff
}
.header .nav li .name:hover {
	color: #fff;
}

@media (min-width:1025px) {
.header .nav li .name {
	padding: 18px 10px;
	position: relative;
	z-index: 1;
}
.header .nav li .name:before {
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #001835;
	visibility: hidden;
	opacity: 0;
	content: ''
}
}

@media (max-width:1024px) {
.header .nav li .name {
	padding: 25px 6.25vw;
	color: #fff;
}
}

@media (max-width:768px) {

	
.header .nav li{border-bottom: 1px solid #5f5f5f; width: 100%;}
.header .nav li .name {
	padding: 20px 6.25vw;
	width: 100%;
}
	
	
}

@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: #fff;
}

@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: 100%;
	padding: 18px;
/*	left: -90px;*/
	background: #e9e8e6;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px);
	transition: 0.5s;
}
.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:#e9e8e6
}
}
.header .nav li .sub a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #333
}
.header .nav li .sub a:hover {
	color: #333;
}
.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: #333
}

@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;
}

.header .lang-switch .yuyan{float: left;}
.header .lang-switch .yuyan p{float: left; margin-right: 15px;}
.header .lang-switch .yuyan .img1{width: 215px;}
.header .lang-switch .yuyan .img1 img{width: 100%;}
.header .lang-switch .yuyan .img2{width: 80px; float: left}
.header .lang-switch .yuyan .img2 img{width: 100%;}
@media (max-width:1024px) {
.header .lang-switch {
	display: none
}
}
.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: #001835;
	-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: right;
	line-height: 2.2;
	margin-top: 35px;
}
.footer .fnav li {
	float: left;
	margin-left: 10%;
}
.footer .fnav li:first-child {
	margin-left: 0;
}
.footer .fnav a {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 28px;
	position: relative
}
.footer .fnav li a span {
	position: absolute;
	width: 18px;
	height: 1px;
	background: #fff;
	display: block;
	top: 20px;
}
.footer .fnav li a p {
	padding-left: 0px;
}
.footer .fnav .fa {
	display: inline-block;
*zoom:1;
*display:inline;
	vertical-align: middle;
	color: #e8e8e8;
	font-size: 16px;
	position: relative;
	margin-bottom: 0px;
}
.footer .fnav .fa:hover .line {
	width: 0;
}
.footer .t {
	padding: 0px 0 45px 0;
}
.footer .t .r {
	width: 25%;
	float: left;
	margin-top: 35px;
	border-right: 1px solid #565656;
	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 {
	float: left;
	min-height: 35px;
	padding-top: 15px;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.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;
}

.m-footer{display: none}

@media (max-width:641px) {
.mtop{height: 60px;}	
.m-banner{display: block}	
.pc-banner{display: none}		
.xm{width:100%; margin:0px auto}
.xm li{float:left; width:100%; overflow:hidden; margin-bottom: 10px;}
.xm li span{display:block; text-align:center; margin-top:10px; font-size:16px; color:#666;}
.xm .ml10{margin-left:0px;}
.port-1 img{width: 95%; margin: 0px auto;}
.index_news{width:100%; float:left;}
.index_news .title{width:100%; float:left}	
	.index_news .box{display: flex}
.index_news .box .img{width:30%}	
.index_news .box .rtxt{flex: 1;}	
.index_contact{width:100%; float:left;}	
.index_contact .lcontact{float:left; width:95%; display: block; margin: 0px auto; margin-left: 10px;}
.index_contact .lcontact .t{font-size:16px; color:#666; line-height:45px;}
.index_contact .lcontact li{display:block; line-height:30px; font-size:14px; color:#666}
.index_contact .gz{float:left;line-height:30px; font-size:14px; color:#666}

.index_contact .map{float:left; width:100%; display: block}	

.index_about{width:100%; margin:0px auto}
.index_about .title{width:100%; float:left}
.index_about .title H2{line-height:50px; font-size:18px; color:#3a3a3a;}
.index_about .video{float:left; width:100%; height:387px;}
.index_about .rbox{float:right; width:100%;}	
.index_about .rbox .text{float:left; width:95%; margin: 0px 2.5%;}	
	
.foot{width:100%; float:left; margin-top:20px}
.foot-nav{width:100%; background:#001835; height:38px; overflow:hidden; clear:both}
.foot-nav .nbox{width:1000px; margin:0px auto}
.foot-nav .nbox li{float:left; line-height:38px; padding:0px 15px;}
.foot-nav .nbox li a{color:#fff; text-decoration:none; font-size:12px; line-height:38px; padding:0px 11px;}
.foot-nav .nbox li a:hover{color:#fff; text-decoration:none;}
.foot p{text-align:center; line-height:36px; font-size:12px; color:#666}	
	
.m-footer{width:100%; background:#fff; height:40px; position:fixed; bottom:0px; display:block; z-index:999999}
.m-footer li{width:24.6%; margin-right:.5%; text-align:center; float:left; background:#001835;}
.m-footer li:last-child{margin-right:0}
.m-footer li a{width:100%; line-height:40px; display:block; color:#fff; text-decoration:none;}
.m-footer li .tel2{background:url(../images/tel.png) no-repeat; background-size:100%; width:24px; height:24px; display:inline-block; margin-right:2px; position:relative; top:6px;}
.m-footer li .mes{background:url(../images/message.png) no-repeat; background-size:100%; width:24px; height:24px; display:inline-block; margin-right:2px; position:relative; top:6px;}
.m-footer li .share{background:url(../images/share.png) no-repeat; background-size:100%; width:24px; height:24px; display:inline-block; margin-right:2px; position:relative; top:6px;}
.m-footer li .add{background:url(../images/add.png) no-repeat; background-size:100%; width:24px; height:24px; display:inline-block; margin-right:2px; position:relative; top:6px;}

	.content{width: 100%}
	.c-main{width: 100%} 
	.c-main .c_left{display: none}	
	.c_right{width: 94%; margin-left:3%; margin-right: 3%}
	.c_title2{width: 100%}
}


