.sub-banner {
  height: 380px;
}

.wrapper {
  max-width: 1600px;
}

.contact-list-wrap {
  position: relative;
  background-color: #fff;
  padding: 60px 30px 60px 180px;
}
.contact-list-wrap::after {
  content: "CONTACT";
  position: absolute;
  left: -60px;
  top: 180px;
  transform: rotate(-90deg);
  color: #f0f3fa;
  font-size: 72px;
  opacity: 0.3;
}

.contact-list-wrap .contact-list {
  position: relative;
  z-index: 1;
}
.contact-list-wrap .contact-list li {
  display: flex;
  margin-bottom: 30px;
  font-size: 30px;
  align-items: center;
}

.contact-list-wrap .contact-list li .meta-icon {
  width: 50px;
}

.contact-list-wrap .contact-list li .meta-title {
  margin-right: 10px;
  position: relative;
}

.contact-list-wrap .contact-list li .meta-title::after {
  content: ":";
  position: relative;
  margin-block: 0;
  margin-inline-start: 2px;
  margin-inline-end: 8px;
}

.hidden {
  display: none;
}

.content {
  padding: 80px 0;
  position: relative;
  min-height: 300px;
}

@media only screen and (max-width: 833px) {
  .content {
    padding: 30px 0;
  }
}

.content img {
  max-width: 100%;
}

.inner_cont {
}

.inner_cont img {
  max-width: 100%;
}

.inner_left {
  width: 320px;
  float: left;
}

.breadcrumb {
  color: #555;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.breadcrumb a {
  color: #555;
}

/* .breadcrumb a:last-child {
  color: #024099;
} */

.inner-tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .inner_cont {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* ==========================================================================
 Emptyç©ºé¡µé¢
 ========================================================================== */
.empty {
  max-width: 1280px;
  _width: 1280px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.empty-title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
}

.empty-main {
  padding: 10px 0;
}

/* ==========================================================================
 Sidebar
 ========================================================================== */

.siderbar .title {
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  position: relative;
  background-color: #024099;
  text-align: center;
  border-bottom: 0;
}

.siderbar .title .btn_jt {
  display: block;
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
  line-height: 40px;
  display: none;
}

.siderbar .title .inco01 {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../images/inco14.png) center no-repeat;
}

.siderbar .title .cur .inco01 {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../images/inco13.png) center no-repeat;
}

.siderbar .title h3 {
  font-size: 24px;
  color: #fff;
}

.siderbar .sunnav {
  background: #fff;
  border-left: 1px solid #c9d3e0;
  padding: 40px 0;
}

.siderbar .sunnav .promain {
  border-left: 3px solid #024099;
}

.siderbar .sunnav .promain li {
  line-height: 60px;
  border-top: 1px solid #e4e9ef;
  margin-left: 30px;
}

.siderbar .sunnav .promain li:first-child {
  border: none;
}

.siderbar .sunnav .promain .proname {
  color: #024099;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  display: block;
  min-height: 60px;
  line-height: 30px;
  padding: 15px 0;
}

.siderbar .sunnav .level2 li {
  border: 0;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
}

.siderbar .sunnav .level2 li i {
  text-indent: 0;
  color: #cccccc;
  margin-right: 10px;
}

.siderbar .sunnav .level2 li.on i {
  color: #024099;
}

.siderbar .sunnav .level2 li a {
  text-indent: 40px;
  font-size: 14px;
}

.siderbar .sunnav .level2 li.on a {
  color: #024099;
}

.siderbar .sunnav .level2 {
  margin: 5px 0 15px;
}

@media only screen and (max-width: 1000px) {
  .siderbar .sunnav {
    display: none;
  }

  .siderbar .title {
    padding: 10px 20px;
    background: #024099;
    line-height: 50px;
    text-align: left;
    color: #fff;
  }

  .siderbar .title .btn_jt {
    top: 10px;
    display: block;
  }

  .siderbar .title h3 {
    padding-left: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  .siderbar .title h3 {
    padding-left: 0;
    font-size: 14px;
  }

  .siderbar .sunnav li {
    font-size: 14px;
  }

  .siderbar {
    margin-bottom: 10px;
  }

  .siderbar .title {
    padding: 0 10px;
    height: 50px;
  }

  .siderbar .title .btn_jt {
    top: 0;
  }
}

/* ==========================================================================
 proäº§å“
 ========================================================================== */
.prolb-ms-row01 {
  text-align: center;
  font-size: 18px;
  color: #666;
  padding: 20px;
}

.prolb-tit-row02 {
  margin: 30px 0;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  background: #ebeef2;
  font-weight: bold;
  color: #024099;
  font-size: 24px;
}

.prolist {
  margin-left: -20px;
}

.prolist li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 30px;
  float: left;
}

.proflbox {
  border: 1px solid #e9eaee;
  padding: 50px 30px;
  text-align: center;
  background: #feffff;
  background-image: -webkit-linear-gradient(top, #feffff 0%, #e9ecf1 100%);
  background-image: -moz-linear-gradient(top, #feffff 0%, #e9ecf1 100%);
  background-image: linear-gradient(top, #feffff 0%, #e9ecf1 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#feffff', StartColorStr='#e9ecf1');
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.proflbox:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}

.proflbox h3 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proxq-btn {
  width: 125px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: #fff;
  background: #3ebfa3;
  background-image: -webkit-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: -moz-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#3ebfa3', StartColorStr='#109b8a');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.proxq-btn .fa {
  margin-left: 5px;
}

.proxq-btn:hover {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .proflbox h3 {
    font-size: 18px;
  }

  .prolist li {
    width: calc(33.33% - 20px);
  }

  .prolb-tit-row02 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .prolb-ms-row01 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .prolb-tit-row02 {
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }

  .prolist li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .prolist {
    margin-left: -10px;
  }

  .proflbox {
    padding: 20px 10px;
  }

  .proflbox h3 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .prolb-tit-row02 {
    margin: 10px 0;
    font-size: 14px;
  }

  .proxq-btn {
    width: 100px;
  }
}

.innertit02 {
  height: 60px;
  line-height: 60px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9d3e0;
  font-size: 28px;
}

.innertit02 i {
  font-size: 18px;
  color: #024099;
}

.prodetails {
  padding: 0 30px;
}

.proxqbg {
  padding: 30px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  border: 1px solid #c9d3e0;
}

.proxq-row h3.tit {
  font-size: 22px;
  color: #024099;
  font-weight: normal;
  margin-bottom: 20px;
}

.proxq-row {
  margin-top: 30px;
  /*min-height: 200px;*/
  position: relative;
  font-size: 16px;
  line-height: 2em;
  border: 1px solid #c9d3e0;
  padding: 30px;
}

.bzxspic {
  position: absolute;
  right: 10px;
  top: 36px;
}

.bzxspic span {
  color: #024099;
  vertical-align: bottom;
}

.bzxspic img {
  max-height: 70px;
}

.proxqlist {
  margin-left: -20px;
}

.proxqlist li {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left;
}

.proysbox {
  text-align: center;
  height: 142px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.proysbox:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}

.proysbox h3 {
  font-size: 22px;
  font-weight: normal;
  color: #024099;
  margin-bottom: 10px;
}

.probzxs {
  text-align: left;
}

.probzxs .warp {
  max-width: 335px;
}

.proxq-row table {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.proxq-row table td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}

.proxq-row table tr:first-child {
  background: #034099;
  color: #fff;
}

.proxq-row table tr:nth-child(2n) {
  background: #eaeef1;
}

@media only screen and (max-width: 1440px) {
  .probzxs .warp {
    max-width: 290px;
  }
  .proysbox {
    height: 120px;
  }
  .bzxspic {
    top: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .probzxs .warp {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1320px) {
  .proxqlist li:nth-child(1) {
    width: 300px;
  }

  .proxqlist li:nth-child(2) {
    width: calc(100% - 340px);
  }
}

@media only screen and (max-width: 1200px) {
  .proxqlist li:nth-child(1),
  .proxqlist li:nth-child(2) {
    width: calc(100% - 20px);
    float: none;
  }

  .proxqlist li:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 920px) {
  .innertit02 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .proysbox h3,
  .proxq-row h3.tit {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .proxqlist li:nth-child(1),
  .proxqlist li:nth-child(2) {
    width: 100%;
  }

  .proxq-row {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5em;
    min-height: auto;
  }

  .proxqbg {
    padding: 10px;
  }

  .probzxs .warp {
    font-size: 12px;
  }

  .bzxspic img {
    width: 60px;
  }

  .bzxspic {
    top: 10px;
    right: 10px;
  }

  .proxq-row h3.tit {
    margin-bottom: 10px;
  }

  .proxqlist {
    margin-left: 0;
  }

  .proxqlist li {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .probzxs {
    margin-top: 20px;
    padding: 10px 10px 30px 10px;
  }

  .proxq-row table td {
    font-size: 12px !important;
  }

  .proxq-row {
    padding: 20px;
  }
  .proysbox {
    height: 80px;
  }
}

/* ==========================================================================
   business
   ========================================================================== */
.location {
  text-align: center;
  padding-top: 80px;
}

.location img {
  max-width: 100%;
}

.zgsxx {
  margin: 10px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.zgsxx .pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
}

.zgsxx .pic img {
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.zgsxx:hover .pic img {
  transform: scale(1.1);
}

.zgsxx .txtarea {
  padding: 20px;
}

.zgsxx .txtarea h3 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zgsxx .txtarea h3 a {
  color: #024099;
}

.zgsxx .txtarea .desc {
  font-size: 16px;
  line-height: 2em;
  height: 10em;
  overflow: hidden;
  margin-top: 5px;
}

.zgsxx .txtarea .desc em {
  color: #024099;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  #owl-zgsxx .owl-dot {
    filter: Alpha(Opacity=100);
    opacity: 1;
  }

  .zgsxx .txtarea .desc {
    font-size: 12px;
  }

  .zgsxx .txtarea h3 {
    font-size: 14px;
  }
}

#owl-zgsxx .item {
  width: 33.33%;
  float: left;
}

#owl-zgsxx .item em {
  width: 20px;
  text-align: center;
}

.contactbox em {
  width: 20px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #owl-zgsxx .item {
    width: 33.3%;
    float: left;
  }
}

@media only screen and (max-width: 800px) {
  #owl-zgsxx .item {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 420px) {
  #owl-zgsxx .item {
    width: 100%;
    float: left;
  }
}

#ac-localnav .ac-ln-title {
  display: none;
}
#ac-localnav .ac-ln-menu {
  float: left;
}
#ac-localnav .ac-ln-menu-link {
  font-size: 18px;
  color: #333333;
  opacity: 1;
}
#ac-localnav .ac-ln-menu-item {
  position: relative;
}
#ac-localnav .ac-ln-menu-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 2px;
  background-color: #1e3b84;
}

#ac-localnav .ac-ln-menu-item.active a {
  color: #1e3b84;
}

.breadcrumb-wrap {
  position: relative;
}
.breadcrumb {
  box-sizing: border-box;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.breadcrumb .anticon {
  margin-right: 5px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

.breadcrumb a {
  color: #333;
  transition: color 0.2s;
  padding: 0 4px;
  border-radius: 4px;
  height: 22px;
  display: inline-block;
  margin-inline: -4px;
}
.breadcrumb a:hover {
  color: #1e3b84;
}

.breadcrumb li:last-child {
  color: #1e3b84;
}
.breadcrumb .breadcrumb-separator {
  margin-inline: 8px;
  color: #333;
}
.breadcrumb .breadcrumb-link > .anticon + span,
.breadcrumb .breadcrumb-link > .anticon + a {
  margin-inline-start: 4px;
}
.breadcrumb .breadcrumb-overlay-link {
  border-radius: 4px;
  height: 22px;
  display: inline-block;
  padding: 0 4px;
  margin-inline: -4px;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav .ac-ln-title {
    display: block;
  }
  #ac-localnav .ac-ln-menu-link {
    font-size: 1em;
  }
  #ac-localnav .ac-ln-menu-item.active::after {
    display: none;
  }
  .breadcrumb-wrap {
    display: none;
  }
}

#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
#Lb_pager .pages a {
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  padding: 0 15px;
  color: #333;
  cursor: pointer;
  line-height: 36px;
  height: 36px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#Lb_pager .pages .pgnext,
#Lb_pager .pages .pgprev {
  padding: 0 18px;
  /* color: #fff;
  background-color: #223a94;
  border-color: #223a94; */
}
#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #223a94;
  border-color: #223a94;
}
#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}
#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #223a94;
  border-color: #223a94;
}

/* ==========================================================================
  news
   ========================================================================== */

.newslist {
  border-top: 1px solid #d6d6d6;
}
.newslist li {
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 28px 100px 28px 20px;
  position: relative;
}

.newslist li .pic {
  width: 382px;
  height: 238px;
  float: left;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 2s;
}
.newslist li:hover .pic img {
  transform: scale(1.1);
}

.newslist li .txtarea {
  width: calc(100% - 400px);
  float: right;
  padding: 20px 20px 0 0;
}
.newslist li .txtarea h3 {
  line-height: 30px;
  font-weight: normal;
  font-size: 24px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.newslist li .txtarea .desc {
  line-height: 2em;
  font-size: 16px;
  overflow: hidden;
  color: #666;
  margin: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newslist li:hover .txtarea h3 a {
  color: #024099;
}

.newslist li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.newslist .more {
  width: 32px;
  height: 32px;
  background-image: url("../images/arr-grey.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
}
.newslist .more:hover {
  width: 32px;
  height: 32px;
  background-image: url("../images/arr-blue.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  overflow: hidden;
  text-indent: -999px;
}

.newslist .date {
  font-size: 14px;
  color: #999;
}

@media only screen and (max-width: 920px) {
  .newslist li .txtarea h3 {
    font-size: 18px;
  }
  .newslist li .pic {
    width: 300px;
    height: 210px;
  }
  .newslist li .txtarea {
    width: calc(100% - 380px);
    padding: 30px 50px 0 0;
  }
  .newslist li .txtarea .desc {
    line-height: 1.5em;
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .newslist li {
    padding: 10px;
  }
  .newslist li .pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
  }
  .newslist li .txtarea {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 0;
  }
  .newslist li .txtarea h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .newslist li .txtarea .desc {
    font-size: 12px;
  }
  .newslist .more {
    display: none;
  }
}

.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}
.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
}
.newtitle h1 {
  font-size: 30px;
  font-weight: bold;
}
.newsdetails .byline {
  color: #999;
  margin-top: 10px;
}
.newsdetails .byline span {
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.newsdetails .byline .bdsharebuttonbox {
  display: inline-block;
}
.newsdetails .byline .bdshare-button-style0-16:after {
  display: inline-block;
}
.newsdetails .byline .bdshare-button-style0-16 a,
.newsdetails .byline .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #333;
  line-height: 20px;
  height: 20px;
  margin: 0;
}
.newsdetails .byline a {
  font-size: 14px;
}
.newsdetails .breadcrumb-bar {
  text-align: left;
}
.newsh_cn {
  padding: 20px 0;
}
.newsh_cn p {
  font-size: 16px;
}

.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
}
.toolbar .row01 {
  width: calc(100% - 220px);
  float: left;
  color: #a0a0a0;
}
.toolbar .row01 a {
  color: #a0a0a0;
  margin-left: 10px;
}
.toolbar .row01 p:hover a {
  text-decoration: underline;
}
.fhshare {
  width: 200px;
  float: right;
  height: 45px;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
.fhshare a {
  line-height: 45px;
  color: #fff;
  background: #0a5aa9;
  display: inline-block;
  padding: 0 20px;
}
.fhshare a .fa {
  margin-right: 10px;
}

.newsdetails .right {
  width: 300px;
  float: right;
}
.newsdetails .right h3.tit {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.newsdetails .right h3.tit i {
  margin-right: 5px;
  color: #024099;
}

.zxnewslist {
  padding: 10px;
}
.zxnewslist li {
  margin: 20px 0;
}
.zxnewslist li .date {
  color: #999;
}
.zxnewslist li .date i {
  margin-right: 5px;
}

.zxnewslist li .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.zxnewslist li .tit a {
  color: #000;
}
.zxnewslist li .tit a:hover {
  color: #0a3980;
}
.zxnewslist li .desc {
  color: #666;
}

@media only screen and (max-width: 1200px) {
  .newsdetails .right {
    width: 250px;
  }
  .newsdetails .right h3.tit {
    font-size: 18px;
  }
  .zxnewslist li p.tit {
    font-size: 14px;
  }
  .newsdetails .left {
    width: calc(100% - 300px);
  }
  .newtitle h1 {
    font-size: 24px;
  }
  .newsh_cn p {
    font-size: 14px !important;
  }
  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .newsdetails .left {
    width: 100%;
  }
  .newsdetails .right {
    display: none;
  }
  .newtitle h1 {
    font-size: 18px;
  }
  .newsdetails .tag {
    font-size: 14px;
  }
  .newtitle {
    margin-bottom: 10px;
  }
  .fhshare {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .newtitle h1 {
    font-size: 14px;
  }
  .newsdetails {
    padding-top: 0 !important;
  }
  .newsh_cn {
    padding: 0;
  }
  .newsh_cn p {
    font-size: 12px !important;
  }
  .toolbar .row01 {
    width: 100%;
    float: none;
    font-size: 12px;
  }
  .toolbar {
    padding: 20px 0;
  }
  .fhshare {
    float: none;
    text-align: center;
    width: 100%;
  }
  .fhshare a {
    margin-right: 0;
  }
}

.modal {
  display: none;
}
.card {
  position: relative;
  background: #ffffff;
  font-size: 14px;
  width: 800px;
}
.card .card-head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.card .card-head-wrapper {
  width: 100%;
}
.card .card-head-title {
  font-size: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card .card-extra {
  margin-inline-start: auto;
  color: rgba(0, 0, 0, 0.88);
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 10px 0;
}
.card .card-body {
  padding: 24px;
  border-radius: 0 0 8px 8px;
  line-height: 1.6;
  max-height: 60vh;
  overflow-y: auto;
}
.card .card-foot {
  text-align: center;
}

.ui-btn {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1.5714285714285714;
  color: rgba(0, 0, 0, 0.88);
  color: #fff;
  background-color: #0a3980;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);

  font-size: 16px;
  height: 40px;
  padding: 6px 15px;
  border-radius: 8px;
}

.ui-btn:hover {
  opacity: 0.8;
}

.con_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* ==========================================================================
   careers
   ========================================================================== */
.careerMenu {
  width: 100%;
}
.careerMenu h3 {
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  font-size: 16px;
  color: #555;
  background: #d6dadf;
  font-weight: normal;
  margin-top: 20px;
  padding-left: 30px;
  overflow: hidden;
}
.careerMenu h3.on {
  background: #024099;
  color: #fff;
}
.careerMenu h3 em {
  float: right;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icoAdd02.png) center bottom no-repeat;
  cursor: pointer;
}
.careerMenu h3.on em {
  background-position: center top;
}
.careerMenu h3 .date {
  width: 180px;
  overflow: hidden;
  float: left;
  height: 60px;
  font-size: 14px;
}
.careerMenu h3 .tit01 {
  width: calc(100% - 600px);
  margin-right: 20px;
  height: 60px;
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.careerMenu h3 .tit02 {
  width: 150px;
  height: 60px;
  margin-right: 20px;
  float: left;
}
.careerMenu h3 .tit03 {
  width: 150px;
  height: 60px;
  margin-right: 20px;
  float: left;
}

.careerMenu .nwms {
  padding: 30px;
  border: 1px solid #c9d3e0;
  border-top: 0;
}
.gwjsrow {
  padding-right: 200px;
  position: relative;
}
.gwjsrow .tools {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 18px;
  color: #024099;
}
.sqzw-btn {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  background: #3ebfa3;
  background-image: -webkit-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: -moz-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#3ebfa3', StartColorStr='#109b8a');
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.sqzw-btn:hover {
  color: #fff;
}

@media only screen and (max-width: 920px) {
  .gwjsrow .tools {
    right: 0;
    top: 30px;
    font-size: 14px;
  }
  .sqzw-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .careerMenu h3 .tit01 {
    width: calc(100% - 70px);
    margin-right: 0;
  }
  .careerMenu h3 .date,
  .careerMenu h3 .tit03,
  .careerMenu h3 .tit02 {
    display: none;
  }
  .careerMenu h3 {
    margin-top: 10px;
    padding: 0 0 0 20px;
  }
  .careerMenu h3 .tit01 {
    font-size: 14px;
  }
  .gwjsrow {
    padding-right: 0;
  }
  .gwjsrow .tools {
    top: 0;
    position: relative;
    margin-top: 10px;
  }
}
