﻿@import url("base.css");
:root {
	--a-color:#222;
	--a-hover-color:#d7000f;
	--tis-color:#1f415f;
	--text-color:#505050;
	--text-gray9:#999;
	--text-gray8:#808080;
	--text-gray6:#666;
	--text-font-size: 14px;
	--text-line-height: 1.7;
	--editorc-font-size: 16px;
	--editorc-line-height: 1.7;
	--padl: 4%; --padr: 4%; --padt : 130px; --padb : 130px;
}
@font-face {font-family: "Roboto"; src: url("../fonts/roboto400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap;}
@font-face {font-family: "Roboto"; src: url("../fonts/roboto700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap;}
@font-face {font-family: "Rubik"; src: url("../fonts/rubik400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap;}
@font-face {font-family: "Rubik"; src: url("../fonts/rubik500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap;}
* {
	transition-delay:0ms;
	transition-timing-function:ease;
	transition-duration:250ms;
	transition-property:color,box-shadow,border,background-color,background-image,opacity,transform,rectangle;
}
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:Roboto, Verdana, "Microsoft YaHei", sans-serif;font-weight:400;color:#9b9b9b;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:Roboto, Verdana, "Microsoft YaHei", sans-serif;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:#d7000f;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}

/*===================================================================================*/

#header {position: fixed; top: 0; left: 0; right: 0; z-index: 99; border-bottom: 1px solid rgba(255,255,255,0.1);}
#header .wrap {position:relative; z-index:1; height:90px; display: flex; align-items: center; justify-content: flex-end;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;align-items:center;height:66px;font-size:0;transform:translateY(-50%);}
#header .logo img {max-height:100%;}
#header .logo img:nth-child(2) {display: none;}
#header .hquote {padding: 0 13px; height: 40px; line-height: 40px; color:#fff; font-weight: bold; border-radius: 2px; background-color:#d7000f;}
#header .hquote:hover {background-color:#1f415f;}

#header .nav {display: flex; margin-right: 20px; height: 100%;}
#header .nav li {position: relative; padding: 0 20px; height: 100%;}
#header .nav li > a {display: flex; align-items: center; position: relative; height: 100%; color:#fff; font-size: 16px; font-weight: 700;}
#header .nav li > a::after {position: absolute; bottom: 0; left: 0; right: 0; display: block; height: 3px; background-color:#fff; content: ''; transform: scale(0,1); transform-origin: right center; transition: transform 250ms;}
#header .nav li > a.nav_over::after {transform: scale(1,1); transform-origin: left center;}
#header .nav li:hover > a:not(.nav_over)::after {transform: scale(1,1); transform-origin: left center;}
#header .nav li:hover dl {opacity: 1; visibility: visible; transform: translateY(0);}
#header .nav li dl {position:absolute; top:100%; left:0; padding: 15px 30px 25px 30px; min-width: 240px; box-sizing: border-box; border-radius: 0 0 3px 3px; box-shadow: 0 3px 63px rgba(40, 40, 40, 0.11); background-color: #fff; opacity: 0; visibility: hidden; transform: translateY(15px); transition: linear 300ms;}
#header .nav li dl dd {border-bottom: 1px solid #eaeaea; overflow: hidden;}
#header .nav li dl dd a {display: block; position: relative; left: -17px; padding: 12px 0; color:#9b9b9b; font-size: 14px; white-space: nowrap; transition: 300ms;}
#header .nav li dl dd a i {display: inline-block; margin-right: 7px; font-size: 14px; opacity: 0; transition: 300ms;}
#header .nav li dl dd a:hover {left: 0; color:#d7000f;}
#header .nav li dl dd a:hover i {opacity: 1;}

#header.fd {box-shadow: 0 5px 83px rgba(40, 40, 40, 0.12); background-color: #fff; animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;}
#header.fd .logo img:nth-child(1) {display:none;}
#header.fd .logo img:nth-child(2) {display:initial;}
#header.fd .nav li > a {color:#1b1a1a;}
#header.fd .nav li > a:hover {color:#d7000f;}
#header.fd .nav li > a.nav_over {color:#d7000f;}

#mheader_menu, #menu, #mnav {display:none;}

.wrap {margin-left:auto;margin-right:auto;width:1200px;box-sizing:border-box;}
#content {padding-bottom: 60px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#finfo {color:#fff; background-color:var(--tis-color);}
#finfo a {color:#fff;}
#finfo a:hover {color:var(--a-hover-color);}
#finfo .btns {display: flex; align-items: center; justify-content: space-between; padding-top: 35px;}
#finfo .btns .logo {height: 62px; font-size: 0; overflow:hidden;}
#finfo .btns .logo img {max-height: 100%;}
#finfo .btns .abtn {display: flex;}
#finfo .btns .abtn a {padding: 0 40px; height: 46px; line-height: 46px; font-size: 14px; font-weight: 700; text-align: center; border: 2px solid #fff;}
#finfo .btns .abtn a:nth-child(2) {margin-left: 15px;}
#finfo .btns .abtn a:hover {color:#000; background-color:#fff;}
#finfo .fnav {display: flex; padding: 40px 0 50px 0;}
#finfo .fnav .cols {width: 21%; box-sizing: border-box;}
#finfo .fnav .cols:nth-child(1) {width: 37%; padding-right: 3%;}
#finfo .fnav .tis {margin-bottom: 25px; font-size: 16px;}
#finfo .fnav ul li:not(:first-child) {margin-top: 13px;}
#footer {padding: 10px 0; color:#fff; font-size: 13px; line-height: 1.8; background-color:#152c41;}
#footer a {color:#fff;}

#ftop {position: fixed; bottom: 45px; right: 30px; z-index: 999; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; color:#fff; opacity: 0; visibility: hidden; border-radius: 2px; background-color:var(--a-hover-color); cursor: pointer; transition: 400ms;}
#ftop i {font-size: 22px;}
#ftop.show {opacity: 1; visibility: visible;}

@-webkit-keyframes headerSlideDown {
    0% { transform: translateY(-200px);}
    100% {transform: translateY(0);}
}
@keyframes headerSlideDown {
    0% {transform: translateY(-200px);}
    100% {transform: translateY(0);}
}
@-webkit-keyframes bannerZoom {
	0% { transform: scale(1);}
	100% {transform: scale(1.1);}
}
@keyframes bannerZoom {
	0% { transform: scale(1);}
	100% {transform: scale(1.1);}
}
@-webkit-keyframes fadeInLeft {
	0% {opacity: 0; transform: translateX(-50px);}
	100% {opacity: 1; transform: translateX(0);}
}
@keyframes fadeInLeft {
	0% {opacity: 0; transform: translateX(-50px);}
	100% {opacity: 1; transform: translateX(0);}
}
@-webkit-keyframes zoomIn {
	0% {opacity: 0; transform: scale(0.9);}
	100% {opacity: 1; transform: scale(1);}
}
@keyframes zoomIn {
	0% {opacity: 0; transform: scale(0.9);}
	100% {opacity: 1; transform: scale(1);}
}

.ft-tis {font-family: Rubik; font-weight: 500;}
.ys-tis {color:var(--tis-color);}
.ntis {color:var(--tis-color); font-family: Rubik; font-weight: 500; font-size: 42px; line-height: 1.4;}
/*===================================================================================*/

#banner {position: relative; height: 800px; overflow: hidden;}
#banner .bgs {position: absolute; inset: 0; z-index: 1; display: block; background-repeat: no-repeat; background-size: cover; background-position: center center; animation: 14s forwards 1 running bannerZoom;}
#banner .wrap {display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; height: 100%; color:#fff;}
#banner .text1 {width: 820px; font-size: 50px; line-height: 1.4; opacity: 0; animation: fadeInLeft 1s 1s ease-out 1 forwards;}
#banner .text2 {margin-top: 20px; width: 560px; font-size: 17px; line-height: 1.6; font-weight: 700; opacity: 0; animation: zoomIn 400ms 1.5s ease-out 1 forwards;}
#banner .abtn {display: flex; margin-top: 35px;}
#banner .abtn a {padding: 0 38px; height: 50px; line-height: 50px; text-align: center; color:var(--tis-color); font-size: 14px; font-weight: bold; border-radius: 2px; background-color:#fff;}
#banner .abtn a:nth-child(1) {color:#fff; background-color:var(--a-hover-color); opacity: 0; animation: fadeInLeft 500ms 2s ease-out 1 forwards;}
#banner .abtn a:nth-child(1):hover {color:var(--tis-color); background-color:#fff;}
#banner .abtn a:nth-child(2) {margin-left: 45px; opacity: 0; animation: zoomIn 500ms 2s ease-out 1 forwards;}
#banner .abtn a:nth-child(2):hover {color:#fff; background-color:var(--a-hover-color);}

#banners {position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center; background-color:#1F415F;}
#banners::after {position: absolute; inset: 0; z-index: 1; display: block; opacity: 0.75; background-color: transparent; background-image: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%); content: '';}
#banners .wrap {position: relative; z-index: 10; display: flex; align-items: center; padding-top: 90px; color:#fff; height: 100%; box-sizing: border-box;}
.banners-fs42 h2 {font-size: 42px;}
.banners-fs60 h2 {font-size: 60px;}
.banners-h425 {height: 425px;}
.banners-h545 {height: 545px;}
.banners-h520 {height: 520px;}

#iyws {position: relative; z-index: 10;}
#iyws .track {display: flex; align-items: center; justify-content: center; margin: -63px auto 0 auto; padding: 30px; width: 960px; box-sizing: border-box; border-radius: 3px; box-shadow: 0px 5px 83px rgba(40, 40, 40, 0.12); background-color: #fefefe;}
#iyws .track h2 {color: var(--tis-color); font-size: 34px; font-weight: normal;}
#iyws .track textarea {flex: 0 0 auto; margin-left: 30px; margin-right: 30px; padding: 10px 12px; width: 45%; height: 105px; font-size: 16px; line-height: 1.7; border-radius: 3px; border: 1px solid #e0e0e0;}
#iyws .track button {width: 180px; height: 50px; color: #fff; font-size: 18px; font-weight: bold; border: none; background-color: #d7000f;}

#iyws .yws {display: grid; grid-template-columns: repeat(3,1fr); margin-top: -63px; border-radius: 3px; background-color: #fefefe;}
#iyws .yws a {display: flex; align-items: center; padding: 25px 30px; box-shadow: 0px 5px 83px rgba(40, 40, 40, 0.12); background-color:#fff; transition: ease 300ms;}
#iyws .yws a .imgs {flex: 0 0 auto; width: 56px; height: 56px; font-size: 0; overflow: hidden;}
#iyws .yws a .imgs svg {width: 100%; height: 100%; fill:var(--a-hover-color); transition: ease 300ms;}
#iyws .yws a .text {flex: 1 1 auto; margin-left: 20px;}
#iyws .yws a .text p {color:#9b9b9b; font-size: 14px;}
#iyws .yws a .text h2 {margin-top: 5px; color:var(--tis-color); font-size: 18px;}
#iyws .yws a:hover {background-color:var(--a-hover-color);}
#iyws .yws a:hover .imgs svg {fill:#fff;}
#iyws .yws a:hover .text p {color:#fff;}
#iyws .yws a:hover .text h2 {color:#fff;}
#iyws .cont {display: flex; align-items: flex-start; padding-top:var(--padt); padding-bottom:var(--padb);}
#iyws .cont .imgs {flex: 0 0 auto; width: 39.67%; font-size: 0; overflow: hidden;}
#iyws .cont .text {flex: 1 1 auto; margin-left: 50px;}
#iyws .cont .text .tis {color:var(--tis-color); font-size: 38px; line-height: 1.4;}
#iyws .cont .text .editorc {margin-top: 15px; font-size: 15px;}

#ibg {height: 510px; background: url(../images/house2.jpg) no-repeat center center/cover; background-attachment: fixed;}

#iabout .lxfs {margin-top: -265px; box-shadow: 0 5px 83px rgba(40, 40, 40, 0.11); background-color: #fff;}
#iabout .lxfs .tabs {display: flex; height: 88px; background-color:#35546f;}
#iabout .lxfs .tabs li {display: flex; align-items: center; justify-content: center; width: 50%; color:#fff; font-size: 18px; box-sizing: border-box; cursor: pointer;}
#iabout .lxfs .tabs li i {margin-right: 20px; font-size: 56px;}
#iabout .lxfs .tabs li.curt {background-color:var(--a-hover-color);}
#iabout .lxfs .boxs {position: relative; display: none;}
#iabout .lxfs .boxs::after {position: absolute; bottom: 0; left: 40px; right: 40px; height: 3px; background-color:var(--a-hover-color); content: '';}
#iabout .lxfs .lxdz {padding: 40px;}
#iabout #quote {padding: 25px 40px 60px 40px;}
#iabout .tis {color:var(--tis-color); font-size: 34px;}
#iabout .cont {display: flex; align-items: flex-start; padding-top:var(--padt); padding-bottom: 100px;}
#iabout .cont .text {flex: 1 1 auto; margin-right: 50px;}
#iabout .cont .editorc {margin-top: 20px;}
#iabout .cont .imgs {flex: 0 0 auto; display: flex; justify-content: space-between; width: 700px; font-size: 0; overflow: hidden;}
#iabout .cont .imgs img {width: 48%;}
#iabout .values {padding-bottom:var(--padb);}
#iabout .values .editorc {margin-top: 20px;}

#ifw {position: relative; background: url(../images/ifw_bg.jpg) no-repeat center center/cover;}
#ifw::before {position: absolute; inset: 0; z-index: 1; display: block; opacity: 0.9; background-color:var(--tis-color); content: '';}
#ifw .wrap {position: relative; z-index: 2; padding-top:var(--padt); padding-bottom:var(--padb);}
#ifw .tis {color:#fff; font-size: 42px;}
#ifw .cont {display: flex; flex-flow: row wrap; justify-content: space-between; margin-top: 30px;}
#ifw .cont li {position: relative; padding: 40px; width: 32.333%; box-sizing: border-box; border-radius: 3px;  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.1); background-color: #fff;}
#ifw .cont li::after {position: absolute; bottom: 0; left: 40px; right: 40px; height: 3px; background-color:var(--a-hover-color); content: '';}
#ifw .cont li h3 {color:var(--tis-color); font-size: 20px; font-weight: bold; line-height: 1.4;}
#ifw .cont li p {margin-top: 20px; font-size: 15px; line-height: 1.6;}
#ifw .cont li span {display: block; margin-top: 18px;}
#ifw .cont li span a {font-size: 14px; font-weight: bold; color:var(--tis-color);}
#ifw .cont li span a i {font-size: 13px; margin-right: 10px; color:var(--a-hover-color);}
#ifw .cont li span a:hover {color:var(--a-hover-color);}

/*===================================================================================*/

.lmenu {position: relative; padding: 35px 40px 40px 40px; background-color: #f4f4f4;}
.lmenu::before {position: absolute; top: 0; left: 40px; right: 40px; display: block; height: 3px; background-color:var(--a-hover-color); content: '';}
.lmenu .tis {font-size: 22px;}
.lmenu ul {margin-top: 25px;}
.lmenu ul li:not(:last-child) {border-bottom: 2px solid #e7ebef;}
.lmenu ul li a {display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; color:#1b1a1a; font-size: 15px; font-weight: 700; background-color:#fff;}
.lmenu ul li a i {flex: 0 0 auto; margin-left: 20px; color:#fff; font-size: 12px; font-weight: normal; opacity: 0;}
.lmenu ul li a.curt {color:#fff; background-color:var(--a-hover-color);}
.lmenu ul li a.curt i {opacity: 1;}
.lmenu ul li a:not(.curt):hover {color:#fff; background-color:var(--a-hover-color);}
.lmenu ul li a:not(.curt):hover i {opacity: 1;}

.lquote {position: relative; margin-top: 40px; background-color: rgba(215,0,15,0.7);}
.lquote div {position: relative; z-index: 2; padding: 30px 40px 40px 40px; color:#fff;}
.lquote h3 {font-size: 20px; line-height: 1.5;}
.lquote p {margin-top: 25px; font-size: 14px; line-height: 1.6;}
.lquote a {display: block; margin-top: 75px; color:#fff; font-size: 14px; font-weight: 700; line-height: 46px; text-align: center; border: 2px solid #fff;}
.lquote a:hover {color:#1b1b1b; background-color:#fff;}

/*===================================================================================*/

#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.3);}
#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%;}

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
.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:16px;line-height:1.7;}
.editorc::after {display:block;width:100%;clear:both;content:'';}
.editorc p {margin-bottom:30px;}
.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:30px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:30px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0;}
.editorc table.border {margin-bottom:30px;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.8;}
.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:30px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:30px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0;}

.editorc_tbe table {margin-bottom:30px;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;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td, .editorc_tbe th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

#prevnext {position:relative;margin:3% auto 0 auto;padding:15px 150px 0 0;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0;display:block;padding:8px 15px 8px 10px;color:#222;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#ff0000;}

/*===================================================================================*/
/* 关于我们 */

#gywm .intro .wrap {display: grid; grid-template-columns: 40% auto; padding-top:var(--padt); padding-bottom:var(--padb);}
#gywm .intro .imgs {grid-row: 1; grid-column: 1/2; font-size: 0;}
#gywm .intro .imgs img {width: 100%;}
#gywm .intro .text {grid-row: 1; grid-column: 2/3; margin-left: 8%;}
#gywm .intro .text .editorc {margin-top: 3%;}

#gywm .mission {position: relative; background: url(../images/mission_bg.jpg) no-repeat center center/cover;}
#gywm .mission::before {position: absolute; inset: 0; z-index: 1; display: block; opacity: 0.9; background-color:var(--tis-color); content: '';}
#gywm .mission .wrap {position: relative; z-index: 2; padding-top:var(--padt); padding-bottom:var(--padb); color:#fff;}
#gywm .mission .ntis {color:#fff;}
#gywm .mission .editorc {margin-top: 3%; font-size: 17px;}

#gywm .service .wrap {padding-bottom:var(--padb);}
#gywm .service .editorc {margin-top: 3%; font-size: 17px;}


#yw .wrap {padding-top:80px; padding-bottom:var(--padb);}
#yw .tis {font-size: 34px;}
#yw .editorc {margin-top: 2%;}
#ywds .wrap {display: flex; align-items: flex-start; padding-top: 80px; padding-bottom:var(--padb);}
#ywds .l {flex: 0 0 auto; width: 29.5%;}
#ywds .r {flex: 1 1 auto; margin-left: 4%;}
#ywds .detail:not(:first-child) {margin-top: 8%;}
#ywds .detail .tis {font-size: 24px;}
#ywds .detail .editorc {margin-top: 2%;}
#ywds .fwbk {display: flex; flex-flow: row wrap; margin-top: 10px;}
#ywds .fwbk li {display: flex; align-items: center; padding: 25px; width: 50%; color:#282828; font-size: 18px; box-sizing: border-box; border-radius: 3px; border: 2px solid #eaeaea;}
#ywds .fwbk li i {flex: 0 0 auto; margin-right: 20px; color:var(--a-hover-color); font-size: 16px;}
#ywds .fwbk li:hover {border-color:#e11d07;}

.ywlist {display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 60px;}
.ywlist a {border-radius: 3px; box-shadow: 0 5px 83px rgba(40, 40, 40, 0.12); background-color:#fff; overflow: hidden;}
.ywlist a .imgs {position: relative; padding-top: 66.58%; font-size: 0;}
.ywlist a .imgs span {position: absolute; inset: 0; display: block; overflow: hidden;}
.ywlist a .imgs img {width: 100%; object-fit: cover; transition: transform ease-out 500ms;}
.ywlist a .text {padding: 20px; font-size: 16px; line-height: 1.6; text-align: center;}
/*
.ywlist a .text {padding: 30px 50px 20px 50px;}
.ywlist a .text h2 {color:var(--tis-color); font-size: 20px;}
.ywlist a .text p {margin-top: 15px; color:#9b9b9b; font-size: 15px; line-height: 1.6;}
.ywlist a .text span {display: inline-block; margin-top: 18px; padding: 0 17px; height: 40px; line-height: 40px; color:#fff; font-size: 14px; font-weight: 700; border-radius: 2px; background-color:var(--tis-color);}
.ywlist a .text span i {position: relative; top: -1px; margin-right: 10px; font-size: 12px; font-weight: normal;}
.ywlist a .text span:hover {background-color:var(--a-hover-color);}
*/
.ywlist a:hover .imgs img {transform: scale(1.06);}


#fws .wrap {padding-top: 80px; padding-bottom: 80px;}
#fws .rows {display: grid; grid-template-columns: 50% 50%;}
#fws .rows:not(:first-child) {margin-top:var(--padt);}
#fws .rows .imgs {font-size: 0; overflow: hidden;}
#fws .rows .imgs img {width: 100%;}
#fws .rows .text {padding-right: 5%; box-sizing: border-box;}
#fws .rows .text .tis {font-size: 34px; line-height: 1.4;}
#fws .rows .text .editorc {margin-top: 2%;}
#fws .rows .text > a {display: inline-block; margin-top: 3%; padding: 0 25px; height: 46px; line-height: 46px; color:#fff; font-size: 14px; font-weight: 700; border-radius: 2px; background-color:var(--a-hover-color);}
#fws .rows .text > a:hover {background-color:var(--tis-color);}
#fws .rows:nth-child(1) .text, #fws .rows:nth-child(4) .text, #fws .rows:nth-child(7) .text {grid-row: 1; grid-column: 2/3; padding-left: 5%; padding-right: 0;}
#fws .rows:nth-child(1) .imgs, #fws .rows:nth-child(4) .imgs, #fws .rows:nth-child(7) .imgs {grid-row: 1; grid-column: 1/2;}

#fw1 .wrap {padding-top: 80px; padding-bottom: 80px;}
#fw1 .conts:not(:first-child) {margin-top:80px;}
#fw1 .conts .tis {font-size: 34px; line-height: 1.4;}
#fw1 .conts ul {margin-top: 40px;}
#fw1 .conts ul li {position: relative; border-radius: 3px; box-sizing: border-box; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden;}
#fw1 .conts ul li::before {position: absolute; inset: 0; z-index: 1; display: block; background-color:rgba(88,190,211,0.85); content: '';}
#fw1 .conts ul li div {position: relative; z-index: 2; padding: 30px 40px 40px 40px; color:#fff;}
#fw1 .conts ul li h3 {font-size: 20px;}
#fw1 .conts ul li p {margin-top: 20px; color:#f9f9f9; font-size: 14px; line-height: 1.6;}
#fw1 .cont1 ul li {min-height: 170px;}
#fw1 .cont2 ul {display: grid; grid-template-columns: repeat(3,1fr);}
#fw1 .cont2 ul li {min-height: 130px;}

#fw2 .wrap {display: flex; padding-top: 80px; padding-bottom: 100px;}
#fw2 li {width: 50%;}
#fw2 li .imgs {position: relative; padding-top: 31.26%; overflow: hidden;}
#fw2 li .imgs span {position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: cover;}
#fw2 li .text {margin-top: 45px;}
#fw2 li .text h3 {font-size: 34px; line-height: 1.4;}
#fw2 li .text p {margin-top: 15px; line-height: 1.6; font-size: 16px;}

/*===================================================================================*/
/* 新闻资讯 */

#news li {display: flex; align-items: center; padding: 20px 5px; border-bottom: 1px solid #e0e0e0;}
#news li:first-child {padding-top: 0;}
#news li h2 {flex: 1 1 auto; min-width: 0; font-size: 16px; font-weight: normal; line-height: 1.5;}
#news li span {flex: 0 0 auto; margin-left: 80px; color:#999; font-size: 14px;}

#news_info h1 {padding:50px 0 25px 0;color:#222;font-size:26px;line-height:1.5;text-align:center;font-weight:normal;}
#news_info p {padding-bottom:15px;color:#999;font-size:14px;text-align:center;border-bottom:1px dashed #ccc;}
#news_info p span {margin-left:30px;}
#news_info p span:first-child {margin-left:0;}
#news_info p span i {position:relative;top:1px;margin-right:5px;}

/*===================================================================================*/
/* 联系我们 */

#contact .wrap {padding-top: 80px; padding-bottom:var(--padb);}
#contact .map {height: 500px; background-color:#ddd;}
#contact .lxdz {padding-top: 60px;}

.lxdz {display: grid; grid-template-columns: repeat(3,1fr);}
.lxdz .cols .location {position: relative; padding-bottom: 13px; border-bottom: 2px solid #eaeaea;}
.lxdz .cols .location::after {position: absolute; bottom: -2px; left: 0; display: block; width: 130px; height: 2px; background-color:var(--a-hover-color); content: '';}
.lxdz .cols .location h3 {color:#222; font-size: 18px;}
.lxdz .cols .info {margin-top: 24px;}
.lxdz .cols .info li {display: flex; align-items: center; color:#9b9b9b; line-height: 1.6;}
.lxdz .cols .info li:not(:first-child) {margin-top: 8px;}
.lxdz .cols .info li i {flex: 0 0 auto; margin-top: 1px; margin-right: 10px; width: 17px; color:var(--a-hover-color); font-size: 14px;}
.lxdz .cols .info li a {color:#9b9b9b;}

#quote .wrap {padding-top: 80px; padding-bottom: 130px;}
#quote .conts:not(:first-child) {margin-top: 55px;}
#quote .conts .tis {position: relative; border-bottom: 2px solid #eaeaea;}
#quote .conts .tis h3 {display: inline-block; margin-bottom: -2px; padding-bottom: 15px; color:#222; font-size: 18px; line-height: 1; border-bottom: 2px solid var(--a-hover-color);}
#quote .items {display: flex; flex-flow: row wrap; justify-content: space-between;}
#quote .items > input {margin-top: 30px; padding-left: 20px; padding-right: 20px; width: 31.5%; height: 50px; border-radius: 2px; border: 2px solid #eee; background-color:#fff; transition: border-color 300ms;}
#quote .items > input:focus {border-color:var(--a-hover-color);}
#quote .item1 > input:nth-child(1) {width: 100%;}
#quote .radio {margin-top: 20px;}
#quote .radio label {display: inline-flex; align-items: center; position: relative; margin: 3px 30px 6px 0; font-size: 14px; cursor: pointer;}
#quote .radio label input {position: absolute; width: 1px; height: 1px; opacity: 0; visibility: hidden;}
#quote .radio label span {flex: 0 0 auto; position: relative; margin-right: 8px; width: 13px; height: 13px; border: 2px solid #eaeaea;}
#quote .radio label span::after {position: absolute; inset: 3px; display: none; background-color:var(--a-hover-color); content: '';}
#quote .radio label.checked span::after {display: block;}
#quote button {margin-top: 40px; width: 100%; height: 50px; color:#fff; font-size: 14px; font-weight: 700; border: none; border-radius: 2px; background-color:var(--tis-color);}
#quote button:hover {background-color:var(--a-hover-color);}
#quote .mig {display: none;}

/*===================================================================================*/
/* 在线留言 */

#message .inputs {display:inline-block;margin-top:20px;width:48%;font-size:0;vertical-align:top;}
#message .inputs p {padding-bottom:6px;color:#666;font-size:14px;}
#message .inputs p span { position:relative;top:3px;margin-left:5px;color:#ff0000;}
#message .inputs input {padding:0 10px;width:100%;height:40px;font-size:14px;border:1px solid #ddd;border-radius:3px;background-color:#fff;}
#message .inputs textarea {padding:8px 10px;width:100%;height:150px;font-size:14px;line-height:1.8;border:1px solid #ddd;border-radius:3px;background-color:#fff;}
#message .inputs input:focus, #message .inputs textarea:focus {box-shadow: 0 0 6px #ccc;}
#message .mig {display: none;}
#message .yzm {position: relative;}
#message .yzm img {position: absolute; bottom: 3px; right: 3px; height: 34px; cursor: pointer;}
#message .btn {margin-top:30px;font-size:0;text-align:center;}
#message .mar {margin-left:4%;}

/*===================================================================================*/

#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:50px;width:100%;}
#pros_page {margin-top:50px;width:100%;}
.fypage {font-size:0;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 4px;width:35px;height:35px;line-height:35px;font-size:14px;color:#333;background-color:#f2f2f2;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#ff0000;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#ff0000;}
.fypage .fypage_sl {display:inline-block;height:35px;line-height:35px;font-size:14px;font-style:normal;vertical-align:top;}
.fypage .fypage_prev i,.fypage .fypage_next i {font-size:16px;}

#news_mpage {display:none;margin-top:6%;}
#pros_mpage {display:none;margin-top:6%;}
.mfypage {width:100%;height:24px;font-size:0;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0 2px;padding:0 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:#ff0000;background-color:#ff0000;}
#mfypage_gov {display:inline-block;margin:0px 2px;padding:0px 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#mfypage_gobtn:hover {color:#fff;border-color:#ff0000;background-color:#ff0000;}