﻿@import url("base.css");
:root {
	--pad-lr: 4%;
	--pad-tb: 4%;
	--pad-tb5: 5%;
	--pad-tb6: 6%;
	--a-color:#222;
	--hover-color:#2b5b8c;
	--tis-fs: 40px;
	--tis-pad: 6%;
	--tis-color:#222;
	--itis-fs: 40px;
	--ptis-fs: 40px;
	--glys:#ea5504;
	--blue:#2b5b8c;

	--text-fs: 14px;
	--text-lh: 1.65;
	--text-color:#333;
	--text-gray:#777;

	--fs16: 16px;
	--lh17: 1.7;
	--lh18: 1.8;
	--lh19: 1.9;
	--editorc-fs: 14px;
	--editorc-lh: 1.8;
}
body {margin:0 auto;padding-top:60px;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#333;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#333;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:#333;text-decoration:none;}
a:hover {color:#2b5b8c;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-center {display:flex;align-items:center;justify-content:center;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
.no-select {-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;}

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

.header {position: fixed; top: 0; left: 0; right: 0; z-index: 99; background-color: var(--blue);}
.header > div {display: flex; align-items: center; height: 60px; color:#fff;}
.header .logo {display: flex; align-items: center; height: 30px; margin-right: auto; font-size: 0; overflow: hidden;}
.header .logo img {max-height:100%;}
.header .ss {margin-left: 15px; width: 20px; height: 20px; cursor: pointer; overflow: hidden;}
.header .ss i {font-size: 18px;}
.header .search {position: absolute; top: 100%; left: 0; right: 0; display: flex; justify-content: center; padding: 40px 20px; box-sizing: border-box; background-color:#fff; transform-origin: center top; transition: 300ms;}
.header .search div {position: relative; padding-bottom: 20px; max-width: 800px; width: 100%; border-bottom: 2px solid #37383c;}
.header .search input {width: 100%; height: 40px; font-size: 22px; border: none; background:none;}
.header .search i {position: absolute; top: 8px; right: 0; z-index: 10; color:#333; font-size: 26px; cursor: pointer;}
.header .search.shide {visibility: hidden; opacity: 0; transform: scaleY(0);}
.header .search.sshow {visibility: visible; opacity: 1; transform: scaleY(1);}
.header .lang {position: relative; margin-left: 40px; height: 100%; cursor: pointer;}
.header .lang p {height: 100%; font-weight: bold;}
.header .lang div {position: absolute; top: 100%; left: 50%; display: none; width: 100px; background-color:#fff; transform: translateX(-50%);}
.header .lang div a {display: block; padding: 10px 5px; font-size: 16px; text-align: center;}
.header .lang div a:hover {color: var(--glys);}
.header .lang:hover div {display: block;}
.header .cd {display: none;}
.menu {display:none;}

.header .nav {display: flex; height: 100%;}
.header .nav li {height: 100%;}
.header .nav li > a {display: flex; align-items: center; justify-content: center; position: relative; padding: 0 33px; height: 100%; color:#fff; font-size: 14px;}
.header .nav li > a::after {position: absolute; bottom: 0; left: 0; right: 0; display: none; height: 3px; background-color:#ea5504; content: '';}
.header .nav li:hover > a {font-weight: bold; background: linear-gradient(to top, #ffffff70, #ffffff12);}
.header .nav li:hover > a::after {display: block;}
.header .nav li:hover .nav-menu {display: block;}

.nav-menu {position: absolute; top: 100%; left: 0; right: 0; display: none; padding-top: 60px; padding-bottom: 20px; background-color:#efefef; animation: zoomIn 500ms 1;}
.nav-menu > div {overflow: hidden;}
.nav-menu .cont {display: grid; margin: 0 -90px; width: 1450px;}
.nav-menu .col3 {grid-template-columns: repeat(3,1fr);}
.nav-menu .col4 {grid-template-columns: repeat(4,1fr);}
.nav-menu .items {padding: 0 90px; box-sizing: border-box; border-right: 1px solid #ddd;}
.nav-menu .items:last-child {border-right: none;}
.nav-menu .items a {display: block; color:#333;}
.nav-menu .items a h2 {font-size: 16px;}
.nav-menu .items a div {position: relative; margin-top: 20px; padding-top: 51.875%; font-size: 0; overflow: hidden;}
.nav-menu .items a p {margin-top: 15px; height: 69px; line-height: 23px; color:#868686; font-size: 14px; -webkit-line-clamp: 3;}
.nav-menu .items a:hover {color:#777;}
.nav-menu .qrcode {position: absolute; inset: 0; display: flex; background-color:#fff;}
.nav-menu .qrcode dd {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 50%; font-size: 0; text-align: center;}
.nav-menu .qrcode dd img {width: 80%; box-sizing: border-box; border: 5px solid #fff;}
.nav-menu .qrcode dd span {color:#868686; font-size: 14px;}

.banner {position:relative; height: 90vh;}
.banner .swiper-container {height: 100%;}
.banner .swiper-slide {background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:0;}
.banner .swiper-slide img {width:100%;}
.banner .swiper-pagination {position:absolute;left:0;bottom:30px;width:100%;height:10px;font-size:0;text-align:center;}
.banner .swiper-pagination span {margin:0;width:10px;height:10px;font-size:0;border-radius:50%;background:#fff;opacity:0.5;overflow:hidden;}
.banner .swiper-pagination span.swiper-pagination-bullet {margin:0 8px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:var(--glys);}

.banner-aw {position: relative; font-size: 0; overflow: hidden;}
.banner-aw img {width: 100%;}
.banner-about {position: relative; margin-top: -100px; height: calc(100vh - 100px); font-size: 0; overflow: hidden;}
.banner-about img {width: 100%; height: 100%; object-fit: cover;}
.banner-pros {position: relative; height: 780px; font-size: 0; overflow: hidden;}
.banner-pros img {width: 100%; height: 100%; object-fit: cover;}
.banner-news {background-color:#eff0f0;}
.banner-news > div {display: flex; align-items: center; justify-content: center; height: 200px;}
.banner-news h2 {color:#242424; font-size: 48px; line-height: 1;}

.wrap {margin-left:auto;margin-right:auto;width:1270px;box-sizing:border-box;}
.wraps {margin-left:auto;margin-right:auto;width:1520px;box-sizing:border-box;}
.footer {color:#757575; font-size: 12px; border-top:3px solid #b6b6b7; background-color:#f5f5f7;}
.footer a {color:#757575;}
.footer a:hover {color:var(--hover-color);}
.footer > div {display: flex; justify-content: space-between; padding-top: 60px; padding-bottom: 30px; width: 1420px;}
.footer .tis h3 {font-size: 16px; line-height: 1;}
.footer .tis h3::after {display: block; margin-top: 30px; width: 35px; height: 2px; background-color:#757575; content: '';}
.footer .tis p {display: none;}
.footer .logo {width: 140px; font-size: 0;}
.footer .logo img {max-width: 100%;}
.footer .info {width: 19%;}
.footer .info .ly {display: flex; margin-top: 50px;}
.footer .info .ly a {padding: 6px 15px; color:#fff; border-radius: 3px; background-color: var(--blue);}
.footer .info .lxs {margin-top: 20px; line-height: 2;}
.footer .info .copyright {margin-top: 30px; line-height: 2;}
.footer .contr {display: flex; flex-wrap: wrap; justify-content: space-between; width: 63%;}
.footer .social .qrcode {display: flex; margin-top: 50px; font-size: 0;}
.footer .social .qrcode li {width: 128px; text-align: center;}
.footer .social .qrcode li img {width: 100%; box-sizing:border-box; border: 5px solid #fff;}
.footer .social .qrcode li p {margin-top: 10px; font-size: 12px;}
.footer .social .icon {display: flex; column-gap: 10px; margin-top: 50px; font-size: 0;}
.footer .social .icon a {width: 30px; height: 30px;}
.footer .social .icon a img {width: 100%; height: 100%;}
.footer .fnav {width: 68%;}
.footer .fnav ul {display: flex; justify-content: space-between; column-gap: 10px; margin-top: 50px;}
.footer .fnav ul li {width: 20%;}
.footer .fnav dl dt {font-weight: bold;}
.footer .fnav dl dd {margin-top: 20px;}
.footer .links {display: flex; /*justify-content: space-between; */margin-top: 30px; padding-top: 30px; width: 100%; border-top: 1px solid #757575;}
.footer .links .l {display: flex; align-items: flex-start;}
.footer .links .l .text {font-size: 8px; line-height: 1.6;}
.footer .links .l .imgs {flex: 0 0 auto; width: 104px;}
.footer .links .l .imgs div {position: relative; display: block; padding-top: 34.7%; overflow: hidden;}
.footer .links .l .imgs span {position: absolute; inset: 0;}
.footer .links .l .imgs img {max-width: 100%; max-height: 100%; /*position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;*/}
.footer .links .r {display: flex; width: 60%;}
.footer .links .r span {flex: 0 0 auto; padding-left: 20px;}
.footer .links .r div {display: flex; flex-wrap: wrap; gap: 8px 10px; margin-left: 10px;}
.footer .links .r a {color:#333;}
.footer .links .r a:hover {color:#757575;}
.footer .links .text {flex: 0 0 auto;}
.footer .links .list {display: flex; flex-wrap: wrap; gap: 8px 10px; margin-left: 10px;}
.footer .links a {color:#333;}
.footer .links a:hover {color:#757575;}
.footer-m {display: none;}

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

.itis {position: relative; margin-bottom: 50px;}
.itis::after {display: block; margin-top: 15px; width: 35px; height: 4px; background-color:#e86f00; content: '';}
.itis p {display: none;}
.itis h2 {color:#262626; font-size: var(--tis-fs); line-height: 1;}
.itis h3 {color:#262626; font-size: var(--tis-fs); line-height: 1;}
.itis .logo {position: absolute; top: 0; bottom: 0; right: 0; display: flex; align-items: center; font-size: 0; overflow: hidden;}
.itis .logo img {max-height: 50px;}
.lya {width: 180px; height: 50px; color:#fff; font-size: 18px; font-weight: bold; border-radius: 25px; background-color: var(--blue);}
.lya > span {color:#fff;}

.ipros .cont {display: grid; grid-template-columns: 1fr 1fr; gap: 40px;}
.ipros .cont a {color:#5f5f5f; background-color:#e8e9eb; transition: 300ms;}
.ipros .cont a:hover {color:#fff; background-color: var(--blue);}
.ipros .cont .text {display: flex; align-items: center; justify-content: space-between; column-gap: 30px; padding: 30px;}
.ipros .cont .text div {display: flex; flex-direction: column; row-gap: 10px;}
.ipros .cont .text div h2 {font-size: 20px;}
.ipros .cont .text div p {display: none;}
.ipros .cont .text span {flex: 0 0 auto; padding: 8px 20px; color:#fff; font-size: 14px; border-radius: 100px; background-color: var(--blue);}
.ipros .cont .imgs {padding-top: 50.406%;}

.iabout {background-repeat: no-repeat; background-position: center center; background-size: cover;}
.iabout > div {display: flex; flex-direction: column;}
.iabout .text {color:#fff; font-size: 18px; line-height: 2;}
.iabout .lya {margin-top: 20px; margin-bottom: 50px; color:#2b331e; background-color:#fff;}
.ippsl {margin-top: -30px;}
.ippsl ul {display: flex; padding: 50px 30px; border-radius: 10px; background-color:#051e64d9; backdrop-filter: blur(5px);}
.ippsl ul li {width: 20%; color:#fff; text-align: center;}
.ippsl ul li h3 {display: inline-block; font-size: 24px; line-height: 1;}
.ippsl ul li h3::after {display: block; margin-top: 25px; width: 100%; height: 4px; background-color:#fff; content: '';}
.ippsl ul li h4 {font-size: 24px; line-height: 1;}
.ippsl ul li p {padding: 20px 10px 0 10px; font-size: 14px; line-height: var(--text-lh);}

.inews .cont {display: grid; grid-template-columns: repeat(3,1fr); column-gap: 12px;}
.inews .cont .items {min-width: 0; background-color:#fafafa;}
.inews .cont .items .imgs video {position: absolute; top: 0; left: 0; background-color:#000;}
.inews .cont .items .text {padding: 40px 20px;}
.inews .cont .items .text h2 {margin-top: 14px; color:#999; font-size: 16px; font-weight: normal;}
.inews .cont .items .hangye {color: var(--blue); font-size: 14px; font-weight: bold;}
.inews .cont .items .desc {margin-top: 20px; min-height: 48px; color:#999; font-size: 12px; line-height: 2;}
.inews .cont .items .more {display: flex; align-items: center; justify-content: space-between; margin-top: 30px; color:#999; font-size: 14px; font-weight: bold;}
.inews .cont .items .abtn {color: var(--blue);}
.inews .cont .items:hover .aof-pic img {transform: scale(1.04);}
.inews .cont .items:hover .text h2 {color: var(--glys);}
.inews .cont .items:hover .abtn {color: var(--glys);}
.inews .cont .info {display: flex; flex-direction: column; align-items: flex-end; padding: 80px 0 0 20px; color:#757575; font-size: 16px; text-align: right; line-height: 2; box-sizing: border-box;}
.inews .cont .info .cn {display: none;}
.inews .cont .info .en {margin-top: 10px; font-size: 14px;}
.inews .cont .info a {margin-top: 50px;}

.ipartner > div {overflow: hidden;}
.ipartner .cont {position: relative;}
.ipartner .cont::before {position: absolute; top: 0; bottom: 0; left: 0; z-index: 10; display: block; width: 200px; box-shadow: 30px 0px 53px inset #fff; content: '';}
.ipartner .cont::after {position: absolute; top: 0; bottom: 0; right: 0; z-index: 10; display: block; width: 200px; box-shadow: -30px 0px 53px inset #fff; content: '';}
.ipartner .list {display: flex; flex-direction: row; animation: listCarousel 110s linear infinite; width: fit-content;}
.ipartner .list:hover {animation-play-state: paused;}
.ipartner .list a {display: flex; align-items: center; justify-content: center; position: relative; margin: 16px; width: 140px; height: 72px; border: 1.75px solid #fff; box-shadow: 0 3px 10px rgba(23,26,29,.04); border-radius: 7.02px; background-color:#fff; transition: transform 300ms linear; overflow: hidden;}
.ipartner .list a img {max-width: 100%; opacity: 1; transition: opacity 300ms ease-in-out;}
.ipartner .list a div {position: absolute; inset: 0; padding: 8px; color: var(--glys); font-size: 14px; text-align: center; opacity: 0; box-sizing: border-box; transition: opacity 300ms ease-in-out;}
.ipartner .list a:hover {transform: scale(1.1);}
.ipartner .list a:hover img {opacity: 0;}
.ipartner .list a:hover div {opacity: 1;}

@-webkit-keyframes listCarousel {
	0% {transform: translate(-50%);}
	to {transform: translate(0);}
}
@keyframes listCarousel {
	0% {transform: translate(-50%);}
	to {transform: translate(0);}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
	50% {opacity: 1}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
	50% {opacity: 1}
}
@keyframes slideIn {
	from {filter: opacity(0); transform: translateY(100px);}
   to {filter: opacity(1); transform: translateY(0);}
}

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

.tmar {margin-top: 100px;}
.tpad {padding-top: 100px;}
.ipad {padding-top: 120px; padding-bottom: 120px;}
.cpad {padding-top: 90px; padding-bottom: 100px;}
.loading {display: none; font-size: 0; text-align: center;}

.awm-pic {font-size: 0; text-align: center;}
.awm-pic img {max-width: 100%;}
.awf-pic {font-size: 0;}
.awf-pic img {width: 100%;}
.aof-pic {position: relative; display: block; padding-top: 55.882%; overflow: hidden;}
.aof-pic > img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 300ms linear;}
.aof-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}

.bmenu {padding-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 100px;}
.bmenu a {position: relative; height: 35px; color:#333; font-size: 16px; border-bottom: 1px solid transparent; overflow: hidden;}
.bmenu a.curt {border-bottom-color: var(--glys);}

.nodata {padding: 100px 0; color:#999; font-size:16px; text-align:center;}
.nodata p {margin-top: 10px; line-height: 1.8;}
.input-mig {width: 0; height: 0; opacity: 0; visibility: hidden; display: none;}
.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 {color:#fff; font-size:18px; font-weight: bold; box-sizing:border-box; border:none; border-radius: 100px; background-color: var(--blue); cursor:pointer;}
.button-wp {padding: 11px 30px; font-size: 20px; font-weight: bold;}

.editorc-nrs {padding-top:50px;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: var(--editorc-fs); line-height: var(--editorc-lh);}
.editorc::after {display:block;width:100%;clear:both;content:'';}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0;font-weight:bold;line-height:1.4;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0;}
.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:0;}
.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:0;}
.editorc table.border td p {margin:0;padding:0;}
.editorc table.border th p {margin:0;padding:0;}

.editorc2 {line-height: var(--editorc-lh);}
.editorc2::after {display:block;width:100%;clear:both;content:'';}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0;}
.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:0;}

.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:0;}
.editorc-tbe td p,.editorc-tbe th p {margin:0;padding:0;}
.editorc-tbe table.no-border {border:none;}
.editorc-tbe table.no-border table {border:none;}
.editorc-tbe table.no-border td {border:none;padding:0;}
.editorc-tbe table.no-border th {border:none;padding:0;}

.pnas {display: flex; justify-content: space-between; margin-top: 60px; padding-top: 40px; color:#777; font-size:14px; border-top:1px solid #f0f0f0;}
.pnas p {max-width: 46%; line-height: 1.65;}
.pnas a {color:#777;}
.pnas a:hover {color:#333;}

.video-play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

/*===================================================================================*/
/* 产品中心 */

.pros .cont {background-color:#fafafa;}
.pros .fls {display: flex; flex-wrap: wrap; align-items: center; gap: 20px 50px; justify-content: space-between;}
.pros .fls h1 {color: var(--blue); font-size: 26px;}
.pros .fls div {display: flex; column-gap: 20px;}
.pros .fls div a {color:#757575; font-size: 14px;}
.pros .fls div a:hover {color: var(--blue);}
.pros .fl2 {display: flex; justify-content: center; margin-top: 50px;}
.pros .fl2 div {display: flex; flex-wrap: wrap; gap: 10px; padding: 10px; border-radius: 100px; background-color:#fff;}
.pros .fl2 div a {padding: 10px 30px; color:#333; border-radius: 100px; transition: background-color 0.3s ease;}
.pros .fl2 div a:hover {background-color:#e0e0e0;}
.pros .fl2 div a.curt {color:#fff; font-weight: bold; background-color: var(--blue);}

.pros .plist {display: grid; grid-template-columns: repeat(4,1fr); gap: 50px 36px; margin-top: 50px;}
.pros .plist a {display: flex; flex-direction: column; min-width: 0; background-color:#fff;}
.pros .plist a:hover .imgs img {transform: scale(1.05);}
.pros .plist .imgs {flex: 0 0 auto; padding-top: 56.206%;}
.pros .plist .text {flex: 1 1 auto; position: relative; padding: 30px 16px 66px 16px; color:#5f5d5d; text-align: center;}
.pros .plist .name {min-height: 60px; line-height: 30px; font-size: 18px;}
.pros .plist .desc {margin-top: 20px; margin-bottom: 10px; min-height: 40px; line-height: 20px; font-size: 12px;}
.pros .plist .more {position: absolute; bottom: 20px; left: 16px; right: 16px; display: flex; align-items: center; justify-content: flex-end;}
.pros .plist .more .learn {width: 120px; height: 26px; color:#fff; font-size: 14px; border-radius: 100px; background-color: var(--blue);}
.pros .plist .more .buy {display: none; color: var(--blue);}

.pros .like {padding-top: 60px; padding-bottom: 100px;}
.pros .like h3 {color: var(--tis-color); font-size: var(--tis-fs); line-height: 1; text-align: center;}
.pros .like .list {display: grid; grid-template-columns: repeat(4,1fr); gap: 60px; margin-top: 60px;}
.pros .like .list a {min-width: 0; text-align: center;}
.pros .like .list a:hover .imgs img {transform: scale(1.05);}
.pros .like .list h2 {margin-top: 20px; font-size: 14px; line-height: 1.5;}

.pros .fla {padding-top: 60px; padding-bottom: 100px; background-color:#fbfbfb;}
.pros .fla h3 {color: var(--tis-color); font-size: 32px; line-height: 1;}
.pros .fla .list {display: flex;}
.pros .fla .list li {width: 25%;}
.pros .fla .list dl dt {margin-top: 30px; color:#999; font-size: 14px;}
.pros .fla .list dl dd {margin-top: 12px; font-size: 14px;}

.prods-name {position: absolute; bottom: 40px; left: 0; right: 0; z-index: 10;}
.prods-name h1 {color:#fff; font-size: var(--tis-fs); text-align: center; line-height: 1.5; text-shadow: 1px 1px 2px #333;}
.prods {padding-top: 80px; padding-bottom: 120px; background-color:#f5f5f7;}
.prods .intro {display: grid; grid-template-columns: repeat(4,1fr); gap: 28px;}
.prods .intro li {padding: 20px;  box-sizing: border-box; border-bottom: 2px solid var(--blue); box-shadow: 0px 5px 10px 0px rgb(106 106 106 / 11%); background-color:#fff; transition: 500ms;}
.prods .intro li:hover {transform: translateY(-10px);}
.prods .intro .tis::after {display: block; margin-top: 15px; width: 35px; height: 2px; background-color: var(--glys); content: '';}
.prods .intro .tis h4 {color:#051e64; font-size: 18px; line-height: 1;}
.prods .intro .tis p {display: none;}
.prods .intro .text {margin-top: 15px; color:#757575; font-size: 14px; line-height: 1.8;}

.prods .tabs {display: flex; margin-bottom: 40px;}
.prods .tabs ul {display: flex; flex-wrap: wrap; align-items: center; column-gap: 10px; padding: 10px; border-radius: 100px; background-color:#fff;}
.prods .tabs ul li {padding: 10px 30px; color:#333; border-radius: 100px; transition: background-color 300ms ease; cursor: pointer;}
.prods .tabs ul li:hover {background-color:#e0e0e0;}
.prods .tabs ul li.active {color:#fff; font-size: 16px; font-weight: bold; background-color: var(--blue);}
.prods .detail .contw {display: none;}
.prods .detail .cont {display: flex; justify-content: space-between;}
.prods .detail .cont .text {display: flex; flex-direction: column; row-gap: 8px; width: 45%; color:#757575;}
.prods .detail .cont .text p {position: relative; padding-left: 13px; font-size: 14px; line-height: var(--lh18);}
.prods .detail .cont .text p::before {position: absolute; top: 11px; left: 0; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--glys); content: '';}
.prods .detail .cont .imgs {width: 50%; font-size: 0;}
.prods .detail .cont .imgs img {width: 100%;}

.prods .zytd .cont {display: grid; grid-template-columns: repeat(5,1fr); gap: 25px;}
.prods .zytd .cont li {padding: 20px; color:#454545; box-sizing: border-box; background-color:#fff; transition: 500ms;}
.prods .zytd .cont li .imgs {font-size: 0; overflow: hidden;}
.prods .zytd .cont li .imgs img {width: 100%; box-sizing: border-box; border: 2px solid #fff;}
.prods .zytd .cont li .text {margin-top: 20px; padding-left: 2px; padding-right: 2px;}
.prods .zytd .cont li .text h4 {font-size: 18px;}
.prods .zytd .cont li .text h4::after {display: block; margin-top: 15px; width: 35px; height: 2px; background-color: var(--glys); content: '';}
.prods .zytd .cont li .text p {margin-top: 15px; font-size: 14px; line-height: var(--lh18);}
.prods .zytd .cont li:hover {color:#fff; background-color:#3d92e8; transform: scale(1.1);}
.prods .zytd .cont li:hover .text h4::after {background-color:#fff;}

.prods-swiper {position: relative;}
.prods-swiper .swiper-slide {font-size: 0; overflow: hidden;}
.prods-swiper .swiper-slide img {width: 100%;}
.prods-swiper .swiper-button {position: absolute; top: 50%; z-index: 10; display: block; margin-top: -25px; width: 50px; height: 50px; opacity: 0.8; background: url(../images/arrow1.png) no-repeat; background-size: contain; cursor: pointer;}
.prods-swiper .swiper-button-disabled {opacity: 0.35; cursor: default;}
.prods-swiper .swiper-prev {left: 15px; transform: rotate(-180deg);}
.prods-swiper .swiper-next {right: 15px;}

.psearch {padding-bottom: 100px;}
.psearch .wrap {width: 1000px;}
.psearch .result {background-color:#f7f7f7;}
.psearch .result .cont {display: flex; align-items: flex-end; justify-content: space-between;}
.psearch .result .text h2 {color:#222; font-size: 40px; line-height: 1;}
.psearch .result .text p {margin-top: 15px; font-size: 20px; font-weight: bold;}
.psearch .result .text p strong {color: var(--glys);}
.psearch .result .type {position: relative; width: 160px; height: 50px; cursor: pointer;}
.psearch .result .type p {display: flex; align-items: center; position: relative; padding: 0 20px; height: 100%; font-size: 16px;}
.psearch .result .type p::before {position: absolute; top: 50%; right: 20px; display: block; width: 10px; height: 18px; background: url(../images/selicon1.png) no-repeat; background-size: contain; content: ''; transform: translateY(-50%);}
.psearch .result .type p::after {position: absolute; top: 50%; right: 20px; display: none; width: 10px; height: 18px; background: url(../images/selicon1-1.png) no-repeat; background-size: contain; content: ''; transform: translateY(-50%);}
.psearch .result .type div {position: absolute; top: 100%; left: 0; right: 0; display: none; border: 1px solid #ececec; border-bottom: none; background-color:#fff;}
.psearch .result .type div a {display: block; padding: 12px 20px; font-size: 16px; border-bottom: 1px solid #ececec;}
.psearch .result .type:hover p {color:#fff; font-weight: bold; background-color:#37383c;}
.psearch .result .type:hover p::before {display: none;}
.psearch .result .type:hover p::after {display: block;}
.psearch .result .type:hover div {display: block;}

.psearch .list a {display: grid; grid-template-columns: auto 248px; column-gap: 80px; align-items: center; padding: 50px 0; border-bottom: 1px solid #e8e8e8;}
.psearch .list .imgs {grid-row-start: 1; grid-column: 2/3; display: flex; align-items: center; justify-content: flex-end; width: 248px; height: 150px; font-size: 0; overflow: hidden;}
.psearch .list .imgs img {max-width: 100%; max-height: 100%;}
.psearch .list .text {grid-row-start: 1; grid-column: 1/2; display: flex; justify-content: flex-start;}
.psearch .list .text h2 {font-size: 20px; font-weight: normal; line-height: 1.5;}

/*===================================================================================*/
/* 案例 */
.cases {background-color:#eff0f0;}
.cases > div {padding-top: 80px; padding-bottom: 50px; background-color:#fff;}
.cases .cont {margin: 0 auto; width: 1230px;}
.cases .cont::after {display: block; margin: 50px auto 70px auto; width: 300px; height: 2px; background-color:#dbdbdb; content: '';}

.cases .cont .tis {display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; margin-bottom: 20px;}
.cases .cont .tis h2 {color:#5f5f5f; font-size: 20px;}
.cases .cont .tis a {margin-left: 50px; font-size: 16px; font-weight: bold; color: var(--blue);}
.cases .cont .tis a:hover {color: var(--glys);}

.cases .cont .list-new {display: grid; grid-template-columns: repeat(5,1fr); gap: 60px;}
.cases .cont .list-new a {min-width: 0; text-align: center;}
.cases .cont .list-new p {margin-top: 20px; font-size: 16px;}
.cases .cont .list-new .aof-pic {padding-top: 75.6%;}
.cases .cont .list {display: grid; grid-template-columns: repeat(4,1fr); gap: 60px;}
.cases .cont .list a {min-width: 0; background-color:#fafafa;}
.cases .cont .list a:hover .aof-pic img {transform: scale(1.04);}
.cases .cont .list .imgs {border-radius: 5px;}
.cases .cont .list .aof-pic {padding-top: 75.6%;}
.cases .cont .list .text {padding: 18px 20px;}
.cases .cont .list .text h2 {font-size: 16px;}
.cases .cont .list .text p {margin-top: 8px; font-size: 14px;}

/*
.cases-wf .cont {column-count: 4; column-gap: 20px;}
.cases-wf .cont a {display: block; position: relative; margin-bottom: 20px; width: 100%; font-size: 0; overflow: hidden; box-sizing: border-box; transition: transform 300ms; overflow: hidden;}
.cases-wf .cont a img {width: 100%; transition: transform 500ms ease-out;}
*/
.cases-wf .cont {display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;}
.cases-wf .cont a {display: block; position: relative; width: 100%; font-size: 0; overflow: hidden; box-sizing: border-box; transition: transform 300ms; overflow: hidden;}
.cases-wf .cont a img {transition: transform 500ms ease-out;}
.cases-wf .cont a h2 {position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; padding: 10px 12px; color:#fff; font-size: 16px; line-height: 1.5; box-sizing: border-box; background: linear-gradient(to top, #00000069, #00000000);}
.cases-wf .cont a:hover {transform: translateY(-5px);}
.cases-wf .cont a:hover img {transform: scale(1.06);}
.cases-wf .cont .aof-pic {padding-top: 75.6%;}
.cases-wf .show {animation-name: slideIn; animation-duration: 500ms; animation-fill-mode: both; animation-timing-function: ease-out;}
.cases-wf .loading {margin-top: 100px;}

.ands-name {position: sticky; top: 0; left: 0; right: 0; z-index: 99; padding-top: 25px; padding-bottom: 25px; background-color:#fff;}
.ands-name h1 {color:#222; font-size: 26px; line-height: 1.5;}
.ands-pics {padding-top: 50px; padding-bottom: 100px; background-color:#f5f5f7;}

/*===================================================================================*/
/* 新闻资讯 */
.news .list {display: grid; grid-template-columns: repeat(4,1fr); gap: 60px;}
.news .list a {background-color:#fafafa;}
.news .list .text {padding: 18px 20px 0 20px;}
.news .list .text h2 {height: 50px; line-height: 25px; font-size: 16px;}
.news .list .number {display: flex; align-items: center; column-gap: 10px; margin-top: 10px; color:#999; font-size: 12px;}
.news .list .number i {margin-right: 5px; font-size: 12px;}
.news .list .number i.icon-view-fill {position: relative; top: 1px; font-size: 13px;}
.news .list .more {display: flex; align-items: center; height: 40px; color:#999; font-size: 14px; overflow: hidden;}
.news .list .more i {margin-left: auto; width: 30px; height: 30px; color: var(--blue); font-size: 16px; font-weight: bold; box-sizing: border-box; border: 1px solid var(--blue); border-radius: 50%; transform: rotate(-45deg); transition: transform 300ms linear;}
.news .list a:hover .aof-pic img {transform: scale(1.04);}
.news .list a:hover .more i {color:#fff; background-color: var(--blue); transform: rotate(0deg);}

.xwds {padding-top: 100px; padding-bottom: 100px;}
.xwds > div {display: flex; align-items: flex-start; justify-content: space-between; margin: 0 auto; width: 100%; max-width: 1270px;}
.xwds.iframe {padding-top: 60px;}
.xwds.iframe > div {/*width: 83%;*/}
.xwds .contl {width: 68.5%;}
.xwds .info h1 {color:#222; font-size: 26px; line-height: 1.5;}
.xwds .info .xxs {display: flex; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 30px; border-bottom: 1px solid #f0f0f0;}
.xwds .info .date {display: flex; column-gap: 20px; color:#999; font-size: 14px;}
.xwds .info .date i {margin-right: 5px;}
.xwds .info .date .layui-icon-time {font-size: 15px;}
.xwds .editorc {margin-top: 40px;}
.xwds .contr {position: sticky; top: 20px; width: 300px;}
.xwds .contr .tis {margin-top: 94px; padding-bottom: 20px; color:#999; font-size: 18px; font-weight: normal; line-height: 1; border-bottom: 1px solid #f0f0f0;}
.xwds .contr .list a {display: flex; align-items: center; padding: 30px 0; border-bottom: 1px solid #f0f0f0;}
.xwds .contr .list a .imgs {flex: 0 0 auto; position: relative; width: 120px; height: 72px; overflow: hidden;}
.xwds .contr .list a .text {flex: 1 1 auto; margin-left: 20px; min-width: 0; color:#999;}
.xwds .contr .list a .text .name {margin-top: 5px; color:#333; font-size: 14px; font-weight: normal;}
.xwds .contr .list a .text .number {display: flex; align-items: center; column-gap: 10px; margin-top: 10px; font-size: 13px;}
.xwds .contr .list a .text .number i {margin-right: 5px; font-size: 14px;}
.xwds .contr .list a .text .number i.icon-zan-fill {font-size: 12px;}

.xwds-iframe {position: fixed; inset: 0; z-index: 9999999; background-color:#ffffff33; backdrop-filter: blur(5px);}
.xwds-iframe img {position: fixed; top: 20px; right: 9%; width: 50px; cursor: pointer;}
.xwds-iframe iframe {display: block; margin: 20px auto; width: 74%; min-height: 100vh; border-radius: 10px; border: 0; background-color:#fff;}

/*===================================================================================*/
/* 关于我们 */

.ppsl .qyyj {display: flex; justify-content: space-between; margin-top: -80px; padding: 50px 30px; border-radius: 10px; backdrop-filter: blur(5px); background: linear-gradient(to top, #dfdede, #fbfbfa); box-shadow: 0px 5px 10px 0px rgb(106 106 106 / 11%);}
.ppsl .qyyj li {display: flex; align-items: center; width: 20%;}
.ppsl .qyyj .imgs {flex: 0 0 auto; width: 80px; font-size: 0;}
.ppsl .qyyj .imgs img {max-width: 100%;}
.ppsl .qyyj .text {flex: 1 1 auto; margin-left: 15px;}
.ppsl .qyyj .text h4 {color:#454545; font-size: 16px;}
.ppsl .qyyj .text p {margin-top: 5px; color:#757575; font-size: 14px; line-height: 1.6;}

.ppsl .cont {display: flex; padding: 100px 30px 50px 30px;}
.ppsl .cont li {width: 20%; text-align: center;}
.ppsl .cont li h3 {display: inline-block; color:#333; font-size: 24px; line-height: 1;}
.ppsl .cont li h3::after {display: block; margin-top: 25px; width: 100%; height: 4px; background-color: var(--glys); content: '';}
.ppsl .cont li h4 {color: var(--blue); font-size: 24px; line-height: 1;}
.ppsl .cont li p {padding: 20px 10px 0 10px; color:#757575; font-size: 14px; line-height: var(--text-lh);}

.about {background-color:#f5f5f7;}
.fzlc-text {margin-bottom: 50px;}
.fzlc {display: grid; grid-template-columns: repeat(3,1fr); gap: 26px;}
.fzlc li {padding: 30px 20px; background-color:#fff; transition: transform 300ms linear;}
.fzlc li:hover {transform: translateY(-10px);}
.fzlc .year {color: var(--blue); font-size: 18px; line-height: 1;}
.fzlc .text {margin-top: 10px; color:#5f5d5d; font-size: 14px; line-height: var(--text-lh);}

.ppys {background-color:#eeeeef;}
.ppys .wraps {padding-top: 80px; padding-bottom: 80px; background-color:#f7f7f7;}
.ppys .wrap {padding: 0;}
.ppys .list {display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 50px;}
.ppys .list li {background-color:#fff;}
.ppys .list .aof-pic {padding-top: 62.751%;}
.ppys .list .text {padding: 20px 25px; color:#757575; line-height: var(--lh18);}
.ppys .list .text h3 {font-size: 18px;}
.ppys .list .text p {font-size: 14px;}

.honor {padding-bottom: 100px; background-color:#f5f5f7;}
.honor > div {width: 1240px;}
.honor .tis {padding-top: 100px; padding-bottom: 40px;}
.honor .tis::after {display: block; margin-top: 15px; width: 35px; height: 4px; background-color: var(--glys); content: '';}
.honor .tis h2 {color:#222; font-size: var(--tis-fs);}
.honor .tis p {margin-top: 12px; color:#757575; font-size: 24px; line-height: 1.5;}
.honor .list {display: grid; grid-template-columns: repeat(4,1fr); gap: 40px;}
.honor .list li {text-align: center; transition: transform 500ms ease-out;}
.honor .list li:hover {transform: translateY(-30px);}
.honor .list div {position: relative; padding-top: 137.142%; font-size: 0; overflow: hidden;}
.honor .list span {position: absolute; inset: 0;}
.honor .list img {max-width: 100%; max-height: 100%;}
.honor .list p {margin-top: 20px; font-size: var(--fs16); line-height: 1.5;}

.team .tis {text-align: center;}
.team .tis h2 {color:#222; font-size: 30px; line-height: 1.4;}
.team .tis p {margin-top: 12px; font-family: Arial; font-size: 16px; color:#7b8a97; line-height: 1.6;}
.team .tis .line {display: block; margin: 18px auto 0 auto; width: 65px; height: 3px; background-color: var(--blue);}

.team .intro {display: flex; padding-top: 100px; padding-bottom: 100px;}
.team .intro .imgs {flex: 0 0 auto; width: 36.629%; font-size: 0; overflow: hidden;}
.team .intro .imgs img {width: 100%;}
.team .intro .text {flex: 1 1 auto; margin-left: 5%;}
.team .intro .text .tis {text-align: left;}
.team .intro .text .editorc {margin-top: 4%;}

.team .whjz {padding-top: 80px; padding-bottom: 100px; border-top: 1px solid #ebebeb;}
.team .whjz .cont {display: flex; align-items: flex-start; margin-top: 80px;}
.team .whjz .desc {flex: 0 0 auto; padding: 50px 45px; width: 28.346%; box-sizing: border-box; background-color:#f8f8f8;}
.team .whjz .desc .tis {text-align: left;}
.team .whjz .desc .tis h2 {color:#454545;}
.team .whjz .desc .text {margin-top: 30px; font-size: var(--fs14); line-height: var(--lh18);}
.team .whjz .desc .zhiwei {margin-top: 30px; font-size: 12px;}
.team .whjz .desc .zhiwei strong {display: block; margin-bottom: 5px;}
.team .whjz .editorc {flex: 1 1 auto; margin-left: 8%;}

.team .zycy {background-color:#f5f6f8;}
.team .zycy .list {display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 60px;}
.team .zycy .list li {font-size: var(--fs16); text-align: center;}
.team .zycy .list li div {padding-top: 75%; font-size: 0;}
.team .zycy .list li:hover img {transform: scale(1.06);}
.team .zycy .name {margin-top: 15px; font-size: 18px; font-weight: bold;}
.team .zycy .zhiwei {margin-top: 8px; color:#666;}

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

.contact {padding-top: 60px; padding-bottom: 80px;}
.contact .name {margin-top: 60px; font-size: 32px;}
.contact .tel {margin-top: 30px; font-size: 30px; font-style: italic; font-weight: normal;}
.contact .editorc {margin-top: 25px;}
.contact .address {margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px;}
.contact .address li {padding: 20px; color:#6e6e6e; border-radius: 10px; border: 1px solid #e3e3e5;}
.contact .address li h3 {font-size: 18px;}
.contact .address li {font-size: 14px; line-height: var(--lh18);}

.message .tis {margin-bottom: 40px; font-size: 30px; font-weight: bold; line-height: 1;}
.message .cont {display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
.message .items {font-size: 0;}
.message .items .input-text {padding:0 24px; width:100%; height:64px; font-size:16px; border:1px solid #e3e3e5; border-radius:15px; background-color:#f5f5f5;}
.message .items .input-area {padding:18px 24px; width:100%; height:154px; font-size:16px; line-height: 1.8; border:1px solid #e3e3e5; border-radius:15px; background-color:#f5f5f5;}
.message .area {grid-column: span 2;}
.message .btns {margin-top: 30px;}

.rczp .rbanner {position: relative; margin-top: 5px; width: 100%; height: 200px; line-height: 200px; font-size: 48px; font-weight: bold; text-align: center; background-color:#eff0f0; overflow: hidden;}
.rczp .rbanner img {width: 100%; height: 100%; object-fit: cover;}
.rczp .rbanner .basecont {position: absolute; z-index: 2; top: 50%; left: 50%;color: #fff; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.rczp .rbanner .basecont .font {margin: 0 auto; max-width: 1040px;}
.rczp .rbanner .basecont .en {display: block; color: rgb(255 255 255 / 20%); font-size: 8em; font-weight: bold; text-align: center;}
.rczp .bnav {display: flex; align-items: center; padding-top: 32px; padding-bottom: 32px; color:#666; font-size: 14px;}
.rczp .bnav img {height: 14px;}
.rczp .bnav i {margin-left: 8px; margin-right: 8px;}
.rczp .bnav a {color:#666;}
.rczp .bnav a:hover {color:#333;}

.rczp .list {padding-bottom: 80px;}
.rczp .list .name {padding: 0 10px; width: 23%; box-sizing: border-box;}
.rczp .list .xueli {padding: 0 10px; width: 23%; box-sizing: border-box;}
.rczp .list .nian {padding: 0 10px; width: 23%; box-sizing: border-box;}
.rczp .list .number {padding: 0 10px; width: 20%; box-sizing: border-box;}
.rczp .list .thead {display: flex; align-items: center; padding: 25px 70px; color:#333; font-size: 16px; font-weight: bold; box-sizing: border-box; background-color:#f8f8f8;}
.rczp .list .tbody a {display: flex; align-items: center; padding: 25px 70px; color:#666; font-size: 14px; line-height: 1.5;}
.rczp .list .tbody a:nth-child(even) {background-color:#f8f8f8;}
.rczp .list .tbody a:hover {color:#fff; background-color: var(--glys);}

.rczp .info {padding-top: 100px; padding-bottom: 100px; background-color:#f7f7f7;}
.rczp .info .name {color:#333; font-size: var(--tis-fs);}
.rczp .info .xxs {display: flex; align-items: center; flex-wrap: wrap; margin-top: 10px; font-size: 16px;}
.rczp .info .xxs span {margin: 0 15px; font-size: 12px;}
.rczp .info .xxs strong {color: var(--glys); font-size: 16px;}
.rczp .detail {display: flex; padding-top: 60px; padding-bottom: 60px;}
.rczp .detail .editorc {padding: 50px 30px 50px 0; width: 70%; box-sizing: border-box;}
.rczp .detail .contr {padding: 50px 0 50px 50px; width: 30%; border-left: 1px solid #e5e5e5; box-sizing: border-box;}
.rczp .detail .contr h3 {padding-bottom: 40px; color:#333; font-size: 20px; border-bottom: 1px solid #e5e5e5;}
.rczp .detail .contr a {display: block; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.rczp .detail .contr a:hover {color:#777;}
.rczp .detail .contr a .name {font-size: 16px; font-weight: bold;}
.rczp .detail .contr a .xxs {display: flex; align-items: center; flex-wrap: wrap; row-gap: 5px; margin-top: 15px; color:#999; font-size: 14px;}
.rczp .detail .contr a .xxs i {margin: 0 10px; font-size: 12px; font-style: normal;}
.rczp .detail .contr a .xxs span {margin-left: auto}

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

#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-color:rgba(255,255,255,0);}

#win-fybox-overlay {position: fixed; inset: 0; z-index: 9998; background-color:#000; opacity: 0.8; cursor: pointer;}
#win-fybox {position: fixed; inset: 0; z-index: 9999; margin: auto; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#win-fybox .fybox-loading {width: 100%; height: 100%; min-width: 37px; min-height: 37px; background: url(../images/loading2.gif) no-repeat center center;}
#win-fybox .fybox-wrap {position: relative; cursor: default;}
#win-fybox .fybox-error {padding: 15px; color:#333; font-size: 14px; line-height: 1.8; background-color:#fff;}
#win-fybox .fybox-close {position: absolute; top: -13px; right: -13px; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; visibility: hidden; border-radius: 50%; border: 2px solid #fff; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.5); background-color:#000; overflow: hidden; cursor: pointer;}
#win-fybox .fybox-close:hover {background-color:#ff0000;}
#win-fybox .fybox-close:hover svg {transform: rotate(180deg);}
#win-fybox .fybox-close svg {width: 10px; height: 10px; transition: transform 500ms;}
#win-fybox .fybox-close svg line {stroke:#fff; stroke-width: 2;}

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

.news-page {margin-top:70px;}
.pros-page {margin-top:70px;}
.fypage {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px;}
.fypage a,.fypage span {display: flex; align-items: center; justify-content: center; width:35px; height:35px; font-size:14px; color:#333; border-radius: 2px; background-color:#f2f2f2; text-align:center; box-sizing:border-box; overflow:hidden;}
.fypage a:hover {color:#fff; background-color: var(--blue);}
.fypage span.fypage-current, .fypage a.fypage-current {color:#fff; background-color: var(--blue);}
.fypage .fypage_sl {height:35px; font-size: 14px; font-style:normal;}
.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:var(--blue);background-color:var(--blue);}
.mfypage-gov {display:inline-block;margin:0 2px;padding:0 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
.mfypage-gobtn:hover {color:#fff;border-color:var(--blue);background-color:var(--blue);}