﻿@charset "utf-8";
@font-face {
	font-family: 'Italianno';
	src: url('http://www.dongshengstone.com/css/Italianno-Regular.eot');
	src: url('http://www.dongshengstone.com/css/Italianno-Regular.eot?') format('embedded-opentype'), url('http://www.dongshengstone.com/css/Italianno-Regular.woff') format('woff'), url('http://www.dongshengstone.com/css/Italianno-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon Text';
	src: url('http://www.dongshengstone.com/css/BrandonText-Light.eot');
	src: url('http://www.dongshengstone.com/css/BrandonText-Light.eot?') format('embedded-opentype'), url('http://www.dongshengstone.com/css/BrandonText-Light.woff') format('woff'), url('http://www.dongshengstone.com/css/BrandonText-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}
caption, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0 auto!important;
}
table thead tr {
	background-color: #e2e2ea;
}
img {
	border: 0;
}
input {
	outline: none;
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
::-moz-selection {
background:#e50012;
color:#fff;
text-shadow:none;
}
::selection {
	background: #e50012;
	color: #fff;
	text-shadow: none;
}
select {
	outline: none;
}
select::-ms-expand {
display:none;
}
a {
	text-decoration: none;
blr:expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.fc {
	text-align: center;
}
.fr {
	text-align: right;
}
.l {
	float: left;
	display: inline-block;
}
.r {
	float: right;
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.inner {
	margin: 0px auto;
}
.top a:link, .top a:visited {
	color: #333333;
}
.top a:active, .top a:hover {
	color: #fff;
}
.loading-bg {
	position: fixed;
	overflow: hidden;
	width: 0%;
	height: 100%;
	background-color: #e7bf96;
	left: 0;
	top: 0;
	z-index: 1020;
	display: none;
}
.loading {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e7bf96;
	z-index: 1020;
	overflow: hidden;
	display: none;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0.0);
background:#ffba76;
}
40% {
-webkit-transform:scale(1.0);
background:#ffffff;
}
}
@-moz-keyframes bouncedelay {
0%, 80%, 100% {
transform:scale(0.0);
-moz-transform:scale(0.0);
background:#ffba76;
}
40% {
transform:scale(1.0);
-moz-transform:scale(1.0);
background:#ffffff;
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
transform:scale(0.0);
-webkit-transform:scale(0.0);
background:#ffba76;
}
40% {
transform:scale(1.0);
-webkit-transform:scale(1.0);
background:#ffffff;
}
}
.loading_mask {
	text-align: center;
	width: 120px;
	height: 18px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0px 0px -75px;
}
.loading_mask ul {
	height: 18px;
	display: block;
	width: 120px;
	overflow: hidden;
	text-align: center;
}
.loading_mask ul li {
	background-color: #ffba76;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0px 6px;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loading_mask ul.anm li {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loading_mask ul.anm li:nth-child(1) {
	-webkit-animation-delay: -0.64s;
	-moz-animation-delay: -0.64s;
	animation-delay: -0.64s
}
.loading_mask ul.anm li:nth-child(2) {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.48s;
	animation-delay: -0.48s
}
.loading_mask ul.anm li:nth-child(3) {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	animation-delay: -0.32s
}
.loading_mask ul.anm li:nth-child(4) {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	animation-delay: -0.16s
}
.no-csstransitions .loading_mask ul {
	background: url(http://www.dongshengstone.com/images/loding.gif) no-repeat scroll center center;
}
.no-csstransitions .loading_mask ul li {
	display: none;
}
.mtop {
	height: 86px;
}
.align-vertical {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}
.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}
.scoll-top {
	background-color: #fff;
	animation: 850ms 350ms;
-webkit-animation:animation:850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.scoll-top .logo {
	box-shadow: 0 0 0px transparent;
	left: 32px;
}
.scoll-top .logo a {
	padding: 10px 0px;
	width: 148px;
}
.scoll-top .logo .img1 {
	display: none;
}
.scoll-top .logo .img2 {
	display: block;
}
.scoll-top .nav > li > a {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
.scoll-top .top-sider .telItem {
	padding-top: 10px;
	height: 50px;
}
.scoll-top .buyBtn {
	padding: 7px 0px;
}
@-webkit-keyframes fadedown {
from {
-webkit-transform:translateY(-100%);
opacity:0;
}
to {
-webkit-transform:translateY(0);
opacity:1;
}
}
@keyframes fadedown {
from {
transform:translateY(-100%);
opacity:0;
}
to {
transform:translateY(0);
opacity:1;
}
}
.smLink {
	margin-left: 18px;
}
.fsharp {
	display: block;
	margin-top: 20px;
}
.fsharp a {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 9px;
	background: url(http://www.dongshengstone.com/images/sharp.png) no-repeat scroll -42px -35px;
	float: left;
	position: relative;
}
.fsharp a em {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
	font-size: 38px;
	line-height: 1.2;
	padding-bottom: 68px;
}
.pbanner-C .tlbg2 .t, .pbanner-C .tlbg2 .c {
	color: #fff;
}
.tlbg2 a:link, .tlbg2 a:visited {
	color: #fff;
}
.tlbg2 a:active, .tlbg2 a:hover {
	color: #fff;
}
.pbanner-C p {
	position: relative;
	transition: 500ms;
	position: relative;
}
.pbanner-C.inview .t {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 600ms 0ms;
}
.pbanner-C.inview .c {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 600ms 400ms;
}
.pbanner .mouseIco {
	bottom: 108px;
}
.pageNavBox {
	position: relative;
	margin: -69px auto 0px;
	height: 68px;
	border-bottom: 1px solid #cccccc;
	width: 90%;
}
.pagenav {
	background-color: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pagenav.fixed {
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 1000;
	background-color: #a6a6a6;
	background-color: rgba(0,0,0,0.6);
}
.pagenav.fixed .cpnavbox {
	height: 40px;
	line-height: 40px;
}
.pagenav.fixed .cpnavbox a {
	font-size: 14px;
	color: #fff;
}
.pagenav.fixed .cpnavbox a:before {
	bottom: 4px;
	height: 2px;
	background-color: #fff;
}
.pagenav .cpnavbox a {
	color: #333;
}
.cpnavbox {
	height: 68px;
	line-height: 68px;
}
.cpnavbox a {
	text-align: center;
	color: #333;
	padding: 0px;
	margin: 0px 26px;
	font-size: 16px;
	display: inline-block;
*display:inline;
*zoom:1;
	position: relative;
	-webkit-transition: 0s;
	transition: 0s;
}
.cpnavbox a:before {
	content: "";
	width: 100%;
	visibility: hidden;
	height: 3px;
	background-color: #e50012;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.cpnavbox a:hover:before, .cpnavbox a.active:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible;
}
.cpnavbox a:hover, .cpnavbox a.active {
	color: #e50012;
}
.cpnav {
	display: none;
	width: 100%;
	color: #fff;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	background-color: #e50012;
	cursor: pointer;
}
.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dock-box a:link, .dock-box a:visited {
	color: #fff;
}
.dock-box a:active, .dock-box a:hover {
	color: #fff;
}
.dock-box {
	position: fixed;
	right: 0px;
	overflow: hidden;
	bottom: 0;
	width: 42px;
	z-index: 1000;
	transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
}
.dock-list li {
	height: 42px;
	height: 42px;
	margin-bottom: 2px;
	width: 100%;
	position: relative;
}
.dock-list .ico {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #333333;
	position: absolute;
	right: 0px;
	top: 0;
	width: 42px;
	height: 42px;
}
.dock-list .dock-c {
	float: left;
	width: 220px;
	padding-left: 24px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 15px;
	font-family: "黑体";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #333;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.dock-list li:hover span.dock-c {
	background-color: #e50012;
}
.dock-box:hover {
	width: 244px;
}
.dock-sharp a {
	width: 42px !important;
	float: left;
	display: block;
	height: 42px !important;
	border-right: 1px solid #4f4f4f !important;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px !important;
	padding: 0 !important;
}
.dock-sharp a.sina {
	background-image: url(http://www.dongshengstone.com/images/dock_s1.png);
}
.dock-sharp a.wx {
	background-image: url(http://www.dongshengstone.com/images/dock_s2.png);
}
.dock-sharp a.tx {
	background-image: url(http://www.dongshengstone.com/images/dock_s3.png);
}
.dock-sharp a.more {
	background-image: url(http://www.dongshengstone.com/images/dock_s4.png);
}
.dock-sharp a:hover {
	background-color: #4f4f4f;
}
.popUpblack {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/closebtn.png) no-repeat 50% 50%;
	-webkit-transition: 400ms;
	transition: 400ms;
}
.vwrap .close:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#videobox_display_button, #videocontainer_display_button {
	background: none no-repeat!important;
}
.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jwlogo, .jwclick {
	display: none!important;
}
.jwdisplayIcon {
	background: none no-repeat!important;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: #fff url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/css/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
	z-index: -1;
}
.banner .slick-dots li a:focus {
	outline: none;
}
.banner .slick-dots li.slick-active, .banner .slick-dots li:hover {
	background-color: #f69c41;
}
.banner .slick-dots li.slick-active a:before {
	-webkit-animation: a_slidercurrent 5s linear;
	animation: a_slidercurrent 5s linear;
}
.banner .slick-active .binbox {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
	transition: 800ms 480ms;
	-webkit-transition: 800ms 480ms;
}
@-webkit-keyframes a_slidercurrent {
from {
width:0%;
}
to {
width:100%;
}
}
@keyframes a_slidercurrent {
from {
width:0%;
}
to {
width:100%;
}
}
@-webkit-keyframes moveleft {
0%, 100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
50% {
-webkit-transform:translateX(-6%);
transform:translateX(-6%)
}
}
@keyframes moveleft {
0%, 100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
50% {
-webkit-transform:translateX(-6%);
transform:translateX(-6%)
}
}
.sider-banner-box {
	background-color: #fff;
	height: 30px;
	position: relative;
	margin: -80px auto 0;
	width: 80%;
	padding: 25px 4%;
	z-index: 100;
}
.sider-banner-box a:link, .sider-banner-box a:visited {
	color: #666;
}
.sider-banner-box a:active, .sider-banner-box a:hover {
	color: #e50012;
}
.mouseIco {
	border: 2px solid #999999;
	background-color: #fff;
	width: 22px;
	height: 32px;
	display: block;
	margin: 0px auto;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 26px;
	z-index: 900;
}
.mouseIco i {
	width: 3px;
	height: 4px;
	display: block;
	background-color: #999999;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 7px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
from {
opacity:0;
}
33% {
opacity:1;
}
to {
transform:translateY(15px);
-webkit-transform:translateY(15px);
opacity:0;
}
}
@-webkit-keyframes mouse-dot {
from {
opacity:0;
}
33% {
opacity:1;
}
to {
transform:translateY(15px);
-webkit-transform:translateY(15px);
opacity:0;
}
}
.videoIbtn {
	position: absolute;
	right: 4%;
	top: 25px;
	font-size: 16px;
	overflow: hidden;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 46px;
}
.videoIbtn i {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/btn_l.png) no-repeat scroll left center;
	margin-left: 5px;
}
.control .next span {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
}
.newIimgDemo .img {
	overflow: hidden;
	margin-bottom: 10px;
}
.newIimgDemo .img img {
	width: 100%;
	display: block;
}
.newIimgDemo .time {
	font-size: 22px;
	font-family: "Italianno";
	line-height: 1.2;
	color: #999999;
}
.newIimgDemo .t {
	font-size: 15px;
	line-height: 1.4;
	height: 21px;
	overflow: hidden;
}
.newIimgDemo .more {
	float: right;
	display: block;
	height: 100%;
	width: 15px;
	background: url(../images/more.png) no-repeat scroll left center;
}
.newIimgDemo .slick-arrow {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/n_l1.png) no-repeat;
}
.newIimgDemo .slick-next i {
	background: url(http://www.dongshengstone.com/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: #e50012;
	font-size: 20px;
}
.productIbox-t {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 60%;
}
.productIbox a:link, .productIbox a:visited {
	color: #fff;
}
.productIbox a:active, .productIbox a:hover {
	color: #fff;
}
.productIbox {
	color: #fff;
	position: relative;
}
.productIbox-list {
	margin: 0px auto;
	width: 368px;
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
}
.pageC img {
	max-width: 100% !important;
	height: auto !important;
}
.aboutIbox .pageC a:link, .aboutIbox .pageC a:visited {
	color: #666;
}
.aboutIbox .pageC a:active, .aboutIbox .pageC a:hover {
	color: #333;
}
.aboutIbox {
	padding: 60px 0px 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 10%;
}
.aboutIbox .pboxT {
	padding: 0;
}
.aboutIbox .pageC {
	width: 760px;
	overflow: hidden;
	margin: 30px auto 60px;
	text-align: center;
	font-size: 15px;
	color: #666666;
}
.jh-more {
	border: 1px solid #e50012;
	height: 46px;
	line-height: 46px;
	width: 186px;
	margin: 0px auto;
	display: block;
	position: relative;
	overflow: hidden;
	color: #e50012;
}
.jh-more .i1 {
	display: block;
	padding: 0px 0px 0px 28px;
	background: url(http://www.dongshengstone.com/images/jh_more_i2.png) no-repeat scroll -28px center;
	color: #e50012;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.jh-more .i2 {
	position: absolute;
	right: 28px;
	top: 0px;
	width: 13px;
	height: 100%;
	background: url(../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(http://www.dongshengstone.com/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: 1280px;
	margin: 0px auto;
}
.aboutT {
	margin: 30px 0px
}
.aboutT .en {
	color: #ccc;
	font-size: 30px;
	line-height: 1;
	font-family: "Arial";
	text-transform: uppercase;
}
.aboutT .en:after {
	width: 80px;
	height: 1px;
	background: #e50012;
	margin: 0px auto;
	margin-top: 10px;
	display: block;
	content: ""
}
.aboutT .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: #e50012;
	margin-top: 10px;
	display: block;
	content: ""
}
.brandT .zh {
	display: block;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px
}
.brandT .sm {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	line-height: 36px
}
.honorT {
	margin: 0px 0px 30px 0px;
	text-align: left
}
.honorT .en {
	color: #ccc;
	font-size: 30px;
	line-height: 1;
	font-family: "Arial";
	text-transform: uppercase;
}
.honorT .en:after {
	width: 80px;
	height: 1px;
	background: #e50012;
	margin-top: 10px;
	display: block;
	content: ""
}
.honorT .zh {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px
}
.honorT .sm {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 20px
}
.aboutPage {
	margin-top: 50px;
}
.aboutPage-con {
	padding-bottom: 72px;
}
.aboutPage-con dd {
	float: left;
	display: block;
	width: 50%;
	margin-top: 30px;
}
.aboutPage-con .aboutPage-item {
	padding: 20px 0% 0px;
	position: relative;
}
.aboutPage-item .con {
	text-align: justify;
	overflow: hidden;
	margin-top: 0px;
}
.aboutPage-con .aboutPage-img {
	background-color: #fff;
	width: 46%;
	margin-left: 4%
}
.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(http://www.dongshengstone.com/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: #e50012;
	line-height: 1.4;
}
.video-about:hover .img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.video-about:hover .vico {
	border-color: #eecfaf;
	background-color: #eecfaf;
}
.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(http://www.dongshengstone.com/images/img_l1.png);
	left: -60px;
}
.cultureDemo .slick-next {
	background-image: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.honorDemo .img {
	width: 100px;
	margin: 0px auto 10px;
}
.honorDemo .img img {
	width: 100%;
	display: block;
}
.honorDemo .txt {
	padding: 0px 5%;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}
.honorDemo .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.honorDemo .slick-prev {
	background-image: url(http://www.dongshengstone.com/images/img_l2.png);
	left: -45px;
}
.honorDemo .slick-next {
	background-image: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}
.courseDemo .slick-list {
	overflow: inherit;
}
.courseDemo .slick-active .con {
	opacity: 1;
	filter: alpha(opacity=100);
}
.course-mouse-box {
	width: 36px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 5%;
	z-index: 10;
}
.course-mouse-box .t {
	background: url(http://www.dongshengstone.com/images/mouse-t.png) no-repeat scroll center center;
	width: 34px;
	height: 13px;
	display: block;
}
.course-mouse-box .c {
	background: url(http://www.dongshengstone.com/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: #e50012;
}
.new-List {
	margin-bottom: 52px;
}
.new-List dd {
	float: left;
	display: block;
	width: 31.33%;
	margin: 0px 0px 0px 3%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.new-List dd:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background-color: #e50012;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.new-List dd:nth-child(3n+1) {
	margin-left: 0;
}
.new-List .img {
	overflow: hidden;
	position: relative;
}
.new-List .img img {
	width: 100%;
	display: block;
	transition: 500ms;
	-webkit-transition: 500ms;
}
.new-List .t {
	margin: 25px 5% 12px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}
.new-List .time {
	font-size: 12px;
	margin: 0px 5%;
	height: 22px;
	padding-bottom: 25px;
	color: #999999;
	font-family: arial, helvetica, sans-serif;
}
.new-List .more {
	float: right;
	display: block;
	height: 100%;
	width: 15px;
	background: url(../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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/img_l1.png);
	left: -60px;
}
.video-news-demo .slick-next {
	background-image: url(http://www.dongshengstone.com/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: #e50012;
}
.pading {
	text-align: center;
	padding-top: 20px;
}
.pading a, .pading span {
	padding: 0px 16px;
	height: 36px;
	line-height: 36px;
	margin: 0px 2px !important;
	display: inline-block;
*display:inline;
	zoom: 1;
	position: relative;
	background-color: #8a8a8a;
	color: #fff;
}
.pading a.active, .pading span {
	background-color: #e50012;
	color: #fff !important;
	font-weight: normal !important;
}
.bgf3 {
	background-color: #f3f3f3;
}
.infoBanner {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #f3f3f3;
}
.info-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.infopage-box-t {
	bottom: 3px;
	z-index: 2;
	width: 1200px;
	padding: 40px 100px 20px;
	margin: 0px auto;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.infopage-box-t .t {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
}
.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(http://www.dongshengstone.com/images/sharp11.png);
}
.infopage-box-t .sharpBox a.a2 {
	background-image: url(http://www.dongshengstone.com/images/sharp21.png);
}
.infopage-box-t .sharpBox a.a3 {
	background-image: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/arrow8.png) left center no-repeat;
}
.pager .next {
	float: right;
	padding: 0px 17px 0px 0px;
	background: url(http://www.dongshengstone.com/images/arrow9.png) right center no-repeat;
}
.pager .back-btn {
	padding-left: 28px;
	color: #333333;
	font-size: 14px;
	background: url(http://www.dongshengstone.com/images/back.png) left center no-repeat;
	margin: 0px auto;
}
.pager .back-btn:hover {
	color: #c3a673;
	background: url(http://www.dongshengstone.com/images/back1.png) left center no-repeat;
}
.pager .btn:hover {
	color: #c3a673;
}
.pager .prev:hover {
	background: url(http://www.dongshengstone.com/images/arrow12.png) left center no-repeat;
}
.pager .next:hover {
	background: url(http://www.dongshengstone.com/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: 90%;
	max-width: 1400px;
	margin: 0px auto;
}
.proNav a:link, .proNav a:visited {
	color: #666;
}
.proNav a:active, .proNav a:hover {
	color: #e50012;
}
.proNav {
	position: relative;
	margin-top: -57px;
}
.proNav li {
	float: left;
	display: block;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.proNav .br1 {
	border-right: 1px solid #f1f1f1
}
.proNav li.w2 {
	width: 50%;
}
.proNav li.w3 {
	width: 33.333%;
}
.proNav li.w4 {
	width: 25%;
}
.proNav li.w5 {
	width: 20%;
}
.proNav li.w6 {
	width: 16.66%;
}
.proNav .lastItem {
	width: 100%;
	height: auto;
}
.proNav .item {
	display: block;
	padding: 0px 5% 0px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #666;
}
.proNav .ico {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0px auto;
	display: block;
}
.proNav .ico i {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.proNav .ico .i2 {
	display: none;
}
.proNav .item:hover, .proNav .item.active {
	background-color: #e50012;
	color: #fff;
}
.proNav .item:hover .ico .i1, .proNav .item.active .ico .i1 {
	display: none;
}
.proNav .item:hover .ico .i2, .proNav .item.active .ico .i2 {
	display: block;
}
.proNav .item:hover .ico, .proNav .item.active .ico {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
.serach-demo {
	padding: 0px 0;
}
.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: #e50012;
}
.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(http://www.dongshengstone.com/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 #e50012;
	background: none;
	transition: all 0.3s 0s;
	-webkit-transition: all 0.3s 0s;
}
.proList .morebtn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../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: #e50012;
}
.bgsizecover .proList .morebtn:hover i {
	background-position: -2px center;
}
.proList .oneItem .con {
	left: 54%;
}
.proList .oneItem .bor {
	left: 50%;
}
.proList .twoItem .img {
	margin-left: 50%;
}
.proList .twoItem .con {
	left: 4%;
}

.proList .oneItem .con2 {
	left: 54%;
}

.proList .twoItem .con2 {
	left: 4%;
}

.filler2 {
	position: absolute;
	display: block;
	background-color: #e50012;
	-webkit-transition: 0.3s ease 0s;
	-moz-transition: 0.3s 0s;
	-o-transition: 0.3s 0s;
	transition: 0.3s 0s;
}
.proList .filler2-left {
	width: 2px;
	height: 0%;
	left: 2%;
	top: 2%;
}
.proList .filler2-right {
	width: 2px;
	height: 0%;
	right: 2%;
	bottom: 2%;
}
.proList .filler2-top {
	width: 0%;
	height: 2px;
	right: 2%;
	top: 2%;
}
.proList .filler2-bottom {
	width: 0%;
	height: 2px;
	left: 2%;
	bottom: 2%;
}

.proList .con2 {
	color: #7f7e7e;
	width: 42%;
	height: 70%;
	position: absolute;
	top: 15%;
	text-align: center
}
.proList .con2 .zh {
	font-size: 16px;
	line-height: 1.2;
	color: #666;
}
.proList .con2 .en {
	font-size: 14px;
	line-height: 1.1;
	font-family: "Italianno", arial, helvetica, sans-serif;
	color: #666;
	margin: 10px 0px 0px;
}
.proList .con2 .c {
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px

}
.proList .con2 .c img {
	width: 150px;
	height: 150px;
	display: inline;
	margin-right: 10px;
	transition: .3s;
}


.proLbanner {
	position: relative;
	overflow: hidden;
}
.proLbanner .img {
	width: 100%;
	display: block;
}
.prolbanner-con {
	position: absolute;
	left: 6%;
	bottom: 6%;
	width: 88%;
}
.prolbanner-con .pcon {
	position: relative;
	padding: 32px 38px 26px;
	border-top: 7px solid #e2bfa5;
	background-color: #fff;
	float: right;
	display: block;
	color: #7f7e7e;
	font-size: 14px;
	width: 350px;
}
.prolbanner-con .zh {
	font-size: 20px;
	line-height: 1.2;
	color: #e50012;
}
.prolbanner-con .en {
	font-size: 30px;
	margin-bottom: 22px;
	line-height: 1.1;
	font-family: "Italianno", arial, helvetica, sans-serif;
	color: #cccccc;
}
.prolbanner-con .morebtn {
	background: url(http://www.dongshengstone.com/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 #e50012;
	background: none;
}
.prolbanner-con .morebtn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/img_l3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.imgstools .imgNext {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/img_l4.png);
}
.imgShowDemo .owl-controls .owl-buttons div.owl-next {
	right: 3%;
	background-image: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
	position: absolute;
	left: 74px;
	top: 50%;
	margin-top: 0px;
}
.service-nav .active .item {
	background-color: #e50012;
}
.service-nav .active .hline {
	width: 28px;
}
.service-con a:link, .service-con a:visited {
	color: #333;
}
.service-con a:active, .service-con a:hover {
	color: #e50012;
}
.service-con {
	float: left;
	display: block;
	width: 398px;
	padding-top: 30px;
}
.service-con .con {
	background: url(http://www.dongshengstone.com/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 #e50012;
	position: relative;
	margin-bottom: 36px;
}
.service-con .con .e1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 30px;
	height: 8px;
	background-color: #e50012;
}
.service-con .con .i {
	font-size: 15px;
	min-height: 166px;
}
.service-con .con.on {
	display: block;
}
@-webkit-keyframes tab {
from {
opacity:0;
-webkit-transform:translateY(8%);
transform:translateY(8%);
}
to {
opacity:1;
-webkit-transform:translateY(0%);
transform:translateY(0%);
}
}
@keyframes tab {
from {
opacity:0;
-webkit-transform:translateY(8%);
transform:translateY(8%);
}
to {
opacity:1;
-webkit-transform:translateY(0%);
transform:translateY(0%);
}
}
.processPage {
	padding: 74px 0px;
}
.process-box {
	width: 40%;
	padding: 0px 5%;
	background: url(http://www.dongshengstone.com/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: #e50012;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform-origin: 50% 0% 0;
	-webkit-transform-origin: 50% 0% 0;
	visibility: hidden\9;
}
.slider-nav .item:hover .ico:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	visibility: visible\9;
}
.slider-nav .item:hover .ico, .slider-nav .item.slick-current .ico {
	border-color: #e50012;
}
.slider-nav .item:hover .i1, .slider-nav .item.slick-current .i1 {
	display: none;
}
.slider-nav .item:hover .i2, .slider-nav .item.slick-current .i2 {
	display: block;
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
.slider-nav .item.slick-current .ico {
	background-color: #e50012;
}
.slider-nav .name {
	font-size: 15px;
	margin-top: 10px;
	height: 45px;
	overflow: hidden;
	line-height: 1.5;
}
.slider-nav .bor {
	width: 0px;
	height: 2px;
	background-color: #e50012;
	display: block;
	margin: 4px auto 0px;
	-webkit-transition: 0.3s ease 0s;
	transition: 0.3s 0s;
}
.slider-nav .item.slick-current .bor {
	width: 14px;
}
.slider-nav .slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 31px;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider-nav .slick-prev {
	background-image: url(http://www.dongshengstone.com/images/img_l2.png);
	left: -26px;
}
.slider-nav .slick-next {
	background-image: url(http://www.dongshengstone.com/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: #e50012;
	line-height: 1.4;
}
.hr-T .en {
	font-size: 36px;
	color: #dedede;
	line-height: 1.4;
	font-family: "Italianno", arial, helvetica, sans-serif;
	padding-left: 5px;
}
.hr-jg {
	float: left;
	display: block;
	width: 40%;
	padding: 80px 5%;
	margin-top: 18%;
	background-color: #FBFBFB;
}
.recruitmentPage {
	padding-bottom: 50px;
}
.recruitmentPage .hr-T {
	padding: 70px 0px 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 25px;
}
.ce50012 {
	color: #e50012;
}
.hrList {
	margin: 30px 0px 36px;
}
.hrList .hspan {
	text-align: center;
	cursor: pointer;
	width: 13%;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
}
.hrList .hspan1 {
	text-align: left;
	padding-left: 5%;
	width: 17%;
}
.hrList .hrdt {
	background-color: #acacac;
	color: #fff;
}
.hrList dd {
	margin-bottom: 3px;
	position: relative;
}
.hrList .hrdt {
	height: 50px;
	overflow: hidden;
}
.hrList .hrT {
	background-color: #f2f2f2;
	color: #666666;
}
.hrList .hrT .hspan {
	line-height: 50px;
	height: 50px;
}
.hrList .ib {
	width: 16px;
	height: 16px;
	margin: 17px auto 0px;
	display: block;
	position: relative;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.hrList .ib i {
	display: block;
	background-color: #999999;
}
.hrList .ib .ic1 {
	width: 2px;
	height: 16px;
	margin-left: 7px;
}
.hrList .ib .ic2 {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.hrList .hrB {
	border: 1px solid #dcbfa2;
	display: none;
}
.hrList .hrCon {
	width: 91%;
	margin: 0px auto;
	padding: 30px 0px 50px;
	overflow: hidden;
}
.hrList dd.active .hrT, .hrList dd:hover .hrT {
	background-color: #e50012;
	color: #fff;
}
.hrList .active .ib i {
	background-color: #fff;
}
.hrList .active .ib {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.hrList .active .ib .ic2 {
	display: none;
}
.contactPage {
	position: relative;
	overflow: hidden;
	background-color: #FBFBFB;
}
.mapBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
}
.con-rightBox {
	float: right;
	display: block;
	padding: 48px 5%;
	width: 40%;
}
.contact-C {
	padding: 50px 0px;
}
.foot-ci {
	margin-bottom: 2px;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 1px 0px 3px 46px;
}
.contact-C .foot-ci1 {
	background-image: url(http://www.dongshengstone.com/images/foot_i11.png);
}
.contact-C .foot-ci2 {
	background-image: url(http://www.dongshengstone.com/images/foot_i21.png);
}
.contact-C .foot-ci3 {
	background-image: url(http://www.dongshengstone.com/images/foot_i31.png);
}
.contact-C .foot-ci4 {
	background-image: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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: #e50012;
	top: 50%;
	margin-top: -1px;
}
.procesUl .con {
	padding: 32px 25px 0px 70px;
	height: 66px;
	line-height: 1.4;
	border-radius: 50px;
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}
.procesUl .num {
	position: absolute;
	left: 14px;
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 36px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}
.procesUl li:hover .num {
	background-color: #e50012;
}
.procesUl li:hover .con {
	border-color: #e50012;
	background-color: #fff;
}
.procesUl li:nth-child(4n) .line {
	display: none;
}
.download-box a:link, .download-box a:visited {
	color: #fff;
}
.download-box a:active, .download-box a:hover {
	color: #e50012;
}
.download-box {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/images/down_ico11.png) no-repeat scroll left center;
	padding-left: 40px;
}
.download-box .btn .down2 span {
	background: url(http://www.dongshengstone.com/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: #e50012;
}
.download-box .btn .down1:hover span {
	background-image: url(http://www.dongshengstone.com/images/down_ico12.png);
}
.download-box .btn .down2:hover span {
	background-image: url(http://www.dongshengstone.com/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: #e50012;
	width: 88px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.mar-btn i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/serach_btn.png) no-repeat scroll center center;
}
.mar-btn:hover {
	background-color: #e50012;
}
.marketing-demo {
	background-color: #fff;
	padding: 56px 50px 48px;
	width: 405px;
	float: right;
	display: block;
	border-bottom: 8px solid #edd4c4;
}
.marketing-demo .hr-T .zh {
	color: #666666;
}
.marketing-demo .hr-T {
	margin-bottom: 45px;
}
.marketing-con {
	overflow: hidden;
}
.marketing-list li {
	display: block;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	margin-bottom: 22px;
}
.marketing-list .img {
	float: left;
	display: block;
	width: 38%;
}
.marketing-list .img img {
	width: 100%;
	display: block;
}
.marketing-list .con {
	float: right;
	display: block;
	width: 50%;
}
.marketing-list .con .t {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	line-height: 1.5;
}
.advantagePage {
	padding: 65px 0px 45px;
}
.advantage-con a:link, .advantage-con a:visited {
	color: #fff;
}
.advantage-con a:active, .advantage-con a:hover {
	color: #fff;
}
.advantage-con {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.advantage-list {
	background: url(http://www.dongshengstone.com/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(http://www.dongshengstone.com/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;
}
.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: #da251c
}
.news-cy .news-c-item:hover .news-c-cont {
	border-color: #da251c
}
.news-cy .news-c-item:hover .news-c-pic img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.news-cy .news-c-item:hover .news-c-info .c, .news-cy .news-c-item:hover .news-c-info .t {
	color: #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;
	width: 245px;
	height: 185px;
}
.news-cy .news-c-pic img {
	-webkit-transition: all .5s, height .3s;
	-o-transition: all .5s, height .3s;
	transition: all .5s, height .3s;
	width: 100%;
}
.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;
	width: 100%;
}
.news-cy .news-c-pic img {
	height: 176px
}
.news-cy .news-c-info .t {
	font-size: 16px;
	line-height: 25px
}
.news-cy .news-c-info .c {
	font-size: 13px
}
.news-cy .news-c-info .tools {
	margin-top: 51px
}
.news-cy .news-c-info .m {
	font-size: 12px;
	line-height: 15px
}
.news-cy .news-c-info .d {
	margin-top: 20px
}
.news-cy .news-c-info .d:before {
	margin-right: 10px;
	width: 12px
}
}

@media (max-width:640px) {
.news-cy .news-c-pic {
	margin-right: 15px
}
.news-cy .news-c-pic img {
	height: 132px
}
.news-cy .news-c-info .t {
	font-size: 15px;
	line-height: 20px
}
.news-cy .news-c-info .c {
	margin-top: 10px;
	height: 40px;
	font-size: 12px;
	line-height: 20px
}
.news-cy .news-c-info .tools {
	margin-top: 32px
}
.news-cy .news-c-info .m {
	padding: 9px 10px;
	line-height: 10px
}
.news-cy .news-c-info .d {
	margin-top: 15px
}
}

@media (max-width:576px) {
.news-cy .container {
	max-width: none
}
.news-cy .news-c-info .tools {
	margin-top: 47px
}
.news-cy .news-c-info .m {
	border: 0 none;
	padding: 0;
	line-height: 15px
}
.news-cy .news-c-info .d {
	margin-top: 0
}
.news-cy .news-c-info .d:before {
	margin-right: 7px
}
}

@media (max-width:475px) {
.news-cy .news-c-pic {
	margin-right: 10px
}
.news-cy .news-c-pic img {
	height: 110px
}
.news-cy .news-c-info .tools {
	margin-top: 25px
}
}

@media (max-width:425px) {
.news-cy .news-c-pic {
	float: none;
	margin-right: 0;
	margin-bottom: 20px
}
.news-cy .news-c-pic img {
	width: 100%;
	height: auto
}
.news-cy .news-c-info .tools {
	margin-top: 30px
}
}
.cy-wrapper.scrollbar, .footer.scrollbar, .header.scrollbar {
	overflow-y: scroll
}
.cy-wrapper.scrollbar::-webkit-scrollbar, .footer.scrollbar::-webkit-scrollbar, .header.scrollbar::-webkit-scrollbar {
width:7px;
height:7px;
background-color:#f7f7f7
}
.cy-wrapper.scrollbar::-webkit-scrollbar-track, .footer.scrollbar::-webkit-scrollbar-track, .header.scrollbar::-webkit-scrollbar-track {
border-radius:0;
background-color:#f7f7f7
}
.cy-wrapper.scrollbar::-webkit-scrollbar-thumb, .footer.scrollbar::-webkit-scrollbar-thumb, .header.scrollbar::-webkit-scrollbar-thumb {
border-radius:0;
width:17px;
height:17px;
background-color:#333
}
.header {
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear
}
.header.is-hidden {
	will-change: transform;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media (max-width:1024px) {
.header.is-hidden {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4777;
	background: #fff;
}
.inner {
	width: 1400px;
	margin: 0px auto;
}

@media (max-width:1260px) {
.inner {
	width: 90%;
}
}

@media (max-width:1024px) {
.inner {
	width: auto;
}
.header {
	background: #fff;
	-webkit-box-shadow: 0 0 1px #ccc;
	box-shadow: 0 0 1px #ccc;
	height: 60px
}
}
.logo .icon-logo {
	float: left;
	display: inline-block;
}
.header .logo {
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	background: #fff;
	float: left;
	display: inline-block;
}
.header .logo span {
	float: left;
	display: inline-block;
	margin: 0 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	color: #004287
}
.header .gpimg {
	float: left;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}
.header .navbox {
	background-color: #f0f3f6;
	border-bottom: 2px solid #e50012;
}
.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: 250px;
}
.header .nav .img {
	display: none;
}
.header .nav .box {
	float: none;
	width: auto;
}
.lang-mob {
	display: block;
}
}

@media (min-width:1025px) {
.header .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}

@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: #333333
}
.header .nav li .name:hover {
	color: #fff;
}

@media (min-width:1025px) {
.header .nav li .name {
	padding: 18px 2vw;
	position: relative;
	z-index: 1;
}
.header .nav li .name:before {
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #e50012;
	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;}
.header .nav li .name {
	padding: 20px 6.25vw
}
}

@media (min-width:1025px) {
.header .nav li:hover .name:before {
	visibility: visible;
	opacity: 1
}
.header .nav li:hover .sub {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.header .nav li.cur .name {
	z-index: 3;
	color: #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: 360px;
	padding: 18px;
	left: -90px;
	background: #e50012;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px)
}
.header .nav .img {
	float: left;
	display: block;
	width: 185px;
}
.header .nav .box {
	float: right;
	display: block;
	width: 120px;
}
}

@media (max-width:1024px) {
.header .nav li .sub {
	display: none;
	background:#666666
}
}
.header .nav li .sub a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #fff
}
.header .nav li .sub a:hover {
	color: #fff;
}
.desktop .header .nav li .sub a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.desktop .header .nav li .sub a:hover {
	background: #fff
}

@media (min-width:1025px) {
.header .nav li .sub a {
	margin-bottom: 15px;
}
.header .nav li .sub a:last-child {
	margin-bottom: 0;
}
}

@media (max-width:1024px) {
.header .nav li .sub a {
	padding: 18px 6.25vw;
}
.header .nav li .sub a:active {
	background: #fff
}
}

@media (max-width:768px) {
.header .nav li .sub a {
	padding: 15px 6.25vw
}
}
.header .lang-switch {
	float: right;
	display: block;
	color: #999;
	margin: 30px 0 0 0;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

.header .lang-switch a.cur {
	color: #fff;
}

.header .lang-switch .transition {
	color: #333333;
}

@media (max-width:1024px) {
	.header .lang-switch {
		/*display: none*/
		margin: 5px 25px 0 0;
	}

	.header .lang-switch .serach-demo {
		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: #e50012;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}
.header .menu span:after {
	top: 0px;
}
.header .menu span:before {
	bottom: 0px;
}
.header .menu.act span:after, .header .menu.act span:before {
	background: #fff
}
.header .menu.act span:before {
	bottom: 12px;
	-webkit-transform: translate(0, 50%) rotate(45deg);
	-ms-transform: translate(0, 50%) rotate(45deg);
	transform: translate(0, 50%) rotate(45deg)
}
.header .menu.act span:after {
	top: 12px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg)
}
}

@media (max-width:768px) {
.header .menu span {
	width: 30px;
	height: 22px
}
.header .menu span:after, .header .menu span:before {
	height: 6px
}
.header .menu.act span:after {
	top: 11px;
}
.header .menu.act span:before {
	bottom: 11px;
}
}
.footer {
	background: #424242;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer a:active {
	color: #eee;
}
.footer .fnav {
	width: 58%;
	float: 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;
}
.footer .rig {
	float: right;
	position: relative;
}
.footer .rig .r1 {
	position: absolute;
	right: 60px;
	top: 0px;
	min-width: 150px;
	padding-top: 15px;
}
.footer .rig .r1 span {
	padding: 0px 5px;
}
.footer .rig .r2 {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	height: 50px;
	overflow: hidden
}
.footer .rig .r2 img {
	padding: 0px;
	margin: 0px;
}
.back_1 {
	background: #585d63;
}
.back_2 {
	background: #f2f2f2;
}

@media screen and (max-width:1024px) {
.footer .fnav {
	display: none
}
.footer .t .rewm {
	display: none
}
.footer .t .r {
	width: 100%;
	border-right: 0;
}
.footer .t {
	padding: 0px 0 20px 0;
}
}
.zixun {
	width: 100%;
	margin-top: 30px;
}
.zixun .t {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #0768b2
}
.zixun .list {
	margin-top: 30px;
}
.zixun .list dd {
	width: 47.7%;
	display: block;
	margin-bottom: 20px;
	margin-right: 3%;
	float: left
}
.zixun .list dt {
	width: 100%;
	display: block;
}
.zixun .list dd:nth-child(2n+2) {
	margin-right: 0
}
.zixun .list .txt {
	background-color: #fff;
	border: 0px none;
	padding: 10px 12px;
	box-sizing: border-box;
	width: 85%;
	font: 14px/1.8 "microsoft yahei";
	border: 1px solid #ddd;
	color: #999
}
.zixun .list span {
	color: #F00;
	padding-left: 5px;
}
.zixun .list .txt2 {
	height: 200px;
	margin-bottom: 0px;
}
.zixun .list .btn {
	text-align: center;
	margin: 20px auto;
}
.zixun .list .fromBtn {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #e50012;
	border: 0px;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer
}
.zixun .list .fromBtn:hover {
	background-color: #e50012;
}

@media screen and (max-width:641px) {
.header .logo img{
		width: 150px;
	}		
.zixun .t {
	padding: 10px 10px;
}
.zixun .list dd {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.zixun .list dt {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
}
.join-recruit {
	padding: 30px 0;
}
.join-recruit .recruit-cont dt {
	padding: 10px 15px;
	line-height: 20px;
	background: #f5f5f5;
}
.join-recruit .recruit-cont dt:after {
	content: '';
	display: block;
	clear: both;
}
.join-recruit .recruit-cont dt i {
	float: left;
	width: 25%;
	padding: 0 5px;
	text-align: center;
	font-style: normal
}
.join-recruit .recruit-cont dt .y {
	display: none;
}
.join-recruit .recruit-cont dd {
	display: none;
	padding: 20px 15px;
	border: 1px solid transparent;
	background: #fff;
	transition: border .5s;
}
.join-recruit .recruit-cont dd .t {
	font-weight: bold;
	color: #ff0b00;
}
.join-recruit .recruit-head dt {
	margin-bottom: 2px;
	background: #ff0b00;
	color: #fff;
}
.join-recruit .recruit-item {
	margin-bottom: 2px;
}
.join-recruit .recruit-item dt {
	cursor: pointer;
	transition: all .3s;
}
.join-recruit .recruit-item dt.active {
	color: #fff;
	background: #ff0b00;
}
.join-recruit .recruit-item dt.active + .zp-body {
	border-color: #ff0b00;
}
.join-recruit .recruit-item dt.active + .zp-body img {
	width: auto
}
.join-recruit .recruit-foot {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	color: #999;
}

@media (max-width:640px) {
.join-recruit .recruit-item dt.active + .zp-body img{
	width: 100%
}	
}

@media (min-width:768px) {
.join-recruit .recruit-cont dt i {
	width: 20%;
}
.join-recruit .recruit-cont dt .i {
	float: right;
	width: 20px;
	height: 20px;
	background: url("../images/show.png") no-repeat center center;
	transition: all .3s;
}
.join-recruit .recruit-cont dt.active .i {
	transform: rotate(180deg);
	background-image: url("../images/hide.png");
}
}

@media (min-width:992px) {
.join-recruit .recruit-cont dt {
	padding: 15px 20px;
}
.join-recruit .recruit-cont dt i {
	width: 20%;
	text-align: left;
}
.join-recruit .recruit-cont dt .y {
	display: block;
}
.join-recruit .recruit-cont dd {
	padding: 40px 30px;
}
}

@media (min-width:1025px) {
.join-recruit .recruit-cont dt:hover {
	background: #ff0b00;
	color: #fff;
}
}
.culture {
	margin-top: 50px
}
.culture .clt-item {
	position: relative;
	z-index: 1
}
.culture .clt-item:hover {
	z-index: 3
}
.culture .clt-item:hover .clt-pic .bg {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.culture .clt-item:hover .clt-pic:after {
	background: rgba(204,0,0,.7)
}
.culture .clt-item:hover .clt-info .c {
	margin-top: 25px;
	height: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1
}
.culture .clt-item:hover .clt-info .l {
	margin-top: 30px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1
}
.culture .clt-item2 {
	position: relative;
	z-index: 1
}
.culture .clt-item2:hover {
	z-index: 3
}
.culture .clt-item2:hover .clt-pic .bg {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.culture .clt-item2:hover .clt-pic:after {
	background: rgba(204,0,0,.7)
}
.culture .clt-item2:hover .clt-info .c {
	margin-top: 25px;
	height: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1
}
.culture .clt-item2:hover .clt-info .l {
	margin-top: 30px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1
}
.culture .clt-pic {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 410px
}
.culture .clt-pic img {
	display: none;
	width: 100%
}
.culture .clt-pic .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.culture .clt-pic:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	content: ''
}
.culture .clt-info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	text-align: center;
	color: #fff
}
.culture .clt-info .t {
	font-size: 24px;
	line-height: 25px
}
.culture .clt-info .e {
	margin-top: 15px;
	font-size: 16px;
	line-height: 30px
}
.culture .clt-info .c {
	overflow: hidden;
	height: 0;
	font-size: 16px;
	line-height: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	visibility: hidden;
	opacity: 0
}
.culture .clt-info .l {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	opacity: 0
}
.no-cssgrid .culture .culture-list:after {
	content: '';
	display: block;
	clear: both
}
.no-cssgrid .culture .clt-item {
	float: left;
	width: 33.3334%
}
.cssgrid .culture .culture-list {
	display: grid;
	grid-template-columns: repeat(3, 33.3334%)
}
.no-flexbox .culture .clt-info {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.no-csstransforms .culture .clt-info {
	top: 35%
}
.flexbox .culture .clt-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}
.no-cssgrid .culture .culture-list2:after {
	content: '';
	display: block;
	clear: both
}
.no-cssgrid .culture .clt-item2 {
	float: left;
	width: 100%
}
.cssgrid .culture .culture-list2 {
	display: grid;
	grid-template-columns: repeat(1, 100%);
	margin-bottom: 10px
}

@media (max-width:1440px) {
.culture .clt-pic {
	height: 360px
}
}

@media (max-width:1240px) {
.culture .clt-pic {
	height: 300px
}
.culture .clt-info .t {
	font-size: 20px
}
.culture .clt-info .e {
	margin-top: 10px;
	font-size: 13px
}
.culture .clt-info .c {
	font-size: 14px
}
.culture .clt-info .l {
	width: 12px
}
}

@media (max-width:1024px) {
.culture .clt-item:hover .clt-info .c {
	margin-top: 20px
}
.culture .clt-item:hover .clt-info .l {
	margin-top: 25px
}
.culture .clt-pic {
	height: auto
}
.culture .clt-pic img {
	display: block
}
.culture .clt-pic .bg {
	display: none
}
.culture .clt-info .t {
	font-size: 18px
}
.culture .clt-info .e {
	margin-top: 5px;
	font-size: 12px
}
.culture .clt-info .c {
	font-size: 13px
}
.culture .clt-info .l {
	width: 10px
}
.no-cssgrid .culture .clt-item {
	width: 50%
}
.cssgrid .culture .culture-list {
	grid-template-columns: repeat(2, 50%)
}
}

@media (max-width:768px) {
.culture .clt-item:hover .clt-info .c {
	margin-top: 15px
}
.culture .clt-item:hover .clt-info .l {
	margin-top: 20px
}
.culture .clt-info .t {
	font-size: 16px
}
.culture .clt-info .c {
	line-height: 20px
}
}

@media (max-width:640px) {
.no-cssgrid .culture .clt-item {
	float: none;
	width: auto
}
.cssgrid .culture .culture-list {
	grid-template-columns: repeat(1, 100%)
}
}

@media (max-width:576px) {
.culture .clt-item:hover .clt-info .c {
	margin-top: 10px
}
.culture .clt-item:hover .clt-info .l {
	margin-top: 15px
}
}
.sybPage {
	margin-top: 50px;
}
.sybPage-con {
	padding-bottom: 72px;
}
.sybPage-con li {
	float: left;
	display: block;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden
}
.sybPage-con li:nth-child(3n+3) {
	margin-right: 0;
}
.sybPage-con .img {
	display: block;
	width: 100%;
}
.sybPage-con .demo-gallery__img--main {
	color: #666;
	margin: 0 5px;
}
.sybPage-con .tit {
	margin-top: 20px;
	line-height: 1.3;
}
.sybPage-con .con {
	line-height: 1.3;
	text-align: center;
	color: #666
}

@media (max-width:1024px) {
.sybPage-con li {
	float: left;
	display: block;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden
}
.sybPage-con li:nth-child(2n+2) {
	margin-right: 0;
}
}

@media (max-width:640px) {
.sybPage-con li {
	float: left;
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 3%;
	overflow: hidden
}
}
.videoPage {
	margin-top: 50px;
}
.videoPage-con a:link, .videoPage-con a:visited {
	color: #333;
}
.videoPage-con a:active, .videoPage-con a:hover {
	color: #e50012;
}
.videoPage-con {
	margin-bottom: 52px;
	padding-top: 20px
}
.videoPage-con dd {
	float: left;
	display: block;
	width: 31.33%;
	margin: 0px 0px 0px 3%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.videoPage-con dd:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background-color: #e50012;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.videoPage-con dd:nth-child(3n+1) {
	margin-left: 0;
}
.videoPage-con .img {
	overflow: hidden;
	position: relative;
}
.videoPage-con .img img {
	width: 100%;
	display: block;
	transition: 500ms;
	-webkit-transition: 500ms;
}
.videoPage-con .t {
	margin: 25px 5% 25px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	text-align: center
}
.videoPage-con dd:hover {
	box-shadow: 0 0 21px 0px rgba(0,0,0,0.3);
}
.videoPage-con dd:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.videoPage-con dd:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
}

@media (max-width:1024px) {
.videoPage-con dd {
	float: left;
	display: block;
	width: 48.5%;
	margin: 0px 0px 0px 3%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.videoPage-con dd:nth-child(2n+1) {
	margin-left: 0;
}
}

@media (max-width:640px) {
.videoPage-con dd {
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0%;
	background-color: #FBFBFB;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
}
.partnersPage {
	margin-top: 50px;
}
.partnersPage .list {
	width: 100%;
}
.partnersPage .list li {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	background: #fff;
	margin-bottom: 30px;
	transition: 460ms
}
.partnersPage .list li:nth-child(3n+3) {
	margin-right: 0
}
.partnersPage .list li figure {
	display: block;
	line-height: normal;
	width: 90%;
	margin: 5% auto 5% auto;
	overflow: hidden;
}
.partnersPage .list li figure img {
	display: block;
	line-height: 0;
	width: 100%;
	height: auto;
	transition: 460ms;
}
.partnersPage .list li H4 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
.partnersPage .list li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.partnersPage .list li:hover {
	box-shadow: 0px 0px 20px #ccc;
}
.culturepage {
	margin-top: 50px;
}
.culturepage .list {
	width: 100%;
	margin: 20px auto 0 auto;
	padding-top: 20px
}
.culturepage .list .tit {
	height: 80px;
	padding: 20px 0
}
.culturepage .list .tit H2 {
	font-size: 36px;
	color: #424242;
	line-height: 80px;
	position: relative
}
.culturepage .list .tit H2:after {
	width: 80px;
	height: 2px;
	background: #424242;
	content: "";
	position: absolute;
	left: 120px;
	top: 40px;
}
.culturepage .list dd {
	width: 50%;
	height: 440px;
	overflow: hidden;
	float: left;
	position: relative;
}
.culturebox2 {
	background-color: #fff;
	color: #fff;
	position: relative;
	z-index: 999
}
.culturebox2 .box {
	padding: 3% 3%;
	max-width: 780px;
}
.culturebox2 .r {
	float: right
}
.culturebox2 H4 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	padding: 15px 0 0;
	position: relative;
	font-weight: normal
}
.culturebox2 H5 {
	font-size: 24px;
	color: #ccc;
	line-height: 40px;
	padding: 5px 0 0;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
}
.culturebox2 H6 {
	font-size: 14px;
	color: #333;
	line-height: 36px;
	margin-top: 10px;
	font-weight: normal
}
.culturebox2 .more {
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #eee;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 30px;
	display: block;
}
.culture-imgbox {
	cursor: pointer;
	position: relative;
	z-index: 0
}
.culture-imgbox .vimg {
	width: 100%;
	height: 440px;
}
.culture-imgbox .vimg .img {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: transform .8s ease-out 0s;
	-webkit-transition: -webkit-transform .8s ease-out 0s;
}
.contact-lx .contact-cont {
	margin: 0 auto;
	max-width: 1400px
}
.contact-lx .ctc {
	margin-top: 60px;
	height: 500px
}
.contact-lx .ctc:after {
	content: '';
	display: block;
	clear: both
}
.contact-lx .contact-map {
	float: right;
	width: 60%;
	height: 100%;
	text-align: right;
}
.contact-lx .map {
	height: 100%
}
.contact-lx .map img {
	height: 100%
}
.contact-lx .anchorBL {
	display: none!important
}
.contact-lx .contact-info {
	float: left;
	width: 40%;
	height: 100%;
	padding: 0px 0px;
}
.contact-lx .cti-list {
	margin-top: -20px
}
.contact-lx .cti-tit {
	margin-top: 30px;
	font-size: 24px;
	border-bottom: 1px solid #eeeeee;
	line-height: 70px;
	color: #e50012
}
.contact-lx .cti-item {
	margin-top: 20px;
	line-height: 1
}
.contact-lx .cti-item:after {
	content: '';
	display: block;
	clear: both
}
.contact-lx .cti-item .i {
	float: left;
	margin-right: 15px
}
.contact-lx .cti-item .c {
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	color: #4a4a4a
}

@media (max-width:1240px) {
.contact-lx .ctc {
	height: auto
}
.contact-lx .contact-map {
	float: none;
	width: auto;
	height: 400px
}
.contact-lx .contact-info {
	float: none;
	width: auto
}
}

@media (max-width:1024px) {
.contact-lx .container {
	max-width: 90%
}
.contact-lx .contact-map {
	height: 360px
}
.contact-lx .contact-info {
	padding: 30px 5%
}
}

@media (max-width:768px) {
.contact-lx .contact-map {
	height: 300px
}
.contact-lx .cti-item .i img {
	width: 25px
}
.contact-lx .cti-item .c {
	font-size: 13px;
	line-height: 25px
}
}

@media (max-width:576px) {
.contact-lx .container {
	max-width: none
}
.contact-lx .ctc {
	margin-top: 30px
}
.contact-lx .cti-list {
	margin-top: -15px
}
.contact-lx .cti-item {
	margin-top: 15px
}
.contact-lx .cti-item .i img {
	margin-top: 3px;
	width: 20px
}
}

@media (max-width:576px) {
.contact-lx .contact-map {
	height: 250px
}
}
.contact-lx .contact-list {
	margin: 80px auto;
	max-width: 1400px
}
.contact-lx .contact-search {
	margin-bottom: 30px;
}
.contact-lx .con-list {
	width: 100%;
}
.contact-lx .con-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
	height: 240px;
}
.contact-lx .con-list li:nth-child(3n+3) {
	margin-right: 0
}
.contact-lx .cti-list2 {
	margin-top: 20px
}
.contact-lx .cti-tit2 {
	margin-top: 10px;
	font-size: 20px;
	border-bottom: 1px solid #eeeeee;
	width: 90%;
	line-height: 50px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px
}
.contact-lx .cti-item2 {
	margin-top: 10px;
	line-height: 1;
	padding-left: 20px;
}
.contact-lx .cti-item2:after {
	content: '';
	display: block;
	clear: both
}
.contact-lx .cti-item2 .i {
	float: left;
	margin-right: 15px
}
.contact-lx .cti-item2 .c {
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #4a4a4a;
	padding-right: 20px;
}

@media (max-width:768px) {
.contact-lx .con-list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3%;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
}
}

@media (max-width:641px) {
.contact-lx .con-list li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 3%;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
}
}
.cy_title {
	padding: 0 0 40px;
	color: #000
}

@media (max-width:1240px) {
.cy_title {
	padding: 0 0 30px
}
}

@media (max-width:768px) {
.cy_title {
	padding: 0 0 25px
}
}

@media (max-width:425px) {
.cy_title {
	padding: 0 0 15px
}
}
.cy_title.c_w {
	color: #333
}
.cy_title.c_wl .title:before {
	background: #fff
}
.cy_title .title {
	position: relative;
	z-index: 1;
	font-family: Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	color: #eee;
}
.cy_title .title2 {
	position: relative;
	z-index: 1;
	font-family: Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	color: #eee;
}

@media (max-width:768px) {
.cy_title .title {
	font-size: 25px
}
.cy_title .title2 {
	font-size: 36px
}
}

@media (max-width:425px) {
.cy_title .title {
	font-size: 20px
}
.cy_title .title2 {
	font-size: 30px
}
}
.cy_title .title:before {
	position: absolute;
	right: 100%;
	bottom: 50%;
	z-index: -1;
	margin-right: .5em;
	width: 2em;
	height: 1px;
	background: #e70012;
	content: ''
}

@media (max-width:1440px) {
.cy_title .title:before {
	width: 1.5em
}
}

@media (max-width:1024px) {
.cy_title .title:before {
	content: none
}
}
.cy_title .name {
	font-size: 30px;
	line-height: 1.5
}
.cy_title .name2 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px
}

@media (max-width:768px) {
.cy_title .name {
	font-size: 24px
}
.cy_title .name2 {
	font-size: 24px
}
}

@media (max-width:425px) {
.cy_title .name {
	font-size: 20px
}
.cy_title .name2 {
	font-size: 20px
}
}
.cy_sec {
	position: relative;
	z-index: 1;
	padding: 5% 0;
	background: #fff
}
.cy_sec .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: no-repeat top center;
	background-size: cover
}
.cy_sec .bg:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	content: ''
}
.cy_sec .bg.c_1:before {
	background: #001a44;
	opacity: .3
}
.cy_sec .bg.c_3:before {
	opacity: .3
}
.cy_sec .bg.no_fixed {
	background: no-repeat right bottom;
	background-size: cover
}
.cy_sec .bg.no_fixed:before {
	content: none
}

@media (max-width:576px) {
.cy_sec .bg.no_fixed {
	background: no-repeat center center
}
}
.cy_sec .cy_s-box {
	width: 625px
}
.cy_sec .cy_s-box2 {
	width: 100%;
}
.cy_sec .cy_s-box.s_c {
	margin: 0 auto;
	text-align: center
}
.cy_sec .cy_s-box.s_c .cy_title .title:before {
	content: none
}
.cy_sec .cy_s-box.s_c .cy_s-d {
	text-align: center
}
.cy_sec .cy_s-box.s_c .line {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
	width: 1px;
	height: 30px;
	background: #7e7e7e
}

@media (max-width:1024px) {
.cy_sec .cy_s-box.s_c .line {
	margin: 10px 0 0;
	height: 25px
}
}

@media (max-width:768px) {
.cy_sec .cy_s-box.s_c .line {
	height: 20px
}
}
.cy_sec .cy_s-d {
	height: 100px;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	color: #858585;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.cy_sec .cy_s-d.c_w {
	color: #fff
}
.cy_sec .cy_s-link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	text-transform: uppercase;
	color: #aaa
}
.cy_sec .cy_s-link a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -45px;
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.cy_sec .cy_s-link a:hover {
	color: #e70012
}
.cy_sec .cy_s-link a:hover .icon-arrow-thin-right {
	fill: #e70012
}
.cy_sec .cy_s-link .icon-arrow-thin-right {
	margin: 0 0 0 10px;
	width: 12px;
	height: 12px;
	fill: #aaa;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.cy_sec .cy_s-link.s_1 {
	text-align: left
}
.cy_sec .cy_s-link.s_1 a {
	top: 0;
	padding: 15px 0;
	width: 140px;
	text-align: center;
	background: #23297a;
	color: #fff
}
.cy_sec .cy_s-link.s_1 a:hover {
	background: #e70012;
	color: #fff
}
.cy_sec .cy_s-link.s_1 a:hover .icon-arrow-thin-right {
	fill: #fff
}

@media (max-width:768px) {
.cy_sec .cy_s-link.s_1 a {
	padding: 10px 0;
	width: 120px
}
}
.cy_sec .cy_s-link.s_1 .icon-arrow-thin-right {
	fill: #fff
}
.cy_sec .cy_s-link.s_1.s_1-1 {
	text-align: center
}
.cy_sec .cy_s-link.s_1.s_1-1 a {
	border: 2px solid #e70012;
	background: #fff;
	color: #666
}
.cy_sec .cy_s-link.s_1.s_1-1 a:hover {
	background: #e70012;
	color: #fff
}
.cy_sec .cy_s-link.s_1.s_1-1 .icon-arrow-thin-right {
	fill: #666
}
.cy_sec .cy_s-link.s_1.s_1-2 a {
	border: 2px solid #fff;
	background: 0 0
}
.cy_sec .cy_s-link.s_1.s_1-2 a:hover {
	border-color: #e70012;
	background: #e70012
}

@media (max-width:1240px) {
.cy_sec .cy_s-box {
	width: 100%;
	max-width: 500px
}
}

@media (max-width:1024px) {
.cy_sec .cy_s-box {
	max-width: 525px
}
}

@media (max-width:768px) {
.cy_sec {
	padding: 5vw 0
}
.cy_sec .cy_s-link {
	margin: 2vw 0 0
}
.cy_sec .cy_s-link a {
	top: 0
}
}
.cy_para {
	background: #fff;
	z-index: 1
}
.cy_para.cy_sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1024px) {
.cy_para.cy_sec {
	min-height: 0
}
}
.proibox {
	padding: 0px 0px 30px;
}
.pitem {
	overflow: hidden;
}
.proIlist {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}
.proIlist dd {
	float: left;
	display: block;
	width: 25%
}
.proIlist .itemdd2, .proIlist .itemdd3 {
	margin-left: 0px;
	width: 100%
}
.proIlist .pitem {
	margin-bottom: 0px;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.proIlist .pitem1 {
	width: 100%;
}
.proIlist .pitem1 {
	width: 100%;
}
.proIlist .pitem2, .proIlist .pitem3 {
	float: left;
	width: 100%;
}
.proIlist .pitem3 {
	margin-left: 5px;
}
.proIlist .pitemC {
	padding-right: 5px;
    padding-bottom: 5px;
	background-color: #e8e8e8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.proIlist .pitemC .t {
	color: #000;
}
.proIlist .pitemC .c {
	color: #a8a8a8;
}
.pitem .img {
	width: 100%;
	display: block;
	-webkit-transition: all .8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	transition: all .8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.pitem .con {
	position: absolute;
	left: 0px;
	top: 10%;
	width: 100%;
	text-align: center;
	color: #fff;
	-webkit-transition: padding 0.4s;
	-moz-transition: padding 0.4s;
	-o-transition: padding 0.4s;
	transition: padding 0.4s;
	opacity: 0
}
.pitem .con .t {
	font-size: 18px;
	line-height: 1.5;
}
.pitem .con .c {
	font-size: 14px;
}
.pitem .itemlink {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.pitem .pico {
	width: 50px;
	height: 50px;
	margin: 0px auto;
	display: block;
	z-index: 3;
	background: url(http://www.dongshengstone.com/images/pico1.png) no-repeat;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.pitem .pico1 {
	background-image: url(http://www.dongshengstone.com/images/pico1.png);
}
.pitem .pico2 {
	background-image: url(http://www.dongshengstone.com/images/pico2.png);
}
.pitem .pico3 {
	background-image: url(http://www.dongshengstone.com/images/pico3.png);
}
.pitem .pico4 {
	background-image: url(http://www.dongshengstone.com/images/pico4.png);
}
.pitem .pico5 {
	background-image: url(http://www.dongshengstone.com/images/pico5.png);
}
.pitem .pico6 {
	background-image: url(http://www.dongshengstone.com/images/pico6.png);
}
.pitem .pico7 {
	background-image: url(http://www.dongshengstone.com/images/pico7.png);
}
.proIlist .pitem3:hover {
	background-color: #59c9e5;
}
.proIlist .pitem4:hover {
	background-color: #f17a57;
}
.proIlist .pitem7:hover {
	background-color: #5b8ccb;
}
.proIlist .pitemC:hover .t, .proIlist .pitemC:hover .c {
	color: #fff;
}
.black-20 {
	background: url(http://www.dongshengstone.com/images/black_20.png) repeat;
	background: none rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.proIlist .pitem:hover .black-20 {
	opacity: 1;
	visibility: visible;
}
.proIlist .pitem:hover .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.proIlist .pitem:hover .con {
	padding-top: 5%;
	opacity: 1
}
.proIlist .pitem:hover .pico {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	margin: 0px auto 20px;
}

@media screen and (min-width:1440px) {
}

@media screen and (max-width:1240px) {
.proIlist {
	width: 1000px;
}
.proIlist .itemdd2, .proIlist .itemdd3 {
	margin-left: 6px;
	width: 245.5px;
}
.proIlist .pitem {
	margin-bottom: 6px;
}
.proIlist .pitem1 {
	width: 497px;
}
.proIlist .pitem2, .proIlist .pitem3 {
	width: 245.5px;
}
}

@media screen and (max-width:1024px) {
.proIlist {
	width: 80%;
}
.proIlist .itemdd1 {
	width: 100%;
}
.proIlist .itemdd2, .proIlist .itemdd3 {
	margin-left: 1%;
	width: 49.5%;
}
.proIlist .itemdd2 {
	margin-left: 0px;
}
.proIlist .pitem {
	margin-bottom: 1%;
}
.proIlist .pitem1 {
	width: 100%;
}
.proIlist .pitem2, .proIlist .pitem3 {
	width: 49.5%;
}
.proIlist .pitem3 {
	margin-left: 1%;
}
.proIlist .pitem4, .proIlist .pitem5, .proIlist .pitem6, .proIlist .pitem7 {
	margin-bottom: 2%;
}
.iboxT {
	padding: 40px 0px 30px;
}
.iboxT .en {
	font-size: 30px;
}
.iboxT .zh {
	font-size: 18px;
}
.proibox {
	padding-bottom: 0px;
}
.proIlist .pitem3 {
	background-color: #f17a57;
}
.proIlist .pitem4 {
	background-color: #59c9e5;
}
.proIlist .pitem7 {
	background-color: #5b8ccb;
}
.proIlist .pitemC .t, .proIlist .pitemC .c {
	color: #fff;
}
.proIlist .pitem .black-20 {
	opacity: 1;
	visibility: visible;
	background: none rgba(0,0,0,0.4);
}
.proIlist .pitem:hover .img {
	transform: initial;
	-webkit-transform: initial;
}
.proIlist .pitem:hover .con {
	padding-top: 0%;
}
.proIlist .pitem .con {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.proIlist .pitem .pico {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	margin: 0px auto 20px;
}
}

@media screen and (max-width:1920px) {
.imgh {
	height: 742px
}
}

@media screen and (max-width:1680px) {
.imgh {
	height: 648px
}
}

@media screen and (max-width:1440px) {
.imgh {
	height: 555px
}
}

@media screen and (max-width:1366px) {
.imgh {
	height: 525px
}
}

@media screen and (max-width:1280px) {
.imgh {
	height: 492px
}
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:860px) {
}

@media screen and (max-width:641px) {
.proIlist {
	width: 100%;
}
.pitem .pico {
	background-size: cover;
	width: 36px;
	height: 36px;
}
.pitem .con .t {
	font-size: 16px;
}
.pitem .con .c {
	font-size: 14px;
}
}

@media screen and (max-width:481px) {
.proIlist .itemdd1, .proIlist .itemdd2, .proIlist .itemdd3 {
	float: none;
	width: 100%;
}
.proIlist .pitem {
	width: 100%;
	margin-bottom: 2%;
}
.proIlist .pitem2, .proIlist .pitem3 {
	width: 100%;
}
}
.hm-news .news-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0% 0 0
}

@media (max-width:576px) {
.hm-news .news-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.hm-news .news-info .n-i_pic {
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 50%
}

@media (max-width:1240px) {
.hm-news .news-info .n-i_pic {
	width: 55%
}
}

@media (max-width:768px) {
.hm-news .news-info .n-i_pic {
	width: 60%
}
}

@media (max-width:576px) {
.hm-news .news-info .n-i_pic {
	width: auto
}
}
.hm-news .news-info .n-i_pic .pic {
	position: relative;
	z-index: 0;
	padding: 0 50% 75% 0;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
.hm-news .news-info .n-i_pic .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.hm-news .news-info .n-i_pic .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 2.5% 3.3334%;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff
}
.hm-news .news-info .n-i_pic .desc .date {
	float: left;
	margin: 0 3.6667% 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center
}
.hm-news .news-info .n-i_pic .desc .date .d {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 700
}
.hm-news .news-info .n-i_pic .desc .cont {
	margin: 3px 0 2px;
	border-left: 1px solid #fff;
	padding: 0 3.6667%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 30px
}
.hm-news .news-info .n-i_pic:hover .pic {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03)
}
.hm-news .news-info .n-i_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
	border-left: 0 none
}

@media (max-width:1240px) {
.hm-news .news-info .n-i_list {
	width: 45%
}
}

@media (max-width:768px) {
.hm-news .news-info .n-i_list {
	width: 40%
}
}

@media (max-width:576px) {
.hm-news .news-info .n-i_list {
	border-left: 1px solid #e5e5e5;
	width: auto
}
}
.hm-news .news-info .n-i_list .box {
	display: block;
	padding: 5px 5.8334% 5px 4.1667%;
	font-size: 12px;
	line-height: 15px;
	color: #858585;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hm-news .news-info .n-i_list .box:hover {
	background: #e70012;
	color: #fff
}
.hm-news .news-info .n-i_list .date {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin: 0 0 0 0
}
.hm-news .news-info .n-i_list .date:before {
	content: "";
	display: inline-block;
	background: url(../images/icon-time.png) no-repeat;
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	margin-right: 3px;
	position: relative;
	top: 2px
}
.hm-news .news-info .n-i_list .cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 30px
}
.hm-news .news-info .n-i_list .txt {
	font-size: 12px;
	line-height: 24px
}
.hm-more .more-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.hm-more .more-info > div {
	width: 26.6667%
}
.hm-more .more-info .icon {
	float: left;
	margin: 0 6.25% 0 0
}
.hm-more .more-info .icon-svg {
	width: 50px;
	height: 50px;
	fill: #e70012
}

@media (max-width:860px) {
.hm-news .news-info .n-i_list .box {
	display: flex;
}
.hm-news .news-info .n-i_list .txt {
	display: none
}
.hm-news .news-info .n-i_list .date {
	line-height: 30px;
	margin-left: 5px
}
.hm-news .news-info .n-i_list .date:before {
	display: none;
}
.hm-news .news-info .n-i_list .cont {
	font-size: 14px
}
}
.inside-nav {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #fff;
	margin-top: 0px;
	height: 40px;
	margin-bottom: 30px
}
.inside-nav li {
	display: inline-block;
	clear: both;
	padding: 0px 0px;
	line-height: 40px;
	text-align: center;
	width: 140px;
	margin-right: 20px;
	border: 1px solid #eee;
}
.inside-nav li:last-child {
	margin-right: 0px;
}
.inside-nav li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	width: 100%;
	display: block;
	border-right: 0px;
}
.inside-nav li a:hover, .inside-nav li a.cur {
	text-decoration: none;
	background: #e60012;
	color: #fff;
	height: 40px;
}

@media screen and (max-width:1024px) {
.inside-nav {
	height: 50px;
}
.inside-nav li {
	line-height: 50px;
}
.inside-nav li a:hover, .inside-nav2 li a.cur {
	height: 50px;
}
}

@media screen and (max-width:641px) {
.inside-nav {
	border: 0px solid #eeeeee;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
.inside-nav li {
	line-height: 40px;
	text-align: center;
	width: 30%;
	margin: 1% 1.5%;
	margin-right: 0px;
}
.inside-nav li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	width: 100%;
	display: block
}
.inside-nav li a:hover, .inside-nav li a.cur {
	text-decoration: none;
	background: #e60012;
	color: #fff;
	height: 40px;
}
.inside-nav li a.cur:after {
	display: none
}
}
.mt30 {
	margin-top: 30px;
}
.hm-grid .carousel-info, .hm-grid .carousel-pic, .hm-grid .hm-about, .hm-grid .hm-video {
	float: left;
	width: 50%
}
.hm-grid .hm-product {
	clear: left
}
.hm-grid .g-title {
	font-size: 30px;
	line-height: 1
}
.hm-grid .g-more {
	display: block;
	border: 2px solid #ccc;
	padding: 10px 0;
	width: 175px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.hm-grid .g-more:after {
	display: inline-block;
	margin-left: 30px;
	width: 23px;
	height: 20px;
	vertical-align: top;
	background: url(../images/more.png) no-repeat right center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	content: ''
}
.hm-grid .g-more:hover {
	border-color: #da251c;
	color: #da251c
}
.hm-grid .g-more:hover:after {
	background-image: url(../images/moreh.png);
	-webkit-transform: translate(10%, 0);
	-ms-transform: translate(10%, 0);
	transform: translate(10%, 0)
}
.hm-grid .hm-about {
	height: 570px;
}
.hm-grid .hm-about .g-title {
	color: #da251c
}
.hm-grid .hm-about-con {
	padding: 80px 150px 110px 185px;
}
.hm-grid .hm-about .cont {
	margin-top: 30px;
	height: 120px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.hm-grid .hm-about .hm-about-count {
	margin-top: 60px
}
.hm-grid .hm-about .hm-about-count:after {
	content: '';
	display: block;
	clear: both
}
.hm-grid .hm-about .hm-ac-item {
	float: left;
	width: 33.3334%;
	text-align: center
}
.hm-grid .hm-about .hm-ac-item .c {
	line-height: 15px
}
.hm-grid .hm-about .hm-ac-item .b {
	margin-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 60px;
	line-height: 1;
	color: #e60012;
	font-style: italic
}
.hm-grid .hm-about .hm-ac-item .n {
	margin-top: 15px;
	line-height: 15px
}
.hm-grid .hm-about .g-more {
	margin-top: 76px
}
.hm-grid .hm-video {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 570px
}
.hm-grid .hm-video:hover .hm-video-pic {
	-webkit-transform: scale(1.015);
	-ms-transform: scale(1.015);
	transform: scale(1.015)
}
.hm-grid .hm-video .hm-video-pic {
	position: relative;
	z-index: 1;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.hm-grid .hm-video .hm-video-pic:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: ''
}
.hm-grid .hm-video .hm-video-pic img {
	display: none;
	width: 100%
}
.hm-grid .hm-video .v-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%
}
.hm-grid .hm-video .v-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -35px;
	border: 2px solid #fff;
	border-radius: 3px;
	width: 70px;
	height: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.hm-grid .hm-video .v-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	content: ''
}
.hm-grid .hm-video .v-icon:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}
.hm-grid .hm-video .g-title {
	margin: 80px 0 0 110px;
	color: #fff
}
.hm-grid .hm-product {
	overflow: hidden;
	position: relative;
	z-index: 3
}
.hm-grid .carousel-pic {
	height: 550px;
	background: no-repeat center center;
	background-size: cover
}
.hm-grid .carousel-pic img {
	display: none;
	width: 100%
}
.hm-grid .carousel-info {
	padding: 80px 220px 110px 110px;
	height: 550px
}
.hm-grid .carousel-info .g-title {
	color: #000
}
.hm-grid .carousel-info .c {
	margin-top: 30px;
	height: 175px;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}
.hm-grid .carousel-info .g-more {
	margin-top: 80px
}
.hm-grid .slick-dots {
	left: 50%;
	bottom: 40px;
	margin-left: 110px;
	width: auto
}
.hm-grid .slick-dots li {
	margin: 0 9px 0 0;
	width: 9px;
	height: 9px;
	background: #999
}
.hm-grid .slick-dots li.slick-active {
	background: #da251c
}
.cssgrid .hm-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 570px 550px;
	grid-template-areas: "about video" "product product"
}
.cssgrid .hm-grid .hm-about {
	grid-area: about;
	width: auto;
	height: auto
}
.cssgrid .hm-grid .hm-about .hm-ac-item {
	float: none;
	width: auto
}
.cssgrid .hm-grid .hm-video {
	grid-area: video;
	width: auto;
	height: auto
}
.cssgrid .hm-grid .hm-product {
	grid-area: product
}
.flexbox .hm-grid .hm-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flexbox .hm-grid .hm-about .cont {
	height: auto
}
.flexbox .hm-grid .hm-about-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flexbox .hm-grid .hm-about-count:after {
	content: none
}
.flexbox .hm-grid .hm-ac-item {
	float: none;
	width: auto
}
.flexbox .hm-grid .carousel-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flexbox .hm-grid .carousel-info .c {
	height: auto
}

@media (max-width:1880px) {
.hm-grid .hm-about {
}
.hm-grid .carousel-info {
	padding: 80px 180px 90px 110px
}
}

@media (max-width:1680px) {
.hm-grid .g-title {
	font-size: 24px
}
.hm-grid .g-more {
	width: 150px
}
.hm-grid .g-more:after {
	margin-left: 15px
}
.hm-grid .hm-about {
}
.hm-grid .hm-about .hm-ac-item .b {
	font-size: 40px
}
.hm-grid .hm-video .g-title {
	margin-left: 80px
}
.hm-grid .carousel-info {
	padding: 80px 120px 90px 80px
}
.hm-grid .slick-dots {
	margin-left: 80px
}
}

@media (max-width:1440px) {
.hm-grid .hm-about {
	height: 470px
}
.hm-grid .hm-about .cont {
	margin-top: 20px
}
.hm-grid .hm-about .hm-about-count {
	margin-top: 50px
}
.hm-grid .hm-about .hm-ac-item .b {
	font-size: 30px
}
.hm-grid .hm-about .g-more {
	margin-top: 66px
}
.hm-grid .hm-video {
	height: 470px
}
.hm-grid .hm-video .g-title {
	margin-top: 50px;
	margin-left: 60px
}
.hm-grid .carousel-info, .hm-grid .carousel-pic {
	height: 450px
}
.hm-grid .carousel-info {
	padding: 50px 100px 60px 60px
}
.hm-grid .carousel-info .c {
	margin-top: 20px
}
.hm-grid .carousel-info .g-more {
	margin-top: 50px
}
.hm-grid .slick-dots {
	bottom: 20px;
	margin-left: 60px
}
.cssgrid .hm-grid {
	grid-template-rows: 470px 450px
}
}

@media (max-width:1240px) {
.hm-grid .g-title {
	font-size: 20px
}
.hm-grid .hm-about {
	padding: 50px 50px 60px
}
.hm-grid .hm-video .g-title {
	margin-left: 50px
}
.hm-grid .carousel-info {
	padding: 50px 50px 60px
}
.hm-grid .slick-dots {
	margin-left: 50px
}
}

@media (max-width:1024px) {
.hm-grid {
	padding: 15px;
}
.hm-grid .g-more {
	width: 120px;
	font-size: 12px;
	line-height: 15px
}
.hm-grid .g-more:after {
	width: 17px;
	height: 15px
}
.hm-grid .carousel-info, .hm-grid .carousel-pic, .hm-grid .hm-about, .hm-grid .hm-video {
	float: none;
	width: auto;
	height: auto
}
.hm-grid .hm-about {
	padding: 50px 5%;
	background: #fff
}
.hm-grid .hm-about .cont {
	margin-top: 15px;
	font-size: 13px
}
.hm-grid .hm-about .hm-about-count {
	margin-top: 40px
}
.hm-grid .hm-about .hm-ac-item .b {
	margin-right: 5px;
	font-size: 24px
}
.hm-grid .hm-about .hm-ac-item .n {
	margin-top: 5px;
	font-size: 12px
}
.hm-grid .hm-about .g-more {
	margin-top: 50px
}
.hm-grid .hm-video .g-title {
	margin-left: 5%
}
.hm-grid .hm-video .hm-video-pic img {
	display: block
}
.hm-grid .hm-video .hm-video-pic:before {
	z-index: 1
}
.hm-grid .hm-product {
	margin-top: 15px
}
.hm-grid .carousel-pic img {
	display: block
}
.hm-grid .carousel-info {
	padding: 50px 5% 80px;
	background: #fff
}
.hm-grid .carousel-info .c {
	font-size: 13px
}
.hm-grid .slick-dots {
	left: 5%;
	bottom: 30px;
	margin-left: 0
}
.cssgrid .hm-grid {
	display: block;
	grid-template-columns: none;
	grid-template-rows: none;
	grid-template-areas: none
}
.cssgrid .hm-grid .hm-about {
	grid-area: auto
}
.cssgrid .hm-grid .hm-video {
	grid-area: auto
}
.cssgrid .hm-grid .hm-product {
	grid-area: auto
}
.hm-grid .hm-about-con {
	padding: 0px 0px 0px 0px;
}
}

@media (max-width:576px) {
.hm-grid .g-more {
	border-width: 1px;
	padding: 5px 0;
	width: 100px
}
.hm-grid .g-more:after {
	margin-left: 10px;
	width: 13px
}
.hm-grid .hm-about {
	padding: 35px 5%
}
.hm-grid .hm-video .g-title {
	margin-top: 35px
}
.hm-grid .hm-video .v-icon {
	margin-top: -15px;
	margin-left: -25px;
	width: 50px;
	height: 30px
}
.hm-grid .carousel-info {
	padding: 35px 5% 70px
}
.hm-grid .slick-dots {
	bottom: 25px
}
.hm-grid .slick-dots li {
	margin-right: 7px;
	width: 7px;
	height: 7px
}
}

@media (max-width:425px) {
.hm-grid .hm-about .hm-about-count {
	margin-top: 30px
}
.hm-grid .hm-about .hm-about-count .b {
	font-size: 20px
}
.hm-grid .hm-about .g-more {
	margin-top: 40px
}
.hm-grid .carousel-info {
	padding-bottom: 50px
}
.hm-grid .carousel-info .g-more {
	margin-top: 35px
}
.hm-grid .slick-dots {
	bottom: 15px
}
}
.product1-cy {
	min-height: 100%;
	margin-top: 30px;
}
.product1-cy .product1-cont:after {
	content: '';
	display: block;
	clear: both
}
.product1-cy .p1-c-list {
	margin-right: -5px
}
.product1-cy .p1-c-item {
	float: left;
	margin-bottom: 10px;
	padding-right: 5px;
}
.product1-cy .p1-c-item a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fff
}
.product1-cy .p1-c-item a:hover {
	z-index: 3
}
.product1-cy .p1-c-item a:hover .p1-c-pic .bg {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.product1-cy .p1-c-item a:hover .p1-c-name .n {
	visibility: hidden;
	opacity: 0
}
.product1-cy .p1-c-item a:hover .p1-c-info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.product1-cy .p1-c-pic {
	overflow: hidden
}
.product1-cy .p1-c-pic img {
	display: none;
	width: 100%
}
.product1-cy .p1-c-pic .bg {
	display: block;
	height: 300px;
	background: no-repeat center center;
	background-size: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product1-cy .p1-c-name {
	border-top: 1px solid #eee;
	padding: 20px 0
}
.product1-cy .p1-c-name .n {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.product1-cy .p1-c-info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 35px 45px;
	width: 100%;
	height: 100%;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.product1-cy .p1-c-info:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #da251c;
	opacity: .92;
	content: ''
}
.product1-cy .p1-c-info .t {
	font-size: 24px;
	line-height: 25px;
	overflow: hidden;
}
.product1-cy .p1-c-info .cont {
	margin: 20px 0 15px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding: 25px 0;
	line-height: 25px
}
.product1-cy .p1-c-info .c {
	height: 200px;
	font-size: 12px;
	display: -webkit-box;
	overflow: hidden;
}
.product1-cy .p1-c-info .m {
	display: block;
	width: 15px;
	height: 15px;
	background: url(http://www.dongshengstone.com/images/more1.png) no-repeat center center
}
.product1-cy .p1-c-info .m:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width:1680px) {
.product1-cy .p1-c-info .t {
	font-size: 20px
}
}

@media (max-width:1440px) {
.product1-cy .p1-c-item {
}
.product1-cy .p1-c-item a {
}
.product1-cy .p1-c-info {
	padding: 35px
}
}

@media (max-width:1240px) {
.product1-cy .p1-c-info .t {
	font-size: 18px
}
}

@media (max-width:1024px) {
.product1-cy .container {
	max-width: none
}
}

@media (max-width:768px) {
.product1-cy .p1-c-item a {
	padding: 10px 5%;
	height: auto
}
.product1-cy .p1-c-item a:hover .p1-c-name .n {
	visibility: visible;
	opacity: 1
}
.product1-cy .p1-c-pic img {
	display: block
}
.product1-cy .p1-c-pic .bg {
	display: none
}
.product1-cy .p1-c-info {
	display: none
}
.product1-cy .p1-c-name {
	padding: 10px 0
}
.product1-cy .p1-c-name .n {
	font-size: 13px
}
}

@media (max-width:425px) {
.product1-cy .p1-c-item {
	float: none;
	width: auto;
	margin-right: 0
}
}
.hm-brand {
	margin-top: 50px;
}
.body-right {
	background-color: #fff;
}
.info-pic-box {
	position: relative;
	overflow: hidden;
}
.info-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background: url(http://www.dongshengstone.com/images/black_60.png);
	background: none rgba(0,0,0,0.7);
	z-index: 99;
	width: 100%;
}
.infocL {
	right: 50%;
	margin-right: 509px;
}
.infocR {
	left: 50%;
	margin-left: 509px;
}
.info-pic {
	width: 1018px;
	margin: 0 auto;
}
.info-pic .pic img {
	width: 100%;
	display: block;
}
.info-pic .slick-list {
	overflow: visible;
}
.info-pic .slick-dots {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	z-index: 99;
	display: none !important;
}
.info-pic .slick-dots li {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	margin: 0 4px;
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: middle;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.info-pic .slick-dots li a {
	display: block;
	width: 100%;
	height: 100%;
}
.info-pic .slick-dots li.slick-active, .info-pic .slick-dots li:hover {
	background: #c18559;
}
.info-pic .slick-arrow {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 100;
	color: #fff;
	background-color: #a4a4a2;
}
.info-pic .slick-prev {
	left: -62px;
}
.info-pic .slick-next {
	right: -62px;
}
.info-pic .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.info-pic .slick-prev i:before {
	background: url(../images/left.png) no-repeat;
	display: block;
	background-size: 40px 40px;
	content: "";
	width: 40px;
	height: 40px;
}
.info-pic .slick-next i:before {
	background: url(../images/right.png) no-repeat;
	display: block;
	background-size: 40px 40px;
	content: "";
	width: 40px;
	height: 40px;
}
.info-pic .slick-arrow:hover {
	background-color: #fff;
}
.info-pic .slick-arrow:hover i {
	color: #ba956c;
}
.pagePadding {
	padding: 100px 0px;
}
.pageT {
	margin-bottom: 45px;
	color: #2c2422;
}
.pageT .zh {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.pageT .en {
	font-size: 26px;
	line-height: 1.5;
	font-family: "Bell MT";
}
.proT {
	background-color: #f6f6f6;
	text-align: center;
	padding: 15px 0px;
	color: #2c2422;
	font-size: 20px;
}
.product-suit a:link, .product-suit a:visited {
	color: #fff;
}
.product-suit a:active, .product-suit a:hover {
	color: #fff;
}
.product-suit {
	margin-left: -1%;
}
.product-suit li {
	float: left;
	display: block;
	width: 32.33%;
	margin: 0 0 28px 1%;
}
.product-suit figure {
	position: relative;
	width: 100%;
	padding-bottom: 67%;
	position: relative;
	overflow: hidden;
}
.product-suit figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	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-suit .con {
	height: auto;
	top: auto;
	bottom: 0;
	width: 90%;
	padding: 10px 5%;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.product-suit li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.pagelist{text-align: center;padding: 10px 0;}
.pagelist li{
	display: inline-block;vertical-align: middle;
}
.pagelist a{
	border: 1px solid #e6e6e6;font-size: 13px;
	padding: 5px 10px;
display: inline-block;
background: #fff;
color: #666666;
cursor: pointer;
text-decoration: none;
}
.pagelist li:hover a{
  background: #e50012;
  color: #fff;
}
.pagelist .thisclass a{
background: #e50012;
  color: #fff;
}
.pagelist .thisclass {
background: #e50012;
  color: #fff;
}

.bgf6{width: 96%; margin: 0px auto}
.bgf6 img{width:auto;}
.bgf6 .co{width: 100%; margin: 0px auto;}
.bgf6 .co img{width: 800px}
.dis-non{display: block}
@media (max-width:768px) {
.bgf6 img{width:90%;}
.bgf6 .co img{width: 100%}
.dis-non{display: none}	
}
