﻿@import url("base.css");
:root {
	--pad-left: 4%;
	--pad-right: 4%;
	--pad-bottom: 5%;
	--a-color:#222;
	--a-hover-color:#3c7ecb;
	--a1-color:#c9663b;
	--a1-hover-color:#c9663b;
	--itis-fs: 52px;
	--ztis-fs: 30px;
	--ztis-fs1: 24px;
	--ztis-fs2: 20px;
	--ztis-fs3: 18px;
	--tis-fs: 40px;
	--tis-color: #3c7ecb;
	--blue: #3c7ecb;;
	--text-color:#484443;
	--text-gray9:#999;
	--text-gray8:#808080;
	--text-gray6:#666;
	--fs14: 14px;
	--fs16: 16px;
	--lh17: 1.7;
	--lh18: 1.8;
	--lh19: 1.9;
	--editorc-fs: 16px;
	--editorc-lh: 1.9;
}
* {
	transition-delay:0ms;
	transition-timing-function:linear;
	transition-duration:180ms;
	transition-property:width,height,margin,padding,color,box-shadow,border,background-color,background-image,opacity,transform,rectangle;
}
body {position:relative;z-index:1;margin:0 auto;padding-top:150px;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#484443;font-size:14px;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:#3c7ecb;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;}
.ofhide {overflow: hidden;}
.imgdh p {overflow: hidden;}
.imgdh p > img {transition: transform 500ms ease-out;}
.imgdh p > img:hover {transform: scale(1.03);}
/*===================================================================================*/

#header {position: fixed; top: 0; left: 0; right: 0; z-index: 999; height: 150px; background-color:var(--blue); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); transition: ease .5s;}
#header.on {height: 90px; background-color:#fff;}
#header.on .top {display: none;}
#header.on .nav {display: none;}
#header.on .nav2 {display: flex;}
#header .top {background-color:#f3fcff;}
#header .top > div {display: flex; align-items: center; justify-content: space-between; height: 70px; color:#454545; background-color:#f3fcff;}
#header .top .r {display: flex; align-items: center;}
#header .top .text h2 {color:#161616; font-size: 24px; line-height: 1;}
#header .top .text h3 {color:#454545; font-size: 12px; line-height: 1; font-weight: normal; margin-top: 5px;}
#header .tel {font-size: 18px;}
#header .tel img {margin-right: 10px;}
#header .tel strong {margin-left: 10px; color:#dc6e39; font-family: Arial; font-weight: normal; font-size: 22px;}
#header .lang {display: flex; margin-left: 35px; width: 82px; height: 24px;}
#header .lang a {width: 50%; color:var(--blue); background-color:#fff;}
#header .lang a:first-child {color:#fff; font-size: 12px; border-radius: 12px 0 0 12px; background-color:var(--blue); background-image:linear-gradient(to bottom,#3c7ecb,#0e478a);}
#header .lang a:last-child {border-radius: 0 12px 12px 0; border: 1px solid var(--blue); border-left: none;}
#header .nav {display: flex; justify-content: space-between; height: 80px;}
#header .nav ul {display: flex; align-items: center; width: 43%; height: 100%;}
#header .nav ul li {flex: 1; height: 100%;}
#header .nav ul li {background: url(../images/nav-line.png) no-repeat right center;}
#header .nav ul li > a {display: flex; align-items: center; justify-content: center; height: 100%; color:#fff; font-size: 20px;}
#header .nav ul li > a:hover {color:#fac82b; transition-timing-function: 500ms;}
#header .nav ul li:hover .nav-menu {display: flex;}
#header .nav .logo {position: relative; z-index: 10; width: 171px;}
#header .nav .logo a {position: absolute; top: -70px; left: 0; display: block; padding-top: 25px; width: 171px; height: 192px; font-size: 0; text-align: center; box-sizing: border-box; background:url(../images/logo-bg.png) no-repeat;}
#header .nav .logo img {max-width: 110px;}
#header .nav .nav-menu {padding: 50px 4% 20px 4%; background-color:#fff;}
#header .nav .nav-menu a {color:#333;}
#header .nav .nav-menu a:hover {color:var(--a-hover-color);}

#header .nav2 {display: none; justify-content: space-between; height: 100%;}
#header .nav2 ul {display: flex; align-items: center; width: 43%; height: 100%;}
#header .nav2 ul li {flex: 1; height: 100%;}
#header .nav2 ul li {background: url(../images/nav-line.png) no-repeat right center;}
#header .nav2 ul li > a {display: flex; align-items: center; justify-content: center; height: 100%; color:#333; font-size: 20px;}
#header .nav2 ul li > a:hover {color:var(--a-hover-color); transition-timing-function: 500ms;}
#header .nav2 ul li:hover .nav-menu {display: flex;}
#header .nav2 .logo {margin-left: 70px; margin-right: 70px; width: 80px; height: 100%; font-size: 0; text-align: center; overflow: hidden;}
#header .nav2 .logo a {max-height: 100%;}
#header .nav2 .logo img {max-width: 100%; max-height: 100%;}
#header .nav2 .nav-menu {padding: 20px 4% 20px 4%; background-color:var(--blue);}
#header .nav2 .nav-menu a {color:#fff;}
#header .nav2 .nav-menu a:hover {color:#fac82b;}

#header .nav-l li:first-child {flex: 0 0 auto; padding-right: 8%;}
#header .nav-l li:last-child {background: none;}
#header .nav-r li:last-child {background: none;}
#header .nav-r li:last-child {flex: 0 0 auto; padding-left: 8%;}

.nav-menu {position: absolute; top: 100%; left: 0; right: 0; display: none; justify-content: center;}
.nav-menu a {margin-left: 20px; margin-right: 20px; font-size: 17px;}

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

#banner {position:relative;}
#banner .swiper-slide {font-size:0; transition: none;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;left:0;bottom:30px;width:100%;height:12px;font-size:0;text-align:center;}
#banner .swiper-pagination span {margin:0;width:12px;height:12px;font-size:0;border-radius:50%;background:#fff;opacity:0.8;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 5px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#d16b3d;}

#banners {height:400px;background-repeat:no-repeat;background-position:center center;}
#banners .flex-column {position: relative; align-items: center; height:100%; color:#fff;}
#banners .flex-column h2 {font-size:40px; font-weight: normal; line-height:1;}
#banners .flex-column p {display: none; margin-top:15px; font-size:30px; font-family:"Times New Roman"; text-transform:uppercase; line-height:1;}

.wrap {margin-left:auto;margin-right:auto;width:1580px;box-sizing:border-box;}
.wraps {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
.wrap12 {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
#content {padding-bottom: 80px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#fzx {font-size: 0; text-align: center;}
#fzx img {max-width: 100%;}
#footer {color:#e1e1e1; background-color:var(--blue);}
#footer a {color:#e1e1e1;}
#footer a:hover {color:#fff;}
#footer .info {display: flex; justify-content: space-between; padding-top: 60px; padding-bottom: 40px;}
#footer .info .lxfs {flex: 0 0 auto; width: 31.6%;}
#footer .info .tel {display: flex; align-items: center; position: relative; padding-left: 55px; height: 43px; color:#fff;}
#footer .info .tel::before {position: absolute; top: 0; left: 0; display: block; width: 43px; height: 43px; background: url(../images/icon-fphone.png) no-repeat; content: '';}
#footer .info .tel pre {font-size: 30px; font-family: Arial;}
#footer .info .lxs {padding-left: 58px;}
#footer .info .lxs li {margin-top: 22px;}
#footer .info .lxs li:first-child {margin-top: 10px;}
#footer .info .lxs li h2 {color:#fff; font-size: 20px;}
#footer .info .lxs li p {margin-top: 5px; line-height: 1.7;}
#footer .info .fnav {flex: 1 1 auto; display: flex; justify-content: space-between; margin-left: 80px; margin-right: 80px;}
#footer .info .fnav dl dt {padding-bottom: 10px; color:#fff; font-size: 16px; font-weight: bold;}
#footer .info .fnav dl dd {margin-top: 15px;}
#footer .info .qrcode {display: flex; column-gap: 30px;}
#footer .info .qrcode li {text-align: center;}
#footer .info .qrcode li p {margin-bottom: 10px; font-size: 16px;}
#footer .info .qrcode li img {width: 104px; border-radius: 6px; border: 8px solid #fff;}
#footer .tels {display: flex; margin-left: 58px; padding-top: 20px; padding-bottom: 20px; border-radius: 4px; border: 1px solid #6692c2;}
#footer .tels li {display: flex; align-items: center; justify-content: space-between; padding: 0 50px; width: 33.333%; box-sizing: border-box; border-right: 1px solid #6692c2;}
#footer .tels li:last-child {border-right: none;}
#footer .tels li h2 {margin-top: 10px; color:#fff; font-size: 20px; font-family: Arial; font-weight: normal;}
#footer .tels li a {color:#fff;}
#footer .copyright {padding-top: 25px; padding-bottom: 25px; color:#adc5df; font-size: 12px; line-height: 1.6; text-align: center;}

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

.itis {padding-top: 60px; padding-bottom: 25px; text-align: center;}
.itis .d {display: block; position: relative; margin: 20px auto 0; width: 10px; height: 10px; border-radius: 50%; background-color:#f9a379;}
.itis .d::before, .itis .d::after {position: absolute; top: 0; display: block; width: 10px; height: 10px; border-radius: 50%; background-color:#6e9fd8; content: '';}
.itis .d::before {right: 20px;}
.itis .d::after {left: 20px;}
.itis h2 {color:var(--tis-color); font-size:var(--itis-fs); line-height: 1;}
.itis h3 {color:var(--tis-color); font-size:var(--tis-fs); line-height: 1;}
.itis p {margin-top: 15px; color:#484443; font-size: 22px; line-height: 1.6;}

.aw-imgs {font-size: 0; text-align: center; overflow: hidden;}
.aw-imgs img {width: 100%; transition: 500ms ease-out;}
.aw-imgs:hover img {transform: scale(1.05);}
.ac-imgs {font-size: 0; text-align: center; overflow: hidden;}
.ac-imgs img {max-width: 100%;}

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

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#bnav {position: absolute; bottom: 20px; right: 0; z-index: 10; display: flex; align-items: center; color:#fff; text-align: right;}
#bnav::before {margin-right: 10px; width: 16px; height: 16px; background: url(../images/icon-home.png) no-repeat; content: '';}
#bnav span {margin-left: 8px; margin-right: 8px;}
#bnav a {color:#fff;}
#bnav a:hover {text-decoration: underline;}
#bmenu {box-shadow: 0 0 8px rgba(0,0,0,0.15);}
#bmenu > div {display: flex; align-items: center; flex-flow: row wrap; justify-content: center; gap: 12px; padding-top: 25px; padding-bottom: 25px;}
#bmenu a {display: flex; align-items: center; justify-content: center; padding: 0 25px; height: 34px; line-height: 1; color:#333; font-size: 16px; border-radius: 17px;}
#bmenu a.curt, #bmenu a:hover {color:#fff; background-color: var(--blue);}

#bnav-m {display:none;padding:8px 4%;color:#999;font-size:12px;border-bottom:1px solid #eee;background-color:#f2f2f2;}
#bnav-m a {color:#999;}
#bnav-m i {margin:0px 6px;font-size:10px;}
#bnav-m strong {color:var(--a1-color);font-weight:normal;}
#bname-m {position:relative;display:none;overflow:hidden;background-color:var(--blue);}
#bname-m h2 {padding:12px 60px 12px 4%;color:#fff;font-size:18px;}
#bname-m span {position:absolute;top:50%;right:4%;margin-top:-4px;display:block;border:8px solid transparent;border-top-color:#fff;transition:none;}
#bname-m span.active {margin-top:-12px;border-top-color:transparent;border-bottom-color:#fff;}
#bmenu-m {display:none;width:100%;transition:none;background-color:var(--blue);}
#bmenu-m a {position:relative;display:block;padding:10px 40px 10px 4.2%;color:#fff;font-size:14px;border-top:1px solid #0b8ad7;}
#bmenu-m a:before {display:inline-block;margin-right:10px;width:4px;height:4px;content:"";vertical-align:middle;border-radius:50%;background-color:#fff;transform:translateY(-1.5px);}
#bmenu-m a i {position:absolute;top:50%;right:4%;margin-top:-7px;color:#fff;font-size:14px;}
#bmenu-m a.curt {}
#bmenu-m a.subs {padding-left:8%;}
#bmenu-m a.subs:before {display:none;}
#bmenu-m a.thds {padding-left:14%;}

.input_mig {width: 0; height: 0; opacity: 0; visibility: hidden; display: none;}
.input_text {padding:0 10px;width:100%;height:42px;line-height:42px\9;box-sizing:border-box;border-radius:3px;border:1px solid #ddd;}
.input_area {padding:8px 10px;width:100%;height:170px;line-height:1.8;box-sizing:border-box;border-radius:3px;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0 0 0 10px;height:42px;box-sizing:border-box;border-radius:3px;border:1px solid #ddd;}
.input_text:focus, .input_area:focus, .input_select:focus {border-color:#aaa;box-shadow:0 0 8px rgba(0,0,0,0.1);}
.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:160px;height:45px;color:#fff;font-size:16px;box-sizing:border-box;border:none;border-radius:3px;background-color:var(--blue);cursor:pointer;}
.button:hover {background-color:var(--a1-color);}

.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:16px;line-height:1.9;}
.editorc::after {display:block;width:100%;clear:both;content:'';}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0;}
.editorc img {transition-property: transform;}
.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:1.9;}
.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;}

#prevnext {position:relative;margin:4% auto 0 auto;padding:15px 150px 0px 0px;color:#999;font-size:14px;border-top:1px solid #e5e5e5;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0px;display:block;padding:8px 15px 8px 10px;color:#333;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:var(--a-hover-color);}

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

#gywm {color:#fff; background-color:var(--blue);}
#gywm .itis h2 {color:#fff;}
#gywm .itis p {color:#fff;}
#gywm .info {display: flex; align-items: flex-start; padding-top: 10px; padding-bottom: 80px;}
#gywm .info .text {flex: 1 1 auto; margin-right: 80px;}
#gywm .info .text .name {font-size: 26px;}
#gywm .info .text .name::after {display: block; margin-top: 20px; margin-bottom: 15px; width: 60px; height: 2px; background-color:#fff; opacity: 0.5; content: '';}
#gywm .info .text .editorc {font-size: 16px; line-height: 1.8; text-align: justify;}
#gywm .info .imgs {flex: 0 0 auto; position: relative; width: 49.8%; font-size: 0; overflow: hidden;}
#gywm .info .imgs img {width: 100%; transition: 800ms ease-out;}
#gywm .info .imgs a {position: absolute; inset: 0; display: block; background: url(../images/play2.png) no-repeat center center; background-size: 100px 100px;}
#gywm .info .imgs a.sj {display: none;}
#gywm .info .imgs:hover img {transform: scale(1.05);}
#gywm .szys {display: flex; flex-flow: row wrap; justify-content: center; row-gap: 50px; padding-bottom: 120px;}
#gywm .szys li {display: flex; align-items: center; justify-content: center; padding: 0 20px; width: 33.33%; text-align: center; box-sizing: border-box;}
#gywm .szys li .icon {width: 66px; height: 60px; font-size: 0; overflow: hidden;}
#gywm .szys li .icon img {max-width: 100%; max-height: 100%; transition: ease 500ms;}
#gywm .szys li .text {margin-left: 30px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.2);}
#gywm .szys li .text h4 {font-size: 50px; font-weight: normal; line-height: 1;}
#gywm .szys li .text p {margin-top: 5px; min-height: 48px; line-height: 24px; font-size: 16px;}
#gywm .szys li:hover .icon img {transform: rotateY(180deg);}

#qywh {display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 0 13px rgba(0,0,0,0.1);}
#qywh li {display: grid; grid-template-columns: 1fr 1fr;}
#qywh li .imgs {position: relative; font-size: 0; overflow: hidden;}
#qywh li .imgs::after {position: absolute; top: 50%; right: 0; z-index: 2; margin-top: -3px; width: 0; height: 0; border-bottom: 9px solid transparent; border-top: 9px solid transparent; border-right: 10px solid #fff; content: "";}
#qywh li .imgs img {width: 100%; transition: 500ms ease-out;}
#qywh li .text {padding: 20px 30px; text-align: center; box-sizing: border-box; overflow: hidden;}
#qywh li .text h3 {color:#333; font-size: 24px; font-weight: 400;}
#qywh li .text h3::after {display: block; margin: 15px auto 10px auto; width: 20px; height: 1px; background-color:#333; content: '';}
#qywh li .text p {color:#666; font-size: 16px; line-height: 1.6;}
#qywh li:nth-child(3) .imgs, #qywh li:nth-child(4) .imgs {grid-row: 1; grid-column: 2/3;}
#qywh li:nth-child(3) .imgs::after, #qywh li:nth-child(4) .imgs::after {left: 0; right: auto; border-bottom: 9px solid transparent; border-top: 9px solid transparent; border-right: none; border-left: 10px solid #fff;}
#qywh li:nth-child(3) .text, #qywh li:nth-child(4) .text {grid-row: 1; grid-column: 1/2;}
#qywh li:hover .imgs img {transform: scale(1.08);}
#qywh li:hover .text h3 {color: var(--a-hover-color);}

#team > div {padding-bottom: 80px;}
#team .pics {display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 60px;}
#team .pics li {font-size: 0; overflow: hidden;}
#team .pics li img {width: 100%; transition: 500ms ease-out;}
#team .pics li:hover img {transform: scale(1.05);}
#team .szys {display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; padding-top: 60px; padding-bottom: 60px; border-top: 1px solid #e3e3e3;}
#team .szys li {text-align: center; border-right: 1px solid #e3e3e3;}
#team .szys li:last-child {border-right: none;}
#team .szys li img {height: 60px;}
#team .szys li h4 {margin-top: 15px; color:#333; font-size: 22px;}
#team .szys li p {margin-top: 10px; color:#666; font-size: 16px;}

#fzlc {position: relative; margin-top: 60px; padding: 0 40px;}
#fzlc .line {position: absolute; top: 50%; left: 0; right: 0; z-index: 1; display: block; margin-top: -30px; height: 2px; background-color:#ccc; content: '';}
#fzlc .line::before {position: absolute; top: 0; left: 0; display: block; width: 16px; height: 16px; border-radius: 50%; background-color:#ccc; content: ''; transform: translateY(-50%);}
#fzlc .line::after {position: absolute; top: 0; right: 0; display: block; width: 16px; height: 16px; border-radius: 50%; background-color:#ccc; content: ''; transform: translateY(-50%);}
#fzlc .swiper-container {position: relative; z-index: 2;}
#fzlc .swiper-slide {display: flex; position: relative; height: 640px; transition: none;}
#fzlc .swiper-slide:nth-child(odd) {align-items: flex-start;}
#fzlc .swiper-slide:nth-child(odd) .lines::before {bottom: 20px;}
#fzlc .swiper-slide:nth-child(odd) .lines::after {bottom: 90px;}
#fzlc .swiper-slide:nth-child(even) {align-items: flex-end;}
#fzlc .swiper-slide:nth-child(even) .item {margin-bottom: 0;}
#fzlc .swiper-slide:nth-child(even) .lines::before {top: 20px;}
#fzlc .swiper-slide:nth-child(even) .lines::after {top: 90px;}
#fzlc .swiper-slide .lines {position: absolute; top: 50%; left: 50%; display: block; margin-top: -30px; width: 16px; height: 16px; border-radius: 50%; border: 2px solid #fff; outline: 2px solid #999; background-color: var(--blue); transform: translate(-50%,-50%);}
#fzlc .swiper-slide .lines::before {position: absolute; left: 50%; z-index: -1; display: block; margin-left: -1px; width: 2px; height: 70px; background-color:#ccc; content: '';}
#fzlc .swiper-slide .lines::after {position: absolute; left: 50%; z-index: -1; display: block; width: 16px; height: 16px; border-radius: 50%; background-color:#ccc; content: ''; transform: translateX(-50%);}
#fzlc .swiper-button {position: absolute; top: 50%; z-index: 10; margin-top: -30px; width: 50px; height: 50px; color: var(--a-hover-color); font-size: 30px; border-radius: 50%; border: 1px solid var(--a-hover-color); background-color:#fff; cursor: pointer; transform: translateY(-50%);}
#fzlc .swiper-button:not(.swiper-button-disabled):hover {color:#fff; background-color: var(--a-hover-color);}
#fzlc .swiper-button-disabled {opacity: 0; cursor: default;}
#fzlc .swiper-prev {left: -100px;}
#fzlc .swiper-next {right: -100px;}
#fzlc .item {position: relative; z-index: 10;}
#fzlc .item h4 {color:var(--tis-color); font-size: 30px; text-align: center; line-height: 1;}
#fzlc .item p {margin-top: 10px; font-size: 14px; line-height: 1.8; min-height: 176px;}
#fzlc-m {display: none;}

#cert .tabs {display: flex; justify-content: center; gap: 20px; padding-top: 15px; padding-bottom: 40px;}
#cert .tabs li {padding: 0 25px; height: 36px; font-size: 16px; line-height: 1; border-radius: 3px; cursor: pointer;}
#cert .tabs li.curt {color:#fff; background-color: var(--a-hover-color);}
#cert .list {position: relative;}
#cert .list .swiper-slide {transition: none;}
#cert .list .swiper-button {position: absolute; top: 50%; width: 50px; height: 50px; color: var(--a-hover-color); font-size: 30px; border-radius: 50%; border: 1px solid var(--a-hover-color); cursor: pointer; transform: translateY(-50%);}
#cert .list .swiper-button:not(.swiper-button-disabled):hover {color:#fff; background-color: var(--a-hover-color);}
#cert .list .swiper-button-disabled {opacity: 0.3; cursor: default;}
#cert .list .swiper-prev {left: -70px;}
#cert .list .swiper-next {right: -70px;}
#cert .list a {display: block; text-align: center;}
#cert .list a .item {padding: 10px; font-size: 0; box-sizing: border-box; border: 1px solid #eee;}
#cert .list a .imgs {position: relative; padding-top: 141.34%;}
#cert .list a .imgs div {position: absolute; inset: 0; z-index: 2; font-size: 0; overflow: hidden;}
#cert .list a .imgs img {max-width: 100%; max-height: 100%; transition: 800ms ease-out;}
#cert .list a p {margin-top: 15px; font-size: 16px;}
#cert .list a:hover .item {border-color: var(--a-hover-color);}
#cert .list a:hover .imgs img {transform: scale(1.03);}

#kehu {display: grid; grid-template-columns: repeat(5,1fr); gap: 21.25px; margin-top: 10px;}
#kehu .item {position: relative; padding-top: 42.14%; overflow: hidden;}
#kehu .item div {position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: transform 500ms ease-out;}
#kehu .item:hover div {transform: scale(1.05);}

#fwlc .list {display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
#fwlc .list .text {flex: 0 0 auto; text-align: center;}
#fwlc .list .text .imgs {display: flex; align-items: center; justify-content: center; margin: 0 auto; padding: 28px; width: 100px; height: 100px; font-size: 0; box-sizing: border-box; border-radius: 50%; background-color:var(--blue); overflow: hidden;}
#fwlc .list .text .imgs img {max-width: 100%; max-height: 100%;}
#fwlc .list .text p {margin-top: 15px; font-size: var(--fs16);}
#fwlc .list .arrow {flex: 1 1 auto; position: relative; margin-top: -30px; margin-left: 20px; margin-right: 20px; height: 6px;}
#fwlc .list .arrow::before {position: absolute; top: 0; bottom: 0; left: 0; right: 8px; display: block; background-color:#ddd; content: '';}
#fwlc .list .arrow::after {position: absolute; top: 50%; right: 0; display: block; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #ddd; content: ''; transform: translateY(-50%);}
#fwlc .list .arrow:last-child {display: none;}
#fwlc .abtn {display: flex; justify-content: center; margin-top: 50px; margin-bottom: 60px;}
#fwlc .abtn a {display: flex; align-items: center; padding: 0 30px; height: 40px; color:#fff; border-radius: 20px; background-color: var(--blue);}
#fwlc .abtn a i {position: relative; top: 1px; font-size: 14px;}
#fwlc .abtn a:hover {background-color: var(--a1-hover-color);}

#fwbz {padding-bottom: 80px; background-color:#f5f5f5;}
#fwbz .list {display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 20px;}
#fwbz .list li {display: flex; position: relative; padding: 30px 30px 30px 50px; background-color:#fff;}
#fwbz .list li .number {position: absolute; top: 0; left: 20px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 3px; width: 30px; height: 30px; color:#fff; background-color:#747288; box-sizing: border-box;}
#fwbz .list li .number::after {position: absolute; top: 98%; left: 0; right: 0; height: 10px; background-color:#747288; content: ''; -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0); clip-path: polygon(50% 100%, 0 0, 100% 0);}
#fwbz .list li .icon {flex: 0 0 auto; display: flex; align-items: center; justify-content: center; padding: 30px; width: 120px; height: 120px; font-size:0; border-radius: 50%; box-sizing: border-box; background-color:#f5f5f5; overflow: hidden;}
#fwbz .list li .icon img {max-width: 100%; max-height: 100%;}
#fwbz .list li .text {flex: 1 1 auto; margin-left: 30px;}
#fwbz .list li .text h4 {color:#222; font-size: 22px; font-weight: normal;}
#fwbz .list li .text p {margin-top: 10px; font-size: var(--fs16); line-height: var(--lh18);}

#video {display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 60px;}
#video a {text-align: center;}
#video a .imgs {position: relative; padding-top: 56.274%; overflow: hidden;}
#video a .imgs::after {position: absolute; inset: 0; z-index: 2; background: url(../images/play2.png) no-repeat center center rgba(0,0,0,0.1); background-size: 60px auto; content: '';}
#video a .imgs div {position: absolute; inset: 0; z-index: 1; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: 800ms ease-out;}
#video a h2 {margin-top: 18px; font-size: 18px; font-weight: normal; line-height: 1.6;}
#video a:hover .imgs::after {background-color: rgba(0,0,0,0);}
#video a:hover .imgs div {transform: scale(1.05);}
#video a.sj {display: none;}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

/*===================================================================================*/
/* 新闻列表 */

#news {display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 60px;}
#news a .imgs {position: relative; padding-top: 65.625%; overflow: hidden;}
#news a .imgs div {position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: 500ms ease-out;}
#news a .text {margin-top: 15px;}
#news a .text h2 {font-size: 16px; line-height: 1.6;}
#news a .text p {margin-top: 15px; color:#999;}
#news a:hover .imgs div {transform: scale(1.06);}

#wzds {background-color:#eee;}
#wzds > div {display:flex;padding-top:60px;padding-bottom:60px;}
#wzds .contl {padding:50px;width:calc(100% - 400px);box-sizing:border-box;background-color:#fff;}
#wzds .contr {padding-left:50px;width:400px;box-sizing:border-box;}
#wzds .contr h3 {color:#222;font-size:20px;}
#wzds .contr ul li {padding-top:15px;padding-bottom:15px;font-size:16px;line-height:1.6;border-bottom:1px solid #e5e5e5;}
#wzds .contr ul li span {display:block;margin-top:3px;color:#999;font-size:14px;}
#wzds .info h1 {color:#222;font-size:26px;line-height:1.5;font-weight:normal;}
#wzds .info p {padding-top:15px;padding-bottom:10px;color:#999;font-size:14px;border-bottom:1px solid #e5e5e5;}
#wzds .info p span {margin-left:30px;}
#wzds .info p span:first-child {margin-left:0;}
#wzds .info p span i {position:relative;top:1px;margin-right:5px;font-size:17px;}

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

#contact > div {padding-bottom:80px;}
#contact .info {display:flex;padding-top:60px;padding-bottom:60px;}
#contact .info .editorc {padding-right:50px;width:50%;line-height:2.2;box-sizing:border-box;border-right:1px solid #e0e0e0;}
#contact .info .message {padding-left:50px;width:50%;box-sizing:border-box;}
#contact .info .message h3 {color:#222;font-size:24px;line-height:1;}
#contact .info .message .name .items {display:inline-block;width:48%;vertical-align:top;}
#contact .info .message .name .items:nth-child(even) {margin-left:4%;}
#contact .info .message .items {position:relative;margin-top:20px;font-size:0;}
#contact .info .message .name .mig {display: none;}
#contact .info .message .btns {margin-top:30px;text-align:center;}
#contact .map {font-size:0;background-position:center center;background-repeat:no-repeat;background-size:0 0;}
#contact .map img {width:100%;}

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

#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;}

/*===================================================================================*/
/* 浮动在线客服 */

#fos {position:fixed;top:50%;right:12px;z-index:98;margin-top:-150px;width:72px;}
#fos li {position:relative;margin-bottom:5px;height:70px;text-align:center;background-repeat:no-repeat;background-color:#48494a;cursor:pointer;transition:none;}
#fos li a {display:block;padding-top:40px;height:inherit;color:#fff;font-size:14px;box-sizing:border-box;}
#fos li p {position:absolute;top:0;right:100%;display:none;padding:0 20px;font-size:20px;line-height:70px;white-space:nowrap;word-break:keep-all;background-color:#c9673b;}
#fos li img {position:absolute;right:100%;top:0;display:none;padding:8px;width:145px;height:145px;box-sizing:border-box;background-color:#c9673b;transform:translateX(-5px);}
#fos li:hover {background-color:#c9673b;}
#fos li:hover p, #fos li:hover img {display: block;}
#fos .qrcode {background-image:url(../images/fos-weixin.png); background-size: auto 24px; background-position: center 12px;}
#fos .tel {background-image:url(../images/fos-tel.png); background-size: auto 24px; background-position:center 12px;}
#fos .email {background-image:url(../images/fos-email.png); background-size: auto 20px; background-position:center 12px;}
#fos .top {background-image:url(../images/fos-top.png); background-size: auto 24px; background-position:center 12px;}

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

#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:#e5e5e5;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:var(--a-hover-color);}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:var(--a-hover-color);}
.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:8%;}
#pros_mpage {display:none;margin-top:8%;}
.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(--a-hover-color);background-color:var(--a-hover-color);}
#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:var(--a-hover-color);background-color:var(--a-hover-color);}