* {
	padding: 0px;
	margin: 0px;
}

img {
	width: 100%;
	display: block;
}

body,
html {
	background: #101010;
	font-family: '微軟正黑體',"microsoft yahei","微软雅黑";
}

#video {
    position: absolute;
	background: #f9e622;
	display: block;
	object-position: center center;
	border: none;
	object-fit:cover;
	display: none;
}
.c-footer__project{
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding-top: 14vw;
	padding-bottom: 6vw;
	color: #fff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
}
.c-footer__waves-item{
	top: 3%;
	left: 50%;
	z-index: 0;
	width: 200vw;
	opacity: .9;
	height: 200vw;
	display: block;
	margin-top: 15vw;
	border-radius: 40%;
	position: absolute;
	margin-left: -100vw;
	-webkit-transform-origin: 50% 48%;
	transform-origin: 50% 48%;
	-webkit-animation: wave 7s linear infinite;
	animation: wave 7s linear infinite;
	background: linear-gradient(103deg,#1caa4a,#5ecc82);
}
.c-footer__waves-item.item-01 {
    -webkit-animation: wave 9s linear infinite;
    animation: wave 9s linear infinite;
}
.c-footer__waves-item.item-02 {
    opacity: .7;
    margin-left: -115vw;
    -webkit-animation: wave 11s linear infinite;
    animation: wave 11s linear infinite;
    background: linear-gradient(103deg,#1caa4a,#5ecc82);
}
@-webkit-keyframes wave{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.partner_tel{
	position: relative;
	z-index: 5;
	border: 2px solid #fff;
	color: #fff;
}
.partner_tel {
  width: 540px;
 
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
 
  font-weight: 700;
  margin: 80px auto 90px;
}
.newCp{
	    margin-top: 10px;
	    border-top: 1px solid rgba(255,255,255,.1);
	    border-bottom: 1px solid rgba(255,255,255,.1);
	    padding-bottom: 10px;
	    padding-top: 10px;
	    margin-bottom: 5px;
}
.f_links{
	color: rgba(255,255,255,.5);
}
.footerList ul{
	width: 100%;
}
.f_links{
	padding-top: 0px;
	margin: 0px;
}
.borderImg,.footer_nav{
	height: 0px;
	overflow: hidden;
	opacity: 0;
	padding: 0;
}
.footerList{
	padding: 0px;
	color: rgba(255,255,255,.5);
}
.j_footer{
	background: #000;
	padding:20px 10px;
}
.footerList ul li p{
	font-size: 12px;
	font-weight: normal;
}
.footerList ul li b{
	font-size: 14px;
}
.footerList .ftel,.f_links b{
	display: none;
}
.lightbox{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	z-index: 500;
}
.lightbox.active{
	opacity: 1;
	visibility: visible
}
.showbox{
	width: 500px;
	height: auto;
	background: #fff url(../images/logo5.png);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	padding: 15px 35px 35px;
	border-radius: 5px;
}
.showbox h1{
	font-size: 28px;
	text-align: center;
	padding: 35px 0px 35px;
	position: relative;
}
.showbox h1::before{
	width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -120px;
    background: url(../images/fish.png) no-repeat;
    background-size: cover;
    content: '';
}
.showbox h1::after{
	width: 20px;
	height: 2px;
	background: #ec2079;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 25px;
	content: '';
}
.showbox p{
	font-size: 16px;
	line-height: 2;
	opacity: .7;
}
.showbox b.first{
	margin-top: 15px;
	display: block;
}
.mk{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.showbox b{
	display: block;
	width: 100%;
	text-align: right;
	font-weight: normal;
	line-height: 2;
	opacity: .7;
	font-size: 16px;
}
.showbox span{
	display: block;
	width: 150px;
	text-align: center;
	font-size: 14px;
	opacity: .7;
}
.showbox img{
	width: 150px;
	margin-top: -45px;
}
.showbox img.logo5{
	display: none;
}
#canvas{
	position: relative;
	background: #f9e622;
	display: block;
	margin: 0 auto;
	width: 1285px;
	height: auto;
	border: none;
	display: block;
}

.videoMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dot.png);
}



.case_icon{
	width: 100%;
	text-align: center;
	height: auto;
	padding: 100px 0px 50px;
}

.case_icon a{
	display: inline-block;
	width: 40px;
	height: auto;
	margin: 0px 15px;
	opacity: .5;
	cursor: pointer;
}

.case_icon a.active{
	opacity: 1;
}

.online{
	width: 70px;
	height: 95px;
	display: block;
	position: fixed;
	right: 50px;
	bottom: 150px;
	background: url(../images/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;
}

.online .imgBox{
	width: 100px;
	height: auto;
	background: #fff;
	position: absolute;
	left: -20px;
	top: -120px;
	padding-bottom: 5px;
	display: none;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.online:hover .imgBox{
	display: block;
}
@-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(../images/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;
	
	font-size: 17px;
	font-weight: 700;
}
.footer_nav a{
	opacity: .6;
	padding: 0px 25px;
	position: relative;
}
.footer_nav a:after{
	position: absolute;
	right: 0px;
	top: 0px;
	content: '|';
}
.footer_nav a:hover{
	opacity: 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(../fonts/fonteditor.eot);
	src: url(../fonts/fonteditor.eot?#iefix) format("embedded-opentype"),
	url(../fonts/fonteditor.woff) format("woff"),
	url(../fonts/fonteditor.ttf) format("truetype"),
	url(../fonts/fonteditor.svg#iconfont) format("svg");
}
@font-face {
  font-family: 'AvantGardeMdBT';
  src: url('../fonts/AvantGardeMdBT.eot');
  src:
    url('../fonts/AvantGardeMdBT.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/AvantGardeMdBT.woff') format('woff'),
    url('../fonts/AvantGardeMdBT.ttf') format('truetype'),
    url('../fonts/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: #ec2079;
    border-radius: 0;
    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;
	font-size: 17px;
	font-weight: 700;

}
.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{
	overflow: hidden;
	color: #000;
}
.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(../images/sub_banner.jpg) center center no-repeat;
	position: relative;
}
.footerList {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*color: #fff;*/
	line-height: 24px;
	
}
.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: .8;
	font-size: 17px;
	font-weight: 700;
}
.footerList .ftel a{
	color: #2a72ba;
	font-size: 35px;
	font-family: tw;
}
.footerList ul li {
	width: 25%;
	height: auto;
	float: left;
}
.footerList ul li p{
	line-height: 1.8;
	opacity: .8;
	display: block;
	
	font-weight: 700;
}
.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: #2a72ba;
	display: block;
	line-height: 20px;
}

.footerList ul li a span {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/newMapIcon.png) no-repeat;
	background-size: cover;
	float: left;
}
.about_info{
	padding: 50px 3% 100px 3%;
    text-align: center;
	color: rgba(255,255,255,.9);
	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: .9;
}
.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;
}
.partner_tel:hover{
	background: #fff;
	color: #1caa4a;
}
.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,.9);
	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: 1180px;
	padding: 100px 3% 0px 3%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.case {
	width: 100%;
	padding: 100px 0 0;
	height: auto;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
}

.case.mobile{
	width: 1180px;
	box-sizing: inherit;
}

.case ul li {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
	overflow: hidden;
}

.case.mobile ul li{
	width: 100%;
	margin-right: 0%;
}

.case ul li:nth-child(3n){
	margin-right: 0%;
}
.case ul li .thum {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid transparent;
	transition: all .25s;
}

.case ul li:hover .thum .bg{
	transform: scale(1.08);

}
.case.mobile ul li .thum{
	width: 815px;
	height: auto;
	float: left;
	border: 2px solid transparent;

}
.case.mobile ul li .mob{
	width: 330px;
	height: auto;
	float: right;
	display: block;
	border: 2px solid transparent;
	background: #444;

}

.case ul li:hover .thum{
	border-color: #444;
}
.case.mobile ul li .name {
	float: left;
	width: 100%;
}
.case.mobile ul li:hover .thum,.case.mobile ul li:hover .mob{
	border-color: #111;
}
.case ul li .mob{
	display: none;
	width: 100%;
	height: auto;
	position: relative;
}

.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;
	width: 100%;

}
.case ul li .thum{
	position: relative;
	overflow: hidden;
}

.case ul li .thum .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(.29,.78,.23,1.01);
	background-size: cover;
	background-position: center center;
}

.case ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.case ul li img {
	display: block;
}

.case ul li .name {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	font-weight: 700;
	color: #111;
	transition-duration: .5s;
}

.case ul li .name p {
	width: 0px;
	height: 1px;
	position: absolute;
	left: -5px;
	top: 19px;
	background: #333;
	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;
	background: #f9e622;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.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%;
	
	font-size: 12px;
	opacity: .6;
	line-height: 14px;
	text-align: right;
	overflow: hidden;
	color: rgba(255,255,255,.3);
}

.newCp .a {
	padding: 0px 15px 0px 0px;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	margin-right: 15px;
}

.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(../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;
   
    color: #2f2f2f;
  
}
.f_links b{

	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;
	opacity: 1;
	color: rgba(255,255,255,.3);
}
.f_links .links a:hover{
	opacity: 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(../images/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:1600px) {
	#canvas{
		width: 1000px
	}
}

@media only screen and (max-width:1440px) {
	.partner{
		width: 94%;
		padding: 0px 3%;
	}

	#canvas{
		width: 800px
	}
}
@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) {
	.case.mobile{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 3%;
	}
	.showbox{
		width: 90%;
		box-sizing: border-box;
		padding: 20px;
	}
	.showbox h1{
		padding: 15px 0px 15px;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.showbox h1::after{
		bottom: 10px;
	}
	.showbox h1::before{
		width: 20px;
		height: 20px;
		top: 20px;
		margin-left: -100px;
	}


	.showbox img{
		width: 120px;
		margin-top: -55px;
	}
	.showbox span{
		width: 120px;
		font-size: 10px;
	}
	.case{
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}
	.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;
	}

	.banner ul li{
		padding-top: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	#canvas{
		width: 160vw;
		height: auto;
		max-width: unset;
	}

	#video{
		width: 160vw;
		height: auto;
		max-width: unset;
	}

	.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: 5px;
	}
	.case.mobile ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 25px;
		float:none;
		float: left;
	}
	.case.mobile ul li .name span{
		display: none;
	}
	.case.mobile ul li:nth-child(even){
		margin-right: 0%;
	}
	.case.mobile ul li a{
		display: flex;
		justify-content: space-between;
	}
	.case.mobile ul li .name {
		margin-top: 5px;
		justify-content: space-between;
		display: flex;
	}
	.case_icon{
		padding: 50px 0px 25px;
	}
	.case.mobile ul li .thum{
		width: 70.25862%;
		border: none;
		float:none;
		margin-right: 1.2vw;
		display: none;
	}
	.case.mobile ul li .mob{
		border: none;
		flex: 1;
		width: 100%;
		float:none;
		vertical-align: top;
	}
	.testNews ul li {
		width: 100%;
	}

	.footerList {
		padding-bottom: 0px;
	}
	.footerList ul li {
		width: 100%;
		height: auto;
		padding-right: 0%;
		margin-bottom: 5px;
		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;
	}
	.nbanner{
		z-index: 0;
	}
	.nbanner.active{
		z-index: 10;
	}
	.banner,
	.nbanner {
		height: calc(100% - 120px);
		overflow: hidden;
	}
	.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;
	}

}
