﻿@import url("base.css");
:root {
	--pad-lr: 4%;
	--pad-tb: 4%;
	--pad-tb5: 5%;
	--pad-tb6: 6%;
	--a-color:#222;
	--a-hover-color:#0d4da1;
	--a1-color:#0d4da1;
	--a1-hover-color:#0d4da1;
	--tis-fs: 40px;
	--tis-pad: 6%;
	--tis-color: #000;
	--itis-pad: 80px;
	--itis-fs: 40px;
	--ntis-fs: 40px;
	--atis-fs: 40px;
	--glys: #0d4da1;
	--text-color:#666;
	--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.8;
}
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#666;font-size:16px;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:#0d4da1;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;}
.slow {transition: all ease-in-out 400ms;}

/*===================================================================================*/

#header {position: fixed; top: 0; left: 0; right: 0; z-index: 999; transition: ease-in-out 400ms;}
#header.fd {box-shadow: 0 0 10px #ddd; background-color: rgba(18,27,194,0.5);}
#header.fd .top {display: none;}
#header.fd .nav li > a::after {top: -13px;}
#header .top {display: flex; align-items: center; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
#header .logo {display: flex; align-items: center;}
#header .logo a {font-size: 0;}
#header .logo img {max-height: 58px;}
#header .logo span {margin-left: 20px; color:#fff; font-size: 20px; font-weight: bold;}
#header .ss {display: none;}
#header .search {position: relative; width: 180px; border-radius: 17px; overflow: hidden;}
#header .search input {padding-left: 15px; padding-right: 40px; width: 100%; height: 34px; color:#fff; border-radius: 17px; border: 1px solid #fff; background: none;}
#header .search input:-moz-placeholder {color:#fff;}
#header .search input::-moz-placeholder {color:#fff;}
#header .search input:-ms-input-placeholder {color:#fff;}
#header .search input::-webkit-input-placeholder {color:#fff;}
#header .search i {position: absolute; top: 0; right: 0; width: 40px; height: 100%; color:#fff; font-size: 20px; cursor: pointer; transition: ease-in-out 400ms;}
#header .search i:hover {background-color: var(--a-hover-color);}

#header .nav {display: flex;}
#header .nav li {flex: 1; padding: 18px 0 22px 0;}
#header .nav li > a {position: relative; display: table; margin: auto; color:#000; font-size: 20px; text-align: center;}
#header .nav li > a.nav_over {font-weight: bold;}
#header .nav li > a.nav_over::after {transform: scale(1); transform-origin: left;}
#header .nav li > a::after {position: absolute; top: -19px; left: 0; display: block; width: 100%; height: 2px; background-color:#fff; content: ''; transform: scale(0,1); transform-origin: right; transition: transform 500ms;}
#header .nav li:hover > a {font-weight: bold;}
#header .nav li:hover > a::after {transform: scale(1); transform-origin: left;}
#header .nav li:hover .smenu {opacity: 1; visibility: visible;}
#header .smenu {display: flex; justify-content: center; position: absolute; top: 100%; left: 0; right: 0; padding: 50px 0; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid; box-shadow: 0 0 10px #ddd; background: url(../images/smenu_bg.jpg) no-repeat center center/cover; opacity: 0; visibility: hidden; transition: 200ms; transition-delay: 100ms;}
#header .smenu .list {display: flex; flex-direction: column;}
#header .smenu .list dd {margin-bottom: 15px;}
#header .smenu .list dd a {display: inline-block; color:#333; font-size: 17px; transition: ease-in-out 400ms;}
#header .smenu .list dd a:hover {color: var(--a-hover-color); transform: translateX(-2px);}
#header .smenu .pics {flex: 0 0 auto; margin-left: 100px; width: 490px; font-size: 0;}
#header .smenu .pics img {max-width: 100%;}


#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 {position: relative; font-size: 0; overflow: hidden;}
#banners > img {width: 100%; animation: minus 5s 0s ease both;}

#mheader, #mheader_menu, #mnav, #menu {display:none;}


.wrap {margin-left:auto;margin-right:auto;width:1600px;box-sizing:border-box;}
#content {padding-bottom: 100px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {color:#666; border-top: 1px solid #ddd;}
#footer a {color:#666; transition: ease-in-out 400ms;}
#footer a:hover {color: var(--a-hover-color);}
#footer .fnav {display: flex; justify-content: space-between; padding-top: 50px;}
#footer .fnav dl:not(:last-child) {margin-right: 20px;}
#footer .fnav dl dt {margin-bottom: 20px; color:#333; font-size: 20px; font-weight: normal;}
#footer .fnav dl dd:not(:last-child) {margin-bottom: 15px;}
#footer .info {display: flex; align-items: flex-end; justify-content: space-between; padding-top: 70px; padding-bottom: 20px;}
#footer .info .lxs {width: 50%; font-size: 18px;}
#footer .info .lxs p {line-height: 1.6;}
#footer .info .lxs ul {display: flex; justify-content: flex-start; column-gap: 30px; margin-top: 20px;}
#footer .info .lxs ul li i {margin-right: 10px; font-size: 18px;}
#footer .info .lxs .icon-email-light {font-size: 14px;}
#footer .info .ias {display: flex; align-items: center; column-gap: 20px;}
#footer .info .ias a {position: relative;}
#footer .info .ias a i {font-size: 20px;}
#footer .info .ias a i.icon-whatsapp {font-size: 22px;}
#footer .info .ias a div {position: absolute; bottom: 100%; right: 0; display: none; margin-bottom: 15px; padding: 10px; font-size: 0; width: 150px; text-align: center; box-sizing: border-box; border: 1px solid #ddd; background-color:#fff;} 
#footer .info .ias a div p {margin-bottom: 8px; color:#222; font-size: 14px;}
#footer .info .ias a div img {width: 100%;}
#footer .info .ias a:hover div {display: block;}
#footer .info .qrcode {display: flex; column-gap: 10px;}
#footer .info .qrcode li {width: 100px; font-size: 0; text-align: center;}
#footer .info .qrcode li img {width: 100%;}
#footer .info .qrcode li p {margin-top: 6px; font-size: 16px;}
#footer .copyright {padding-top: 15px; padding-bottom: 25px; font-size: 14px; line-height: 1.8; border-top: 1px solid #aaa;}

@keyframes minus{
	from{-webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0); transform: matrix(1.05, 0, 0, 1.05, 0, 0);}
	to{-webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0);}
}
@keyframes tits{
	from{transform:translateY(-10px);}
	to{transform:translateY(0px);}
}
@keyframes hrs{
	from{ width:0px;}
	to{ width:30px;}
}
@keyframes novs{
	from{transform:translateY(10px);}
	to{transform:translateY(0px);}
}
/*===================================================================================*/

.itis {display: flex; flex-direction: column; align-items: center; margin-top: var(--itis-pad); text-align: center;}
.itis h2 {padding-bottom: 15px; color:#000; font-size: var(--itis-fs); line-height: 1; border-bottom: 2px solid var(--a-hover-color);}

#iszys {background: url(../images/iszys_bg.jpg) no-repeat center center/cover;}
#iszys ul {display: flex; align-items: center; justify-content: space-between; padding: 150px 0;}
#iszys ul li {padding: 0 40px; color:#fff; text-align: center;}
#iszys ul li:first-child {padding-left: 0;}
#iszys ul li:last-child {padding-right: 0;}
#iszys ul li div {display: flex; align-items: flex-end; justify-content: center; line-height: 1;}
#iszys ul li p {margin-top: 10px; font-size: 16px; line-height: 1.5;}
#iszys ul li:not(:first-child) {border-left: 1px solid #fff;}
#iszys .number {font-size: 54px; font-weight: bold;}
#iszys .wzs {margin-bottom: 5px; margin-left: 5px; font-size: 22px;}
#iszys .logo {font-size: 0;}
#iszys .logo img {max-width: 200px;}

#iabout > div {display: flex; align-items: flex-start; margin-top: 50px; padding-bottom: 80px;}
#iabout .imgs {flex: 0 0 auto; position: relative; width: 60%; font-size: 0; overflow: hidden;}
#iabout .imgs img {width: 100%;}
#iabout .imgs:hover img {transform: scale(1.02);}
#iabout .imgs a {position: absolute; inset: 0; background: url(../images/play2.png) no-repeat center center;}
#iabout .imgs a.sj {display: none;}
#iabout .text {flex: 1 1 auto; margin-left: 50px;}
#iabout .text .editorc {font-size: 18px;}
#iabout .text .more {justify-content: center; margin-top: 50px;}

#ipros {padding-bottom: 100px;}
#ipros a {position: relative; display: block; margin-top: 30px; overflow: hidden;}
#ipros a:first-child {margin-top: 50px;}
#ipros a img {width: 100%; height: 100%; object-fit: cover; transition: ease-in-out 400ms;}
#ipros a .name {position: absolute; left: 100px; bottom: 60px; display: flex; flex-direction: column; align-items: flex-start; transition: ease-in-out 400ms;}
#ipros a .name h2 {color:#000; font-size: 28px;}
#ipros a .name span {margin-top: 40px; padding: 5px 20px; color:#fff; font-size: 14px; border: 1px solid var(--a-hover-color); background: var(--a-hover-color); transition: ease-in-out 400ms;}
#ipros a:hover img {transform: scale(1.02);}
#ipros a:hover .name {transform: translateY(-5px);}
#ipros a:hover .name span {color: var(--a-hover-color); background: none;}

#ipartner {margin-top: 50px; padding-bottom: 100px;}
#ipartner ul {display: flex; flex-flow: row wrap; align-content: flex-start;}
#ipartner ul li {width: 20%; box-sizing: border-box;}
#ipartner ul li a {position: relative; display: block; width: 100%; height: 100%; font-size: 0;}
#ipartner ul li a::before {position: absolute; inset: 0; z-index: -1; margin: 15%; width: 70%; height: 70%; box-sizing: border-box; border: 1px solid #ddd; background-color:#fff; content: ''; transform: rotate(45deg);}
#ipartner ul li a::after {position: absolute; left: 15%; top: 15%; right: 0; bottom: 0; z-index: 1; width: 70%; height: 70%; opacity: 0; box-sizing: border-box; background-color:var(--a-hover-color); content: ''; transform: rotate(45deg); transition: ease-in-out 400ms;}
#ipartner ul li a img {margin: auto; margin: 32% 20%; width: 60%; box-sizing: border-box;}
#ipartner ul li a h4 {position: absolute; inset: 0; z-index: 2; margin: auto; padding: 10px 20px; width: fit-content; height: fit-content; text-align: center; color:#fff; font-size: 15px; font-weight: normal; opacity: 0; background-color: rgba(0,0,0,0.6); transform: translateY(-5px); transition: ease-in-out 400ms;}
#ipartner ul li a:hover {z-index: 2;}
#ipartner ul li a:hover::before{border-color:var(--a-hover-color)}
#ipartner ul li a:hover::after {opacity: 0.3;}
#ipartner ul li a:hover h4 {opacity: 1; transform: translateY(0);}
#ipartner ul li:nth-child(6) {margin-left: 10%;}
#ipartner ul li:nth-child(n+6) {margin-top: -10%;}
#ipartner ul li:nth-child(15) {margin-left: 14.2%;}

/*===================================================================================*/

.more {display: flex;}
.more a {padding: 8px 20px; min-width: 80px; color:#666; font-size: 14px; text-align: center; border: 1px solid #999; border-radius: 5px; background-color:#fff; transition: ease-in-out 400ms;}
.more a:hover {color:#fff; border-color: var(--a-hover-color); background-color: var(--a-hover-color);}

.sblist {display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin-top: 50px;}
.sblist a {text-align: center;}
.sblist a .imgs {position: relative; padding-top: 60%; font-size: 0; background-color:#f5f5f5; overflow: hidden;}
.sblist a .imgs div {position: absolute; inset: 0; overflow: hidden;}
.sblist a .imgs img {max-width: 100%; max-height: 100%;}
.sblist a h2 {margin-top: 15px; font-size: var(--fs16); font-weight: normal; line-height: 1.5;}
.sblist a:hover .imgs img {transform: scale(1.08); transition-duration: 700ms;}

.partner {display: grid; grid-template-columns: repeat(5,1fr); gap: 30px 20px; margin-top: 50px;}
.partner .item {text-align: center;}
.partner .item .imgs {position: relative; padding-top: 60%; font-size: 0; border: 1px solid #eee;}
.partner .item .imgs div {position: absolute; inset: 0; overflow: hidden;}
.partner .item .imgs img {max-width: 100%; max-height: 100%; transition-duration: 700ms;}
.partner .item p {margin-top: 12px; font-size: 14px; line-height: 1.4;}
.partner .item:hover .imgs {border-color: var(--a-hover-color);}
.partner .item:hover .imgs img {transform: scale(1.08);}

/*===================================================================================*/
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}
#bmenu {background-color:#f3f3f3;}
#bmenu > div {display: flex; flex-flow: row wrap; justify-content: center; margin: auto;}
#bmenu a {position: relative; margin: 0 50px; padding: 22px 0; color:#202020; font-size: 18px; text-align: center;}
#bmenu a::after {position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: var(--a-hover-color); content: ''; transition: transform 500ms; transform: scale(0, 1); transform-origin: right;}
#bmenu a:hover, #bmenu a.curt {color: var(--a-hover-color); font-weight: bold;}
#bmenu a:hover::after, #bmenu a.curt::after {transform: scale(1); transform-origin: left;}

.ntis {padding-top: 60px; text-align: center;}
.ntis h2 {color:#000; font-size: var(--ntis-fs); font-weight: normal;}
.ntis h2::after {display: block; margin: 10px auto 0 auto; width: 40px; height: 2px; background-color: var(--a-hover-color); content: '';}
.ntis p {margin-top: 12px; color:#aaa; font-size: 14px;}

.btext {position: absolute; inset: 0; z-index: 1;}
.btext > div {align-items: flex-start; height: 100%; color:#fff;}
.btext h2 {font-size: 40px; font-weight: normal; animation: tits 1.2s 0s ease both;}
.btext h2::after {display: block; margin-top: 10px; height: 2px; background-color:#fff; content: '';}
.btext p {margin-top: 20px; width: 60%; font-size: 20px; animation: novs .8s 0s ease both;}
.btext ul {margin-top: 20px;}
.btext ul li {margin-bottom: 10px;}
.btext ul li:last-child {margin-bottom: 0;}
.btext ul li.sj {display: none;}
.btext ul li a {color:#fff; font-size: 18px;}
.btext ul li a i {margin-right: 10px; font-size: 18px; font-weight: bold;}
.btext ul li a:hover {color: var(--a-hover-color);}

.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 {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: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 {position:relative; margin-top:3%; padding:15px 150px 0 0; color:#999; font-size:14px; border-top:1px dashed #ccc; overflow:hidden;}
.pnas p {height:25px;}
.pnas .back {position:absolute; top:18px; right:0; display:block; padding:8px 15px 8px 10px; color:#222; background-color:#eee;}
.pnas .back i {margin-right:5px; font-size:14px;}
.pnas .back:hover {color:#fff; background-color:#ff0000;}
.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}

/*===================================================================================*/
/* 产品 */

#pros .cont {display: flex; padding-top: 50px; padding-bottom: 100px;}
#pros .l {flex: 0 0 auto; width: 270px;}
#pros .r {flex: 1 1 auto; margin-left: 50px;}

#pros .fls dt {display: flex; align-items: center; position: relative; padding-bottom: 15px; color:#333; font-size: 20px;}
#pros .fls dt::before {display: block; margin-right: 10px; width: 3px; height: 18px; background-color: var(--a-hover-color); content: '';}
#pros .fls dt::after {position: absolute; bottom: 0; left: 0; display: block; width: 60%; height: 1px; background-color:#eee; content: '';}
#pros .fls dd {display: flex; position: relative; padding-top: 18px; padding-bottom: 18px; font-size: 18px;}
#pros .fls dd::after {position: absolute; bottom: 0; left: 0; display: block; width: 60%; height: 1px; background-color:#eee; content: '';}
#pros .fls dd a {transition: ease-in-out 400ms;}
#pros .fls dd a:hover {transform: translateX(-5px);}
#pros .fls dd.curt a {color: var(--a-hover-color);}

#pros .list {display: grid; grid-template-columns: repeat(3,1fr); gap: 30px 20px;}
#pros .list a .imgs {position: relative; padding-top: 100%; font-size: 0; box-shadow: 5px 5px 10px #ddd; background-color:#fff; overflow: hidden;}
#pros .list a .imgs div {position: absolute; inset: 10px; overflow: hidden;}
#pros .list a .imgs img {max-width: 100%; max-height: 100%;}
#pros .list a h2 {margin-top: 15px; font-size: var(--fs16); font-weight: normal; text-align: center; line-height: 1.5;}
#pros .list a:hover {transform: translateY(-5px);}
#pros .list a:hover .imgs img {transform: scale(1.1); transition-duration: 700ms;}

/*===================================================================================*/
/* 工程项目 */

#projects {position: relative; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; margin-top: 50px; height: 550px;}
#projects .imgs {position: absolute; top: 0; right: 28.125%; bottom: 0; left: 0; z-index: -1; font-size: 0; overflow: hidden;}
#projects .imgs img {width: 100%; height: 100%; object-fit: cover;}
#projects .text {display: flex; flex-direction: column; align-items: flex-start; padding: 50px; width: 600px; box-shadow: 0 0 10px #ddd; box-sizing: border-box; background-color:#fff;}
#projects .text .name {padding-bottom: 10px; color:#333; font-size: 28px; font-weight: normal; border-bottom: 2px solid var(--a-hover-color);}
#projects .text .desc {margin-top: 20px; line-height: var(--lh18);}

#xms {display: flex; margin-top: 50px;}
#xms .imgs {flex: 0 0 auto; width: 50%; font-size: 0; overflow: hidden;}
#xms .imgs img {width: 100%;}
#xms .text {flex: 1 1 auto; margin-left: 50px;}

/*===================================================================================*/
/* 加入我们 */

#join .fls {display: flex; flex-flow: wrap; justify-content: center; column-gap: 20px; position: relative; z-index: 2; margin-top: -30px;}
#join .fls a {padding: 12px 40px; font-size: 20px; text-align: center; border-radius: 6px; border: 1px solid #e9e9e9; background-color:#e8e7e7;}
#join .fls a:hover, #join .fls a.curt {color:#fff; box-shadow: 0 0 10px #ddd; border-color: var(--a-hover-color); background-color: var(--a-hover-color);}

#join .tis {display: flex; align-items: center; margin-top: 70px;}
#join .tis::before {display: block; margin-top: 2px; margin-right: 10px; width: 3px; height: 18px; background-color: var(--a-hover-color); content: '';}
#join .tis h3 {color: var(--a-hover-color); font-size: 24px;}

#join .search {display: flex; margin-top: 30px; width: 350px; height: 42px;}
#join .search input {flex: 1 1 auto; padding: 0 15px; border-radius: 5px 0 0 5px; border: 1px solid #ddd; border-radius: none; background-color:#fff;}
#join .search span {flex: 0 0 auto; width: 85px; color:#fff; font-size: 14px; border-radius: 0 5px 5px 0; background-color: var(--a-hover-color); cursor: pointer;}
#join .search span:hover {background-color:#3a3a3a;}

#join .sx {display: grid; grid-template-columns: repeat(4,1fr); column-gap: 20px; margin-top: 50px;}
#join .sx .name {display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; color:#666; border-radius: 5px; border: 1px solid #ddd;}
#join .sx .name span {margin-right: 20px;}
#join .sx .name i {flex: 0 0 auto;}
#join .sx .list {display: flex; flex-wrap: wrap; align-content: flex-start; row-gap: 10px; margin-top: 10px; padding: 20px 30px; min-height: 135px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ddd;}
#join .sx .list a {display: flex; align-items: center; position: relative; margin:5px 10px; color:#666; font-size: 14px;}
#join .sx .list a::before {display: block; margin-top: 1px; margin-right: 10px; width: 12px; height: 12px; border-radius: 50%; box-shadow: 0 0 0 1px #ddd; box-sizing: border-box; border: 2px solid #fff; background-color:#999; content: '';}
#join .sx .list a:hover {color: var(--a-hover-color);}
#join .sx .list a.curt {color: var(--a-hover-color);}
#join .sx .list a.curt::before {box-shadow: 0 0 0 1px var(--a-hover-color); background-color: var(--a-hover-color);}
#join .sx .item:first-child .list {row-gap: 0;}

#join .zws {display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px;}
#join .zws a {display: flex; align-items: center; padding: 50px 100px; box-shadow: 5px 5px 15px #eee;}
#join .zws a h2 {font-size: 26px; font-weight: normal;}
#join .zws a p {margin-top: 10px; color: var(--a-hover-color); font-size: 20px;}
#join .zws a:hover {box-shadow: 2px 2px 15px #ddd; transform: translateY(-5px);}
#join .zws a:hover div {transform: translateY(-5px);}

#join .process {margin-top: 30px; background-color: var(--a-hover-color);}
#join .process .cont1 {display: flex;}
#join .process .cont1 li {padding: 50px 20px; width: 25%; color:#fff; font-size: 30px; text-align: center; box-sizing: border-box; background: url(../images/bgk02.png) no-repeat right center;}
#join .process .cont2 > div {display: flex; align-items: center; justify-content: space-between; padding-top: 50px; padding-bottom: 50px;}
#join .process .cont2 .item .number {width: 70px; height: 70px; color: var(--a-hover-color); font-size: 36px; line-height: 1; font-weight: bold; border-radius: 50%; background-color:#fff;}
#join .process .cont2 .item .icon {margin-top: -30px; padding: 24px; width: 130px; height: 130px; font-size: 0; text-align: center; border-radius: 50%; box-sizing: border-box; border: 1px solid #fff; background-color: rgba(255,255,255,0.2); overflow: hidden;}
#join .process .cont2 .item .icon img {max-width: 100%; max-height: 100%;}
#join .process .cont2 .line {width: 12.5%; height: 3px; background-color:#fff;}
#join .process .cont2 .line:last-child {display: none;}

#join .faq > div {padding-bottom: 150px;}
#join .faq .cont {margin-top: 30px;}
#join .faq .cont .item {padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid #ddd;}
#join .faq .cont .item .name {display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
#join .faq .cont .item .name h2 {color:#000; font-size: 24px; font-weight: normal; line-height: 1.5;}
#join .faq .cont .item .name i {flex: 0 0 auto; margin-left: 80px; width: 26px; height: 26px; color:#999; font-size: 12px; border-radius: 50%; border: 1px solid #999; overflow: hidden;}
#join .faq .cont .item .text {display: none; padding-top: 15px; padding-bottom: 30px; color:#666; line-height: var(--lh18);}
#join .faq .cont .active .name i {color: var(--a-hover-color); border-color: var(--a-hover-color); transform: rotate(90deg);}

#joinds .name {padding-top: 70px; padding-bottom: 40px; color:#000; font-size: 28px; font-weight: normal; line-height: 1.5; text-align: center; border-bottom: 1px solid #ddd;}

/*===================================================================================*/

#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:80px;width:100%;}
#pros_page {margin-top:80px;width:100%;}
.fypage {font-size:0;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 5px;width:34px;height:36px;line-height:36px;font-size:14px;color:#666;border:1px solid #ddd;background-color:#fff;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;border-color:#333;background-color:#333;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;border-color:#333;background-color:#333;}
.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:16px;}

#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:#333;background-color:#333;}
#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:#333;background-color:#333;}