﻿@import url("base.css");
:root {
	--tis-color:#333;
	--tis-font-size18: 18px;
	--tis-font-size20: 20px;
	--tis-font-size22: 22px;
	--text-color:#454545;
	--text-gray9:#999;
	--text-gray8:#808080;
	--text-gray6:#666;
	--text-font-size: 16px;
	--text-line-height: 1.9;
	--editorc-font-size: 16px;
	--editorc-line-height: 1.9;
}
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#333;font-size:14px;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:#222;text-decoration:none;}
a:hover {color:#00a2ff;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; z-index: 999; width: 100%;}
#header .top {background-color: #111;}
#header .top .wrap {position: relative; z-index: 99; height: 32px;}
#header .tnav {position: absolute; top: 0; right: 0; display: flex; height: 100%;}
#header .tnav > div {position: relative; margin-left: 20px;}
#header .tnav > div:hover .list {display: block;}
#header .tnav .text {color:#cfcfcf; line-height: 32px; cursor: pointer;}
#header .tnav .text .icon-ie, #header .tnav .text .icon-network {margin-right: 8px; font-size: 14px;}
#header .tnav .text .icon-up, #header .tnav .text .icon-down {margin-left: 5px; font-size: 14px;}
#header .tnav .list {position: absolute; top: 100%; right: 0; display: none; padding:5px 0 12px 15px; width: 100%; border-radius: 0 0 5px 5px; background-color: #111;}
#header .tnav .list a {display: block; padding: 5px 18px 5px 15px; color:#cfcfcf; text-align: right;}
#header .tnav .list a:hover {color:#00a2ff;}
#header .group {display: none; border-bottom: 1px solid #e8e8e8; background-color: #f7f7f7;}
#header .group ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 30px;}
#header .group ul li {font-size: 16px;}
#header .group ul li p {margin-top: 6px; color: #999; font-size: 14px;}
#header .cont {background-color: rgba(255,255,255,0.3);}
#header .cont .wrap {position: relative; display: flex; align-items: center; justify-content: flex-end; height: 90px;}
#header .cont .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:40px;font-size:0;transform:translateY(-50%);}
#header .cont .logo img {max-height:100%;}
#header .cont .lang {display: none;}
#header .ss {display: none;}
#header.fixed .cont {box-shadow: 0 2px 5px rgba(0,0,0,0.1); background-color: rgba(255,255,255,0.95);}

#header .nav {display: flex; height: 100%;}
#header .nav li {position: relative; padding-left: 38px; padding-right: 38px; height: 100%;}
#header .nav li > a {position: relative; display: block; height: 100%; line-height: 90px; color:#000; font-size: 16px;}
#header .nav li > a::after {position: absolute; bottom: 0; left: 0; display: none; width: 100%; height: 3px; background-color: #00a2e9; content: '';}
#header .nav li > a.nav_over::after {display: block;}
#header .nav li p {position: absolute; top: 100%; left: 0; display: none; padding-top: 10px; padding-bottom: 15px; width: 100%; border-radius: 0 0 4px 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); background-color: rgba(0,162,255,0.9);}
#header .nav li p a {display: block; padding: 5px; color:#fff; text-align: center;}
#header .nav li p a:hover {text-decoration: underline;}
#header .nav li:hover > a {color:#00a2ff;}
#header .nav li:hover > a.nav_over::after {display: none;}
#header .nav li:hover p {display: block;}

#header .dlzc {display: flex; align-items: center; margin-left: 20px;}
#header .dlzc div {position: relative; width: 30px; height: 23px; background: url(../images/icon-tel.png) no-repeat center center;}
#header .dlzc div h2 {position: absolute; top: 100%; left: 50%; padding: 8px 15px; margin-top: 20px; color:#fff; font-size: 16px; font-weight: normal; white-space:nowrap; word-break:keep-all; opacity: 0; visibility: hidden; border-radius: 5px; background-color: rgba(0,0,0,0.8); transform: translateX(-50%) translateY(12px); transition: ease-out 200ms;}
#header .dlzc div h2::after {position: absolute; top: -6px; left: 50%; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid rgba(0,0,0,0.8); content: ''; transform: translateX(-20%);}
#header .dlzc div:hover h2 {margin-top: 0; opacity: 1; visibility: visible;}
#header .dlzc a {flex: 0 0 auto; padding-left: 20px; padding-right: 20px; height: 40px; line-height: 40px; font-size: 16px; border-radius: 20px;}
#header .dlzc a:nth-child(2) {color:#111;}
#header .dlzc a:nth-child(3) {color:#fff; background-color: #f18519; margin-left: 10px;}

#search {position: relative; display: none; width: 220px; height: 40px; border-radius: 20px; background-color: #fff;}
#search input {padding-left: 15px; padding-right: 60px; width: 100%; height: 100%; color: #333; border: none; background: none;}
#search i {position:absolute;top:0;right:0;display:block;width:50px;height:100%;line-height:40px;color:#333;font-size:20px;text-align:center;cursor:pointer;}
#search.hide {}
#search.show {}

#banner {position:relative; z-index: 90; margin-top: 32px;}
#banner .swiper-slide {width:100%;font-size:0;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;left:0;bottom:20px;width:100%;height:12px;font-size:0;text-align:center;}
#banner .swiper-pagination span {margin:0;width:12px;height:12px;font-size:0;border-radius:50%;background:rgba(0,0,0,0.4);opacity:1;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 5px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#00a2ff;}
#banners {position: relative; z-index: 90; margin-top: 32px; font-size: 0; /*height: 500px; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden;*/}
#banners .wrap {display: flex; flex-direction: column; justify-content: center; height: 100%; color:#fff;}
#banners img {width: 100%;}

#mheader_menu, #mnav, #menu {display:none;}

.wrap {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
#content {padding-bottom: 80px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {color:rgba(255,255,255,0.5); background-color: #242b35;}
#footer a {color:rgba(255,255,255,0.5);}
#footer a:hover {color:#00a2ff;}
#footer .finfo {display: flex; justify-content: space-between; padding-top: 70px; padding-bottom: 50px;}
#footer .logotel {flex: 0 0 auto; width: 300px; margin-right: 30px;}
#footer .logotel .logo {font-size: 0;}
#footer .logotel .logo img {max-width: 100%;}
#footer .logotel .tel {margin-top: 30px; font-family: Arial; font-size: 30px; line-height: 1;}
#footer .logotel .tel a {color:#fff;}
#footer .fnav {flex: 1 1 auto; display: flex; justify-content: space-between;}
#footer .fnav li h3 {margin-bottom: 28px; color:#fff; font-size: 18px;}
#footer .fnav li dl dd:not(:first-child) {margin-top: 15px;}
#footer .fnav li .s1 {display: flex; justify-content: space-between; width: 210px;}
#footer .fnav li .s1 dl {width: 48%;}
#footer .fnav li .s2 {width: 100px;}
#footer .fnav li .s3 {position: relative;}
#footer .fnav li select {color:rgba(255,255,255,0.5); border: none; background: none;}
#footer .fnav li select:nth-child(1) {width: 230px;}
#footer .fnav li select:nth-child(2) {position: absolute; top: 0; left: 0; z-index: 2; opacity: 0;}
#footer .fnav li select:nth-child(2):focus {color:#000;}
#footer .copyright {display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid rgba(142,145,148,0.2);}
#footer .copyright .share {flex: 0 0 auto;}
#footer .copyright .share li {position: relative; display: inline-block; margin-left: 20px; width: 38px; height: 38px; line-height: 38px; color:#656a71; text-align: center; vertical-align: top; border-radius: 50%; border: 1px solid rgba(140,143,146,0.2); cursor: pointer;}
#footer .copyright .share li i {font-size: 18px;}
#footer .copyright .share li i.icon-weixin {font-size: 22px;}
#footer .copyright .share li div {position: absolute; bottom: 100%; left: 50%; padding: 12px; width: 160px; font-size: 0; line-height: normal; opacity: 0; visibility: hidden; border-radius: 5px; box-sizing: border-box; background-color: rgba(0,162,255,0.8); transform: translate(-50%, -16px);}
#footer .copyright .share li div::after {position: absolute; bottom: -8px; left: 50%; display: block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid rgba(0,162,255,0.8); content: ''; transform: translateX(-50%);}
#footer .copyright .share li div img {width: 100%;}
#footer .copyright .share li div p {margin-top: 8px; color:#fff; font-size: 14px;}
#footer .copyright .share li:hover {color: #00a2ff; border-color: #00a2ff;}
#footer .copyright .share li:hover div {opacity: 1; visibility: visible;}

#fly {background: url(../images/fly_bg.jpg) no-repeat center center/cover;}
#fly .wrap {padding-top: 40px; padding-bottom: 30px;}
#fly .tis h3 {color:#000; font-size: 30px; line-height: 1;}
#fly .tis p {color:#999; font-size: 16px; margin-top: 8px;}
#fly .nrs {display: flex; align-items: center; margin-top: 15px;}
#fly .nrs input {padding-left: 12px; padding-right: 12px; width: 450px; height: 45px; font-size: 15px; border: 1px solid #00a2ff; border-right: none;}
#fly .nrs button {flex: 0 0 auto; width: 100px; height: 45px; color:#fff; font-size: 15px; border: none; background-color: #00a2ff;}
#fly .nrs a {flex: 0 0 auto; margin-left: 10px; width: 100px; height: 45px; line-height: 45px; text-align: center; color:#00a2ff; font-size: 15px; box-sizing: border-box; border: 1px solid #00a2ff;}

/*===================================================================================*/

.itis {padding-top: 80px; text-align: center;}
.itis h2 {color:#000; font-size: 32px; line-height: 1;}
.itis p {color:#666; font-size: 16px; margin-top: 15px;}

.ntis {position: relative; margin-top: 60px; text-align: center;}
.ntis h2 {position: absolute; top: 0; left: 0; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color:#000; font-size: 36px; line-height: 1;}
.ntis p {font-size: 90px; font-family: 'Arial Black'; color:#f4f5f9; text-transform: uppercase;}

.xtis {padding-top: 60px; text-align: center;}
.xtis h2 {display: flex; align-items: center; justify-content: center; color:#000; font-size: 32px; line-height: 1;}
.xtis h2::before {display: block; margin-top: 3px; margin-right: 20px; width: 32px; height: 4px; background-color: #ccc; content: '';}
.xtis h2::after {display: block; margin-top: 3px; margin-left: 20px; width: 32px; height: 4px; background-color: #ccc; content: '';}

#iabout .cont {display: grid; grid-template-columns: 59.28% 40.72%; margin-top: 40px;}
#iabout .cont .text {grid-row-start: 1; grid-column: 2/3; position: relative; z-index: 2;}
#iabout .cont .text .year {padding-left: 55px; color:#333; font-size: 24px;}
#iabout .cont .text .year p {margin-top: 5px; margin-bottom: 10px; color:#00a2ff; font-size: 80px; font-weight: bold; line-height: 1;}
#iabout .cont .text .intro {margin-left: -75px; padding: 30px 32px 30px 42px; width: 100%; background:url(../images/iabout_logo.png) no-repeat right 10px bottom 20px #f5f8fc;}
#iabout .cont .text .intro .name {color:#333; font-size: 22px;}
#iabout .cont .text .intro .editorc {margin-top: 20px; color:#666; line-height: 1.8;}
#iabout .cont .text .intro .xxas {margin-top: 30px;}
#iabout .cont .text .intro .xxas a {display: inline-block; width: 180px; height: 40px; line-height: 40px; color:#fff; font-size: 16px; text-align: center; border-radius: 20px; background-color: #f18519;}
#iabout .cont .imgs {grid-row-start: 1; grid-column: 1/2; font-size: 0;}
#iabout .cont .imgs img {width: 100%;}

#ipros .cont {display: flex; margin-top: 40px;}
#ipros .cont li {flex: 1.5; position: relative; margin-right: 0.9rem; height: 420px; box-sizing: border-box; border: 1px solid #c4d5ff; background-color: #f7f9ff; transition: all 300ms;}
#ipros .cont li:last-child {margin-right: 0;}
#ipros .cont li .text {position: relative; z-index: 2; padding: 20px; color:#666;}
#ipros .cont li .text .name {height: 38px; color:#333; font-size: 16px; transition: font-size 300ms;}
#ipros .cont li .text .desc {line-height: 1.7; -webkit-line-clamp:4;}
#ipros .cont li .text .intro {display: none; height: 270px; font-size: 15px; line-height: 1.8; -webkit-line-clamp:10;}
#ipros .cont li .text .btns {display: none; justify-content: space-between; margin-top: 20px;}
#ipros .cont li .text .btns a {display: flex; align-items: center; justify-content: center; width: 48%; height: 40px; border-radius: 20px; box-sizing: border-box;}
#ipros .cont li .text .btns a:nth-child(1) {color:#fff; background-color: #f18519;}
#ipros .cont li .text .btns a:nth-child(2) {color:#666; border: 1px solid #e6e6e6; background-color: #fff;}
#ipros .cont li .imgs {position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; height: 100%; background-repeat: no-repeat; background-position: center bottom;}
#ipros .cont li.active {flex: 3;}
#ipros .cont li.active .imgs {display: none;}
#ipros .cont li.active .text .name {font-size: 20px;}
#ipros .cont li.active .text .desc {display: none;}
#ipros .cont li.active .text .intro {display: -webkit-box;}
#ipros .cont li.active .text .btns {display: flex;}
#ipros .cont-m {display: none;}

#ifa .cont {display: flex; flex-flow: row wrap; justify-content: space-between; padding-top: 10px;}
#ifa .cont a {position: relative; margin-top: 2.145%; border-radius: 5px; overflow: hidden;}
#ifa .cont a .imgs {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; transition: transform ease-out 600ms;}
#ifa .cont a .text {position: absolute; top: 0; left: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px 20px 30px 25px; width: 100%; height: 100%; color:#fff; box-sizing: border-box;}
#ifa .cont a .text h2 {font-size: 20px; transition: transform ease-out 300ms;}
#ifa .cont a .text span {position: absolute; bottom: 28px; left: 25px; display: block; padding: 4px 12px 6px 15px; border-radius: 16px; border: 1px solid #fff; opacity: 0; transform: translateX(100px); transition: ease-out 300ms;}
#ifa .cont a:hover .imgs {transform: scale(1.05);}
#ifa .cont a:hover .text h2 {transform: translateY(-50px);}
#ifa .cont a:hover .text span {transform: translateX(0); opacity: 1;}
#ifa .cont .d {width: 48.57%;}
#ifa .cont .x {width: 23.57%; padding-top: 17.14%;}

#iwl .video {margin-top: 40px; font-size: 0;}
#iwl .video video {width: 100%;}

#igroup .wrap { padding-bottom: 75px;}
#igroup .cont {display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px 25px; margin-top: 40px;}
#igroup .cont a {display: flex; align-items: center; justify-content: center; padding: 15px 10px; height: 80px; font-size: 15px; text-align: center; line-height: 1.6; box-sizing: border-box; border: 1px solid #e6e6e6;}
#igroup .cont a:hover {border-color: #00a2ff;}
#igroup .more {margin-top: 50px; text-align: center;}
#igroup .more a {display: inline-block; width: 180px; height: 40px; line-height: 40px; color:#fff; font-size: 16px; text-align: center; border-radius: 20px; background-color: #f18519;}
/*
#igroup .wrap {display: flex; margin-top: 30px; padding-bottom: 75px;}
#igroup .tis {display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 auto; width: 220px; color:#fff; background-color: #00a2ff;}
#igroup .tis p {margin-bottom: 15px; font-size: 30px; font-weight: bold; line-height: 1;}
#igroup .tis h2 {font-size: 32px; line-height: 1;}
#igroup .cont {display: flex; flex-flow: row wrap; margin-top: -1.2%;}
#igroup .cont a {display: flex; align-items: center; justify-content: center; flex: 1 0 auto; margin-top: 1.2%; margin-left: 1.2%; padding: 20px; width: 23.5%; height: 90px; font-size: 17px; border-radius: 8px; box-sizing: border-box; background-color: #ebf2fb;}
#igroup .cont a i {position: relative; top: 1px; margin-left: 5px; color: #00a2ff; font-size: 14px;}
*/
/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#pdw {position: absolute; top: -122px; left: 0;}
#bmenuf {position: relative; height: 70px;}
#bmenu {position: relative; z-index: 80; box-shadow: 0 2px 12px rgba(0,0,0,0.14); background-color: #f4f5f9;}
#bmenu.fixed {position: fixed; top: 122px; left: 0; right: 0; z-index: 98;}
#bmenu .wrap {display: flex; height: 70px;}
#bmenu .between {justify-content: space-between;}
#bmenu a {display: flex; align-items: center; position: relative; margin-right: 80px; padding-left: 2px; padding-right: 2px; font-size: 16px; text-align: center;}
#bmenu a:last-child {margin-right: 0;}
#bmenu a.curt {color:#00a2ff; font-weight: bold;}
#bmenu a.curt::after {position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background-color: #00a2ff; content: '';}

#bnav-m {display:none;padding:8px 4%;color:#999;font-size:12px;border-bottom:1px solid #eee;background-color:#f2f2f2;}
#bnav-m a {color:#999;}
#bnav-m i {margin:0px 6px;font-size:10px;}
#bnav-m strong {color:#00a2ff;font-weight:normal;}
#bname-m {position:relative;display:none;box-shadow:inset 0 0 12px rgba(0,0,0,0.15); background-color: #00a2ff;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: #00a2ff;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(11,138,215,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%;}

.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:#00a2ff;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:2.5%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {font-size:16px;line-height:1.9;}
.editorc 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.8;}
.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:4% auto 0 auto;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:25px;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:#00a2ff;}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

/*===================================================================================*/
/* 产品列表 */

#prods .intro {margin-top: 50px;}
#prods .intro .name {margin-top: 35px; margin-bottom: 12px;}
#prods .intro .name h3 {display: inline-block; padding-left: 25px; padding-right: 10px; height: 38px; line-height: 38px; color:#fff; font-size: var(--tis-font-size20); vertical-align: top; background: url(../images/prods_bg1.png);}
#prods .intro .editorc {color:#333; line-height: 2;}
#prods .intro .editorc ul, #prods .intro .editorc ol {padding-left: 0;}
#prods .intro .editorc ul li, #prods .intro .editorc ol li {position: relative; padding-left: 1.2em; list-style-type:none;}
#prods .intro .editorc ul li::before, #prods .intro .editorc ol li::before {position: absolute; top: 14px; left: 1px; display: block; width: 5px; height: 5px; background-color: #00a2ff; content: '';}
#prods .intro .imgs {float: right; margin-left: 80px; max-width: 671px; font-size: 0; text-align: right;}
#prods .intro .imgs img {max-width: 100%;}
#prods .intro .imgs-m {display: none; font-size: 0;}
#prods .intro .imgs-m img {max-width: 100%;}

#prods .gjxb {display: flex; flex-flow: row wrap; justify-content: center; margin-top: 100px;}
#prods .gjxb li {margin-right: 3.4%; width: 31.066%; border-radius: 20px; box-shadow: 0 3px 7px rgba(0,162,255,0.3); background-color: #f0f7fb; overflow: hidden;}
#prods .gjxb li:nth-child(3n) {margin-right: 0;}
#prods .gjxb li:nth-child(n+4) {margin-top: 3.4%;}
#prods .gjxb li h3 {display: inline-block; padding-left: 20px; padding-right: 35px; height: 50px; line-height: 50px; color:#fff; font-size: var(--tis-font-size20); vertical-align: top; border-radius:0  25px 25px 0; background-color: #00a2ff;}
#prods .gjxb li p {padding: 20px 30px; color:var(--tis-color); font-size: var(--text-font-size); line-height: var(--text-line-height);}
#prods .gjxb li:nth-child(3n-1) h3 {background-color: #f18519;}

#prods .yzxb {margin-top: 70px;}
#prods .yzxb div h3 {display: inline-block; padding-left: 25px; padding-right: 10px; height: 38px; line-height: 38px; color:#fff; font-size: var(--tis-font-size20); vertical-align: top; background: url(../images/prods_bg1.png);}
#prods .yzxb ul {display: flex; flex-flow:row wrap; margin-top: 2%;}
#prods .yzxb ul li {margin-right: 5%; width: 30%; color:var(--tis-color); font-size: 0;}
#prods .yzxb ul li img {max-width: 100%;}
#prods .yzxb ul li h3 {margin-top: 20px; font-size: var(--tis-font-size18);}
#prods .yzxb ul li p {margin-top: 10px; font-size: var(--text-font-size); line-height: 1.6;}
#prods .yzxb ul li:nth-child(3n) {margin-right: 0;}
#prods .yzxb ul li:nth-child(n+4) {margin-top: 3%;}

#prods .cpys {padding-top: 25px; padding-bottom: 80px;}
#prods .cpys ul {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px 6.42%; margin-top: 50px;}
#prods .cpys ul li {text-align: center;}
#prods .cpys ul li div {height: 80px; font-size: 0; text-align: center;}
#prods .cpys ul li div span {max-height: 100%;}
#prods .cpys ul li div img {max-height: 100%;}
#prods .cpys ul li h3 {margin-top: 18px; margin-bottom: 15px; color: var(--tis-color); font-size: var(--tis-font-size18); line-height: 1.4;}
#prods .cpys ul li p {color: var(--text-gray6); font-size: var(--text-font-size); line-height: var(--text-line-height);}

/*===================================================================================*/
/* 集团版图 */

#group li {display: inline-block; margin-top: 3.929%; margin-right: 3.929%; width: 30.714%; text-align: center; vertical-align: top;}
#group li:nth-child(3n) {margin-right: 0;}
#group li .imgs {display: block; font-size: 0;}
#group li .imgs div {position: relative; padding: 14px; border-radius: 10px; border: 1px solid #00a2ff;}
#group li .imgs div img {width: 100%;}
#group li .imgs div p {position: absolute; bottom: 14px; left: 14px; right: 14px; height: 48px; line-height: 48px; color:#fff; font-size: 16px; font-weight: bold; background-color: rgba(0,0,0,0.3);}
#group li .text {margin-top: 20px; color:#888; font-size: 16px; line-height: 1.8;}
/*
#group .wrap {padding-top: 90px; padding-bottom: 90px;}
#group .rows {display: grid; grid-template-columns: 48.43% 51.57%;}
#group .rows:not(:first-child) {margin-top: 120px;}
#group .rows .text {box-sizing: border-box;}
#group .rows .text .name {margin-top: 20px;}
#group .rows .text .name h2 {color:#000; font-size: 36px; line-height: 1.4;}
#group .rows .text .name p {margin-top: 8px; color:#dfe0e6; font-size: 22px; font-family: 'Arial Black'; font-weight: bold; line-height: 1.4; text-transform: uppercase;}
#group .rows .text .editorc {margin-top: 20px; color:#666; line-height: 2.1;}
#group .rows .text .youshi {margin-top: 40px; display: flex; justify-content: space-between;}
#group .rows .text .youshi li {width: 30%;}
#group .rows .text .youshi li p {color:#333; font-size: var(--text-font-size);}
#group .rows .text .youshi li div {margin-top: 15px; color:#f18519; font-size: 30px;}
#group .rows .text .abtn {margin-top: 40px;}
#group .rows .text .abtn a {display: inline-block; padding-left: 25px; padding-right: 15px; height: 40px; line-height: 40px; color:#fff; font-size: 16px; background-color: #f18519;}
#group .rows .text .abtn a i {margin-left: 5px; font-size: 14px;}
#group .rows .imgs {font-size: 0; overflow: hidden;}
#group .rows .imgs img {max-width: 100%;}
#group .rows:nth-child(odd) .imgs {text-align: right;}
#group .rows:nth-child(odd) .text {padding-right: 60px;}
#group .rows:nth-child(even) .imgs {grid-row-start: 1; grid-column: 1/2;}
#group .rows:nth-child(even) .text {grid-row-start: 1; grid-column: 2/3; padding-left: 60px;}
*/
/*===================================================================================*/
/* 解决方案 */
#khtd {display: flex; flex-flow: row wrap; padding-bottom: 40px;}
#khtd li {position: relative; margin-top: 2%; margin-right: 1.787%; padding-top: 19.86%; width: 32.142%; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden;}
#khtd li:nth-child(3n) {margin-right: 0;}
#khtd li div {position: absolute; top: 0; left: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 30px; width: 100%; height: 100%; color:#fff; box-sizing: border-box;}
#khtd li div h4 {margin-bottom: 8px; font-size: 22px;}
#khtd li div p {height: 54px; font-size: 16px; line-height: 1.7;}

#fajs {padding-top: 20px; padding-bottom: 50px;}
#fas {display: flex; align-items: flex-start;}
#fas .name {flex: 0 0 auto; padding-bottom: 25px; width: 250px; background-color: #f5f8fc;}
#fas .name li {position: relative; padding: 20px 25px 20px 30px; font-size: 20px; cursor: pointer;}
#fas .name li i {position: absolute; top: 50%; right: 0; margin-top: -11px; color:#f18519; font-size: 20px; visibility: hidden;}
#fas .name li.curt {background-color: #fff;}
#fas .name li.curt i {visibility: visible;}
#fas .name li.curt::before {position: absolute; top: 0; left: 0; display: block; width: 2px; height: 100%; background-color: #f18519; content: '';}
#fas .text {flex: 1 1 auto; margin-left: 30px;}
#fas .cont {display: none;}
#fas .cont .tis {padding: 20px 30px; color:#000; font-size: 22px; font-weight: normal; background-color: #f5f8fc;}
#fas .cont .editorc {padding: 30px 30px 0 30px;}

#wlzhkj {background: url(../images/bg1.jpg) no-repeat center bottom #fff;}
#wlzhkj .editorc {padding-top: 80px; padding-bottom: 100px;}

#cases .wrap {padding-top: 70px; padding-bottom: 100px;}
#cases .rows {display: grid; grid-template-columns: 45.4% 54.6%;}
#cases .rows:not(:first-child) {margin-top: 100px;}
#cases .rows .text {padding-right: 100px; box-sizing: border-box;}
#cases .rows .text .name {display: flex; align-items: center; position: relative; margin-top: 30px;}
#cases .rows .text .name::before {flex: 0 0 auto; display: block; margin-right: 15px; width: 8px; height: 48px; background-color: #00a2ff; content: '';}
#cases .rows .text .name h2 {color:#000; font-size: 20px; line-height: 1.6;}
#cases .rows .text .editorc {margin-top: 4%;}
#cases .rows .imgs {font-size: 0; text-align: right; overflow: hidden;}
#cases .rows .imgs img {max-width: 100%;}

/*===================================================================================*/
/* 新闻列表 */
#news {padding-top: 60px;}
#news a {display: flex;}
#news a:not(:first-child) {margin-top: 3.5%;}
#news a .imgs {flex: 0 0 auto; width: 225px; height: 128px; font-size: 0; overflow: hidden;}
#news a .imgs img {width: 100%; height: 100%; object-fit: cover; transition: transform ease-out 500ms;}
#news a .text {flex: 1 1 auto; display: flex; align-items: center; margin-left: 25px;}
#news a .name {width: 100%; color:#1a1a1a; font-size: 20px; line-height: 1.6;}
#news a .date {flex: 0 0 auto; display: flex; align-items: center; margin-left: 35px; padding-left: 35px; height: 100%; color:#999; border-left: 1px solid #eee;}
#news a .date .day {font-size: 52px; font-family: Arial; font-weight: bold; line-height: 1;}
#news a .date .line {margin-left: 8px; margin-right: 8px; font-size: 40px; font-weight: 200; line-height: 1;}
#news a .date .year {line-height: 1.5; font-weight: 600;}
#news a .date .year span {font-weight: normal;}
#news a .date-m {display: none;}
#news a:hover .imgs img {transform: scale(1.08);}
#news a:hover .tis {color:#00a2ff;}

#news_info h1 {padding:6% 0 3% 0;color:#111;font-size:32px;line-height:1.6;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;}

/*===================================================================================*/
/* 关于我们 */

#gywm .tis {position: relative;}
#gywm .tis h2 {position: relative; z-index: 2; color:#000; font-size: 36px; line-height: 1;}
#gywm .tis p {position: relative; z-index: 1; margin-top: -30px; margin-left: -5px; color:#f4f5f9; font-size: 90px; font-family: 'Arial Black'; line-height: 1;}
#gywm .tis span {position: absolute; top: 15px; color:#666; font-size: 20px; letter-spacing: 3px;}

#gywm .intro {display: flex; padding-top: 85px; padding-bottom: 120px;}
#gywm .intro .tis-m {display: none;}
#gywm .intro .editorc {flex: 1 1 auto; margin-right: 120px; color:#666; line-height: 2.1;}
#gywm .intro .imgs {flex: 0 0 auto; width: 49%; font-size: 0; text-align: right;}
#gywm .intro .imgs img {margin-top: 20px; width: 100%; text-align: right;}

#gywm .fzlc {padding-bottom: 140px;}
#gywm .fzlc .cont {position: relative; margin-top: 50px;}
#gywm .fzlc .cont .swiper-slide {flex-grow: 1; width: 409px; height: auto; background-color: #f4f8fb;}
#gywm .fzlc .cont .swiper-slide:hover .imgs img {transform: scale(1.08);}
#gywm .fzlc .cont .swiper-button {position: absolute; top: 30%; color:#bbb; font-size: 26px; cursor: pointer;}
#gywm .fzlc .cont .swiper-button-disabled {opacity: 0.3; cursor: default;}
#gywm .fzlc .cont .swiper-button:hover {color:#f18519;}
#gywm .fzlc .cont .swiper-prev {left: -50px;}
#gywm .fzlc .cont .swiper-next {right: -50px;}
#gywm .fzlc .cont .imgs {font-size: 0; overflow: hidden;}
#gywm .fzlc .cont .imgs img {width: 100%; transition: transform ease-out 500ms;}
#gywm .fzlc .cont .text {padding: 20px 30px 25px 30px; font-size: var(--text-font-size);}
#gywm .fzlc .cont .text .date {padding-left: 25px; color:#999; background: url(../images/icon-1.png) no-repeat left 4px;}
#gywm .fzlc .cont .text .desc {margin-top: 10px; color:#333; line-height: var(--text-line-height);}

#gywm .fzlc .year {position: relative; margin-top: 50px; padding-left: 3%; padding-right: 3%;}
#gywm .fzlc .year::after {position: absolute; bottom: 6px; left: 20px; right: 20px; z-index: 1; height: 2px; background-color: #e5e5e5; content: '';}
#gywm .fzlc .year .swiper-container {z-index: 2;}
#gywm .fzlc .year .swiper-slide {position: relative; height: 45px; text-align: center; line-height: 1;}
#gywm .fzlc .year .swiper-slide::after {position: absolute; bottom: 0; left: 50%; width: 14px; height: 14px; box-sizing: border-box; border-radius: 50%; background-color: #e5e5e5; content: ''; transform: translateX(-50%);}
#gywm .fzlc .year .swiper-slide span {color:#999; font-size: 16px; cursor: pointer;}
#gywm .fzlc .year .swiper-slide-thumb-active::after {border: 4px solid #00a2ff; background: none;}
#gywm .fzlc .year .swiper-slide-thumb-active span {color:#00a2ff;}
#gywm .fzlc .year .swiper-button {position: absolute; bottom: -2px; z-index: 10; width: 20px; height: 20px; border-radius: 50%;background:url(../images/icon-2.png) no-repeat center center #00a2ff; cursor: pointer;}
#gywm .fzlc .year .swiper-button-disabled {opacity: 0.2; cursor: default;}
#gywm .fzlc .year .swiper-prev {left: 0; transform: rotate(180deg);}
#gywm .fzlc .year .swiper-next {right: 0;}

#gywm .cert {padding-bottom: 100px;}
#gywm .cert .tis {text-align: right;}
#gywm .cert .tis span {left: 0;}
#gywm .cert ul {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px 40px; margin-top: 50px;}
#gywm .cert ul li { text-align: center;}
#gywm .cert ul li .imgs {position: relative; padding-top: 72.728%; font-size: 0; background-color: #f5f5f5; overflow: hidden;}
#gywm .cert ul li .imgs div {position: absolute; top: 0; left: 0; padding: 20px; width: 100%; height: 100%; box-sizing: border-box;}
#gywm .cert ul li .imgs div span {max-height: 100%;}
#gywm .cert ul li .imgs div img {max-width: 100%; max-height: 100%; transition: transform ease-out 500ms;}
#gywm .cert ul li p {margin-top: 20px; color: var(--text-gray6); font-size: var(--text-font-size); line-height: 1.6;}
#gywm .cert ul li:hover .imgs div img {transform: scale(1.06);}

/*===================================================================================*/
/* 联系我们 */

#contact .zixun {background-color: #f8f8f8; padding-bottom: 30px;}
#contact .zixun .cont {margin-top: 30px;padding: 30px 40px; border: 1px solid rgba(0,0,0,0.1); background-color: #fff;}
#contact .zixun .cont .tits {color:#333; font-size: 20px;}
#contact .zixun .cont .editorc {margin-top: 10px; margin-bottom: 20px;}
#contact .zixun .cont .abtn a {display: inline-block; padding-left: 30px; padding-right: 30px; height: 40px; line-height: 40px; color:#fff; font-size: 16px; vertical-align: top; border-radius: 20px; background-color: #00a2ff;;}

#contact .sjgm .smenu {box-shadow: 0 8px 8px rgba(0,0,0,.04);}
#contact .sjgm .tab {display: flex; justify-content: center; margin-top: 30px;}
#contact .sjgm .tab li {position: relative; margin-right: 80px; padding-bottom: 18px; color:#666; font-size: 20px; text-align: center; cursor: pointer;}
#contact .sjgm .tab li:last-child {margin-right: 0;}
#contact .sjgm .tab li.curt {color:#00a2ff; font-weight: bold;}
#contact .sjgm .tab li.curt:after {position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background-color: #00a2ff; content: '';}
#contact .sjgm .qrcode {display: none; grid-template-columns: repeat(4, 1fr); gap: 18px; justify-content: center; padding-top: 60px; padding-bottom: 60px;}
#contact .sjgm .qrcode .items {padding: 32px; text-align: center; box-sizing: border-box; border: 1px solid rgba(0,0,0,0.1); overflow: hidden;}
#contact .sjgm .qrcode .items .imgs {height: 200px; font-size: 0;}
#contact .sjgm .qrcode .items .imgs img {max-width: 100%; max-height: 100%;}
#contact .sjgm .qrcode .items .name {margin-top: 25px; color:#00a2ff; line-height: 1.6;}

/*===================================================================================*/
/* 合作咨询 */

#zixun {padding-bottom: 50px; background-color: #f5f5f5;}
#zixun form {display: flex; flex-flow: row wrap; margin-top: 50px; padding: 20px 110px 40px 110px; background-color: #fff;}
#zixun .item {display: flex; align-items: center; margin-top: 20px; padding-left: 2%; padding-right: 2%; width: 50%; box-sizing: border-box;}
#zixun .item .bts {flex: 0 0 auto; width: 120px; padding-right: 10px; text-align: right; box-sizing: border-box;}
#zixun .item .xh::before {position: relative; top: -2px; margin-right: 5px; font-family: "宋体"; color:#ff0000; font-size: 12px; content: '*';}
#zixun .item .nrs {flex: 1 1 auto; width: 100%;}
#zixun .item .nrs input {padding-left: 10px; padding-right: 10px; width: 100%; height: 38px; border-radius: 3px; border: 1px solid #d9d9d9; background-color: #fff;}
#zixun .item .nrs textarea {padding: 8px 10px; width: 100%; height: 100px; line-height: 1.8; border-radius: 3px; border: 1px solid #d9d9d9; background-color: #fff;}
#zixun .item .nrs input:focus, #zixun .item .nrs textarea:focus {border-color: #999;}
#zixun .mw {width: 100%;}
#zixun .btns {margin-top: 20px; width: 100%; text-align: center;}
#zixun .btns button {padding: 8px 30px; color: #fff; font-size: 18px; border-radius: 5px; border: none; background-color: #00a2ff;}

/*===================================================================================*/

#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);}

/*===================================================================================*/
/* 浮动在线客服 */

#fos {position:fixed;bottom:35px;right:0;z-index:98;width:56px;}
#fos ul {border-radius: 8px 0 0 8px; box-shadow: 0 2px 12px rgba(0,0,0,0.2); background-color: #fff;}
#fos ul li {position:relative; padding: 10px 0 12px 0;}
#fos ul li .nrs {display: block; text-align: center;}
#fos ul li .icon {font-size: 0;}
#fos ul li .icon img {width: 32px;}
#fos ul li .text {margin-top: 6px; color:#666;}
#fos ul li .mask {position: absolute; top: 0; right: 100%; display: flex; flex-direction: column; justify-content: center; margin-right: 0px; padding: 0 20px; height: 100%; font-size: 16px; white-space:nowrap; word-break:keep-all; opacity: 0; visibility: hidden; border-radius: 6px; box-shadow: -3px 0 6px rgba(0,0,0,0.2); background-color: #fff;}
#fos ul li .mask h2 {margin-top: 3px; color:#00a2ff; font-size: 24px; font-weight: normal;}
#fos ul li .mask::after {position: absolute; top: 50%; right: -8px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #fff; content: ''; transform: translateY(-50%);}
#fos ul li.tel {border-radius: 8px 0 0 0; background:#00a2ff;
    background:-moz-linear-gradient(top, #00a2ff 0%, rgba(0,162,255,0.5) 100%);
    background:-webkit-linear-gradient(top, #00a2ff 0%,rgba(0,162,255,0.5) 100%);
    background:linear-gradient(to bottom, #00a2ff 0%,rgba(0,162,255,0.5) 100%);
}
#fos ul li.zixun {border-top: 1px solid rgba(0,0,0,0.05);}
#fos ul li.tel .text {color:#fff;}
#fos ul li:hover .mask {opacity: 1; visibility: visible;}
#fos .top {margin-top: 15px; width: 100%; height: 56px; box-shadow: 0 2px 12px rgba(0,0,0,0.3); border-radius: 50%; background: url(../images/fos_top.png) no-repeat center center #fff; background-size: 16px auto; cursor: pointer;}

/*===================================================================================*/

#news_page {padding-top:60px;width:100%;}
#pros_page {padding-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:#f2f2f2;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#00a2ff;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#00a2ff;}
.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;padding-top:6%;}
#pros_mpage {display:none;padding-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:#00a2ff;background-color:#00a2ff;}
#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:#00a2ff;background-color:#00a2ff;}