#banner {
	top: 0;
	position: relative;
	overflow: hidden
}
#banner .banner-back {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	z-index: 1;
	top: 0;
	display: block
}
#banner video {
	width: 100%
}
#banner img {
	width: 100%;
	height: auto;
	display: none
}
#banner .title>p, #banner .title>span {
	display: block;
	color: #fff;
	text-align: center
}
#banner .title {
	position: absolute;
	z-index: 9;
	top: 40%;
	width: 90%;
	left: 5%
}
#banner .title>p {
	width: 100%;
	font-weight: 800;
	font-size: 6vmax
}
#banner .title>span {
	font-size: 20px;
	font-weight: 200;
	width: 100%;
	margin-top: 40px
}
#banner .title>a {
	display: none;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 200;
	opacity: .8;
	-webkit-transition: all .35s;
	transition: all .35s
}
#banner .title>a>img {
	display: inline-block;
	height: 40px;
	width: auto;
	margin-right: 4px
}
#banner .mouse {
	position: absolute;
	z-index: 94;
	left: 50%;
	bottom: 80px;
	border: 2px solid rgba(255,255,255,.7);
	margin-left: -11px;
	width: 18px;
	height: 32px;
	border-radius: 20px
}
#banner .mouse:after {
	content: '';
	display: block;
	width: 2px;
	height: 4px;
	background: rgba(255,255,255,.8);
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -1px;
	-webkit-animation: mouse-middle .86s ease infinite;
	animation: mouse-middle .86s ease infinite
}
#banner .mouse:before {
	position: absolute;
	z-index: 4;
	left: -10px;
	bottom: -24px;
	text-align: center;
	font-family: "Arial Black";
	font-size: 10px;
	color: #fff;
	font-weight: 400;
	content: 'MORE'
}
#banner .mouse>a {
	display: block;
	height: 100%
}

#main .solution {
	position: relative;
	z-index: 54
}
#main .solution .title {
	position: relative;
	width: 100%;
	padding: 30px 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #199d90;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#199d90), to(#199d90));
	background-image: linear-gradient(to bottom right, #199d90, #199d90)
}
#main .solution .title>.tit {
	text-align: left
}
#main .solution .title>.tit p {
	position: relative;
	padding-bottom: 10px;
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	-webkit-transition: .5s;
	transition: .5s
}
#main .solution .title>.tit>p:after {
	position: absolute;
	z-index: 4;
	left: 4px;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #fff;
	opacity: .5;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.tit span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	-webkit-transition: .5s;
	transition: .5s
}
#main .solution .title>.con {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	-webkit-transition: all .5s;
	transition: all .5s
}
#main .solution .title>.con>span {
	display: block;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px
}
#main .solution .title>.con>img {
	display: block;
	padding: 10px 0;
	height: 50px;
	opacity: .6
}
#main .solution .title>.button {
	position: absolute;
	z-index: 99;
	right: 100px;
	bottom: 40px;
	-webkit-transition: all .5s;
	transition: all .5s
}
#main .solution .title>.button>.button-prev {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	width: 50px;
	height: 40px;
	border: 2px solid rgba(255,255,255,.6);
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-prev:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 16px;
	background: #fff;
	width: 18px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: .6;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-prev:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 16px;
	background: #fff;
	width: 18px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: .6;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-prev:hover {
	border: 2px solid rgba(255,255,255,1)
}
#main .solution .title>.button>.button-prev:hover:after, #main .solution .title>.button>.button-prev:hover:before {
	background: #fff;
	opacity: 1
}
#main .solution .title>.button>.button-next {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	width: 50px;
	height: 40px;
	border: 2px solid rgba(255,255,255,.6);
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-next:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 16px;
	background: #fff;
	width: 18px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: .6;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-next:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 16px;
	background: #fff;
	width: 18px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: .6;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-next:hover {
	border: 2px solid rgba(255,255,255,1)
}
#main .solution .title>.button>.button-next:hover:after, #main .solution .title>.button>.button-next:hover:before {
	background: #fff;
	opacity: 1
}
#main .solution .title>.button>.button-more {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	width: 50px;
	height: 40px;
	overflow: hidden;
	background: rgba(255,255,255,.6);
	border: 2px solid rgba(255,255,255,0);
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-more:before {
	content: '';
	position: absolute;
	left: 13px;
	top: 50%;
	width: 24px;
	margin-top: -1px;
	border-top: 3px solid;
	border-color: #07c5be
}
#main .solution .title>.button>.button-more:after {
	content: '';
	position: absolute;
	left: 24px;
	top: 50%;
	height: 24px;
	margin-top: -12px;
	border-left: 3px solid;
	border-color: #07c5be
}
#main .solution .title>.button>.button-more>a {
	display: block;
	height: 40px
}
#main .solution .title>.button>.button-more>a>span {
	display: block;
	position: relative;
	right: -50px;
	width: 0;
	line-height: 40px;
	font-size: 16px;
	font-weight: 200;
	padding: 0;
	color: #07c5be;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .title>.button>.button-more:hover {
	background: #fff;
	width: auto
}
#main .solution .title>.button>.button-more:hover span {
	width: auto;
	right: 0;
	padding: 0 20px 0 50px
}
#main .solution .box {
	width: 90%;
	margin: 0 auto 50px;
	padding: 80px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
#main .solution .box .swiper-container {
	width: 100%;
	height: 100%
}
#main .solution .box .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .box .swiper-container .swiper-slide a {
	display: block;
	height: 100%;
	padding: 30px 0;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .box .swiper-container .swiper-slide a>.en {
	display: none;
	text-transform: uppercase
}
#main .solution .box .swiper-container .swiper-slide a>.ico {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .box .swiper-container .swiper-slide a>.ico>img {
	width: 100%;
	height: auto
}
#main .solution .box .swiper-container .swiper-slide a>.con {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .box .swiper-container .swiper-slide a>.con>.tit {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	padding: 10px 0;
	margin: 0 auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .solution .box .swiper-container .swiper-slide a>.con>.txt {
	font-size: 14px;
	color: #999;
	line-height: 1.9;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
#main .solution .box .swiper-container .swiper-slide a:hover {
	background: #eee
}
#main .solution .box .swiper-container .swiper-slide a:hover .con {
	bottom: 22%
}
#main .product {
	margin: 0 auto;
	width: 90%
}
#main .product>.title {
	padding: 50px 0;
	width: 100%;
	margin: 0 auto
}
#main .product>.title>.txt {
	text-align: left
}
#main .product>.title>.txt>p {
	display: block;
	font-size: 32px;
	font-weight: 200;
	color: #333
}
#main .product>.title>.txt>span {
	padding: 5px 0;
	font-size: 16px;
	color: #999;
	display: block;
	font-weight: 200
}
#main .product>.title>.more {
	width: 40%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right
}
#main .product>.title>.more>a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #999;
	font-weight: 200;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .product>.title>.more>a:after {
	position: absolute;
	z-index: 3;
	left: -36px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #199d90;
	content: '✚';
	-webkit-transition: all .36s;
	transition: all .36s
}
#main .product>.title>.more>a:hover:after {
	left: -40px
}
#main .product>.container {
	padding-top: 30px
}
#main .product>.container, #main .product>.container>ul {
	margin: 0 auto
}
#main .product>.container>ul>li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
	border-bottom: 5px solid #f6f6f6;
	border-right: 5px solid #f6f6f6;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .product>.container>ul>li:nth-child(4n) {
	margin-right: 0
}
#main .product>.container>ul>li>a {
	position: relative;
	display: block;
	-webkit-transition: all 1s;
	transition: all 1s
}
#main .product>.container>ul>li>a:after {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -40px;
	width: 50px;
	height: 40px;
	background: url(../../img/ico_arrow_right_noborder_white.png) no-repeat rgba(0,173,169,.9);
	background-position: 50% 50%;
	background-size: 40% auto;
	opacity: 0;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .product>.container>ul>li>a>.img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s
}
#main .product>.container>ul>li>a>.img>img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(0);
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .product>.container>ul>li>a>.tit {
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .product>.container>ul>li>a>.tit>p {
	display: block;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	-webkit-transition: all .34s;
	transition: all .34s
}
#main .product>.container>ul>li>a>.tit>span {
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ccc;
	font-family: Arial
}
#main .product>.container>ul>li:hover {
	background: #fff
}
#main .product>.container>ul>li:hover .tit {
	padding: 20px 30px
}
#main .product>.container>ul>li:hover .tit>p {
	color: #199d90
}
#main .product>.container>ul>li:hover a:after {
	opacity: 1;
	bottom: 0
}
#main .product>.container>ul>li:hover .img>img {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
#main .product>.container>ul>li:hover .img {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}
#main .product>.container>ul>li.active:after {
	position: absolute;
	z-index: 45;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	content: ''
}
#main .about {
	width: 100%;
	position: relative;
	background: #eee;
	margin-top: 100px;
	overflow: hidden
}
#main .about>.wrap {
	width: 90%;
	margin: 0 auto;
	padding: 200px 0
}
#main .about .profile {
	width: 40%
}
#main .about .profile>.title {
	position: relative;
	z-index: 99;
	text-align: left
}
#main .about .profile>.title>p {
	display: block;
	font-size: 32px;
	font-weight: 200;
	color: #333
}
#main .about .profile>.title>span {
	padding: 5px 0;
	font-size: 16px;
	color: #999;
	display: block;
	font-weight: 200
}
#main .about .profile>.container {
	position: relative;
	z-index: 9;
	text-align: left
}
#main .about .profile>.container>.txt {
	font-size: 16px;
	color: #444
}
#main .about .profile>.container>.txt>p {
	width: 100%;
	margin-top: 30px;
	line-height: 150%
}
#main .about .profile>.container>.more {
	padding: 20px 0
}
#main .about .profile>.container>.more>a {
	display: inline-block;
	font-size: 14px;
	font-weight: 200;
	text-decoration: underline;
	color: #199d90;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .about .profile>.container>.more>a:hover {
	letter-spacing: 2px
}
/*#main .about .profile>.view:after {
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 30%;
	top: 0;
	content: ''
}*/
#main .about .profile>.view>a {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 9;
	background: #199d90;
	top: 580px;
	left: 30%;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 200;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}
#main .about .profile>.view>a:hover {
	background: #666
}
#main .about .video {
	position: relative;
	width: 50%;
	height: auto
}
#main .about .video>.con {
	width: 800px;
	height: 400px;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	overflow: hidden
}
#main .about .video>.con>.img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: url(../../img/main_about_img.jpg) no-repeat;
	background-size: cover;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .about .video>.con>.img>p {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 50%;
	margin-top: -60px;
	width: 100%;
	height: 120px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-weight: 600
}
#main .about .video>.con>.img>p>span {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 13px;
	color: #fff;
	font-weight: 200;
	opacity: .8;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .about .video>.con>.img>p>span>img {
	width: 40px;
	height: auto;
	margin-right: 6px
}
#main .about .video>.con>.img>img {
	width: 100%;
	height: auto
}
#main .about .video>.con>video {
	position: relative;
	z-index: 6;
	width: 100%
}
#main .about .video>.con:hover .img {
	opacity: 0
}
#main .about .video>.shadow {
	background: #199d90;
	width: 800px;
	height: 400px;
	position: absolute;
	z-index: 9;
	top: 30px;
	left: 30px
}
#main .about .slogan {
	font-size: 180px;
	position: absolute;
	z-index: 1;
	font-weight: 700;
	top: 50%;
	right: -100px;
	color: #e5e5e5;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	line-height: 180px;
	text-transform: uppercase;
	text-align: left
}
#main .service {
	margin: 0 auto
}
#main .service>.wrap {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0
}
#main .service ul {
	display: block;
	margin: 0 auto
}
#main .service ul>li {
	display: block;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .service ul>li>a {
	display: block;
	padding: 50px;
	background: #fff;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .service ul>li>a>.con {
	display: block;
	padding: 20px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .service ul>li>a>.con>.ico {
	text-align: center
}
#main .service ul>li>a>.con>.ico>img {
	width: 78px;
	height: auto
}
#video, #video>.bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
#main .service ul>li>a>.con>.tit {
	padding: 20px 0;
	font-weight: 400;
	font-size: 22px;
	color: #333
}
#main .service ul>li>a>.con>.view {
	opacity: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 200;
	color: #999;
	-webkit-transition: all .35s;
	transition: all .35s
}
#main .service ul>li>a:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,.2);
	box-shadow: 0 8px 15px rgba(0,0,0,.2)
}
#main .service ul>li>a:hover .con>.view {
	opacity: 1
}
#main .service ul>li>a:hover .con>.tit {
	color: #199d90
}
#main .service ul>li>a:hover .con {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}
#video {
	position: fixed;
	z-index: 99999;
	display: none
}
#video>.bg {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,.8)
}
#video>.box {
	position: absolute;
	left: 50%;
	top: 20%;
	width: 80%;
	height: auto;
	z-index: 2;
	margin-left: -40%;
	background: #000;
	-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,.2);
	box-shadow: 10px 10px 20px rgba(0,0,0,.2)
}
#video>.close {
	position: absolute;
	z-index: 99;
	width: 45px;
	height: 45px;
	right: 20px;
	top: 20px;
	display: block;
	background: url(../../img/close.png) center center no-repeat;
	cursor: pointer
}

@media only screen and (max-width:1640px) {
#main .about .profile {
	width: 40%
}
#main .about .profile>.title>p {
	font-size: 32px
}
#main .about .profile>.container>.txt, #main .about .profile>.title>span {
	font-size: 16px
}
#main .about .video>.con {
	width: auto;
	height: auto;
	left: auto;
	right: 5%;
	overflow: inherit
}
#main .about .video>.con:after {
	background: #199d90;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: auto;
	right: -60px;
	content: ''
}
#main .about .video>.shadow {
	display: none
}
}


#main .news {
	width: 100%;
	position: relative;
	background: #eee;
	margin-top: 100px;
	overflow: hidden
}
.tit-container .cn{font-size: 32px; margin-top: 13px; color: #212121; font-weight: 300;}
.tit-container .desc{font-size: 16px; color: #bbb; max-width: 1600px; margin: 15px 0 0 0; line-height: 1.3; /*font-family: 'Microsoft Jhenghei', 'Microsoft YaHei';*/ letter-spacing: -0.05rem;}
#snew .about .profile>.title>p {
	display: block;
	font-size: 32px;
	font-weight: 200;
	color: #333
}
#snew .about .profile>.title>span {
	padding: 5px 0;
	font-size: 16px;
	color: #999;
	display: block;
	font-weight: 200
}

#main .snew>.title {
	padding: 40px 0;
	width: 100%;
	margin: 0 auto
}
#main .snew>.title>.txt {
	text-align: left
}
#main .snew>.title>.txt>p {
	display: block;
	font-size: 32px;
	font-weight: 200;
	color: #333
}
#main .snew>.title>.txt>span {
	padding: 5px 0;
	font-size: 16px;
	color: #999;
	display: block;
	font-weight: 200
}
.snew { width: 1720px; margin: 0 auto; padding: 0px 0px 30px; }
.snew_top {
overflow:hidden overflow: hidden; margin-bottom: 60px; }
.snew_tit { font-size: 35px; color: #199d90; font-weight: bold; float: left; line-height: 28px; }
.snew en_title { font-size: 33px; line-height: 40px; color: #dcdcdc; font-weight: bold; }
.snew_l_box { float: left; }
.snew_nav { float: right; overflow: hidden }
.snew_nav ul li { float: left; width: 140px; line-height: 40px; margin-left: 20px; text-align: center; border-radius: 20px; font-size: 18px; }
.snew_nav ul li.snewh { background: #356fc7; }
.snew_nav ul li.snewh a { display: block; color: #fff; }
.snew_nav ul li:hover { background: #356fc7; }
.snew_nav ul li:hover a { display: block; color: #fff; }
.snew_con { padding-top: 1px; }
.snew_con .snew_li { overflow: hidden; display: none; }
.snew_con .snew_li .snew_l { float: left; width: 550px; position: relative }
.snew_con .snew_li .snew_l .snew_lwz { position: absolute; background: rgba(0,0,0, 0.75); height: 100px; padding: 0px 40px; width: 100%; box-sizing: border-box; bottom: 0px; left: 0px }
.snew_con .snew_li .snew_l .snew_lwz .snew_ldata { font-size: 14px; color: #fff; margin-top: 25px; }
.snew_con .snew_li .snew_l .snew_lwz .snew_ltit { margin-top: 10px; font-size: 19px; font-weight: bold; color: #fff; }
.snew_r { float: right; width: 1010px; }
.snew_r ul li { overflow: hidden; padding-bottom: 25px; border-bottom: 1px solid #e7e7e7; margin-bottom: 28px; }
.snew_rdata { float: left; width: 195px; box-sizing: border-box; padding: 10px 0px; padding-left: 15px; padding-right: 55px; border-right: 1px solid #cccccc; }
.snew_rdata .snew_ryear { text-align: right; font-size: 14px; color: #999999; }
.snew_rdata .snew_rri { font-size: 48px; line-height: 60px; color: #999999; font-family: Arial; }
.snew_rwz { float: right; width: calc(100% - 196px); box-sizing: border-box; padding: 0px 50px; }
.snew_rwy { float: right; width: calc(100% - 196px); box-sizing: border-box; padding: 0px 50px; }
.snew_rtit { font-size: 18px; color: #333333; height: 20px; overflow: hidden }
.snew_rzy { margin-top: 20px; color: #666666; font-size: 14px; line-height: 28px; }
.snew_r ul li:hover { border-bottom: 1px solid #199d90; }
.snew_r ul li:hover .snew_rdata { border-right: 1px solid #199d90; }
.snew_r ul li:hover .snew_rtit { color: #199d90; }
 @media (max-width:1600px) {
.snew { width: 93.75%; padding: 80px 0px; }
.snew_con { padding-top: 40px; }
.snew_r { width: calc(100% - 560px); }
.snew_rzy { height: 56px; overflow: hidden }
}
@media (max-width:1400px) {
.snew_rdata { width: 185px; }
.snew_rdata .snew_rri { font-size: 44px; }
.snew_rwz { padding: 0px 30px; }
}
@media (max-width:1200px) {
.snew_con .snew_li .snew_l { width: 480px; }
.snew_r { width: calc(100% - 490px); }
.snew { padding: 60px 0px; }
.snew_rdata { width: auto; padding-right: 25px; }
.snew_rdata .snew_rri { font-size: 40px; line-height: 40px; }
.snew_rwz { width: calc(100% - 155px); padding: 0px 10px; }
.snew_rzy { margin-top: 10px; line-height: 24px; height: 48px; }
.snew_rtit { font-size: 16px; }
.snew_con .snew_li .snew_l .snew_lwz { padding: 0PX 20PX; }
.snew_con .snew_li .snew_l .snew_lwz .snew_ltit { height: 20PX; overflow: hidden }
}
@media (max-width:1000px) {
.snew_con .snew_li .snew_l { width: 380px; }
.snew_con .snew_li .snew_l .snew_lwz { height: 60PX; }
.snew_con .snew_li .snew_l .snew_lwz .snew_ldata { margin-top: 5px; }
.snew_con .snew_li .snew_l .snew_lwz .snew_ltit { margin-top: 5px; font-size: 16px; }
.snew_r { width: calc(100% - 390px); }
.snew_rdata { padding: 5px 0px; padding-left: 5px; padding-right: 15px; }
.snew_rdata .snew_rri { font-size: 38px; line-height: 38px; }
.snew_rwz { width: calc(100% - 120px); }
.snew_r ul li { padding-bottom: 15px; margin-bottom: 15px; }
.snew_rzy { line-height: 22px; height: 44px; }
}
@media (max-width:840px) {
.snew_con .snew_li .snew_l { width: auto; float: none; }
.snew_l img { width: 100%; }
.snew_r { width: 100%; margin-top: 20px; }
.snew { padding: 40px 0px; }
.snew_con { padding-top: 30px; }
.snew_tit { font-size: 22px }
.snew_nav ul li { line-height: 30px; width: 120px; font-size: 16px; margin-left: 10px; }
}
@media (max-width:640px) {
.snew_tit { float: none; margin-bottom: 10px; }
}
@media (max-width:440px) {
.snew { padding: 30px 0px; }
.snew_con { padding-top: 20px; }
.snew_rdata { padding-right: 5px; }
.snew_rdata .snew_rri { font-size: 34px; line-height: 34px; }
.snew_rwz { width: calc(100% - 100px) }
.snew_rtit { font-size: 15px }
.snew_rzy { font-size: 13px; height: 40px; line-height: 20PX; margin-top: 5px; }
}

@media only screen and (max-width:1280px) {
#banner .title>a, #banner img {
	display: block
}
#banner video {
	display: none
}
#main .service ul>li {
	padding: 20px
}
}

@media only screen and (max-width:1200px) {
#banner {
	padding-top: 80px
}
#main .product>.container>ul>li {
	width: 33.33%
}
#main .about>.wrap {
	padding: 100px 0
}
#main .about .profile>.container>.txt {
	font-size: 15px
}
#main .service ul>li {
	padding: 0 20px
}
}

@media only screen and (max-width:1080px) {
#banner .title>p {
	font-size: 5vmax
}
#banner .title>span {
	font-size: 18px
}
#banner .mouse {
	bottom: 50px;
	margin-left: -7px;
	width: 14px;
	height: 26px
}
#banner .mouse:after {
	width: 2px;
	height: 4px;
	top: 3px
}
#banner .mouse:before {
	left: -12px;
	bottom: -24px
}
#main .solution .title {
	padding: 30px 80px
}
#main .about .profile, #main .about .video {
	width: 100%;
	float: none
}
#main .about .video>.con {
	position: relative;
	left: 0;
	right: 0
}
#main .about .video>.con>.img>p {
	font-size: 32px
}
#main .about .video>.con:after {
	top: 20px;
	left: 0;
	right: 0
}
#main .about .slogan {
	right: -40%
}
#main .service ul>li {
	padding: 30px;
	width: 50%
}
}

@media only screen and (max-width:860px) {
#banner .title>span {
	font-size: 16px;
	margin-top: 20px
}
#banner .title>a {
	padding: 10px 0;
	font-size: 12px
}
#main .solution .title>.con>img {
	max-width: 100%;
	height: auto
}
#main .solution .title>.button {
	right: 80px
}
#main .solution .title>.button>.button-prev {
	width: 40px;
	height: 30px
}
#main .solution .title>.button>.button-prev:after {
	top: 10px;
	left: 12px;
	background: #fff;
	width: 14px
}
#main .solution .title>.button>.button-prev:before {
	top: 18px;
	left: 12px;
	background: #fff;
	width: 14px
}
#main .solution .title>.button>.button-next {
	width: 40px;
	height: 30px
}
#main .solution .title>.button>.button-next:after {
	top: 10px;
	left: 12px;
	background: #fff;
	width: 14px
}
#main .solution .title>.button>.button-next:before {
	top: 18px;
	left: 12px;
	background: #fff;
	width: 14px
}
#main .solution .title>.button>.button-more {
	width: 40px;
	height: 30px
}
#main .solution .title>.button>.button-more>a {
	position: relative;
	z-index: 90;
	width: 40px;
	height: 30px
}
#main .solution .title>.button>.button-more>a>span {
	display: none;
	right: -40px;
	line-height: 30px;
	font-size: 14px
}
#main .solution .title>.button>.button-more:hover span {
	width: auto;
	right: 0;
	padding: 0 20px 0 40px
}
#main .solution .title>.button>.button-more:before {
	left: 10px;
	width: 20px;
	margin-top: -1px
}
#main .solution .title>.button>.button-more:after {
	left: 19px;
	height: 20px;
	margin-top: -10px
}
#main .solution .box {
	padding: 40px 0
}
#main .product>.title>.txt>p {
	font-size: 28px
}
#main .product>.container>ul>li {
	width: 50%
}
}

@media only screen and (max-width:640px) {
#banner .title>p {
	font-size: 4.2vmax
}
#banner .title>a {
	padding: 0
}
#banner .mouse {
	display: none
}
#main .solution .title {
	padding: 30px 5%
}
#main .solution .title>.tit p {
	font-size: 36px
}
#main .solution .title>.button {
	position: relative;
	right: 0;
	bottom: 0;
	text-align: right
}
#main .solution .box .swiper-container .swiper-slide a>.con>.tit {
	font-size: 18px
}
#main .solution .box .swiper-container .swiper-slide a>.con>.txt {
	font-size: 12px;
	line-height: 18px
}
#main .product>.title>.txt>p {
	font-size: 24px
}
#main .product>.title>.txt>span {
	font-size: 14px
}
#main .product>.container>ul>li>a:after {
	bottom: -30px;
	width: 40px;
	height: 30px;
	background-size: 32% auto
}
#main .product>.container>ul>li>a>.tit>p {
	font-size: 16px
}
#main .product>.container>ul>li>a>.tit>span {
	font-size: 12px
}
#main .about .slogan {
	right: -80%
}
#main .service>.wrap {
	padding: 50px 0
}
#main .service ul>li {
	padding: 10px
}
#main .service ul>li>a {
	padding: 20px
}
}

@media only screen and (max-width:420px) {
#banner .mouse:before, #main .service ul>li>a>.con>.view {
	display: none
}
#banner .mouse {
	bottom: 10px
}
#main .solution .title>.tit p {
	font-size: 30px
}
#main .solution .title>.tit span {
	font-size: 18px
}
#main .product>.container>ul>li>a:after {
	bottom: -24px;
	width: 36px;
	height: 24px;
	background-size: 25% auto
}
#main .product>.title>.txt>p {
	font-size: 22px
}
#main .product>.title>.txt>span {
	font-size: 12px
}
#main .product>.title>.more {
	width: auto;
	padding: 20px 0
}
#main .product>.title>.more>a {
	font-size: 0
}
#main .product>.title>.more>a:after {
	left: -36px!important
}
#main .about .video>.con>.img>p {
	font-size: 24px
}
#main .about .slogan {
	right: -120%
}
#main .service ul>li {
	padding: 10px
}
#main .service ul>li>a {
	padding: 0
}
#main .service ul>li>a>.con>.ico>img {
	width: 68px
}
#main .service ul>li>a>.con>.tit {
	font-size: 18px;
	padding-bottom: 0
}
}
@-webkit-keyframes mouse-middle {
0% {
opacity:.8
}
50% {
opacity:1;
top:15px;
height:7px
}
100% {
opacity:0;
top:28px;
height:4px
}
}
@keyframes mouse-middle {
0% {
opacity:.8
}
50% {
opacity:1;
top:15px;
height:7px
}
100% {
opacity:0;
top:28px;
height:4px
}
}
/* 20210406 新增 */
#banner1{background:#fff; height:auto; overflow:hidden;}
#banner1 .swiper-container{ position:relative; width:100%; height:100%;}
#banner1 .swiper-slide{ width:100%; height:100%; overflow:hidden; text-align:center; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
#banner1 .swiper-slide img{width:100%; height:auto;}
#banner1 .swiper-container-horizontal>.swiper-pagination-bullets, #banner1 .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 20px!important;}
#banner1 .swiper-pagination-bullet { background:#fff; width:40px !important;height:4px !important;border-radius:0!important; transition:all .35s;}
#banner1 .swiper-pagination-bullet-active { width:80px !important; opacity: 1;background: #199d90;}
#banner1 .inside-container{ position:relative; margin:0 auto;}
#banner1 .inside-container img{ width:100%;height:auto; margin:0 auto;}
#banner1 .inside-container .txt{ position:absolute;z-index:8;left:50%;top:60%; width:80%;margin-left:-40%; text-align:left;}
#banner1 .inside-container .txt>h2{ position:relative; display:block; padding:6px 0; color:#fff;opacity:.3; font-size:16px; font-weight:normal;}
#banner1 .inside-container .txt>h2:after{position:absolute;z-index:3;left:0;bottom:-6px;width:40px;height:2px; background:rgba(255,255,255,.3);content:'';}
#banner1 .inside-container .txt>h3{ position:relative; display:block; color:#fff; text-transform:uppercase; font-size:26px;}
@media only screen and (max-width:1200px) {
#banner1 {padding-top: 60px}