﻿@import url("base.css");
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Arial, Verdana;color:#333;font-size:16px;overflow-y: auto; overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Arial, Verdana;font-size:14px;color:#222;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#222;text-decoration:none;}
a:hover {color:#539da8;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#htop {background-color:#f2f2f2;}
#htop .wrap {display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 99; color:#1c3439; font-size: 18px;}
#htop .tel {color:#4a97a7; font-size: 20px;}
#htop .tel span {font-weight: bold;}
#htop .lang {padding-top: 15px; padding-bottom: 15px; height: 30px;}
#htop .lang p {display: flex; align-items: center; font-weight: 400;}
#htop .lang p img {margin-left: 15px; width: 47px; height: 30px;}
#htop .lang div {position: absolute; top: 100%; right: 0; display: none; padding: 5px 0; background-color: #f2f2f2;}
#htop .lang div a {display: flex; align-items: center; padding: 8px 15px; font-size: 14px;}
#htop .lang div a img {margin-right: 10px; width: 28px; height: 18px;}
#htop .lang div a:hover {color:#eb3325;}
#htop .lang:hover div {display: block;}
#header {position: -webkit-sticky; position:sticky; top: 0; left: 0; right: 0; z-index:98; height: 100px; background-color: #fff;}
#header.fixed {box-shadow: 0 3px 6px rgba(0,0,0,0.1);}
#header .wrap {display: flex; align-items: center; justify-content: flex-end; position: relative; height: inherit;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:53px;font-size:0;transform:translateY(-50%);}
#header .logo img {max-height:100%;}
#header .ss {display: none; color:#8e8e93; font-weight: bold; cursor: pointer;}
#header .ss i {font-size: 18px;}
#header .ss:hover {color:#eb3325;}

#header .nav {display: flex; height: 50px;}
#header .nav li {position: relative; padding-left: 30px; padding-right: 30px; height: inherit;}
#header .nav li > a {display:block; position: relative; padding-left: 2px; padding-right: 2px; height: inherit; line-height:50px; font-size: 20px; font-weight: 400; text-align:center;}
#header .nav li > a::after {position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background-color: #539da8; content: ''; visibility: hidden; transform: scaleX(0); transform-origin: center center; transition: transform 300ms;}
#header .nav li > a.nav_over {color:#539da8;}
#header .nav li > a.nav_over::after {transform: scaleX(1); visibility: visible;}
#header .nav li:hover > a {color:#539da8;}
#header .nav li:hover > a::after {transform: scaleX(1); visibility: visible;}
#header .nav li:hover p {display: block;}
#header .nav li p {position:absolute;top:100%;left:50%;display:none;min-width:200px;box-shadow:0 2px 4px rgba(0,0,0,0.5);background-color:#fff;transform: translateX(-50%);}
#header .nav li p a {display:block;padding:10px 10px;text-align:center;word-break: keep-all;white-space: nowrap;}
#header .nav li p a:hover {color:#fff; background-color: #529da7;}

#search {position:absolute;right:0;z-index:1;padding:5px 20px 15px 20px;width:360px;height:40px;box-shadow:0 0 10px rgba(0,0,0,0.2);background-color:#fff;transition:all ease-out 300ms;}
#search input {width:100%;height:40px;color:#333;border:none;border-bottom:1px solid #ddd;background:none;}
#search i {position:absolute;top:4px;right:15px;display:block;width:40px;height:40px;line-height:40px;color:#333;font-size:20px;text-align:center;cursor:pointer;}
#search.hide {top:0;opacity:0;visibility:hidden;}
#search.show {top:100%;opacity:1;visibility:visible;}

#mheader_menu, #mnav, #menu {display:none;}

#banner {position:relative;}
#banner .swiper-slide {width:100%;font-size:0;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;left:0;bottom:30px;width:100%;height:4px;font-size:0;text-align:center;}
#banner .swiper-pagination span {margin:0;width:40px;height:4px;font-size:0;border-radius:0;background:#c9c8c8;opacity:1;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 8px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#868484;}
#banner .swiper-button {position: absolute; top: 50%; z-index: 10; display: none; width: 50px; height: 50px; line-height: 50px; color:#fff; font-size: 20px; text-align: center; border-radius: 50%; background-color:rgba(31, 45, 61, .3); cursor: pointer; transform: translateY(-50%);}
#banner .swiper-button:hover {background-color:#ec6916;}
#banner .swiper-prev {left: 10px;}
#banner .swiper-next {right: 10px;}
#banner:hover .swiper-button {display: block;}
#banners {height: 280px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner5 {height: 500px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner2 {height: 30vh; background-color: #539da8;}
#banner2 .wrap {display: flex; align-items: center; height: 100%; color:#fff;}
#banner2 h2 {font-size: 40px; font-weight: normal; line-height: 1.4;}
#mbanner {display: none;}

.wrap {margin-left:auto;margin-right:auto;width:1150px;box-sizing:border-box;}
#content {padding-bottom: 80px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {color:#000; background-color: #f6f6f6;}
#footer .share {display: flex; align-items: center; justify-content: space-between; padding-top: 50px;}
#footer .sms {display: flex; align-items: center;}
#footer .sms a {color:#539da8;}
#footer .sms a:not(:first-child) {margin-left: 20px;}
#footer .sms a:hover {color:#ec6916;}
#footer .sms i {font-size: 30px;}
#footer .sms i.icon-amazon {font-size: 20px;}
#footer .sms i.icon-email-light {font-size: 20px;}
#footer .copyright {display: flex; justify-content: space-between; padding-top: 50px; padding-bottom: 40px; font-size: 16px;}
#footer .copyright .navs a:not(:last-child) {margin-right: 20px;}

@keyframes izoom {
	0%{transform:scale(1);}
	50%{transform:scale(1.08);}
	100%{transform:scale(1);}
}
@-webkit-keyframes izoom {
	0%{transform:scale(1);}
	50%{transform:scale(1.08);}
	100%{transform:scale(1);}
}
/*===================================================================================*/

#iabout {background-color: #f6f6f6;}
#iabout .wrap {display: flex; flex-direction: column; justify-content: center; padding: 80px 140px; min-height: 680px; background: url(../images/iabout_bg.jpg) no-repeat center top;}
#iabout .tis {margin-bottom: 20px; color:#5098a6; font-size: 30px; line-height: 1;}
#iabout .editorc {color:#000; font-size: 24px; line-height: 1.6;}

#ivideo {position: relative; font-size: 0;}
#ivideo .wrap {padding-top: 80px; padding-bottom: 80px; font-size: 0;}
#ivideo video {width: 100%;}
#ivideo i {position: absolute; top: 50%; left: 50%; z-index: 10; display: block; margin-top: -40px; margin-left: -40px; width: 80px; height: 80px; background:url(../images/play2.png) no-repeat center center; background-size: contain; content: ''; cursor: pointer;
	-webkit-animation:izoom 2s ease-in-out infinite alternate;animation:izoom 2s ease-in-out infinite alternate;}

#ikhxs {position:relative;}
#ikhxs .bgs {position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: none; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#ikhxs .text {position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10;}
#ikhxs .text .wrap {display: flex; flex-direction: column; justify-content: center; padding: 80px 140px; height: 100%; color:#fff; font-size: 24px;}
#ikhxs .text .desc {line-height: 1.6;}
#ikhxs .text .name {margin-top: 20px; text-align: right;}
#ikhxs .swiper-slide {width:100%;font-size:0;}
#ikhxs .swiper-slide img {width:100%;}
#ikhxs .swiper-pagination {position:absolute;left:0;bottom:30px;width:100%;height:4px;font-size:0;text-align:center;}
#ikhxs .swiper-pagination span {margin:0;width:40px;height:4px;font-size:0;border-radius:0;background:#c9c8c8;opacity:1;overflow:hidden;}
#ikhxs .swiper-pagination span.swiper-pagination-bullet {margin:0 8px;}
#ikhxs .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#868484;}
#ikhxs .swiper-button {position: absolute; top: 50%; z-index: 10; display: none; width: 50px; height: 50px; line-height: 50px; color:#fff; font-size: 20px; text-align: center; border-radius: 50%; background-color:rgba(31, 45, 61, .3); cursor: pointer; transform: translateY(-50%);}
#ikhxs .swiper-button:hover {background-color:#ec6916;}
#ikhxs .swiper-prev {left: 10px;}
#ikhxs .swiper-next {right: 10px;}
#ikhxs:hover .swiper-button {display: block;}

#iinfo .wrap {display: flex; justify-content: space-between; padding-top: 110px; padding-bottom: 100px;}
#iinfo .cont {position: relative; padding: 90px 15px 115px 15px; width: 47.82%; text-align: center; box-sizing: border-box; border-radius: 24px; border: 1px solid #999;}
#iinfo .cont::before {position: absolute; top: -51px; left: 50%; z-index: 10; display: block; margin-left: -51px; width: 103px; height: 103px; background-repeat: no-repeat; background-size: contain; content: '';}
#iinfo .help::before {background-image: url(../images/icon-help.png);}
#iinfo .lxwm::before {background-image: url(../images/icon-lxwm.png);}
#iinfo .cont h3 {color:#000; font-size: 28px; font-weight: normal; line-height: 1.4;}
#iinfo .cont p {padding-top: 35px; color:#333; font-size:18px; line-height: 1.5;}
#iinfo .cont p span {display: block;}
#iinfo .cont a {position: absolute; bottom: 30px; left: 20%; display: block; width: 60%; height: 50px; line-height: 50px; color:#fff; font-size: 24px; background-color: #539da8;}
#iinfo .cont:hover {border-color: #539da8; background-color: #539da8;}
#iinfo .cont:hover h3 {color:#fff;}
#iinfo .cont:hover p {color:#fff;}
#iinfo .cont:hover a {color:#539da8; background-color: #fff;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
.input_text {padding:0px 8px;width:280px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_area {padding:6px 8px;height:176px;line-height:1.6;box-sizing:border-box;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0 0 0 8px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_radio {position:relative;top:1px;}
.input_checkbox {position:relative;top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_radio {position:relative;top:3px;width:15px;height:15px;}
	.input_checkbox {position:relative;top:3px;width:15px;height:15px;}
}
.button {width:150px;height:40px;color:#fff;font-size:16px;box-sizing:border-box;border:none;background-color:#333;cursor:pointer;}
.button:hover {background-color:#ff0000;}

.editorc_nrs {padding-top:90px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:2.5%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {font-size:16px;line-height:1.6;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:bold;line-height:1.4;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:20px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0px;}
.editorc table.border {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc table.border td table {margin-bottom:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.6;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:20px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0px;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td, .editorc_tbe th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

#prevnext {position:relative;margin:3% auto 0 auto;padding:15px 150px 0 0;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0;display:block;padding:8px 15px 8px 10px;color:#222;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#539da8;}

/*===================================================================================*/

.ntis {padding-top: 100px; text-align: center;}
.ntis h2 {color:#000; font-size: 40px; font-weight: normal; line-height: 1;}

.contact .editorc {margin-top: 100px; color:#333; font-size: 22px;}

#customer {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; padding-top: 25px; padding-bottom: 25px;}
#customer a .imgs {position: relative; padding-top: 80.78%; background-color: #e0e0e0; overflow: hidden;}
#customer a .imgs div {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; transition: transform ease-out 200ms;}
#customer a .text {padding: 10px 12px; border: 1px solid #e5e5e5; border-top: none;}
#customer a .text h3 {color:#000; font-size: 22px; line-height: 1.4;}
#customer a .text p {margin-top: 5px; color:#333; font-size: 16px; line-height: 1.5; -webkit-line-clamp:6;}
#customer a:hover {background-color: #539da8;}
#customer a:hover .imgs div {transform: scale(1.1);}
#customer a:hover .text {border-color: #539da8;}
#customer a:hover .text h3 {color:#fff;}
#customer a:hover .text p {color:#fff;}

#khxsds {padding-bottom: 100px;}
#khxsds .name {padding: 40px 0 10px 0; color:#000; font-size: 30px; border-bottom: 1px solid #b2b2b2;}
#khxsds .imgs {margin-top: 30px; font-size: 0;}
#khxsds .imgs img {max-width: 100%;}
#khxsds .editorc {margin-top: 3%; font-size: 20px;}

/*===================================================================================*/
/* 产品 */

.wzys {
	background-image: -webkit-linear-gradient(to right,#2edc8f,#67b0be);
	background-image: linear-gradient(to right,#2edc8f,#67b0be);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.bgs {background-color:#2edc8f;
	background-image:-webkit-linear-gradient(to right,#2edc8f,#67b0be);
	background-image:-moz-linear-gradient(to right,#2edc8f,#67b0be);
	background-image:-ms-linear-gradient(to right,#2edc8f,#67b0be);
	background-image:-o-linear-gradient(to right,#2edc8f,#67b0be);
	background-image:linear-gradient(to right,#2edc8f,#67b0be);
}

.prods .bimg {font-size: 0; text-align: center;}
.prods .bimg img {max-width: 100%;}
.prods .conts {padding: 80px 4%;}
.prods .conts .tis {text-align: center;}
.prods .conts .tis .line {margin-top: 20px; margin-left: auto; margin-right: auto;}
.prods .conts .imgs {margin-top: 40px; font-size: 0; text-align: center; overflow: hidden;}
.prods .conts .imgs img {max-width: 100%;}

.prods {color:#434343;}
.prods .wraps {margin: 0 auto; padding-top: 80px; padding-bottom: 80px; width: 1516px; box-sizing: border-box;}
.prods .tis h2 {color:#529da7; font-size: 48px; text-transform: uppercase; line-height: 1.3;}
.prods .tis h2 > span {position: relative; display: inline-block;}
.prods .tis h2 .name {position: relative; z-index: 1;}
.prods .tis h2 .wzys {position: absolute; z-index: 2; top: -1px; left: -1px; display: none;}
.prods .tis .line {display: flex; margin-top: 50px; width: 94px; height: 7px;}
.prods .tis .line::before {flex: 0 0 auto; width: 13px; height: 100%; border-radius: 4px; background-color: #2edc8f; content: '';}
.prods .tis .line::after {flex: 1 1 auto; margin-left: 5px; height: 100%; border-radius: 4px; background-color: #2edc8f; content: ''; background-image:-webkit-linear-gradient(to right,#2edc8f,#67b0be); background-image:linear-gradient(to right,#2edc8f,#67b0be);}
.prods .tis p {margin-top: 20px; font-size: 28px; line-height: 1.5; text-align: center;}
.prods .pics {font-size: 0; text-align: center; overflow: hidden;}
.prods .pics img {max-width: 100%;}
.prods .desc {margin-top: 50px;}
.prods .desc li {position: relative; padding-left: 20px; font-size: 28px; line-height: 1.5;}
.prods .desc li::before {position: absolute; top: 18px; left: 0; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #333; content: '';}
.prods .desc li:not(:first-child) {margin-top: 12px;}
.prods .intro {margin-top: 50px; font-size: 28px; line-height: 1.5;}

#prods1 .cont1 .wraps {display: flex;}
#prods1 .cont1 .text {flex: 1 1 auto; padding-top: 50px; padding-right: 50px;}
#prods1 .cont1 .imgs {flex: 0 0 auto; width: 49.8%; font-size: 0;}
#prods1 .cont1 .imgs img {width: 100%;}
#prods1 .cont2 .wraps {display: flex;}
#prods1 .cont2 .tis .line {margin-top: 20px;}
#prods1 .cont2 .l {flex: 0 0 auto; width: 45.91%;}
#prods1 .cont2 .imgs {margin-top: 60px;font-size: 0;}
#prods1 .cont2 .imgs img {width: 100%;}
#prods1 .cont2 .text {flex: 1 1 auto; margin-left: 22px;}
#prods1 .cont2 .text li {position: relative; margin-top: 28px; padding: 20px 70px 20px 30px; font-size: 28px; border-radius: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.2);}
#prods1 .cont2 .text li h3 {font-size: 28px; line-height: 1.5;}
#prods1 .cont2 .text li p {margin-top: 5px; line-height: 1.3;}
#prods1 .cont2 .text li span {position: absolute; top: 12px; right: 20px; display: block; width: 38px; height: 38px;}
#prods1 .cont2 .text li span::after {display: block; background-repeat: no-repeat; content: '';}
#prods1 .cont2 .text li:nth-child(1) span::after {width: 27px; height: 34px; background-image: url(../images/picon-1.png);}
#prods1 .cont2 .text li:nth-child(2) span::after {width: 31px; height: 31px; background-image: url(../images/picon-2.png);}
#prods1 .cont2 .text li:nth-child(3) span::after {width: 38px; height: 38px; background-image: url(../images/picon-3.png);}
#prods1 .cont2 .text li:nth-child(4) span::after {width: 21px; height: 33px; background-image: url(../images/picon-4.png);}
#prods1 .cont2 .text li:hover {color:#fff; background-color: #2edc8f; background-image:-webkit-linear-gradient(to right,#2edc8f,#67b0be); background-image:linear-gradient(to right,#2edc8f,#67b0be);}
#prods1 .cont2 .text li:hover span::after {background-position: right top;}
#prods1 .cont3 {display: flex;}
#prods1 .cont3 .imgs {flex: 0 0 auto; width: 51.39%; font-size: 0;}
#prods1 .cont3 .imgs img {width: 100%;}
#prods1 .cont3 .text {flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; padding: 0 200px 0 45px; background: url(../images/prods1-enbg33.jpg) no-repeat center center/cover #f2f5fa;}
#prods1 .cont3 .text .desc li {font-size: 26px;}
#prods1 .cont3 .text a {display: block; margin-top: 40px; margin-right: 150px; padding: 15px; color:#fff; font-size: 28px; text-align: center; background-color: #529da7;}
#prods1 .cont3 .text a:hover {background-color:#ec6916;}
#prods1 .cont4 .wraps {display: flex; align-items: center;}
#prods1 .cont4 .imgs {flex: 0 0 auto; width: 43.93%; font-size: 0;}
#prods1 .cont4 .imgs img {width: 100%;}
#prods1 .cont4 .text {flex: 1 1 auto; margin-left: 60px;}

#prods2 .cont1 {background: url(../images/prods2-enbg1.jpg) no-repeat center center/cover;}
#prods2 .cont1 .wraps {display: flex; align-items: center;}
#prods2 .cont1 .tis {white-space: nowrap; word-break: keep-all;}
#prods2 .cont1 .imgs {flex: 0 0 auto; width: 45.778%; font-size: 0;}
#prods2 .cont1 .imgs img {width: 100%;}
#prods2 .cont1 .text {flex: 1 1 auto; margin-left: 40px;}
#prods2 .cont2 {width: 1522px;}
#prods2 .cont3 {background-color: #f6f6f6;}
#prods2 .cont3 .wraps {display: flex; align-items: center;}
#prods2 .cont3 .imgs {flex: 0 0 auto; width:47.89%; font-size: 0;}
#prods2 .cont3 .imgs img {width: 100%;}
#prods2 .cont3 .text {flex: 1 1 auto; margin-left: 90px;}
#prods2 .szjs {position: relative; margin: 80px auto; padding: 0 30px 30px 30px; width: 1516px; box-sizing: border-box; border-radius: 20px; border: 4px solid #2edc8f;}
#prods2 .szjs .swiper-slide {}
#prods2 .szjs .swiper-pagination {top: 50%; left: 13px; bottom: auto; right: auto; width: 3px; height: auto; transform: translateY(-50%);}
#prods2 .szjs .swiper-pagination span {display:block;margin:0;width:100%;height:40px;font-size:0;border-radius:0;background:#a3a3a3;opacity:1;overflow:hidden;}
#prods2 .szjs .swiper-pagination span.swiper-pagination-bullet {margin:0;}
#prods2 .szjs .swiper-pagination span.swiper-pagination-bullet-active {background-color:#528d98;}
#prods2 .szjs .name {padding: 20px 0; font-size: 30px; line-height: 1.4; text-align: center;}
#prods2 .szjs .cont {display: flex; padding: 30px; border-radius: 20px; background-color: #f6f6f6;}
#prods2 .szjs .cont .editorc {flex: 1 1 auto; margin-right: 30px; font-size: 28px; line-height: 1.8;}
#prods2 .szjs .imgs {flex: 0 0 auto; width: 48.84%; font-size: 0; overflow: hidden;}
#prods2 .szjs .imgs img {width: 100%;}

#prods3 .cont2 {background: url(../images/prods3-enbg2.jpg) no-repeat center center/cover;}
#prods3 .cont2 .wraps {display: flex; align-items: center;}
#prods3 .cont2 .tis {white-space: nowrap; word-break: keep-all;}
#prods3 .cont2 .imgs {flex: 0 0 auto; width: 45.44%; font-size: 0;}
#prods3 .cont2 .imgs img {width: 100%;}
#prods3 .cont2 .text {flex: 1 1 auto; margin-left: 40px;}
#prods3 .cont3 .wraps {display: flex;}
#prods3 .cont3 .l {flex: 1 1 auto; margin-right: 10px;}
#prods3 .cont3 .l > div {position: sticky; top: 30%;}
#prods3 .cont3 .r {flex: 0 0 auto; width: 800px;}
#prods3 .cont3 .r li {display: flex; align-items: center; padding: 10px; border-radius: 20px; border: 2px solid #70cdde; transition: box-shadow 500ms;}
#prods3 .cont3 .r li:not(:first-child) {margin-top: 20px;}
#prods3 .cont3 .r li .imgs {flex: 0 0 auto; width: 40%; font-size: 0; border-radius: 20px; overflow: hidden;}
#prods3 .cont3 .r li .imgs img {width: 100%;}
#prods3 .cont3 .r li .text {flex: 1 1 auto; margin-left: 30px; font-size: 26px; line-height: 1.5;}
#prods3 .cont3 .r li:hover {box-shadow: 5px 5px 0 #70cddf;}
#prods3 .cont4 {background-color: #f6f6f6;}
#prods3 .cont4 .tis {text-align: center;}
#prods3 .cont4 .tis .line {margin-top: 20px; margin-left: auto; margin-right: auto;}
#prods3 .cont4 .list {display: flex; margin-top: 70px;}
#prods3 .cont4 .list ul {flex: 1 1 auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3,1fr); gap: 20px 26px;}
#prods3 .cont4 .list ul li {display: flex; align-items: center; padding: 8px 25px; font-size: 28px; line-height: 1.2; border-radius: 10px; background-color:#fff;}
#prods3 .cont4 .list ul li:hover {color:#007483; background-color:#d0f4fc;}
#prods3 .cont4 .list div {flex: 0 0 auto; width: 290px; font-size: 0; text-align: right;}
#prods3 .cont4 .list div img {max-width: 100%;}
/*
#prods3 .cont4 .tips {position: relative; margin: 30px auto 0 auto; width: 1360px; height: 462px; background: url(../images/prods3-t1.png) no-repeat center center; overflow: hidden;}
#prods3 .cont4 .tips div {position: absolute; padding: 10px 20px; color:#fff; font-size: 26px; line-height: 1.2; box-sizing: border-box; border-radius: 10px; background-color: #70cddf;}
#prods3 .cont4 .tips div:nth-child(-n+3):hover {background-color: #70cddf; background-image:-webkit-linear-gradient(to right,#2edc8f,#70cddf); background-image:linear-gradient(to right,#2edc8f,#70cddf);}
#prods3 .cont4 .tips div:nth-child(-n+3)::after {position: absolute; top: 50%; right: -8px; display: block; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #70cddf; content: ''; transform: translateY(-50%);}
#prods3 .cont4 .tips div:nth-child(n+4):hover {background-color: #70cddf; background-image:-webkit-linear-gradient(to left,#2edc8f,#70cddf); background-image:linear-gradient(to left,#2edc8f,#70cddf);}
#prods3 .cont4 .tips div:nth-child(n+4)::after {position: absolute; top: 50%; left: -8px; display: block; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 8px solid #70cddf; content: ''; transform: translateY(-50%);}
#prods3 .cont4 .tips div:nth-child(1) {top: 53px; right: 874px;}
#prods3 .cont4 .tips div:nth-child(2) {top: 183px; right: 933px;}
#prods3 .cont4 .tips div:nth-child(3) {top: 317px; right: 908px;}
#prods3 .cont4 .tips div:nth-child(4) {top: 53px; left: 893px;}
#prods3 .cont4 .tips div:nth-child(5) {top: 191px; left: 932px;}
#prods3 .cont4 .tips div:nth-child(6) {top: 313px; left: 904px;}
#prods3 .cont4 .tips-m {display: none; font-size: 0;}
#prods3 .cont4 .tips-m img {width: 100%;}
*/
#prods3 .cont5 .tis {margin: 0 auto; width: 1440px;}
#prods3 .cont6 .wraps {display: flex; align-items: center;}
#prods3 .cont6 .imgs {flex: 0 0 auto; width: 51.45%; font-size: 0;}
#prods3 .cont6 .imgs img {width: 100%;}
#prods3 .cont6 .text {flex: 1 1 auto; margin-left: 70px;}

#prods4 .wzys {background-image: -webkit-linear-gradient(to right,#2edc8f,#47d9f1);background-image: linear-gradient(to right,#2edc8f,#47d9f1);}
#prods4 .wraps {width: 1525px;}
#prods4 .tis .line {margin-top: 20px;}
#prods4 .cont1 {background-color: #f6f6f6;}
#prods4 .cont1 .wraps {display: flex;}
#prods4 .cont1 .l {flex: 0 0 auto; width: 44.349%; font-size: 0;}
#prods4 .cont1 .imgs {margin-top: 35px; font-size: 0; overflow: hidden;}
#prods4 .cont1 .imgs img {width: 100%;}
#prods4 .cont1 .r {flex: 1 1 auto; margin-top: 18px; margin-left: 22px;}
#prods4 .cont1 .item .name {padding: 2px; border-radius: 46px; background-color: #47d9f1; background-image:-webkit-linear-gradient(to bottom,#47d9f1,#2fdc91); background-image:linear-gradient(to bottom,#47d9f1,#2fdc91); cursor: pointer;}
#prods4 .cont1 .item .name div {display: flex; align-items: center; padding: 5px 7px; border-radius: 44px; background-color: #fff;}
#prods4 .cont1 .item .name p {flex: 1 1 auto; padding-left: 45px; padding-right: 45px; font-size: 26px;}
#prods4 .cont1 .item .name span {flex: 0 0 auto; width: 78px; height: 78px; line-height: 78px; text-align: center; border-radius: 50%; background-color: #2fdc91; background-image:-webkit-linear-gradient(to bottom,#2fdc91,#47d9f1); background-image:linear-gradient(to bottom,#2fdc91,#47d9f1);}
#prods4 .cont1 .item .name span i {display: block; color:#fff; font-size: 40px;}
#prods4 .cont1 .item:not(:first-child) {margin-top: 14px;}
#prods4 .cont1 .item .text {display: none; padding: 20px 0 20px 54px; font-size: 26px; line-height: 1.6;}
#prods4 .cont1 .item.curt .name span i {transform: rotate(90deg);}

#prods4 .cont2 .wraps {display: flex; justify-content: space-between;}
#prods4 .cont2 .l {width: 61.22%;}
#prods4 .cont2 .r {width: 37.05%;}
#prods4 .cont2 .l dl {margin-top: 30px;}
#prods4 .cont2 .l dl dd:not(:first-child) {margin-top: 20px;}
#prods4 .cont2 .l dd:nth-child(1) h3 span::after {width: 30px; height: 30px; background-image: url(../images/picon-5.png);}
#prods4 .cont2 .l dd:nth-child(2) h3 span::after {width: 31px; height: 32px; background-image: url(../images/picon-9.png);}
#prods4 .cont2 .l ul li {font-size: 24px;line-height: 1.5;}
#prods4 .cont2 .r dd:not(:first-child) {margin-top: 30px;}
#prods4 .cont2 .r dd:nth-child(1) h3 span::after {width: 33px; height: 24px; background-image: url(../images/picon-6.png);}
#prods4 .cont2 .r dd:nth-child(2) h3 span::after {width: 27px; height: 37px; background-image: url(../images/picon-7.png);}
#prods4 .cont2 .r dd:nth-child(3) h3 span::after {width: 33px; height: 37px; background-image: url(../images/picon-8.png);}
#prods4 .cont2 .r ul li {font-size: 26px;line-height: 1.6;}
#prods4 .cont2 dl dd {padding: 2px; border-radius: 20px; background-color: #47d9f1; background-image:-webkit-linear-gradient(to bottom,#47d9f1,#2fdc91); background-image:linear-gradient(to bottom,#47d9f1,#2fdc91); overflow: hidden;}
#prods4 .cont2 dl dd div {position: relative; padding: 15px 20px; border-radius: 20px; background-color: #fff;}
#prods4 .cont2 dl dd h3 {position: relative; padding-right: 40px; color:#72c6d1; font-size: 28px;}
#prods4 .cont2 dl dd h3 span {position: absolute; top: 0; right: 0; display: block; width: 33px; height: 37px;}
#prods4 .cont2 dl dd h3 span::after {display: block; background-repeat: no-repeat; content: '';}
#prods4 .cont2 ul {margin-top: 5px;}
#prods4 .cont2 ul li {position: relative; padding-left: 20px;}
#prods4 .cont2 ul li::before {position: absolute; top: 16px; left: 3px; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #333; content: '';}
#prods4 .cont2 dl dd:hover {color:#fff;}
#prods4 .cont2 dl dd:hover div {background-color: #70cddf;}
#prods4 .cont2 dl dd:hover h3 {color:#fff;}
#prods4 .cont2 dl dd:hover h3 span::after {background-position: right top;}
#prods4 .cont2 dl dd:hover ul li::before {background-color: #fff;}
#prods4 .cont2-m {display: none;}

#prods4 .cont3 {background-color: #f6f6f6;}
#prods4 .cont3 .wraps {display: flex; justify-content: space-between;}
#prods4 .cont3 .l {width: 38.29%;}
#prods4 .cont3 .l .imgs {margin-top: 30px; font-size: 0;}
#prods4 .cont3 .l .imgs img {width: 100%;}
#prods4 .cont3 .r {width: 56.898%; margin-top: 50px; font-size: 0;}
#prods4 .cont3 .r img {max-width: 100%;}
#prods4 .cont4 .imgs {margin-top: 50px; font-size: 0;}
#prods4 .cont4 .imgs img {max-width: 100%;}
#prods4 .cont5 .wraps {display: flex;}
#prods4 .cont5 .imgs {flex: 0 0 auto; width: 41.18%; font-size: 0;}
#prods4 .cont5 .imgs img {width: 100%;}
#prods4 .cont5 .text {flex: 1 1 auto; margin-left: 30px;}
#prods4 .cont6 .pics {font-size: 0; text-align: center;}
#prods4 .cont6 .pics img {max-width: 100%;}
#prods4 .cont6 .nrs {display: flex; margin-top: 80px;}
#prods4 .cont6 .nrs .text {flex: 1 1 auto; margin-right: 45px;}
#prods4 .cont6 .nrs .text ul {margin-top: 30px;}
#prods4 .cont6 .nrs .text ul li {display: flex; font-size: 26px; line-height: 1.5;}
#prods4 .cont6 .nrs .text ul li:not(:first-child) {margin-top: 10px;}
#prods4 .cont6 .nrs .text ul li span {flex: 0 0 auto;}
#prods4 .cont6 .nrs .text ul li p {flex: 1 1 auto; margin-left: 12px;}
#prods4 .cont6 .nrs .imgs {flex: 0 0 auto; width: 40.47%;}
#prods4 .cont6 .nrs .imgs img {max-width: 100%;}
/*===================================================================================*/
/* 支持 */

#smenu .wrap {display: flex; justify-content: space-around; padding-top: 30px; padding-bottom: 30px;}
#smenu a {margin-left: auto; margin-right: auto; color:#333; text-align: center;}
#smenu a .icon {position: relative; margin: 0 auto; width: 100px; height: 100px; overflow: hidden;}
#smenu a .icon1 span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-repeat: no-repeat; background-position: center center;}
#smenu a .icon1:hover span:nth-child(1) {visibility: hidden;}
#smenu a .icon1:hover span:nth-child(2) {visibility: visible;}
#smenu a p {font-size: 22px;}
#smenu a.curt {color:#ec6916;}
#smenu .doc .icon1 span:nth-child(1) {background-image: url(../images/support-icon1.jpg);}
#smenu .doc .icon1 span:nth-child(2) {background-image: url(../images/support-icon11.jpg); visibility: hidden;}
#smenu .doc .icon2 {background: url(../images/support-icon01.jpg) no-repeat center center;}
#smenu .faq .icon1 span:nth-child(1) {background-image: url(../images/support-icon2.jpg);}
#smenu .faq .icon1 span:nth-child(2) {background-image: url(../images/support-icon22.jpg); visibility: hidden;}
#smenu .faq .icon2 {background: url(../images/support-icon02.jpg) no-repeat center center;}
#smenu .video .icon1 span:nth-child(1) {background-image: url(../images/support-icon3.jpg);}
#smenu .video .icon1 span:nth-child(2) {background-image: url(../images/support-icon33.jpg); visibility: hidden;}
#smenu .video .icon2 {background: url(../images/support-icon03.jpg) no-repeat center center;}
#smenu .apps .icon1 span:nth-child(1) {background-image: url(../images/support-icon4.jpg);}
#smenu .apps .icon1 span:nth-child(2) {background-image: url(../images/support-icon44.jpg); visibility: hidden;}
#smenu .apps .icon2 {background: url(../images/support-icon04.jpg) no-repeat center center;}

#downs h3 {padding: 15px 50px; color:#333; font-size: 26px; font-weight: normal; border-bottom: 1px solid #b2b2b2; background-color: #e5e5e5;}
#downs a {display: flex; align-items: center; padding: 20px 50px; border-bottom: 1px solid #e5e5e5;}
#downs a p {margin-left: 20px; margin-right: 100px; font-size: 20px; line-height: 1.4;}
#downs a i.icon-pdf {font-size: 36px; color:#666;}
#downs a i.icon-xiazai {margin-left: auto; font-size: 32px; color:#539da8;}

#faq .ssx {position: relative; margin-top: 45px; margin-bottom: 45px;}
#faq .ssx .ssk {position: absolute; bottom: 0; right: 0; display: flex;}
#faq .ssx .ssk input {padding: 0 10px; width: 240px; height: 45px; font-size: 16px; border-radius: 3px; border: 1px solid rgba(0,0,0,0.17); background-color: #fff;}
#faq .ssx .ssk input:focus {border-color: #333;}
#faq .ssx .ssk span {margin-left: 12px; padding: 0 15px; height: 45px; line-height: 45px; color:#333; font-size: 18px; border-radius: 3px; border: none; background-color: #dedede; cursor: pointer;}
#faq .ssx .fls {display: flex; flex-flow: row wrap; justify-content: flex-start;}
#faq .ssx .fls span {display: flex; align-items: center; justify-content: center; padding: 0 10px; min-width: 100px; max-width: 150px; height: 50px; color:#333; font-size: 18px; text-align: center; box-sizing: border-box; border: 1px solid #539da8; background-color: #fff; cursor: pointer;}
#faq .ssx .fls span:not(:first-child) {margin-left: -1px;}
#faq .ssx .fls span.curt {color:#fff; background-color: #539da8;}
#faq .list {display: none; border: 1px solid #e5e5e5;}
#faq .list .item {margin-bottom: 20px; color:#333;}
#faq .list .item .name {display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; font-size: 20px; line-height: 1.4; background-color: #f2f5f9; cursor: pointer;}
#faq .list .item .name i {margin-left: 30px;}
#faq .list .item .editorc {display: none; padding: 15px 20px; font-size: 18px;}
#faq .list .active .editorc {display: block;}

#video h3 {padding: 15px 50px; color:#333; font-size: 26px; font-weight: normal; border-bottom: 1px solid #b2b2b2; background-color: #e5e5e5;}
#video .list {display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 20px;}
#video .list a {text-align: center;}
#video .list a div {font-size: 0; overflow: hidden;}
#video .list a div img {width:100%; transition: transform ease-out 200ms;}
#video .list a h2 {padding: 10px 20px; font-size: 20px; font-weight: normal; line-height: 1.4; border: 1px solid #e5e5e5; border-top: none;}
#video .list a:hover div img {transform: scale(1.08);}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

#apps {margin-bottom: 100px;}
#apps .wrap {border: 1px solid #e5e5e5;}
#apps h2 {padding: 15px 50px; color:#333; font-size: 26px; font-weight: normal; border-bottom: 1px solid #b2b2b2; background-color: #f2f5f9;}
#apps .cont {padding: 1px 20px 20px 20px;}
#apps .rows {display: flex; margin-top: 100px;}
#apps .rows .imgs {width: 41.666%; font-size: 0; text-align: center; overflow: hidden;}
#apps .rows .imgs img {max-width: 100%; width: 50%;}
#apps .rows .text {display: flex; flex-direction: column; justify-content: space-around; width: 58.334%; padding-left: 30px; box-sizing: border-box;}
#apps .rows .text .name h3 {display: inline-block; padding-bottom: 8px; color:#ec6916; font-size: 26px; font-weight: normal; line-height: 1; border-bottom: 3px solid #539da8;}
#apps .rows .text .name p {margin-top: 15px; color:#333; font-size: 22px; line-height: 1.4;}
#apps .rows .text a {display: block; margin-top: 65px; padding: 20px 0; width: 250px; color:#fff; font-size: 24px; text-align: center; background-color: #539da8;}
#apps .rows .text .qrcodes {display: flex; padding: 20px 0; text-align: center;}
#apps .rows .text .qrcodes dd {width: 210px;}
#apps .rows .text .qrcodes dd:nth-child(2) {margin-left: 50px;}
#apps .rows .text .qrcodes dd img {width: 110px;}
#apps .rows .text .qrcodes dd p {display: flex; align-items: center; margin-top: 30px; padding: 10px; font-size: 20px; text-align: left; border: 1px solid #e5e5e5;}
#apps .rows .text .qrcodes dd p i {flex: 0 0 auto; margin-right: 10px; font-size: 30px;}
#apps .rows:nth-child(1) .imgs img {width: 66%;}
#apps .rows:nth-child(1) .text {justify-content: flex-start;}

/*===================================================================================*/
/* 联系我们 */

#message .tis {padding-bottom: 15px;}
#message .tis h3 {font-size: 20px;}
#message .tis p {margin-top: 5px; color:#999; font-size: 20px;}
#message .conts {padding-top: 12px; padding-bottom: 12px; border-top: 1px dotted #ddd;}
#message .conts h4 {margin-bottom: 10px; padding-left: 10px; color:#666; font-size: 20px;}
#message .inputs {position: relative; padding: 6px 10px 10px 10px; width: 520px; box-sizing: border-box;}
#message .inputs label {display: block; margin-bottom: 6px; color:#666; font-size: 20px;}
#message .inputs label span {position: relative; top: 2px; margin-left: 5px; color:#ff0000; font-size: 14px;}
#message .inputs input[type="text"], #message .inputs textarea, #message .inputs select {padding-left: 8px; padding-right: 8px; width: 100%; height: 34px; font-size: 16px; border: 1px solid #e4e4e2; background: url(../images/shadow.gif) repeat-x #fff;}
#message .inputs textarea {padding: 8px 10px; height: 140px; font-size: 16px; line-height: 1.6; background-color: #fff;}
#message .inputs input[type="text"]:focus, #message .inputs textarea:focus {border-color: #000; outline: 1px solid #000; border-radius: 3px;}
#message .inputs:focus-within {background-color:#e5f2ed;}
#message .inputs input.w5, #message .inputs select.w5 {width: 50%;}
#message .inputs .ts {position: absolute; top: 30px; left: 100%; display: none; margin-left: 10px; padding: 6px 10px 7px 10px; width: 50%; color:#666; font-size: 12px; line-height: 1.5; border: 1px solid #e6e6e6; background-color:#f5f5f5;}
#message .inputs:hover .ts {display: block;}
#message .cols {display: grid; grid-template-columns: 1fr 1fr; gap: 6px; width: 50%;}
#message .cols p {margin-top: 5px; color:#666; font-size: 20px;}
#message .yzm div {padding-top: 2px; padding-bottom: 8px; font-size: 0;}
#message .yzm div img {height: 50px;}
#message .yzm div i {margin-left: 10px; font-size: 20px; cursor: pointer;}
#message .text {padding: 30px 10px 50px 10px; font-size: 20px; line-height: 1.6;}
#message .text h4 {color:#666; font-size: 20px;}
#message .mig {display: none;}
#message button {margin-left: 10px; padding: 6px 15px; font-size: 20px; border-radius: 3px; border: 1px solid #333; background-color:#efefef;}

/*===================================================================================*/

#cksz {margin-top: 80px;}
#cksz .tis h3 {color:#539da8; font-size: 26px; font-weight: normal;}
#cksz .tis p {margin-top: 8px; color:#333; font-size: 16px; line-height: 1.6;}
#cksz .cont .item {display: flex; margin-top: 50px;}
#cksz .cont .item .switch {flex: 0 0 auto; position: relative; width: 50px; height: 30px; border-radius: 15px; background-color: #539da8; overflow: hidden; cursor: pointer;}
#cksz .cont .item .switch::after {position: absolute; top: 2px; left: 22px; display: block; width: 26px; height: 26px; border-radius: 50%; background-color: #fff; content: ''; transition: ease-out 150ms;}
#cksz .cont .item .open {background-color:rgb(232, 69, 37);}
#cksz .cont .item .open::after {left: 2px;}
#cksz .cont .item .text {flex: 1 1 auto; margin-left: 40px;}
#cksz .cont .item .text h4 {color:#000; font-size: 20px;}
#cksz .cont .item .text p {margin-top: 10px; color:#666; font-size: 18px; line-height: 1.6;}
#cksz .btns {display: flex; align-items: center; margin-top: 50px;}
#cksz .btns span {padding: 20px 100px; color:#fff; font-size: 24px; background-color: #539da8; cursor: pointer;}
#cksz .btns span:hover {background-color:#ec6916;}
#cksz .btns p {padding: 0 12px; color:#000; font-size: 24px;}

#fcksz {position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; color:#fff; background-color: rgba(0,0,0,0.7);}
#fcksz .wrap {padding-top: 20px; padding-bottom: 30px;}
#fcksz p {font-size: 18px; line-height: 1.6;}
#fcksz p a {color:#fff; text-decoration: underline;}
#fcksz span {display: inline-block; margin-top: 20px; padding: 10px 20px; font-size: 18px; vertical-align: top; background-color: #ec6916; cursor: pointer; transition: 500ms;}
#fcksz span:hover {background-color: #539da8;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background:url(../images/tbs/white0.png);}

/*===================================================================================*/

#news_page {margin-top:60px;width:100%;}
#pros_page {margin-top:60px;width:100%;}
.fypage {font-size:0;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 4px;width:35px;height:35px;line-height:35px;font-size:14px;color:#333;background-color:#f2f2f2;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#ff0000;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#ff0000;}
.fypage .fypage_sl {display:inline-block;height:35px;line-height:35px;font-size:14px;font-style:normal;vertical-align:top;}
.fypage .fypage_prev i,.fypage .fypage_next i {font-size:14px;}

#news_mpage {display:none;margin-top:6%;}
#pros_mpage {display:none;margin-top:6%;}
.mfypage {width:100%;height:24px;font-size:0;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0 2px;padding:0 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:#ff0000;background-color:#ff0000;}
#mfypage_gov {display:inline-block;margin:0px 2px;padding:0px 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#mfypage_gobtn:hover {color:#fff;border-color:#ff0000;background-color:#ff0000;}