.content {
  padding: 70px 0;
  position: relative;
  min-height: 300px;
}
.content img {
  max-width: 100%;
}
.sub-banner {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.sub-banner .wrapper {
  max-width: 1600px;
}
.sub-banner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sub-banner .tit {
  display: none;
  position: absolute;
  top: 340px;
  font-weight: 500;
  font-size: 72px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  /* text-shadow: 2px 2px 0 #444;*/
  width: 100%;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 920px) {
  .sub-banner .tit {
    font-size: 26px;
    font-weight: bold;
    top: auto;
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-banner .tit {
    bottom: 50px;
    height: 40px;
    line-height: 40px;
  }
}

.inner_cont {
  font-size: 14px;
  color: #454545;
  width: calc(100% - 320px);
  float: right;
}
.inner_cont img {
  max-width: 100%;
}
.inner_left {
  width: 270px;
  float: left;
}

.coninfo {
  max-width: 1000px;
  margin: auto;
  line-height: 2.4em;
  font-size: 16px;
}

.coninfo table {
  /*  min-width: 768px;*/
  text-align: center;
  overflow-x: auto;
}

.coninfo td,
.coninfo th {
  border: 1px solid #dddddd;
  padding: 0.3em;
}

.coninfo tr {
  height: 50px;
  font-size: 16px;
}

.coninfo thead tr {
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.coninfo tbody tr {
  color: rgb(78, 81, 86);
}

.header,
.m-bar,
.serchinco,
.languagebox {
  position: absolute;
}

.breadcrumb {
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:last-child {
}

@media only screen and (max-width: 920px) {
  .breadcrumb {
    margin-top: 0;
    left: 20px;
  }
  .breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.siderbar {
  border: 1px solid #d6dae2;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.siderbar .title {
  color: #041d50;
  border-bottom: 2px solid #677289;
  height: 50px;
  padding: 0 20px;
  position: relative;
}
.siderbar .title h3 {
  font-size: 18px;
  line-height: 50px;
}
.siderbar .title .btn_jt {
  display: block;
  height: 50px;
  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 .sunnav {
  background: #fff;
}
.siderbar .sunnav li {
  font: 300 16px/50px microsoft yahei;
  border-top: 1px solid #ebeef5;
  text-indent: 20px;
  position: relative;
}
.siderbar .sunnav li a {
  width: 100%;
  display: block;
  height: 50px;
  color: #041d50;
}
.siderbar .sunnav li a:hover {
  color: #ed1c24;
}
.siderbar .sunnav li.active a {
  color: #ed1c24;
  font-weight: bold;
}

@media only screen and (max-width: 920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
    display: none;
  }
  .inner_cont {
    width: 100%;
    float: none;
  }
  .siderbar .sunnav {
    display: none;
  }
  .siderbar .title {
    padding: 0 20px;
    background: #041e53;
    color: #fff;
    border-bottom: 0;
  }
  .siderbar .title .btn_jt {
    top: 0;
    display: block;
  }
  .siderbar {
    position: relative;
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  .siderbar .title h3 {
    font-size: 14px;
  }
  .siderbar .sunnav li {
    font-size: 14px;
  }
}

/* ==========================================================================
   about
   ========================================================================== */

.about-tit {
  text-align: center;
  margin-bottom: 50px;
}
.about-tit h3 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #333;
}
.about-tit .txten {
  text-transform: Uppercase;
  line-height: 24px;
  margin-top: 20px;
  color: #666;
  font-size: 18px;
}

@media only screen and (max-width: 1440px) {
  .about-tit h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 920px) {
  .about-tit h3 {
    font-size: 24px;
  }
  .about-tit {
    margin-bottom: 20px;
  }
  .about-tit .txten {
    margin-top: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 920px) {
  .about-tit h3 {
    font-size: 18px;
  }
  .about-tit {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  .about-tit h3 {
    font-size: 16px;
  }
}

.aboutpart01 {
  padding: 120px 0 60px 0;
  font-size: 18px;
  line-height: 2em;
  color: #333;
}
.aboutpart01 .about-tit h3 {
  color: #024099;
}

.aboutpart02 {
  padding: 0 0 50px 0;
}
#owl-bghj .owl-dots {
  height: 0px;
  overflow: hidden;
}
#owl-bghj .owl-nav {
  margin-top: 30px;
}
#owl-bghj .owl-prev,
#owl-bghj .owl-next {
  width: 60px;
  height: 30px;
  background: none;
  text-indent: 200px;
  overflow: hidden;
  padding: 0;
  margin: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#owl-bghj .owl-prev {
  background: url(../images/arr02.png) center no-repeat;
}
#owl-bghj .owl-next {
  background: url(../images/arr03.png) center no-repeat;
}

#owl-bghj .owl-prev:hover,
#owl-bghj .owl-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#owl-bghj .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #ffffff;
  border: 2px solid #d3d3d3;
}
#owl-bghj .owl-dots .owl-dot.active span,
#owl-bghj .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #ef7c2c;
}

.aboutpart03 {
  padding: 0 0 100px 0;
}
.aboutpart03 .tit {
  text-align: center;
  margin-bottom: 50px;
}
.aboutpart03 .right {
  width: calc(100% - 350px);
  float: right;
}
.section02 .left .tit01 {
  padding-bottom: 10px;
  position: relative;
}
.section02 .left .tit01:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ef812a;
}
.aboutpart03 .tit h3 {
  font-size: 42px;
  font-weight: 500;
}
.aboutpart03 .tit .txten {
  color: #ef7c2c;
  font-size: 22px;
  text-transform: Uppercase;
}

.logoitem {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  height: 130px;
  line-height: 130px;
  margin: 0 10px 20px 10px;
  background: #fff;
  vertical-align: middle;
  position: relative;
}
.logoitem img {
  max-width: 80% !important;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logoitem:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 450px) {
  .logoitem {
    height: 60px;
    margin: 0 0 20px 0;
  }
}

#owl-partner .owl-dots {
  height: 0px;
  overflow: hidden;
}
.aboutpart03 .left h3 {
  font-size: 46px;
  color: #010101;
  font-weight: 500;
}
.aboutpart03 .left .txten {
  color: #f06735;
  font-size: 22px;
  text-transform: Uppercase;
}
.aboutpart03 .left .more {
  width: 190px;
  height: 50px;
  font-weight: bold;
  margin-top: 100px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  background: #6b7a8d;
  color: #fff;
}
.aboutpart03 .left .more a {
  color: #fff;
  font-size: 18px;
}
.aboutpart03 .left .more i {
  margin-left: 20px;
}
.aboutpart03 .left .more:hover {
  background: #017ab3;
}

@media only screen and (max-width: 1440px) {
  .aboutpart01 {
    padding: 60px 0 60px 0;
  }
  .about-tit {
    margin-bottom: 30px;
  }
  .aboutpart02 {
    padding: 0 0 50px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .aboutpart03 .left,
  .aboutpart03 .right {
    width: 100%;
    float: none;
  }
  .aboutpart03 .left {
    height: 50px;
    margin-bottom: 50px;
  }
  .aboutpart03 .left h3 {
    font-size: 30px;
    float: left;
    line-height: 50px;
  }
  .aboutpart03 .left .txten {
    display: inline-block;
    float: left;
    line-height: 50px;
    margin-left: 20px;
  }
  .aboutpart03 .left .more {
    float: right;
    margin-top: 0;
  }
  .aboutpart03 {
    padding: 60px 0 40px 0;
  }
  .aboutpart02 {
    padding: 0;
  }
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 450px) {
  .aboutpart03 .left h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .aboutpart03 .left .txten {
    font-size: 14px;
    line-height: 30px;
  }
  .aboutpart03 .left .more {
    float: right;
    margin-top: 0;
  }
  .aboutpart03 .left .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .aboutpart03 .left .more a {
    font-size: 14px;
  }
  .aboutpart03 .left .more i {
    margin: 0;
  }
  .aboutpart03 .left {
    margin-bottom: 20px;
    height: 30px;
  }
  .aboutpart03 {
    padding: 40px 0 0 0;
  }
  .aboutpart01 {
    padding: 20px 0 30px 0;
    font-size: 14px;
  }
  .about-tit {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   news
   ========================================================================== */
.inner_newsbg {
  background: url(../images/newszs.png) right top no-repeat;
}
.inner-tit {
  text-align: center;
  margin-bottom: 50px;
}
.inner-tit {
  padding-bottom: 10px;
  position: relative;
}
.inner-tit:before {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ef812a;
}
.inner-tit h3 {
  font-size: 42px;
  font-weight: 500;
}
.inner-tit .txten {
  color: #8b8b8b;
  font-size: 18px;
  text-transform: Uppercase;
}

.newslist02 {
  margin-bottom: 60px;
}
.newslist02 li {
  width: 33.33%;
  float: left;
}

.newsbox02 {
  padding: 30px;
  transition: all 0.2s;
}
.newsbox02 .txtarea {
  padding: 0 0 20px 0;
}

.newsbox02:hover .uppic {
  transform: scale(1.05);
}
.newsbox02 .tit {
  font-size: 20px;
  height: 60px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsbox02 .tit a {
  color: #000;
}
.newsbox02 .desc {
  height: 24px;
  line-height: 24px;
  color: #777777;
  font-size: 16px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsbox02:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.newsbox02:hover .tit a {
  color: #ff6600;
}
.newsbox02 .more {
  margin-top: 10px;
}
.newsbox02 .more a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  display: block;
  border: 1px solid #c4c4c4;
  font-size: 24px;
  color: #333;
}

.newsbox02:hover .more a {
  color: #e47f10;
  border-color: #e47f10;
}

@media only screen and (max-width: 1600px) {
  .inner_newsbg {
    background-size: 40% auto;
  }
}

@media only screen and (max-width: 1440px) {
  .newsbox02 {
    padding: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .newsbox02 .tit {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
  }
  .newsbox02 .txtarea {
    padding: 0;
  }
  .inner-tit h3 {
    font-size: 30px;
  }
  .inner-tit .txten {
    font-size: 16px;
  }
}

@media only screen and (max-width: 920px) {
  .newslist02 li {
    width: 50%;
  }
  .inner-tit {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .newslist02 li {
    width: 100%;
    float: none;
  }
  .newsbox02 {
    padding: 0;
    margin: 5px;
    margin-bottom: 20px;
  }
  .newsbox02:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  }
  .inner-tit h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .inner-tit .txten {
    font-size: 14px;
  }
}

.newsdetails {
  background: #fff;
}
.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}
.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
}
.newtitle h1 {
  font-size: 30px;
  font-weight: normal;
}
.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;
  font-size: 18px;
  color: #666;
}
.newsh_cn p {
  font-size: 18px;
}

.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
}
.toolbar .row01 {
  width: calc(100% - 220px);
  float: left;
  color: #666;
}
.toolbar .row01 a {
  color: #666;
  margin-left: 10px;
}
.toolbar .row01 p:hover a {
  text-decoration: underline;
  color: #ff6600;
}
.fhshare {
  width: 200px;
  float: right;
  height: 45px;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
.fhshare a {
  line-height: 45px;
  color: #fff;
  background: #ff6600;
  display: inline-block;
  padding: 0 20px;
}
.fhshare a .fa {
  margin-right: 10px;
}

.newsdetails .right {
  width: 330px;
  float: right;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #ff6600;
}
.newsdetails .right h3.tit {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 20px 0 0 30px;
}

.newsdetails .right h3.tit i {
  margin-right: 5px;
  color: #ff6600;
}

.zxnewslist {
  margin: 0 30px 30px 30px;
}
.zxnewslist li {
  margin-top: 20px;
}
.zxnewslist li p.date {
  color: #ff6600;
}
.zxnewslist li p.date i {
  margin-right: 5px;
}

.zxnewslist li p.tit {
  font-size: 16px;
  margin-top: 10px;
}
.zxnewslist li p.tit a {
  color: #000;
}
.zxnewslist li p.tit a:hover {
  color: #ff6600;
}

@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;
  }
}

/* ==========================================================================
   honorlist
   ========================================================================== */
.honorlist {
  max-width: 1200px;
  margin: auto;
}
.honorbox {
  border: 1px solid #dddddd;
}
.honorlist li {
  width: calc(25% - 20px);
  float: left;
  margin: 10px;
}
.honorlist li .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.honorlist li .pic .bgimg {
  width: 100%;
}
.honorlist li .pic .uppic {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.honorlist li .zstit {
  width: calc(100% - 20px);
  height: 40px;
  font-size: 16px;
  padding: 10px; /*background:#eef3f6;*/
  overflow: hidden;
  position: relative;
  text-align: center;
}
.honorlist li .warp {
  margin: 10px;
}

@media only screen and (max-width: 1200px) {
  .honorlist li .zstit {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 920px) {
  .honorlist li .zstit {
    font-size: 12px;
  }
  .honorlist li {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .honorlist li {
    width: calc(50% - 20px);
  }
  .honorlist li .zstit {
    padding: 0 20px;
  }
  .honorlist li .warp {
    margin-right: 0;
  }
  .honorlist {
    margin-left: -10px;
  }
}
/* ==========================================================================
   history
   ========================================================================== */
.fzlcnav {
  text-align: center;
  height: 42px;
  margin-bottom: 60px;
}
.fzlcnav a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 30px;
  border-radius: 40px;
  border: 1px solid #c6c6c6;
  font-size: 18px;
  color: #666;
}
.fzlcnav a:hover,
.fzlcnav a.on {
  border-color: #ff6600;
  color: #ff6600;
}
.historyyear {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  font-size: 24px;
  color: #333;
}

.slidehistory .hd {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.slidehistory .hd li {
  width: 180px;
  display: inline-block;
  height: 60px;
  color: #555;
  line-height: 60px;
  padding-top: 40px;
  font-size: 36px;
  text-align: center;
  position: relative;
}
.slidehistory .hd li:before {
  content: "";
  display: block;
  top: 10px;
  left: 50%;
  margin-left: -7px;
  border: 2px solid #ff6600;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}
.slidehistory .hd:before {
  content: "";
  display: block;
  top: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.slidehistory .hd li.on {
  color: #ff6600;
}
.slidehistory .hd li.on:before {
  background: #ff6600;
}
.slidehistory .hd .prev {
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/aboutarr_1.jpg") center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.slidehistory .hd .next {
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/aboutarr_2.jpg") center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.slidehistory .bd {
  margin: 60px auto 0 auto;
  max-width: 1000px;
}
.historymode .right {
  width: 350px;
  float: right;
}
.historymode .right img {
  max-width: 100%;
}
.historymode .left {
  width: calc(100% - 450px);
  float: left;
}
.historymode .date {
  font-size: 48px;
  font-weight: bold;
}
.historymode .row {
  margin-top: 30px;
}
.historymode .tit {
  line-height: 30px;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
}
.historymode .tit:before {
  content: "";
  display: block;
  top: 10px;
  left: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6600;
}

.historybox {
  position: relative;
}
.historybox:before {
  content: "";
  display: block;
  top: 0;
  left: 40px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
}
.historybox .warp {
  position: relative;
  z-index: 1;
}
.historymonth {
  margin: 30px 0 40px 0;
}
.historybox .monthbox {
  padding-left: 33px;
  margin: 40px 0 20px 0;
  color: #555;
}
.historybox .monthbox .left {
  padding-left: 30px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  height: 30px;
  line-height: 30px;
  float: left;
}
.historybox .monthbox .left:before {
  content: "";
  display: block;
  top: 7px;
  left: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ff6600;
  border-radius: 50%;
}
.historybox .monthbox .right {
  width: 300px;
  float: right;
}
.historybox .monthbox .right p {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 30px;
  background: url(../images/dian.png) left 13px no-repeat;
  font-size: 18px;
}
.historybox {
  max-width: 820px;
  margin: 0 auto;
}
.historybox .li:hover .historyyear {
  background-color: #f60;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .historybox .monthbox .right {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 920px) {
  .fzlcnav {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .fzlcnav a {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 450px) {
  .fzlcnav a {
    margin: 0 5px;
    padding: 0 10px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    border-radius: 8px;
  }
  .historyyear {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
  .historybox:before {
    left: 32px;
  }
  .historybox .monthbox {
    padding-left: 25px;
    height: auto;
  }
  .historybox .monthbox .left {
    float: none;
  }
  .historybox .monthbox .right {
    width: calc(100% - 30px);
    margin-left: 30px;
    float: none;
  }
  .historybox .monthbox .right p {
    font-size: 14px;
    line-height: 24px;
  }
  .historymonth {
    margin-bottom: 10px;
  }
  .fzlcnav {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
   dongszzc
   ========================================================================== */
.fzlcbt {
  font-size: 48px;
  margin-bottom: 40px;
}

.fzlcrow01 {
  padding: 20px 0 40px 0;
}
.fzlcrow01 .pic {
  width: 400px;
  float: left;
  padding: 10px;
  border: 1px solid #2d2d2d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.fzlcrow01 .txtarea {
  width: calc(100% - 500px);
  float: right;
  position: relative;
}
.fzlcrow01 .txtarea .desc {
  margin: 30px 20px;
  font-size: 16px;
  line-height: 30px;
}
.fzlcrow01 .txtarea .desc p {
  margin: 10px 0;
}
.fzlcrow01 .txtarea:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 49px;
  height: 47px;
  background: url(../images/inco15.png) left top no-repeat;
}
.fzlcrow01 .txtarea::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 49px;
  height: 47px;
  background: url(../images/inco16.png) right bottom no-repeat;
}
.fzlcrow01 .txtarea:before,
.fzlcrow01 .txtarea::after {
  background-size: auto 30px;
}

.jslist {
  position: relative;
}
.jslist:before {
  content: "";
  display: block;
  top: 0;
  left: 7px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
}
.jslist li {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  line-height: 30px;
  z-index: 1;
  margin-bottom: 20px;
}
.jslist li:before {
  content: "";
  display: block;
  top: 7px;
  left: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ff6600;
  border-radius: 50%;
}

@media only screen and (max-width: 1600px) {
  .fzlcrow01 .txtarea .desc {
    margin: 30px 60px 20px 70px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1540px) {
  .fzlcrow01 .txtarea .desc {
    margin: 10px 20px 10px 50px;
    line-height: 30px;
  }
  .fzlcbt {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1440px) {
  .fzlcrow01 .txtarea {
    width: calc(100% - 470px);
  }
}

@media only screen and (max-width: 1200px) {
  .fzlcbt {
    font-size: 36px;
  }
}

@media only screen and (max-width: 920px) {
  .fzlcrow01 .pic {
    width: 300px;
  }
  .fzlcrow01 .txtarea:before,
  .fzlcrow01 .txtarea::after {
    display: none;
  }
  .fzlcrow01 .txtarea {
    width: calc(100% - 350px);
  }
  .fzlcrow01 .txtarea .desc {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .fzlcrow01 .txtarea .desc p {
    margin: 0 0 10px 0;
  }
  .fzlcbt {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .fzlcrow01 {
    padding: 10px 0 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .jslist li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
  .fzlcrow01 .pic,
  .fzlcrow01 .txtarea {
    width: 100%;
    float: noen;
  }
  .fzlcrow01 .pic {
    width: calc(100% - 22px);
    margin-bottom: 20px;
  }
  .fzlcrow01 .txtarea .desc {
    font-size: 14px;
  }
  .jslist li {
    font-size: 14px;
    line-height: 24px;
  }
}

/* ==========================================================================
   contact
   ========================================================================== */

.row-contact {
  border: 1px solid #dfe0e7;
  background-color: #fff;
}
.row-contact .txtarea {
  width: 40%;
  float: left;
  font-size: 18px;
  line-height: 2em;
}
.row-contact .txtarea .desc {
  padding: 70px 0 0 50px;
}
.row-contact .txtarea .desc p {
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.row-contact .txtarea .desc p em {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  color: #0065b4;
}
.row-contact .map {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 1440px) {
  .row-contact .txtarea .desc {
    padding: 40px 0 0 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .row-contact .txtarea .desc {
    padding: 20px 0 0 30px;
  }
  .row-contact .txtarea .desc p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 920px) {
  .row-contact .txtarea,
  .row-contact .map {
    float: none;
    width: 100%;
  }
  .row-contact .txtarea {
    border: 1px solid #dfe0e7;
    border-left: 3px solid #0065b4;
    width: calc(100% - 2px);
    margin-bottom: 30px;
  }
  .row-contact {
    border: none;
  }
  .row-contact .txtarea .desc {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 450px) {
  .row-contact .txtarea .desc {
    padding: 20px 10px;
  }
  .row-contact .txtarea .desc p {
    height: auto;
  }
}

/* ==========================================================================
   feedback
   ========================================================================== */

.feedbackbg {
  padding: 40px 0 120px 0;
  margin-top: 80px;
  background: url(../images/contactbg.jpg) center top no-repeat;
  background-size: cover;
}
.feedback {
  margin-top: 60px;
}
.feedback .modtop1 {
  width: 100%;
  height: auto;
}
.feedback .modtop1 .ui-input {
  width: calc(25% - 53px);
  font-family: microsoft yahei;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 25px;
  height: 18px;
  line-height: 18px;
  padding: 12px 18px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  float: left;
  color: #999;
}
.feedback .modtop1 .ui-input:nth-child(1) {
  margin-left: 0;
}

.feedback .modtop2 {
  width: 100%;
  height: auto;
}
.feedback .ui-textarea {
  width: calc(100% - 42px);
  font-family: microsoft yahei;
  height: 150px;
  line-height: 18px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #999;
}
.feedback .modtop3 {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.feedback .modtop3 .ui-btn {
  float: left;
  margin-left: 20px;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 200px;
  background: #e60012;
}
.checkcode .ui-input {
  width: 200px;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-family: microsoft yahei;
  color: #999;
}
.checkcode {
  float: left;
}
.feedback .modtop3 .ui-btn:hover {
  background: #ff0014;
}

@media only screen and (max-width: 1200px) {
  .feedbackbg {
    margin-top: 0;
  }
}

@media only screen and (max-width: 920px) {
  .feedback .modtop1 .ui-input,
  .feedback .ui-textarea,
  .checkcode .ui-input {
    font-size: 14px;
  }
  .feedback {
    margin-top: 30px;
  }
  .feedbackbg {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .feedback .modtop1 .ui-input {
    width: calc(100% - 42px);
    float: none;
    margin-left: 0;
    font-size: 12px;
  }
  .feedback .modtop3 .ui-btn {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
  }
  .feedback .ui-textarea,
  .checkcode .ui-input {
    font-size: 12px;
  }
  .feedbacktit {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 20px 0;
  }
  .feedbackbg p.ms {
    font-size: 14px;
  }
  .checkcode .ui-input {
    width: 70px;
    padding: 8px 10px;
  }
  .feedback .modtop3 .ui-btn {
    margin-top: 0;
    width: 100px;
    padding: 8px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  .feedbackbg {
    padding: 20px 0;
    margin-top: 20px;
  }
}

.proinfo03 .left {
  width: 50%;
  float: left;
}
.proinfo03 .right {
  width: 50%;
  float: right;
}
.proinfo03 img {
  max-width: 100%;
}

.career_item {
  width: calc(33.33% - 40px);
  margin: 20px;
  float: left;
}
.caree_box {
  padding: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
}
.caree_box .job_name {
  font-weight: 500;
  border-bottom: 1px solid #e4e4e4;
  color: #23262c;
  font-size: 24px;
  line-height: 1.75;
  position: relative;
  padding-bottom: 18px;
}
.caree_box .warp {
  height: 16em;
  color: #676b77;
  line-height: 2em;
  margin-bottom: 8px;
  overflow-y: auto;
  margin-top: 2em;
}
.caree_box .link a {
  display: inline-block;
  width: 100px;
  height: 30px;
  background: #ff6600;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
#Lb_pager .pages a {
  display: inline-block;
  background: #d5d5d5;
  margin: 0 3px;
  padding: 0 18px;
  color: #333;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#Lb_pager .pages .pgnext {
  padding: 0 18px;
  color: #fff;
  background-color: #fe9119;
  border-color: #fe9119;
}
#Lb_pager .pages .pgprev {
  padding: 0 18px;
  color: #fff;
  background-color: #fe9119;
  border-color: #fe9119;
}
#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #fe9119;
  border-color: #fe9119;
}
#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}
#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fe9119;
  border-color: #fe9119;
}

@media only screen and (max-width: 768px) {
  #Lb_pager .pages a {
    padding: 0 10px;
    color: #333;
    cursor: pointer;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
  }
  #Lb_pager .pages .pgnext,
  #Lb_pager .pages .pgprev {
    padding: 0 13px;
  }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
  color: #fff;
  font: 300 18px/59px microsoft yahei;
  background: #006db9;
  padding-left: 18px;
}

.sidenav {
  text-align: center;
  background-color: #fff;
}
.sidenav li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 0 20px;
  border-bottom: 3px solid #fff;
  margin: 0 20px;
}
.sub_nav {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}
.sidenav li a {
  color: #666;
}
.sidenav li.active {
  border-color: #ff6600;
}
.sidenav li:hover a,
.sidenav li a:hover {
}
.sidenav li.active a {
  color: #ff6600;
  font-weight: bold;
}
.sidenav li:last-of-type a {
}

/* overview */
.ln-menu-link {
  display: block;
  font-size: 18px;
  color: #666;
  position: relative;
  *zoom: 1;
  line-height: 60px;
}

#ln-menustate {
  display: none;
}

@media only screen and (max-width: 920px) {
  .sub_nav {
    margin-top: 0;
  }
  .sidenav {
    background: #fff;
  }
  .sidenav li {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding: 0;
  }
  .sub_nav {
    background: #fff;
  }
  .ln-menu-link .inco {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 30px;
  }
  .ln-menu-link {
    line-height: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .overview.hidden {
    display: block;
  }
  .sidenav li.on {
    border-bottom: none;
  }
  .sub_nav li:first-child .ln-menu-link {
    border-left: none;
  }
  .sidenav li {
    margin: 0;
  }
}

.sidenav li.on a {
  color: #10924e;
}

#ln-menustate {
  display: none;
}
.localnav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.ln-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

/* background */
.ln-background {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked ~ .localnav .ln-background,
#ln-menustate:target ~ .localnav .ln-background {
  background-color: rgba(255, 255, 255, 1);
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#ln-menustate:checked ~ .localnav .ln-background:after,
#ln-menustate:target ~ .localnav .ln-background:after {
  background-color: #d6d6d6;
}
.ln-content {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.ln-curtain {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#ln-menustate:checked ~ .localnav .ln-curtain,
#ln-menustate:target ~ .localnav .ln-curtain {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}
.ln-actions {
  float: left;
  display: none;
}
.ln-action {
  float: left;
  margin-left: 24px;
}

/* chevron */
.ln-menucta {
  cursor: pointer;
  display: block;
  margin-right: -11px;
  overflow: hidden;
  width: 40px;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
}
.ln-menucta-chevron {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  background: #333;
}
.ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  right: 50%;
}
.ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  left: 50%;
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron,
#ln-menustate:target ~ .localnav .ln-menucta-chevron {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::before,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::after,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}
.ln-menucta-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 10;
}
.ln-menucta-anchor:focus {
  outline-offset: -6px;
  width: 100%;
  height: 100%;
}
.ln-menucta-anchor-close {
  display: none;
}
.ln-menucta-anchor-label {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
#ln-menustate:checked ~ .ln-menucta-anchor-open,
#ln-menustate:target ~ .ln-menucta-anchor-open {
  display: none;
}
#ln-menustate:checked ~ .ln-menucta-anchor-close,
#ln-menustate:target ~ .ln-menucta-anchor-close {
  display: block;
}

@media only screen and (max-width: 920px) {
  .content {
    position: relative;
    padding: 20px 0;
  }
  .col-main {
    margin: 0;
  }
  .col-left {
    float: left;
    width: 200px;
    margin-left: -100%;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .localnav {
    height: 48px;
  }
  .overview {
    float: left;
    line-height: 48px;
    font-size: 14px;
    padding: 0;
    background: none;
    color: #333;
  }
  .sidenav {
    border-width: 0;
  }
  .ln-menu-link {
    border-bottom: 0 none;
  }
  .ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }
  .ln-menu {
    line-height: 48px;
    padding-top: 0;
    width: 100%;
  }
  .ln-menu-tray {
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-tray,
  #ln-menustate:target ~ .localnav .ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  #ln-menustate:checked ~ .localnav.ln-opening .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-opening .ln-menu-tray {
    overflow-y: hidden;
  }
  #ln-menustate:checked ~ .localnav.ln-sticking .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-sticking .ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }
  .ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }
  #ln-menustate:checked ~ .ln-curtain,
  #ln-menustate:target ~ .ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ln-actions {
    display: block;
    margin-left: 0;
    padding: 0 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 50%;
  }
  .ln-action {
    margin-left: 16px;
  }
  .ln-action-menucta {
    margin-left: -20px;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .ln-action-button {
    float: right;
    margin-left: 27px;
  }
  .ln-content {
    padding: 0 20px;
  }
  .inner-cont {
    margin: 10px;
  }
  .sidenav {
    opacity: 1;
    padding: 5px 0 10px 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }
  .sidenav .level2 li,
  .sidenav .level2 li a {
    line-height: 20px;
  }
  #ln-menustate:checked ~ .localnav .sidenav,
  #ln-menustate:target ~ .localnav .sidenav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }
  .ln-menu-item {
    display: block;
    line-height: 48px;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .ln-menu-item:first-child .ln-menu-link {
    border-top: 0;
  }
  .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-item:nth-child(1) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(2) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(3) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(4) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(5) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(6) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(7) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-link,
  #ln-menustate:target ~ .localnav .ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .ln-menucta-anchor {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #ln-menustate:checked ~ .ln-menu-tray,
  #ln-menustate:target ~ .ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 767px) {
  .ln-menu-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}

.develop-list * {
  box-sizing: border-box;
}

.develop-list {
  padding: 15px 0 100px 0;
}

.develop-list li {
  display: flex;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.develop-list li .date {
  position: relative;
  width: 20%;
  padding-left: 25px;
  border-right: 1px solid #e5e5e5;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  font-size: 36px;
  color: #333;
}

.develop-list li .date .year {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
}

.develop-list li .date::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -11px;
  width: 22px;
  height: 43px;
  background: url(../images/9_08.png) no-repeat top center;
  background-size: 22px 43px;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.develop-list li .meta {
  width: 100%;
  padding: 28px 0 35px 60px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.develop-list li:hover {
  background: #ff6600;
}

.develop-list li:hover .date::after {
  background-image: url(../images/01_05.png);
}

.develop-list li:hover .date {
  color: #fff;
  border-right: 0 none;
}

.develop-list li:hover .meta {
  color: #fff;
  border-bottom: 0 none;
}

.js-m {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 0.8s ease;
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.mod {
  --mod-header-font-size: 40px;
}

.mod {
  padding: 30px 0;
}

.mod .mod-hd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.mod .mod-hd h3 {
  position: relative;
  font-size: var(--mod-header-font-size);
  color: #333;
  font-weight: normal;
  padding: 10px 0;
}

.mod .mod-hd h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #ff6600;
}

.mod .mod-bd {
  padding: 30px 0;
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.mod .mod-bd .sub-title {
  color: #ff6600;
  font-size: 24px;
  font-weight: normal;
  margin: 1em 0;
}

.mod .mod-bd .byline {
  font-size: 24px;
  color: #ed6d00;
  margin-top: 10px;
  text-align: center;
}

.mod .mod-bd .en {
  font-size: 16px;
  color: #333;
  text-align: center;
}

.mod .mod-bd .pic {
  margin-bottom: 40px;
}

.mod .mod-bd .slogan {
  text-align: center;
  font-size: 30px;
  margin: 1em 0;
  background: linear-gradient(0deg, #f00011, #ff7800 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 768px) {
  .mod {
    --mod-header-font-size: 20px;
  }

  .mod {
  }

  .mod .mod-hd h3 {
  }

  .mod .mod-bd {
  }
}

.mod-center .row {
  display: flex;
  flex-wrap: wrap;
}

.mod-center .col-left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 3%;
}

.mod-center .col-left img {
  width: 100%;
}

.mod-center .col-right {
  box-sizing: border-box;
  width: 50%;
  padding-left: 3%;
}
.center-list {
}
.center-list li {
  margin-bottom: 30px;
}

.center-list li:last-child {
  margin-bottom: 0;
}

.center-list li .title {
  color: #ff6600;
  font-size: 24px;
}

.center-list li .title {
}

@media only screen and (max-width: 768px) {
  .mod-center .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .mod-center .col-right {
    width: 100%;
    padding-left: 0;
  }
}

.mod1 .mod-hd,
.mod2 .mod-hd {
  margin-bottom: 0;
}

.mod1 .txt {
  text-align: center;
  margin-bottom: 1em;
  margin: 20px 0 40px;
}

.Application-list {
  margin-top: 30px;
}

.ys-list1 {
  --border-color: rgb(229, 196, 141);
  --color-blue: #003b76;

  padding-top: 74px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px 100px;
}

.ys-list1 li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 18px;
}

.ys-list1 li .wrap {
  border: 2px solid var(--border-color);
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4.045px 2.939px 3.96px 0.04px rgba(14, 39, 80, 0.2);
  position: relative;
  height: 475px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ys-list1 li:nth-child(2n) .wrap {
  border-color: var(--color-blue);
}

.ys-list1 li .icon {
  margin-top: -74px;
  margin-bottom: 28px;
}

.ys-list1 li .title {
  color: var(--color-blue);
  font-size: 22px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
}

.ys-list1 li .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--border-color);
}

.ys-list1 li:nth-child(2n) .title::after {
  background-color: var(--color-blue);
}

.ys-list1 li .desc {
  padding: 0 32px;
  font-size: 16px;
  line-height: 1.8;
  color: #323232;

  height: 280px;
  overflow-y: auto;
}

.ys-list2 {
  --border-color: rgb(229, 196, 141);
  --color-blue: #003b76;

  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}

.ys-list2 li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 0 24px;
}

.ys-list2 li .wrap {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 9px 1px rgba(14, 39, 80, 0.12);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 5px 24px 5px 80px;
  background-image: url("../images/icon-jb.png");
  background-repeat: no-repeat;
  background-position: 30px 50%;
}

.ys-list2 li .title {
  color: #ff5101;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
  width: 4em;
}

.ys-list2 li .desc {
  font-size: 14px;
  line-height: 1.6;
  color: #323232;
}

.tech_table {
  border: 1px solid #d8dde6;
  color: #333;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  margin: 20px 0;
}
.tech_table th {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  color: #333;
  background: #eef1f6;
}
.tech_table td {
  line-height: 18px;
  padding: 12px 5px;
}
.tech_table td,
.tech_table th {
  border: 1px solid #d8dde6;
}
.tech_table a {
  color: #1a70b0;
}
.tech_table tr td:nth-child(2) {
  color: #777777;
}
.tech_table tr:nth-child(2n + 1) {
  background: #f7fbfd;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.c-row .c-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}

.culture-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 40px 60px;
  border-radius: 8px;
  box-sizing: border-box;
  height: 100%;
}

.culture-box1 {
  background-image: url("../images/c-bg1.jpg");
}

.culture-box2 {
  background-image: url("../images/c-bg2.jpg");
}

.culture-box3 {
  background-image: url("../images/c-bg3.jpg");
}

.culture-box li {
  color: rgb(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
}

.culture-box li strong {
  color: #fff;
}

.culture-box3 {
  margin-top: 40px;
}

.culture-box3 {
  margin-top: 40px;
}

.c-row-hd {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}

.culture-box3 .c-row-bd {
  display: flex;
  flex-wrap: wrap;
}

.culture-box3 .c-row-bd ul:first-child {
  margin-right: 8%;
}

@media only screen and (max-width: 768px) {
  .c-row {
    margin: 0;
  }

  .c-row .c-col {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .culture-box3 .c-row-bd ul {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .c-row-hd {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .culture-box li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .culture-box3 {
    margin-top: 0;
  }
}

.tech .mod {
  --mod-header-font-size: 30px;
  --main-color: #e47f10;
}

.tech .mod {
  margin-bottom: 60px;
  padding: 0;
}

.tech .mod .mod-hd {
  align-items: flex-start;
  color: #323232;
  margin-bottom: 32px;
  line-height: 1.5;
  font-size: var(--mod-header-font-size);
}

.tech .mod .mod-bd {
  padding: 3vw;
  border-radius: 16px;
  box-shadow: 4.045px 2.939px 2.97px 0.03px rgba(14, 39, 80, 0.1);
  border: 1px solid rgb(191, 191, 191);
  color: #555555;
  font-size: 16px;
  line-height: 36px;
}

.tech .box .box-hd {
  color: var(--main-color);
}

.tech .box .box-bd ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

.tech .box .box-bd ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.tech .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2vw;
}

.tech .row .col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2vw;
}

@media only screen and (max-width: 768px) {
  .tech .mod {
    --mod-header-font-size: 16px;
  }

  .tech .mod {
    margin-bottom: 20px;
    padding: 0;
  }

  .tech .mod .mod-hd {
    margin-bottom: 12px;
  }

  .tech .mod .mod-bd {
    padding: 12px;
    font-size: 12px;
    line-height: 1.8;
  }

  .tech .row {
    margin: 0;
  }

  .tech .row .col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.float-btn {
  display: block;
}

.flbz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -34px;
}

.flbz-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 34px;
  margin-bottom: 68px;
}

.flbz-list li a {
  display: block;
}

.flbz-list li .wrap {
  box-sizing: border-box;
  height: 302px;
  border: 1px solid rgb(210, 210, 210);
  box-shadow: 3.346px 3.716px 2.7px 0.3px rgba(14, 39, 80, 0.1);
  border-radius: 8px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flbz-list li .icon {
  width: 122px;
  height: 122px;
  background-color: #f6f7fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flbz-list li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flbz-list li .txt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 124px;
  font-size: 22px;
  list-style: 24px;
  color: #323232;
}

.flbz-list .except .txt {
  font-size: 18px;
}

@media only screen and (max-width: 1460px) {
  .flbz-list {
    margin: 0 -20px;
  }

  .flbz-list li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .flbz-list li .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .flbz-list .except .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .flbz-list li {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .flbz-list li .wrap {
    height: 240px;
    padding-top: 20px;
  }

  .flbz-list li .icon {
    width: 90px;
    height: 90px;
  }

  .flbz-list li .txt {
    height: 90px;
    font-size: 14px;
    line-height: 1.5;
  }

  .flbz-list .except .txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .flbz-list {
    margin: 0 -12px;
  }

  .flbz-list li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .flbz-list li .wrap {
    height: 160px;
    border-radius: 4px;
    padding-top: 24px;
  }

  .flbz-list li .icon {
    width: 60px;
    height: 60px;
  }

  .flbz-list li .txt {
    height: 72px;
    font-size: 12px;
    list-style: 1.5;
    color: #323232;
  }

  .flbz-list .except .txt {
    font-size: 12px;
  }
}

.zwyq-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -34px;
}

.zwyq-list li {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 34px;
  margin-bottom: 48px;
}

.zwyq-list li a {
  display: block;
}

.zwyq-list li .wrap {
  box-sizing: border-box;
  height: 302px;
  border: 1px solid rgb(210, 210, 210);
  box-shadow: 3.346px 3.716px 2.7px 0.3px rgba(14, 39, 80, 0.1);
  border-radius: 8px;
  padding: 36px;
}

.zwyq-list li .title {
  font-size: 22px;
  color: #002060;
  margin-bottom: 16px;
}

.zwyq-list li .desc {
  font-size: 18px;
  color: #323232;
  line-height: 30px;
}

@media only screen and (max-width: 1460px) {
  .zwyq-list li .wrap {
    padding: 24px;
  }
  .zwyq-list li .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .zwyq-list li .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1200px) {
  .zwyq-list {
    margin: 0 -20px;
  }

  .zwyq-list li {
    padding: 0 20px;
  }

  .zwyq-list li .wrap {
    padding: 16px;
  }
  .zwyq-list li .title {
    font-size: 16px;
  }
  .zwyq-list li .desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .zwyq-list {
    flex-wrap: wrap;
    margin: 0;
  }

  .zwyq-list li {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .zwyq-list li .wrap {
    height: auto;
    min-height: 120px;
    border-radius: 4px;
    padding: 12px 24px;
  }

  .zwyq-list li .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .zwyq-list li .desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

.xy-row {
  margin-bottom: 30px;
}

.xy-row-hd {
  color: #323232;
  font-size: 30px;
  margin-bottom: 32px;
}

.xy-masthead {
  font-size: 36px;
  color: #323232;
  line-height: 94px;
  margin-bottom: 42px;
  position: relative;
}

.xy-masthead::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 3px;
  background-color: #ff6600;
}

.h {
  color: #ff6600;
}

.xy-row3 .xy-row-bd p,
.xy-row3 .xy-row-bd p a {
  color: #323232;
  font-size: 18px;
  margin-bottom: 16px;
}

.xy-row3 .xy-row-bd .submit-btn {
  margin-top: 40px;
  transition: all 0.3s;
  color: #003b76;
  border: 1px solid #003b76;
  font-size: 16px;
  line-height: 38px;
  border-radius: 980px;
  width: 162px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xy-row3 .xy-row-bd .submit-btn:hover {
  color: #ff6600;
  border: 1px solid #ff6600;
}

@media only screen and (max-width: 768px) {
  .xy-row {
    margin-bottom: 24px;
  }

  .xy-row-hd {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .xy-masthead {
    font-size: 22px;
    line-height: 60px;
    margin-bottom: 12px;
  }

  .xy-row3 .xy-row-bd p,
  .xy-row3 .xy-row-bd p a {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

/*** add 2024***/

#div_75 {
  display: none;
}
#div_72 {
  display: none;
}

.pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.bgimg {
  width: 100%;
}

.upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.partner-list {
  --gap: 20px;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) * -1);
}

.partner-list li {
  box-sizing: border-box;
  width: 20%;
  padding: var(--gap);
}

.partner-list li .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #ddd;
  margin: 0 !important;
}

.partner-list li .upimg {
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .partner-list {
    --gap: 5px;
  }

  .partner-list li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 500px) {
  .ys-list1 li {
    width: 100%;
    margin-bottom: 80px;
  }
  .ys-list1 li:last-child {
    margin-bottom: 0;
  }
  .ys-list2 li {
    width: 100%;
  }
  .develop-list li .date {
    width: 40%;
    font-size: 16px;
  }
  .develop-list li .meta {
    padding: 28px 0 35px 20px;
    font-size: 16px;
  }
  .develop-list li .date::after {
    background-size: 12px 23px;
  }
  .link {
    line-height: 2.5em;
  }
  #Lb_pager .pages a {
    padding: 0 6px;
  }
  #Lb_pager .pages .pgnext,
  #Lb_pager .pages .pgprev {
    padding: 0 5px;
  }

  .career_item {
    width: 100%;
    margin: 0px;
  }
}

.org-txt {
  font-size: 24px;
}

@media only screen and (max-width: 833px) {
  .coninfo {
    line-height: 2;
    font-size: 14px;
  }

  .xy-row3 .xy-row-bd .submit-btn,
  .caree_box .link a {
    margin-left: auto;
    margin-right: auto;
  }

  .caree_box {
    margin-bottom: 24px;
  }

  .caree_box .warp {
    height: auto;
  }

  .caree_box .link a {
    margin-top: 8px;
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
  }

  .mod {
    padding: 12px 0;
  }

  .mod .mod-bd {
    padding: 12px 0;
    font-size: 14px;
  }

  .mod1 .txt {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .mod1 .txt * {
    font-size: 14px !important;
  }

  .mod-bd p,
  .mod-bd p * {
    font-size: 14px !important;
  }

  .mod .mod-bd .pic {
    margin-bottom: 12px;
  }

  .culture-box {
    padding: 36px 20px;
    height: auto;
  }

  img {
    max-width: 100% !important;
  }

  .org-txt {
    font-size: 16px;
  }

  .aboutpart03 .tit {
    margin-bottom: 20px;
  }

  .aboutpart03 .tit h3 {
    font-size: 24px;
  }

  .ys-list1 li .icon {
    margin-top: -40px;
    margin-bottom: 20px;
    width: 80px;
  }

  .ys-list1 li .wrap {
    height: auto;
  }

  .ys-list1 li .desc {
    font-size: 14px;
    height: auto;
    padding-bottom: 48px;
  }

  .ys-list2 li .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ys-list1 {
    padding-top: 48px;
    margin-bottom: 48px;
  }

  .ys-list1 li .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .ys-list1 li {
  }
}
