/* eyoucms.com 易优CMS -- 好用,免费,安全 */
* {
	padding: 0px;
	margin: 0px;
}
img {
	width: 100%;
	display: block;
}
body, html {
	background: #101010;
	font-family: '微軟正黑體', "microsoft yahei", "微软雅黑";
}
.online {
	width: 70px;
	height: 95px;
	display: block;
	position: fixed;
	right: 50px;
	bottom: 150px;
	background: url(../image/tip_icon.png) no-repeat;
	background-size: auto 95px;
	-webkit-animation: onlines 1000ms steps(3) infinite;
	animation: onlines 1000ms steps(3) infinite;
	-webkit-animation-timing-function: step-start;
	animation-timing-function: step-start;
	z-index: 100;
}
 @-webkit-keyframes onlines {
 0%, 100% {
background-position: 0px 0px;
}
 33% {
background-position: -70px 0px;
}
 66% {
background-position: -140px 0px;
}
}
@keyframes onlines {
 0%, 100% {
background-position: 0px 0px;
}
 33% {
background-position: -70px 0px;
}
 66% {
background-position: -140px 0px;
}
}
.recommend-box {
	margin: 40px 0;
	position: relative;
}
.recommend-box a {
	width: 100px;
	height: 100px;
	color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: block;
	text-align: center;
	background-color: #ccc;
	margin: auto;
}
.recommend-box a.active {
	background: #ec2079;
}
.recommend-box a .icon {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 25px;
	background: url(../image/heart.png) no-repeat;
	background-size: cover;
}
.recommend-box a .number {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 58px;
	font-size: 24px;
	line-height: 20px;
	font-family: tw;
}
.tag-box {
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
.tag-box ul li {
	float: left;
	height: 35px;
	padding: 0 15px;
	background-color: #f0f0f0;
	color: #bbb;
	line-height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer_nav {
	width: 100%;
	text-align: left;
	padding: 50px 0px 0px;
}
.footer_nav a {
	color: rgba(255,255,255,.5);
	padding: 0px 15px;
	position: relative;
}
.footer_nav a:after {
	position: absolute;
	right: 0px;
	top: 0px;
	content: '|';
}
.footer_nav a:hover {
	color: rgba(255,255,255,1);
}
.footer_nav a:last-child:after {
	display: none;
}
.menu-btn {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 60px;
	height: 60px;
	z-index: 150;
	background-color: #1f1e21;
	display: none;
}
.menu {
	position: fixed;
	z-index: 30;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all .3s;
	z-index: 100;
}
.menu.active {
	opacity: 1;
	visibility: visible;
	-webkit-border-radius: 0;
}
.menu .con {
	width: 100vw;
	z-index: 5;
	height: 100vh;
	padding: 5vw 3vw;
	box-sizing: border-box;
	position: absolute;
	opacity: 0;
}
.menu.active .con {
	opacity: 1;
}
.menu-btn span {
	width: 32px;
	height: 3px;
	position: absolute;
	left: 14px;
	top: 19px;
	background-color: #fff;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.menu-btn span:nth-child(2) {
	top: 29px;
	background-color: #d70031;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.menu-btn span:nth-child(3) {
	top: 39px;
}
.menu-btn.active span:nth-child(1) {
	top: 29px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
}
.menu-btn.active span:nth-child(3) {
	top: 29px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
@font-face {
	font-family: tw;
	src: url(../font/fonteditor.eot);
	src: url(../font/fonteditor.eot) format("embedded-opentype"), url(../font/fonteditor.woff) format("woff"), url(../font/fonteditor.ttf) format("truetype"), url(../font/fonteditor.svg) format("svg");
}
@font-face {
	font-family: 'AvantGardeMdBT';
	src: url('../font/avantgardemdbt.eot');
	src: url('../font/avantgardemdbt.eot') format('embedded-opentype'), url('../font/avantgardemdbt.woff') format('woff'), url('../font/avantgardemdbt.ttf') format('truetype'), url('../font/avantgardemdbt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.mbx {
	width: 94%;
	padding: 50px 0% 0px 0%;
	margin: 0px 3%;
	padding-bottom: 15px;
	color: rgba(255,255,255,.5);
	margin-bottom: 25px;
	margin-top: -90px;
	position: relative;
}
.page_seo {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 25px 0px;
	border-top: 1px solid rgba(255,255,255,.1);
	margin-bottom: 100px;
}
.page_seo .p_ele {
	width: 50%;
	height: auto;
	float: left;
}
.loadmore.cur {
	opacity: .5;
	cursor: no-drop;
	border: 2px solid #000;
}
.loadmore.cur:before {
	background: #000;
}
.ms {
	width: auto;
	height: auto;
	line-height: 20px;
	color: rgba(0,0,0,.4);
	font-size: 12px;
	background: rgba(0,0,0,.05);
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
}
.ms span {
	padding: 0px 5px;
	color: rgba(0,0,0,.7);
}
.page_seo .p_ele .t {
	width: 70px;
	height: auto;
	float: left;
}
.page_seo .p_ele .d {
	width: calc(100% - 70px);
	height: auto;
	float: left;
}
.mbx a:hover, .mbx a.active, .page_seo .p_ele .d a:hover {
	color: #ec2079;
}
a {
	text-decoration: none;
	color: #3e3e3e;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sub_content {
	width: 94%;
	height: auto;
	padding: 0px 3%;
	color: #3e3e3e;
	font-family: "microsoft yahei", "微软雅黑";
	background: #fff;
	overflow: hidden;
}
.sub_content .left {
	width: calc(100% - 380px);
	float: left;
	margin-top: 50px;
}
.sub_content .left h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	padding-right: 120px;
}
.back_list {
	position: absolute;
	background-color: rgba(0,0,0,.1);
	font-size: 14px;
	width: 100px;
	display: block;
	line-height: 40px;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}
.back_list:hover {
	background: #ec2079;
	color: #FFFFFF;
}
.sub_content .left .con {
	margin: 30px 0 80px 0;
	line-height: 1.7;
}
.sub_content .left .con img {
	display: inline-block;
	width: auto;
	max-width: 500px;
	cursor: pointer;
	margin-bottom: 20px;
}
.sub_content .left .con a {
	color: #ec2079;
}
.sub_content .left .con a:hover {
	text-decoration: underline;
}
.sub_content .left .con p {
	margin-bottom: 20px;
}
.sub_content .right h2 {
	font-size: 24px;
	font-weight: normal;
	text-indent: 20px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
}
.sub_content .right h2:after {
	width: 5px;
	height: 26px;
	background: rgba(0,0,0,.6);
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}
.sub_content .right .d {
	margin: 0 0 80px 0;
}
.sub_content .right ul a {
	display: block;
	position: relative;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub_content .right ul a:hover {
	color: #ec2079;
}
.sub_content .right li .icon {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.sub_content .right li p {
	opacity: 0.8;
	line-height: 1.6;
}
.sub_content .right {
	width: 300px;
	padding: 20px;
	float: right;
	margin-top: 45px;
	background-color: #fafafa;
}
.loadmore {
	cursor: pointer;
	display: block;
	position: relative;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ec2079;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	width: 200px;
	z-index: 5;
	margin-bottom: 100px;
}
.loadmore:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #ec2079;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.loadmore:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.loadmore:hover {
	color: #fff;
	background-color: transparent;
	text-shadow: nfour;
}
.loadmore:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}
.j_footer {
	width: 94%;
	padding: 50px 3%;
	overflow: hidden;
}
.nav {
	width: auto;
	height: auto;
	position: fixed;
	right: 50px;
	top: 15px;
	z-index: 30;
	text-align: right;
}
.nav a {
	display: inline-block;
	padding: 0px 25px;
	line-height: 50px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
	position: relative;
	-webkit-transition: all .5s;
}
.nav a:hover, .nav a.active {
	color: #ec2079;
}
.nav a:last-child:after {
	display: none;
}
.sub_banner {
	width: 100%;
	height: 400px;
	background: url(../image/sub_banner.jpg) center center no-repeat;
	position: relative;
}
.footerList {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	line-height: 24px;
	padding: 100px 0%;
}
.footerList ul {
	width: calc(100% - 300px);
	float: left;
}
.footerList .ftel {
	width: 300px;
	height: auto;
	float: left;
	text-align: right;
	margin-top: -10px;
}
.footerList .ftel p {
	margin-bottom: 10px;
	opacity: 0.5;
}
.footerList .ftel a {
	color: #fff;
	font-size: 35px;
	font-family: tw;
}
.footerList ul li {
	width: 25%;
	height: auto;
	float: left;
}
.footerList ul li p {
	line-height: 1.8;
	opacity: .5;
	display: block;
}
.footerList ul li b {
	display: block;
}
.footerList ul li .j {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.footerList ul li .footerTop {
	margin-bottom: 25px;
}
.footerList ul li a {
	margin-top: 15px;
	color: #fff;
	display: block;
	line-height: 20px;
}
.footerList ul li a span {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../image/newmapicon.png) no-repeat;
	background-size: cover;
	float: left;
}
.about_info {
	padding: 50px 3% 100px 3%;
	text-align: center;
	color: rgba(255,255,255,.7);
	width: 94%;
}
.about_info h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 26px;
}
.about_info p {
	line-height: 1.6;
	font-size: 14px;
	opacity: .7;
}
.about_info h3 {
	font-weight: normal;
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.6;
}
.partner {
	width: 70%;
	padding: 0px 15%;
	height: auto;
	margin: auto;
	margin-bottom: 100px;
}
.history {
	width: 94%;
	height: auto;
	border-top: 8px solid rgba(255,255,255,.1);
	border-bottom: 8px solid rgba(255,255,255,.1);
	margin-bottom: 100px;
	color: rgba(255,255,255,.7);
	margin: 0px 3%;
	margin-bottom: 50px;
}
.history ul {
	margin-left: 20%;
	width: 60%;
	display: block;
	overflow: hidden;
	font-family: 'AvantGardeMdBT';
}
.history ul li {
	width: 33.33%;
	height: auto;
	float: left;
	text-align: center;
	padding: 35px 0px;
}
.history ul li b {
	font-weight: normal;
	display: block;
	height: 85px;
	line-height: 85px;
	font-size: 85px;
}
.history ul li p {
	display: block;
	font-size: 14px;
	line-height: 1.6;
}
.case {
	width: 94%;
	padding: 100px 3% 0px 3%;
	height: auto;
	overflow: hidden;
}
.case ul li {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
	overflow: hidden;
}
.case ul li:nth-child(3n) {
	margin-right: 0%;
}
.case ul li .thum {
	width: 100%;
	height: auto;
	background: #000;
	overflow: hidden;
	transition-duration: .5s;
}
.case ul li:hover .name {
	height: 40px;
}
.case ul li:hover .thum img {
	opacity: .8;
}
.case ul li:hover .name strong {
	margin-left: 65px;
	font-size: 20px;
}
.case ul li:hover .name p {
	width: 65px;
}
.case ul li .thum img {
	display: block;
	display: block;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transition-duration: .5s;
}
.case ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
ase ul li img {
	display: block;
}
.case ul li .name {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	color: #C0C0C0;
	transition-duration: .5s;
}
.case ul li .name p {
	width: 0px;
	height: 1px;
	position: absolute;
	left: -5px;
	top: 19px;
	background: #F2F2F2;
	opacity: .5;
	transition-duration: .5s;
}
.case ul li .name strong {
	margin-right: 10px;
	transition-duration: .5s;
}
.case ul li .name span {
	font-size: 12px;
	opacity: .5;
}
.banner {
	width: 100%;
	height: calc(100% - 245px);
	background: #000;
}
.nbanner {
	width: 100%;
	height: calc(100% - 245px);
	position: absolute;
	left: 0px;
	top: 0px;
}
.nbanner ul {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}
.nbanner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	visibility: hidden;
}
.nbanner ul li.active {
	opacity: 1;
	visibility: visible;
}
.nbanner ul li .txt {
	width: 40%;
	height: auto;
	position: absolute;
	left: 15%;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	font-size: 40px;
	opacity: 0;
	margin-top: 50px;
	-webkit-transition: all 1s;
	-webkit-transition-delay: .7s;
}
.nbanner ul li.active .txt {
	margin-top: 0px;
	opacity: 1;
}
.nbanner ul li .t1 {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 40px;
}
.nbanner ul li .t2 {
	width: 100%;
	height: auto;
	line-height: 1.6;
	font-size: 24px;
}
.nbanner ul li .t3 {
	width: 100%;
	height: auto;
}
.nbanner ul li .t4 {
	width: 100%;
	height: auto;
	font-size: 14px;
	margin: 25px 0px;
	line-height: 1.7;
}
.nbanner ul li .t3 b {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
}
.nbanner ul li .t3 p {
	display: block;
	line-height: 1.2;
	font-family: arial;
	font-weight: bold;
	font-size: 54px;
	text-transform: uppercase;
}
.nbanner ul li .ewms {
	width: 150px;
}
.nbanner ul li .ewms p {
	display: block;
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
}
.nbanner ul li .i1 {
	width: 46%;
	height: auto;
	position: absolute;
	left: 48%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 1s;
	-webkit-transition-delay: .8s;
	margin-top: 50px;
}
.nbanner ul li.active .i1 {
	opacity: 1;
	margin-top: 0px;
}
.nbanner ul li .t5 {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
}
.nbanner ul li .t5 span {
	display: block;
	width: calc(100% - 20px);
	padding-left: 20px;
	line-height: 1.8;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}
.nbanner ul li:nth-child(4) .t1 {
	margin-bottom: 25px;
}
.nbanner ul li .t5 span:after {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	content: '';
	border-radius: 50%;
}
.nbanner ul li:nth-child(4) .i1 {
	left: 45%;
	top: 55%;
	width: 50%;
}
.nbanner ul li:nth-child(5) .i1 {
	width: 45%;
	left: 45%;
}
.nbanner ul li:nth-child(5) .t1 {
	line-height: 1.2;
}
.nbanner ul li:nth-child(5) .t4 {
	font-size: 20px;
}
.nbanner ul li:nth-child(5) .t4 span {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	margin-top: 35px;
}
.nbanner ul li:nth-child(2) .i1 {
	width: 55%;
	top: 60%;
}
.nbanner ul li:nth-child(3) .i1 {
	width: 20%;
	top: auto;
	-webkit-transform: translateY(0%);
	bottom: 0%;
	left: 60%;
	margin-bottom: -100px;
}
.nbanner ul li:nth-child(3).active .i1 {
	margin-bottom: 0px;
}
.banner ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.banner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner ul li .t1 {
	width: 308px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -600px;
}
.banner ul li .t2 {
	width: 205px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 52%;
	margin-left: -600px;
}
.banner ul li .t3 {
	width: 700px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 13%;
	margin-left: -100px;
}
.b_nav, .nav_mask {
	width: 100%;
	height: 245px;
	display: block;
	position: relative;
}
.nbanner {
	z-index: 10;
}
.nav_mask {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.b_nav ul, .nav_mask ul {
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
}
.nav_mask ul li {
	width: 20%;
	height: 245px;
	position: relative;
	background: #e00114;
	z-index: 5;
}
.nav_mask ul li:before {
	width: 3800px;
	height: 3800px;
	transform: translate(-50%, -50%) scale(0);
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-left: 165px;
	border-radius: 50%;
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transition-delay: 0.5s;
}
.nav_mask ul li:nth-child(1):before {
	background: #E00114;
}
.nav_mask ul li:nth-child(2):before {
	background: #f7931b;
}
.nav_mask ul li:nth-child(3):before {
	background: #25a695;
}
.nav_mask ul li:nth-child(4):before {
	background: #3485bd;
}
.nav_mask ul li:nth-child(5):before {
	background: #ec2079;
}
.nav_mask ul li.active {
	z-index: 10;
}
.nav_mask ul li.active:before {
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition-delay: 0s;
}
.nav_mask ul li:nth-child(2).active:before {
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	transform: translate(-50%, -40%) scale(1);
}
.nav_mask ul li:nth-child(3).active:before {
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	transform: translate(-50%, -30%) scale(1);
}
.nav_mask ul li:nth-child(4).active:before {
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	transform: translate(-50%, -40%) scale(1);
}
.b_nav ul li {
	width: 20%;
	height: 345px;
	color: #fff;
	position: relative;
	text-align: center;
	background: #e00114;
	z-index: 10;
	cursor: pointer;
}
.b_nav ul li:nth-child(2) {
	background: #f7931b;
}
.b_nav ul li:nth-child(3) {
	background: #25a695;
}
.b_nav ul li:nth-child(4) {
	background: #3485bd;
}
.b_nav ul li:nth-child(5) {
	background: #ec2079;
}
.b_nav ul li .icon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 45px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	-webkit-transition: all .5s;
}
.b_nav ul li .txt {
	width: 100%;
	height: auto;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 160px;
	-webkit-transition: all .5s;
}
.container {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.b_nav ul li:hover .icon {
	box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, .1);
}
.space {
	width: 100%;
	height: 145px;
	position: relative;
	padding: 35px 0px 25px 0px;
	background: #FFFFFF;
}
.sw_ewm {
	width: auto;
	height: auto;
	position: relative;
	margin-left: 5%;
	top: 0px;
}
.sw_ewm .nw {
	width: 110px;
	height: auto;
	float: left;
	margin-right: 25px;
}
.sw_ewm p {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #3e3e3e;
}
.str_wrap {
	overflow: hidden;
//zoom:1;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #f6f6f6;
	white-space: nowrap;
}
.sw_bc {
	width: 395px;
	height: auto;
	position: absolute;
	right: 5%;
	bottom: 25px;
}
.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}
.str_move_clone {
	display: inline-block;
//display:inline;
 //zoom:1;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}
.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}
.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}
.str_vertical .str_move, .str_down .str_move {
	white-space: normal;
	width: 100%;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move {
	cursor: inherit;
}
.str_wrap img {
	max-width: none !important;
}
.dowebok {
	width: 100%;
	background: #3c4351;
	height: 60px;
	overflow: hidden;
}
.dowebok img {
	margin-left: 10px;
	vertical-align: top;
	width: auto;
	display: inline-block;
}
.header_shadow {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	content: "";
}
.testNews {
	width: 94%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-left: 3%;
	margin-bottom: 125px;
	padding-top: 35px;
}
.testNews ul li {
	width: 23.5%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	position: relative;
	background: #fff;
}
.testNews ul li:nth-child(4n) {
	margin-right: 0%;
}
.testNews ul li .bgs {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background: #000 center center no-repeat;
	background-size: cover;
}
.testNews ul li .bgColor {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
	opacity: 0;
	filter: alpha(opacity=0);
}
.testNews ul li .nBox {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: rgba(0,0,0,.5);
}
.testNews ul li .nBox .date {
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	opacity: .5;
}
.testNews ul li .nBox .title {
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	height: 24px;
}
.testNews ul li .nBox .des {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	opacity: .6;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
	display: none;
}
.n_title {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 0px 0px 25px 0px;
	color: #fff;
	font-weight: normal;
}
.n_title b {
	display: block;
	font-size: 32px;
	font-weight: normal;
}
.n_title p {
	display: block;
	opacity: .5;
}
.sub_title {
	width: 100%;
	height: auto;
	line-height: 35px;
	font-size: 36px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	color: rgba(255,255,255,.5);
	margin-bottom: 50px;
	padding-top: 50px;
}
.sub_title:after {
	width: 50px;
	height: 3px;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
	content: '';
}
.testNews ul li a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.testNews ul li a:hover .bgs {
	opacity: 1;
}
.testNews ul li a:hover .bgs img {
	opacity: 0.7;
}
.testNews ul li a:hover .bgColor {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.testNews ul li a:hover {
	color: #fff;
}
.testNews:hover .bobo.pp {
	left: 0px;
}
.testNews:hover .bobo.nn {
	right: 0px;
}
.newCp {
	width: 100%;
	padding: 20px 0% 0px 0%;
	height: 14px;
	font-size: 12px;
	opacity: .6;
	line-height: 14px;
	text-align: right;
	color: #fff;
}
.newCp .a {
	padding: 0px 15px 0px 0px;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	margin-right: 15px;
	color: #fff;
}
.newCp p {
	color: #fff;
}
.newCp b {
	position: relative;
	padding: 0px 15px;
	overflow: hidden;
}
.newCp b img {
	position: absolute;
	top: -40px;
	left: -50px;
	display: none;
}
.newCp b:hover img {
	display: block;
}
.newCp .a span {
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 2px;
	background: #3E3E3E;
	display: block;
}
.logo2 {
	width: 178px;
	height: auto;
	position: fixed;
	left: 3%;
	top: 30px;
	z-index: 50;
	display: block;
}
.hotTel {
	width: auto;
	height: auto;
	color: #FFFFFF;
	position: fixed;
	right: 3%;
	top: 15px;
	font-size: 30px;
	display: block;
	text-decoration: none;
	z-index: 50;
}
.hotTel span {
	font-size: 20px;
	font-family: '微軟正黑體', "microsoft yahei", "微软雅黑";
}
.hotTel b {
	font-weight: normal;
	font-family: tw;
}
#footer {
	width: 100%;
	height: 300px;
	background: #2f2f2f url(https://demoall.kuaituiyun.cn/6943/template/pc/skin/images/footershadow.png) center bottom no-repeat;
	position: relative;
	z-index: 1000;
}
.footer {
	width: 1000px;
	height: auto;
	position: relative;
}
.footerNav {
	width: 100%;
	height: 25px;
	padding-top: 45px;
	font-size: 12px;
	border-bottom: 1px solid #464646;
}
.footerNav li {
	width: auto;
	height: 15px;
	float: left;
}
.footerNav li a {
	width: auto;
	padding: 0px 10px;
	height: 12px;
	line-height: 12px;
	display: block;
	color: #a1a1a1;
	border-right: 1px solid #a1a1a1;
	_width: 75px;
	_text-align: center;
}
.footerNav li a:hover {
	color: #fff;
}
.footerNav span {
	float: right;
	color: #ff5420;
	line-height: 12px;
	_display: block;
	_margin-bottom: 10px;
}
.footerNav a {
	color: #ff5420;
}
.friendLink {
	width: 100%;
	height: auto;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #464646;
	color: #7b7b7b;
	font-size: 12px;
	overflow: hidden;
}
.friendLink span {
	display: block;
	width: 70px;
	height: auto;
	float: left;
	line-height: 12px;
}
.friend {
	width: 930px;
	height: auto;
	float: right;
}
.f_links {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255,255,255,.2);
	margin: 20px 0% 0px 0%;
	color: rgba(255,255,255,.8);
	padding-top: 20px;
}
.f_links b {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.6;
	padding: 10px 0px;
}
.f_links .links {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.menu .list_ a + a {
	margin-top: 15px;
}
.menu .jm {
	color: #fff;
	font-size: 26px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 10vw;
	opacity: 0;
	font-family: tw;
}
.menu.active .jm {
	opacity: 1;
	-webkit-transition-delay: .5s;
}
.menu .jm span {
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	opacity: .6;
}
.menu img {
	width: 130px;
}
.menu .list_ {
	margin-top: 20vw;
}
.menu .list_ a {
	display: block;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
}
.menu.active .list_ a {
	-webkit-transition-delay: 1s;
	opacity: 1;
}
.menu .list_ a.active {
	color: #d70031;
}
.f_links .links a {
	display: block;
	width: auto;
	margin-right: 15px;
	font-size: 12px;
	float: left;
	color: rgba(255,255,255,.5);
}
.f_links .links a:hover {
	color: rgba(255,255,255,1);
}
.menu-cover {
	position: absolute;
	width: 200vh;
	height: 200vh;
	left: 100vh;
	top: -200vh;
	background-color: #ec2079;
	-webkit-transition: all 1s;
	border-radius: 50%;
	-webkit-transform: scale(0);
}
.menu.active .menu-cover {
	left: -50vh;
	top: -50vh;
	-webkit-transform: scale(1);
}
.online_btn {
	display: inline-block;
	width: 123px;
	height: 37px;
	border-radius: 50px;
	background: #12b7f5;
	border: 1px solid #12b7f5;
	cursor: pointer;
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
	line-height: 37px;
	color: #fff;
	box-sizing: border-box;
	text-indent: 40px;
	display: none;
}
.online_btn::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 8.5px;
	display: block;
	background: url(../image/tel_icon.png) no-repeat;
	background-size: cover;
	content: '';
	-webkit-animation: rotateIn 2s ease infinite;
}
@-webkit-keyframes rotateIn {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
 transform: scale3d(.9, .9, .9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
}
@media only screen and (max-width:1440px) {
.partner {
	width: 94%;
	padding: 0px 3%;
}
}
@media only screen and (max-width:1366px) {
.banner ul li .t1 {
	width: 250px;
	margin-left: -500px;
}
.banner ul li .t2 {
	width: 175px;
	top: 54%;
	margin-left: -500px;
}
.banner ul li .t3 {
	width: 600px;
}
}
 @media only screen and (max-width:1366px) {
.nbanner ul li .t1 {
	font-size: 28px;
}
.nbanner ul li .t2 {
	font-size: 14px;
}
.nbanner ul li .t1 {
	line-height: 1.2;
	margin-bottom: 25px;
}
.nbanner ul li .t3 b {
	font-size: 20px;
}
.nbanner ul li .t3 p {
	font-size: 34px;
}
.nbanner ul li .t4 {
	margin: 10px 0px;
	line-height: 1.5;
}
.nbanner ul li .ewms {
	width: 75px;
}
.nbanner ul li .ewms p {
	font-size: 12px;
}
.nbanner ul li .t5 span {
	line-height: 1.2;
	font-size: 14px;
}
.nbanner ul li:nth-child(5) .t4 {
	font-size: 14px;
}
}
 @media only screen and (max-width:1023px) {
.menu-btn {
	display: block;
}
.nav, .footer_nav {
	display: none;
}
.testNews ul li {
	width: 49%;
}
.testNews ul li:nth-child(3n) {
	margin-right: 2%;
}
.testNews ul li:nth-child(even) {
	margin-right: 0%;
}
.sub_content {
	width: 94%;
	padding: 0px 3%;
}
.sub_content .left {
	width: 100%;
}
.hotTel {
	top: 85px;
}
.sub_content .right {
	width: 100%;
}
.right .d {
	width: 100%;
	overflow: hidden;
}
.right .d li {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.right .d li:nth-child(even) {
	margin-right: 0%;
}
}
@media screen and (max-width:1005px) {
.testNews {
	width: 94%;
	margin-left: 3%;
}
.testNews ul li a .bgs {
	opacity: 1;
}
.footerList {
	max-width: 94%;
	padding: 50px 3%;
	font-size: 12px;
}
.footerList ul li {
	width: 22%;
	padding-right: 3%;
}
.testNews ul li a .bgs img {
	opacity: 0.7;
}
.testNews ul li a .bgColor {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.testNews ul li a {
	color: #fff;
}
}
 @media only screen and (max-width:767px) {
.online {
	display: none;
}
.online_btn {
	display: block;
}
.sub_content .left .con img {
	max-width: 100%;
}
.sub_content .right {
	width: calc(100% - 40px);
	margin-bottom: 20px;
}
.sub_content .right .d {
	margin-bottom: 0px;
}
.tag-box {
	margin: 20px 0px;
}
.page_seo .p_ele {
	width: 100%;
	margin-bottom: 10px;
}
.page_seo {
	margin-bottom: 0px;
}
.footerList ul {
	width: 100%;
}
.footerList .ftel, .borderImg {
	display: none;
}
.ms {
	font-size: 12px;
}
.testNews {
	margin-bottom: 0px;
	width: 100%;
	margin-left: 0px;
	padding: 0px;
}
.footerList {
	padding: 0%;
	max-width: 100%;
}
.f_links {
	display: none;
}
.menu .list_ a {
	line-height: 40px;
	font-size: 18px;
}
.menu .list_ a + a {
	margin-top: 5px;
}
.about_info {
	width: 94%;
	padding: 50px 3% 100px 3%;
}
.partner {
	width: 94%;
	padding: 0px 3%;
	margin-bottom: 50px;
}
.sub_content .right li p {
	display: block;
	height: 20px;
	overflow: hidden;
	font-size: 12px;
}
.about_info h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.history ul li b {
	height: 55px;
	line-height: 55px;
	font-size: 40px;
}
.history {
	margin-bottom: 5px;
	border-top: 4px solid rgba(255,255,255,.1);
	border-bottom: 4px solid rgba(255,255,255,.1);
}
.history ul {
	width: 94%;
	margin-left: 3%;
}
.sub_content .left {
	margin-top: 0px;
}
.sub_content .left h1 {
	width: 100%;
	font-size: 20px;
}
.footer_nav a {
	padding: 0px 10px;
}
.back_list {
	display: none;
}
.sub_content .left .con {
	margin-top: 20px;
}
.nav {
	width: 100%;
	right: 0px;
	top: 30px;
	text-align: left;
}
.sub_banner {
	height: 200px;
	background-size: cover;
}
.nav a {
	padding: 0px 15px;
}
.case ul li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 25px;
}
.case ul li .name {
	margin-top: 15px;
}
.testNews ul li {
	width: 100%;
}
.footerList {
	padding-bottom: 0px;
}
.footerList ul li {
	width: 100%;
	height: auto;
	padding-right: 0%;
	margin-bottom: 15px;
	font-size: 16px;
}
.newCp {
	display: none;
}
.logo2 {
	width: 130px;
	top: 20px;
}
.hotTel {
	top: 40px;
	font-size: 18px;
	right: auto;
	left: 3%;
	display: none;
}
.hotTel span {
	font-size: 12px;
}
.banner ul li .t1 {
	width: 100px;
	left: 5%;
	top: 44%;
	margin-left: auto;
}
.banner ul li .t2 {
	width: 70px;
	left: 5%;
	top: 50%;
	margin-left: auto;
}
.banner ul li .t3 {
	width: 250px;
	margin-left: -50px;
	top: 28%;
}
.b_nav ul li .icon {
	width: 40px;
	height: 40px;
	margin-left: -22px;
	border: 2px solid rgba(255, 255, 255, .6);
	top: 15px;
}
.banner, .nbanner {
	height: calc(100% - 120px);
}
.b_nav, .nav_mask {
	height: 120px;
}
.b_nav ul li .txt {
	top: 65px;
	font-size: 12px;
}
.sw_bc {
	display: none;
}
.sw_ewm .nw {
	width: 100px;
	margin-left: 10px;
}
.space {
	padding: 15px 0px 5px 0px;
}
.nbanner ul li .txt {
	text-align: center;
	width: 90%;
	left: 5%;
	position: relative;
	top: auto;
	margin-top: 45%;
	margin-bottom: 35px;
	-webkit-transform: translateY(0%);
}
.nbanner ul li .t1 {
	margin-bottom: 5px;
	font-size: 20px;
}
.nbanner ul li .i1 {
	width: 90%;
	left: 5%;
	position: relative;
	top: auto;
	-webkit-transform: translateY(0%);
	margin-top: 0px;
}
.nbanner ul li:nth-child(2) .i1 {
	width: 90%;
	left: 5%;
	top: auto;
}
.nbanner ul li:nth-child(2) .t1 {
	font-size: 20px;
}
.nbanner ul li.active .txt {
	margin-top: 35%;
}
.nbanner ul li .t3 p {
	font-size: 20px;
	opacity: 0.6;
}
.nbanner ul li .t3 b {
	display: block;
}
.nbanner ul li .t4 {
	text-align: left;
}
.nbanner ul li:nth-child(3) .i1 {
	position: absolute;
	width: 30%;
	bottom: -5%;
}
.nbanner ul li .ewms {
	width: 100px;
	display: none;
}
.nbanner ul li .t5 span {
	text-align: left;
}
.nbanner ul li:nth-child(4) .i1 {
	top: auto;
	left: 5%;
	width: 90%;
}
.nbanner ul li:nth-child(5) .t4 {
	margin: 15px 0px;
}
.nbanner ul li:nth-child(5) .t4 span {
	font-size: 14px;
	margin-top: 0px;
}
.nbanner ul li:nth-child(5) .i1 {
	width: 90%;
	left: 5%;
}
.nav_mask ul li:before {
	width: 2700px;
	height: 2700px;
	margin-left: 50px;
}
}
 @media only screen and (max-width:374px) {
.nbanner ul li .t1 {
	font-size: 18px;
}
.nbanner ul li:nth-child(2) .t1 {
	font-size: 16px;
}
.nbanner ul li .t3 p {
	display: none;
}
.nbanner ul li .t4 {
	font-size: 12px;
}
.nbanner ul li .ewms {
	font-size: 70px;
}
.nbanner ul li .ewms p {
	padding-top: 5px;
}
.nbanner ul li:nth-child(3) .i1 {
	width: 25%;
}
.testNews ul li {
	width: 100%;
}
.nbanner ul li .t5 span {
	margin-bottom: 5px;
}
}
/* 竖屏 */
@media only screen and (max-width:767px) and (orientation: landscape) {
.menu.active .menu-cover {
	left: -10vh;
	top: -50vh;
	-webkit-transform: scale(2);
}
.menu .list_ {
	margin-top: 20px;
}
.menu .list_ a {
	width: 50%;
	float: left;
}
.menu .jm {
	bottom: 15px;
}
.case ul li {
	width: 49%;
	margin-right: 2%;
}
.case ul li:nth-child(even) {
	margin-right: 0%;
}
.testNews ul li {
	width: 49%;
}
.banner ul li .t2 {
	top: 55%;
}
.nbanner ul li.active .txt {
	margin-top: 10%;
	margin-bottom: 15px;
}
.nbanner ul li:nth-child(3).active .i1, .nbanner ul li:nth-child(2) .i1, .nbanner ul li:nth-child(4) .i1, .nbanner ul li:nth-child(5) .i1 {
	display: none;
}
.nbanner ul li.active .i1 {
	width: 40%;
	left: 30%;
}
.nbanner ul li:nth-child(5) .t4 {
	text-align: center;
	line-height: 1.7;
}
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
	color: #ec2079;
}
.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 #ec2079;
	color: #ec2079;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #ec2079;
}
.pagination li.thisclass {
	background: #ec2079;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #ec2079;
	color: #fff;
	cursor: default;
}
