﻿@import url("base.css");
@font-face {
	font-family: 'barlow_semi_condensedmedium';
	src: url('../fonts/barlowsemicondensed-medium.woff-webfont.eot');
	src: url('../fonts/barlowsemicondensed-medium.woff-webfont.eot') format('embedded-opentype'),url('../fonts/barlowsemicondensed-medium.woff-webfont.woff2') format('woff2'),url('../fonts/barlowsemicondensed-medium.woff-webfont.woff') format('woff'),url('../fonts/barlowsemicondensed-medium.woff-webfont.ttf') format('truetype'),url('../fonts/barlowsemicondensed-medium.woff-webfont.svg#barlow_semi_condensedmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
.enfont {font-family: 'barlow_semi_condensedmedium';font-weight: normal !important;}
body {position:relative;z-index:1;margin:0 auto;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:#0053c5;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: 99; width: 100%;}
#header:hover, #header.fixed {background-color: rgba(0,0,0,0.4);}
#header > .wrap {display: flex; align-items: center; justify-content: space-between; height:95px;}
#header .logo {flex:0 0 auto; font-size: 0;}
#header .logo img {max-height: 60px;}
#header .r {display: flex; align-items: center; height: 100%;}
#header .tel {flex: 0 0 auto; margin-left: 10px; padding-left: 40px; height: 28px; line-height: 28px; color:#fff; font-size: 16px; background: url(../images/icon-tel.png) no-repeat;}
#header .tel strong {font-size: 18px;}
#header .ss {display: none;}

#header .nav {height: 100%;}
#header .nav li {position: relative; display: inline-block; padding: 0 28px; height: 100%;vertical-align: top;}
#header .nav li > a {position: relative; display: block; height: 100%; line-height: 95px; color: #fff; font-size: 16px; text-align: center;}
#header .nav li > a:after {position: absolute; bottom: 22px; left: 50%; display: block; margin-left: -16px; width: 32px; height: 3px; background-color: #fff; content: ''; opacity: 0; transform: scaleX(0); transform-origin: center center; transition:ease-out 400ms;}
#header .nav li > a.nav_over:after {opacity: 1; transform: scaleX(1); transition: none;}
#header .nav li:hover > a:after {opacity: 1; transform: scaleX(1);}
#header .nav li:hover p {display: block;}
#header .nav li:hover .nav_menu {display: block;}

#header .nav li p {position: absolute; top: 100%; left: 50%; display: none; margin-left: -75px; padding: 5px 15px 20px 15px; width: 150px; box-sizing: border-box; background-color:#00a0e9;}
#header .nav li p a {position: relative; display: block; padding: 10px 0; color:#fff; font-size: 14px; text-align: center; opacity: 0.8; border-bottom: 1px solid rgba(255,255,255,0.3); transition: opacity ease-out 150ms;}
#header .nav li p a:hover {opacity: 1; border-bottom-color:rgba(255,255,255,0.7);}
/*
.nav_menu {position:absolute; top:100%; left:0; display:none; width:100%; background-color:#00a0e9;}
.nav_menu .wrap {display: grid; row-gap: 10px; column-gap: 50px; padding-top: 40px; padding-bottom: 60px;}
.nav_menu a {position: relative; padding-right: 25px; height: 42px; line-height: 42px; color:#fff; font-size: 16px; text-align: right; opacity: 0.8; border-bottom: 1px solid rgba(255,255,255,0.3); transition: opacity ease-out 150ms;}
.nav_menu a:before {position: absolute; bottom: -1px; left: 0; display: block; width: 100%; height: 1px; background-color:rgba(255,255,255,0.6); content: ''; transform: scaleX(0); transform-origin: left top; transition: transform ease-out 300ms;}
.nav_menu a:after {position: absolute; top: 50%; right: 5px; display: block; margin-top: -5px; width: 1px; height: 12px; background-color: #fff; opacity: 0.6; content: ''; transform: rotate(45deg); transition: right ease-out 200ms;}
.nav_menu a:hover {opacity: 1;}
.nav_menu a:hover:before {transform: scaleX(1);}
.nav_menu a:hover:after {right: 15px;}
.nav_pros {grid-template-columns: repeat(4, 1fr);}
.nav_khfw {grid-template-columns: repeat(5, 1fr);}
.nav_gywm {grid-template-columns: repeat(3, 1fr);}
*/
#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;}
#banner .swiper-slide {width:100%;font-size:0;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;left:0;bottom:30px;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%;background:#fff;opacity:1;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 7px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#3f9dff;}
#banners {height: 530px; overflow: hidden;}
#banners > div {height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.bgimg {animation: 6s ease-in-out 0s infinite alternate none running breatheBg;}
@keyframes breatheBg {
	0% {transform: scale(1);}
	100% {transform: scale(1.1);}
}
@-webkit-keyframes breatheBg {
	0% {transform: scale(1);}
	100% {transform: scale(1.1);}
}

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

.wrap {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
#content {padding-bottom: 90px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#finfo {background: url(../images/finfo_bg.jpg) no-repeat center center; background-size: cover;}
#finfo .wrap {display: flex; justify-content: space-around; padding-top: 70px; padding-bottom: 70px; color:#999;}
#finfo a {color:#999;}
#finfo a:hover {color:#fff;}
#finfo .l {flex: 1 1 auto; margin-right: 100px;}
#finfo .r {flex: 0 0 auto; width: 540px; display: flex; align-items: flex-end;}
#finfo .logo {font-size: 0;}
#finfo .text {margin-top: 20px; font-size: 16px; line-height: 2.2;}
#finfo .qrcode {flex: 0 0 auto; padding: 6px; width: 164px; font-size: 0; box-sizing: border-box; background-color: #fff;}
#finfo .qrcode img {width: 100%;}
#finfo .lxfs {margin-left: 60px;}
#finfo .lxfs h2 {color:#e0e0e0; font-size: 30px;}
#finfo .lxfs p {position: relative; margin-top: 25px; padding-left: 40px; line-height: 1.6;}
#finfo .lxfs p:before {position: absolute; top: -4px; left: 0; display: block; width: 28px; height: 28px; border-radius: 50%; background-color: #6f6f72; background-position: center center; background-repeat: no-repeat; content: '';}
#finfo .lxfs .tel:before {background-image: url(../images/icon-1.png);}
#finfo .lxfs .address:before {background-image: url(../images/icon-2.png);}
#finfo .lxfs .email i {position: absolute; top: -4px; left: 0; display: block; width: 28px; height: 28px; line-height: 28px; color:#fff; font-size:14px; text-align: center;}
#footer {padding-top: 12px; padding-bottom: 12px; color:#c2c2c3; background-color: #2c2d32;}
#footer a {color:#c2c2c3;}
#footer a:hover {color:#fff;}

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

.ntis {color:#333; font-size: 42px; line-height: 1; text-align: center;}
.itis {padding-top: 90px; text-align: center;}
.itis h2, .itis h3 {position: relative; display: inline-block; padding-bottom: 18px; color:#333; font-size: 48px; line-height: 1; border-bottom: 1px solid #c3c6cb;}
.itis h3 {font-size: 42px;}
.itis h2:after, .itis h3:after {position: absolute; bottom: -2px; left: 50%; display: block; margin-left: -25px; width: 50px; height: 5px; background-color: #ff9900; content: '';}
.itis h2 span {position: relative; top: -3px; font-size: 46px;}
.itis p {margin-top: 15px; color: #999; font-size: 16px;}

#ipros {background-color: #f4f7fe;}
#ipros .wrap {padding-bottom: 90px;}
#ipros .cont {position: relative; margin-top: 55px; padding-left: 40px; padding-right: 40px;}
#ipros .swiper-slide {padding: 15px; font-size:0; box-sizing: border-box;}
#ipros .swiper-button {position: absolute; top: 50%; display: block; margin-top: -50px; width: 30px; height: 100px; line-height: 100px; color:#fff; font-size: 26px; text-align: center; background-color: #cdcdcd; cursor: pointer;}
#ipros .swiper-button:hover {background-color: #0053c5;}
#ipros .swiper-prev {left: 0; transform: rotate(180deg);}
#ipros .swiper-next {right: 0;}
#ipros a {display: block; text-align: center; box-shadow: 0 0 15px rgb(214,218,237); border-radius: 6px; background-color: #fff; overflow: hidden;}
#ipros a .imgs {overflow: hidden;}
#ipros a .imgs img {width: 100%; transition: transform ease-out 500ms;}
#ipros a .text {padding: 30px; font-size: 16px;}
#ipros a .text h2 {color:#333; font-size: 20px;}
#ipros a .text p {margin-top: 18px; margin-bottom: 20px; color:#888; line-height: 1.9; -webkit-line-clamp:3;}
#ipros a .text span {display: inline-block; width: 138px; height: 38px; line-height: 38px; color:#ff9900; text-align: center; vertical-align: top; border-radius: 4px; border: 1px solid #ff9900;}
#ipros a:hover .imgs img {transform: scale(1.08);}
#ipros a:hover .text span {color:#fff; background-color: #ff9900;}

#izzfw .cont {margin-top: 50px; margin-bottom: 90px; display: grid; grid-template-columns: 32.858% 32.145% 32.145%; align-items:start; justify-content:space-between;}
#izzfw .cont a {position: relative; padding-top: 75.555%; color:#fff; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden;}
#izzfw .cont a:nth-child(1) {grid-row-start: span 2; padding-top: 149.566%;}
#izzfw .cont a:nth-child(2) {grid-column-start: 2; grid-column-end: span 2; padding-top: 35.653%;}
#izzfw .cont a:nth-child(3), #izzfw .cont a:nth-child(4) {align-self: end;}
#izzfw .cont a:after {position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; visibility: hidden; background-color: rgba(0,83,197,0.4); content: ''; transition:opacity ease-out 300ms;}
#izzfw .cont a .name {position: absolute; top: 40px; left: 40px; z-index: 1; padding-bottom: 20px; font-size: 20px; line-height: 1; opacity: 1; border-bottom: 3px solid #fff; transition:opacity ease-out 200ms;}
#izzfw .cont a .text {position: absolute; top: 0; left: 0; z-index: 3; padding: 40px; width: 100%; height: 100%; text-align: center; opacity: 0; visibility: hidden; box-sizing: border-box; transform: translateY(100%); transition: ease-out 300ms;}
#izzfw .cont a .text h2 {display: inline-block; padding-bottom: 20px; font-size: 20px; line-height: 1; border-bottom: 3px solid #fff;}
#izzfw .cont a .text p {margin-top: 16px; font-size: 16px; text-align: left; line-height: 1.9;}
#izzfw .cont a:hover:after {opacity: 1; visibility: visible;}
#izzfw .cont a:hover .name {opacity: 0;}
#izzfw .cont a:hover .text {visibility: visible; opacity: 1; transform: translateY(0);}

#igjzx {background:url(../images/igjzx_bg.jpg) no-repeat center center/cover;}
#igjzx .wrap {padding-bottom: 90px;}
#igjzx .itis h2 {color:#fff; border-bottom-color: rgba(255,255,255,0.2);}
#igjzx .itis p {color:#fff;}
#igjzx .cont {margin-top: 60px; padding: 35px 40px; background-color: #fff;}
#igjzx .line1 {display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px;}
#igjzx .line1 dd {padding: 25px 20px; font-size: 0; text-align: center; background-color: #e0edff;}
#igjzx .line1 dd img {width: 106px; height: 106px;}
#igjzx .line1 dd p {margin-top: 18px; color:#333; font-size: 16px;}
#igjzx .line2 {display: flex; justify-content: space-between; margin-top: 40px; color:#fff;}
#igjzx .line2 .hot {display: flex; align-items: center; padding-left: 35px; padding-right: 45px; width: 31.81%; height: 120px; box-sizing: border-box; border-radius: 5px; background-repeat: no-repeat; background-size: cover;}
#igjzx .line2 .hot:nth-child(1) {background-image:url(../images/igjzx_bg1.png);}
#igjzx .line2 .hot:nth-child(2) {background-image:url(../images/igjzx_bg2.png);}
#igjzx .line2 .hot i {flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; border: 2px solid #fff; background: url(../images/icon-3.png) no-repeat center center;}
#igjzx .line2 .hot div {flex:1 1 auto; margin-left: 20px; font-size: 24px; font-weight: bold; line-height: 1;}
#igjzx .line2 .hot div p {position: relative; margin-top: 20px; display: flex; align-items: center; justify-content: space-around;}
#igjzx .line2 .hot div p span:nth-child(1) {flex:0 0 auto; padding-right: 22px;}
#igjzx .line2 .hot div p span:nth-child(2) {flex:1 1 auto; position: relative; height: 7px; background: url(../images/igjzx_linec.png) repeat-x;}
#igjzx .line2 .hot div p span:nth-child(2):before {position: absolute; top: 0; left: -6px; display: block; width: 6px; height: 12px; background-image: url(../images/igjzx_linel.png); content: '';}
#igjzx .line2 .hot div p span:nth-child(2):after {position: absolute; bottom: 0; right: -6px; display: block; width: 6px; height: 12px; background-image: url(../images/igjzx_liner.png); content: '';}
#igjzx .line2 .hot div p span:nth-child(3) {flex:0 0 auto; padding-left: 22px;}
#igjzx .line2 .tel {display: flex; align-items: center; padding-left: 35px; width: 31.81%; height: 120px; box-sizing: border-box; border-radius: 5px; background-color: #ff9900; overflow: hidden;}
#igjzx .line2 .tel i {flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; border: 2px solid #fff; background: url(../images/icon-4.png) no-repeat center center;}
#igjzx .line2 .tel div {flex:1 1 auto; margin-left: 20px; font-size: 24px; font-weight: bold; line-height: 1;}
#igjzx .line2 .tel div h2 {margin-top: 15px; font-size: 36px;}

#iqyys .cont {margin-top: 60px; margin-bottom: 90px; display: flex; justify-content: space-between;}
#iqyys .cont dd {width: 18.57%;}
#iqyys .cont dd .imgs {font-size: 0; overflow: hidden;}
#iqyys .cont dd .imgs img {width: 100%;}
#iqyys .cont dd .text h3 {margin-top:22px; color:#333; font-size: 18px; text-align: center; line-height: 1.6;}
#iqyys .cont dd .text h3:after {display: block; margin: 15px auto; width: 88px; height: 1px; background-color: #0053c5; content: '';}
#iqyys .cont dd .text p {color:#999; font-size: 15px; line-height: 1.8;}

#ipartner {background-color: #f4f7fe;}
#ipartner .wrap {padding-bottom: 100px;}
.partner {display: grid; grid-template-columns: repeat(6,1fr); gap: 30px; margin-top: 50px;}
.partner a, .partner p {padding:20px; height: 110px; font-size: 0; text-align: center; box-sizing: border-box; border:1px solid #e6e6e6; background-color: #fff; overflow: hidden;}
.partner span {max-height: 100%;}
.partner img {max-width: 100%; max-height: 100%; transition: transform ease-out 400ms;}
.partner a:hover ,.partner p:hover img {transform: scale(1.08);}

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

#iquery {background: url(../images/iquery_bg.jpg) no-repeat center center/cover;}
#iquery .wrap {display: flex; justify-content: space-between; padding-top: 40px; padding-bottom: 50px;}
#iquery .tis {position: relative; margin-bottom: 30px; padding-left: 55px; color:#fff; font-size: 30px;}
#iquery .tis:before {position: absolute; top: 3px; left: 0; display: block; width: 38px; height: 38px; line-height: 38px; font-size: 26px; font-weight: bold; text-align: center; border-radius: 50%; border: 1px solid #fff;}
#iquery .freight {width: 54.28%;}
#iquery .freight .tis:before {content: '1';}
#iquery .freight .cont {padding: 10px 25px 30px 25px; min-height: 300px; border-radius: 18px; box-sizing: border-box; background-color: #fff;}
#iquery .freight .items {position: relative; display: inline-block; margin-top: 20px; margin-right: 3%; width: 33.5%; vertical-align: top;}
#iquery .freight .items:nth-child(3n) {margin-right: 0; width: 27%;}
#iquery .freight .items .bts {height: 30px; color:#666; font-size: 16px;}
#iquery .freight .items .bts span {position: relative; top: 2px; color:#ff0000; font-size: 14px;}
#iquery .freight .items .nrs {position: relative; font-size: 0;}
#iquery .freight .items .nrs input, #iquery .freight .items .nrs select {padding: 0 10px; width: 100%; height: 33px; border: 1px solid #e2e5e9; background-color: #fff;}
#iquery .freight .btns {display: inline-block; margin-top: 50px; vertical-align: top;}

#iquery .track {width: 41.42%;}
#iquery .track .tis:before {content: '2';}
#iquery .track .cont {padding: 30px 25px; font-size: 0; text-align: center; border-radius: 18px; background-color: #fff;}
#iquery .track .cont textarea {padding: 10px 12px; width: 100%; height: 180px; line-height: 1.8; border: 1px solid #e2e5e9;}
#iquery .track .cont button {margin-top: 20px;}

#login {position: fixed; top: 0; left: 0; z-index: 999; display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);}
#login .cont {margin: 0 auto; margin-top: -50px; padding: 25px; width: 350px; box-sizing: border-box; border-radius: 10px; background-color: #fff;}
#login .cont .items {margin-bottom: 20px;}
#login .cont .items p {margin-bottom: 8px; font-size: 16px;}
#login .cont .items input {padding: 0 12px; width: 100%; height: 36px; border-radius: 3px; border: 1px solid #ddd; background-color: #fff;}
#login .cont .btns {display: flex; justify-content: space-between; font-size: 0;}
#login .cont .btns button {width: 46%;}
#login .cont .btns button:nth-child(1) {background-color: #0053c5;}
#login .cont .btns button:nth-child(2) {background-color: #ff9900;}

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

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#bnav .wrap {display: flex; align-items: center; justify-content: space-between; margin-top: 30px; margin-bottom: 30px; padding-left: 45px; padding-right: 45px; height: 80px; border-radius: 40px; background-color: #f5f5f5;}
#bnav .navs {flex: 0 0 auto;}
#bnav .navs a {color:#505050;}
#bnav .navs a:hover {color:#0053c5;}
#bnav .navs i {position: relative; top: 1px; margin-left: 5px; margin-right: 5px;}
#bnav .navs strong {color:#0053c5;font-weight:normal;}
#bnav .menus {display: flex; height: 100%;}
#bnav .menus a {display: flex; align-items: center; position: relative; padding: 0 25px; font-size: 16px;}
#bnav .menus a:before {content: ""; position: absolute; width: 1px; height: 15px; display: block; background: rgb(204, 204, 204); top: 50%; margin-top: -6px; right: 0;}
#bnav .menus a:after {position: absolute; bottom: 0; left: 12px; right: 12px; display: block; height: 3px; background-color: #0053c5; content: ''; opacity: 0; transform: scaleX(0); transform-origin: center center; transition:ease-out 300ms;}
#bnav .menus a:last-child:before {display: none;}
#bnav .menus a:hover, #bnav .menus a.curt {color:#0053c5; font-weight: bold;}
#bnav .menus a:hover:after {opacity: 1; transform: scaleX(1);}
.bname {padding-top: 80px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.bname h2 {color:#0053c5; font-size: 40px; line-height: 1;}

#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:#0053c5;font-weight:normal;}
#bname-m {position:relative;display:none;box-shadow:inset 0 0 10px rgba(0,0,0,0.2); background-color: rgba(0,83,197,0.8);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: rgba(0,83,197,0.8);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 {color:#fff;font-size:14px;box-sizing:border-box;border-radius:5px;border:none;background-color:#ff9900;cursor:pointer; transition: background-color ease-out 200ms;}
.button:hover {background-color:#0053c5;}
.button_wd {width:140px;height:40px;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:3%;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.9;}
.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:8px;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;}

#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:23px;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:#0053c5;}

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

#gywm .profile {display: flex; align-items: flex-start; padding-top: 60px; padding-bottom: 120px;}
#gywm .profile .text {flex: 1 1 auto; margin-right: 5%;}
#gywm .profile .text .name h1 {font-size: 26px; letter-spacing: 1px;}
#gywm .profile .text .name h2 {margin-top: 5px; color:#d3d3d3; font-size: 18px; letter-spacing: 0.3px;}
#gywm .profile .text .editorc {margin-top: 3%;}
#gywm .profile .imgs {flex: 0 0 auto; width: 43%; font-size: 0; border-radius: 8px; overflow: hidden;}
#gywm .profile .imgs img {width: 100%; transition: transform ease-out 400ms;}
#gywm .profile .imgs img:hover {transform: scale(1.08);}
#gywm .profile .szys {display: flex; margin-top: 8%; margin-right: 10%;}
#gywm .profile .szys dd {position: relative; padding-left: 1vw; width: 33.333%; box-sizing: border-box; border-left: 1px solid #ddd;}
#gywm .profile .szys dd:before {position: absolute; top: 0; left: -1px; display: block; width: 1px; height: 50%; background-color: #0053c5; content: '';}
#gywm .profile .szys .number {color:#0053c5; font-size: 48px; line-height: 1;}
#gywm .profile .szys .wz {position: relative; top: -3px; margin-left: 5px; color:#0053c5; font-size: 16px;}
#gywm .profile .szys p {margin-top: 10px; color:#888; font-size: 16px;}

#gywm .fzlc {margin: 0 auto; width: 1280px;}
#gywm .fzlc .year {position: relative; margin: 50px auto 0 auto; padding: 0 50px; width: 1030px; box-sizing: border-box;}
#gywm .fzlc .year .swiper-container:after {position: absolute; bottom: 3px; left: 0; right: 0; height: 1px; background-color: #e6e6e6; content: '';}
#gywm .fzlc .year .swiper-slide {position: relative; height: 32px; font-size: 18px; text-align: center; line-height: 1; cursor: pointer;}
#gywm .fzlc .year .swiper-slide:after {position: absolute; bottom: 0; left: 50%; width: 7px; height: 7px; border-radius: 50%; background-color: #e6e6e6; content: ''; transform: translateX(-50%);}
#gywm .fzlc .year .swiper-slide-thumb-active {color:#0053c5;}
#gywm .fzlc .year .swiper-slide-thumb-active:after {background-color:#0053c5;}
#gywm .fzlc .year .swiper-button {position: absolute; top: 0; color: #0053c5; font-size: 22px; cursor: pointer;}
#gywm .fzlc .year .swiper-button-disabled {opacity: 0.3; cursor: default;}
#gywm .fzlc .year .swiper-prev {left: -10px;}
#gywm .fzlc .year .swiper-next {right: -10px;}
#gywm .fzlc .cont {padding-top: 40px; padding-bottom: 60px;}
#gywm .fzlc .cont .swiper-slide {width: 800px;}
#gywm .fzlc .cont .swiper-slide .number {font-size: 270px; color:#909090; line-height: 1; opacity: 0.2;
	background-image: linear-gradient(180deg,rgba(103,108,112,0.3) 30%,rgba(103,108,112,0) 80%);
	background-image: -moz-linear-gradient(-90deg,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0) 80%);
	-webkit-background-clip:text;-webkit-text-fill-color: transparent;
}
#gywm .fzlc .cont .swiper-slide .text {position: relative; padding-left: 15px; font-size: 18px; line-height: 1.65; opacity: 0; transition:opacity 300ms;}
#gywm .fzlc .cont .swiper-slide .text:before {content:"";position:absolute;left:-2px;top:15px;height:20px;width:3px;background-color:#1c428c;transform: skewX(-15deg) translateY(-50%);}
#gywm .fzlc .cont .swiper-slide-active .text {opacity: 1;}

#hxjzg .wrap {padding-top: 90px; padding-bottom: 90px; width: 1364px;}
#hxjzg .ntis {color:#0053c5;}
#hxjzg .cont {display: flex; justify-content: space-between; margin-top: 50px;}
#hxjzg .cont dd {position: relative; width: 20.9%; text-align: center; box-sizing: border-box; background-repeat: no-repeat; background-position: center center; background-size: cover;}
#hxjzg .cont dd:nth-child(1) {padding-top: 33.215%;}
#hxjzg .cont dd:nth-child(3) {width: 55.44%;}
#hxjzg .cont dd div {position: absolute; top: 0; left: 0; padding: 30px; width: 100%; height: 100%; color:#fff; font-size: 22px; box-sizing: border-box;}

#zzjg .wrap {padding-top: 10px; padding-bottom: 90px;}
#zzjg .ntis {color:#0053c5;}

#arts .rows {margin-top: 3.5%;}
#arts .rows .tis {font-size: 18px; line-height: 1.6;}
#arts .rows .editorc {margin-top: 20px;}
#arts .rows .date {margin-top: 3%; text-align: right; font-size: 20px; font-weight: bold;}

#rczp .pytx .wrap {padding-top: 100px;}
#rczp .pytx .tis {font-size: 36px; font-weight: normal; text-align: center; line-height: 1.6;}
#rczp .pytx .list {display: flex; margin-top: 80px; background-color: #fff;}
#rczp .pytx .list dd {position: relative; padding: 50px 30px; width: 20%; text-align: center; box-sizing: border-box;}
#rczp .pytx .list dd::after {position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 3px; background-color: #0053c5; content: ''; opacity: 0; transform: scaleX(0); transform-origin: center center; transition:ease-out 300ms;}
#rczp .pytx .list dd .icon {position: relative; height: 42px; font-size: 0;}
#rczp .pytx .list dd .icon div {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#rczp .pytx .list dd .icon div:nth-child(2) {visibility: hidden;}
#rczp .pytx .list dd .icon div span {max-height: 100%;}
#rczp .pytx .list dd .icon div img {max-height: 100%;}
#rczp .pytx .list dd p {margin-top: 20px; color:#777; font-size: 18px;}
#rczp .pytx .list dd:hover:after {opacity: 1; transform: scaleX(1);}
#rczp .pytx .list dd:hover .icon div:nth-child(1) {visibility: hidden;}
#rczp .pytx .list dd:hover .icon div:nth-child(2) {visibility: visible;}
#rczp .pytx .list dd:hover p {color: #0053c5;}

#rczp .cont .wrap {display: flex; padding-top: 80px; padding-bottom: 80px;}
#rczp .cont .imgs {flex: 0 0 auto; width: 50%; font-size: 0;}
#rczp .cont .imgs img {width: 100%;}
#rczp .cont .imgs-m {display: none; font-size: 0;}
#rczp .cont .imgs-m img {width: 100%;}
#rczp .cont .text {flex: 1 1 auto; margin-left: 2.5%;}
#rczp .cont .text .tis {padding-bottom: 15px; color:#333; font-size: 30px; font-weight: normal; border-bottom: 1px solid #e4e4e4;}
#rczp .cont .text .editorc {margin-top: 3%;}

/*===================================================================================*/
/* 优势产品 */

.pros {display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 5%;}
.pros dd {text-align: center;}
.pros dd div {font-size: 0; overflow: hidden;}
.pros dd div img {width: 100%; transition: transform ease-out 400ms;}
.pros dd h2 {margin-top: 1px; padding: 0 20px; height: 45px; line-height: 45px; color:#fff; font-size: 16px; font-weight: normal; background-color: #2a3843; transition: background-color ease-out 200ms;}
.pros dd:hover div img {transform: scale(1.08);}
.pros dd:hover h2 {background-color: #0053c5;}

#fwxm .wrap {padding-bottom: 4%;}
#fwxm .cont {display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 20px; row-gap: 30px; margin-top: 3%;}
#fwxm .cont a {padding: 35px 30px 50px 30px; text-align: center; box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;}
#fwxm .cont a:nth-child(even) {background-color: #f6f6f6;}
#fwxm .cont a div {height: 48px; font-size: 0;}
#fwxm .cont a div span {max-height: 100%;}
#fwxm .cont a div img {max-height: 100%;}
#fwxm .cont a h2 {margin-top: 15px; font-size: 24px; font-weight: normal; line-height: 1.6;}
#fwxm .cont a:hover h2 {color:#0053c5; font-weight: bold;}

#fwys {background: url(../images/fwys_bg.jpg) no-repeat center top;}
#fwys .itis {padding-top: 110px;}
#fwys .itis h3 {border-bottom: none;}
#fwys .itis h3:after {display: none;}
#fwys .cont {display: flex; align-items: center; padding-top: 80px; padding-bottom: 80px;}
#fwys .cont .imgs {width: 45%; font-size: 0; text-align: center;}
#fwys .cont .imgs img {max-width: 100%;}
#fwys .cont .list {display: flex; margin-top: -50px; width: 55%;}
#fwys .cont .list dd {padding: 40px 12px; width: 25%; text-align: center; box-sizing: border-box; transition: 600ms;}
#fwys .cont .list dd div {height: 50px; font-size: 0;}
#fwys .cont .list dd div span {max-height: 100%;}
#fwys .cont .list dd div img {max-height: 100%;}
#fwys .cont .list dd h4 {padding-top: 10px; padding-bottom: 5px; color:#333; font-size: 18px; font-weight: normal;}
#fwys .cont .list dd p {font-size: 12px;}
#fwys .cont .list dd:hover {transform: scale(1.1);border-radius: 15px;box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff;}

/*===================================================================================*/
/* 客户服务 */

#jrtj {background-color: #eff1f2;}
#jrtj .wrap {padding-top: 80px; padding-bottom: 80px; width: 1470px;}
#jrtj h2 {font-size: 36px; line-height: 1; text-align: center;}
#jrtj .cont {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 3.5%;}
#jrtj .cols {padding: 30px; box-sizing: border-box; border-radius: 12px; color:#606060; background-color: #fff;}
#jrtj .cols h3 {color:#333; font-size: 24px; font-weight: normal;}
#jrtj .cols h3 i {position: relative; left: -5px; color:#f08200; font-size: 24px;}
#jrtj .cols .tags {margin-top: 15px; margin-bottom: 15px;}
#jrtj .cols .tags p {padding-bottom: 8px; color:#f08200; font-size: 16px; font-weight: bold;}
#jrtj .cols .tags span {display: inline-block; margin-top: 5px; margin-right: 5px; padding: 5px; color:#1090ff; vertical-align: top; background-color: #ddd;}
#jrtj .cols .tags span:last-child {margin-right: 0;}
#jrtj .cols .desc {line-height: 1.8;}
#jrtj .cols .dline {padding-bottom: 10px;}
#jrtj .cols .ls {margin-top: 20px; display: flex;}
#jrtj .cols .ls p {flex: 1 1 auto; line-height: 1.6;}
#jrtj .cols .ls a {flex: 0 0 auto; margin-top: -5px; margin-left: 10px; width: 80px; height: 30px; line-height: 30px; color:#fff; text-align: center; background-color: #1090ff;}

.zywl td {font-size: 14px;line-height:1.65;}

#dzfw .fas {background-color: #fafafa;}
#dzfw .fas .wrap {padding-top: 90px; padding-bottom: 60px;}
#dzfw .fas .ntis {color:#0053c5;}
#dzfw .fas .list {display: flex; margin-top: 3%;}
#dzfw .fas .list dd {padding: 1%; width: 25%; text-align: center; box-sizing: border-box;}
#dzfw .fas .list dd .icon {position: relative; margin: 0 auto; width: 134px; height: 154px; background: url(../images/icon-5.png) no-repeat;}
#dzfw .fas .list dd .icon div {height: 54px; font-size: 0;}
#dzfw .fas .list dd .icon div span {max-height: 100%;}
#dzfw .fas .list dd .icon div img {max-height: 100%;}
#dzfw .fas .list dd h4 {margin-top: 18px; margin-bottom: 10px; color:#666; font-size: 22px; font-weight: normal;}
#dzfw .fas .list dd p {color:#999; font-size: 16px; line-height: 1.6;}

#dzfw .cont {background-color: #fff;}
#dzfw .cont .wrap {display: flex; align-items: flex-start; justify-content: space-between; padding-top: 60px; padding-bottom: 60px;}
#dzfw .cont .text {flex: 1 1 auto; display: flex;}
#dzfw .cont .text .name {flex: 0 0 auto; width: 38%; font-size: 0; text-align: center;}
#dzfw .cont .text .name img {max-width: 100%;}
#dzfw .cont .text .name h3 {margin-top: 20px; font-size: 28px;}
#dzfw .cont .text .desc {padding-left: 5%; border-left: 1px solid #ccc;}
#dzfw .cont .text .desc h4 {color:#ff9241; font-size: 28px;}
#dzfw .cont .text .desc p {margin-top: 20px; font-size: 16px; line-height: 2.2;}
#dzfw .cont .imgs {width: 45%; font-size: 0; text-align: right;}
#dzfw .cont .imgs img {max-width: 100%;}

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

#news {padding-top: 1.5%;}
#news li {display: flex; align-items: flex-start; padding-top: 30px; padding-bottom: 30px; border-bottom: 1px dotted #d4d4d4;}
#news li .imgs {flex: 0 0 auto; margin-top: 6px; width: 18%; font-size: 0; border-radius: 5px; overflow: hidden;}
#news li .imgs img {width: 100%; transition: transform ease-out 400ms;}
#news li .text {flex: 1 1 auto; margin-left: 2%;}
#news li .text h2 {font-size: 20px; line-height: 1.6;}
#news li .text span {display: block; margin-top: 5px; margin-bottom: 8px; color:#999;}
#news li .text p {color:#808080; font-size: 16px; line-height: 1.7;}
#news li:hover .imgs img {transform: scale(1.08);}
#news_info h1 {padding:60px 0 30px 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;}

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

#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 {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:#0053c5;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#0053c5;}
.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:#0053c5;background-color:#0053c5;}
#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:#0053c5;background-color:#0053c5;}