﻿@import url("base.css");
:root {
	--a-color:#222;
	--a-hover-color:#024287;
	--a1-color:#024287;
	--a1-hover-color:#024287;
	--tis-color:#024287;
	--text-color:#505050;
	--text-gray9:#999;
	--text-gray8:#808080;
	--text-gray6:#666;
	--text-font-size: 14px;
	--text-line-height: 1.8;
	--editorc-font-size: 16px;
	--editorc-line-height: 1.9;
}
body {position:relative;z-index:1;margin:0 auto;padding-top:90px;max-width:1903px;font-family:"Microsoft YaHei", "微软雅黑", Verdana, Arial;color:#505050;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"Microsoft YaHei", "微软雅黑", Verdana, Arial;font-size:14px;color:#222;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#222;text-decoration:none;}
a:hover {color:#024287;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; background-color:rgba(255,255,255,0.9);}
#header.fd {box-shadow: 0 3px 6px rgba(0,0,0,0.15);}
#header .wrap {display:flex;align-items:center;justify-content:space-between;position:relative;padding-left:330px;height:90px;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:68px;font-size:0;transform:translateY(-50%);}
#header .logo img {max-height:100%;}
#header .ss {display: none; color:#8e8e93; font-weight: bold; cursor: pointer;}
#header .ss i {font-size: 18px;}
#header .ss:hover {color:#eb3325;}
#header .r {display:flex;align-items:center;height:inherit;}
#header .r > div {display:flex;align-items:center;position:relative;height:inherit;}
#header .r .line {margin: 0 18px; width: 1px; height: 20px; background-color: #7b8287;}
#header .r .lang p {position:relative;z-index:2;}
#header .r .lang p i {margin-left:8px;font-size:12px;font-weight:bold;}
#header .r .lang div {position:absolute;top:100%;left:-15px;display:none;padding-bottom:8px;width:120px;line-height:normal;border-radius:0 0 3px 3px;background-color:rgba(255,255,255,0.9);}
#header .r .lang div a {display:block;padding:5px 5px 5px 15px;font-size:14px;}
#header .r .lang div a:hover {color:#004f9d;}
#header .r .lang:hover div {display:block;}
#header .r .login a {display:block;padding-left:20px;color:#666;background:url(../images/header_login.png) no-repeat 0 2px;}
#header .r .tel {padding-left:40px;font-family:arial;font-size:22px;font-weight:bold;color:#004f9d;background:url(../images/header_tel.png) no-repeat 0 center;}

#header .nav {margin-right:30px;height:inherit;}
#header .nav li {position:relative;display:inline-block;padding-left:20px;padding-right:20px;height:inherit;vertical-align:top;}
#header .nav li:first-child {padding-left:0;}
#header .nav li > a {display:block;height:100%;line-height:90px;font-size:18px;font-weight:bold;text-align:center;}
#header .nav li > a i {margin-left:8px;font-size:12px;}
#header .nav li > a.nav_over {color:#004f9d;}
#header .nav li:hover > a {color:#004f9d;}
#header .nav li:hover p {display:block;}
#header .nav li p {position:absolute;top:100%;left:0;display:none;padding-bottom:12px;min-width:100%;border-radius:0 0 5px 5px;box-shadow: 0 6px 6px rgba(0,0,0,0.2);background-color:rgba(255,255,255,0.9);}
#header .nav li p a {display:block;padding:5px 20px 5px 20px;color:#222;font-size:14px;word-break:keep-all;white-space:nowrap;}
#header .nav li p a:hover {color:#004f9d;font-weight:bold;}

#search {position:absolute;right:0;z-index:1;padding:5px 20px 15px 20px;width:360px;height:40px;box-shadow:0 0 10px rgba(0,0,0,0.2);background-color:#fff;transition:all ease-out 300ms;}
#search input {width:100%;height:40px;color:#333;border:none;border-bottom:1px solid #ddd;background:none;}
#search i {position:absolute;top:4px;right:15px;display:block;width:40px;height:40px;line-height:40px;color:#333;font-size:20px;text-align:center;cursor:pointer;}
#search.hide {top:0;opacity:0;visibility:hidden;}
#search.show {top:100%;opacity:1;visibility:visible;}

#mheader_menu, #mnav, #menu {display:none;}

#banner {position:relative;}
#banner .swiper-slide {width:100%;font-size:0;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;left:0;bottom:140px;width:100%;height:14px;font-size:0;text-align:center;}
#banner .swiper-pagination span {margin:0;width:14px;height:14px;font-size:0;border-radius:50%;box-sizing:border-box;border:3px solid #fff;background:none;opacity:1;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 8px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#fff;}
#banners {height: 460px; background-repeat: no-repeat;}
#banners .wrap {height:inherit; color:#fff; line-height:1; box-sizing:border-box;}
#banners h2 {font-size:46px; text-shadow: 1px 1px 1px #333;}
#banners p {margin-top:20px; font-size:24px; text-shadow: 1px 1px 1px #333;}

.wrap {margin-left:auto;margin-right:auto;width:1640px;box-sizing:border-box;}
#content {padding-bottom: 80px;}
#left {float:left; margin-top: 50px; width: 260px;}
#right {float:right;margin-top: 50px; width: calc(100% - 310px); overflow:hidden;}
#footer {color:#fff; background: url(../images/footer_bg.jpg) no-repeat center top #024388;}
#footer a {color:#fff;}
#footer a:hover {text-decoration: underline;}
#footer .navs {display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; padding-top: 50px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1);}
#footer .navs .logo {float: left; display: flex; align-items: center;}
#footer .navs .logo img {flex: 0 0 auto;}
#footer .navs .logo h2 {display: flex; align-items: center; margin-top: 8px; margin-left: 16px; padding-left: 16px; height: 40px; color:rgba(255,255,255,0.7); font-size: 16px; font-weight: normal; border-left: 1px solid #fff;}
#footer .navs .abtn {float: right; display: flex;}
#footer .navs .abtn a {flex: 0 0 auto;}
#footer .navs .abtn a:not(:first-child) {margin-left: 74px;}
#footer .info {display: flex; align-items: flex-start; justify-content: space-between; padding-top: 40px; padding-bottom: 60px;}
#footer .info .fnav {display: flex;}
#footer .info .fnav ul {flex: 0 0 auto; width: 130px;}
#footer .info .fnav ul:not(:last-child) {margin-right: 40px;}
#footer .info .fnav ul li {font-size: 13px; line-height: 1.4;}
#footer .info .fnav ul li:not(:first-child) {margin-top: 12px;}
#footer .info .lxwm {flex: 1 1 auto; display: flex; align-items: flex-start; justify-content: space-between; margin-left: 5%;}
#footer .info .lxfs {display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: 1fr auto; grid-auto-flow: column; gap: 22px 30px;}
#footer .info .lxfs li {display: flex; align-items: center;}
#footer .info .lxfs .icon {flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background-color: rgba(255,255,255,0.1); background-position: center center; background-repeat: no-repeat;}
#footer .info .lxfs .tel i {background-image: url(../images/icon-tel.png);}
#footer .info .lxfs .fax i {background-image: url(../images/icon-fax.png);}
#footer .info .lxfs .email i {background-image: url(../images/icon-email.png);}
#footer .info .lxfs .qq i {background-image: url(../images/icon-qq.png);}
#footer .info .lxfs .text {flex: 1 1 auto; margin-left: 12px;}
#footer .info .lxfs .text h2 {margin-top: 5px; color:rgba(255,255,255,0.6); font-size: 14px; font-weight: normal; word-break: keep-all; white-space: nowrap;}
#footer .info .qrcode {flex: 0 0 auto; width: 105px; text-align: center;}
#footer .info .qrcode img {width: 100%;}
#footer .info .qrcode p {margin-top: 5px; font-size: 12px;}
#footer .copyright {padding-top: 25px; padding-bottom: 25px; font-size: 14px; line-height: 1.8; border-top: 1px solid rgba(255,255,255,0.1);}

/*===================================================================================*/

#itrack {position: relative; z-index: 90;}
#itrack > div {position: absolute; bottom: 100%; left: 0; right: 0; background-color: rgba(2,66,135,0.5);}
#itrack .wrap {display: flex; align-items: center; justify-content: center; padding-top: 28px; padding-bottom: 28px; font-size: 0;}
#itrack h2 {color:#fff; font-size: 24px; line-height: 1;}
#itrack input {margin-left: 27px; margin-right: 25px; padding-left: 24px; padding-right: 24px; width: 540px; height: 55px; font-size: 16px; border: none; border-radius: 5px; background-color: #fff;}
#itrack button {display: flex; align-items: center; justify-content: center; width: 200px; height: 55px; color:var(--a-hover-color); font-size: 18px; border: none; border-radius: 5px; background-color: #fff;}
#itrack button i {margin-right: 10px; font-size: 18px; font-weight: bold;}
#itrack button span {margin-top: -2px;}

.itis {position: relative; padding-top: 100px; text-align: center;}
.itis h2 {color:var(--tis-color); font-size: 46px; line-height: 1; text-transform: uppercase;}
.itis .fls {position: absolute; bottom: 0; right: 0; display: flex;}
.itis .fls a {padding: 0 26px; height: 38px; line-height: 38px; color:#888; text-align: center; border-radius: 20px; border: 1px solid #bababa;}
.itis .fls a:not(:first-child) {margin-left: 20px;}
.itis .fls a:hover {color:var(--tis-color); border-color:var(--tis-color);}
.itis .fls a.curt {color:var(--tis-color); border-color:var(--tis-color);}
.itis-line {margin-top: 45px; border-top: 1px solid #d8dde2; border-bottom: 1px solid #fff;}
/*
.ifls {display: flex; flex-flow: row wrap; justify-content: center; padding-top: 15px;}
.ifls a {margin-top: 20px; padding: 0 26px; height: 38px; line-height: 38px; color:#888; text-align: center; border-radius: 20px; border: 1px solid #bababa; background-color: #fff;}
.ifls a:not(:first-child) {margin-left: 20px;}
.ifls a:hover {color:var(--a-hover-color); border-color:var(--a-hover-color);}
.ifls a.curt {color:#fff; border-color:var(--a-hover-color); background-color:var(--a-hover-color);}
*/
.ntis {padding-top: 60px; text-align: center;}
.ntis h2 {color:var(--a-hover-color); font-size: 40px; line-height: 1;}

#ipros {background-image: url(../images/ipros_bg.jpg);}
#ipros .wrap {padding-bottom: 80px;}
#ipros .cont {display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 40px;}
#ipros .cont a {position: relative; font-size: 0; border-radius: 5px 5px 0 0; overflow: hidden;}
#ipros .cont a img {width: 100%; transition: transform ease-out 600ms;}
#ipros .cont a .text {display: flex; flex-direction: column; justify-content: center; position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 30px; height: 110px; color:#fff; box-sizing: border-box; background-color: rgba(2,66,135,0.5);}
#ipros .cont a .text h2 {font-size: 22px; font-weight: normal;}
#ipros .cont a .text p {margin-top: 10px; font-size: 14px;}
#ipros .cont a:hover img {transform: scale(1.1);}

#iabout {background: url(../images/bg1.png) no-repeat 0 160px;}
#iabout .wrap {padding-bottom: 80px;}
#iabout .cont {display: flex; margin-top: 60px;}
#iabout .cont .imgs {flex: 0 0 auto; margin-left: -10px; width: 57.317%; font-size: 0; border: 10px solid #fff; overflow: hidden;}
#iabout .cont .imgs img {width: 100%;}
#iabout .cont .text {flex: 1 1 auto; margin-left: 60px;}
#iabout .cont .text .editorc {color:#333; font-size: 14px; line-height: 1.8;}
#iabout .cont .text .szys {display: flex; margin-top: 55px;}
#iabout .cont .text .szys li {color:#000; text-align: center;}
#iabout .cont .text .szys li:not(:last-child) {margin-right: 10%;}
#iabout .cont .text .szys li div {display: flex; align-items: flex-start; justify-content: center; font-size: 56px; line-height: 1; font-weight: bold;}
#iabout .cont .text .szys li p::before {display: block; margin: 12px auto 8px auto; width: 18px; height: 2px; background-color: #000; content: '';}
#iabout .cont .text .szys .jia {margin-top: 4px; margin-left: 3px; font-size: 18px;}
#iabout .cont .text .szys .wan {margin-top: 8px; margin-left: 5px; font-size: 22px;}
#iabout .cont .text .more {display: flex; margin-top: 55px;}
#iabout .cont .text .more a {padding: 0 45px; height: 56px; line-height: 56px; color:#fff; font-size: 16px; text-align: center; border-radius: 28px; background-color: #ff9e2e; transition: background-color ease-out 300ms;}
#iabout .cont .text .more a:hover {background-color: var(--a-hover-color);}

#iabout .tabs {display: flex; justify-content: center; margin-top: 100px; border-bottom: 1px solid #c2c2c2;}
#iabout .tabs li {position: relative; padding-bottom: 20px; color:#333; font-size: 20px; font-weight: bold; cursor: pointer;}
#iabout .tabs li:not(:first-child) {margin-left: 80px;}
#iabout .tabs li.active {color:#02468a;}
#iabout .tabs li.active::after {position: absolute; bottom: -1px; left: 20%; right: 20%; height: 5px; background-color: #02468a; content: '';}

#iabout .iphotos {position:relative; display: none; margin-top: 40px; padding-left: 60px; padding-right: 60px;}
#iabout .iphotos .swiper-slide {font-size:0; text-align: center;}
#iabout .iphotos .swiper-button {position: absolute; top: 50%; z-index: 10; display: block; width: 40px; height: 40px; line-height: 36px; color:#333; font-size: 20px; font-weight: bold; text-align: center; box-sizing: border-box; border: 2px solid #333; border-radius: 50%; cursor: pointer; transform: translateY(-50%);}
#iabout .iphotos .swiper-button:not(.swiper-button-disabled):hover {color:#30a3db; border-color:#30a3db;}
#iabout .iphotos .swiper-button-disabled {cursor: default; opacity: 0.2;}
#iabout .iphotos .swiper-prev {left: 0;}
#iabout .iphotos .swiper-next {right: 0;}
#iabout .iphotos .items {display: block;}
#iabout .iphotos .items div {position: relative; padding-top: 62.5%; background-color: #e5e5e5; overflow: hidden;}
#iabout .iphotos .items div span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; transition: transform ease-out 500ms;}
#iabout .iphotos .items div:hover span {transform: scale(1.1);}
#iabout .iphotos .items p {margin-top: 18px; color:#333; font-size: 16px; line-height: 1.6;}

#ijjfa {background-image: url(../images/ipros_bg.jpg);}
#ijjfa .wrap {padding-bottom: 120px;}
#ijjfa .cont {display: grid; grid-template-columns: repeat(4,1fr); gap: 28px 26px; margin-top: 60px;}
#ijjfa .cont a {display: flex; position: relative; padding: 1px; border: 1px solid #dce2e7; background-color: #fff;}
#ijjfa .cont a::after {position: absolute; bottom: -22px; left: 0; right: 0; height: 21px; background: url(../images/bg2.png) no-repeat center top; content: '';}
#ijjfa .cont a > div {position: relative; padding: 35px 22px; width: 100%; height: 100%; box-sizing: border-box;}
#ijjfa .cont a > div::before {position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 20px; height: 20px; background-color:var(--a-hover-color); content: ''; -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0); clip-path: polygon(0 0, 100% 100%, 100% 0);}
#ijjfa .cont a .icon {position: relative; height: 75px; overflow: hidden;}
#ijjfa .cont a .icon div {position: absolute; top: 0; left: 0; right: 0; height: inherit; font-size: 0; text-align: center;}
#ijjfa .cont a .icon div span {max-height: 100%;}
#ijjfa .cont a .icon div img {max-width: 100%; max-height: 100%;}
#ijjfa .cont a .icon2 {visibility: hidden;}
#ijjfa .cont a h2 {margin-top: 35px; color:#000; font-size: 18px; line-height: 1.4;}
#ijjfa .cont a p {margin-top: 8px; color:#666; font-size: 14px; line-height: 1.65;}
#ijjfa .cont a:hover > div {background-color: #1c93cc; background-image: -webkit-linear-gradient(to bottom, #1c93cd, #024288); background-image: linear-gradient(to bottom, #1c93cd, #024288);}
#ijjfa .cont a:hover > div::before {top: -1px; right: -1px; width: 22px; height: 22px; background-color: #fff;}
#ijjfa .cont a:hover .icon1 {visibility: hidden;}
#ijjfa .cont a:hover .icon2 {visibility: visible;}
#ijjfa .cont a:hover h2, #ijjfa .cont a:hover p {color:#fff;}

#ifwcn {background-color: #f2f8fb;}
#ifwcn .wrap {display: flex;}
#ifwcn .text {flex: 1 1 auto; margin-right: 50px;}
#ifwcn .text .itis {text-align: left;}
#ifwcn .text .itis p {justify-content: flex-start;}
#ifwcn .text .editorc {margin-top: 60px; color:#333; font-size: 16px;}
#ifwcn .text .tel {display: inline-block; margin-top: 50px; padding: 0 40px; height: 56px; line-height: 56px; color:#fff; font-size: 16px; text-align: center; border-radius: 28px; background-color: #ff9e2e; transition: background-color ease-out 300ms;}
#ifwcn .text .tel:hover {background-color: var(--a-hover-color);}
#ifwcn .imgs {flex: 0 0 auto; width: 45.428%; font-size: 0; overflow: hidden;}
#ifwcn .imgs img {width: 100%;}

#inews .wrap {padding-bottom: 110px;}
#inews .cont {display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 60px;}
#inews .cont a {display: flex; position: relative;}
#inews .cont a .imgs {flex: 1 1 auto; position: relative; font-size: 0; overflow: hidden;}
#inews .cont a .imgs span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background-position: center center; background-repeat: no-repeat; background-size: cover; transition: transform ease-out 500ms;}
#inews .cont a .text {position: absolute; bottom: 0; right: 0;left: 0; z-index: 10; display: flex; flex-direction: column; justify-content: center; padding: 10px 20px; color:#fff; height: 100px; box-sizing: border-box; background-color: rgba(2,66,135,0.5); overflow: hidden;}
#inews .cont a .text h2 {font-size: 16px; font-weight: normal; line-height: 1.5;}
#inews .cont a .text p {margin-top: 10px; font-size: 14px; line-height: 1;}
#inews .cont a:nth-child(1) {grid-row: 1/3; grid-column: 1/3;}
#inews .cont a:nth-child(2) .imgs {padding-top: 75%;}
#inews .cont a:nth-child(4) {grid-column: span 2;}
#inews .cont a:hover .imgs span {transform: scale(1.06);}

#ihzhb {background-image: url(../images/ipros_bg.jpg);}
#ihzhb .wrap {padding-bottom: 110px;}
#ihzhb .cont {display: grid; grid-template-columns: repeat(7,1fr); margin-top: 60px; background-color: #fff;}
#ihzhb .flex-column {margin-top: -1px; margin-left: -1px; padding: 15px; height: 110px; font-size: 0; text-align: center; box-sizing: border-box; border:1px solid #e6e6e6; overflow: hidden;}
#ihzhb .flex-column span {max-height: 100%;}
#ihzhb .flex-column img {max-width: 100%; max-height: 100%; transition: transform ease-out 500ms;}
#ihzhb .flex-column:hover img {transform: scale(1.08);}

/*===================================================================================*/

.ltis {padding: 20px 25px; color:#fff; font-size: 22px; line-height: 1; background-color: #ff9e2e;}
.lmenu {background-color: #f0f0f0;}
.lmenu dd > a {display: block; position: relative; padding: 15px 40px 15px 25px; color:#fff; background-color:var(--a-hover-color);}
.lmenu dd > a i {position: absolute; top: 50%; right: 15px; margin-top: -7px; font-size: 14px;}
.lmenu dd ul {padding: 15px 10px 15px 25px;}
.lmenu dd ul li {padding: 5px 0;}
.lmenu dd ul li a {position: relative; display: block; padding-left: 15px; line-height: 1.6;}
.lmenu dd ul li a::before {position: absolute; top: 10px; left: 1px; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #aaa; content: '';}
.lmenu dd ul li a.curt {color:var(--a-hover-color); font-weight: bold;}
.lmenu dd ul li a.curt::before {background-color:var(--a-hover-color);}

.rtis {margin-bottom: 2.5%; height: 61px; border-bottom: 1px solid #e5e5e5;}
.rtis h2 {color:var(--a-hover-color); font-size: 18px; line-height: 61px;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#bnav {background-color:#f9f7f4;}
#bnav > div {position:relative;padding-top:25px;padding-bottom:25px;color:#808080;font-size:14px;}
#bnav a {color:#808080;}
#bnav a:hover {color:#000;}
#bnav strong {color:var(--a-hover-color);font-weight:normal;}
#bnav .search {position:absolute;top:50%;right:0;margin-top:-22px;display:flex;align-items:center;}
#bnav .search input {margin-right:10px;padding-left:15px;padding-right:15px;width:540px;height:45px;font-size:18px;border-radius:5px;border:1px solid #bebebe;background:none;}
#bnav .search button {flex:0 0 auto;padding-left:50px;padding-right:50px;height:45px;color:#fff;font-size:18px;border:none;border-radius:5px;background-color:#6a3906;}
#bnav .search button i {margin-right:10px;font-size:22px;font-weight:normal;}

#bmenu {display: flex; flex-flow: row wrap; justify-content: center; padding-top: 25px;}
#bmenu a {margin-top: 20px; padding: 0 26px; height: 38px; line-height: 38px; color:#888; text-align: center; border-radius: 20px; border: 1px solid #bababa; background-color: #fff;}
#bmenu a:not(:first-child) {margin-left: 20px;}
#bmenu a:hover {color:var(--a-hover-color); border-color:var(--a-hover-color);}
#bmenu a.curt {color:#fff; border-color:var(--a-hover-color); background-color:var(--a-hover-color);}

#bnav-m {display:none;padding:8px 4%;color:#999;font-size:12px;border-bottom:1px solid #eee;background-color:#f2f2f2;}
#bnav-m a {color:#999;}
#bnav-m i {margin:0 6px;font-size:10px;}
#bnav-m strong {color:var(--a-hover-color);font-weight:normal;}
#bname-m {position:relative;display:none;background-color:#02468a;overflow:hidden;}
#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%;background-color:#02468a;transition:none;}
#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.1);}
#bmenu-m a i {position:absolute;top:50%;right:4%;margin-top:-7px;color:#fff;font-size:14px;}
#bmenu-m a.active {color:#ff9e2e;}
#bmenu-m a.subs {padding-left:8%;}
#bmenu-m a.thds {padding-left:14%;}

.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:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:bold;line-height:1.4;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.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:0px;}
.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:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.7;}
.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:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.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:0px;}

.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-top:5%;padding:20px 150px 0 0;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:30px;}
#prevnext_back {position:absolute;top:22px;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:var(--a-hover-color);}

/*===================================================================================*/
/* 关于我们 */

#photo1 {display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; margin-top: 60px;}
#photo1 a {text-align: center;}
#photo1 a div {position: relative; padding-top: 62.5%; background-color: #e5e5e5; overflow: hidden;}
#photo1 a div span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; transition: transform ease-out 500ms;}
#photo1 a div:hover span {transform: scale(1.1);}
#photo1 a p {margin-top: 12px; color:#333; font-size: 14px; line-height: 1.5;}

#photo2 {display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; margin-top: 60px;}
#photo2 a {text-align: center;}
#photo2 a div {position: relative; padding-top: 75%; background-color: #e5e5e5; overflow: hidden;}
#photo2 a div span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; transition: transform ease-out 500ms;}
#photo2 a div:hover span {transform: scale(1.1);}
#photo2 a p {margin-top: 12px; color:#333; font-size: 14px; line-height: 1.5;}

#contact .cont {display:flex; justify-content: space-between; margin-top: 60px; margin-bottom: 60px;}
#contact .cont .editorc {flex:1 1 auto; margin-right: 60px;}
#contact .cont .map {flex:0 0 auto;width:900px;height:500px;font-size:0;overflow:hidden;}

/*===================================================================================*/
/* 新闻列表 */

#news {display:grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 60px;}
#news a {display: flex; flex-direction: column; border-radius: 5px;}
#news a .imgs {flex: 0 0 auto; position: relative; padding-top: 60%; font-size:0; border-radius:5px 5px 0 0; overflow:hidden;}
#news a .imgs span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition:transform ease-out 500ms;}
#news a .text {flex: 1 1 auto; position:relative; padding:20px 20px 50px 20px; border-radius:0 0 5px 5px; box-sizing: border-box; border:1px solid #e7e7e6; border-top:none;}
#news a .text h2 {font-size:16px; line-height:1.5;}
#news a .text p {margin-top:10px; color:#909090; font-size:14px; line-height:1.65;}
#news a .text span {position:absolute; bottom:16px; left:20px; color:#999; font-size:14px;}
#news a:hover {box-shadow:0 0 15px rgba(0,0,0,0.3);}
#news a:hover .imgs span{transform:scale(1.1);}
#news a:hover .text {border-color: #fff;}

#news_info h1 {padding-top:30px;padding-bottom:20px;color:#333;font-size:24px;line-height:1.6;}
#news_info p {padding-bottom:15px;color:#999;font-size:16px;border-bottom:1px dashed #ccc;}
#news_info p span {margin-right:30px;}
#news_info p span:last-child {margin-left:0;}
#news_info p span i {margin-right:5px;}
#news_info .imgs {font-size: 0;}
#news_info .imgs img {max-width: 100%;}

/*===================================================================================*/
/* 浮动在线客服 */

#fos {position:fixed;top:50%;right:0;z-index:98;margin-top:-100px;width:50px;}
#fos li {position:relative;margin-bottom:1px;height:50px;text-align:center;background-repeat:no-repeat;background-color:#000;background-position:center center;cursor:pointer;}
#fos li:last-child {border-bottom:none;}
#fos li a {display:block;width:100%;height:100%;}
#fos li p {position:absolute;top:0px;right:50px;display:none;padding:0 20px;color:#fff;font-size:18px;line-height:50px;white-space:nowrap;word-break:keep-all;background-color:var(--a-hover-color);}
#fos li img {position:absolute;right:51px;bottom:-51px;display:none;padding:8px;width:152px;height:152px;box-sizing:border-box;background-color:var(--a-hover-color);}
#fos li:hover {background-color:var(--a-hover-color);}
#fos li:hover p {display:block;}
#fos .s1 {background-image:url(../images/float_os_icon1.png);background-size:25px auto;}
#fos .s2 {background-image:url(../images/float_os_icon2.png);background-size:25px auto;}
#fos .s3 {background-image:url(../images/float_os_icon3.png);background-size:25px auto;}
#fos .s4 {background-image:url(../images/float_os_icon4.png);background-size:28px auto;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background:url(../images/tbs/white0.png);}

/*===================================================================================*/

#news_page {margin-top:60px;width:100%;}
#pros_page {margin-top:60px;width:100%;}
.fypage {font-size:0;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 4px;width:35px;height:35px;line-height:35px;font-size:14px;color:#333;background-color:#e5e5e5;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:var(--a-hover-color);}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:var(--a-hover-color);}
.fypage .fypage_sl {display:inline-block;height:35px;line-height:35px;font-size:14px;font-style:normal;vertical-align:top;}
.fypage .fypage_prev i,.fypage .fypage_next i {font-size:14px;}

#news_mpage {display:none;margin-top:6%;}
#pros_mpage {display:none;margin-top:6%;}
.mfypage {width:100%;height:24px;font-size:0;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0 2px;padding:0 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:var(--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);}