@charset "utf-8";
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
ul, ol, dl {
  list-style-type: none;
}
html, body {
  *position: static;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input, textarea, button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
body, th, td, button, input, select, textarea {
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
a, area {
  outline: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a.ie6:hover {
  zoom: 1;
}
a:focus {
  outline: 0;
}
sub, sup {
  vertical-align: baseline;
}
button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}
i {
  display: inline-block;
  font-style: normal;
}
img {
  border: 0;
  display: block;
}
a img, img {
  -ms-interpolation-mode: bicubic;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
/* page-w */
body {
  min-width: 1240px;
}
.page-w {
  width: 1200px;
  margin: 0px auto;
}
/* flex */
.flex-start-space-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex-center-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-center-left {
  display: flex;
  align-items: center;
  justify-content: left;
}
/* header */
/* logo-img */
.logo-img {
  width: 336px;
  height: 60px;
}
/* nav */
.nav li {
  text-align: center;
  line-height: 1;
  padding: 20px 15px;
  margin: 0px 8px;
  position: relative;
}
.nav li.is_active::after, .nav li.white::after {
  background-color: #2449A4;
  opacity: 1;
}
.nav li::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  content: '';
}
.nav li b {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.nav li cite {
  display: block;
  padding: 5px 0;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
}
.nav li:hover b, .nav li:hover cite, .nav li.white b, .nav li.white cite {
  color: #2449A4;
}
.gsjj .nav-gsjj b, .gsjj .nav-gsjj cite {
  color: #2449A4;
}
.fwxm .nav-fwxm b, .fwxm .nav-fwxm cite {
  color: #2449A4;
}
.ptsb .nav-ptsb b, .ptsb .nav-ptsb cite {
  color: #2449A4;
}
.gcal .nav-gcal b, .gcal .nav-gcal cite {
  color: #2449A4;
}
.xwdt .nav-xwdt b, .xwdt .nav-xwdt cite {
  color: #2449A4;
}
.lxwm .nav-lxwm b, .lxwm .nav-lxwm cite {
  color: #2449A4;
}
/* banner */
.banner-plane {
  width: 100%;
}
.banner-plane .swiper {
  width: 100%;
  height: 100%;
}
.banner-plane .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-plane .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner-plane .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.banner-plane .swiper-pagination-bullet-active {
  color: #fff;
  background: #2449A4;
}
/* plane */
.plane {
  padding: 30px 0px;
}
.inner {
  padding-bottom: 0px;
}
/* col-tit */
.col-tit {
  text-align: center;
  line-height: 1;
  padding: 20px 0px;
}
.col-tit h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.col-tit p {
  color: #898989;
  font-size: 16px;
  text-transform: uppercase;
}
/* jsyj-item */
.jsyj-list::after {
  content: "";
  display: block;
  clear: both;
}
.jsyj-list .jsyj-item {
  float: left;
  width: 277px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.fwly-list .jsyj-item {
  width: 380px;
}
.jsyj-list .ptsb-item {
  width: 277px;
}
.jsyj-list .jsyj-item:nth-child(4n) {
  margin-right: 0px;
}
.fwly-list .jsyj-item:nth-child(3n) {
  margin-right: 0px;
}
.fwly-list .jsyj-item:nth-child(4n) {
  margin-right: 30px;
}
.fwly-list .ptsb-item:nth-child(3n) {
  margin-right: 30px;
}
.fwly-list .ptsb-item:nth-child(4n) {
  margin-right: 0px;
}
/**/
.jsyj-item-img img {
  width: 275px;
  height: 183px;
  display: block;
}
.ptsb-item .jsyj-item-img img {
  width: 275px;
  height: 183px;
  display: block;
}
.scale_img {
  overflow: hidden;
  border: #F2F2F2 solid 1px;
}
.scale_img img {
  transform: scale(1);
  transition: all .3s ease-in-out;
}
a:hover .scale_img img {
  transform: scale(1.15)
}
.jsyj-item h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gcal-item h3 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jsyj-item p {
  color: #898989;
  font-size: 14px;
  text-align: center;
}
.ptsb-item p {
  text-align: center;
}
.gcal-item p {
  text-align: center;
}
/* about-plane */
.about-plane {
  background-color: #F5F5F5;
}
/* about-txt */
.about-txt {
  flex: 1;
  margin-right: 50px;
}
.about-txt h3 {
  font-size: 34px;
}
.about-txt cite {
  color: #898989;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
.about-txt p {
  font-size: 14px;
  line-height: 2;
}
/* about-img */
.about-img {
  width: 583px;
}
.about-img img {
  width: 100%;
}
/* news */
.xwdt-list {
  border-top: 1px solid #666;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.xwdt-list .xwdt-item {
  flex: 1;
  position: relative
}
.xwdt-list .xwdt-item span {
  color: #898989;
  font-size: 16px;
}
.xwdt-list .xwdt-item h3 {
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
}
.xwdt-list .xwdt-item p {
  color: #898989;
  font-size: 14px;
  line-height: 2;
  min-height: 85px;
}
.xwdt-list .xwdt-item a {
  display: block;
  padding: 50px 38px 40px;
  min-height: 260px;
  position: relative;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  z-index: 3;
}
/* xwdt-more */
.xwdt-more {
  margin-top: 20px;
}
.arrow_rt {
  display: flex;
  align-items: center;
}
.arrow_rt::after {
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) scale(.85714, 1) rotate(45deg);
  margin-left: 5px;
  margin-top: 6px;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  content: '';
}
.xwdt-list .xwdt-item a:hover {
  background-color: #2449A4;
}
.xwdt-list .xwdt-item a:hover span, .xwdt-list .xwdt-item a:hover h3, .xwdt-list .xwdt-item a:hover p, .xwdt-list .xwdt-item a:hover .xwdt-more {
  color: #fff;
}
.xwdt-list .xwdt-item a:hover .arrow_rt::after {
  border-color: #ffffff;
}
/* copy */
.copy {
  background-color: #0B2462;
  color: #D8D8D8;
  text-align: center;
  padding: 10px 0px;
}
.copy a {
  color: #D8D8D8;
}
/* footer */
.footer {
  background-color: #2449A4;
}
/* footer-inner */
.footer-inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.fot-logo {
  text-align: center;
  line-height: 3;
  font-size: 18px;
  margin-right: 100px;
  color: #D8D8D8;
}
.fot-logo img {
  width: 75px;
  height: 75px;
}
.fot-gzh {
  text-align: center;
  line-height: 3;
}
.fot-gzh img {
  width: 105px;
  height: 105px;
}
/* fot-menu */
.fot-menu {
  flex: 1;
  display: flex;
}
.fot-menu dl {
  margin-right: 40px;
}
.fot-menu dt {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fot-menu dd {
  color: #D8D8D8;
  margin-bottom: 8px;
}
.fot-menu dd a {
  color: #D8D8D8;
  margin-bottom: 8px;
}
/* fot-tel */
.fot-tel {
  padding-right: 50px;
  width: 260px;
}
.fot-tel dl {
  margin-bottom: 10px;
}
.fot-tel dt {
  color: #D8D8D8;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.fot-tel dt img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.fot-tel .tel-txt {
  font-size: 22px;
  font-weight: bold;
}
/* page-head */
.page-head {
  position: relative;
}
.page-head-con {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-head-img img {
  width: 100%;
}
/* page-head-txt */
.page-head-txt {
  color: #ffffff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.30);
  line-height: 1;
  text-align: center;
}
.page-head-txt b {
  display: block;
  font-size: 35px;
}
.page-head-txt cite {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* current-txt */
.current {
  border-bottom: #E7E7E7 solid 1px;
}
.current-txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 15px 0px;
}
.current-txt img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
/* sidebar */
.sidebar {
  width: 260px;
}
.bar-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
  margin: 20px 0px 20px 0px;
}
.bar-box-body li {
  padding: 20px;
  border-bottom: #EDEDED solid 1px;
}
.bar-box-body li:last-child {
  border-bottom: none;
}
.bar-box-body li.hover a {
  color: #2449A4;
  font-weight: bold;
}
/* bar-img */
.bar-img {
  margin-bottom: 20px;
}
.bar-img img {
  width: 100%;
}
/* bar-img */
.main {
  flex: 1;
  padding-bottom: 20px;
}
/**/
.detail-body {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
  margin: 20px 0px 20px 20px;
}
.detail-list-body {
  margin: 20px 0px 0px 0px;
}
/*内容页*/
.detail-title {
  padding: 40px 0px 20px 0px;
  text-align: center;
  border-bottom: #ccc dashed 1px;
}
.detail-title h1 {
  font-size: 26px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail-title p {
  color: #999;
}
.detail-title p span {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.shang-xia {
  padding: 20px;
}
/*.detail-edit*/
.detail-edit {
  padding: 20px;
}
.detail-edit p {
  line-height: 1.7em;
  margin-bottom: 1em;
}
.detail-edit img {
  max-width: 100%;
  display: inline-block;
  margin: 0px auto;
}
.detail-edit iframe {
  max-width: 100%;
  margin: 0px auto;
}
.detail-edit table {
  max-width: 100%;
}
.detail-edit table {
  font-size: 14px;
}
.detail-edit table tr {
  border-top: #A7A7A7 solid 1px;
  border-right: #A7A7A7 solid 1px;
}
.detail-edit table td {
  padding: 5px;
  border-bottom: #A7A7A7 solid 1px;
  border-left: #A7A7A7 solid 1px;
}
.detail-edit ol {
  padding: 20px;
}
.detail-edit li {
  list-style: decimal;
  margin-bottom: 15px;
}
/* lianxi-box */
.lianxi-head h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: #E7E7E7 solid 1px;
  padding: 20px 0px;
}
.lianxi-body {
  padding: 20px 0px;
}
.lx-text {
  padding-right: 30px;
}
.lx-text p {
  font-size: 16px;
  line-height: 38px;
}
/* lx-ul */
.lx-ul {
  padding-top: 30px;
}
.lx-ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.lx-ul li img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
/*  */
.form-item {
  display: flex;
  align-items: center;
  line-height: 14px;
  margin-bottom: 15px;
  position: relative;
}
.form-item-textarea {
  align-items: flex-start;
}
.form-item label.normal {
  width: 100px;
  text-align: right;
  display: inline-block;
  margin-right: 11px;
  color: #151515;
}
.form-item label.normal i {
  color: #c40;
  margin-right: 6px;
  vertical-align: middle;
}
.form-item input, .form-item textarea {
  width: 278px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
  box-shadow: none;
  color: #333;
}
.form-item textarea {
  height: 80px;
}
.form-item-submit {
  padding-left: 100px;
}
.form-item-submit input {
  width: 278px;
  border: 1px solid #2449A4;
  border-radius: 100px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
  box-shadow: none;
  background: #2449A4;
  color: #FFFFFF;
  text-align: center;
}
/* sendcode */
/*  */
.liuyan-box {
  width: 582px;
}
/* gzh-box */
.gzh-box {
  flex: 1;
  margin-right: 40px;
}
.gzh-img {
  margin-right: 20px;
}
.gzh-img img {
  width: 185px;
  height: 185px;
}
.gzh-txt h5 {
  font-size: 20px;
  font-weight: bold;
}
.gzh-box .lianxi-body {
  background-color: #FAFAFA;
  padding: 30px;
}
/* job-list */
.job-list {
  padding: 20px 0px;
}
.job-tit h2 {
  font-size: 20px;
  font-weight: 700;
}
.job-txt {
  padding: 5px 0px;
}
.job-txt span {
  color: #797874;
}
.job-item {
  border-bottom: #E7E7E7 solid 1px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.job-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.job-info {
  font-weight: bold;
  text-align: right;
}
.job-info p {
  margin-bottom: 10px;
}
.job-info b {
  color: #c40;
}
.job-info-down {
  color: #FFFFFF;
  background-color: #2449A4;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 30px;
}
.job-info-down:hover {
  background-color: #c40;
}
/*新闻列表*/
.news-list-body li {
  background-color: #FFFFFF;
  padding: 20px;
  border-bottom: #EDEDED solid 1px;
}
.news-list-body li:last-child {
  border-bottom: none;
}
.news-list-body .xinwen-item-con {
  display: flex;
  align-items: center;
}
.news-list-body .xinwen-item-pic {
  border: #F5F5F5 solid 1px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.news-list-body .xinwen-item-pic img {
  width: 250px;
  height: 170px;
  transform: scale(1);
  transition: all .3s ease-in-out;
  display: block;
}
.news-list-body .xinwen-item-pic a:hover img {
  transform: scale(1.15)
}
.news-list-body .xinwen-item-pic {
  float: left;
  margin-right: 20px;
}
.news-list-body .xinwen-item-text {
  flex: 1;
}
.news-list-body .xinwen-item-text .xinwen-tit {
  font-weight: bold;
  font-size: 20px;
  padding: 0px 0px 8px 0px;
}
.news-list-body .xinwen-item-text .xinwen-sum {
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-flex: 1;
}
.news-list-body .xinwen-item-text .xinwen-time {
  color: #868686;
  padding-top: 10px;
}
/*翻页*/
/*list-fanye*/
.list-fanye {
  text-align: center;
  margin: 40px auto 60px auto;
}
.list-fanye a {
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: inline-block;
  margin: 0 3px;
  padding: 0px 10px;
}
.list-fanye a:hover, .list-fanye > b {
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin: 0 3px;
  padding: 0px 10px;
  background: #2449A4;
  border: 1px solid #2449A4;
  color: #fff;
}
/* cpzx-list */
.cpzx-list {
  padding: 20px;
}
/* font */
@font-face {
  font-family: "iconfont"; /* Project id 2833244 */
  src: url('https://at.alicdn.com/t/font_2833244_85ya4qwwod.woff2?t=1632495105413') format('woff2'), url('https://at.alicdn.com/t/font_2833244_85ya4qwwod.woff?t=1632495105413') format('woff'), url('https://at.alicdn.com/t/font_2833244_85ya4qwwod.ttf?t=1632495105413') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
  content: "\e743";
}
.icon-feeds:before {
  content: "\e751";
}
.icon-hardware:before {
  content: "\e752";
}
.icon-inspection:before {
  content: "\e754";
}
.icon-tradealert:before {
  content: "\e76a";
}
.icon-ziyingyewu:before {
  content: "\e7cb";
}
/* submenu */
.accordion-box {
  padding-top: 20px;
}
.submenu {
  display: none;
}
.sfq-item {
  border: #E7E7E7 solid 1px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.accordion .link {
  background-color: #F2F2F2;
  /*  cursor: pointer;*/
  display: block;
  padding: 15px 15px 15px 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url(img/nav001.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 5px 5px;
}
.accordion .sfq-item:nth-child(1) .link {
  background-image: url(img/nav001.png);
}
.accordion .sfq-item:nth-child(2) .link {
  background-image: url(img/nav002.png);
}
.accordion .sfq-item:nth-child(3) .link {
  background-image: url(img/nav003.png);
}
.accordion .sfq-item:nth-child(4) .link {
  background-image: url(img/nav004.png);
}
.accordion .sfq-item:nth-child(5) .link {
  background-image: url(img/nav005.png);
}
.accordion li i {
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.icon-arrow-right {
  right: 12px;
  left: auto;
}
/* open */
.accordion li.open .link {
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
}
.accordion li.open i {
  color: #ffffff;
}
.accordion li.open i.icon-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* submenu */
.submenu li {
  padding: 10px 10px 10px 30px;
  border-top: #E7E7E7 solid 1px;
  position: relative;
}
.submenu li a {
  display: block;
  padding: 5px;
}
.submenu li.on a {
  color: #2449A4;
}
.submenu li.on::after {
  background-color: #2449A4;
}
.submenu li::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  left: 22px;
  top: 22px;
}
/*about-but-line*/
.about-but-line {
  margin-top: 20px;
}
.about-but-line a {
  background-color: #2449A4;
  padding: 8px 20px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
/*about-but-line*/
.sdys-palne {
  background-image: url("img/sdysbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sdys-palne .inner {
  padding-bottom: 0px;
}
.sdys-con-list .hide {
  display: none;
}
.sdys-nav {
  background-color: rgba(36, 73, 164, 0.84);
  padding: 30px;
  margin-right: 30px;
}
.sdys-nav .menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #FFFFFF;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.sdys-con-item {
  width: 480px;
}
.sdys-con-item .sdys-con-tit {
  margin-bottom: 10px;
}
.sdys-con-item .sdys-con-tit p {
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.sdys-con-item .sdys-con-tit h2 {
  font-size: 30px;
  color: #2449A4;
  font-weight: bold;
}
.sdys-con-item .sdys-con-text {
  line-height: 1.7em;
  font-size: 16px;
  height: 160px;
  overflow: hidden;
}
/**/
.sdys-nav-tit {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.sdys-nav-tit p {
  font-size: 25px;
  font-weight: bold;
}
.sdys-nav-tit h2 {
  font-size: 18px;
  font-weight: bold;
}
.sdys-nav li {
  cursor: pointer;
}
.sdys-nav li.curr .menu-item b {
  color: #C30D22
}
.sdys-nav li.curr .menu-item span {
  color: #C30D22
}
.sdys-nav .menu-item i {
  margin-right: 5px;
}
.sdys-nav .menu-item i img {
  width: 22px;
  height: 22px;
  display: block;
}
.sdys-nav .menu-item span {
  color: #898989;
  font-size: 12px;
  margin-left: 10px;
}
/**/
.sdys-con-but {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #2449A4;
}
.sdys-but-txt a {
  background-color: #2449A4;
  padding: 8px 20px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
.sdys-but-tel i {
  margin-right: 5px;
}
.sdys-but-tel i img {
  width: 18px;
  height: 18px;
  display: block;
}
.sdys-but-tel {
  color: #2449A4;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
/**/
.fwwl-plane {
  background-image: url("img/fwwl-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fwwl-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fwwl-but {
  display: flex;
  align-items: center;
}
.fwwl-but-tel {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.fwwl-but-tel i {
  margin-right: 5px;
}
.fwwl-but-txt {
  margin-left: 20px;
}
.fwwl-but-txt a {
  padding: 8px 20px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  border: #ffffff solid 1px;
}
.fwwl-txt h3 {
  font-size: 35px;
  color: #FFFFFF;
}
/**/
.lxwm-plane {
  background-image: url("img/lxwm-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/**/
.lxwm-body {
  display: flex;
  align-items: center;
}
.lxwm-map {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
/*submenu-list*/
/*plane-submenu*/
.plane-submenu {
  padding-bottom: 20px;
}
.submenu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu-list li {
  margin: 0px 10px;
}
.submenu-list li a {
  padding: 5px 15px;
  background-color: #FFFFFF;
  color: #2449A4;
  font-size: 14px;
  text-align: center;
  border: #2449A4 solid 1px;
  display: block;
}
.submenu-list li a:hover {
  color: #FFFFFF;
  background-color: #2449A4;
}
.submenu-list li.hover a {
  color: #FFFFFF;
  background-color: #2449A4;
}
/*yqlj-box*/
.yqlj-box {
  padding-top: 10px;
  color: #FFFFFF;
}
.yqlj-box a {
  color: #FFFFFF;
}
/*tjptsb-menu*/
.tjptsb-menu li::after {
  display: none;
}
.tjptsb-menu li {
  padding: 10px;
}
.tjptsb-menu .tjptsb-item {
  text-align: center;
}
.tjptsb-menu .tjptsb-item h3 {
  padding-top: 10px;
  font-size: 12px;
}
.tjptsb-menu .tjptsb-item-img img {
  width: 100%;
  display: block;
  height: auto;
}
/**/
/*侧浮栏*/
#side_quick {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -213px;
  z-index: 10;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.2);
  width: 82px;
}
#side_quick ul {
  background: linear-gradient(to top, #eee, #fff);
}
#side_quick ul li {position: relative;}
#side_quick ul li a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 14px;
  color: #2449A4;
  position: relative;
	font-weight: bold;
  box-sizing: border-box;
}
#side_quick ul li a:hover {
  color: #0B2462
}
#side_quick span.icon {
  display: block;
}
#side_quick span.icon img {
  width: 35px;
  height: auto;
  margin: 0px auto;
}
#side_quick ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
#side_quick ul li p {
	position: absolute;
	top: -20px;
	left: -180px;
	z-index: 99;
	width: 181px;
	height: 171px;
	background: url(img/float_w_bg.png) no-repeat;
	display: none;
}
#side_quick ul li:hover p {display: block;}
#side_quick ul li p img {
	width: 125px;
	height: 130px;
	margin: 20px auto auto 22px;
}
#side_quick ul li:last-child a:before {
  display: none;
}
#side_quick .up-btn {
  display: block;
  width: 100%;
  padding: 10px 0px;
  background-color: #0B2462;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
#side_quick .up-btn:hover {
  background-color: #2449A4;
}
#side_quick .up-thin img {
  width: 20px;
  height: auto;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/