﻿@import url("base.css");
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#333;font-size:16px;overflow-y: auto; overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;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 span {color:#4a97a7;}
#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: 35px; padding-right: 35px; 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: 100px;}
#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;}
#footer .copyright .navs a:not(:last-child) {margin-right: 25px;}

@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; font-weight: normal; line-height: 1;}
#iabout .editorc {color:#000; font-size: 24px; line-height: 1.7;}

#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.7;}
#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 30px 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: 30px; font-weight: normal; line-height: 1.5;}
#iinfo .cont p {padding-top: 35px; padding-bottom: 35px; color:#333; font-size:18px; line-height: 1.6;}
#iinfo .cont p span {display: block;}
#iinfo .cont a {display: block; margin: 0 auto; 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.8;}
.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.8;}
.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.5;}
#customer a .text p {margin-top: 5px; color:#333; font-size: 16px; line-height: 1.6; -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;}

/*===================================================================================*/
/* 产品 */

.prods .bimg {font-size: 0; text-align: center;}
.prods .bimg img {max-width: 100%;}
.prods .conts {padding-top: 70px; padding-bottom: 60px;}
.prods .conts .tis {padding-bottom: 40px; text-align: center;}
.prods .conts .tis h2 {color:#73d1e4; font-size: 48px; line-height: 1.4;}
.prods .conts .tis p {margin-top: 5px; color:#000; font-size: 22px; line-height: 1.6;}
.prods .conts .imgs {font-size: 0; text-align: center;}
.prods .conts .imgs img {max-width: 100%;}

#prods1 .tis {text-align: left;}
#prods1 .tis h2 {color:#529da7; font-size: 48px; line-height: 1.4;}
#prods1 .tis p {margin-top: 5px; color:#000; font-size: 22px; line-height: 1.6;}
#prods1 .desc {margin-top: 30px;}
#prods1 .desc li {position: relative; padding-left: 22px; color:#000; font-size: 22px; line-height: 1.5;}
#prods1 .desc li::before {position: absolute; top: 15px; left: 3px; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #333; content: '';}
#prods1 .desc li:not(:first-child) {margin-top: 12px;}
#prods1 .wraps {margin: 0 auto; width: 1204px; box-sizing: border-box;}
#prods1 .cont1 {background: url(../images/prods1-bg1.jpg) no-repeat center center/cover;}
#prods1 .cont1 .wraps {display: flex; align-items: center; padding-top: 200px; padding-bottom: 150px;}
#prods1 .cont1 .text {flex: 1 1 auto; margin-right: 30px;}
#prods1 .cont1 .imgs {flex: 0 0 52.5%; font-size: 0;}
#prods1 .cont1 .imgs img {width: 100%;}
#prods1 .cont2 {background: url(../images/prods1-bg2.jpg) no-repeat center center/cover;}
#prods1 .cont2 .wraps {display: flex; align-items: center; padding-top: 100px; padding-bottom: 100px; width: 1468px; min-height: 1080px; box-sizing: border-box;}
#prods1 .cont2 .imgs {flex: 0 0 50%; font-size: 0;}
#prods1 .cont2 .imgs img {width: 100%;}
#prods1 .cont2 .text {flex: 1 1 auto; margin-left: 35px;}
#prods1 .cont2 .text a {display: block; margin-top: 40px; margin-right: 130px; padding: 15px; color:#fff; font-size: 26px; text-align: center; background-color: #529da7;}
#prods1 .cont2 .text a:hover {background-color:#ec6916;}
#prods1 .cont4 {display: flex; align-items: center; padding-top: 170px; padding-bottom: 170px; background: url(../images/prods1-bg3.jpg) no-repeat center center/cover;}
#prods1 .cont4 .imgs {flex: 0 0 51.666%; font-size: 0;}
#prods1 .cont4 .imgs img {width: 100%;}
#prods1 .cont4 .text {flex: 1 1 auto; margin-left: 70px; margin-right: 340px;}
#prods1 .cont5 {display: flex; align-items: center; padding-top: 170px; padding-bottom: 170px; background: url(../images/prods1-bg4.jpg) no-repeat center center/cover;}
#prods1 .cont5 .text {flex: 1 1 auto; margin-left: 340px; margin-right: 70px;}
#prods1 .cont5 .imgs {flex: 0 0 51.666%; font-size: 0;}
#prods1 .cont5 .imgs img {width: 100%;}
#prods1 .cont6 {height: 500px; background: url(../images/prods1-bg5.jpg) no-repeat center center/cover;}
#prods1 .cont6 .wrap {display: flex; align-items: center; height: 100%;  color:#fff;}
#prods1 .cont6 .text {flex: 1 1 auto;}
#prods1 .cont6 .text h2 {font-size: 48px; line-height: 1.4;}
#prods1 .cont6 .text h2::after {display: block; margin: 35px 0; width: 230px; height: 6px; background-color: #fff; content: '';}
#prods1 .cont6 .text p {font-size: 22px; line-height: 1.6;}
#prods1 .cont6 a {flex: 0 0 auto; padding: 18px 12px; width: 43.47%; color:#6fbdcc; font-size: 28px; text-align: center; background-color: #fff;}
#prods1 .cont6 a:hover {color:#fff; background-color: #ec6916;}

#prods2 .conts .tis h2 {color:#529da7;}
#prods2 .cont1 {background: url(../images/prods1-bg1.jpg) no-repeat center center/cover;}
#prods2 .cont3 {padding-bottom: 0;}
#prods2 .szjs {position: relative; margin: 70px auto; padding: 25px 25px 25px 50px; width: 1204px; color:#fff; background-color: #529da7; box-sizing: border-box;}
#prods2 .szjs .swiper-slide {display: flex; align-items: center; box-sizing: border-box;}
#prods2 .szjs .swiper-pagination {top: 50%; left: 20px; 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:#fff;opacity:0.2;overflow:hidden;}
#prods2 .szjs .swiper-pagination span.swiper-pagination-bullet {margin:0;}
#prods2 .szjs .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;}
#prods2 .szjs .text {flex: 1 1 auto; margin-left: 15px; margin-right: 30px;}
#prods2 .szjs .text .name {font-size: 48px; line-height: 1.4;}
#prods2 .szjs .text .editorc {font-size: 22px;}
#prods2 .szjs .text .editorc td {padding: 3px 0; vertical-align: top;}
#prods2 .szjs .imgs {flex: 0 0 auto; width: 41.76%; font-size: 0; overflow: hidden;}
#prods2 .szjs .imgs img {width: 100%;}

#prods3 .s1 {background-color: #73d1e4;}
#prods3 .s1 .tis h2 {color:#fff;}
#prods3 .s1 .tis p {color:#fff;}

#prods4 .intro {position: relative; background-color: #72c6d1;}
#prods4 .intro::after {position: absolute; top: 0; right: 0; z-index: 1; display: block; width: 50%; height: 100%; background-color: #60afba; content: '';}
#prods4 .intro ul {position: relative; z-index: 2; width: 1200px; display: flex;}
#prods4 .intro ul li:nth-child(2) {background-color: #68bac5;}
#prods4 .intro ul li {padding: 40px 20px 25px 20px; width: 33.333%; color:#fff; box-sizing: border-box;}
#prods4 .intro ul li div {height: 81px; text-align: center; font-size: 0;}
#prods4 .intro ul li div span {max-height: 100%;}
#prods4 .intro ul li div img {max-width: 100%; max-height: 100%;}
#prods4 .intro ul li p {margin-top: 20px; font-size: 22px; line-height: 1.6; text-align: justify;}
#prods4 .cont1 {background: url(../images/prods4-bg1.jpg) no-repeat top center/cover;}
#prods4 .cont1 {padding-top: 100px; padding-bottom: 100px;}
#prods4 .cont2 {background-color: #72c6d1;}
#prods4 .cont2 .tis h2 {color:#fff;}
#prods4 .cont2 .tis p {color:#fff;}
#prods4 .cont4, #prods4 .cont5 {padding-top: 0;}
#prods4 .cont5 {background: url(../images/prods4-bg2.jpg) no-repeat top center/cover;}
#prods4 .cont5 .tis {padding-top: 30px;}
#prods4 .cont5 .wraps {margin: 0 auto; width: 1204px; box-sizing: border-box;}
#prods4 .cont5 .editorc {font-size: 22px;}

/*===================================================================================*/
/* 支持 */

#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: 22px; line-height: 1.5;}
#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: 20px; 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 {padding: 0 15px; min-width: 100px; height: 50px; line-height: 48px; color:#333; font-size: 22px; 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: 22px; 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: 22px; font-weight: normal; line-height: 1.5; 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.6;}
#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 .qrcode {padding: 20px 0; width: 260px; text-align: center;}
#apps .rows .text .qrcode img {width: 110px;}
#apps .rows .text .qrcode p {margin-top: 30px; padding: 10px; font-size: 20px; border: 1px solid #e5e5e5;}
#apps .rows:nth-child(1) .imgs img {width: 66%;}
#apps .rows:nth-child(1) .text {justify-content: flex-start;}

/*===================================================================================*/

#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;}