.relative {
	position: relative
}

.text-align_left {
	text-align: left
}

.text-align_center {
	text-align: center
}

.text-align_right {
	text-align: right
}

.col-md-6 {
	width: 50%
}

.ui-pull_right {
	right: 0
}

.ui-pull_left {
	left: 0
}

.bgcolor {
	background-color: #F7F7F7
}

.ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 100px
}

.clamp-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.sn-hidden {
	display: none !important
}

.sn-visible {
	display: block !important
}

.header,.wrapper,.footer,.navbar {
	max-width: 100%;
	min-width: 320px
}

.wrapper {
	overflow: hidden
}

.windowBar {
	overflow-y: scroll
}

.windowBar::-webkit-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-moz-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-o-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-ms-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-webkit-scrollbar-button {
	display: none
}

.windowBar::-moz-scrollbar-button {
	display: none
}

.windowBar::-ms-scrollbar-button {
	display: none
}

.windowBar::-o-scrollbar-button {
	display: none
}

.windowBar::-webkit-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-moz-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-ms-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-o-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

.windowBar::-moz-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

.windowBar::-ms-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

.windowBar::-o-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall
}

.fadeInUpSlow {
	-webkit-animation-name: fadeInUpSlow;
	animation-name: fadeInUpSlow
}

@keyframes fadeInUpSlow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpSlowTo {
	-webkit-animation-name: fadeInUpSlowTo;
	animation-name: fadeInUpSlowTo
}

@keyframes fadeInUpSlowTo {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 50px, 0);
		transform: translate3d(50px, 50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftSmall {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightSmall {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall
}

@-webkit-keyframes fadeZoom {
	from {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes fadeZoom {
	from {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.fadeZoom {
	-webkit-animation-name: fadeZoom;
	animation-name: fadeZoom
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

.animated.delay {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.animated.trans {
	animation-timing-function: cubic-bezier(0.59, 0.5, 0.41, 0.92);
	-webkit-animation-timing-function: cubic-bezier(0.59, 0.5, 0.41, 0.92)
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !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;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-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;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track::after,.slick-track::before {
	display: table;
	content: ""
}

.slick-track::after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0
}

.slick-slide a {
	outline: 0
}[dir=rtl] .slick-slide {
	float: right
}

.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-arrow.slick-hidden {
	display: none
}

.banner-dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	font-size: 0;
	text-align: center
}

.banner-dots li {
	margin: 0 8px;
	display: inline-block;
	vertical-align: top
}

.banner-dots li button {
	position: relative;
	display: inline-block;
	padding: 0;
	border: 0;
	font-size: 0;
	background-color: transparent;
	outline: 0;
	cursor: pointer
}

.banner-dots li button::before {
	-moz-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #bababa
}

.banner-dots li.slick-active button::before {
	background-color: #0075c2
}

.footer {
	padding-top: 77px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #202020;
	position: relative;
	overflow: hidden
}

.footer .cont {
	padding-left: 8.33333%;
	padding-right: 8.33333%;
	padding-bottom: 60px
}

.footer .copy {
	margin-right: 12px
}

.footer .right {
	margin-right: 30px
}

.footer .code {
	margin-right: 30px
}

.footer dl {
	display: inline-block;
	vertical-align: top
}

.footer dl dt {
	font-size: 18px;
	font-size: 16px;
	color: #DC5F00;
	line-height: 30px;
	margin-bottom: 16px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dt a {
	font-size: 18px;
	font-size: 16px;
	color: #DC5F00;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dd {
	font-size: 16px;
	font-size: 14px;
	color: #fff;
	color: #999;
	line-height: 36px;
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dd a {
	font-size: 16px;
	font-size: 14px;
	color: #fff;
	color: #999;
	line-height: 36px;
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dd i {
	display: inline-block;
	vertical-align: -5px;
	width: 38px;
	font-size: 24px
}

.footer dl dd .icon-icon_email:before {
	margin-left: -8px
}

.footer dl dd .icon-icon_tel1:before {
	margin-left: -3px
}

.footer .link {
	float: right;
	width: 650px;
	font-size: 0;
	margin-right: -112px
}

.footer .link dl {
	margin-bottom: 30px;
	width: 33.33333%
}

.footer .link dd {
	line-height: 30px
}

.footer .link dd a {
	line-height: 30px
}

.footer .copyringht {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8.33333%;
	padding-right: 8.33333%;
	position: relative;
	z-index: 5000
}

.footer .copyringht span {
	font-size: 12px;
	line-height: 30px;
	color: #fff
}

.footer .copyringht a {
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	font-size: 14px;
	line-height: 30px;
	color: #fff
}

.footer .design {
	font-size: 14px;
	color: #fff
}

.footer .share {
	margin-top: 20px;
	margin-left: -10px
}

.footer .share a {
	color: #fff;
	position: relative
}

.footer .share .btn-youku {
	font-size: 48px;
	vertical-align: -14px
}

.footer .share .code {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 50%;
	margin-left: -50px;
	padding-top: 26px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden
}

.footer .bgcover {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("/static/fonts/bgcover.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 40%;
	padding-top: 40%;
	bottom: -272px;
	left: -127px
}

.btn_backtop {
	display: block;
	display: none;
	width: 86px;
	height: 86px;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 6000
}

.btn_backtop .box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -14px;
	z-index: 70;
	font-size: 14px;
	
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.btn_backtop:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	z-index: 50;
	margin-top: 0px;
	margin-left: -10px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.btn_backtop:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #DC5F00;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	z-index: 60
}

.btn_backtop span {
	position: relative;
	z-index: 200;
	color: #fff;
	display: block;
	line-height: 12px
}

.btn_backtop .text {
	font-size: 12px
}

.tips {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999
}

.tips .tt_container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 545px;
	height: 285px;
	background-color: #fff;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 77px 0
}

.tips .icon {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #DC5F00;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 80px;
	color: #DC5F00;
	font-size: 24px
}

.tips p {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin-top: 25px;
	padding: 0 30px
}

.tips .btn_close {
	position: absolute;
	top: 6px;
	right: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #DC5F00
}

@media only screen and (min-width: 1025px) {
	.btn_backtop:hover:after {
		margin-left: 0
	}

	.footer dl dd:hover a {
		color: #DC5F00;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	.footer dl dt:hover a {
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	.footer .copyringht a:hover {
		color: #DC5F00;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	.footer .share .icon-icon_wx:hover .code {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}
}

@media only screen and (max-width: 1024px) {
	.footer {
		position: relative
	}

	.footer dl.msg,.footer dl.link {
		display: none
	}

	.footer .link {
		display: none
	}

	.footer .cont {
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.footer .copyringht {
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.footer .code,.footer .plain,.footer .design {
		display: none
	}

	.btn_backtop {
		position: fixed;
		bottom: 50px;
		right: 0;
		width: 50px;
		height: 50px
	}

	.btn_backtop:after {
		margin-left: -5px
	}

	.footer .copyringht span {
		font-size: 12px
	}

	.footer .copy {
		margin-right: 0
	}
}

@media only screen and (max-width: 768px) {
	.footer dl dt {
		font-size: 16px
	}

	.footer dl dd {
		font-size: 14px;
		line-height: 26px
	}

	.footer .share a {
		font-size: 12px
	}

	.footer .copyringht {
		font-size: 12px;
		padding-top: 18px;
		padding-bottom: 18px
	}

	.footer {
		padding-top: 30px;
		background-position: -235px -94px
	}

	.footer .cont {
		padding-bottom: 40px
	}

	.tips .tt_container {
		width: 90%;
		height: 210px;
		padding: 60px 0
	}

	.tips .icon {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.tips .icon {
		font-size: 18px
	}

	.tips p {
		font-size: 18px
	}
}

.header {
	background-color: #000;
	padding-left: 8.33333%;
	padding-left: 2.33333%;
	height: 88px
}

.header .logo {
	display: block;
	width: 116px;
	height: 39px;
	background-image: url("/static/fonts/logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 116px auto;
	margin-top: 24px
}

.header .btn_tools {
	font-size: 0;
	position: relative;
	z-index: 20
}

.header .telphone {
	display: inline-block;
	color: #fff;
	
	line-height: 100px;
	line-height: 88px;
	font-size: 0;
	height: 100px;
	height: 88px
}

.header .telphone .icon-icon_tel {
	margin-right: 15px
}

.header .telphone span {
	display: inline-block;
	height: 100%
}

.header .telphone .tel {
	font-size: 18px
}

.header .btn {
	display: inline-block;
	width: 100px;
	width: 88px;
	height: 100px;
	height: 88px;
	text-align: center;
	line-height: 100px;
	line-height: 88px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	vertical-align: top;
	position: relative;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.header .btn a {
	color: #fff
}

.header .btn_lang>a {
	margin-left: 20px;
	font-size: 16px
}

.header .btn_search {
	font-size: 16px;
	font-size: 26px;
	font-size: 20px;
	border-left: 1px solid rgba(255,255,255,0.2)
}

.header .btn_lang {
	font-size: 14px
}

.header .btn_inquiry {
	font-size: 28px;
	font-size: 26px;
	font-size: 20px;
	background-color: #DC5F00
}

.header .btn_tools_menu {
	position: absolute;
	top: 50%;
	right: 0;
	display: none;
	margin-right: 0;
	margin-top: -40px
}

.header .options {
	width: 130px;
	font-size: 0;
	line-height: normal;
	background-color: #DC5F00;
	padding: 10px 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	height: 100px;
	height: 180px;
	overflow: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	width: 0;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden
}

.header .options li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal
}

.header .options li a {
	font-size: 14px;
	color: #fff;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.header_bg {
	height: 88px
}

.otherpage .header_bg {
	height: 138px
}

.button_menu {
	width: 80px;
	height: 80px;
	position: relative;
	margin-top: 10px;
	margin-right: 28px
}

.button_menu .menu {
	display: block;
	width: 30px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.button_menu .menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0
}

.button_menu .menu span:nth-child(1) {
	top: 0
}

.button_menu .menu span:nth-child(2) {
	top: 50%;
	margin-top: -1px
}

.button_menu .menu span:nth-child(3) {
	bottom: 0
}

.button_close .menu span:nth-child(2) {
	display: none
}

.navbar {
	width: calc(100% - 116px - 88px);
	position: relative
}

.navbar .nav {
	margin-left: 60px;
	font-size: 0;
	position: relative;
	z-index: 20
}

.navbar .nav>li {
	display: inline-block;
	margin-right: 30px;
	position: relative
}

.navbar .nav>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 100px;
	line-height: 88px;
	position: relative;
	z-index: 2000
}

.navbar .nav>li>a span {
	display: inline-block;
	width: 20px;
	padding-left: 8px
}

.navbar .nav>li>a span:before {
	display: none
}

.navbar .nav>li>a .hasClass {
	width: 42px
}

.navbar .nav>li>a .hasClass:before {
	display: block
}

.navbar .nav>li>a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	height: 2px;
	background-color: #DC5F00;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.navbar .nav>li:last-child {
	margin-right: 0
}

.navbar .bgcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.navbar .dropdown {
	position: absolute;
	top: 88px;
	left: -60px;
	width: 130px;
	width: 20vw;
	z-index: 1000;
	width: 60vw
}

.navbar .dropdown .dropdown-menu_wrapepr {
	padding-top: 30px;
	padding-bottom: 34px
}

.navbar .dropdown .dropdown-menu_wrapepr:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -50vw;
	width: 200vw;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 200
}

.dropnav {
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3010;
	visibility: hidden;
	opacity: 0;
	transition: opacity .125s ease-in-out,visibility 1ms linear .1125s,transform .36s ease;
	-moz-transform: translate(0, 20px) scale(1, 0);
	-ms-transform: translate(0, 20px) scale(1, 0);
	-webkit-transform: translate(0, 20px) scale(1, 0);
	transform: translate(0, 20px) scale(1, 0)
}

.dropnav .dropnav_wrapper {
	background-color: #DC5F00;
	width: 958px;
	height: 282px;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative
}

.dropnav .dropnav_wrapper .dropdown {
	font-size: 0;
	height: 282px;
	overflow: hidden
}

.dropnav .dropnav_wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: 138px;
	border-bottom: 12px solid #DC5F00;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin-left: -30px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.dropnav_wrapper ul,.navbar .dropdown ul {
	display: inline-block;
	vertical-align: top;
	padding-right: 60px;
	padding-left: 60px
}

.dropnav_wrapper ul:last-child,.navbar .dropdown ul:last-child {
	border-right: none
}

.dropnav_wrapper li,.navbar .dropdown li {
	padding-top: 10px;
	padding-bottom: 10px
}

.dropnav_wrapper li a,.navbar .dropdown li a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	position: relative
}

.dropnav_wrapper .level_wrapper,.navbar .dropdown .level_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 300;
	border-left: 1px solid rgba(255,255,255,0.15)
}

.dropnav_wrapper .level_wrapper .level,.navbar .dropdown .level_wrapper .level {
	display: none
}

.dropnav_wrapper .level_wrapper li a,.navbar .dropdown .level_wrapper li a {
	color: #999
}

.dropnav_wrapper .dropdown-menu,.navbar .dropdown .dropdown-menu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 300
}

.dropnav_wrapper .img-box,.navbar .dropdown .img-box {
	width: 270px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	z-index: 300;
	margin-left: 60px
}

.dropnav_wrapper .img-box:before,.navbar .dropdown .img-box:before {
	padding-top: 104.44444%
}

.dropnav_wrapper .img-box>img,.navbar .dropdown .img-box>img {
	height: 100%;
	width: auto;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.formsearch {
	position: absolute;
	top: 0;
	right: 200px;
	right: 176px;
	right: 88px;
	height: 100px;
	height: 88px;
	background-color: #000;
	font-size: 0;
	padding-left: 30px;
	width: 375px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	border-right: 1px solid rgba(255,255,255,0.2);
	z-index: 20
}

.formsearch .form-group {
	display: inline-block;
	width: 260px;
	width: 75%;
	height: 60px;
	margin-top: 14px;
	vertical-align: top;
	position: relative;
	margin-right: -15px;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	width: 0;
	position: absolute;
	top: 0;
	right: 25%
}

.formsearch .form-control {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	font-size: 14px;
	color: #ffff;
	padding: 0 20px
}

.formsearch .form-control+label {
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 14px;
	color: #fff
}

.formsearch .form-control::-webkit-input-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-control::-moz-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-control:-ms-input-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-control:-moz-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-group.on .form-control+label {
	display: none
}

.formsearch .form-control:focus {
	outline: none
}

.formsearch .button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	display: inline-block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 20px;
	float: right
}

.formsearch .button:focus {
	outline: none
}

.formsearch.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible
}

.formsearch.active .form-group {
	width: calc(100% - 100px);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible
}

.container-full {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	z-index: 2500
}

.language-box {
	display: none;
	text-align: right;
	padding: 40px 0 70px 0;
	font-size: 0;
	padding-right: 32px
}

.language-box dl {
	display: inline-block;
	margin: 0 13px;
	vertical-align: top;
	text-align: left
}

.language-box dl img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: absolute;
	top: 0;
	left: 0
}

.language-box dt {
	font-size: 20px;
	color: #fff;
	padding-bottom: 15px
}

.language-box dt a {
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.language-box dd {
	display: inline-block;
	display: block;
	margin-top: 16px
}

.language-box dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #303030;
	padding-bottom: 16px;
	padding-right: 45px;
	position: relative;
	padding-left: 42px
}

@media only screen and (max-width: 1280px) {
	.navbar .nav {
		margin-left: 30px
	}

	.navbar .nav>li {
		margin-right: 20px
	}
}

@media only screen and (min-width: 1025px) {
	.dropdown .dropdown-menu_wrapepr {
		display: none
	}

	.header .btn_inquiry:hover {
		background-color: rgba(220,95,0,0.8)
	}

	.header .btn_lang:hover .options {
		width: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}

	.options a:hover,.dropnav_wrapper li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: .8
	}

	.header .btn_lang>a,.navbar .nav>li>a {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.navbar .dropdown li a:hover,.navbar .dropdown li.active a {
		color: #DC5F00
	}

	.navbar .nav>li>a:after {
		width: 0;
		left: auto;
		right: 0
	}

	.navbar .nav>li:hover>a:after,.navbar .nav>li.active>a:after {
		width: 100%;
		left: 0;
		right: 100%
	}

	.header .btn_search:hover,.header .btn_lang:hover>a,.navbar .nav>li.active>a,.navbar .nav>li:hover>a {
		color: #DC5F00
	}

	.language-box dd a {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.language-box dd a:hover {
		color: #DC5F00
	}
}

@media only screen and (max-width: 1130px) {
	.header .btn_tools_menu {
		display: none
	}

	.navbar .dropdown {
		display: none
	}

	.navbar .nav>li>a:after {
		display: none
	}

	.navbar .dropdown ul {
		padding-left: 0;
		padding-right: 0;
		display: block
	}

	.navbar .dropdown .dropdown-menu {
		display: block;
		width: 100%;
		position: relative;
		padding: 0;
		padding-top: 0
	}

	.header {
		padding-left: 5.33333%;
		height: auto
	}

	.header .logo {
		width: 148px;
		height: 62px;
		background-size: 148px auto;
		margin-top: 19px
	}

	.navbar {
		display: none;
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		height: calc(100vh - 100px)
	}

	.navbar .nav {
		margin-left: 0;
		position: relative;
		z-index: 300;
		float: none;
		clear: both
	}

	.navbar .nav>li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-right: 0;
		padding-left: 14.13333%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(255,255,255,0.1)
	}

	.formsearch .form-control+label {
		left: 18.79433%
	}

	.formsearch .form-control {
		padding: 0 18.79433%
	}

	.navbar .nav>li:last-child {
		border-bottom: none
	}

	.navbar .nav>li.on {
		background-color: #DC5F00
	}

	.navbar .nav>li>a {
		color: #fff;
		font-size: 24px
	}

	.button_close {
		-moz-transform: translate(100px, 0);
		-ms-transform: translate(100px, 0);
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0)
	}

	.header .btn_inquiry {
		width: 100px;
		height: 100px;
		line-height: 100px;
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.header .btn_inquiry.opa {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	.header .btn_tools {
		position: relative;
		display: block;
		float: none;
		clear: both;
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.1);
		z-index: 200
	}

	.header .telphone {
		display: block;
		width: 100%;
		font-size: 28px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		text-align: center
	}

	.header .telphone span {
		display: inline-block;
		width: 50%;
		margin-right: 0 !important;
		padding-left: 12%;
		font-size: 14px !important
	}

	.header .telphone .icon-icon_tel {
		font-size: 30px;
		padding-left: 19%
	}

	.header .btn_search {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 30px;
		border-right: none;
		float: right;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		text-align: left;
		padding-left: 18%
	}

	.header .btn_lang {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 28px;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(255,255,255,0.1);
		text-align: left;
		padding-left: 18%
	}

	.header .btn_lang span {
		font-size: 28px;
		margin-left: 5px
	}

	.navbar .dropdown {
		top: 100px;
		left: 0;
		width: calc(100% + 1px);
		background-color: #DC5F00;
		z-index: 3000
	}

	.navbar .dropdown .dropdown-menu_wrapepr {
		padding-top: 0;
		padding-bottom: 0
	}

	.navbar .dropdown .dropdown-menu_wrapepr:after {
		display: none
	}

	.navbar .dropdown .img-box {
		display: none
	}

	.navbar .dropdown .dropdown-menu {
		width: 100% !important
	}

	.navbar .dropdown .level {
		display: none
	}

	.navbar .dropdown li {
		padding: 30px 0;
		padding-left: 28.26667%;
		height: auto;
		line-height: normal
	}

	.navbar .dropdown li a {
		font-size: 24px;
		height: auto;
		line-height: normal
	}

	.button_close .menu span:nth-child(1) {
		-moz-transform: rotate(45deg) translate(9px, 9px);
		-ms-transform: rotate(45deg) translate(9px, 9px);
		-webkit-transform: rotate(45deg) translate(9px, 9px);
		transform: rotate(45deg) translate(9px, 9px)
	}

	.button_close .menu span:nth-child(3) {
		-moz-transform: rotate(-45deg) translate(8px, -9px);
		-ms-transform: rotate(-45deg) translate(8px, -9px);
		-webkit-transform: rotate(-45deg) translate(8px, -9px);
		transform: rotate(-45deg) translate(8px, -9px)
	}

	.formsearch {
		position: relative;
		width: auto;
		height: 100px;
		background-color: #212121;
		top: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
		border-right: none;
		font-size: 0;
		padding-left: 0;
		z-index: 200
	}

	.formsearch .form-group {
		margin-right: 0
	}

	.formsearch.active .form-group {
		width: 75%
	}

	.formsearch .button {
		width: 20%;
		width: 25%;
		background-color: #DC5F00
	}

	.header .telphone .icon-icon_tel {
		height: auto
	}

	.navbar .bgcover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #212121;
		z-index: 100
	}

	.navbar .dropdown .dropdown-menu_wrapepr {
		width: 100% !important
	}

	.container-full {
		top: 0;
		z-index: 4000;
		padding-left: 5.33333%;
		padding-right: 5.33333%;
		height: 100%;
		overflow-y: scroll
	}

	.container-full .cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20
	}

	.language-box dt {
		font-size: 16px;
		padding-bottom: 0
	}

	.language-box dl {
		display: block;
		margin: 0;
		padding-top: 20px;
		position: relative;
		z-index: 30;
		width: 100%
	}

	.language-box dl:first-child {
		padding-top: 0
	}

	.language-box dd {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding-right: 0;
		border-bottom: none
	}

	.navbar .dropdown .level_wrapper {
		display: none !important
	}

	.container-full .button_menu {
		position: absolute;
		top: 5px;
		right: 63px;
		margin-right: 0;
		margin-top: 0
	}

	.language-box dl img {
		display: block;
		margin-right: 10px;
		margin-bottom: 10px
	}

	.language-box dd a {
		padding-right: 0
	}
}

@media only screen and (max-width: 768px) {
	.container-full .button_menu {
		position: absolute;
		top: 5px;
		right: 63px;
		margin-right: 0;
		margin-top: 0
	}

	.otherpage .header_bg {
		height: 100px
	}

	.header .logo {
		width: 74px;
		height: 31px;
		background-size: 74px auto;
		margin-top: 10px
	}

	.header_bg {
		height: 50px
	}

	.header .btn_inquiry {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}

	.button_menu {
		width: 40px;
		height: 40px;
		margin-right: 14px;
		margin-top: 5px
	}

	.button_close {
		-moz-transform: translate(50px, 0);
		-ms-transform: translate(50px, 0);
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0)
	}

	.button_menu .menu {
		width: 18px;
		height: 14px
	}

	.navbar .nav>li,.navbar .nav>li>a,.header .telphone,.header .btn_lang,.header .btn_search {
		line-height: 50px;
		height: 50px
	}

	.navbar {
		top: 50px;
		height: calc(100vh - 50px)
	}

	.navbar .nav>li>a {
		font-size: 14px
	}

	.navbar .dropdown {
		top: 50px
	}

	.header .telphone {
		font-size: 14px
	}

	.header .telphone .icon-icon_tel {
		font-size: 16px
	}

	.header .btn_search {
		font-size: 16px
	}

	.header .btn_lang {
		font-size: 14px
	}

	.header .btn_lang span {
		font-size: 14px
	}

	.navbar .dropdown li {
		padding: 15px 0;
		padding-left: 28.26667%
	}

	.navbar .dropdown li a {
		font-size: 14px
	}

	.button_close .menu span:nth-child(1) {
		-moz-transform: rotate(45deg) translate(4px, 4px);
		-ms-transform: rotate(45deg) translate(4px, 4px);
		-webkit-transform: rotate(45deg) translate(4px, 4px);
		transform: rotate(45deg) translate(4px, 4px)
	}

	.button_close .menu span:nth-child(3) {
		-moz-transform: rotate(-45deg) translate(4px, -5px);
		-ms-transform: rotate(-45deg) translate(4px, -5px);
		-webkit-transform: rotate(-45deg) translate(4px, -5px);
		transform: rotate(-45deg) translate(4px, -5px)
	}

	.formsearch {
		height: 50px
	}

	.formsearch .form-group {
		height: 50px;
		margin-top: 0
	}

	.formsearch .button {
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}
}

@-webkit-keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-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)
	}
}

@-moz-keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-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)
	}
}

@-o-keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-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)
	}
}

@keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-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)
	}
}

.effect_banner {
	position: relative;
	z-index: 200
}

#bg-transitions {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	-webkit-transform-style: preserve-3d !important;
	-moz-transform-style: preserve-3d !important;
	-ms-transform-style: preserve-3d !important;
	-o-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	background-color: #000;
	z-index: 100
}

.bg-container {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: -100;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	-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)
}

.bg-container.current {
	z-index: -1
}

.bg-container.current.scaling .bg-slice {
	-webkit-animation: scale-down 1.3s ease-in-out forwards;
	-moz-animation: scale-down 1.3s ease-in-out forwards;
	animation: scale-down 1.3s ease-in-out forwards
}

.bg-container.current.triggered {
	z-index: 100 !important
}

.bg-slice {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.bg-image {
	overflow: hidden;
	position: relative;
	min-width: 100%;
	height: 100%
}

.bg-image img,.bg-image video {
	display: block;
	position: absolute
}

#bg-fade {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background-size: auto 100% !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
	background: #000
}

.effect-col-1 .bg-slice {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.effect-col-1 .bg-slice .bg-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000
}

.effect-col-1 .bg-slice .bg-image video {
	width: 100%;
	height: 100%
}

@media only screen and (max-width: 1023px) {
	.effect-col-1 .bg-slice .bg-image video {
		display: none !important
	}
}

@media only screen and (max-width: 1023px) {
	.effect-col-1 .bg-slice .bg-image {
		background-size: cover
	}
}

.effect-col-1.triggered .bg-slice .bg-image {
	-webkit-transition: all 1.1s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 1.1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1.1s cubic-bezier(0.7, 0, 0.3, 1)
}

.effect-col-1.triggered .bg-slice:nth-child(1) .bg-image {
	-webkit-transform: translateY(-1110px);
	-moz-transform: translateY(-1110px);
	-ms-transform: translateY(-1110px);
	-o-transform: translateY(-1110px);
	transform: translateY(-1110px)
}

@media only screen and (max-width: 600px) {
	.effect-col-1.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateY(-650px);
		-moz-transform: translateY(-650px);
		-ms-transform: translateY(-650px);
		-o-transform: translateY(-650px);
		transform: translateY(-650px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-1.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateY(-1610px);
		-moz-transform: translateY(-1610px);
		-ms-transform: translateY(-1610px);
		-o-transform: translateY(-1610px);
		transform: translateY(-1610px)
	}
}

.effect-col-5 .bg-slice {
	width: 20%;
	height: 100%;
	overflow: hidden
}

.effect-col-5 .bg-slice .bg-image {
	width: 100%;
	height: 100%
}

.effect-col-5 .bg-slice .bg-image img {
	min-width: 500%;
	height: 100%
}

.effect-col-5 .bg-slice:nth-child(1) img {
	left: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-5 .bg-slice:nth-child(2) img {
	left: -100%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-5 .bg-slice:nth-child(3) img {
	left: -200%;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.effect-col-5 .bg-slice:nth-child(4) img {
	left: -300%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-5 .bg-slice:nth-child(5) img {
	left: -400%;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-5.triggered img {
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
	-webkit-transform: translateY(810px);
	-moz-transform: translateY(810px);
	-ms-transform: translateY(810px);
	-o-transform: translateY(810px);
	transform: translateY(810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-5.triggered img {
		-webkit-transform: translateY(650px);
		-moz-transform: translateY(650px);
		-ms-transform: translateY(650px);
		-o-transform: translateY(650px);
		transform: translateY(650px)
	}
}

@media only screen and (min-height: 810px) {
	.effect-col-5.triggered img {
		-webkit-transform: translateY(1110px);
		-moz-transform: translateY(1110px);
		-ms-transform: translateY(1110px);
		-o-transform: translateY(1110px);
		transform: translateY(1110px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-5.triggered img {
		-webkit-transform: translateY(1610px);
		-moz-transform: translateY(1610px);
		-ms-transform: translateY(1610px);
		-o-transform: translateY(1610px);
		transform: translateY(1610px)
	}
}

.effect-col-4 .bg-slice {
	width: 50%;
	height: 50%
}

.effect-col-4 .bg-slice .bg-image {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in
}

.effect-col-4 .bg-slice .bg-image img {
	min-width: 200%;
	height: 200%
}

.effect-col-4 .bg-slice:nth-child(n+3) .bg-image {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-4 .bg-slice:nth-child(1) img {
	left: 0
}

.effect-col-4 .bg-slice:nth-child(2) img {
	left: -100%
}

.effect-col-4 .bg-slice:nth-child(3) img {
	top: -100%
}

.effect-col-4 .bg-slice:nth-child(4) img {
	top: -100%;
	left: -100%
}

.effect-col-4.triggered .bg-slice img {
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in
}

.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
	-webkit-transform: translateX(-810px);
	-moz-transform: translateX(-810px);
	-ms-transform: translateX(-810px);
	-o-transform: translateX(-810px);
	transform: translateX(-810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
		-webkit-transform: translateX(-310px);
		-moz-transform: translateX(-310px);
		-ms-transform: translateX(-310px);
		-o-transform: translateX(-310px);
		transform: translateX(-310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
		-webkit-transform: translateX(-970px);
		-moz-transform: translateX(-970px);
		-ms-transform: translateX(-970px);
		-o-transform: translateX(-970px);
		transform: translateX(-970px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
		-webkit-transform: translateX(-1290px);
		-moz-transform: translateX(-1290px);
		-ms-transform: translateX(-1290px);
		-o-transform: translateX(-1290px);
		transform: translateX(-1290px)
	}
}

.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
	-webkit-transform: translateX(810px);
	-moz-transform: translateX(810px);
	-ms-transform: translateX(810px);
	-o-transform: translateX(810px);
	transform: translateX(810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
		-webkit-transform: translateX(310px);
		-moz-transform: translateX(310px);
		-ms-transform: translateX(310px);
		-o-transform: translateX(310px);
		transform: translateX(310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
		-webkit-transform: translateX(970px);
		-moz-transform: translateX(970px);
		-ms-transform: translateX(970px);
		-o-transform: translateX(970px);
		transform: translateX(970px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
		-webkit-transform: translateX(1290px);
		-moz-transform: translateX(1290px);
		-ms-transform: translateX(1290px);
		-o-transform: translateX(1290px);
		transform: translateX(1290px)
	}
}

.effect-col-2 .bg-slice {
	width: 100%;
	height: 50%
}

.effect-col-2 .bg-slice .bg-image {
	width: 100%;
	height: 100%
}

.effect-col-2 .bg-slice .bg-image img {
	min-width: 100%;
	height: 200%
}

.effect-col-2 .bg-slice:nth-child(2) img {
	top: -100%
}

.effect-col-2.triggered .bg-slice .bg-image {
	-webkit-transition: all 1.2s ease-in;
	-moz-transition: all 1.2s ease-in;
	transition: all 1.2s ease-in
}

.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
	-webkit-transform: translateX(-1610px);
	-moz-transform: translateX(-1610px);
	-ms-transform: translateX(-1610px);
	-o-transform: translateX(-1610px);
	transform: translateX(-1610px)
}

@media only screen and (max-width: 600px) {
	.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-610px);
		-moz-transform: translateX(-610px);
		-ms-transform: translateX(-610px);
		-o-transform: translateX(-610px);
		transform: translateX(-610px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-1930px);
		-moz-transform: translateX(-1930px);
		-ms-transform: translateX(-1930px);
		-o-transform: translateX(-1930px);
		transform: translateX(-1930px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-2570px);
		-moz-transform: translateX(-2570px);
		-ms-transform: translateX(-2570px);
		-o-transform: translateX(-2570px);
		transform: translateX(-2570px)
	}
}

.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
	-webkit-transform: translateX(1610px);
	-moz-transform: translateX(1610px);
	-ms-transform: translateX(1610px);
	-o-transform: translateX(1610px);
	transform: translateX(1610px)
}

@media only screen and (max-width: 600px) {
	.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateX(610px);
		-moz-transform: translateX(610px);
		-ms-transform: translateX(610px);
		-o-transform: translateX(610px);
		transform: translateX(610px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateX(1930px);
		-moz-transform: translateX(1930px);
		-ms-transform: translateX(1930px);
		-o-transform: translateX(1930px);
		transform: translateX(1930px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateX(2570px);
		-moz-transform: translateX(2570px);
		-ms-transform: translateX(2570px);
		-o-transform: translateX(2570px);
		transform: translateX(2570px)
	}
}

.effect-col-3 .bg-slice {
	width: 33.333333%;
	height: 100%
}

.effect-col-3 .bg-slice .bg-image {
	width: 100%;
	height: 100%
}

.effect-col-3 .bg-slice .bg-image img {
	min-width: 300%;
	height: 100%
}

.effect-col-3 .bg-slice:nth-child(1) img {
	left: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-3 .bg-slice:nth-child(2) img {
	left: -100%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-3 .bg-slice:nth-child(3) img {
	left: -200%;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-3.triggered .bg-slice .bg-image {
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in
}

.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
	-webkit-transform: translateX(-600px);
	-moz-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	transform: translateX(-600px)
}

@media only screen and (max-width: 600px) {
	.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-310px);
		-moz-transform: translateX(-310px);
		-ms-transform: translateX(-310px);
		-o-transform: translateX(-310px);
		transform: translateX(-310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-800px);
		-moz-transform: translateX(-800px);
		-ms-transform: translateX(-800px);
		-o-transform: translateX(-800px);
		transform: translateX(-800px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-1200px);
		-moz-transform: translateX(-1200px);
		-ms-transform: translateX(-1200px);
		-o-transform: translateX(-1200px);
		transform: translateX(-1200px)
	}
}

.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
	-webkit-transform: translateY(810px);
	-moz-transform: translateY(810px);
	-ms-transform: translateY(810px);
	-o-transform: translateY(810px);
	transform: translateY(810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px)
	}
}

@media only screen and (min-height: 810px) {
	.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateY(1110px);
		-moz-transform: translateY(1110px);
		-ms-transform: translateY(1110px);
		-o-transform: translateY(1110px);
		transform: translateY(1110px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateY(1610px);
		-moz-transform: translateY(1610px);
		-ms-transform: translateY(1610px);
		-o-transform: translateY(1610px);
		transform: translateY(1610px)
	}
}

.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
	-webkit-transform: translateX(600px);
	-moz-transform: translateX(600px);
	-ms-transform: translateX(600px);
	-o-transform: translateX(600px);
	transform: translateX(600px)
}

@media only screen and (max-width: 600px) {
	.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
		-webkit-transform: translateX(310px);
		-moz-transform: translateX(310px);
		-ms-transform: translateX(310px);
		-o-transform: translateX(310px);
		transform: translateX(310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
		-webkit-transform: translateX(800px);
		-moz-transform: translateX(800px);
		-ms-transform: translateX(800px);
		-o-transform: translateX(800px);
		transform: translateX(800px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
		-webkit-transform: translateX(1200px);
		-moz-transform: translateX(1200px);
		-ms-transform: translateX(1200px);
		-o-transform: translateX(1200px);
		transform: translateX(1200px)
	}
}

.effect-col-9 .bg-slice {
	width: 33.3333%;
	height: 33.33333%
}

.effect-col-9 .bg-slice .bg-image {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom
}

.effect-col-9 .bg-slice .bg-image img {
	min-width: 300%;
	height: 300%
}

.effect-col-9 .bg-slice:nth-child(2) img,.effect-col-9 .bg-slice:nth-child(5) img,.effect-col-9 .bg-slice:nth-child(8) img {
	left: -100%
}

.effect-col-9 .bg-slice:nth-child(3n) img {
	left: -200%
}

.effect-col-9 .bg-slice:nth-child(4) img,.effect-col-9 .bg-slice:nth-child(5) img,.effect-col-9 .bg-slice:nth-child(6) img {
	top: -100%
}

.effect-col-9 .bg-slice:nth-child(n+7) img {
	top: -200%
}

.effect-col-9.triggered .bg-slice .bg-image {
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.effect-col-9.triggered .bg-slice:nth-child(2) .bg-image {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-9.triggered .bg-slice:nth-child(1) .bg-image,.effect-col-9.triggered .bg-slice:nth-child(3) .bg-image,.effect-col-9.triggered .bg-slice:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.effect-col-9.triggered .bg-slice:nth-child(4) .bg-image,.effect-col-9.triggered .bg-slice:nth-child(6) .bg-image,.effect-col-9.triggered .bg-slice:nth-child(8) .bg-image {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.effect-col-9.triggered .bg-slice:nth-child(7) .bg-image,.effect-col-9.triggered .bg-slice:nth-child(9) .bg-image {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.js_banner_lib .slick_item .item_box {
	display: block;
	width: 100%;
	height: calc(100vh - 88px);
	overflow: hidden
}

.js_banner_nav {
	background-color: rgba(220,95,0,0.8);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 50%;
	height: 142px;
	z-index: 200
}

.js_banner_nav .slick-slide {
	width: 50vw;
	text-align: center
}

.js_banner_nav .text_info {
	display: inline-block;
	text-align: left;
	margin-top: 24px
}

.video_banner .video_full {
	display: block;
	width: 100%;
	height: calc(100vh - 88px);
	overflow: hidden
}

.video_banner .video_full video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
	z-index: 20;
	background-color: #000
}

.text_info>h3 {
	font-size: 22px;
	line-height: 47px;
	color: #fff;
	letter-spacing: 1px
}

.controls {
	position: absolute;
	bottom: 34px;
	right: 13.80208%;
	z-index: 200
}

.controls .slick-arrow {
	display: block;
	width: 50px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.controls .slick-prev {
	margin-bottom: 0px;
	line-height: 62px
}

.controls .slick-next {
	margin-top: 0px;
	line-height: 26px
}

.custom_paging {
	position: absolute;
	bottom: 50px;
	right: 8.33333%;
	z-index: 200
}

.custom_paging .currentPage {
	font-size: 42px;
	color: #fff;
	margin-right: 20px;
	vertical-align: super
}

.custom_paging .line {
	display: inline-block;
	width: 3px;
	height: 43px;
	background-color: #DC5F00;
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}

.custom_paging .totalPage {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	vertical-align: top
}

.information>h3 {
	font-size: 40px;
	color: #DC5F00;
	
}

.information>h4 {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	color: #333;
	margin-top: 10px;
	font-weight: 400
}

.information .line {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #DC5F00
}

.text-muted {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.text-muted strong,.text-muted h6 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: 400;
	color: #333
}

.text-muted span {
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 39px;
	font-weight: 400;
	color: #333
}

.text_muted {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	letter-spacing: 1px
}

.text_muted strong {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: 400
}

.text_muted span,.text_muted h6 {
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 39px;
	font-weight: 400;
	color: #333
}

.text_muted p {
	position: relative
}

.work_list {
	font-size: 0;
	margin-left: -1px;
	margin-right: -1px
}

.work_list li {
	margin-bottom: 2px
}

.work_list li .item_box {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 1px
}

.work_list li .img-box:before {
	padding-top: 63.0394%
}

.work_list li .text_desc {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 7.50469%;
	padding-right: 7.50469%;
	padding-bottom: 30px;
	padding-top: 80px
}

.work_list li .text_desc h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #fff
}

.work_list li .text_desc h4 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: .8px;
	margin-top: 10px
}

.work_list li .text_desc:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	background-image: url("/static/fonts/icon_mask.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 40
}

.work_list li .text_desc .btn_shape {
	display: block;
	position: absolute;
	bottom: 7.50469%;
	right: 7.50469%;
	width: 40px;
	height: 40px
}

.work_list li .text_desc .btn_shape:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-moz-transform: scale(0.7) rotate(45deg);
	-ms-transform: scale(0.7) rotate(45deg);
	-webkit-transform: scale(0.7) rotate(45deg);
	transform: scale(0.7) rotate(45deg)
}

.work_list li .text_desc .btn_shape span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200
}

.work_list li .text_desc .btn_shape span:after,.work_list li .text_desc .btn_shape span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #DC5F00
}

.work_list li .text_desc .btn_shape span:after {
	width: 8px;
	height: 1px
}

.work_list li .text_desc .btn_shape span:before {
	width: 1px;
	height: 8px
}

.work_list li article {
	overflow: hidden;
	min-height: 34px;
	position: relative;
	z-index: 50
}

.product {
	display: block;
	position: relative
}

.product:before {
	padding-top: 41.66667%
}

.effects_slick-dots {
	position: relative
}

.effects_slick-dots .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center
}

.effects_slick-dots .slick-dots li {
	display: inline-block;
	margin: 0;
	cursor: pointer
}

.effects_slick-dots .slick-dots button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	display: block;
	width: 28px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	cursor: pointer;
	font-size: 0
}

.effects_slick-dots .slick-dots button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border: 2px solid rgba(255,255,255,0.5);
	-moz-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	-ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	cursor: pointer
}

.effects_slick-dots .slick-dots button:focus {
	outline: none
}

.effects_slick-dots .slick-dots .slick-active button:after {
	border-color: #fff
}

.js_pro_slick_lib .slick-slide {
	overflow: hidden
}

.js_pro_slick_lib .slick-current.slick-active .pagetitle {
	visibility: visible;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.js_pro_slick_lib .slick-current.slick-active .text-align_right {
	visibility: visible;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.js_pro_slick_lib .slick-current.slick-active .text-align_left {
	visibility: visible;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.pagetitle {
	position: absolute;
	top: 22%;
	left: 10.10417%;
	padding-left: 90px;
	z-index: 200
}

.pagetitle .icon {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0
}

.pagetitle .icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border: 4px solid rgba(255,255,255,0.5);
	-moz-transform: rotate(45deg) scale(0.7, 0.7);
	-ms-transform: rotate(45deg) scale(0.7, 0.7);
	-webkit-transform: rotate(45deg) scale(0.7, 0.7);
	transform: rotate(45deg) scale(0.7, 0.7)
}

.pagetitle h1,.pagetitle h2 {
	font-size: 40px;
	letter-spacing: .8px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 27px
}

.pagetitle p {
	font-size: 14px;
	letter-spacing: .8px;
	line-height: 24px;
	color: #fff
}

.text_primary h3 {
	font-size: 18px;
	letter-spacing: .8px;
	line-height: 34px;
	color: #fff;
	font-weight: 700
}

.text_primary p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: .8px;
	color: #fff
}

.product {
	overflow: hidden
}

.gradient {
	position: absolute;
	top: 0;
	height: 100%
}

.gradient .text_primary {
	position: absolute
}

.gradient .text_primary .icon {
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-bottom: 10px
}

.gradient .text_primary .line {
	display: block;
	position: absolute
}

.orange-gradient {
	left: 0
}

.orange-gradient .text_primary {
	bottom: 22%;
	left: 25%;
	width: 41%
}

.orange-gradient .text_primary .line {
	top: 57%;
	right: -49%;
	width: 40%;
	height: auto
}

.black-gradient {
	right: 0
}

.black-gradient .text_primary {
	right: 15.625%;
	bottom: 27%;
	width: 38%
}

.black-gradient .text_primary .line {
	top: 58%;
	left: -85%;
	width: 76%;
	height: auto
}

.news_list {
	font-size: 0;
	margin-left: -1px;
	margin-right: -1px
}

.news_list li {
	display: inline-block;
	vertical-align: top
}

.news_list .item_box {
	display: block;
	margin: 0 1px
}

.news_list .img-box:before {
	content: "";
	padding-top: 57.07134%
}

.news_list .text_desc {
	padding-top: 26px;
	padding-right: 9.61034%
}

.news_list .text_desc h3 {
	font-size: 24px;
	color: #DC5F00;
	color: #333;
	letter-spacing: 1px;
	line-height: 34px;
	margin-bottom: 8px;
	font-weight: 400
}

.news_list .text_desc p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #999;
	min-height: 24px
}

.news_list .label span {
	margin-right: 50px
}

.news_list .label i {
	font-size: 18px
}

.news_list .label i:before {
	margin-right: 15px
}

.read_more {
	display: block;
	font-size: 14px;
	line-height: 17px;
	
	color: #DC5F00;
	color: #333
}

.read_more i {
	display: inline-block;
	font-size: 18px;
	vertical-align: -2px
}

.server {
	padding-top: 94px;
	padding-bottom: 94px;
	text-align: center
}

.server h2 {
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 400
}

.server p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff
}

.btn_default {
	padding: 0;
	background: none;
	border: none;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #DC5F00;
	position: relative;
	padding: 10px 24px;
	overflow: hidden;
	font-weight: 400;
	cursor: pointer;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #fff;
	z-index: 100;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default:before {
	content: "";
	position: absolute;
	background-color: #DC5F00;
	z-index: 50;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.28);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default span {
	position: relative;
	z-index: 300;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default span i {
	vertical-align: -2px;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_button {
	padding: 17px 30px
}

.btn_link {
	color: #fff
}

.btn_link:before {
	background-color: rgba(220,95,0,0.2)
}

.btn_link:after {
	background-color: #DC5F00
}

@media only screen and (min-width: 1025px) {
	.work_list li .mask,.work_list li .mask:before,.work_list li .mask h3,.work_list li .mask h4 {
		-moz-transition: all .6s ease;
		-o-transition: all .6s ease;
		-webkit-transition: all .6s ease;
		transition: all .6s ease
	}

	.work_list li .mask h3,.work_list li .mask h4 {
		-moz-transform: translate(0, 50px);
		-ms-transform: translate(0, 50px);
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}

	.work_list li .text_desc .btn_shape {
		-moz-transition: all .6s ease .4s;
		-o-transition: all .6s ease .4s;
		-webkit-transition: all .6s ease;
		-webkit-transition-delay: .4s;
		transition: all .6s ease .4s;
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	.work_list li .text_desc h3 {
		position: relative;
		z-index: 300
	}

	.work_list li .mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 7.50469%;
		padding-bottom: 7.50469%;
		background-color: #DC5F00;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden
	}

	.work_list li .mask:before {
		background: none
	}

	.work_list li a:hover .pull {
		display: none;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden
	}

	.work_list li a:hover .mask {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}

	.work_list li a:hover .mask .btn_shape {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	.work_list li a:hover .mask h3,.work_list li a:hover .mask h4 {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.btn_default:hover,.btn_default:hover span,.btn_default:hover i {
		color: #fff
	}

	.btn_default:hover:before {
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}

	.btn_default:hover:after {
		background-color: #ff991e
	}
}


@media only screen and (max-width: 1680px) and (min-width: 1025px) {
	.pagetitle {
		top: 15%;
		left: 10.10417%
	}

	.work_list li .text_desc h3,.news_list .text_desc h3 {
		font-size: 18px;
		font-weight: 400
	}

	.pagetitle h1,.pagetitle h2,.server h2 {
		font-size: 26px;
		font-weight: 400;
		line-height: 48px
	}
}

.crumbs {
	position: fixed;
	top: 88px;
	left: 0;
	height: 50px;
	background-color: #161616;
	width: 100%;
	line-height: 50px;
	overflow: hidden;
	z-index: 2000
}

.crumbs ul {
	font-size: 0
}

.crumbs ul li {
	margin-right: 7px
}

.crumbs ul li a {
	font-size: 14px;
	color: #fff;
	color: #707070
}

.crumbs ul li a i {
	color: #707070;
	margin-right: 10px
}

.crumbs ul .home {
	margin-right: 4px
}

.crumbs ul .home a {
	color: #707070
}

.crumbs ul .home a i {
	margin-right: 0;
	font-size: 20px;
	vertical-align: -2px
}

.crumbs ul .active a {
	color: #fff
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #707070
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #707070;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_container {
	display: block !important
}

.mCSB_container {
	margin-right: 0
}

.hide {
	display: none
}

.innerbanner:before {
	padding-top: 20.83333%;
	padding-top: 31.19792%
}

.innerbanner .mask {
	position: absolute;
	bottom: 0;
	height: 142px;
	height: 110px;
	background-color: #DC5F00
}

.innerbanner h1 {
	font-size: 30px;
	line-height: 142px;
	line-height: 110px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 9.79167%;
	color: #fff
}

.innerbanner .btn_vido_play {
	margin-top: -55px
}

.inner-banner a {
	display: block
}

.inner-banner .img-box {
	overflow: hidden
}

.inner-banner .img-box::before {
	padding-top: 31.19792%
}

.detailbanenr h1 {
	padding-left: 16.66667%;
	font-size: 40px;
	font-weight: 400
}

.inves_list {
	padding-top: 100px;
	padding-bottom: 150px
}

.inves_list ul {
	margin: 0 -16px
}

.inves_list li .item {
	background-color: #fff;
	padding: 70px;
	position: relative;
	margin: 0 16px;
	height: 222px
}

.inves_list li article {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 6px
}

.inves_list li .title {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 4.07143;
	color: #B9B9B9;
	position: absolute;
	top: 0;
	right: 30px
}

.inves_list li .icon {
	display: inline-block;
	vertical-align: top
}

.inves_list li .tle {
	font-size: 14px;
	color: #DC5F00;
	letter-spacing: .4px;
	line-height: 20px
}

.inves_list li .tel {
	font-size: 28px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.42857;
	
}

.inves_list li:last-child .icon {
	margin-top: 12px
}

.solu_group_list {
	margin-top: -1px
}

.solu_group_list .group_wrapper {
	font-size: 0
}

.solu_group_list .group_wrapper .d-inline-block {
	position: relative
}

.solu_group_list .group_wrapper .item {
	display: block
}

.solu_group_list .group_wrapper .img-box:before {
	padding-top: 41.5%
}

.solu_group_list .group_wrapper .img-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	width: 100%;
	height: 100%;
	z-index: 10;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-webkit-transition-delay: 0s;
	transition: all 300ms ease 0s
}

.solu_group_list .group_wrapper .img-box h3 {
	font-size: 30px;
	line-height: 26px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 0 5%;
	width: 100%;
	z-index: 20;
	font-weight: 400;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.solu_group_list .group_wrapper .img-box h3 span {
	font-size: 14px;
	
}

.solu_group_list .group_wrapper .img-box h5 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 56px;
	line-height: 26px;
	color: #fff;
	padding: 0 5%;
	position: absolute;
	bottom: 0;
	bottom: 24px;
	left: 0;
	width: 100%;
	z-index: 20;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.solu_group_list .group_wrapper .gradient_black:after {
	background-image: url('/static/fonts/2a399e451bce40208eb1ec613f239495.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #140d19),color-stop(50%, rgba(0,0,0,0.84)),color-stop(100%, rgba(25,24,26,0)));
	background-image: -moz-linear-gradient(left, #140d19,rgba(0,0,0,0.84),rgba(25,24,26,0));
	background-image: -webkit-linear-gradient(left, #140d19,rgba(0,0,0,0.84),rgba(25,24,26,0));
	background-image: linear-gradient(to right, #140d19,rgba(0,0,0,0.84),rgba(25,24,26,0))
}

.solu_group_list .group_wrapper .gradient_orange:after {
	background-image: url('/static/fonts/6694b789e34c4e5694f9eb5e0320a1a6.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e1681c),color-stop(50%, rgba(233,128,65,0.77)),color-stop(100%, rgba(113,106,101,0)));
	background-image: -moz-linear-gradient(left, #e1681c,rgba(233,128,65,0.77),rgba(113,106,101,0));
	background-image: -webkit-linear-gradient(left, #e1681c,rgba(233,128,65,0.77),rgba(113,106,101,0));
	background-image: linear-gradient(to right, #e1681c,rgba(233,128,65,0.77),rgba(113,106,101,0))
}

.solu_group_list .group_wrapper .gradient_blue:after {
	background-image: url('/static/fonts/b757e838c1e44f76a76af185e82cf6fc.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1c5ee1),color-stop(50%, rgba(65,138,233,0.77)),color-stop(100%, rgba(113,106,101,0)));
	background-image: -moz-linear-gradient(left, #1c5ee1,rgba(65,138,233,0.77),rgba(113,106,101,0));
	background-image: -webkit-linear-gradient(left, #1c5ee1,rgba(65,138,233,0.77),rgba(113,106,101,0));
	background-image: linear-gradient(to right, #1c5ee1,rgba(65,138,233,0.77),rgba(113,106,101,0))
}

.solu_group_list .group_wrapper .gradient_grayblue:after {
	background-image: url('/static/fonts/1534e74f73dd4b7aa1d55b6e331ecdea.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(114,156,180,0.87)),color-stop(50%, rgba(97,133,153,0.72)),color-stop(100%, rgba(57,78,90,0)));
	background-image: -moz-linear-gradient(left, rgba(114,156,180,0.87),rgba(97,133,153,0.72),rgba(57,78,90,0));
	background-image: -webkit-linear-gradient(left, rgba(114,156,180,0.87),rgba(97,133,153,0.72),rgba(57,78,90,0));
	background-image: linear-gradient(to right, rgba(114,156,180,0.87),rgba(97,133,153,0.72),rgba(57,78,90,0))
}

.solu_group_list .group_wrapper .gradient_wathetblue:after {
	background-image: url('/static/fonts/c909f3c2a52e454f8e69777f1ed30653.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(3,9,12,0.94)),color-stop(50%, rgba(33,40,45,0.77)),color-stop(100%, rgba(44,51,55,0)));
	background-image: -moz-linear-gradient(left, rgba(3,9,12,0.94),rgba(33,40,45,0.77),rgba(44,51,55,0));
	background-image: -webkit-linear-gradient(left, rgba(3,9,12,0.94),rgba(33,40,45,0.77),rgba(44,51,55,0));
	background-image: linear-gradient(to right, rgba(3,9,12,0.94),rgba(33,40,45,0.77),rgba(44,51,55,0))
}

.solu_group_list .group_wrapper .gradient_purple:after {
	background-image: url('/static/fonts/01d76d771a2b4dd19141cddf444989e5.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(46,15,217,0.88)),color-stop(50%, rgba(42,15,194,0.58)),color-stop(100%, rgba(42,15,193,0)));
	background-image: -moz-linear-gradient(left, rgba(46,15,217,0.88),rgba(42,15,194,0.58),rgba(42,15,193,0));
	background-image: -webkit-linear-gradient(left, rgba(46,15,217,0.88),rgba(42,15,194,0.58),rgba(42,15,193,0));
	background-image: linear-gradient(to right, rgba(46,15,217,0.88),rgba(42,15,194,0.58),rgba(42,15,193,0))
}

.solu_group_list .group_wrapper .gradient_wathetpurple:after {
	background-image: url('/static/fonts/40debb19216a4674a72f4bcd2f46fe9e.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(4,20,88,0.86)),color-stop(50%, rgba(9,25,88,0.85)),color-stop(100%, rgba(28,52,139,0)));
	background-image: -moz-linear-gradient(left, rgba(4,20,88,0.86),rgba(9,25,88,0.85),rgba(28,52,139,0));
	background-image: -webkit-linear-gradient(left, rgba(4,20,88,0.86),rgba(9,25,88,0.85),rgba(28,52,139,0));
	background-image: linear-gradient(to right, rgba(4,20,88,0.86),rgba(9,25,88,0.85),rgba(28,52,139,0))
}

.solu_group_list .group_wrapper .gradient_wathetorange:after {
	background-image: url('/static/fonts/28785598fb5f4a0fa8ff308a602561e3.woff');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(201,80,34,0.8)),color-stop(50%, rgba(181,56,9,0.44)),color-stop(100%, rgba(252,166,128,0)));
	background-image: -moz-linear-gradient(left, rgba(201,80,34,0.8),rgba(181,56,9,0.44),rgba(252,166,128,0));
	background-image: -webkit-linear-gradient(left, rgba(201,80,34,0.8),rgba(181,56,9,0.44),rgba(252,166,128,0));
	background-image: linear-gradient(to right, rgba(201,80,34,0.8),rgba(181,56,9,0.44),rgba(252,166,128,0))
}

.solu_group_list .group_wrapper .blank .img_thumbnail {
	top: 50%;
	left: auto;
	width: 94.75%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.btn_vido_play {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.btn_vido_play:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.btn_vido_play:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-left: 12px solid #DC5F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-top: -8px;
	margin-left: -3px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.page_title {
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 60px;
	line-height: 36px;
	color: #333;
	font-weight: 400
}

.page_title span {
	display: block;
	font-size: 14px;
	color: #DC5F00;
	
	letter-spacing: 0
}

.title_page {
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 60px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 1px;
	color: #333
}

.title_page span {
	display: block;
	font-size: 14px;
	color: #DC5F00;
	
	letter-spacing: 0;
	display: block;
	line-height: 20px
}

.orange {
	color: #DC5F00 !important
}

.text_wrapper {
	font-size: 0;
	min-height: 50px
}

.text_wrapper .text-muted {
	position: relative
}

.text_wrapper .text-muted:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: -50px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #E8E8E8;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}

.group_list {
	font-size: 0;
	margin-right: -4.16667%;
	margin-left: -4.16667%
}

.group_list li {
	padding-right: 4.16667%;
	padding-left: 4.16667%
}

.group_list li .desc {
	font-size: 14px;
	color: #DC5F00;
	line-height: 24px;
	margin-top: 20px;
	height: 100px
}

.group_list li .icon {
	width: 30px;
	height: auto
}

.group_list li:nth-child(1) article,.group_list li:nth-child(2) article,.group_list li:nth-child(3) article,.group_list li:nth-child(4) article {
	border-bottom: 1px solid #F2F2F2
}

.group_list li:nth-child(n+5) {
	margin-top: -1px
}

.group_list li:nth-child(n+5) article {
	padding-top: 60px;
	border-top: 1px solid #F2F2F2
}

.scien {
	padding-top: 70px;
	padding-bottom: 80px
}

.scien>h3 {
	text-align: center;
	color: #fff !important
}

.column li figure {
	height: 90px
}

.column li figure .icon {
	display: inline-block;
	max-width: 100%
}

.column li figcaption {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px
}

.related {
	padding-top: 100px;
	padding-bottom: 100px
}

.pro_list {
	margin-left: -.83333%;
	margin-right: -.83333%
}

.pro_list li {
	padding-left: .83333%;
	padding-right: .83333%;
	margin-bottom: 30px
}

.pro_list li>a {
	display: block;
	background-color: #fff;
	position: relative
}

.pro_list li>a>h4 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #B9B9B9;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 40px;
	left: 25px
}

.pro_list li>a .btn_shape {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden
}

.pro_list li>a .btn_shape:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	-moz-transform: rotate(45deg) scale(0.7);
	-ms-transform: rotate(45deg) scale(0.7);
	-webkit-transform: rotate(45deg) scale(0.7);
	transform: rotate(45deg) scale(0.7);
	background-color: #DC5F00
}

.pro_list li>a .btn_shape i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200
}

.pro_list li>a .btn_shape i:after,.pro_list li>a .btn_shape i:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff
}

.pro_list li>a .btn_shape i:after {
	width: 12px;
	height: 2px
}

.pro_list li>a .btn_shape i:before {
	width: 2px;
	height: 12px
}

.pro_list li>a>.img-box:before {
	padding-top: 88.82979%
}

.pro_list li>a>.img-box .icon_link {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 87px;
	height: 62px;
	font-size: 62px;
	text-align: center;
	line-height: 62px;
	color: #333;
	margin-top: -31px;
	margin-left: -43px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate(-10px, -10px);
	-ms-transform: translate(-10px, -10px);
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px)
}

.pro_list li>a>figcaption {
	position: relative;
	padding-bottom: 20px
}

.pro_list li>a>figcaption h3 {
	font-size: 14px;
	line-height: 26px;
	color: #DC5F00;
	padding: 0 20px;
	height: 80px;
	overflow: hidden
}

.pro_list li>a>figcaption h1 {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: 400;
	color: #333;
	padding: 0 20px;
	height: 66px
}

.pro_list .poster {
	width: 50%
}

.poster .server {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	text-align: left;
	overflow: hidden
}

.poster .img-box:before {
	padding-top: 63.77551%;
	padding-top: 68.20513%;
	padding-top: 42.82051%
}

.poster figcaption {
	position: absolute;
	top: 50%;
	left: 60px
}

.poster figcaption .tel {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 55px;
	color: #fff
}

.poster figcaption h3 {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 25px
}

.works_mod_list {
	margin-left: -1px;
	margin-right: -1px
}

.works_mod_list li {
	padding: 0 1px
}

.works_mod_list li a {
	display: block
}

.works_mod_list li .img-box:before {
	padding-top: 57.14286%
}

.works_mod_list li figcaption {
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-left: 7.5188%;
	padding-right: 13.15789%;
	padding-bottom: 50px
}

.works_mod_list li figcaption h3 {
	font-size: 24px;
	font-size: 22px;
	color: #333;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 5px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	height: 68px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top
}

.works_mod_list li figcaption .text {
	font-size: 0;
	height: 60px
}

.works_mod_list li figcaption .text p {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	width: 49%;
	line-height: 30px
}

.works_mod_list li figcaption .read_more {
	color: #999;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.works_mod_list li .text-muted {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 50px
}

.case-video--list .item_box figcaption {
	background-color: #fff;
	padding-top: 30px;
	padding-left: 7.5188%;
	padding-right: 13.15789%;
	padding-bottom: 50px
}

.case-video--list .item_box h3 {
	font-size: 24px;
	font-size: 22px;
	color: #333;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 5px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	height: 68px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top
}

.case-video--list .item_box .text {
	font-size: 0
}

.case-video--list .item_box .text p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	width: 49%
}

.page {
	font-size: 0
}

.page .btn {
	line-height: 80px;
	height: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.page .btn_prev {
	background-color: #DC5F00
}

.page .btn_next {
	background-color: #171715
}

.hot {
	padding-top: 150px
}

.hot_group {
	font-size: 0;
	margin-left: -.83333%;
	margin-right: -.83333%
}

.hot_mod {
	padding-left: .83333%;
	padding-right: .83333%;
	overflow: hidden
}

.hot_mod figcaption {
	width: 278px;
	padding-top: 12%
}

.hot_mod figcaption h1 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 56px;
	color: #DC5F00;
	color: #333;
	margin-bottom: 10px
}

.hot_mod figure {
	width: calc(100% - 278px);
	vertical-align: middle
}

.hot_mod>a {
	display: block;
	font-size: 0;
	padding-left: 60px;
	background-color: #fff;
	position: relative
}

.hot_mod>a>h4 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #B9B9B9;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 40px;
	right: 40px
}

.hot_mod .param {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 1.5px;
	color: #999
}

.hot_mod .param strong {
	font-weight: 400;
	color: #333;
	margin-left: 30px
}

.hot_mod .img-box:before {
	padding-top: 100%
}

.hot_mod .tig {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 40px;
	background-color: #333;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px
}

.product_mod {
	padding-top: 100px;
	padding-bottom: 160px
}

.nav-tabs_wrapper .nav-tabs li {
	padding-left: 2.60417vw;
	margin-bottom: 0
}

.nav-tabs_wrapper .nav-tabs li a {
	font-size: 18px;
	color: #333;
	line-height: 39px;
	letter-spacing: 1.5px;
	background: none
}

.nav-tabs_wrapper .nav-tabs li:hover a,.nav-tabs_wrapper .nav-tabs .active a {
	color: #DC5F00;
	font-weight: 400
}

.nav-tabs_wrapper form {
	font-size: 0
}

.nav-tabs_wrapper .select-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 2.60417vw;
	margin-bottom: 0
}

.nav-tabs_wrapper .select-wrapper .select-button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 18px;
	color: #333;
	line-height: 39px;
	letter-spacing: 1.5px;
	cursor: pointer
}

.nav-tabs_wrapper .select-wrapper .select-button:focus {
	outline: none
}

.nav-tabs_wrapper .select-wrapper .select-list {
	display: none;
	position: absolute;
	top: 39px;
	border-top: 2px solid #fff;
	left: 0;
	background-color: #fff;
	background-color: #161616;
	z-index: 200;
	text-align: left;
	width: 128px
}

.nav-tabs_wrapper .select-wrapper ul {
	padding: 10px 20px
}

.nav-tabs_wrapper .select-wrapper ul li {
	font-size: 14px;
	color: #999;
	line-height: 14px;
	padding: 10px 0;
	letter-spacing: .6px
}

.nav-tabs_wrapper .measure_select ul li {
	width: 96px
}

.nav-tabs_wrapper .region_select ul li {
	width: 60px
}

.nav-tabs_wrapper .region_select .select-list .scrollBar {
	height: 30vh
}

.loading {
	display: block
}

.loading .label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20
}

.loading .label:before,.loading .label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff
}

.loading .label:before {
	width: 12px;
	height: 2px
}

.loading .label:after {
	width: 2px;
	height: 12px
}

.loading .text {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	
	color: #333;
	vertical-align: 26px;
	margin-left: 28px;
	text-transform: uppercase
}

.btn-primary .shape {
	display: inline-block;
	width: 86px;
	height: 86px;
	width: 60px;
	height: 60px;
	position: relative
}

.btn-primary .shape:before,.btn-primary .shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	z-index: 10
}

.btn-primary .shape:before {
	background-color: #DC5F00;
	z-index: 20
}

.btn-primary .shape:after {
	background-color: #212121;
	z-index: 10;
	margin-left: -10px
}

.productbanner:before {
	padding-top: 41.66667%
}

.productbanner .pagetitle {
	top: 16%;
	left: 4%
}

.pro_swiper {
	padding-left: 80px
}

.pro_swiper .arrow {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px
}

.pro_swiper .arrow .shape {
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px
}

.pro_swiper .arrow .shape i {
	position: relative;
	z-index: 30;
	color: #fff
}

.pro_swiper .arrow_slick {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 200
}

.pro_swiper .pro_js_slick {
	width: 60%
}

.pro_text {
	padding-left: 0;
	padding-right: 0
}

.pro_text figcaption {
	width: 380px;
	padding-top: 6%;
	margin-left: 22.5%
}

.pro_text figcaption h1 {
	color: #333
}

.pro_text .param span {
	color: #333;
	font-weight: 400
}

.pro_picture ul li {
	overflow: hidden
}

.pro_picture figure {
	width: 50%
}

.pro_picture figure:before {
	padding-top: 62.5%
}

.pro_picture figcaption {
	width: 50%;
	position: relative
}

.pro_picture figcaption:before {
	padding-top: 62.5%
}

.pro_picture figcaption h3 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1.5px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px
}

.pro_picture figcaption h4 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #fff
}

.pro_picture .description {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 30px
}

.pro_picture .description img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	margin-right: 20px
}

.pro_picture .description p {
	position: relative;
	padding-left: 40px
}

.pro_picture .description p img {
	position: absolute;
	top: 8px;
	left: 0
}

.pro_picture .text-info,.pro_picture .text_primary {
	position: absolute;
	top: 50%
}

.pro_picture .text_lead {
	position: absolute;
	top: 110px;
	left: 8.33333%;
	margin-left: 17px;
	z-index: 200
}

.pro_picture .text_lead h3 {
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #333;
	font-weight: 400
}

.pro_picture .text_lead h4 {
	font-size: 14px;
	line-height: 34px;
	color: #DC5F00;
	
}

.pro_picture .list li.block_left figure {
	float: left
}

.pro_picture .list li.block_left figcaption {
	float: right;
	background-color: #DC5F00
}

.pro_picture .list li.block_left .text-info {
	left: 17.70833%;
	width: 70%
}

.pro_picture .list li.block_right figure {
	float: right
}

.pro_picture .list li.block_right figcaption {
	float: left;
	background-color: #DC5F00
}

.pro_picture .list li.block_right .text-info {
	right: 17.54167%;
	width: 70%;
	right: 27.08333%;
	width: 62%
}

.pro_picture .list li.block_pull figure {
	float: right
}

.pro_picture .list li.block_pull figure img {
	width: 106.4%;
	left: auto;
	right: 0;
	background: none
}

.pro_picture .list li.block_pull figcaption {
	float: left
}

.pro_picture .list li.block_pull figcaption h3 {
	color: #333
}

.pro_picture .list li.block_pull figcaption h4 {
	color: #999
}

.pro_picture .list li.block_pull .text-info {
	right: 27.08333%;
	width: 62%
}

.pro_picture .list li.block_pull .description {
	color: #DC5F00
}

.pro_picture .list li.block_center {
	position: relative
}

.pro_picture .list li.block_center:before {
	content: "";
	display: block;
	padding-top: 33.33333%
}

.pro_picture .list li.block_center .text_primary {
	right: 34.95833%;
	right: 24.95833%;
	margin-top: 90px;
	width: 34%
}

.pro_picture .list li.block_center .text_primary:before {
	content: "";
	display: block;
	width: 163px;
	width: 51%;
	height: 40px;
	background: url("/static/fonts/icon_03.svg") no-repeat center center;
	position: absolute;
	top: 62%;
	left: -73%;
	background-size: cover
}

.pro_picture .list li.block_center figure {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto
}

.pro_picture .list li.block_center figure:before {
	padding-top: 66.66667%
}

.pro_picture .list li.block_center figcaption {
	position: absolute;
	top: 0;
	right: 0
}

.pro_picture .list li.block_center figcaption .icon {
	margin-bottom: 40px
}

.pro_picture .list li.block_center figcaption h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px
}

.pro_picture .list li.block_center figcaption p {
	font-size: 12px;
	color: #999
}

.work_module {
	padding-top: 100px;
	padding-bottom: 120px
}

.work_module li figcaption {
	background-color: #fff
}

.related_video {
	padding-bottom: 100px;
	padding-top: 110px;
	overflow: hidden;
	position: relative
}

.video_wrapper .img-box:before {
	padding-top: 31.25%
}

.video_wrapper figcaption {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400
}

.video_wrapper .videopopup {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500
}

.video_wrapper .videopopup video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	z-index: 20
}

.video_wrapper .videopopup .btn_video_pause {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 600
}

.work_wrapper {
	padding-top: 150px;
	padding-bottom: 130px
}

.pagination {
	text-align: center
}

.pagination a {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin: 0 7px
}

.pagination .btn {
	color: #DC5F00;
	font-size: 16px
}

.pagination .pg {
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	
}

.pagination .current,.pagination .pg:hover {
	background-color: #DC5F00;
	color: #fff
}

.area_column {
	padding-top: 95px;
	padding-bottom: 95px;
	text-align: center
}

.area_column figure {
	height: 62px
}

.area_column figure img {
	height: 62px;
	width: auto
}

.area_column figcaption {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
	line-height: 30px;
	font-weight: 400
}

.panel-body {
	width: 52.08333%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.panel-body h1 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333;
	font-weight: 400
}

.panel-body img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
	height: auto !important
}

.panel-body h3 {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400
}

.panel-body p a {
	color: #2980b9 !important
}

.backlist {
	font-size: 14px;
	letter-spacing: .4px;
	color: #333;
	line-height: 17px;
	
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.backlist i {
	color: #DC5F00;
	margin-right: 5px;
	vertical-align: -2px;
	font-size: 20px
}


.share {
	font-size: 14px;
	letter-spacing: .4px;
	color: #333;
	line-height: 17px;
	
}

.share span {
	margin-right: 8px
}

.share a {
	color: #333;
	margin: 0 10px !important
}

.share .btn-youku {
	font-size: 48px !important;
	vertical-align: -14px
}

.pagings {
	font-size: 0
}

.pagings a {
	display: inline-block;
	vertical-align: top;
	width: 49.9%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #E4E4E4;
	position: relative
}

.pagings a span {
	color: #fff
}

.pagings a .bt {
	position: absolute;
	top: 50%;
	margin-top: -30px
}

.pagings a .txt {
	display: inline-block;
	overflow: hidden
}

.pagings .prev {
	background-color: #171715;
	text-align: left;
	padding-left: 40px
}

.pagings .prev span {
	margin-right: 10px
}

.pagings .prev .txt {
	padding-left: 52px
}

.pagings .prev .bt {
	left: 40px
}

.pagings .next {
	background-color: #DC5F00;
	text-align: right;
	padding-right: 40px
}

.pagings .next span {
	margin-left: 10px
}

.pagings .next .txt {
	padding-right: 52px
}

.pagings .next .bt {
	right: 40px
}

.hot_news {
	font-size: 0;
	padding-top: 150px
}

.hot_news figure:before {
	padding-top: 62.5%
}

.hot_news figcaption {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	background-color: #fff
}

.hot_news figcaption:before {
	padding-top: 62.5%
}

.hot_news figcaption time {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.hot_news figcaption h3 {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	margin-top: 10px
}

.hot_news article {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%
}

.news_mod_list {
	padding-top: 100px;
	margin-left: -.83333%;
	margin-right: -.83333%
}

.news_mod_list li {
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
	margin-bottom: 30px
}

.news_mod_list a {
	display: block;
	background-color: #fff
}

.news_mod_list figure:before {
	padding-top: 64.89362%
}

.news_mod_list figcaption {
	padding-left: 10.6383%;
	padding-right: 10.6383%;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #fff;
	height: 230px
}

.news_mod_list figcaption .desc {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 130px;
	border-bottom: 1px solid rgba(51,51,51,0.1);
	overflow: hidden
}

.news_mod_list figcaption time {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	margin-top: 20px;
	letter-spacing: 0
}

.news_mod_list .category {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	background-color: #333;
	color: #fff
}

.news_mod_list .empty .category {
	top: 0;
	bottom: auto
}

.news_mod_list .empty figcaption h3 {
	position: absolute;
	top: 80px;
	left: 13.6383%;
	right: 10.6383%
}

.news_module {
	padding-top: 100px;
	padding-bottom: 150px
}

.know_module {
	padding-top: 80px
}

.know_module .news_mod_list {
	padding-top: 0
}

.related_news {
	padding-top: 106px;
	padding-bottom: 70px
}

.related_news .news_mod_list {
	padding-top: 0
}

.aboutbanner:before {
	padding-top: 41.66667%
}

.aboutbanner .mask {
	height: 120px
}

.aboutbanner .mask h1 {
	line-height: normal;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
	padding-left: 16.66667%;
	font-weight: 400
}

.text_title {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333;
	font-weight: 400;
	font-size: 36px;
	line-height: 60px;
	color: #DC5F00
}

.text_title h3 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333;
	font-weight: 400;
	font-size: 36px;
	line-height: 60px;
	color: #DC5F00
}

.global {
	padding-top: 180px;
	padding-bottom: 150px;
	position: relative
}

.global .list {
	position: relative;
	z-index: 300
}

.global .list li {
	float: left;
	position: relative
}

.global .list .box {
	padding-top: 100%;
	position: relative;
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #333;
	text-align: center
}

.global .list .box p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px
}

.global .list .box span {
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #989898;
	color: #333;
	
	font-weight: 300;
	letter-spacing: -0.2px
}

.global .list .box:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.global .list li:nth-child(odd) .box:after {
	display: none;
	border-top: 1px dashed transparent;
	border-left: 1px solid #DC5F00;
	border-right: 1px dashed transparent;
	border-bottom: 1px solid #DC5F00;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px)
}

.global .list li:nth-child(even) .box:after {
	display: none;
	border-top: 1px solid #DC5F00;
	border-left: 1px dashed transparent;
	border-right: 1px solid #DC5F00;
	border-bottom: 1px dashed transparent
}

.global .list li:first-child:after,.global .list li:first-child:before {
	display: none;
	display: block
}

.global .list li:first-child .box:after {
	display: none;
	border-top: 1px dashed #DC5F00;
	border-right: 1px dashed #DC5F00
}

.global .bg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.global .chart-desktop {
	margin-top: 80px
}

.global .tt_container {
	position: relative
}

.global .tt_container svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.global .globalMap figure {
	margin-top: 80px;
	width: 87.5%;
	margin-left: auto;
	margin-right: auto
}

.global .globalMap .img-box:before {
	padding-top: 46.21429%
}

.history {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative
}

.history .history_slick {
	position: relative
}

.history .arrow_slots {
	width: 10%;
	height: 40px
}

.history .arrow {
	position: absolute;
	top: 2px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	z-index: 400;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.history .btn_arrow_prev,.history .btn_arrow_next {
	top: 50%
}

.history .arrow_prev {
	left: 0;
	text-align: left
}

.history .btn_arrow_prev {
	left: 0px
}

.history .arrow_next {
	right: 0;
	text-align: right
}

.history .btn_arrow_next {
	right: 0px
}

.history .month_spot {
	position: absolute;
	top: 148px;
	left: 0;
	width: 100%
}

.history .slot {
	font-size: 0;
	line-height: 12px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -28px
}

.history .slot span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	background-color: #E8E8E8;
	border-radius: 50%;
	margin: 0 8px;
	text-align: center
}

.history .slot span:after {
	content: "";
	display: block;
	padding-top: 100%
}

.history .slot .pointer {
	width: 12px;
	height: 12px
}

.history .slot_left {
	left: 0;
	text-align: left
}

.history .slot_right {
	right: 0;
	text-align: right
}

.history_wrapper {
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	cursor: ew-resize
}

.history_slick_swiper .slick-slide .slick_item_box {
	background-color: #fff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
	margin-left: 8.51064%;
	margin-right: 8.51064%;
	padding-left: 16.66667%;
	padding-right: 16.66667%
}

.history_slick_swiper .slick-slide .text-muted {
	height: 130px;
	height: 184px;
	height: 240px
}

.history_slick_swiper .slick-slide .month {
	font-size: 36px;
	line-height: 1.4;
	color: #333;
	
}

.history_slick_swiper .slick-slide .year {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	
	margin-top: 8px
}

.history_slick_swiper .slick-slide em {
	display: block;
	width: 12px;
	height: 2px;
	background-color: #333;
	margin-left: auto;
	margin-right: auto
}

.history_slick_date .slick_item {
	cursor: pointer;
	position: relative
}

.history_slick_date .slick_item em {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto
}

.history_slick_date .slick_item time {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #333;
	
	margin-top: 20px;
	text-align: center
}

.history_slick_date .slick-current em {
	background-color: #DC5F00
}

.history_slick_date .slick-current time {
	color: #DC5F00
}

.location {
	font-size: 0
}

.location .img-box:before {
	padding-top: 53.33333%;
	background-color: #DC5F00
}

.location .order {
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 97px;
	color: #fff;
	
}

.location figcaption {
	position: absolute;
	top: 50%;
	left: 16.66667%
}

.location figcaption h3 {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400
}

.location figcaption p {
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 400
}

.honor_module {
	padding-top: 160px;
	padding-bottom: 150px
}

.honor_mod_list {
	font-size: 0;
	margin-left: -.83333%;
	margin-right: -.83333%
}

.honor_mod_list li {
	margin-bottom: 30px;
	padding: 0 .83333%
}

.honor_mod_list li .img-box:before {
	padding-top: 115.42553%
}

.honor_mod_list li figcaption {
	font-size: 22px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	padding: 30px 0;
	text-align: center
}

.innerbanner .address {
	height: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url("/static/fonts/bgcover.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.innerbanner .address h1 {
	left: 16.66667%;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 39px
}

.address {
	font-size: 20px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #fff
}

.address h1 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0
}

.address address,.address .tel,.address .email {
	padding-left: 80px;
	position: relative;
	margin-left: 16.66667%
}

.address address i,.address .tel i,.address .email i {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 47px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -21px;
	font-size: 26px
}

.address address i:after,.address .tel i:after,.address .email i:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg)
}

.address address i:before,.address .tel i:before,.address .email i:before {
	margin-left: 4px
}

.address .line {
	display: block;
	position: relative;
	width: 2px;
	height: 20px;
	margin-left: 16.66667%;
	margin-top: 0px;
	margin-bottom: 6px
}

.address .line:after,.address .line:before {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background-color: rgba(224,223,229,0.2);
	position: absolute;
	left: 20px
}

.address .line:before {
	top: 0px
}

.address .line:after {
	top: 12px
}

.address .tel {
	line-height: 42px
}

.address .tel+.line {
	margin-top: 8px
}

.address .email {
	line-height: 42px
}

.office .img-box:before {
	padding-top: 64.89362%
}

.office figcaption {
	padding-top: 30px;
	padding-right: 94px;
	margin-bottom: 20px
}

.office figcaption h3 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px
}

.office figcaption p {
	position: relative;
	padding-left: 28px;
	padding-bottom: 10px
}

.office figcaption p i {
	position: absolute;
	top: 1px;
	left: -5px;
	font-size: 26px
}

.office ul {
	margin-left: -.83333%;
	margin-right: -.83333%
}

.office ul li {
	padding-left: .83333%;
	padding-right: .83333%;
	margin-bottom: 30px
}

.sales {
	margin-bottom: 130px
}

.sales .img-box:before {
	padding-top: 31.25%
}

.sales .pos {
	position: absolute;
	width: 1px;
	height: 1px
}

.sales .point {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px
}

.sales .spot {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	-moz-animation: scale 1.6s ease infinite alternate both;
	-webkit-animation: scale 1.6s ease infinite alternate both;
	animation: scale 1.6s ease infinite alternate both
}

.sales .rad {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3)
}

.sales .rad-80 {
	width: 80px;
	height: 80px
}

.sales .rad-44 {
	width: 44px;
	height: 44px
}

.sales .rad-25 {
	width: 25px;
	height: 25px
}

.sales .pos1 {
	left: 11.875%;
	top: 20%
}

.sales .pos2 {
	left: 13.17708%;
	top: 56%
}

.sales .pos3 {
	left: 28.28125%;
	top: 18%
}

.sales .pos4 {
	left: 37.65625%;
	top: 38%
}

.sales .pos5 {
	left: 47.44792%;
	top: 22%
}

.sales .pos6 {
	left: 49.58333%;
	top: 51%
}

.sales .pos7 {
	right: 40.625%;
	top: 86%
}

.sales .pos8 {
	right: 32.1875%;
	top: 78%
}

.sales .pos9 {
	right: 21.61458%;
	top: 71%
}

.sales .pos10 {
	right: 23.69792%;
	top: 35%
}

.sales .pos11 {
	right: 15.3125%;
	top: 50%
}

.sales .pos12 {
	right: 5.72917%;
	top: 77%
}

.sales .pos13 {
	right: 15.88542%;
	top: 21%
}

.sales ul {
	margin-left: -3.125%;
	margin-right: -3.125%
}

.sales ul li {
	padding-left: 3.125%;
	padding-right: 3.125%;
	margin-bottom: 40px
}

.sales ul li h3 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	height: 60px;
	overflow: hidden
}

.sales ul li .text-muted {
	padding-bottom: 40px;
	margin-top: 5px;
	border-bottom: 2px solid #f2f2f2;
	padding-top: 0px
}

.sales ul li .text-muted i {
	font-size: 26px;
	display: none
}

@-webkit-keyframes scale {
	from {
		-webkit-transform: translate3d(0, 0, 0) scale(0.6);
		transform: translate3d(0, 0, 0) scale(0.6)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0) scale(1.04);
		transform: translate3d(0, 0, 0) scale(1.04)
	}
}

@keyframes scale {
	from {
		-webkit-transform: translate3d(0, 0, 0) scale(0.6);
		transform: translate3d(0, 0, 0) scale(0.6)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0) scale(1.04);
		transform: translate3d(0, 0, 0) scale(1.04)
	}
}

.contact {
	font-size: 0;
	padding-top: 100px;
	padding-bottom: 100px
}

.contact article {
	display: inline-block;
	width: 43.75%;
	vertical-align: top;
	padding-right: 8.875%
}