﻿@import url("base.css");
:root {
	--pad-lr: 4%;
	--pad-tb: 4%;
	--pad-tb5: 5%;
	--pad-tb6: 6%;
	--a-color:#222;
	--a-hover-color:#e3782c;
	--a1-color:#e3782c;
	--a1-hover-color:#e3782c;
	--tis-fs: 50px;
	--tis-color: #333;
	--itis-color: #000;
	--itis-pad: 80px;
	--itis-fs: 50px;
	--ntis-fs: 48px;
	--atis-fs: 48px;
	--ptis-fs: 30px;
	--glys: #e3782c;
	--text-color:#454545;
	--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: 2;
}
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#333;font-size:16px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#000;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:#e3782c;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; transition: 300ms;}
#header .wrap {display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header .logo {display:flex; align-items:center; font-size:0; transition: 300ms;}
#header .logo img {max-height:100%; transition: 300ms;}
#header .ss {position: absolute; top: 0; right: 0; width: 166px; height: 100%;}
#header .ss i {font-size: 20px; font-weight: bold; cursor: pointer;}

#header .search {position:absolute;top:100%;right:20px;z-index:1;padding:15px 12px;width:380px;box-sizing:border-box;box-shadow:0 5px 10px 2px rgba(0,0,0,0.05);background-color:#f0f0f0;transition:all ease-out 300ms;}
#header .search input {padding:0 60px 0 20px;width:100%;height:48px;line-height:48px;font-size:14px;border-radius:28px;box-sizing:border-box;border:1px solid #eee;background-color:#fff;}
#header .search i {position:absolute;top:50%;right:22px;z-index:2;margin-top:-14px;display:block;width:27px;height:27px;line-height:27px;text-align:center;font-size:20px;font-weight:bold;cursor:pointer;}
.shide {opacity:0; visibility: hidden; transform:translateY(-100%);}
.sshow {opacity:1; visibility: visible; transform:translateY(20px);}

#header .nav {display: flex; margin-right: 15px; height: 100%;}
#header .nav li {position: relative; height: 100%;}
#header .nav li > a {position: relative; z-index: 2; padding-left: 45px; padding-right: 45px; display: block; height: 100%; font-size: 18px;}
#header .nav li > a span {display: flex; align-items: center; justify-content: center; position: relative; height: 100%;}
#header .nav li > a span::after {position: absolute; bottom: -1px; left: 0; right: 0; display: block; width: 0; height: 2px; opacity: 0; visibility: hidden; background-color:var(--a-hover-color); content: ''; transform: scaleX(0); transition: 500ms;}
#header .nav li > a.nav_over {color:var(--a-hover-color);}
#header .nav li > a.nav_over span::after, #header .nav li:hover > a span::after {width: 100%; opacity: 1; visibility: visible; transform: scaleX(1);}
#header .nav li:hover > a {color:var(--a-hover-color);}
#header .nav li:hover p {display: block;}
#header .nav li p {position:absolute; top:100%; left:50%; z-index: 1; display: none; margin-top: 1px; padding: 0 20px 18px 20px; min-width: 100%; max-width: 220px; background-color:#f4f4f4; transform: translateX(-50%);}
#header .nav li p::before {/*position: absolute; top: -8px; left: 50%; width: 16px; height: 8px; background-color: var(--a-hover-color); content: ''; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); transform: translateX(-50%);*/}
#header .nav li p a {display:block; padding:20px 5px; text-align: center; border-bottom: 1px dashed #ddd;}

.ihead {height: 110px; border-bottom: 1px solid #1e2e3f;}
.ihead .ss {border-left: 1px solid #1e2e3f;}
.ihead .ss i {color:#fff;}
.ihead .logo {height: 60px;}
.ihead .logo img:nth-child(2) {display: none;}
.ihead .nav li > a {color:#fff;}
.ihead.fd {height: 90px; border-bottom-color:#dee1e3; background-color:#fff;}
.ihead.fd .ss {border-left-color:#dee1e3;}
.ihead.fd .ss i {color:#5e5e5e;}
.ihead.fd .logo {height: 52px;}
.ihead.fd .logo img:nth-child(1) {display: none;}
.ihead.fd .logo img:nth-child(2) {display: initial;}
.ihead.fd .nav li > a {color:#261818;}

.nhead {height: 90px; border-bottom: 1px solid #dee1e3; background-color:#fff;}
.nhead .ss {border-left: 1px solid #dee1e3;}
.nhead .ss i {color:#5e5e5e;}
.nhead .logo {height: 52px;}
.nhead .logo img:nth-child(1) {display: none;}
.nhead .logo img:nth-child(2) {display: initial;}
.nhead .nav li > a {color:#261818;}

.hhide {animation: 300ms ease 0s normal forwards 1 running headerSlideUp;}
.hdown {animation: 800ms ease 0s normal forwards 1 running headerSlideDown;}

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

@-webkit-keyframes headerSlideUp {
	0% {transform: translateY(0);}
	100% {transform: translateY(-100%);}
}
@keyframes headerSlideUp {
	0% {transform: translateY(0);}
	100% {transform: translateY(-100%);}
}
@-webkit-keyframes headerSlideDown {
	0% {transform: translateY(-100%);}
	100% {transform: translateY(0);}
}
@keyframes headerSlideDown {
	0% {transform: translateY(-100%);}
	100% {transform: translateY(0);}
}

#banner {position:relative; z-index: 1; font-size: 0;}
#banner img {width: 100%;}
#banner .swiper-slide {font-size:0; transition: none;}
#banner .swiper-slide img {width:100%;}
#banner .btns {position: absolute; bottom: 32px; left: 50%; z-index: 10; transform: translateX(-50%);}
#banner .swiper-pagination {display: flex; align-items: flex-start; bottom: 0; font-family: Arial; color:#fff; font-size: 30px; line-height: 1; background: none;}
#banner .swiper-pagination-current {margin-top: -6px; margin-right: 10px; font-size: 80px;}
#banner .swiper-pagination-total {margin-left: 10px;}
#banner .swiper-button {position: absolute; bottom: 0; z-index: 10; width: 78px; height: 78px; color: var(--a-hover-color); font-size: 20px; background-color:#fff; cursor: pointer;}
#banner .swiper-button:hover {color:#fff; background-color: var(--a-hover-color);}
#banner .swiper-prev {right: 78px;}
#banner .swiper-next {right: 0;}

#bmar {height: 91px;}
#banners {position: relative; height: 37vw; background-repeat:no-repeat; background-position:center center; background-size: cover;}
#banners::after {position: absolute; inset: 0; z-index: 1; display: block; background-color: rgba(0,0,0,0.1); content: '';}
.banner-ms {display: none;}

.wrap {margin-left:auto;margin-right:auto;width:1568px;box-sizing:border-box;}
#content {padding-bottom: 80px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {color:#6c6c82; font-size: 14px; border-top: 5px solid #e3782c; background-color:#202334;}
#footer a {color:#6c6c82;}
#footer a:hover {color:#fff;}
#footer > div {display: flex;}
#footer .l {flex: 1 1 auto; display: flex; flex-direction: column; justify-content: space-between;}
#footer .fnav {display: flex; padding: 65px 0;}
#footer .fnav dl {width: 25%;}
#footer .fnav dl dt {padding-bottom: 20px; color:#fff; font-size: 16px; font-weight: bold;}
#footer .fnav dl dd {margin-top: 20px;}
#footer .copyright {padding-top: 25px; padding-bottom: 25px; line-height: 1.8; border-top: 1px solid #31313b;}
#footer .info-m {display: none;}
#footer .info {flex: 0 0 auto; padding: 65px 0 45px 50px; width: 410px; box-sizing: border-box; border-left: 1px solid #31313b;}
#footer .info .logo {font-size: 0;}
#footer .info .logo img {max-width: 100%; max-height: 58px;}
#footer .info .tel {margin-top: 30px; padding-left: 42px; height: 30px; line-height: 30px; font-size: 30px; font-weight: normal; font-family: Arial; background: url(../images/icon-tel.png) no-repeat;}
#footer .info .tel a {color:#fff;}
#footer .info .lxs {margin-top: 20px;}
#footer .info .lxs li {display: flex; align-items: flex-start;}
#footer .info .lxs li:not(:first-child) {margin-top: 15px;}
#footer .info .lxs li i {flex: 0 0 auto; margin-top: 3px; width: 30px; height: 20px; background-repeat: no-repeat; background-position: center center;}
#footer .info .lxs li p {flex: 1 1 auto; margin-left: 12px; line-height: 1.8;}
#footer .info .lxs .address i {background-image: url(../images/icon-address.png);}
#footer .info .lxs .email i {background-image: url(../images/icon-email.png);}
#footer .info .qrcode {margin-top: 20px; margin-left: 42px; padding: 13px; width: 145px; height: 145px; font-size: 0; text-align: center; box-sizing: border-box; background: url(../images/qrcode_bg.png) no-repeat;}
#footer .info .qrcode img {width: 100%; height: 100%;}

.xts {display: block; width: 18px;}
.xts::before {display: block; height: 5px; background-color:#e3782c; content: '';}
.xts::after {display: block; margin-top: 3px; height: 5px; background-color:#222; content: '';}
/*===================================================================================*/

.bimg {position: absolute; inset: 0; z-index: 2; display: flex; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.itis {padding-top: var(--itis-pad); text-align: center;}
.itis h2 {color: var(--itis-color); font-size: var(--itis-fs); line-height: 1;}
.itis p {margin-top: 25px; color:#dfdfdf; font-size: 58px; font-family: "Arial Black"; font-weight: bold; line-height: 1; text-transform: uppercase;}
.itis .ens {margin-top: 10px; color:#dfdfdf; font-size: 58px; font-family: "Arial Black"; font-weight: bold; text-transform: uppercase; line-height: 1;}
.itis .ens span {display: block;}
.itis .xts {margin: 30px auto 0 auto;}
.imore {width: 160px; height: 50px; color:#fff; font-size: 18px; font-weight: bold; background-color: var(--a-hover-color); transition: background-color linear 200ms;}
.imore span {color:#fff;}
.imore:hover {background-color:#202334;}
/*
.imore {width: 78px; height: 78px; text-align: center; background-color:#231815;}
.imore i {position: relative; width: 15px; height: 15px;}
.imore i::before {position: absolute; top: 6px; left: 0; right: 0; height: 3px; background-color:#fff; content: '';}
.imore i::after {position: absolute; top: 6px; left: 0; right: 0; height: 3px; background-color:#fff; content: ''; transform: rotate(90deg);}
.imore:hover {background-color: var(--a-hover-color);}
*/

#ipros {margin-top: 50px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#ipros > div {padding-top: 95px; padding-bottom: 95px;}
#ipros .list {display: grid; grid-template-columns: repeat(5,1fr); gap: 15px;}
#ipros .list .item {min-width: 0; background-color:#fff;}
#ipros .list .item .name {position: relative; padding: 10px 15px; height: 72px; text-align: center; border-bottom: 1px solid #e7e6e5;}
#ipros .list .item .name div {flex: 0 0 auto; height: 35px; font-size: 0; overflow: hidden;}
#ipros .list .item .name div img {max-width: 100%; max-height: 100%;}
#ipros .list .item .name div img:nth-child(2) {display: none;}
#ipros .list .item .name h2 {margin-left: 10px; color: var(--tis-color); font-size: 18px;}
#ipros .list .item ul {padding: 25px;}
#ipros .list .item ul li {position: relative; padding-right: 35px; min-height: 20px;}
#ipros .list .item ul li:not(:first-child) {margin-top: 22px;}
#ipros .list .item ul li a i {position: absolute; top: 1px; right: 0; width: 18px; height: 18px; color:#8d8d8d; font-size: 14px; border-radius: 50%; border: 1px solid #dcdcdc;}
#ipros .list .item ul li a:hover i {color: var(--a-hover-color); border-color: var(--a-hover-color);}
#ipros .list .curt .name {background-color: var(--a-hover-color); border-bottom-color: var(--a-hover-color);}
#ipros .list .curt .name::after {position: absolute; bottom: -1px; left: 50%; display: block; width: 20px; height: 10px; background-color:#fff; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); content: ''; transform: translateX(-50%);}
#ipros .list .curt .name div img:nth-child(1) {display: none;}
#ipros .list .curt .name div img:nth-child(2) {display: initial;}
#ipros .list .curt .name h2 {color:#fff;}

#ipros .cont {margin-top: 80px;}
#ipros .intro {display: none; padding-left: 105px; width: 660px;}
#ipros .intro .text {color:#333;}
#ipros .intro .text h2 {position: relative; color: var(--tis-fs); font-size: 24px; line-height: 1;}
#ipros .intro .text h2::before {position: absolute; top: 50%; left: -105px; width: 90px; height: 1px; background-color:#333; content: '';}
#ipros .intro .text p {margin-top: 20px; line-height: var(--lh19);}
#ipros .intro .ys {margin-top: 65px; display: flex; justify-content: space-between;}
#ipros .intro .ys li {text-align: center;}
#ipros .intro .ys li div {padding: 20px; width: 80px; height: 80px; font-size: 0; box-sizing: border-box; border: 1px solid #c1c2c2; border-radius: 50%; overflow: hidden;}
#ipros .intro .ys li div img {max-width: 100%; max-height: 100%;}
#ipros .intro .ys li p {margin-top: 10px; line-height: 1.6;}
#ipros .intro .imore {margin-top: 65px;}


#icases {margin-top: 50px; position: relative; background: url(../images/icases_bg1.png) no-repeat right top;}
#icases::before {position: absolute; top: 0; left: 0; z-index: -1; display: block; width: 44.8%; height: 1px; background-color:#ececec; content: '';}
#icases > div {padding-top: 40px; padding-bottom: 90px;}

#icases .cont .item {display: flex; position: relative;}
#icases .cont .item .text {flex: 1 1 auto; padding-left: 105px; padding-right: 100px;color:#333;}
#icases .cont .item .text h2 {position: relative; color: var(--tis-fs); font-size: 24px; line-height: 1.5;}
#icases .cont .item .text h2::before {position: absolute; top: 50%; left: -105px; width: 90px; height: 1px; background-color:#333; content: '';}
#icases .cont .item .text p {margin-top: 20px; line-height: var(--lh19); -webkit-line-clamp: 5;}
#icases .cont .item .text .imore {margin-top: 90px;}
#icases .cont .item .info {flex: 0 0 auto; position: relative; width: 50.08%;}
#icases .cont .item .info .imgs {position: relative; padding-top: 59.872%; overflow: hidden;}
#icases .cont .item .info .imgs span {transition: transform ease-out 600ms;}
#icases .cont .item .info .name {position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; padding: 10px 30px; height: 80px; color:#fff; box-sizing: border-box; background-color: rgba(35,24,21,0.8);}
#icases .cont .item .info .name h2 {font-size: 18px; line-height: 1;}
#icases .cont .item .info .name p {margin-top: 12px; line-height: 1;}
#icases .cont .item .info:hover .imgs span {transform: scale(1.05);}
#icases .cont .item .info-m {display: none;}

#icases .thumbs {position: relative; margin-left: 105px; padding-left: 100px; padding-right: 100px;}
#icases .thumbs .swiper-container {padding: 17px; background-color:#f4f4f4;}
#icases .thumbs .swiper-slide-thumb-active .imgs::after {position: absolute; inset: 0; z-index: 10; box-sizing: border-box; border: 2px solid var(--a-hover-color); content: '';}
#icases .thumbs .swiper-button {position: absolute; top: 50%; width: 78px; height: 78px; color:#fff; font-size: 22px; text-align: center; background-color:#231815; transform: translateY(-50%); cursor: pointer;}
#icases .thumbs .swiper-button-disabled {opacity: 0.2; cursor: default;}
#icases .thumbs .swiper-button:not(.swiper-button-disabled):hover {background-color: var(--a-hover-color);}
#icases .thumbs .swiper-prev {left: 0;}
#icases .thumbs .swiper-next {right: 0;}
#icases .thumbs .imgs {position: relative; padding-top: 59.872%; cursor: pointer; overflow: hidden;}
#icases .thumbs .imgs span {transition: transform ease-out 400ms;}
#icases .thumbs .imgs:hover span {transform: scale(1.06);}

#inews {background-color:#f4f4f4;}
#inews > div {padding-bottom: 100px;}
#inews .cont {display: flex; margin-top: 40px;}
#inews .tws {flex: 0 0 auto; padding: 45px 50px; width: 510px; box-sizing: border-box; background-color:#fff;}
#inews .tws .btns {position: relative; margin-top: 20px; height: 40px;}
#inews .tws .swiper-pagination {position:absolute; left:0; top: 50%; bottom: auto; width:auto; height:10px; font-size:0; text-align:center; transform: translateY(-50%);}
#inews .tws .swiper-pagination span {margin:0;width:10px;height:10px;font-size:0;border-radius:50%;background:#d1d1d1;opacity:1;overflow:hidden;}
#inews .tws .swiper-pagination span.swiper-pagination-bullet {margin:0 9px 0 0;}
#inews .tws .swiper-pagination span.swiper-pagination-bullet-active {background:var(--a-hover-color);}
#inews .tws .swiper-button {position: absolute; top: 0; width: 40px; height: 40px; color:#fff; font-size: 20px; background-color:#231815; cursor: pointer;}
#inews .tws .swiper-button:hover {background-color: var(--a-hover-color);}
#inews .tws .swiper-prev {right: 40px;}
#inews .tws .swiper-next {right: 0;}

#inews .tws a .imgs {position: relative; padding-top: 58.2%; overflow: hidden;}
#inews .tws a .imgs span {transition: transform ease-out 500ms;}
#inews .tws a .imgs:hover span {transform: scale(1.06);}
#inews .tws a .text h2 {margin-top: 30px; color:#231815; font-size: 22px;}
#inews .tws a .text h2:hover {color: var(--a-hover-color);}
#inews .tws a .text .desc {margin-top: 15px; color:#333; line-height: var(--lh19); -webkit-line-clamp: 3;}
#inews .tws a .text .date {margin-top: 10px; color:#888; font-size: 14px;}
#inews .tws a .text .date i {margin-right: 8px; font-size: 15px;}
#inews .tws a .text .imore {margin-top: 30px;}

#inews .r {flex: 1 1 auto; margin-left: 50px; min-width: 0;}
#inews .fls {display: flex; background-color:#fff;}
#inews .fls a {display: flex; align-items: center; justify-content: center; padding: 0 15px; min-width: 190px; height: 75px; font-size: 18px; font-weight: bold; box-sizing: border-box;}
#inews .fls a:hover {color:#fff; background-color: var(--a-hover-color);}
#inews .list a {display: flex; padding-top: 19px; padding-bottom: 19px; border-bottom: 1px dashed #dadada;}
#inews .list a:last-child {padding-bottom: 0; border-bottom: none;}
#inews .list a .text {flex: 1 1 auto; margin-right: 50px; min-width: 0;}
#inews .list a .text h2 {margin-top: 5px; color:#231815; font-size: 22px;}
#inews .list a .text .desc {margin-top: 10px; color:#333; line-height: var(--lh19); -webkit-line-clamp: 3;}
#inews .list a .text .date {margin-top: 10px; color:#888; font-size: 14px;}
#inews .list a .text .date i {margin-right: 8px; font-size: 15px;}
#inews .list a .imgs {flex: 0 0 auto; width: 300px;}
#inews .list a .imgs div {position: relative; padding-top: 58%; overflow: hidden;}
#inews .list a .imgs div span {transition: transform ease-out 500ms;}
#inews .list a:hover .text h2 {color: var(--a-hover-color);}
#inews .list a:hover .imgs div span {transform: scale(1.06);}

#isthz > div {display: flex; padding-top: 90px; padding-bottom: 90px;}
#isthz .info {flex: 0 0 auto; padding-right: 40px; width: 510px; box-sizing: border-box;}
#isthz .info .itis {padding-top: 0; text-align: right;}
#isthz .info .text {display: flex; flex-direction: column; align-items: flex-end; margin-top: 12px; padding-top: 20px; text-align: right; border-top: 1px dashed #dadada;}
#isthz .info .text div {font-size: 0;}
#isthz .info .text div img {max-width: 100%; max-height: 72px;}
#isthz .info .text p {margin-top: 15px;}
#isthz .info .text .xts {margin-top: 23px;}
#isthz .imgs {flex: 1 1 auto; font-size: 0; overflow: hidden;}
#isthz .imgs img {max-width: 100%;}


#icert {height: 850px; background: url(../images/icert_bg.jpg) no-repeat center center/cover;}
#icert .itis {padding-top: 100px;}
#icert .list {position: relative; margin-top: 120px; padding-left: 100px; padding-right: 100px;}
#icert .list .swiper-slide {transition: none;}
#icert .list .swiper-button {position: absolute; top: 50%; z-index: 10; margin-top: -30px; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; color:#ccc; font-size: 40px; border-radius: 50%; background-color:rgba(0,0,0,0.5); cursor: pointer;}
#icert .list .swiper-button:hover {color:#fff; background-color: var(--a-hover-color);}
#icert .list .swiper-button-disabled {opacity: 0.3; cursor: default; display: none;}
#icert .list .swiper-prev {left: 0;}
#icert .list .swiper-next {right: 0;}
#icert .list a {display: block; position: relative; padding-top: 139.8%; font-size: 0; overflow: hidden;}
#icert .list a div {position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center;}
#icert .list a div img {max-width: 100%; max-height: 100%;}
/*===================================================================================*/

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

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
.btext {position: relative; z-index: 2; align-items: center; height:100%; color:#fff;}
.btext:not(.no-bmenu) {padding-bottom: 76px;}
.btext h2 {font-size: 60px; font-weight: normal; line-height: 1;}
.btext p {margin-top: 1.5vw; font-size: 22px; text-transform:uppercase; line-height:1;}
.ptext {position: relative; z-index: 2; height:100%; color:#fff;}
.ptext:not(.no-bmenu) {padding-bottom: 76px;}
.ptext h2 {font-size: 50px; line-height: 1;}
.ptext p {margin-left: 3px; width: 580px; font-size: 18px; line-height:1.8;}
.ptext .xts {margin: 38px 0 30px 3px;}
.ptext .xts::after {background-color:#fff;}

#bnav {padding-top: 60px; padding-bottom: 60px; color:#666; font-size: 14px;}
#bnav span {margin-left: 8px; margin-right: 8px;}
#bnav strong {font-weight: normal;}
#bnav a {color:#666;}
#bnav a:hover {color:#000;}

#bmenu {position: absolute; bottom: 0; left: 0; right: 0; z-index: 90;}
#bmenu.fd {position: fixed; top: 0; bottom: auto; box-shadow: 0 2px 8px rgba(0,0,0,0.15); background-color: rgba(255, 255, 255, 0.95);}
#bmenu.fd > div {background-color: initial;}
#bmenu > div {display: flex; justify-content: space-between; height: 76px; background-color: rgba(255, 255, 255, 0.9); transition: all 500ms;}
#bmenu .name {flex: 0 0 auto; display: flex; align-items: center;}
#bmenu .name a {flex: 0 0 auto; width: 76px; height: 100%; background: url(../images/icon-home.png) no-repeat center center var(--a-hover-color);}
#bmenu .name h2 {margin-left: 25px; color:#261818; font-size: 18px;}
#bmenu .bfls {display: flex;}
#bmenu .bfls a {display: flex; align-items: center; justify-content: center; position: relative; padding: 0 30px; color:#111; font-size: 20px; font-weight: bold; text-align: center;}
#bmenu .bfls a:hover {color: var(--a-hover-color);}
#bmenu .bfls a.curt {color: var(--a-hover-color); background-color:#fff;}
#bmenu .bfls a.curt::before {position: absolute; top: 0; left: 0; right: 0; display: block; height: 3px; background-color: var(--a-hover-color); content: '';}
#bmenu .abtn {display: flex; column-gap: 50px; padding-right: 30px;}
#bmenu .abtn a {display: flex; align-items: center; justify-content: center; position: relative; color:#000; text-align: center; transition: all 500ms;}
#bmenu .abtn a::after {position: absolute; left: 50%; bottom: -1px; width: 0; height: 3px; background-color: var(--a-hover-color); content: ""; transform: translateX(-50%); transition: all 500ms;}
#bmenu .abtn a.curt, #bmenu > div a:hover {color: var(--a-hover-color);}
#bmenu .abtn a.curt::after, #bmenu > div a:hover::after {width: 100%;}

#bnav-m {display:none;padding:8px 4%;color:#999;font-size:12px;background-color:#f2f2f2;}
#bnav-m a {color:#999;}
#bnav-m i {margin:0px 6px;font-size:10px;}
#bnav-m strong {color:var(--a-hover-color);font-weight:normal;}
#bname-m {position:relative;display:none;overflow:hidden;background-color:var(--a-hover-color);}
#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(--a-hover-color);}
#bmenu-m a {position:relative;display:block;padding:10px 40px 10px 4.2%;color:#fff;font-size:14px;border-top:1px solid rgba(255,255,255,0.15);}
#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; cursor:pointer; background-color: var(--a-hover-color); transition: background-color linear 200ms;}
.button:hover {background-color:#202334;}

.editorc_nrs {padding-top:80px;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:3% auto 0 auto;padding:15px 150px 0 0;color:#999;font-size:14px;border-top:1px solid #e5e5e5;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: var(--a-hover-color);}
#video_play {width:1200px;height:672px;font-size:0;background-color:#000;overflow:hidden;}

/*===================================================================================*/
/* 产品列表 */


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

#ntws {display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin-top: 80px;}
#ntws a {min-width: 0;}
#ntws a .imgs {position: relative; padding-top: 58%; overflow: hidden;}
#ntws a .imgs span {transition: transform ease-out 500ms;}
#ntws a .text .date {margin-top: 20px; color:#999; font-size: 14px;}
#ntws a .text .date i {margin-right: 8px; font-size: 15px;}
#ntws a .text h2 {margin-top: 5px; font-size: 18px; font-weight: normal;}
#ntws a:hover .imgs span {transform: scale(1.05);}

#news {margin-top: 80px; border-top: 1px solid #e5e5e5;}
#news a {display: flex; padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #e5e5e5;}
#news a .imgs {flex: 0 0 auto; width: 300px; overflow: hidden;}
#news a .imgs div {position: relative; padding-top: 58%; overflow: hidden;}
#news a .imgs div span {transition: transform ease-out 500ms;}
#news a .text {flex: 1 1 auto; position: relative; margin-left: 40px; min-width: 0;}
#news a .text h2 {margin-top: -5px; font-size: 24px; font-weight: normal; line-height: 1.5;}
#news a .text .date {margin-top: 5px; color:#999; font-size: 14px;}
#news a .text .date i {margin-right: 8px; font-size: 15px;}
#news a .text .desc {margin-top: 15px; color:#666; font-size: var(--fs16); line-height: var(--lh19);}
#news a .text .abtn {position: absolute; bottom: 0; left: 0; color:#999;}
#news a .text .abtn i {position: relative; top: 1px; margin-left: 5px; font-size: 18px;}
#news a .text .abtn:hover {color: var(--a-hover-color);}
#news a:hover .imgs div span {transform: scale(1.06);}

#wzds {background-color:#f5f5f5;}
#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: 18px;}
#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.6; 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;}

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

.ntis {padding-top: var(--itis-pad); text-align: center;}
.ntis h2 {color:var(--tis-color); font-size: var(--atis-fs); font-weight: normal; line-height: 1;}
.ntis p {margin-top: 1vw; color:#666; font-size: 20px; line-height: 1; text-transform: uppercase;}

.gsjj > div {padding-bottom: 100px;}
.gsjj .name {padding-top: 100px; color:var(--tis-color); font-size: 38px; text-align: center; line-height: 1;}
.gsjj .cont {display: flex; margin-top: 60px;}
.gsjj .cont .imgs {flex: 0 0 auto; position: relative; padding-top: 36.76%; width: 48.368%; font-size: 0; box-sizing: border-box;}
.gsjj .cont .imgs div {position: absolute; inset: 0; z-index: 1; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gsjj .cont .imgs a {position: absolute; inset: 0; z-index: 2; opacity: 0.8; background: url(../images/play4.png) no-repeat center center;}
.gsjj .cont .imgs a.sj {display: none;}
.gsjj .cont .text {flex: 1 1 auto; margin-left: 50px;}
.gsjj .cont .name-m {display: none;}
.gsjj .cont .editorc {font-size: 18px;}
.gsjj .szys {display: flex; justify-content: space-between; margin-top: 60px;}
.gsjj .szys li {text-align: center;}
.gsjj .szys li div {display: flex; align-items: flex-start; line-height: 1;}
.gsjj .szys li p {margin-top: 20px; font-size: 18px;}
.gsjj .szys li .number {margin-right: 5px; font-family: Impact; font-size: 48px;}
.gsjj .szys li .year {margin-top: 5px; font-size: 18px;}
.gsjj .szys li .jia {font-size: 30px;}

.fzlc {position: relative; background: url(../images/fzlc_bg.png) no-repeat center center/cover; background-attachment: fixed;}
.fzlc .ntis {padding-top: 100px;}
.fzlc .cont {margin-top: 80px;}
.fzlc .cont .year {font-size: 20px; transition: all 500ms;}
.fzlc .cont .text {margin-top: 0.78vw; padding-right: 0.4vw; width: calc(100% - 4vw); height: 75px; line-height: 25px; color:#999; transition: all 500ms; overflow: hidden;}
.fzlc .cont .swiper-slide-active .year {color:var(--a-hover-color);}
.fzlc .cont .swiper-slide-active .text {color:#333;}
.fzlc .line {position: relative; margin-top: 2vw; height: 17vw;}
.fzlc .line1 {position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; cursor: pointer; -webkit-clip-path: url(#menu-clip-path); clip-path: url(#menu-clip-path); overflow: hidden;}
.fzlc .line1 .swiper-slide {height: 12.5vw; background: url(../images/fzlc_line1.png); background-size: 100% 100%; opacity: 0.3; transition: all 1s;}
.fzlc .line1 .swiper-slide-active {opacity: 1;}
.fzlc .line2 {position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; cursor: url(../images/cursor_cn.png), pointer !important; overflow: hidden;}
.fzlc .line2 .swiper-slide {height: 15.6vw; background: url(../images/fzlc_line2.png) no-repeat left; background-size: auto 100%; opacity: 0.3; transition: all 1s;}
.fzlc .line2 .swiper-slide-active {opacity: 1;}

.qywh > div {padding-bottom: 80px;}
.qywh .editorc {margin-top: 50px;}

.kehu > div {padding-bottom: 100px;}
.kehu .cont {display: grid; grid-template-columns: repeat(5,1fr); margin-top: 50px;}
.kehu .cont .item {position: relative; margin-top: -1px; margin-left: -1px; padding-top: 42.42%; font-size: 0; border: 1px solid #eee;}
.kehu .cont .item div {position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; overflow: hidden;}
.kehu .cont .item img {max-width: 100%; max-height: 100%; transition: transform ease-out 500ms;}
.kehu .cont .item:hover img {transform: scale(1.05);}

#jobs {margin: 0 auto; width: 1410px;}
#jobs .rows {margin-top:40px; color:#000;}
#jobs .rows:first-child {margin-top: 80px;}
#jobs .rows .info {display:flex;}
#jobs .rows .name {flex:1 1 auto;padding:20px 50px;background-color:#f2f2f2;cursor:pointer;}
#jobs .rows .name h3 {color:var(--a-hover-color);font-size:28px;font-weight:normal;line-height:1;}
#jobs .rows .name p {margin-top:10px;font-size:20px;font-weight:bold;}
#jobs .rows .sqbtn {flex:0 0 auto;align-items:flex-end;padding:20px 30px 20px 10px;width:250px;color:#fff;text-align:right;box-sizing:border-box;background-color:var(--a-hover-color);}
#jobs .rows .sqbtn div a {color:#fff;}
#jobs .rows .sqbtn div p {font-size:24px;line-height:1;}
#jobs .rows .sqbtn div span {display:block;margin-top:5px;font-size:16px;}
#jobs .rows .sqbtn i {margin-top:10px;width:20px;height:20px;line-height:22px;color:#fff;font-size:12px;text-align:center;border-radius:50%;background-color:#ffc229;cursor:pointer;overflow:hidden;}
#jobs .rows .text {display:none;padding:40px 50px;border-radius:0 0 15px 15px;box-shadow:0 5px 10px rgba(0,0,0,0.2)}
#jobs .rows .intro {display:flex;justify-content:space-between;}
#jobs .rows .intro .cont {width:45%;}
#jobs .rows .intro .tis {font-size:18px;line-height:1;}
#jobs .rows .intro .editorc {margin-top:12px;}
#jobs .rows .place {display:flex;justify-content:space-between;margin-top:50px;font-size:18px;font-weight:bold;}
#jobs .rows .place div {width:45%;}
#jobs .active .sqbtn i {transform:rotate(180deg);}

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

#contact > div {padding-top: 80px; padding-bottom: 80px;}
#contact .info {display: flex;}
#contact .info .tis {color: var(--tis-color); font-size: 24px;}
#contact .info .text {padding-right:50px; width:50%; box-sizing:border-box; border-right:1px solid #e0e0e0;}
#contact .info .editorc {margin-top: 23px; line-height:2;}
#contact .info .message {padding-left:50px; width:50%; font-size: 0; box-sizing:border-box;}
#contact .info .message form {margin-top: 25px; display: flex; flex-flow: row wrap; justify-content: space-between;}
#contact .info .message .items {position:relative; width: 48%; font-size:0;}
#contact .info .message .items:nth-child(n+3) {margin-top: 25px;}
#contact .info .message .items:nth-child(n+5) {width:100%;}
#contact .info .message .btns {margin-top:30px; width: 100%; text-align:center;}
#contact .map {margin-top: 60px; 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;}

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

#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 5px;width:35px;height:35px;line-height:35px;font-size:14px;color:#333;background-color:#f5f5f5;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:6%;}
#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);}