﻿header[role=heading] {
	position: fixed;
	width: 248px;
	height: 100%;
	left: -300px;
	top: 0;
	background: #fff;
	text-align: center;
	z-index: 9999999;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	box-shadow: 1px 1px 1px #eceaea;
}
header[role=heading].active {
	left: 0;
}
.head-box {
	width: 248px;
	height: 100%;
	overflow: auto;
}
.head-top, .head-bottom {
	overflow: hidden;
}
.logo-box {
	margin: 30px 0;
}
.logo-box img {
	max-width: 100%;
}
.jodo-box {
	margin: 30px 0;
}
.jodo-box p {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	width: 130px;
}
.jodo-box p img {
	max-width: 100%;
	margin-bottom: 5px;
}
.jodo-box p em.fa {
	font-size: 22px;
	line-height: 1.05;
	width: auto;
	padding: 0 1px 0 4px;
	position: relative;
	bottom: -4px;
	top: 2px;
}
.foto-box {
	position: relative;
	z-index: 9;
	margin: 30px 0;
}
.foto-cut {
	padding: 0 10px;
}
.foto-cut p {
	margin: 0;
}
.phonemenu{display: none;}
@media (max-height:768px) {
.logo-box {
	margin: 20px 0;
}
.jodo-box {
	margin: 20px 0;
}
.foto-box {
	margin: 20px 0;
}
}
.social-box {
	margin-bottom: 70px;
}
.social-box:after {
	display: block;
	content: '';
	clear: both;
}
.social-box a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #c82126;
	font-size: 16px;
	margin: 2.5px 7.5px;
	cursor: pointer;
	color: #fff;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.social-box a:hover {
	background: #171717;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.nav-cut {
	position: relative;
	text-align: center;
	line-height: 36px;
	overflow: auto;
	margin-top:15px;
}
.nav-cut>ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav-cut>ul>li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	padding:5px 0;
}
.nav-cut>ul>li.background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 98;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
}
.nav-cut>ul>li.background:before {
	content: '-';
	width: 130px;
	background: #c82126;
	color: #c82126;
	margin: 0 auto;
	border-radius: 32px;
	display: block;
	cursor: pointer;
}
.nav-cut>ul>li>a {
	display: block;
	position: relative;
	z-index: 99;
}
.nav-cut>ul>li:hover>a, .nav-cut>ul>li.active>a, .nav-cut>ul:hover>li.active:hover>a {
	transition: .05s .2s;
	-moz-transition: .05s .2s;
	-ms-transition: .05s .2s;
	-o-transition: .05s .2s;
	-webkit-transition: .05s .2s;
}
.nav-cut>ul:hover>li.active>a {
	color: #393939;
	transition: .05s;
	-moz-transition: .05s;
	-ms-transition: .05s;
	-o-transition: .05s;
	-webkit-transition: .05s;
}
.nav-cut ul>li>ul {
	position: fixed;
	left: 188px;
	top: 50%;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	z-index: 99;
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	visibility: hidden;
	opacity: 0;
}
.nav-cut ul>li>ul:before {
	content: '';
	display: block;
	position: absolute;
	left: 4px;
	top: 50%;
	margin: -10px 0 0 0;
	border-width: 9px 16px 9px 0;
	border-style: solid;
	border-color: transparent #171717 transparent transparent;
}
.nav-cut ul>li>ul>li>ul {
	position: absolute;
	left: 100%;
}
.nav-cut ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.nav-cut ul>li>ul>li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #171717;
	position: relative;
	cursor: pointer;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
}
.nav-cut ul>li>ul>li:hover {
	background: #000;
}
.nav-cut ul>li>ul>li:first-child {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 5px;
}
.nav-cut ul>li>ul>li:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 5px;
}
.nav-cut ul>li>ul>li>a {
	display: block;
	padding: 0 40px;
	color: #eee;
	position: relative;
	z-index: 99;
	white-space: nowrap;
}
@media (max-width:767px) {
.nav-cut ul>li>ul {
	position: relative;
	left: 0;
	top: 0 !important;
	padding: 20px 0 0 0;
	width: 180px;
	margin: 0 auto;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	display: none;
	visibility: visible;
	opacity: 1;
}
.nav-cut ul>li>ul:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 4px;
	margin: 0 0 0 -10px;
	border-width: 0 9px 16px 9px;
	border-style: solid;
	border-color: transparent transparent #171717 transparent;
}
.nav-cut ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	display: none;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.nav-cut ul>li>ul>li>ul {
	position: relative;
	left: 0;
	width: 178px;
}
.nav-cut ul>li>ul>li>ul:before {
	border-color: transparent transparent #fff transparent;
}
.nav-cut ul>li>ul>li>ul>li {
	background: #fff;
}
.nav-cut ul>li>ul>li>ul>li:hover {
	background: #fff;
}
.nav-cut ul>li>ul>li>ul>li>a {
	color: #393939;
}
}
.window-head {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,.5);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.window-head hr {
	display: block;
	position: absolute;
	width: 0;
	height: 4px;
	border: none;
	margin: 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	background: #c82126;
	top: 0;
	left: 0;
}
@media(min-width:1200px) {
section[role=main].subpage.active {
	padding-left: 248px;
}
}
.window-head .head-left {
	position: absolute;
	left: 2.5%;
	top: 45%;
	color: #fff;
	cursor: pointer;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.window-head .head-left img {
	max-width: 100%;
	max-height: 90px;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	-webkit-transform-origin: left center;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
@media(min-width:300px) {
.window-head .head-left {
	width: 70%;
}
}
@media(min-width:768px) {
.window-head .head-left {
	width: 50%;
}
}
@media(min-width:1200px) {
.window-head .head-left {
	width: 20%;
}
}
@media(min-width:1440px) {
.window-head .head-left {
	width: 15%;
}
}
.window-head ul {
	position: absolute;
	left: 45%;
	top: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	transform: translate(-45%, -50%);
	-moz-transform: translate(-45%, -50%);
	-ms-transform: translate(-45%, -50%);
	-o-transform: translate(-45%, -50%);
	-webkit-transform: translate(-45%, -50%);
}
.window-head ul li {
	list-style: none;
	cursor: pointer;
	padding: 20px 40px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.window-head ul li.active {
	color: #c82126;
}
.window-head .head-right {
	position: absolute;
	right: 5%;
	top: 50%;
	margin: 0;
	height: 28px;
	padding-right: 28px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.window-head .head-right.r0 {
	right: 2.5%;
	padding-right: 0 !important;
}
.window-head .head-right i {
	color: #fff;
	font-size: 20px;
	border: 2px solid #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.window-head .head-right b {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 26px;
	height: 28px;
	line-height: 26px;
	float: left;
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.window-head .head-rights {
	position: absolute;
	right: 2.5%;
	top: 50%;
	height: 28px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.window-head .head-rights ol {
	font-style: normal;
	margin: 1px;
	padding: 0;
	width: 26px;
	height: 26px;
	display: block;
	cursor: pointer;
}
.window-head .head-rights ol:after {
	display: block;
	margin: 0;
	padding: 0;
	content: '';
	clear: both;
}
.window-head .head-rights ol li {
	width: 11px;
	height: 11px;
	float: left;
	margin: 1px;
	background: #fff;
	display: block;
	overflow: hidden;
}
.window-head .head-rights ol.active li {
	background: #c82126;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.window-head.active {
	height: 70px;
	background: rgba(0,0,0,.5);
}
.window-head.active .head-left img {
	transform: scale(.777777);
	-moz-transform: scale(.777777);
	-ms-transform: scale(.777777);
	-o-transform: scale(.777777);
	-webkit-transform: scale(.777777);
}
.window-head.active ul li {
	font-size: 16px;
}
.window-head.active .head-right {
	height: 24px;
	padding-right: 24px;
}
.window-head.active .head-right b {
	font-size: 20px;
	height: 24px;
	letter-spacing: 0;
	line-height: 24px;
}
.window-head.active .head-right i {
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 20px;
}
.window-head.active .head-rights {
	height: 24px;
}
.window-head.active .head-rights ol {
	width: 22px;
	height: 22px;
}
.window-head.active .head-rights ol li {
	width: 9px;
	height: 9px;
}
.window-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.window-cut {
	width: 100%;
	height: 100%;
	transition-timing-function: cubic-bezier(1, 0, .5, 1);
	-moz-transition-timing-function: cubic-bezier(1, 0, .5, 1);
	-ms-transition-timing-function: cubic-bezier(1, 0, .5, 1);
	-o-transition-timing-function: cubic-bezier(1, 0, .5, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1);
}
.window-back {
	width: 100%;
	height: 100%;
	padding-top: 60px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.window-back.banner {
	padding: 0;
}
@media (max-width:767px) {
	.window-back {
	padding-top: 0;

}
.window-head {
	height: 70px;
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.window-head .head-rights ol li {
	background: #c82126;
}

}
@media (max-width:767px) and (orientation:landscape) {
.window-head .head-right b {
	letter-spacing: normal;
}
}
@media (max-width:767px) and (orientation:portrait) {
.window-head .head-left {
	left: 15px;
}
.window-head .head-right {
	right: 15px;
	display: none;
}
.window-head .head-right b {
	display: none;
}
.window-head .head-right i {
	top: 0;
	left: 0;
}
}
@media (max-width:320px) {
.window-head .head-right {
	padding-right: 15px;
}
}
.banner-content {
	position: relative;
	overflow: hidden;
}
.met-banner {
	display: block;
	background-size: auto 550px !important;
	height: 550px !important;
}
.banner-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 9999;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.banner-click i {
	color: #c82126;
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	opacity: .65;
	margin: -25px 0 0 -25px;
	display: block;
	width: 50px;
	height: 50px;
	border: 3px solid #c82126;
	text-align: center;
	line-height: 44px;
	border-radius: 4px;
}
.banner-ctrl .ctrl-left .fa-angle-left,.banner-ctrl .ctrl-right .fa-angle-right{
font-size:80px;
}
.banner-content:hover .banner-click {
	opacity: 1;
	visibility: visible;
}
.banner-content:hover .banner-click i {
	visibility: visible;
	-webkit-animation: bounceInDown 1s .2s ease both;
	-moz-animation: bounceInDown 1s .2s ease both;
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0)
}
}
@-moz-keyframes bounceInDown {
0% {
opacity:0;
-moz-transform:translateY(-2000px)
}
60% {
opacity:1;
-moz-transform:translateY(30px)
}
80% {
-moz-transform:translateY(-10px)
}
100% {
-moz-transform:translateY(0)
}
}
.met-banner {
	height: auto;
	background: none;
}
.banner-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-box.sidebar {
	height: auto;
}
.banner-box.sidebar .banner-cut:after {
	display: table;
	clear: both;
	content: '';
}
.banner-cut {
	width: 1000%;
	height: 100%;
}
.banner-bin {
	width: 10%;
	height: 100%;
	float: left;
	display: block;
	overflow: hidden;
	background: center no-repeat;
	background-size: cover;
	position: relative;
}
.banner-absolute {
	position: absolute;
	width: 100%;
	height: 94%;
	top: 0;
	left: 0;
}
.banner-bin .table-box {
	padding-bottom: 6%;
}
.banner-bin .table-cell {
	position: relative;
}
.banner-box:hover .banner-ctrl {
	opacity: 1;
}
.banner-box.sidebar .banner-bin img {
	width: 100%;
}
.ctrl-box {
	opacity: .5;
}
.ctrl-box:hover {
	opacity: 1;
}
.banner-ctrl .ctrl-box {
	position: absolute;
	color: #a8a8a8;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.banner-ctrl .ctrl-box:hover {
	color: #c82126;
}
.banner-ctrl .ctrl-left {
	left: 5%;
	top: 46%;
	margin-top: -40px;
}
.banner-ctrl .ctrl-right {
	right: 5%;
	top: 46%;
	margin-top: -40px;
}
.banner-news {
	position: absolute;
	top: 79%;
	left: 50%;
	margin-left: -188px;
	height: 30px;
	line-height: 30px;
}
.banner-news b {
	float: left;
	color: #c82126;
	font-weight: bold;
	margin-right: 10px;
}
.banner-news span {
	float: left;
	overflow: hidden;
	height: 30px;
	overflow: hidden;
}
.banner-news span ol {
	float: left;
	margin: 0;
	padding: 0;
}
.banner-news span ol li {
	list-style: none;
	color: #ddd;
	margin: 0;
	padding: 0 1px 0 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 270px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.banner-news span ol li a {
	color: #ddd;
}
.banner-news span ol li a:hover {
	text-decoration: underline;
	color: #fff;
}
.banner-news p {
	float: left;
	margin: -3px 0 0 10px;
}
.banner-news p a {
	color: #c82126;
	border-bottom: 1px dotted #c82126;
}
.banner-pager {
	position: absolute;
	height: 3px;
	line-height: 0;
	top: 84%;
	bottom: auto !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-pager .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	position: relative;
	line-height: 3px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.banner-pager .swiper-pagination-bullet:before {
	position: absolute;
	width: 40px;
	height: 30px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-pager .swiper-pagination-bullet-active {
	background: #c82126;
}
.banner-down {
	position: absolute;
	top: 90%;
	cursor: pointer;
	left: 50%;
	margin-left: -24px;
	width: 47px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 24px;
}
.banner-down:before {
	content: '';
	position: absolute;
	display: block;
	width: 47px;
	height: 47px;
	background: #fff;
	opacity: .2;
	border-radius: 50%;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.banner-down:hover:before {
	background: #c82126;
	opacity: .6;
}
.banner-down i {
	position: relative;
	z-index: 2;
}
@media (max-width:1200px) {
.banner-ctrl .ctrl-left {
	left: 0;
	top: 50%;
}
.banner-ctrl .ctrl-right {
	right: 0;
	top: 50%;
}
.banner-news {
	margin-left: -147px;
}
.banner-news span ol li {
	width: 230px;
}
.banner-news p {
	display: none;
}
}
@media (max-width:767px) and (orientation:landscape) {
.banner-absolute {
	height: 100%;
}
.banner-bin .table-box {
	padding-bottom: 0;
}
.banner-news {
	top: 90%;
	left: 12.5%;
	margin: -15px 0 0 0;
}
.banner-pager {
	top: 90%;
	width: auto !important;
	left: auto !important;
	right: 2.5%;
	margin-top: -1.5px;
}
.banner-down {
	top: 90%;
	left: 2.5%;
	margin: -24px 0 0 0;
}
}
@media (max-width:767px) and (orientation:portrait) {
.banner-bin.swiper-slide-active .banner-write .w1 {
	line-height: .4;
}
.banner-absolute {
	height: 80%;
}
.banner-bin .table-box {
	padding-bottom: 20%;
}
.banner-news {
	top: 74%;
}
.banner-pager {
	top: 82%;
}
.banner-down {
	top: 88%;
}
.banner-ctrl {
	display: none;
}
}
.banner-write {
	position: relative;
	z-index: 992;
	word-break: break-all;
	padding: 0 10px;
}
.banner-write * {
	max-width: 100%;
}
.banner-write .w1 {
	font-family: Microsoft JhengHei;
	color: #fff;
	font-size: 210px;
	display: inline-block;
	margin-right:20px;
	vertical-align:super;
	line-height: 0;
	transition: .3s .4s;
	-webkit-transition: .3s .4s;
	-moz-transition: .3s .4s;
	-ms-transition: .3s .4s;
	-o-transition: .3s .4s;
	transform: translateX(-150px) scale(.8);
	-moz-transform: translateX(-150px) scale(.8);
	-ms-transform: translateX(-150px) scale(.8);
	-o-transform: translateX(-150px) scale(.8);
	-webkit-transform: translateX(-150px) scale(.8);
	opacity: 0;
}
.banner-bin.swiper-slide-active .banner-write .w1 {
	transform: translate(0) scale(1);
	-moz-transform: translate(0) scale(1);
	-ms-transform: translate(0) scale(1);
	-o-transform: translate(0) scale(1);
	-webkit-transform: translate(0) scale(1);
	opacity: 1;
}
.banner-write .w2 {
	text-align: left;
	display: inline-block;
	padding-right: 10px;
	margin-left:20px;
	transition: .3s .4s;
	-webkit-transition: .3s .4s;
	-moz-transition: .3s .4s;
	-ms-transition: .3s .4s;
	-o-transition: .3s .4s;
	transform: translateX(150px);
	-moz-transform: translateX(150px);
	-ms-transform: translateX(150px);
	-o-transform: translateX(150px);
	-webkit-transform: translateX(150px);
	opacity: 0;
}
.banner-write .w2.cc {
	text-align: center;
	transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 0;
}
.banner-write .w2.wc {
	text-align: left;
	display: inline-block;
	padding: 0 0 0 430px;
	width: 790px;
	transition: .3s .4s;
	-webkit-transition: .3s .4s;
	-moz-transition: .3s .4s;
	-ms-transition: .3s .4s;
	-o-transition: .3s .4s;
	transform: translateX(150px);
	-moz-transform: translateX(150px);
	-ms-transform: translateX(150px);
	-o-transform: translateX(150px);
	-webkit-transform: translateX(150px);
	opacity: 0;
}
.banner-write .w2.wcl{
padding: 0 430px 0 0;
text-align:right;
}

.banner-write.bw .w2 {
	text-align: center;
}
@media (max-width:1200px) {
.banner-write .w2.wc {
	text-align: center;
	display: inline-block;
	padding: 0 0 0 0;
	width: auto;
	transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	opacity: 0;
}
}
.banner-bin.swiper-slide-active .banner-write .w2 {
	transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
}
.banner-write .w2 .w21 {
	color: #fff;
	font-size: 32px;
	display: block;
}
.banner-write .w2.cc .w21 {
	transform: scale(1.2) translateY(-50px);
	-moz-transform: scale(1.2) translateY(-50px);
	-ms-transform: scale(1.2) translateY(-50px);
	-webkit-transform: scale(1.2) translateY(-50px);
	-o-transform: scale(1.2) translateY(-50px);
	transition: .3s .4s;
	-webkit-transition: .3s .4s;
	-moz-transition: .3s .4s;
	-ms-transition: .3s .4s;
	-o-transition: .3s .4s;
}
.banner-bin.swiper-slide-active .banner-write .w2.cc .w21 {
	transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-webkit-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
}
.banner-write .w2.cc .w22 {
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transition: .3s .4s;
	-webkit-transition: .3s .4s;
	-moz-transition: .3s .4s;
	-ms-transition: .3s .4s;
	-o-transition: .3s .4s;
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner-write .w2.cc .w23 {
	transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transition: .3s .4s;
	-webkit-transition: .3s .4s;
	-moz-transition: .3s .4s;
	-ms-transition: .3s .4s;
	-o-transition: .3s .4s;
	-o-transform: translateY(150px);
	-webkit-transform: translateY(150px);
}
.banner-bin.swiper-slide-active .banner-write .w2.cc .w22, .banner-bin.swiper-slide-active .banner-write .w2.cc .w23 {
	transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
}
.banner-write .w2 .w22 {
	line-height: .8;
	letter-spacing: -5px;
	font-family: Helvetica;
	font-size: 76px;
	color: #c82126;
	display: inline-block;
	border-bottom: 1px solid #c82126;
	margin: 10px 0 15px 0;
}
.banner-write .w2 .w222{
line-height:normal;
letter-spacing:5px;
font-size:56px;}
.banner-write .w2 .w2222{
letter-spacing:0;
padding-bottom:15px;
font-size:50px;
}
.banner-write .w2 .w23 {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
.banner-write .w2 .w23 em {
	font-style: normal;
	color: #c82126;
}
@media (max-width:992px) {
.banner-write .w1 {
	font-size: 213px;
}
.banner-write .w2 .w21 {
	font-size: 28px;
}
.banner-write .w2 .w22 {
	font-size: 66px;
	letter-spacing: -4px;
	margin: 3px 0 8px 0;
}
.banner-write .w2 .w23 {
	font-size: 14px;
}
}
@media (max-width:480px) {
.banner-write .w1 {
	font-size: 60px;
}
.banner-write .w2 {
	padding-left: 5px;
}
.banner-write .w2 .w21 {
	font-size: 24px;
}
.banner-write .w2 .w22 {
	font-size: 32px;
	letter-spacing: -2px;
	margin: 0 0 5px 0;
}
.banner-write .w2 .w23 {
	font-size: 12px;
}
}
.banner-full {
	width: 800px;
	height: 350px;
	position: absolute;
	border: 2000px solid rgba(0,0,0,.25);
	box-sizing: content-box;
	margin: -2175px 0 0 -2400px;
	background: none;
	left: 50%;
	top: 50%;
	z-index: 991;
	transition: .5s .6s;
	-webkit-transition: .5s .6s;
	-moz-transition: .5s .6s;
	-ms-transition: .5s .6s;
	-o-transition: .5s .6s;
	transform: translate(1350px, 750px);
	-moz-transform: translate(1350px, 750px);
	-ms-transform: translate(1350px, 750px);
	-o-transform: translate(1350px, 750px);
	-webkit-transform: translate(1350px, 750px);
}
.banner-bin.swiper-slide-active .banner-full {
	transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
}
.banner-full ol, .banner-full ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner-full ol li, .banner-full ul li {
	border-color: #c82126;
	border-style: solid;
	border-width: 0;
	position: absolute;
	width: 24px;
	height: 24px;
}
.banner-full ol li:nth-child(1) {
	border-width: 5px 0 0 5px;
	top: 0;
	left: 0;
}
.banner-full ol li:nth-child(2) {
	border-width: 5px 5px 0 0;
	top: 0;
	right: 0;
}
.banner-full ol li:nth-child(3) {
	border-width: 0 0 5px 5px;
	bottom: 0;
	left: 0;
}
.banner-full ol li:nth-child(4) {
	border-width: 0 5px 5px 0;
	bottom: 0;
	right: 0;
}
.banner-full ul li:nth-child(1) {
	border-width: 5px 0 0 0;
	margin: 0 0 0 -12px;
	top: 0;
	left: 50%;
}
.banner-full ul li:nth-child(2) {
	border-width: 0 5px 0 0;
	margin: -12px 0 0 0;
	top: 50%;
	right: 0;
}
.banner-full ul li:nth-child(3) {
	border-width: 0 0 5px 0;
	margin: 0 -12px 0 0;
	bottom: 0;
	right: 50%;
}
.banner-full ul li:nth-child(4) {
	border-width: 0 0 0 5px;
	margin: 0 0 -12px 0;
	bottom: 50%;
	left: 0;
}
.banner-border {
	width: 0;
	height: 0;
	margin: -205px 0 0 -300px;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 994;
	transition: .4s 1s;
	-webkit-transition: .4s 1s;
	-moz-transition: .4s 1s;
	-ms-transition: .4s 1s;
	-o-transition: .4s 1s;
	border: 1px dashed #c82126;
	z-index: 993;
	visibility: hidden;
}
.banner-bin.swiper-slide-active .banner-border {
	width: 600px;
	height: 410px;
	visibility: visible;
}
.banner-background {
	left: 0;
	top: 0;
	width: 100%;
	height: 150%;
	position: absolute;
	z-index: 990;
	background: rgba(0,0,0,.35);	
	transition: .6s .6s;
	-webkit-transition: .6s .6s;
	-moz-transition: .6s .6s;
	-ms-transition: .6s .6s;
	-o-transition: .6s .6s;
}
.banner-bin.swiper-slide-active .banner-background {
	left: 50%;
}
.banner-bin.swiper-slide-active .visible-lg-right {
	left: 0;
	 width: 50%;
}
.banner-free * {
	max-width: 100%;
}
.title-box {
}
.title-box h1 {
	font-size: 50px;
	font-family: TechnicLite;
	color: #c82126;
	line-height: 35px;
	margin: 0 0 15px 0;
	padding: 0;
}
.title-box-cn h1{
font-size:36px;
font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,sans-serif;
}
.title-box-cn p{
font-size:16px;
}
.title-box h2 {
	font-size: 25px;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
}
@media (max-width:767px) {
.title-box h1 {
	font-size: 30px;
	margin: 0 0 5px 0;
}
.title-box h2 {
	font-size: 18px;
}
}
@media (max-height:350px) {
.title-box h1 {
	display: none;
}
}
.icon-box {
	padding: 50px 0 70px 0;
	width: 1300px;
	margin: 0 auto;
}
.icon-box ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width:100%;
	margin-top:10px;
}
.icon-box ul:first-child{
margin-top:0;}
.icon-box ul li {
	list-style: none;
	margin: 0 60px;
	padding: 0;
	position: relative;
	display: inline-block;
}
.icon-box ul li:before {
	display: block;
	content: '';
	width: 170px;
	border-radius: 5px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	height: 0;
	position: absolute;
	top: 15px;
	left: 10px;
	background: #c82126;
	z-index: 8;
}
.icon-box ul li a {
	display: block;
	position: relative;
	z-index: 9;
}
.icon-box ul li b {
	display: block;
	width: 170px;
	height: 170px;
	margin: 10px;
	position: relative;
}
.icon-box ul li img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 0;
}
.icon-box ul li:hover b {
	-webkit-animation: swing 1s .2s ease both;
	-moz-animation: swing 1s .2s ease both;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin:top center
}
20% {
-webkit-transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg)
}
}
@-moz-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-moz-transform-origin:top center
}
20% {
-moz-transform:rotate(15deg)
}
40% {
-moz-transform:rotate(-10deg)
}
60% {
-moz-transform:rotate(5deg)
}
80% {
-moz-transform:rotate(-5deg)
}
100% {
-moz-transform:rotate(0deg)
}
}
.icon-box ul li i {
	display: block;
	font-size: 56px;
	width: 130px;
	height: 130px;
	line-height: 120px;
	margin: 30px;
	border: 5px solid #c82126;
	border-radius: 50%;
	text-align: center;
	color: #c82126;
	background: rgba(255,255,255,.1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
}
.icon-box ul li h3 {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
}
.icon-box ul li p {
	display: none;
}
.icon-text {
	font-family: TechnicLite;
	font-size: 24px;
	line-height: 1;
}
@media (min-width:1201px) {
.icon-box ul li p {
	display: block;
	position: absolute;
	top: 135px;
	width: 170px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	height: 38px;
	line-height:20px;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
}
.icon-box.icon-type-0 ul li:hover:before {
	height: 100%;
}
.icon-box.icon-type-0 ul li:hover i {
	color: #fff;
	border: none;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	opacity: .9;
	background: none;
}
.icon-box.icon-type-0 ul li:hover h3 {
	color: #fff;
	transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
}
.icon-box.icon-type-0 ul li:hover p {
	transition: .3s .2s;
	-webkit-transition: .3s .2s;
	-moz-transition: .3s .2s;
	-ms-transition: .3s .2s;
	-o-transition: .3s .2s;
	opacity: .8;
}
}
@media (max-width:1200px) {
.icon-box {
	width: 100%;
	padding: 40px 0 50px 0;
}
.icon-box ul li i {
	font-size: 66px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 25px;
	border: none;
	border-radius: 50%;
	text-align: center;
	color: #c82126;
}
.icon-box ul li b {
	width: 130px;
	height: 130px;
}
.icon-box ul li h3 {
	display: block;
	font-size: 16px;
	color: #333;
}
}
@media (max-width:992px) {
.icon-box ul {
	display: block;
}
.icon-box ul li {
	margin: 15px 0;
}
.icon-box ul li i {
	margin: 0 40px;
}
}
@media (max-width:767px) {
.icon-text {
	font-size: 18px;
}
}
@media (max-width:767px) and (orientation:landscape) {
.icon-box {
	padding: 15px 0 20px 0;
	
}
.icon-box ul li {
	margin: 15px 0;
	width: 30%;
}
.icon-box ul li i {
	font-size: 34px;
	margin: 0 8px 0 30px;
	width: auto;
	height: auto;
	line-height: 24px;
	display: inline-block;
	position: relative;
	top: 6px;
}
.icon-box ul li b {
	margin: 0 0 0 30px;
	width: 34px;
	height: 34px;
	display: inline-block;
	position: relative;
	top: 6px;
}
.icon-box ul li:first-child i {
	margin-left: 0;
}
.icon-box ul li h3 {
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
}
}
@media (max-width:767px) and (orientation:portrait) {
.icon-box {
	padding: 20px 0 30px 20px;
}
.icon-box ul li {
	margin: 10px 0;
	width: 30%;
	float: left;
}
.icon-box.icon-type-1 ul li {
	margin: 0 0 5px 0;
}
.icon-box ul li i {
	font-size: 40px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}
.icon-box ul li b {
	width: 100px;
	height: 100px;
	margin: 5px auto;
}
.icon-box ul li h3 {
	font-size: 16px;
}
}
@media (max-width:320px) {
.icon-box ul li h3 {
	font-size: 14px;
}
}
@media (max-height:320px) {
.icon-box {
	padding-bottom: 0;
}
.icon-box ul li {
	margin-bottom: 0;
}
.icon-box ul li i {
	font-size: 30px;
	margin: 0 8px 0 10px;
}
.icon-box ul li h3 {
	font-size: 14px;
}
.icon-text {
	display: none;
}
}
.case-ctrl .ctrl-box {
	position: absolute;
	color: #a8a8a8;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	z-index: 99;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.case-ctrl .ctrl-box:hover {
	color: #c82126;
}
.case-ctrl .ctrl-left {
	left: 5%;
	top: 49%;
}
.case-ctrl .ctrl-right {
	right: 5%;
	top: 49%;
}
.case-ctrl .ctrl-left i,.case-ctrl .ctrl-right i{
font-size:80px;
}
@media (max-width:1200px) {
.case-ctrl .ctrl-left {
	left: 0;
}
.case-ctrl .ctrl-right {
	right: 0;
}
}
@media (max-width:767px) {
.case-ctrl .ctrl-box {
	width: 50px;
	line-height: 50px;
}
}
.case-box {
	overflow: hidden;
	width: 1400px;
	margin: 50px auto 0 auto;
}
.case-cut {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 6999px;
}
.case-cut:after {
	content: '';
	display: table;
	clear: both;
}
.case-bin {
	display: block;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 300px;
	background: #fff;
	position: relative;
}
.case-bin a {
	display: block;
}
.case-bin font {
	display: block;
	position: relative;
	overflow: hidden;
}
.case-bin font:before {
	width: 15px;
	height: 1px;
	margin-left: -7px;
	background: #fff;
	content: '';
	display: block;
	transition: .1s .2s ease-in-out;
	-moz-transition: .1s .2s ease-in-out;
	-ms-transition: .1s .2s ease-in-out;
	-o-transition: .1s .2s ease-in-out;
	-webkit-transition: .1s .2s ease-in-out;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.case-bin font:after {
	width: 1px;
	height: 15px;
	margin-top: -7px;
	background: #fff;
	content: '';
	display: block;
	transition: .1s .2s ease-in-out;
	-moz-transition: .1s .2s ease-in-out;
	-ms-transition: .1s .2s ease-in-out;
	-o-transition: .1s .2s ease-in-out;
	-webkit-transition: .1s .2s ease-in-out;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.case-bin a:hover font:before {
	opacity: 1;
}
.case-bin a:hover font:after {
	opacity: 1;
}
.case-bin font b {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: -100%;
	left: 0;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.case-bin a:hover font b {
	top: 0;
}
.case-bin font b:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: 500px solid rgba(0,0,0,.6);
	left: 50%;
	top: 50%;
	margin: -525px 0 0 -525px;
}
.case-bin font b:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #c82126;
	opacity: 0.9;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}
.case-bin font img {
	display: block;
	width: 100%;
}
.case-bin span {
	display: block;
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,.5);
	text-align: left;
	padding: 15px 20px;
}
.case-bin span:after {
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
	background: #c82126;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.case-bin span h3 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.case-bin span p {
	display: block;
	font-size: 12px;
	color: #888;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 2;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case-bin a:hover span:after {
	height: 100%;
}
.case-bin a:hover span h3 {
	color: #fff;
}
.case-bin a:hover span p {
	color: #fff;
}
.case-more {
	margin-top: 30px;
}
.case-more a {
	border: 1px solid #c82126;
	font-family:"Segoe UI", Helvetica, Arial, "Microsoft YaHei", FreeSans;
	color: #c82126;
	font-size: 18px;
	padding: 6px 25px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	display: inline-block;
	border-radius:4px;
	/*margin-left: 30px;*/
}
.case-more a:hover {
	background: #c82126;
	color: #fff;
}
@media (max-width:1599px) {
.case-box {
	width: 940px;
}
}
@media (max-width:1200px) {
.case-box {
	width: 620px;
}
}
@media (max-width:767px) {
.case-box {
	width: 460px;
	margin: 20px auto;
}
.case-bin {
	margin: 0 10px 0 0;
	width: 230px;
}
.case-bin span p {
	display: none;
}
.case-more {
	display: none;
}
}
@media (max-width:479px) {
.case-box {
	width: 300px;
	margin: 40px auto 0 auto;
}
.case-bin span p {
	display: block;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-more {
	margin-top: 30px;
	display: block;
}
.case-more a {
	border: 1px solid #c82126;
	font-family: TechnicLite;
	color: #c82126;
	font-size: 20px;
	padding: 0 10px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	font-weight: bold;
	display: inline-block;
}
}
@media (max-width:400px) {
.case-box {
	width: 230px;
}
}
.pro-box {
	font-size: 0;
}
.pro-box ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	display: block;
	text-align: center;
}
.case-bin.pro {
	margin: 20px;
	display: inline-block;
	float: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.case-bin.pro span p {
	display: block;
}
.pro-page {
	padding-bottom: 30px;
}
@media (max-width:1500px) {
.pro-box ul {
	margin: 40px 0;
}
.case-bin.pro {
	margin: 10px;
}
}
@media (max-width:479px) {
.pro-box ul {
	margin: 10px 0;
}
.case-bin.pro {
	margin: 20px auto 0 auto;
	display: block;
	max-width: 90% !important;
}
}
.show-box {
	margin: 35px 60px;
}
.show-box:after {
	display: block;
	content: '';
	clear: both;
}
.show-box img {
	max-width: 100%;
}
.show-title {
	font-size: 22px;
	line-height: 30px;
	height: 32px;
	margin-bottom: 50px;
	position: relative;
	padding-left: 20px;
}
.show-title:before {
	width: 6px;
	height: 32px;
	background: #c82126;
	border-radius: 99px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.show-box .about-con p {
margin: 0 0 13px;
line-height: 26px;
font-size: 15px;
text-indent:2em;
}
.product-title {
	font-size: 22px;
	line-height: 32px;
	height: 32px;
	margin: 40px 0 0 60px;
	position: relative;
	padding-left: 20px;
}
.product-title:before {
	width: 7px;
	height: 32px;
	background: #c82126;
	border-radius: 99px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.product-descript {
	margin: 0 60px;
}
.product-descript h3 {
	margin: 30px 0 0 0;
	padding: 0 20px;
	color: #000;
	font-size: 20px;
	display: inline-block;
	font-weight: 900;
}
.product-descript font {
	color: #999;
}
.product-descript font i {
	font-size: 16px;
	padding: 0 0 0 5px;
}
.product-descript div {
	margin: 10px 0 0 20px;
}
.product-descript div:after {
	display: table;
	clear: both;
	content: '';
}
.product-descript div dl {
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 30px 0 15px;
	margin: 10px 0 0 0;
}
.product-descript div dl dt {
	display: block;
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 13px;
}
.product-descript div dl dd {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}
.product-descript p {
	margin: 20px 0 0 0;
	display: block;
	text-indent: 20px;
	line-height: 1.75;
	color: #555;
}
.product-descript span {
	display: block;
}
.product-descript span b {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
}
.product-descript span i {
	font-size: 18px;
	padding: 0 3px;
}
.product-descript span {
	display: inline-block;
}
.product-descript span a {
	color: #fff;
	background: #c82126;
	display: inline-block;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 0 6px 6px;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.product-descript span a:hover {
	background: #393939;
}
.product-content {
	padding: 30px 60px;
}
.product-content img {
	max-width: 100%;
}
@media (max-width:1200px) {
.product-title {
	margin: 35px 0 0 30px;
}
.show-box {
	margin: 35px 30px;
}
.product-descript {
	margin: 0 30px;
}
.product-content {
	padding: 30px;
}
}
@media (max-width:767px) {
.product-title {
	margin: 35px 0 0 15px;
}
.show-box {
	margin: 35px 15px;
}
.product-descript {
	margin: 0 15px;
}
.product-descript h3 {
	display: block;
}
.product-descript font {
	display: block;
	margin: 15px 0 0 15px;
}
.product-content {
	padding: 15px;
}
}
.joint-ctrl .ctrl-box {
	position: absolute;
	color: #a8a8a8;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	z-index: 99;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.joint-ctrl .ctrl-box:hover {
	color: #c82126;
}
.joint-ctrl .ctrl-left {
	left: 5%;
	top: 52%;
}
.joint-ctrl .ctrl-right {
	right: 5%;
	top: 52%;
}
.joint-ctrl .ctrl-left i,.joint-ctrl .ctrl-right i {
font-size:80px;
}
@media (max-width:1200px) {
.joint-ctrl .ctrl-left {
	left: 0;
}
.joint-ctrl .ctrl-right {
	right: 0;
}
}
@media (max-width:767px) {
.joint-ctrl .ctrl-box {
	width: 50px;
	line-height: 50px;
}
}
.joint-box {
	width: 1150px;
	margin: 50px auto 30px auto;
	overflow: hidden;
}
.joint-box.swiper-container-horizontal {
	width: 1149px;
}
.joint-cut {
	width: 99999px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.joint-cut:after {
	display: table;
	content: '';
	clear: both;
}
.joint-bin {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 140px;
	display: table;
	position: relative;
}
.joint-bin a {
	display: table-cell;
	vertical-align: middle;
	background: rgba(255,255,255,.35);
	text-align: center;
	width: 100%;
	height: 100%;
	border-color: #ddd;
	border-style: dotted;
	border-width: 1px 1px 0 0;
}
.joint-bin[data-swiper-row="0"] a {
	border-width: 0 1px 0 0;
}
.joint-bin a img {
	line-height: 0;
	max-width: 210px;
	max-height: 120px;
}
.joint-bin a:hover img {
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1)
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0)
}
}
@-moz-keyframes tada {
0% {
-moz-transform:scale(1)
}
10%, 20% {
-moz-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-moz-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-moz-transform:scale(1.1) rotate(-3deg)
}
100% {
-moz-transform:scale(1) rotate(0)
}
}
@media (max-width:1440px) {
.joint-box.swiper-container-horizontal {
	width: 999px;
}
}
@media (max-width:1200px) {
.joint-box.swiper-container-horizontal {
	width: 749px;
}
}
@media (max-width:992px) {
.joint-box.swiper-container-horizontal {
	width: 499px;
}
}
@media (max-width:767px) {
.joint-box.swiper-container-horizontal {
	width: 479px;
	margin: 20px auto;
}
.joint-bin {
	height: 80px;
	width: 160px;
}
.joint-bin a {
	border-width: 0 1px 0 0;
}
.joint-bin a img {
	line-height: 0;
	max-width: 100px;
	max-height: 50px;
}
}
@media (max-width:480px) {
.joint-box.swiper-container-horizontal {
	width: 319px;
	margin: 20px auto;
}
}
.joint-box.joint-type-0 .joint-bin {
	display: block;
	height: auto !important;
}
.joint-box.joint-type-0 .joint-bin a {
	display: block;
}
.joint-box.joint-type-0 .joint-bin a img {
	max-width: 100%;
	max-height: none;
}
.worth-ctrl .ctrl-box {
	position: absolute;
	color: #a8a8a8;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	z-index: 99;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.worth-ctrl .ctrl-box:hover {
	color: #c82126;
}
.worth-ctrl .ctrl-left {
	left: 5%;
	top: 52%;
}
.worth-ctrl .ctrl-right {
	right: 5%;
	top: 52%;
}
.worth-ctrl .ctrl-left i,.worth-ctrl .ctrl-right i{
font-size:80px;
}
@media (max-width:1200px) {
.worth-ctrl .ctrl-left {
	left: 0;
}
.worth-ctrl .ctrl-right {
	right: 0;
}
}
.worth-box {
	overflow: hidden;
	width: 1420px;
	margin: 80px auto 0 auto;
}
.worth-cut {
	display: block;
	width: 6999px;
}
.worth-cut:after {
	content: '';
	display: table;
	clear: both;
}
.worth-bin {
	display: block;
	float: left;
	width: 280px;
	padding: 10px 30px;
	line-height: 30px;
	position: relative;
}
.worth-bin video {
	display: block;
	font-size: 0;
}
.worth-bin p {
	margin: 0 auto;
}
.worth-bin .vjs-default-skin {
	margin: 0 auto;
}
.worth-bin * {
	max-width: 100%;
}
.em-fa {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px !important;
}
.em-fa em {
	color: #c82126;
	font-size: 38px;
	width: auto !important;
	margin: 0 15px;
}
.ef-32 em {
	font-size: 32px;
}
.worth-text {
	margin-top: 90px;
}
.worth-img{
background:url(../images/aaa.jpg) center center no-repeat;
width:70%;
height:300px;
margin:auto;}
.worth-text a {
	border: 1px solid #c82126;
	color: #c82126;
	font-size: 18px;
	padding: 5px 20px;
	line-height: 0;
	letter-spacing: 2px;
	border-radius: 4px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
.worth-text a:hover {
	background: #c82126;
	color: #fff;
}
@media (max-width:1200px) {
.worth-box {
	margin-top: 60px;
}
.worth-text {
	margin-top: 70px;
}
.worth-box {
	width: 840px;
}
}
@media (max-width:992px) {
.worth-box {
	width: 560px;
}
}
@media (max-width:767px) {
.worth-box {
	margin-top: 30px;
}
.worth-text {
	margin-top: 30px;
}
}
@media (max-width:767px) and (orientation:landscape) {
.worth-text {
	display: none;
}
.worth-bin {
	height: 120px;
}
}
@media (max-width:767px) and (orientation:portrait) {
.worth-text a {
	font-size: 16px;
	padding: 2px 12px;
	letter-spacing: 0px;
	border-radius: 2px;
}
}
@media (max-width:479px) {
.worth-box {
	width: 280px;
}
}
.mark-ctrl .ctrl-box {
	position: absolute;
	color: #a8a8a8;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	z-index: 99;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.mark-ctrl .ctrl-box:hover {
	color: #c82126;
}
.mark-ctrl .ctrl-left {
	left: 5%;
	top: 52%;
}
.mark-ctrl .ctrl-right {
	right: 5%;
	top: 52%;
}
@media (max-width:1200px) {
.mark-ctrl .ctrl-left {
	left: 0;
}
.mark-ctrl .ctrl-right {
	right: 0;
}
}
.mark-box {
	width: 1200px;
	margin: 50px auto 70px auto;
	overflow: hidden;
}
.mark-cut {
	width: 3999px;
}
.mark-bin {
	width: 200px;
	float: left;
	position: relative;
}
.mark-bin i {
	display: block;
	font-size: 56px;
	color: #c82126;
	border-radius: 50%;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}
.mark-bin:hover i {
	background: #c82126;
	color: #fff;
	font-size: 46px;
}
.mark-bin img {
	max-width: 140px;
	max-height: 60px;
	margin: 0 auto;
	display: block;
}
.mark-bin h3 {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}
.mark-bin p {
	display: block;
	line-height: 1.35;
	color: #333;
	font-size: 14px;
	margin: 0;
}
@media (max-width:1200px) {
.mark-box {
	width: 900px;
}
.mark-bin {
	width: 180px;
}
}
@media (max-width:992px) {
.mark-box {
	width: 600px;
}
.mark-bin {
	width: 200px;
}
}
@media (max-width:767px) {
.mark-bin {
	width: 160px;
}
}
@media (max-width:767px) and (orientation:landscape) {
.mark-box {
	width: 480px;
	margin: 20px auto 0 auto;
}
.mark-bin i {
	display: block;
	font-size: 46px;
	color: #c82126;
	border-radius: 50%;
	width: auto;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
}
.mark-bin:hover i {
	background: #c82126;
	color: #fff;
	font-size: 40px;
}
}
@media (max-width:767px) and (orientation:portrait) {
.mark-box {
	width: 320px;
}
}
.programme-ctrl .ctrl-box {
	position: absolute;
	color: #a8a8a8;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	z-index: 99;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.programme-ctrl .ctrl-box:hover {
	color: #c82126;
}
.programme-ctrl .ctrl-left {
	left: 5%;
	top: 54%;
}
.programme-ctrl .ctrl-right {
	right: 5%;
	top: 54%;
}
.programme-ctrl .ctrl-left i,.programme-ctrl .ctrl-right i{
font-size:80px;
}
@media (max-width:1200px) {
.programme-ctrl .ctrl-left {
	left: 0;
}
.programme-ctrl .ctrl-right {
	right: 0;
}
}
@media (max-width:767px) {
.programme-ctrl .ctrl-box {
	width: 50px;
	line-height: 50px;
}
}
.programme-box {
	overflow: hidden;
	width: 1400px;
	margin: 50px auto 0 auto;
}
.programme-cut {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 9999px;
}
.programme-cut:after {
	content: '';
	display: table;
	clear: both;
}
.programme-bin {
	display: block;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 300px;
	background: #fff;
	position: relative;
}
.programme-bin a {
	display: block;
}
.programme-bin font {
	display: block;
	position: relative;
	overflow: hidden;
}
/*.programme-bin font:before {
	width: 15px;
	height: 1px;
	margin-left: -7px;
	background: #fff;
	content: '';
	display: block;
	transition: .1s .2s ease-in-out;
	-moz-transition: .1s .2s ease-in-out;
	-ms-transition: .1s .2s ease-in-out;
	-o-transition: .1s .2s ease-in-out;
	-webkit-transition: .1s .2s ease-in-out;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}*/
/*.programme-bin font:after {
	width: 1px;
	height: 15px;
	margin-top: -7px;
	background: #fff;
	content: '';
	display: block;
	transition: .1s .2s ease-in-out;
	-moz-transition: .1s .2s ease-in-out;
	-ms-transition: .1s .2s ease-in-out;
	-o-transition: .1s .2s ease-in-out;
	-webkit-transition: .1s .2s ease-in-out;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}*/
.programme-bin a:hover font:before {
	opacity: 1;
}
.programme-bin a:hover font:after {
	opacity: 1;
}
.programme-bin font b {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: -100%;
	left: 0;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.programme-bin a:hover font b {
	top: 0;
}
.programme-bin font b:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: 500px solid rgba(0,0,0,.6);
	left: 50%;
	top: 50%;
	margin: -525px 0 0 -525px;
}
.programme-bin font b:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #c82126;
	opacity: 0.9;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}
.programme-bin font img {
	/*display: block;*/
	width: 100%;
}
.programme-bin span {
	display: block;
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,.5);
	text-align: left;
	padding: 15px 20px;
}
.programme-bin span:after {
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
	background: #c82126;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.programme-bin span h3 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.programme-bin span p {
	display: block;
	font-size: 12px;
	color: #888;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 2;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.programme-bin a:hover span:after {
	height: 100%;
}
.programme-bin a:hover span h3 {
	color: #fff;
}
.programme-bin a:hover span p {
	color: #fff;
}
.programme-more {
	margin-top: 30px;
}
.programme-more a {
	border: 1px solid #c82126;
	font-family:"Segoe UI", Helvetica, Arial, "Microsoft YaHei", FreeSans;
	color: #c82126;
	font-size: 18px;
	padding: 6px 25px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	display: inline-block;
	border-radius:4px;
	margin-left: 30px;
}
.programme-more a:hover {
	background: #c82126;
	color: #fff;
}
@media (max-width:1599px) {
.programme-box {
	width: 940px;
}
}
@media (max-width:1200px) {
.programme-box {
	width: 620px;
}
}
@media (max-width:767px) {
.programme-box {
	width: 460px;
	margin: 20px auto;
}
.programme-bin {
	margin: 0 10px 0 0;
	width: 230px;
}
.programme-bin span p {
	display: none;
}
.programme-more {
	display: none;
}
}
@media (max-width:479px) {
.programme-box {
	width: 300px;
	margin: 40px auto 0 auto;
}
.programme-bin span p {
	display: block;
}
.programme-more {
	margin-top: 30px;
	display: block;
}
.programme-more a {
	border: 1px solid #c82126;
	font-family: TechnicLite;
	color: #c82126;
	font-size: 20px;
	padding: 0 10px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	font-weight: bold;
	display: inline-block;
}
}
@media (max-width:400px) {
.programme-box {
	width: 230px;
}
}
.pro-box {
	font-size: 0;
}
.pro-box ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	display: block;
	text-align: center;
}
.programme-bin.pro {
	margin: 20px;
	display: inline-block;
	float: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.programme-bin.pro span p {
	display: block;
}
.pro-page {
	padding-bottom: 30px;
}
@media (max-width:1500px) {
.pro-box ul {
	margin: 40px 0;
}
.programme-bin.pro {
	margin: 10px;
}
}
.about-nav {
	position: absolute;
	left: 10%;
	top: 15.5%;
	overflow: hidden;
}
.about-nav:after {
	background: #2fd0b5;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: .15;
	width: 80px;
	height: 100%;
}
.about-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-nav ul li {
	line-height: 42px;
	height: 42px;
	font-size: 16px;
	color: #585757;
	list-style: none;
	margin: 0;
	padding: 0 25px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	background: rgba(255,255,255,.7);
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	cursor: pointer;
}
.about-nav ul li:hover{
background:#c82126;
color:#fff;
}
.about-nav ul li.back {
	background: #2fd0b5;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -42px;
	opacity: .2;
	height: 42px;
}
.about-nav ul li.active {
	color: #fff;
	background: #c82126;
}
.about-box {
	width: 800px;
	margin-left: 42%;
	margin-bottom: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.about-cut {
	width: 5000px;
}
.about-bin {
	width: 480px;
	float: left;
	text-align: left;
	color: #e8e7e7;
	position: relative;
}
.about-bin * {
	max-width: 100%;
}
.about-bin p {
	margin: 0;
	line-height: 2.5;
	text-indent: 2em;
	font-size: 15px;
	color:#555;
}
.about-time p{
letter-spacing:1px;
}
.about-time p:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: relative;
	top: -4px;
	margin-right: 10px;
	background: #c82126;
}
.about-time p u {
	list-style: none;
	padding: 0 10px;
	text-decoration: none;
}
.about-titless {
	font-size: 24px;
	color: #c82126;
	text-indent:inherit!important;
}
.about-sixiang {
	font-size: 26px;
}
.about-sxtitle {
	color: #ddd;
	font-size: 36px;
}
.news-nav {
	position: absolute;
	left: 10%;
	top: 15.5%;
	overflow: hidden;
}
.news-nav:after {
	background: #2fd0b5;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: .15;
	width: 80px;
	height: 100%;
}
.news-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-nav ul li {
	line-height: 42px;
	height: 42px;
	font-size: 16px;
	color: #585757;
	list-style: none;
	margin: 0;
	padding: 0 25px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	background: rgba(255,255,255,.7);
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	cursor: pointer;
}
.news-nav ul li:hover{
background:#c82126;
color:#fff;
}
.news-nav ul li.back {
	background: #2fd0b5;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -42px;
	opacity: .2;
	height: 42px;
}
.news-nav ul li.active {
	color: #fff;
	background: #c82126;
}
.news-box {
	width: 900px;
	margin-left: 35%;
	margin-bottom: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.news-cut {
	width: 5000px;
}
.news-bin {
	width: 480px;
	float: left;
	text-align: left;
	color: #f1f0f0;
	position: relative;
}
.news-bin * {
	max-width: 100%;
}
.news-bin p {
	margin: 0;
	line-height: 3;
	text-indent: 2em;
}
.news-time p{
letter-spacing:1px;
}

.news-time p u {
	list-style: none;
	padding: 0 10px;
	text-decoration: none;
}
.news-titless {
	font-size: 24px;
	color: #c82126;
	text-indent:inherit!important;
}
.news-sixiang {
	font-size: 26px;
}
.news-sxtitle {
	color: #ddd;
	font-size: 36px;
}
.news-bin p span{ 
color:#393939;
float:right;
}
@media (max-width: 1440px){
	.window-head ul li{padding: 10px 15px;}
	.window-head ul li {font-size: 16px;}
	.about-nav,.news-nav{left: 5%; top:15%;}
	.about-box,.news-box {
		width: 800px;
		margin-left: 30%;
		margin-bottom: auto;
	}
}
@media (max-width:1200px) {
.about-box,.news-box{
		margin-left: 25%;
		margin-bottom: auto;
	}
}
@media (max-width:1100px) {
.about-box,.news-box{
		margin-left: 15%;
	}
}
@media (max-width:992px) {
.about-nav {
	top: 12%;
}
.about-bo,.news-nav{
	margin-left: auto;
	margin-right: 5%;
}
.about-nav ul li{float: left;}
.about-bin p{width: 90%;margin-left: 2%;}
}
@media (max-width:767px) {
.about-nav {
	position: absolute;
	top: 0;
}
.about-box {
	margin: 0;
	margin-left: 2%;
	margin-top: 55px;
	position: relative;

}
.about-bin{width: 767px;}
/*.about-bin p{width: 60%;margin-left: 2%;}*/
}
@media (max-width:767px) and (orientation:landscape) {
.about-nav ul li {
	width: 80px;
	padding: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}
}

@media (max-width:479px) {
.news-nav{
top:60px;
left:28%;
}
.about-titless {
	text-align: center;
}
.news-nav ul li {
	width: 80px;
	padding: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	border: 1px solid #f2f2f2;
}
.about-nav {
	text-align: center;
	margin: 0 auto;
	left: 0;
	top: 0;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}
.about-nav ul:after {
	clear: both;
	content: '';
	display: block;
}
.about-nav ul li {
	display: inline-block;
}
.about-box {
	width: 300px;
	margin: 20px auto;
	left: 0;
}
.about-bin {
	width: 300px;
}
.about-bin p {
	width: 98%;
	line-height: 2;
}
.about-bin br {
	display: none;
}
.about-sxtitle {
	font-size: 26px;
	text-align: center;
}
.about-sixiang {
	font-size: 16px;
	text-align: center;
}
}
.about-bottom {
	width: 100%;
	height: 71px;
	line-height: 70px;
	background: rgba(255,255,255,.3);
	border-top: 1px solid rgba(215,215,215,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.about-ul {
	width: 1000%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 2%;
	color: #7b7777;
}
.about-li b {
	font-size: 26px;
	padding-right: 6px;
	font-weight: normal;
	color: #c82126;
}
@media (max-width:767px) and (orientation:landscape) {
.about-bottom {
	display: none;
}
}
.window-bin[data-hash="contact"]>div {
	overflow: hidden;
}
/*.window-bin[data-hash="contact"] * {
	max-width: 100%;
}*/
.contact-main {
	background: rgba(255,255,255,.75);
	width: 900px;
	margin: 0 auto;
	padding: 50px;
}
.contact-box {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,.25);
	padding-bottom: 30px;
	text-align: left;
}
.contact-box:after {
	content: '';
	clear: both;
	display: block;
}
.contact-left {
	width: 225px;
	float: left;
}
.about-left{
float:left;
width:calc(100% - 600px);
}
.contact-left img,.about-left img,.contact-right img,.about-right img {
	display: block;
	border: 5px solid #fff;
	border-radius: 2px;
}
.contact-center,.about-center {
	width: 320px;
	float: left;
}
.contact-center p.t,.about-center p.t {
	font-size: 36px;
	color: #c82126;
	font-family: Georgia;
	line-height: 1;
	margin-top: -15px;
	margin-bottom:21px;
}
.contact-right {
	width: 260px;
	float: left;
}
.about-right{
float:right;
width:550px;
}
.contact-text,.about-text {
	margin-top: 45px;
}
.contact-text p,.about-text p {
	font-size: 22px;
	color: #c82126;
	letter-spacing: 3px;
}
.contact-text p em,.about-text p em {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	margin: 0 5px 0 3px;
	background: #c82126;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	font-style: normal;
}
.contact-text div,.about-text div {
	font-family: TechnicLite;
	color: #c82126;
	font-size: 20px;
}
@media (max-width:992px) {
.contact-main {
	width: 640px;
}
.contact-box {
	width: 540px;
}
.contact-right {
	display: none;
}
}
@media (max-width:767px) and (orientation:landscape) {
.contact-main {
	width: auto;
	display: inline-block;
}
.contact-box {
	padding: 0;
	border: none;
	width: auto;
	display: inline-block;
}
.contact-left {
	width: auto;
	padding-right: 30px;
	display: inline-block;
}
.contact-center {
	width: auto;
	display: inline-block;
	text-align: left;
}
.contact-center img.c {
	display: none;
}
}
@media (max-width:767px) and (orientation:portrait) {
.contact-main {
	width: auto;
	display: inline-block;
}
.contact-box {
	padding: 0;
	border: none;
	width: auto;
	display: inline-block;
}
.contact-left {
	display: none;
}
.contact-center {
	width: auto;
	display: inline-block;
}
.contact-center img.c {
	display: block;
	margin: 20px auto 0 auto;
}
}
@media (max-width:350px) {
.contact-main {
	padding: 20px 10px;
}
}
.information-box {
	margin: 0 60px;
}
.information-box ul, .information-box li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.information-box li:first-child {
	margin-top: 40px;
}
.information-box li {
	margin-top: 40px;
	line-height: 1;
}
.information-box li:after {
	display: table;
	content: '';
	clear: both;
}
.information-box li font {
	display: block;
	float: left;
	background: #c82126;
	line-height: 22px;
	color: #fff;
	margin-right: 15px;
	width: 60px;
	position: relative;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
}
.information-box li font:before {
	position: absolute;
	content: '';
	border-style: solid;
	border-width: 22px 5px 0 5px;
	border-color: #c82126 transparent transparent transparent;
	top: 56px;
	left: 33px;
	transform: rotate(-40deg);
}
.information-box li font b {
	display: block;
	font-size: 26px;
	font-family: Helvetica;
	font-weight: normal;
}
.information-box li font u {
	display: block;
	font-size: 18px;
	margin-top: 3px;
	text-decoration: none;
}
.information-box li img {
	border: 2px solid #fff;
	height: 160px;
	float: left;
	margin-right: 30px;
}
.information-box li span {
	display: block;
}
.information-box li span h3 {
	margin: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.information-box li span h3:hover {
	color: #c82126;
}
.information-box li span em {
	font-style: normal;
	color: #888;
	display: block;
	margin: 18px 0 14px;
	font-size:15px;
}
.information-box li span em u {
	text-decoration: none;
	margin: 0 5px;
}
.information-box li p {
	color: #555;
	line-height: 26px;
	margin: 0;
	overflow: hidden;
	display: block;
	text-indent: 20px;
	 font-size:15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.information-box li strong {
	color: #c82126;
	font-weight: normal;
	display: block;
	margin-top: 13px;
}
.information-box li strong i {
}
.information-box li strong a {
	color: #c82126;
	margin-left: 6px;
}
.information-box li strong a:hover {
	text-decoration: underline;
}
@media (max-width:1200px) {
.information-box {
	margin: 0 30px;
}
}
@media (max-width:767px) {
.information-box li font, .information-box li span em u {
	display: none;
}
.information-box li span h3 {
	font-size: 20px;
}
}
@media (max-width:479px) {
.information-box {
	margin: 0 30px;
}
.information-box li {
	margin-top: 35px;
}
.information-box li span {
	margin: 20px 0 10px 0;
}
.information-box li font {
	display: block;
}
.information-box li img {
	float: none;
	margin: 0;
}
.information-box li span h3 {
	font-size: 18px;
}
}
@media (max-width:350px) {
.information-box {
	margin: 0 15px;
}
}
.information-table {
}
.information-row {
	position: relative;
}
.information-descript {
	padding-right: 370px;
	min-height: 800px;
	margin-top: 140px;
}
.information-descript.info0 {
	padding: 0;
}
.information-title {
	margin: 30px 60px;
	padding: 0 0 20px 0;
	position: relative;
}
.information-title h1 {
	font-size: 30px;
}
.information-title em {
	font-style: normal;
	color: #888;
	display: block;
	margin: 12px 0;
}
.information-title em u {
	text-decoration: none;
}
.information-title:after {
	content: '';
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.information-content {
	margin: 0 60px;
	padding: 0 0 30px 0;
	word-break: break-all;
}
.information-content img {
	max-width: 100%;
}
.information-hots {
	position: absolute;
	right: 60px;
	top: 110px;
}
.information-hots div {
	width: 310px;
	background: #fff;
	display: block;
	overflow: hidden;
}
.information-hots h3 {
	display: block;
	margin: 20px 10px 7.5px 10px;
	font-size: 18px;
	text-indent: 3px;
	border-bottom: 2px solid #eff2f4;
	line-height: 34px;
	position: relative;
}
.information-hots h3:after {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	height: 2px;
	width: 80px;
	background: #c82126;
	bottom: -2px;
	left: 0;
}
.information-hots ul, .information-hots li {
	list-style: none;
	margin: 0;
	padding: 7.5px;
	display: block;
}
.information-hots li:after {
	clear: both;
	display: table;
	content: '';
}
.information-hots li img {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.information-hots li span {
	display: block;
	overflow: hidden;
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.information-hots li font {
	color: #888;
	display: block;
	margin-top: 5px;
}
.information-hots li font i.fa-clock-o{
margin-right:5px;
}
@media (max-width:1200px) {
.information-descript {
	padding-right: 340px;
}
.information-title {
	margin: 30px;
}
.information-content {
	margin: 0 30px;
}
.information-hots {
	right: 30px;
}
}
@media (max-width:992px) {
.information-descript {
	padding: 0;
	min-height: 200px;
}
.information-hots {
	padding: 30px;
	position: relative;
	right: 0;
	top: 0;
}
.information-hots div {
	width: auto;
	margin: 0;
	top: auto;
}
.information-hots ul:after {
	display: table;
	content: '';
	clear: both;
}
.information-hots li {
	width: 50%;
	float: left;
}
}
@media (max-width:479px) {
.information-hots li {
	width: auto;
	float: none;
}
}
.sidebar-header {
	height: 70px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.sidebar-web{
background: rgba(0,0,0,.25);
}
@media (min-width:1201px) {
header[role=heading].active+section[role=main] .sidebar-header {
	left: 248px;
}
}
.sidebar-icon {
	position: absolute;
	left: 28px;
	top: 50%;
	height: 36px;
	width: 20px;
	line-height: 38px;
	margin-top: -12px;
	z-index: 11;
}
.sidebar-icon i {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	vertical-align:top;
}
.sidebar-icon i.ti-arrow-left {
	display: none;
	font-weight:bold;
}
.sidebar-icon i.ti-menu-alt {
	display: inline-block;
}
.sidebar-icon.active i.ti-arrow-left {
	display: inline-block;
	font-weight:bold;
}
.sidebar-icon.active i.ti-menu-alt {
	display: none;
}
.sidebar-nav {
	position: absolute;
	top: 50%;
	left: 80px;
	right: 2.5%;
	padding-right: 212px;
	margin-top: -18px;
}
.sidebar-nav ol {
	display: none;
}
.sidebar-nav ul {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0;
}
.sidebar-nav ul li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.sidebar-nav>ul>li>ul {
	z-index: 999;
}
.sidebar-search {
	position: absolute;
	right: 2.5%;
	top: 50%;
	margin-top: -18px;
}
.sidebar-search input.searchword {
	width: 200px;
	border: none;
	height: 36px;
	line-height: 34px;
	border: none;
	border-radius: 6px;
	padding: 0 30px 0 15px;
	outline: none;
	transition: .3s;
}
.sidebar-search input.searchword:hover {
	box-shadow: inset 0 3px 8px rgba(0,0,0,.05);
}
.sidebar-search i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
}
.sidebar-search i:hover {
	color: #c82126;
	cursor: pointer;
}
.sidebar-header.active .sidebar-search input.searchword {
	border: 1px solid #ccc;
}
 @media (max-width:1200px) {
.sidebar-search {
	left: 2.5%;
	right: auto;
}
}
@media (max-width:992px) {
.sidebar-search {
	left: 5%;
}
}
@media (max-width:350px) {
.sidebar-search input.searchword {
	width: 150px;
}
}
@media (min-width:1200px) {
.sidebar-nav>ul {
}
.sidebar-nav>ul>li {
	float: left;
	position: relative;
	border: 1px solid #ccc;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 6px;
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
}
.sidebar-nav>ul>li:hover{
background: #c82126;
border: 1px solid #c82126;
}
.sidebar-nav>ul>li:first-child {
	margin-left: 0;
}
.sidebar-nav>ul>li>a {
	display: block;
	color: #fff;
	padding: 0 15px;
}
.sidebar-nav>ul>li.active {
	background: #c82126;
	border: 1px solid #c82126;
	line-height: 34px;
}
.sidebar-nav>ul>li.active>a {
	color: #fff;
}
.sidebar-nav>ul>li:hover {
	box-shadow: inset 0 3px 8px rgba(0,0,0,.15);
}
.sidebar-nav>ul>li.active:hover {
	box-shadow: none;
}
.sidebar-nav>ul>li:hover>a {
	text-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.sidebar-nav>ul>li>ul {
	background: #171717;
	position: absolute;
	top: 175%;
	left: 50%;
	border-radius: 10px;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.sidebar-nav>ul>li>ul:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -10px;
	;
	border-width: 0 9px 16px 9px;
	border-style: solid;
	border-color: transparent transparent #171717 transparent;
}
.sidebar-nav>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}
.sidebar-nav>ul>li>ul>li {
	text-align: center;
}
.sidebar-nav>ul>li>ul>li.one {
	display: none;
}
.sidebar-nav>ul>li>ul>li>a {
	color: #eee;
	line-height: 36px;
	padding: 0 30px;
	white-space: nowrap;
	display: block;
}
.sidebar-nav>ul>li>ul>li>a:hover {
	background: #000;
}
}
@media (max-width:1200px) {
.sidebar-nav>ul>li>ul>li.one {
	display: block;
}
.sidebar-icon {
	left: auto;
	right: 2.5%;
}
.sidebar-nav {
	left: auto;
	right: 5%;
	padding: 0 20px 0 0;
}
}
@media (max-width:991px) {
.sidebar-icon {
	left: auto;
	right: 5%;
}
.sidebar-nav {
	padding: 0;
	height: 36px;
	left: auto;
	right: 10%;
	margin-right: 20px;
}
}
@media (max-width:1199px) {
.sidebar-header {
	cursor: pointer;
}
.sidebar-icon {
	left: auto;
}
.sidebar-nav {
	padding: 0;
	height: 36px;
	left: auto;
	top: 0 !important;
	margin: 17px 20px 0 0 !important;
	cursor: pointer;
}
.sidebar-nav ol {
	display: block;
	list-style: none;
	margin: 0;
	background: #c82126;
	line-height: 36px;
	padding: 0 15px;
	color: #fff;
	border-radius: 6px;
	position: relative;
}
.sidebar-nav>ul {
	background: #171717;
	position: absolute;
	top: 175%;
	left: 50%;
	border-radius: 10px;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.sidebar-nav>ul:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -10px;
	;
	border-width: 0 9px 16px 9px;
	border-style: solid;
	border-color: transparent transparent #171717 transparent;
}
.sidebar-nav:hover>ul {
	opacity: 1;
	visibility: visible;
}
.sidebar-nav>ul>li {
	text-align: center;
	position: relative;
}
.sidebar-nav>ul>li>a {
	color: #eee;
	line-height: 36px;
	padding: 0 30px;
	white-space: nowrap;
	display: block;
}
.sidebar-nav>ul>li>a:hover {
	background: #000;
}
.sidebar-nav>ul>li>ul {
	background: #171717;
	position: absolute;
	top: 50%;
	right: 100%;
	border-radius: 10px;
	margin-right: 20px;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.sidebar-nav>ul>li>ul:before {
	content: '';
	display: block;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -10px;
	;
	border-width: 9px 0 9px 16px;
	border-style: solid;
	border-color: transparent transparent transparent #171717;
}
.sidebar-nav>ul>li:hover>ul {
	opacity: 1;
	visibility: visible
}
.sidebar-nav>ul>li>ul>li {
	text-align: center;
}
.sidebar-nav>ul>li>ul>li.one {
	display: block;
}
.sidebar-nav>ul>li>ul>li>a {
	color: #eee;
	line-height: 36px;
	padding: 0 30px;
	white-space: nowrap;
	display: block;
}
.sidebar-nav>ul>li>ul>li>a:hover {
	background: #000;
}
}
.sidebar-header.active {
	position: relative;
	background: #eff2f4;
	left: 0 !important;
}
.sidebar-header.active .sidebar-icon i {
	color: #393939;
}
 @media (max-width:1200px) {
.sidebar-header.active {
	background: #fff;
}
}
 @media (min-width:1200px) {
.sidebar-header.active .sidebar-nav>ul>li {
	background: rgba(255,255,255,1);
}
.sidebar-header.active .sidebar-nav>ul>li>a {
	color: #393939;
}
.sidebar-header.active .sidebar-nav>ul>li.active {
	background: #c82126;
}
.sidebar-header.active .sidebar-nav>ul>li.active>a {
	color: #fff;
}
.sidebar-header.active .sidebar-nav>ul>li:hover {
	box-shadow: inset 0 3px 8px rgba(0,0,0,.035);
}
.sidebar-header.active .sidebar-nav>ul>li:hover>a {
	text-shadow: 0 2px 3px rgba(0,0,0,.035);
}
}
.links-box {
	width: 140px;
	margin: 10px auto;
	height: 34px;
}
.links-box dl {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 34px;
}
.links-box dl dt {
	display: block;
	background: #c82126;
	color: #fff;
	line-height: 34px;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border-radius: 30px;
}
.links-box dl dd {
	display: block;
	margin: 0;
	padding: 0;
	background: #171717;
	position: absolute;
	max-height: 250px;
	overflow: auto;
	left: 160px;
	bottom: -20px;
	padding: 10px 0;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.links-box dl dd:before {
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	bottom: 26px;
	margin-top: -10px;
	border-width: 9px 16px 9px 0;
	border-style: solid;
	border-color: transparent #171717 transparent transparent;
}
.links-box dl dd a {
	color: #fff;
	display: block;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
}
.links-box dl:hover dd {
	opacity: 1;
	visibility: visible;
}
@media (max-width:767px) {
.links-box dl dd {
	left: -30px;
	bottom: 54px;
}
.links-box dl dd:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin-left: -10px;
	border-width: 16px 9px 0 9px;
	border-style: solid;
	border-color: #171717 transparent transparent transparent;
}
.links-box dl dd a {
	color: #fff;
	display: block;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
}
}
.dropdown-menu-media .list-group-item .media {
	line-height: 2.2;
}
nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	line-height: 60px !important;
}
.navbar-logo {
	padding-left: 15px;
}
.navbar-header, .navbar-header .vertical-align-middle {
	font-size: 0 !important;
}
.nav>li>a {
	padding: 0 30px;
	font-size: 15px;
	color: #848484;
	overflow: visible;
}
@media(max-width:768px) {
.nav>li>a {
	padding: 0 20px;
}
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
.nav>li>a.active {
	color: #c82126;
}
.nav>li>a:after {
	content: '';
	border-bottom: 1px solid #a8a8a8;
	width: 0%;
	position: absolute;
	bottom: -1px;
	left: 5%;
	right: 5%;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.nav>li>a.active:after {
	width: 90%;
}
.nav>li:hover>a:after {
	width: 90%;
}
.nav:hover>li>a.active:after {
	width: 0%;
}
.nav:hover>li:hover>a.active:after {
	width: 90%;
}
.dropdown-menu.animate>li.divider {
	display: none;
}
.met-nav-right-shop.nav>li>a.active:after {
	width: 0%;
}
.met-nav-right-shop.nav>li:hover>a:after {
	width: 0%;
}
.met-nav-right-shop.nav:hover>li:hover>a.active:after {
	width: 0%;
}
.navbar-nav>li>a {
	line-height: inherit;
}
@media(min-width:768px) {
.navfix-other {
	height: 60px;
}
.navbar-right {
	margin-right: 0;
}
}
.navbar-right .dropdown-menu {
}
.dropdown-menu {
	top: 120%;
	display: none;
	float: none;
	min-width: 180px;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	background: #fff;
	border: 1px solid #fff;
	border-top-color: #a8a8a8;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.dropdown-menu.right {
	left: auto;
	right: 0;
}
.dropdown-menu>li>a {
	padding: 0 30px;
	line-height: 50px;
	font-size: 15px;
	color: #848484 !important;
	background: none;
}
.dropdown-menu>li>a:hover {
	color: #333 !important;
	background: none;
}
.dropdown-menu>li>ul>li>a {
	color: #848484 !important;
}
.dropdown-menu>li>ul>li>a:hover {
	color: #333 !important;
	background: none;
}
.dropdown-menu>.dropdown-submenu .dropdown-menu {
	top: -1px;
	left: 100%;
}
.dropdown-menu>.dropdown-submenu .dropdown-menu {
	top: -1px;
	left: auto;
	right: 100%;
}
.dropdown-menu.bullet:before {
	border-bottom-color: #a8a8a8;
}
.dropdown-menu>li {
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu>li:last-child {
	border: none;
}
.dropdown-menu-right.bullet:after, .dropdown-menu-right.bullet:before {
	right: 30px;
	display: none;
}
.dropdown-menu.bullet:before {
}
.dropdown-menu.bullet:after, .dropdown-menu.bullet:before {
}
.dropdown-menu>.dropdown-submenu>a:after {
	display: none;
}
.nav>li>ul.dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.nav>li.open>ul.dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
}
@media(max-width:767px) {
nav {
	line-height: 50px;
	position: relative;
}
nav.nav-mod-fixed {
	position: fixed;
}
nav.nav-mod-fixed .navbar-collapse {
	overflow-y: scroll;
	max-height: 380px;
}
.navfix-mod-other {
	height: 60px;
}
.nav>li>ul.dropdown-menu {
	opacity: 1;
	visibility: hidden;
	display: none;
}
.nav>li.open>ul.dropdown-menu {
	display: block;
}
.navbar-toggle {
	padding: 0px 15px;
	border: none;
	margin: 0;
	height: 60px;
}
.navbar-nav {
	margin: 0;
}
.nav>li>a:after {
	content: '';
	border-bottom: 1px dashed #f2f2f2;
	width: 100% !important;
	left: 0;
	right: auto;
}
.nav>li>a.active:after {
	border-bottom: 1px solid #a8a8a8;
	left: 0;
	right: auto;
}
.dropdown-menu>li {
	border: none;
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 50px;
	border-bottom: 1px dotted #f2f2f2;
}
}
.window-bin {
	height: 100%;
}
.window-bin.foot, footer {
	height: auto;
	padding: 15px 60px;
	line-height: 35px;
	background: #393939;
	color: #eee;
	text-align: center;
	font-style:normal;
	border: none !important;
}
.window-bin.foot, footer a,.foot a{color: #eee;}
.window-bin.foot.none0, footer.none {
	display: none !important;
}
.window-bin.foot p {
	margin: 0;
}
@media(max-width:1200px) {
footer {
	padding: 22px 40px;
}
}
@media(max-width:767px) {
footer {
	padding: 22px 20px;
}
.window-bin {
	padding-top: 30px;
	padding-bottom: 30px;
}
.window-bin[data-hash=about],.window-bin[data-hash=index]{
	padding: 0;
}
.window-bin[data-hash=case]{
	background:url(../images/casebg.jpg) no-repeat top center;
}
.window-bin[data-hash=case] .title-box h1,.window-bin[data-hash=case] .title-box p{
	color: #fff;
}
.window-bin[data-hash=service] .title-box p{
	padding: 0 10px;
}
.window-bin[data-hash=experience]{
	background: #333;
}
.window-bin[data-hash=contact]{
	/*background: #333;*/
	padding-bottom: 0;
}


}
.shift-move p {
	transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.shift-move:hover p {
	transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s
}
.shift-move p:nth-child(2) {
	transition: .6s .1s;
	-moz-transition: .6s .1s;
	-webkit-transition: .6s .1s;
	-o-transition: .6s .1s
}
.shift-move p:nth-child(3) {
	transition: .6s .2s;
	-moz-transition: .6s .2s;
	-webkit-transition: .6s .2s;
	-o-transition: .6s .2s
}
.shift-move p:nth-child(4) {
	transition: .6s .3s;
	-moz-transition: .6s .3s;
	-webkit-transition: .6s .3s;
	-o-transition: .6s .3s
}
.shift-move p:nth-child(5) {
	transition: .6s .4s;
	-moz-transition: .6s .4s;
	-webkit-transition: .6s .4s;
	-o-transition: .6s .4s
}
.shift-move:hover p:nth-child(2) {
	transition: .6s .1s;
	-moz-transition: .6s .1s;
	-webkit-transition: .6s .1s;
	-o-transition: .6s .1s
}
.shift-move:hover p:nth-child(3) {
	transition: .6s .2s;
	-moz-transition: .6s .2s;
	-webkit-transition: .6s .2s;
	-o-transition: .6s .2s
}
.met-product {
	margin: 0 30px;
}
@media(max-width:767px) {
.met-product {
	margin: 0 5px;
}
}
.met-column-nav {
	position: relative;
	z-index: 99999;
	background: #fff;
}
em.fa {
	width: 18px;
	text-align: center;
}
.met-editor {
	font-size: 14px;
	color: #39399;
}
.met-news-bar ul.column li a, .met-news-bar .recommend .list-group a:hover, .met-column-nav ul.met-column-nav-ul>li a.link:hover, .met-column-nav ul.met-column-nav-ul>li a.link.active, .breadcrumb>li+li:before, .btn-outline.btn-primary {
	color: #393939;
}
.btn-primary, .met_pager a.Ahover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #c82126;
	border-color: #c82126;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	position: relative;
	z-index: 9999;
}
.btn-primary, .modal-footer .btn+.btn {
	border-radius: 6px;
}
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open>.dropdown-toggle.btn-outline.btn-primary {
	background-color: #595959;
	border-color: #595959;
}
.modal-primary .modal-header {
	background-color: #c82126 !important;
}
.form-control.focus, .form-control:focus, .radio-primary input[type="radio"]:checked + label::before {
	border-color: #c82126 !important;
}
.modal {
	z-index: 9999999999 !important;
}
.modal-backdrop {
	z-index: 9999998 !important;
}
.form-control.focus, .form-control:focus, .radio-primary input[type="radio"]:checked + label::before {
	border-color: #393939;
}
.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
	border: 1px solid #393939;
}
.product-shop {
	height: 60px;
	width: 88px;
	margin-left: 80px;
	margin-top: 10px;
}
.product-shop .pull-right {
	float: left;
}
@media(max-width:1200px) {
.product-shop {
	margin-left: 50px;
}
}
@media(max-width:767px) {
.product-shop {
	margin-left: 40px;
}
}
.met_pager {
	padding-top: 30px;
}
.met_pager .PreSpan, .met_pager .NextSpan {
	cursor: not-allowed;
}
.met_pager .PreSpan, .met_pager .NextSpan, .met_pager a {
	padding: 0 14px;
	line-height: 38px;
	border: 1px solid #dfdfdf;
	background: #fafafa;
	margin-right: -1px;
	font-size: 18px;
	color: #393939;
	overflow: hidden;
}
.met_pager a:hover {
	color: #8a8a8a;
}
.met_pager .PreA, .met_pager .PreSpan {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
}
.met_pager .NextA, .met_pager .NextSpan {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
}
.met_pager a.Ahover:hover {
	background: #c82126;
	border-color: #c82126;
}
.btn-lg, .widget-title, .met-shownews h1, .met-news .met-news-list ul li h4, .met-news-bar .recommend h3 {
	font-size: 17px;
}
.met-news .met-news-list ul li h4 {
	margin-bottom: 10px;
}
.met-shownews .info, .met-news-bar .recommend .list-group a {
	font-size: 14px;
}
.met-news-bar ul.column li a {
	line-height: 30px;
}
.met-news-bar ul.column li a.active {
	color: #c82126;
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover {
	color: #595959;
	border-bottom-color: #595959;
	padding-bottom: 10px;
}
.met-scroll-top {
	z-index: 999999999;
	right: 10px;
	bottom: 46px;
	left: auto !important;
	position: fixed;
}
.met-scroll-top:hover {
	position: fixed !important;
}
@media(max-width:767px) {
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
	margin-top: 0;
}
.met-showproduct-body .nav>li>a:after {
	display: none;
}
.met-scroll-top {
	bottom: 10px;
}
}
.met-column-nav ul.met-column-nav-ul>li a.link, .met-product.type-1 h4 {
	font-size: 15px;
}
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a, .met-product.type-1 h4 a:hover {
	color: #393939;
}
.met-news .met-news-list ul li p.info, .met-news .met-news-list ul li p.des {
	font-size: 14px;
}
.met-links {
	border-top: 0;
	padding: 0;
	color: #eee;
}
.met-links a {
	color: #eee;
}
.met-links ol {
	margin-bottom: 0px;
	padding: 0;
}
.met-links .breadcrumb > li + li:before {
	color: #eee;
	border: none;
	background: none;
}
.met-img .cover {
	overflow: hidden;
}
.met-img .widget {
	background: none;
	position: relative;
	overflow: hidden;
}
.overlay-fade {
	opacity: 0;
}
.cover-title {
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px 15px;
	line-height: 24px;
	position: absolute;
	bottom:-200px;
}
.cover-title h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	display: block;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cover-title p {
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
	color: #d2d0d0;
	text-align: left;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cover-title p a {
	color: #aaa;
}
.cover-title p a:hover {
	text-decoration: underline;
}
.page-main {
	padding: 0 20px;
}
.pager li>a:focus, .pager li>a:hover {
	border-color: #c82126;
	color: #c82126;
	background: rgba(255,255,255,.75);
}
.btn-outline.btn-inverse.active, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse:hover, .open>.dropdown-toggle.btn-outline.btn-inverse {
	border-color: #c82126;
	background: #c82126;
	color: #fff;
}
.btn-outline.btn-default {
	padding: 5px 10px;
	margin-top: 15px;
	color: #393939;
	border-color: #ddd;
}
.btn-outline.btn-default:hover {
	border-color: #c82126;
	background: #c82126;
	color: #fff;
}
.met-news-bar ul.column li a, .met-news-bar .recommend .list-group a:hover, .met-column-nav ul.met-column-nav-ul>li a.link:hover, .met-column-nav ul.met-column-nav-ul>li a.link.active, .breadcrumb>li+li:before, .btn-outline.btn-primary {
	border-color: #c82126;
	background: #c82126;
	color: #fff;
	border-radius: 6px;
	transition: .3s;
}
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open>.dropdown-toggle.btn-outline.btn-primary {
	border-color: #292929;
	background: #292929;
	color: #fff;
}
.pagetype2 .met-showproduct-list {
}
 .met-job, .met-news, .met-product, .met-message, .met-feedback, .met-download, .met-position.pattern-show, .met-shownews, .met-showimg, .met-showproduct.pagetype1, .met-showproduct.pagetype2, .met-showproduct.pagetype3, .met-product .less-page-content, .navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover, @media(max-width:1200px) {
.met-showproduct.pagetype1 {
margin-top:30px;
}
}
.met-showproduct.pagetype2 nav.navbar {
	background-color: #eff2f4;
}
.met-showproduct.pagetype2 nav.navbar {
	background: rgba(0,0,0,.05);
}
.met-showproduct.pagetype2 nav[role=navigation] {
	height: auto;
	width: auto;
	padding: 0;
	line-height: 50px !important;
}
.met-showproduct.pagetype2 .navbar-toggle .icon {
	font-size: 14px;
	position: relative;
	margin-top: 0;
	top: 4px;
}
.met-showproduct.pagetype2 .nav>li>a:after {
	border: none;
}
@media(min-width:1200px) {
.met-showproduct.pagetype2 nav.navbar {
	background: #fff;
}
}
.btn {
	border-radius: 6px;
}
.met-show {
	background: none;
}
.type-2 .widget .cover {
	overflow: hidden;
}
.webui-popover {
	z-index: 9999999999999 !important;
}
.met-showproduct nav {
	z-index: 999;
}
.met-white-lightGallery .lg-outer, .lg-outer, .lg-backdrop {
	z-index: 999999999999;
}
.met-white-lightGallery .lg-sub-html {
}
.met-weixin-img img,.met-xiaochengxu-img img {
	max-width: 130px;
	padding: 5px;
}
section[role=main].subpage.active .navbar-fixed-bottom, section[role=main].subpage.active .navbar-fixed-top {
	left: 248px;
	width: auto;
	right: 0;
}
/*pages*/ 
.pagination-wrapper {
	margin: 20px 0;
	clear: both;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #c82126;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #c82126;
	color: #fff;
	cursor: default;
}
.pages{ clear:both; margin:60px auto 30px; padding-top:5px; overflow:hidden; text-align:center; font-size:14px;}
.pages span{ font-size:15px; margin-right:13px; color:#333; line-height:26px;}
.pages span.pagelink a{ margin-right:0;}
.pages span i{ font-style:normal; margin:0 2px;}
.pagefont{ color:#c82126; font-weight:bold;}
.pages a{ margin-right:13px; font-size:15px; color:#333;}
.pages select{ width:50px;}


.hei5{ height:5px; width:100%; display:block; float:none;}
.hei10{ height:10px; width:100%; display:block; float:none;}
.hei15{ height:15px; width:100%; display:block; float:none;}
.hei20{ height:20px; width:100%; display:block; float:none;}
.hei25{ height:25px; width:100%; display:block; float:none;}
.hei30{ height:30px; width:100%; display:block; float:none;}
.hei35{ height:35px; width:100%; display:block; float:none;}
.hei40{ height:40px; width:100%; display:block; float:none;}
.hei45{ height:45px; width:100%; display:block; float:none;}
.hei50{ height:50px; width:100%; display:block; float:none;}
.hei55{ height:55px; width:100%; display:block; float:none;}
.hei60{ height:60px; width:100%; display:block; float:none;}
.hei65{ height:65px; width:100%; display:block; float:none;}
.hei70{ height:70px; width:100%; display:block; float:none;}
.hei75{ height:75px; width:100%; display:block; float:none;}
.hei80{ height:80px; width:100%; display:block; float:none;}
.hei85{ height:85px; width:100%; display:block; float:none;}
.hei90{ height:90px; width:100%; display:block; float:none;}
.hei95{ height:95px; width:100%; display:block; float:none;}
.hei100{ height:100px; width:100%; display:block; float:none;}

.head-close{ position:absolute; top:5px; left:260px; cursor:pointer; z-index:99999999; transition:all 0.6s ease-out 0s;}
.head-close em{ font-weight:bold; color:#fff; font-size:26px;}
.head-close:hover{ -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg);}
.about-time p a{ color:#c4c4c4;}
.about-time p a:hover{ color:#c82126;}
.about-time p span{ float:right; padding-right:70px;}
.title-white{ color:#fff!important;}
body.active .close-hide{ display:none;}
/*new right*/
@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}

.cndns-right{position:fixed;right:10px;top:50%;margin-top:-135px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;text-align:center;display:block; border:1px solid #ddd; margin-bottom:5px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#c82126;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#c82126;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#c82126;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#c82126}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#c82126;}
.meau-sev .cndns-right-btn{border-color:#c82126;background:url(../images/qq.png) no-repeat #c82126 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:7px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999; font-style:normal; margin-top:3px; line-height:normal;}
.cndns-right-box .box-border .sev-t p{ text-align:left;}
.cndns-right-box .box-border .sev-t p a{ color:#c82126; font-size:20px;}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#c82126; border:1px solid #c82126;}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:45px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #c82126;padding:10px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:38px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3; margin-left:10px;}
.cndns-right-box .box-border .sev-t p{float:left;color:#c82126;font-size:22px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa; font-style:normal;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/qq.png) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#c82126}
.meau-sev .cndns-right-box .box-border{width:260px;}
.meau-contact .cndns-right-box .box-border{width:280px;}
.meau-email .cndns-right-box .box-border{width:240px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-code .cndns-right-box .box-border .sev-t img{ width:140px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#c82126}
.meau-zs .cndns-right-btn{background-color:#c82126;color:#fff;margin-top:80px;border-color:#c82126}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
.meau-email .cndns-right-box .box-border .sev-t p{ line-height:52px;}
.meau-email .cndns-right-box .box-border .sev-t span{ font-size:34px;}

/*-------honorlist------*/
.honor-list{ width:100%; margin:10px 0 40px;}
.poster-main{position:relative; width:1000px; height:280px}
.poster-main a,.poster-main img{ display:block;}
.poster-main .poster-list{ width:1000px; height:280px}
.poster-main .poster-list .poster-item{ position:absolute; left:0px; top:0px; list-style:none;}
.poster-main .poster-btn{ position:absolute; height:100%; width:100px; top:0px; z-index:10; opacity:0.5;}
.poster-main .poster-prev-btn{ left:0px; background:url("../images/btn_l.png") no-repeat center center; background-color:#000; cursor:pointer;}
.poster-main .poster-next-btn{ right:0px; background:url("../images/btn_r.png") no-repeat center center; background-color:#000; cursor:pointer;}


/*------9.23修改------*/
@media (min-width: 1440px){
.table-cell-no{ width:1400px; margin:0 auto; display:block;}
.window-head-center{ width:1400px; margin:0 auto; height:110px; position:relative;}
.window-head .head-right{ transform:translate(0, -10%); -moz-transform:translate(0, -10%); -ms-transform:translate(0, -10%); -o-transform:translate(0, -10%); -webkit-transform:translate(0, -10%); top:10%; padding-right:0; right:0; margin-right:-95px;}
.window-head ul{ transform:translate(-300px, -60%); -moz-transform:translate(-300px, -60%); -ms-transform:translate(-300px, -60%); -o-transform:translate(-300px, -60%); -webkit-transform:translate(-300px, -60%); top:60px; width:auto; position:relative;}
.window-head ul li{ padding:20px 35px;}
.window-head .head-left{ left:0;}
.window-head .head-rights{ 
    transform: translate(0, -45%);
	-moz-transform: translate(0, -45%);
	-ms-transform: translate(0, -45%);
	-o-transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
	right:0;
	top:46%;
}
.window-head .head-right span {
	color: #fff;
	letter-spacing: 1px;
	font-size: 24px;
	height: 28px;
	line-height: 26px;
	float: left;
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.window-head .head-left {
    width: 20%;
}
.sidebar-header-center{
width:1400px;
margin:0 auto;
height:70px;
position:relative;
}
.show-box{
margin:50px auto;
width:1400px;
}
.information-box{
width:1400px;
margin:0 auto;
}
.information-row,.page-main{
width:1400px;
margin:0 auto;
}
.nav-cut ul>li>ul{
display:none !important;
}
}

.window-head .head-right a{color: #fff;}
.window-head .head-right i{
width:26px;
height:26px;
font-size:18px;
}
.about-box,.news-box{
margin-bottom:100px;
}
.map img{
    height: 100%;
    border: 1px solid #ddd;
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
	left: 0;
	}
	.contact-box{
	padding-bottom: 300px;
	}
	.contact-center{ 
	position:absolute;
	left:50%;
	top:70%;
	margin-top:-210px;
	margin-left:-540px;
	background:rgba(255,255,255,.9);
	padding:50px 40px 30px 45px;
	z-index:999999999;
	width:385px;
	height:415px;
	border-radius:4px;
	-moz-box-shadow:0px 0px 20px #929191; 
	-webkit-box-shadow:0px 0px 20px #929191; 
	box-shadow:0px 0px 20px #929191;
	}
@media (min-width: 1000px){
.window-head .head-right {
display:none;
}
}
.window-head hr{
margin-left:358px;
}
.contact-right{ 
width:500px;
margin-left:40px;
}
.contact-box{
width:1100px;
}
input[type=text]:focus{ border: 1px solid #c82126!important; outline:0!important}
textarea:focus{ border: 1px solid #c82126!important; outline:0!important}
#form li{ list-style:none; width:100%; margin-top:28px; min-height:36px;}
#form li:first-child{ margin-top:0;}
#form li span{ display:block; float:left; width:70px; line-height:36px;}
#form li input.txt{ width:calc(100% - 70px); height:36px; line-height:36px; border:1px solid #dadada; padding:8px 10px; float:left; border-radius:2px;}
#form li input.code{ width:70px; margin-top:1px; margin-left:70px;}
#form li textarea.text{ width:calc(100% - 70px); border:1px solid #dadada; padding:8px 10px; float:left; border-radius:2px;}
#form li .button{ line-height:34px; height:36px; width:90px; text-align:center; font-size:15px; background:#c82126; border:0; color:#fff; border-radius:2px;}
#form li .button:hover{opacity:0.8}
#form li img{ float:left; vertical-align:top; cursor:pointer; margin:6px 10px 0 10px;}
.contact-center p{ margin-bottom:22px;}
/*.sidebar-nav{ left:0;}*/
.poster-main a.img{ display:inline;}
.vertical-align-middle .ti-zoom-in{ font-size:36px; color:#fff;}
/*.sidebar-header-bg{ background:#b7b7b7;}*/
/*.met-img{ margin-top:70px;}*/
.casebanner{margin-bottom: 70px;height: 550px;overflow: hidden;}
.vertical-align-middle{ position:absolute; top:50%; margin-top:-58px; left:50%; margin-left:-18px;}
.information-title{ margin:30px auto 40px;}
.information-content{ margin:0;}
.information-hots{ right:0;}
.information-title em{ margin:25px 0 10px; font-size:15px;}
.information-descript{ min-height:666px;}
.information-descript i{ margin-right:5px;}
.information-content{ font-style:normal; font-size:15px;}
.page-main{ padding:0;}
.pager li{ font-style:normal;}
.page-main{ margin-bottom:30px; margin-top:35px;}
.information-hots h3,.information-hots ul,.information-hots li{ font-style:normal;}
.information-hots ul{ padding-bottom:25px;}
.information-hots li span{ line-height:20px; height:40px;}
.information-hots li font{ margin-top:0;}
.contact-l{ width:500px; float:left;}
.contact-r{ width:calc(100% - 500px); float:left;}
.show-box .about-con .contact-l p{ margin-bottom:12px;}
.about-con{ position:relative;}
.contact-r:after{
content: '';
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
}
.contact-right #form li{ margin-top:20px;}
.contact-right #form li:first-child{ margin-top:0;}

/*--------------首页底图滚动-----------------*/
@-webkit-keyframes scrollBad {
  0% {
    top:0;
  }
  50% {
    top:-500px;
  }
  100% {
    top:0;
  }
}
@keyframes scrollBad {
  0% {
    top:0;
  }
  50% {
    top:-500px;
  }
  100% {
    top:0;
  }
}
@-webkit-keyframes scrollGood {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -500px, 0);
            transform: translate3d(0, -500px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes scrollGood {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -500px, 0);
            transform: translate3d(0, -500px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.firstbanner {
  position: absolute;
  -webkit-animation: scrollBad 15s linear infinite;
  animation: scrollBad 15s linear infinite;
}

.head-rights{display:inline-block;height:50px;overflow:hidden;}
.head-rights a{display:block;width:45px;}
.head-rights *{display:inline-block;line-height:50px;}
.head-rights a{margin-top:-50px;transition:0.4s cubic-bezier(0.1, 0.1, 0.5, 1.4);}
.head-rights a:hover{margin-top:-10px;font-size:18px;}
.head-rights a:hover ol{margin-top:500px;}
.head-rights a:before{content:attr(data-text);display:block;color:#c82126;}

.news-box{ top:100px; right:100px;}
.news-time li{ list-style:none; border-bottom:1px solid #d1dde4; padding-bottom:25px; width:100%; margin-top:25px;}
.news-time li .news-time-l{ float:left; width:230px;}
.news-time li .news-time-r{ float:right; width:calc(100% - 250px)}
.news-time li .news-time-r h1{ font-size:18px; margin:10px 0 13px;}
.news-time li .news-time-r p{ display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; line-height:24px; color:#666; font-size:14px; text-indent:2em; margin-bottom:10px;}
.news-time li .news-time-r p.time-p{ text-indent:inherit;}
.news-time li .news-time-r h1 a{color: #333;}
.contact-center p{ line-height:24px; color:#656363;}
.contact-center p a{ color:#656363;}
.contact-center p i.fa{ color:#c82126; vertical-align:middle; font-weight:bold; margin-right:15px; margin-top:-2px;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.wrap{width:1200px;margin:0 auto;}
.pager .previous a,.pager .next a{ display:inline; color:#76838f; transition:all 0.5s;}
.pager .previous a:hover,.pager .next a:hover{ color:#c82126;}
.box-ac{ background:#f2f2f2;}
body.active .main-box{ min-height:inherit;}
.wh .about-left{ width:550px;} 
.wh .about-right{ width:calc(100% - 600px);}
.poster-main{ margin:80px auto 160px;}
.caselist{margin-top: 30px;}
.caselist li{ float: left; width: 32%; margin-right: 1%; margin-bottom: 20px;}
.caselist li:nth-child(3n){margin-right: 0;}
.caselist li:nth-child(3n+1){margin-left: 1%;}

.pc-show{
    display:block;
  }
  .phone-show{
  	display: none;
  }
  @media (max-width:767px){
  	  .pc-show{
	    display: none;
	  }
	  .phone-show{
	  	display:block;
	  	/*margin-bottom: 35px;*/
	  }
	  
	.banner-cut{
    height: 300px;
    margin-top: 70px;
	}  
	.window-box,.main-box{
		height: auto;
	}
	.news-box {
	top:60px;
	 right:0;
	 left: 0;
	width: 100%;
	margin-left: 0;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.news-time li .news-time-l{ float:none; width:100%; text-align: center;}
.news-time li .news-time-l img{width: 100%;}
.news-time li .news-time-r{
	float: none;
	clear: both;
	width: 95%;
	text-align: center;
	margin: 20px auto 0 auto;
}
.news-time li .news-time-r h1 a{color: #000;}
.news-time li .news-time-r p{color: #9c9a9a;}
.news-cut {
	width: 100%;
}
.news-cut .news-bin:last-child{
	position: absolute;
	right: -500px;
}

.contact-center {
    position: relative;
    left: 0;
    top: -105px;
     margin-left: 10px; 
     margin-bottom: 0;
    padding: 20px 10px 20px 10px;
     width: auto; 
     height: auto; 
     z-index: 2;
}
.contact-box{
	width: 100%;
	padding-bottom: 0;
}
.contact-center p{margin-bottom: 0;}
.head-box{height: auto;}
.head-close em{color: #a7a2a2;}
.cndns-right{display: none;}
.sidebar-icon i{
	color: #c82126;
}
.about-left,.about-right,.wh .about-right,.wh .about-left{
	width: 100%;
}

.phonemenu{
	display: block;
	width: 100%;
	position: absolute;
	top:70px;
	z-index: 11;
	padding-top: 10px;
	padding-left: 10px;
	/*background: rgba(245,35,35,.5);*/
}
.phonemenu ul li{float:left; width:auto;padding: 0 10px; color: #fff;background: rgba(167,18,18,.7); line-height: 35px; border-radius: 5px; margin: 0 10px 10px 0;}
.phonemenu ul .active{background: #333;}
.caselist{margin-top: 40px;}
.caselist li{
	width: 48%;margin-left: 1%;margin-right: 0;
}
.caselist .cover-title{position:relative;bottom: 0;}
.caselist .cover-title p{display: none;}
.information-descript{margin-top: 100px;}
.information-title {
    margin: 30px 10px 40px;
}
.information-title h1{font-size: 24px;}
.information-box {
    margin: 0 10px;
}
.information-row{padding: 0 10px;}
.information-hots{padding-top: 0;}
.slh, .pager li a{
	white-space:normal;
}

.cover-title {
	background: #f2f2f2;

}
.cover-title h3 {
	color: #333;
	font-size: 14px;
}


}
