@import 'fonts.css';
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
P {
  margin-bottom: 0;
}
em {
  font-style: normal;
}
body {
  -webkit-overflow-scrolling: touch;
  font-family: microsoft yahei;
}
a:hover,
a {
  color: #333;
}
.xs {
  font-size: 12px!important;
}
.line-b {
  border-bottom: 1px solid #f0f0f0;
}
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
img {
  max-width: 100%;
}
.ic {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.text-info {
  color: #666;
}
a {
  text-decoration: none !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row-pv10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-pv10 > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row-pv20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-pv20 > * {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .row-pv20 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-pv20 > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.row-pv40 {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.row-pv40 li {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 640px) {
  .row-pv40 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-pv40 li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.mt0 {
  margin-top: 0!important;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.center {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
}
.wrap {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrap2 {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .wrap2 {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@font-face {
  font-family: medium;
  src: url('/fonts/din medium.ttf'), url('/fonts/din medium.eot'), url('/fonts/din medium.eot');
  /* IE9+ */
}
.medium {
  font-family: medium;
}
/* 手机端菜单*/
.menu_btn {
  width: 60px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  right: 12px;
  transform-origin: center center;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
}
.menu_btn i {
  position: absolute;
  width: 28px;
  height: 1px;
  background: #333;
  left: 12px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
  top: 20px;
}
.menu_btn i:nth-of-type(2) {
  top: 30px;
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px;
}
.menu_btn.active i {
  background-color: #dd2e1b;
}
.menu_btn.active i:nth-of-type(1) {
  -webkit-transform: rotate(225deg) translate(-7px, -7px);
  -moz-transform: rotate(225deg) translate(-7px, -7px);
  -ms-transform: rotate(225deg) translate(-7px, -7px);
  -o-transform: rotate(225deg) translate(-7px, -7px);
  transform: rotate(225deg) translate(-7px, -7px);
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0;
}
.menu_btn.active i:nth-of-type(2) {
  -webkit-transform: rotate(-225deg) translate(0, 0);
  -moz-transform: rotate(-225deg) translate(0, 0);
  -ms-transform: rotate(-225deg) translate(0, 0);
  -o-transform: rotate(-225deg) translate(0, 0);
  transform: rotate(-225deg) translate(0, 0);
}
.menu_btn:hover i:nth-of-type(3) {
  width: 28px;
}
.m-menus {
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  right: 0;
  background: #fff;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 0;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.m-menus.active {
  bottom: 0;
  z-index: 99;
  opacity: 1;
  height: auto;
}
.m-menus ul {
  padding-top: 5vh;
}
.m-menus .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.m-menus .icon-right {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #999;
}
.m-menus a {
  display: block;
  width: 100%;
  padding: 0 6%;
  line-height: 52px;
  color: #000;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.m-menus .trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-menus a.active {
  font-weight: normal;
  color: #009fd6;
}
.flex {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
}
.flex-x {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.flex-x-center {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-between {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-between-t {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-x-bottom {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-y {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-y-center {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-grow-0 {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-grow-1 {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.myrow {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
}
.row1 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.row2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.row3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
}
.hv-scale {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.hv-scale img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hv-scale-xs {
  overflow: hidden;
}
.hv-scale-xs img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.hv-scale-xs:hover img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.c-green {
  color: #24ddc7;
}
.bg-green {
  background-color: #24ddc7;
}
.bg-gray {
  background: #f4f4f4;
}
.c-blue {
  color: #0d4e9b;
}
.bg-blue {
  background-color: #0d4e9b;
}
.c-red {
  color: #dd2e1b;
}
.bg-red {
  background-color: #dd2e1b;
}
.hv:hover {
  color: #0d4e9b;
}
.hv-red:hover {
  color: #dd2e1b;
}
.hv-bg:Hover {
  background-color: #09366c;
  color: #fff;
}
.bg-white {
  background: #fff;
}
.tran3 {
  transition: 0.3s;
}
.bg-gray {
  background: #efefef;
}
/*网站单位设置*/
html {
  font-size: 110px !important;
}
@media (max-width: 1400px) {
  html {
    font-size: 100px !important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 90px !important;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 80px !important;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 70px !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 60px !important;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 40px !important;
  }
}
.hd-search {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 2.34rem;
}
.hd-search input {
  border: 0;
  box-shadow: none;
  outline: none;
  background: none;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
.hd-search .key {
  width: 90%;
  text-indent: 12px;
}
.hd-search .submit {
  background: url(../images/search.png) no-repeat center;
  width: 0.5rem;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 24px;
}
.header {
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  font-size: 16px;
  background-color: #0d4e9b;
}
.header .logo {
  max-width: 440px;
  width: 20%;
  min-width: 340px;
  left: -30px;
  height: 100%;
  transition: 0.3s;
  background-size: 247px;
  position: absolute;
}
.header .logo img{
  max-width: 240px;
}
.header .logo::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: skewX(-30deg);
}
.header .logo img {
  position: relative;
  z-index: 55;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  max-height: 80%;
}
.header .hd-tool {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.header .pc-menus {
  white-space: nowrap;
  transition: 0.3s;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  right: 0;
}
.header .pc-menus .item {
  font-size: 15px;
  display: inline-block;
  width: 117px;
  height: calc(100px);
  line-height: calc(100px);
  margin-left: 30px;
}
.header .pc-menus .item a {
  color: #fff;
  display: block;
  position: relative;
}
.header .pc-menus .item a:after {
  content: '';
  display: block;
  width: 0;
  left: 50%;
  height: 3px;
  background-color: #dd2e1b;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.header .pc-menus .item.active a:after,
.header .pc-menus .item:Hover a:after {
  left: 0;
  width: 100%;
}
.header .pc-menus .item a:hover,
.header .pc-menus .item a.active {
  color: #fff;
}
@media (max-width: 1920px) {
  .header .s2 .pc-menus {
    left: 10%;
  }
  .header .pc-menus .item {
    margin-left: 15px;
  }
}
@media (max-width: 1440px) {
  .header .s2 .pc-menus {
    left: 20%;
  }
  .header .pc-menus .item {
    width: 100px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header {
    height: 80px;
    background: #fff;
  }
  .header .hd-tool .lanuage {
    line-height: 80px;
    color: #333;
  }
}
@media (max-width: 640px) {
  .header {
    height: 50px;
  }
  .header .m-nav {
    top: 50px;
  }
  .header .logo {
    left: 0;
  }
  .header .logo img {
    left: 15px;
  }
  .header .hd-tool .lanuage {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .header .hd-tool .lanuage .iconfont {
    padding-left: 3px;
  }
  .header .hd-tool {
    right: 15px;
  }
  .header .hd-tool .iconfont {
    font-size: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
}
.header.default {
  top: -100px;
}
.content-item {
  display: none;
}
.content-item.active {
  display: block;
}
main {
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 1.6rem;
}
@media (max-width: 1200px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 640px) {
  main {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .m-menus {
    top: 80px;
  }
}
@media (max-width: 640px) {
  .m-menus {
    top: 50px;
  }
}
footer {
  background: #282828;
  padding: 50px 0;
}
footer nav {
  font-size: 15px;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
footer nav .nav-lg a {
  color: #fff;
  display: inline-block;
  margin-right: 0.3rem;
}
footer nav .nav-lg a:hover {
  color: #666;
}
footer nav .nav-lg a:last-child {
  margin-right: 0;
}
footer nav .nav-xs .item-nav {
  max-width: none;
}
footer nav .nav-xs .item-nav .icon-jia {
  float: right;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
footer nav .nav-xs .item {
  float: none;
  width: 100%;
}
footer nav .nav-xs .item .icon-jia {
  display: block;
  transition: 0.3s;
  opacity: 1;
  font-size: 12px;
}
footer nav .nav-xs .item h4 {
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #3e3e3e;
  padding: 0 0.1rem;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
}
footer nav .nav-xs .item .info {
  display: none;
  font-size: 15px;
  padding: 10px 3%;
  line-height: 2;
}
footer nav .nav-xs .item .info a {
  font-size: 12px;
  display: block;
}
footer nav .nav-xs .item-nav.active .iconfont {
  transform: rotate(135deg);
}
footer nav .nav-xs .item {
  text-align: left;
}
footer nav .nav-xs .item h4 {
  color: #fff;
  display: block;
  margin-right: 0;
}
footer nav .nav-xs .item a {
  color: #fff;
}
footer nav .nav-xs .item .info {
  display: none;
}
footer .ft-bottom {
  color: #999999;
  position: relative;
}
footer .contact {
  line-height: 2.4;
  margin-bottom: 46px;
}
footer .contact .item > * {
  display: inline-block;
  vertical-align: middle;
}
footer .contact p + p {
  margin-left: 15px;
}
footer .copyright {
  line-height: 2.4;
}
footer .copyright > * {
  display: inline-block;
  vertical-align: middle;
}
footer .copyright p + p {
  margin-left: 15px;
}
footer .copyright .ic {
  padding-left: 30px;
  background: url(../images/ic_ico.png) no-repeat 0 center;
}
footer .skill a {
  color: #999;
}
footer .skill a:hover {
  color: #fff;
}
@media (min-width: 993px) {
  footer .skill {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  footer .skill img {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  footer .skill {
    padding-top: 20px;
  }
  footer .skill img {
    display: none;
  }
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer nav {
    border-bottom: 0;
  }
  footer .contact .item p {
    display: block;
    margin-left: 0 !important;
  }
  footer .copyright .ic {
    display: inline-block;
  }
  footer .copyright p {
    display: block;
    margin-left: 0 !important;
  }
}
@media (max-width: 640px) {
  footer {
    font-size: 12px;
    padding: 30px 0;
  }
  footer nav {
    margin-bottom: 0px;
  }
  footer .contact {
    margin-bottom: 30px;
  }
}
@-webkit-keyframes move {
  from {
    top: 100%;
  }
  to {
    top: -100%;
  }
}
.toTop {
  position: fixed;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  z-index: 555;
  right: 50px;
  bottom: 140px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: rgba(222, 41, 30, 0.8);
}
.toTop .icon-ltop {
  font-size: 30px;
  transition: 0.3s;
  position: relative;
}
.toTop .icon-top {
  display: none;
}
@media (min-width: 641px) {
  .toTop .icon-ltop {
    animation: move 2s infinite linear;
  }
}
@media (max-width: 640px) {
  .toTop {
    display: block;
    background-color: #333;
    display: inline-block;
    background-size: auto 160px;
    width: 40px;
    height: 40px;
    background-position: -600px 0;
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    right: 0;
    bottom: 0;
  }
  .toTop .icon-ltop {
    display: none;
  }
  .toTop .icon-top {
    display: block;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
}
/**/
.hd-search-xs {
  position: relative;
  width: auto;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  margin-top: 2em;
  padding: 0;
  margin: 6%;
}
.hd-search-xs .key {
  color: #333;
}
.hd-search-xs .submit {
  background-image: url('../images/search2.png');
  background-size: 18px;
  right: 0;
  width: 14%;
}
.js-m-3 {
  opacity: 0;
  -webkit-transform: translate(-10px, -30px);
  -ms-transform: translate(-10px, -30px);
  transform: translate(-10px, -30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.delay01 {
  -webkit-transition-delay: 0.06s !important;
  transition-delay: 0.06s !important;
}
.delay02 {
  -webkit-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
}
.delay03 {
  -webkit-transition-delay: 0.18s !important;
  transition-delay: 0.18s !important;
}
.delay04 {
  -webkit-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
}
.delay05 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.delay06 {
  -webkit-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
}
.delay07 {
  -webkit-transition-delay: 0.42s !important;
  transition-delay: 0.42s !important;
}
.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.table {
  margin-bottom: 0;
  overflow: hidden;
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.more1 {
  font-size: 16px;
}
.more1 .ic-lmore {
  background: url('../images/ic_more.png') no-repeat right center;
  width: 92px;
  height: 10px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .more1 .ic-lmore {
    width: 50px;
  }
}
.more1 .ic-lmore2 {
  background-image: url('../images/ic_more2.png');
  width: 62px;
}
.more1.s2 {
  color: #333;
}
.more1.s2 .ic-lmore {
  background-image: url('../images/ic_more2.png');
  width: 62px;
}
.swiper-banner {
  height: 7rem;
  overflow: hidden;
}
.swiper-banner .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.swiper-banner .bg {
  width: 100%;
  height: 100%;
  background-size: contain;
  transform: scale(1.2);
  background-position: center !important;
  background-size: cover !important;
  transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  box-sizing: border-box;
}
.swiper-banner a {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
}
.swiper-banner .text {
  max-width: 800px;
  width: 100%;
  float:left;
  margin-right: auto;
  margin-left:10%;
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: all 1s ease-in 0s;
  font-size: 0.6rem;
  line-height: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .swiper-banner .text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .swiper-banner .text {
  width: 100%;
  margin:0px auto;
    padding-left: 15px;
    padding-right: 15px;
	  margin-right:0%; border:0px solid #f60;
  }

}
.swiper-banner .text h4 {
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight:bold;
  margin: 0;
}
.swiper-banner .text h5 {
  letter-spacing: 2px;
  font-size: 0.4rem;
  margin:0.4rem 0;
}
.swiper-banner .text p {
  letter-spacing: 0px;
  margin-top: 5px; 
}
.swiper-banner .swiper-slide-active .bg {
  transform: scale(1);
}
.swiper-banner .swiper-slide-active .text {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.swiper-banner .scroll-tag {
  height: 26px;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  text-align: center;
}
.swiper-banner .scroll-tag > * {
  display: inline-block;
  vertical-align: middle;
}
.swiper-banner .scroll-tag .l > *,
.swiper-banner .scroll-tag .r > * > * {
  display: inline-block;
  vertical-align: middle;
}
.swiper-banner .scroll-tag em {
  display: inline-block;
  font-size: 0.18rem;
}
.swiper-banner .scroll-tag .iconfont {
  cursor: pointer;
  font-size: 0.24rem;
}
.swiper-banner .scroll-tag .iconfont:hover {
  color: #dd2e1b;
}
.swiper-banner .swiper-scrollbar {
  background: #fff;
  height: 0.03rem;
  width: 0.92rem;
  margin: 0 5px;
  transition: 0.3s;
}
.swiper-banner .swiper-scrollbar-drag {
  background-color: #dd2e1b;
}
@media (max-width: 640px) {
  .swiper-banner .text {
    font-size: 14px;
    text-align: center;
  }
  .swiper-banner .text .more {
    font-size: 12px;
  }
  .swiper-banner .text h4 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .swiper-banner {
    height: 260px;
  }
}
.hd1 {
  font-size: 36px;
  margin-bottom: 0.6rem;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.6;
  font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
}
.hd1::after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #dd2e1b;
  transition: 0.3s;
  bottom: 0;
  left: 0;
}
.hd1 h2 {
  color: #0d4e9b;
}
.hd1 .en {
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .hd1:hover::after {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .hd1 {
    font-size: 24px;
  }
  .hd1 .en {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .hd1 {
    font-size: 24px;
  }
  .hd1 .en {
    margin-top: 5px;
    font-size: 18px;
  }
}
.hd2 {
  position: relative;
}
.hd2 h2 {
  font-size: 0.36rem;
}
.hd2 .more1 {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .hd2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .hd2 h2 {
    font-size: 22px;
  }
}
.hd3 {
  font-size: 36px;
  margin-bottom: 0.6rem;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.6;
  font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
  line-height: 2;
}
.hd3::after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #dd2e1b;
  transition: 0.3s;
  bottom: 0;
  left: 0;
}
.hd3 h2 {
  color: #0d4e9b;
}
.hd3 .en {
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .hd3:hover::after {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .hd3 {
    font-size: 24px;
  }
  .hd3 .en {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .hd3 {
    font-size: 24px;
  }
  .hd3 .en {
    margin-top: 5px;
    font-size: 18px;
  }
}
.hd3 h2 {
  font-size: 0.48rem;
  text-transform: uppercase;
  font-weight: bold;
}
.hd3 .tit {
  font-size: 0.3rem;
}
.hd3.white h2,
.hd3.white .tit {
  color: #fff;
}
@media (max-width: 768px) {
  .hd3 .tit {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .hd3 .tit {
    font-size: 20px;
  }
}
.iabout {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.iabout .right-box img {
  width: 100%;
}
.iabout .right-box .img-wrap {
  position: relative;
}
.iabout .right-box .img-wrap .ic-logo {
  width: 0.74rem;
  height: 0.74rem;
  background-image: url('../images/logo_pd.png');
  background-size: contain;
  right: 0.7rem;
  top: 0.7rem;
  position: absolute;
}
.iabout .left-box .text {
  color: #666666;
  line-height: 2.5;
  margin-bottom: 0.25rem;
  height: 3.1rem;  font-size:14px;
}
.iabout .more-wrap {
  position: relative;
  background: #000;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.iabout .more-wrap img {
  width: 100%;
}
.iabout .more-wrap .more1 {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  color: #fff;
}
.iabout .more-wrap img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.iabout .more-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.iabout .more-wrap:Hover img {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .iabout .left-box .text {
    height: auto;
  }
  .iabout .more-wrap {
    margin-bottom: 0.5rem;
    background: none;
  }
  .iabout .more-wrap .more1 {
    position: static;
    color: #333;
    transform: none;
    left: auto;
    top: auto;
  }
  .iabout .more-wrap .more1 .ic-lmore {
    background-image: url('../images/ic_more2.png');
    width: 50px;
  }
  .iabout .more-wrap img {
    display: none;
  }
}
@media (max-width: 768px) {
  .iabout {
    margin-bottom: 0.5rem;
  }
  .iabout .left-box .text {
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .iabout .left-box .text {
    font-size: 12px;
  }
}
.live-data {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.live-data > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.live-data .num {
  font-size: 0.6rem;
  color: #0d4e9b;
  font-family: medium;
}
.live-data .tit {
  font-size: 16px;
  color: #666666;
}
.live-data br {
  display: none;
}
@media (max-width: 768px) {
  .live-data li:nth-child(3),
  .live-data li:nth-child(4) {
    margin-top: 0.8rem;
  }
  .live-data .num {
    font-size: 30px;
  }
  .live-data .tit {
    font-size: 12px;
  }
}
.iexample {
  height: 4.6rem;
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.iexample ol {
  height: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.iexample ol + ol {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.iexample .ic {
  max-width: 70%;
}
.iexample h3 {
  font-size: 30px;
  margin: 0.3rem 0;
  transition: 0.3s;
}
.iexample p {
  font-size: 16px;
  line-height: 2;
}
.iexample li {
  width: 33.3333%;
  height: 100%;
  float: left;
  overflow: hidden;
  background: linear-gradient(rgba(13, 78, 155, 0), rgba(13, 78, 155, 0)) no-repeat center;
  background-size: 100% 0;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5%;
  transition: 0.3s ease-in-out;
}
.iexample li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.iexample li:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.iexample a {
  color: #fff;
  display: block;
}
@media (min-width: 1200px) {
  .iexample li:hover {
    background: linear-gradient(rgba(13, 78, 155, 0.8), rgba(13, 78, 155, 0.8)) no-repeat center;
    background-size: 100% 100%;
  }
}
@media (max-width: 1200px) {
  .iexample {
    height: auto;
  }
}
@media (max-width: 992px) {
  .iexample ol + ol {
    border-top: 0;
  }
  .iexample li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
}
@media (max-width: 640px) {
  .iexample li {
    padding: 1rem 10%;
  }
  .iexample h3 {
    font-size: 22px;
  }
  .iexample p {
    font-size: 12px;
  }
}
.more2 {
  padding: 5px 32px;
  display: inline-block;
  border: 1px solid #0d4e9b;
  color: #0d4e9b;
}
.more {
  width: 1.22rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #666;
  display: block;
  color: #666;
  background: linear-gradient(#0d4e9b, #0d4e9b) no-repeat 0 0;
  background-size: 0 100%;
  transition: 0.3s;
}
.more:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #0d4e9b;
}
.inews {
  background: #e6edf5;
  padding-top: 0.86rem;
  padding-bottom: 0.76rem;
}
.inews .hd2 {
  margin-bottom: 0.6rem;
}
.inews .news-list {
  padding-left: 30px;
}
@media (min-width: 1500px) {
  .inews .inews-left {
    width: 65%;
    float: left;
    margin-right: 20px;
  }
  .inews .inews-right {
    width: 30%;
    float: right;
  }
}
@media (max-width: 1499px) {
  .inews .inews-left {
    margin-bottom: 0.8rem;
  }
  .inews .news-list {
    line-height: 1.8;
    padding-left: 0;
  }
  .inews .news-list li {
    margin-bottom: 0.2rem;
    width: 46%;
    float: left;
  }
  .inews .news-list li:nth-child(2n) {
    margin-left: 8%;
  }
  .inews .news-list a {
    margin-right: 0;
  }
  .inews .news-list .date {
    position: static;
    top: auto;
    transform: none;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .inews .news-list {
    font-size: 14px;
  }
  .inews .news-list .date {
    font-size: 12px;
  }
  .inews .news-list li {
    width: 100%;
    margin-left: 0!important;
  }
  .inews .inews-left {
    margin-bottom: 1rem;
  }
  .inews .inews-left .img-box {
    margin-bottom: 0.5rem;
  }
  .inews .inews-left .info-box .more {
    width: auto;
    height: auto;
    padding: 5px 30px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.3rem;
  }
}
@media (max-width: 480px) {
  .inews .inews-left .info-box h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .inews .inews-left .info-box .info {
    font-size: 12px;
    line-height: 1.8;
  }
}
.news-list {
  font-size: 16px;
  line-height: 0.5rem;
}
.news-list li {
  position: relative;
}
.news-list .date {
  color: #999;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 132px;
  position: relative;
  padding-left: 20px;
}
.news-list a::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #dd2e1b;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.news-list a:hover {
  color: #dd2e1b;
}
.inews-left .img-box {
  border: 9px solid #fff;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.inews-left .img-box img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inews-left .img-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inews-left .img-box .img {
  width: 100%;
}
.inews-left .img-box .date {
  width: 85px;
  height: 85px;
  background: rgba(221, 46, 27, 0.9);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.inews-left .img-box .date b {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0.06rem;
  display: block;
}
.inews-left .img-box .date .inner {
  display: table-cell;
  vertical-align: middle;
  height: 85px;
  width: 85px;
}
.inews-left .info-box h4 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 90%;
  margin: 0.2rem 0;
}
.inews-left .info-box h4 a:hover {
  color: #dd2e1b;
}
.inews-left .info-box .info {
  color: #666;
  line-height: 2;
  min-height: 1.4rem;
  margin-bottom: 0.2rem;
}
.inews-left .info-box .info a {
  color: #666;
}
.inews-left .info-box .info a:hover {
  color: #dd2e1b;
}
.ipartner {
  text-align: center;
  margin-bottom: 0.3rem;
  padding-top: 0.88rem;
  padding-bottom: 0.38rem;
}
.ipartner ul {
  margin-top: 0.5rem;
}
.ipartner li {
  margin-top: 0rem; 
}
.ipartner li img {
  max-width: 100%; border:6px solid #eee;
}
.ipartner li h3{
padding:16px 0px;  font-size:16px;
}
.banner {
  height: 6rem;
  padding-bottom: 2.1rem;
  padding-top: 1rem;
  overflow: hidden;
  position: relative;
  margin-top: -100px;
  background-attachment: fixed;
  text-align: center;
  display: table;
  width: 100%;
}
.banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  transform: scale(1.2);
  background-position: center !important;
  background-size: cover !important;
  transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  box-sizing: border-box;
}
.banner.animated .bg {
  transform: scale(1);
}
.banner .content {
  position: relative;
  z-index: 6;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  display: table-cell;
  vertical-align: middle;
}
.banner h3 {
  font-size: 48px;
  margin-bottom: 40px;
}
.banner hr {
width:60px;margin:0px auto; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
.banner .info {
  font-size: 30px;
  font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
}
.banner .info .p2 {
  display: inline-block;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: -80px;
  }
}
@media (max-width: 992px) {
  .banner {
    height: 8rem;
  }
  .banner h3 {
    font-size: 42px;
  }
  .banner .info {
    font-size: 24px;
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .banner h3 {
    font-size: 40px;
  }
  .banner .info {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .banner {
    margin-top: -50px;
  }
}
@media (max-width: 480px) {
  .banner h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner .info {
    font-size: 14px;
  }
}
.base-tab {
  position: relative;
  margin-top: -2.1rem;
  z-index: 7;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
}
@media (max-width: 768px) {
  .base-tab {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .base-tab {
    padding-top: 40px;
  }
}
.tab-nav {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  height: 56px;
  background-color: #0d4e9b;
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 88;
  transition: 0.3s;
}
.tab-nav .item {
  display: block;
  transition: 0.3s;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  color: #fff;
  opacity: 0.6;
}
.tab-nav .item::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.tab-nav .item:hover {
  opacity: 1;
}
.tab-nav .active {
  opacity: 1;
}
.tab-nav.fixed {
  position: fixed;
}
@media (max-width: 480px) {
  .tab-nav {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.tab-body {
  padding: 0.8rem 0.9rem 0;
  background: #fff;
}
@media (max-width: 768px) {
  .tab-body {
    padding: 0.5rem 6%;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 992px) {
  .main-body.s2 {
    padding-top: 60px;
  }
  .main-body.s2 .tab-nav {
    margin-top: -20px;
  }
  .main-body.s2 .tab-nav.fixed {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .main-body.s2 {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .main-body.s2 {
    padding-top: 20px;
  }
}
.news-topper {
  padding-bottom: 1.2rem; 
}
.news-topper .cover-wrap {
  margin-right: 21px; width:90%;
}
.news-topper .cover-wrap img{
border:1px solid #ddd; 
}
.news-topper .content {
  color: #999;
  line-height: 1.6; 
  padding-top: 5%; 
}
.news-topper h4 {
  font-size: 20px;
  color: #0d4e9b;
  margin: 0 0 0.2rem;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-topper .info {
  line-height: 30px;
  max-height:120px;
  margin-bottom: 0.72rem;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  color: #666;
}
@media (min-width: 993px) {
  .news-topper {
    display: table-cell;
    vertical-align: middle;
  }
  .news-topper .content,
  .news-topper .img-box {
    width: 50%;
    float: left;
  }
  .news-topper .img-box .img {
    margin-right: 21px;
  }
  .news-topper .content a {
    padding: 5% 1rem 5% 21px;
    display: block;
  }
}
@media (max-width: 1200px) {
  .news-topper {
    padding-bottom: 0.8rem;
  }
  .news-topper .content a {
    padding-right: 0;
  }
  .news-topper .info {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 992px) {
  .news-topper {
    padding-bottom: 1rem;
  }
  .news-topper .cover-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .news-topper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .news-topper .inner {
    background: none;
  }
  .news-topper li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 5%;
  }
  .news-topper .date2 {
    color: #bbb;
    font-size: 0.95em;
    margin: 0.5em 1em 0.25em 0;
  }
  .news-topper h4 {
    margin: 0.5em 0 1em 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .news-topper h4:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 1em;
  }
  .news-topper .more {
    display: inline-block;
    font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
    border: none;
    width: auto;
    margin-top: 0.8em;
    color: #D9A300;
    border-bottom: 1px dotted #fff;
  }
  .news-topper .info {
    font-size: 15px;
    line-height: 22px;
    height: 66px;
  }
}
.news2-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 0.5rem;
}
.news2-list li {
  padding-left: -20px;
  padding-right: -20px;
  margin-bottom: 40px;
  cursor: pointer;
}
.news2-list .inner {
  background: #f4f4f4;
  border: 1px solid #fff;
  padding: 0.32rem 0;
  overflow: hidden;
  transition: 0.3s;
}
.news2-list .date {
  width: 1.4rem;
  text-align: center;
  min-width: 100px;
  font-family: medium;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.news2-list .date b {
  font-size: 48px;
  line-height: 1.4;
}
.news2-list .date p {
  color: #999999;
}
@media (min-width: 992px) {
  .news2-list li:hover .inner {
    border-color: #0d4e9b;
    background: none;
  }
  .news2-list li:hover .inner .date > * {
    color: #0d4e9b;
  }
  .news2-list h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .news2-list .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .news2-list .inner .content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .news2-list .info {
    color: #999;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
  }
  .news2-list .content {
    padding: 0 0.42rem 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .news2-list {
    margin: 0;
  }
  .news2-list .inner {
    background: none;
  }
  .news2-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
  }
  .news2-list .date2 {
    color: #bbb;
    font-size: 0.95em;
    margin: 0.5em 1em 0.25em 0;
  }
  .news2-list h4 {
    margin: 0.5em 0 1em 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .news2-list h4:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 1em;
  }
  .news2-list .more3 {
    display: inline-block;
    font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
    margin-top: 0.8em;
    color: #D9A300;
    border-bottom: 1px dotted #fff;
  }
  .news2-list .info {
    color: #666;
    font-size: 15px;
    line-height: 22px;
  }
}
.page {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page a {
  display: block;
  text-align: center;
  background: #fff;
  line-height: 36px;
  min-width: 36px;
  color: #666;
  border: 1px solid #dddddd;
  transition: 0.3s;
}
.page .disabled {
  opacity: 0.5;
}
.page .disabled:hover {
  cursor: not-allowed;
}
.page a + a {
  margin-left: 12px;
}
.page .num {
  padding: 0 10px;
}
.page a.active,
.page a:not(.disabled):hover {
  background-color: #0d4e9b;
  color: #fff;
  border-color: #0d4e9b;
}
@media (max-width: 640px) {
  .page a {
    line-height: 30px;
    min-width: 30px;
  }
  .page .num {
    padding: 0 5px;
  }
}
.plant-imgs {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.plant-imgs img {
  width: 27%;
  display: block;
}
.plant-imgs img:nth-child(2) {
  width: 46%;
}
.plant-box .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0.4rem 0 1.2rem;
}
@media (max-width: 640px) {
  .plant-box .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .plant-box .text {
    font-size: 13px;
  }
}
.artical-hd {
  margin-bottom: 0.4rem;
  position: relative;
  margin-top: -10px;
}
.artical-hd h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.artical-hd .time {
  font-family: medium;
  font-size: 16px;
  color: #999;
}
.artical-hd .return-wrap {
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.artical-hd .return-wrap a {
  color: #999;
}
.artical-hd .return-wrap .iconfont {
  color: #dd2e1b;
  font-size: 40px;
}
@media (min-width: 993px) {
  .artical-hd .return-wrap .iconfont {
    display: block;
    margin: 0 auto;
  }
  .artical-hd .return-wrap .return {
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .artical-hd {
    text-align: center;
  }
  .artical-hd h2 {
    font-size: 30px;
  }
  .artical-hd .return-wrap {
    position: inherit;
    text-align: right;
  }
  .artical-hd .return-wrap a {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .artical-hd .return-wrap .iconfont {
    font-size: 16px;
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  .artical-hd {
    margin-top: 0;
  }
  .artical-hd h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .artical-hd {
    text-align: center;
  }
  .artical-hd h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .artical-hd .time {
    font-size: 12px;
  }
  .artical-hd .return-wrap {
    font-size: 12px;
    line-height: 1.4;
    position: relative;
  }
  .artical-hd .return-wrap .iconfont {
    font-size: 16px;
  }
}
.artical-bd {
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
  border-top: 1px solid #eaeaea;
  color: #666;
  line-height: 30px;
}
.artical-bd p {
  margin-bottom: 0.26rem;
}
.artical-pnext {
  line-height: 1.9; 
}
.artical-pnext .item {
  margin-bottom: 20px;
}
.artical-pnext a {
  display: block;
  border: 1px solid #dadada;
  padding: 0.3rem 0;
  text-indent:30px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  transition: 0.3s;
}
.artical-pnext .iconfont {
  width: 16%;
  text-align: center;
  display: block;
}
.artical-pnext .txt {
  width: 84%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.artical-pnext .prev .txt {
  padding-right: 0.4rem;
}
.artical-pnext .next {
  text-align: right;
}
.artical-pnext .next .txt {
  padding-left: 0.4rem;
  text-align: right;
}
.artical-pnext .item a:Hover {
  background-color: #0d4e9b;
  color: #fff;
}
.step-list dt {
  font-size: 24px;
  padding-left: 22px;
  position: relative;
  margin-bottom: 0.43rem;
  margin-top: 0.76rem;
  font-weight: normal;
}
.step-list dt::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 22px;
  background-color: #dd2e1b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .step-list dt {
    font-size: 16px;
    padding-left: 16px;
  }
}
.contact {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}
.contact .inner {
  position: relative;
}
.contact .contact-right {
  padding: 0.85rem 0.9rem 1.2rem;
}
.contact .contact-right .hd {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact .contact-left {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/bg2.jpg');
  color: #fff;
  padding: 1rem 0;
  transition: 5s;
}
.contact .contact-left .content {
  color: #fff;
  text-align: center;
  line-height: 1.7;
  text-align: left;
}
.contact .contact-left h3 {
  font-size: 0.48rem;
  margin-bottom: 25px;
}
.contact .contact-left .info {
  font-size: 0.3rem;
}
.contact .contact-left .info p {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .contact .contact-left h3 {
    font-size: 42px;
  }
  .contact .contact-left .info {
    font-size: 24px;
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .contact .contact-left h3 {
    font-size: 40px;
  }
  .contact .contact-left .info {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact .contact-left h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .contact .contact-left .info {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact .citem {
    width: 50%;
  }
  .contact .contact-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .contact .contact-left .content {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    position: absolute;
  }
  .contact .contact-right {
    margin-left: 50%;
  }
}
@media (max-width: 1199px) {
  .contact .contact-left .content {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact .contact-right {
    padding: 0.85rem 6% 1.2rem;
  }
  .contact .contact-right .hd {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .contact .contact-right .hd {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.contact-list {
  margin-bottom: 0.7rem;
}
.contact-list p {
  line-height: 42px;
}
.contact-list i {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.contact-list .ic1 {
  background-image: url('../images/ic_c_1.png');
}
.contact-list .ic2 {
  background-image: url('../images/ic_c_2.png');
}
.contact-list .ic3 {
  background-image: url('../images/ic_c_3.png');
}
.contact-list .ic4 {
  background-image: url('../images/ic_c_4.png');
}
.contact-list .ic5 {
  background-image: url('../images/ic_c_5.png');
}
.contact-list .ic6 {
  background-image: url('../images/ic_c_6.png');
}
@media (max-width: 640px) {
  .contact-list i {
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 5px;
  }
  .contact-list p {
    line-height: 26px;
    font-size: 12px;
  }
}
.form .input-box {
  margin-bottom: 0.24rem;
}
.form .input-box h4 {
  margin-bottom: 0.2rem;
}
.form .input-box em {
  color: #dd2e1b;
}
.form .input-box input,
.form .input-box textarea {
  border: 1px solid #bbbbbb;
  width: 100%;
  box-sizing: border-box;
}
.form .input-box input {
  height: 38px;
  line-height: 38px;
  text-indent: 0.2rem;
}
.form .input-box textarea {
  height: 78px;
  padding: 0.2rem;
  resize: none;
}
.form .input-box input:focus,
.form .input-box textarea:focus {
  border-color: #0d4e9b;
}
.form .row {
  margin-left: -0.24rem;
  margin-right: -0.24rem;
  margin-bottom: 0.2rem;
}
.form .row li {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
.form .submit {
  background-color: #0d4e9b;
  width: 144px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border: 0;
  display: block;
  margin: 0 auto;
}
.form .submit:hover {
  background: #0b4283;
}
@media (max-width: 768px) {
  .form .input-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .form ul {
    padding-top: 10px;
    font-size: 12px;
  }
  .form .input-box input {
    height: 30px;
    line-height: 30px;
  }
}
.main-body {
  margin-top: 0.95rem;
}
.m-content {
  margin-left: 0.1rem;
  padding-left: 0rem; 
}
@media (max-width: 992px) {
  .m-content {
    margin-left: 0;
    padding-left: 0;
  }
}
.sub-nav {
  width: 3rem;
  float: left;
  font-size: 18px;
}
.sub-nav li {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  color: #0d4e9b;
  background: #fff;
}
.sub-nav li > * {
  display: inline-block;
  vertical-align: middle;
}
.sub-nav li span {
  height: 0.88rem;
  line-height: 0.88rem;
}
.sub-nav li a {
  color: #0d4e9b;
  position: relative;
  z-index: 5;
  display: block;
  height: 0.88rem;
  width: 100%;
  background: linear-gradient(#0d4e9b, #0d4e9b) no-repeat 0 0;
  background-size: 0 100%;
  transition: 0.3s;
}
.sub-nav i {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 12px;
  width: 1.1rem;
  height: 0.5rem;
  vertical-align: middle;
  transition: 0.3s;
  background-size: contain;
}
.sub-nav .ic1 {
  background-image: url('../images/ic_s1_b.png');
}
.sub-nav .ic2 {
  background-image: url('../images/ic_s2_b.png');
}
.sub-nav .ic3 {
  background-image: url('../images/ic_s3_b.png');
}
.sub-nav .ic4 {
  background-image: url('../images/ic_s4_b.png');
}
.sub-nav li:hover a,
.sub-nav .active a {
  color: #fff;
  background-size: 100% 100%;
}
.sub-nav li:hover .ic1,
.sub-nav .active .ic1 {
  background-image: url('../images/ic_s1_f.png');
}
.sub-nav li:hover .ic2,
.sub-nav .active .ic2 {
  background-image: url('../images/ic_s2_f.png');
}
.sub-nav li:hover .ic3,
.sub-nav .active .ic3 {
  background-image: url('../images/ic_s3_f.png');
}
.sub-nav li:hover .ic4,
.sub-nav .active .ic4 {
  background-image: url('../images/ic_s4_f.png');
}
@media (max-width: 992px) {
  .sub-nav {
    float: none;
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .sub-nav li {
    margin-bottom: 2px;
    width: 50%;
    float: left;
    border-left: 2px solid #eaeaea;
  }
}
@media (max-width: 640px) {
  .sub-nav {
    font-size: 14px;
  }
  .sub-nav li a {
    padding-left: 10%;
  }
}
.pd-list {
  margin-left: 0rem;
  margin-right: 0rem;
  font-size: 16px;
  margin-bottom: 0.3rem;
 
}
.pd-list li {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-bottom: 0.2rem;
  border:1px solid #eee;
}
@media (max-width: 640px) {
  .pd-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .pd-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.pd-list .inner {
  background: #fff;
  padding: 5%;
  text-align: center;
  transition: 0.3s;
}
.pd-list .tit {
  margin: 0;
  padding: 0.2rem 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color:#f8f8f8;
}
.pd-list .inner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .pd-list .inner {
    padding: 0.3rem;
  }
}
@media (max-width: 640px) {
  .pd-list {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .pd-list {
    font-size: 12px;
  }
  .pd-list .inner {
    padding: 0;
  }
  .pd-list .tit {
    padding: 0.15rem 0;
  }
}
.cover-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cover-wrap img {
  width: 100%;
  display: block;
  transform: translateZ(0);
  transition: transform 0.3s ease 0s;
}
.cover-wrap .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0.5);
}
.cover-wrap p {
  margin: 0;
}
.cover-wrap .text {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 10px 0;
}
.cover-wrap .text::before,
.cover-wrap .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #f2f2f2;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
  z-index: 99;
}
.cover-wrap .text::before {
  top: 0;
}
.cover-wrap .text::after {
  bottom: 0;
}
.cover-wrap:hover img {
  transform: scale(1.05, 1.05);
}
.cover-wrap:hover .cover {
  opacity: 1;
}
.cover-wrap:hover .text::before,
.cover-wrap:hover .text::after {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.swiper-popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.swiper-popup-wrap .inner {
  max-width: 950px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  width: 86%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0.14rem;
}
.swiper-popup-wrap .swiper-pagination {
  display: none;
  color: #dd2e1b;
  text-align: right;
  padding-right: 20px;
}
.swiper-popup-wrap .pnext {
  background: none;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -0.5rem;
  text-align: center;
  transition: 0.3s;
  outline: none;
  --swiper-theme-color: #ff6600;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 0.4rem;
}
.swiper-popup-wrap .pnext .iconfont {
  font-size: 0.5rem;
  color: #fff;
}
.swiper-popup-wrap .pnext:hover {
  background-color: #0d4e9b;
}
.swiper-popup-wrap .swiper-button-prev {
  left: 0;
}
.swiper-popup-wrap .swiper-button-next {
  right: 0;
}
@media (max-width: 992px) {
  .swiper-popup-wrap .pnext {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
  }
  .swiper-popup-wrap .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .swiper-popup-wrap .pnext {
    display: none;
  }
  .swiper-popup-wrap .swiper-pagination {
    display: block;
  }
}
.swiper-popup {
  text-align: center;
}
.swiper-popup img {
  width: 100%;
  max-width: 920px;
}
.swiper-popup .tit {
  font-size: 24px;
  height: 0.76rem;
  line-height: 0.76rem;
}
@media (max-width: 480px) {
  .swiper-popup .tit {
    font-size: 13px;
    height: 1rem;
    line-height: 1rem;
  }
}
.swiper-close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  text-align: center;
  transition: 0.3s;
  background: linear-gradient(to right, #1b1b1b, #434343);
}
.swiper-close .iconfont {
  font-size: 20px;
  display: block;
  line-height: 1;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  transition: 0.3s;
}
.swiper-close:hover {
  background: linear-gradient(to right, #9f051a, #d11f37);
}
.swiper-close:hover .iconfont {
  color: #fff;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .swiper-close {
    border: 2px solid #fff;
    right: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
  }
  .swiper-close .iconfont {
    font-size: 14px;
  }
}
.about .table-cell {
  width: 50%; border:0px solid #f60;
}
.about .table-cell:nth-child(1) {
  padding-right: 0%;
}
.about .table-cell:nth-child(2) {
  padding-left: 3%;
}
.about .content .text {
  line-height: 2; 
}
.about .content .text p{
  line-height: 2;
  font-size:16px;
  margin-bottom:16px;
}
.about .imgbox {
  padding-bottom: 0.3rem;
  transition: 0.3s;
}
.about .imgbox .img {
  margin-right: 0.3rem;
  position: relative;
}
.about .imgbox .img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0d4e9b;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 1;
}
.about .imgbox .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about .imgbox.s2 {
  padding: 0 0 0.3rem 3%;
}
.about .imgbox.s2 .img {
  margin-left: 0.3rem;
}
.about .imgbox.s2 .img::after {
  left: -0.3rem;
}
@media (max-width: 1200px) {
  .about .table-cell:nth-child(1),
  .about .table-cell:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 0.3rem;
  }
}
@media (max-width: 640px) {
  .about {
    margin-bottom: 0;
  }
  .about .content {
    font-size: 12px;
    line-height: 1.86;
  }
}
.company {
  margin-bottom: 0.9rem;
}
@media (max-width: 1200px) {
  .company {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .company {
    padding-top: 0.3rem;
  }
}
@media (max-width: 640px) {
}
.live-datas {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/data-bg.jpg');
  padding: 1.1rem 0;
}
.live-datas .live-data .num {
  font-weight: bold;
}
.live-datas .live-data .tit {
  color: #0d4e9b;
}
.live-datas .live-data li {
  position: relative;
  cursor: default;
}
.live-datas .live-data li::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #dd2e1b;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  transition: 0.3s;
}
.live-datas .live-data li:hover::after {
  width: 100px;
}
@media (max-width: 640px) {
  .live-datas {
    padding: 0.8rem 0;
  }
}
.honor {
  background: #3b5678;
  padding: 0.74rem 0 1.35rem;
}
.honor .honor-bd {
  position: relative;
  width: calc(100% + 18px);
}
@media (max-width: 1200px) {
  .honor .honor-bd {
    width: calc(100% + 15px);
  }
}
@media (max-width: 640px) {
  .honor .honor-bd {
    width: calc(100% + 10px);
  }
}
.honor-hd {
  position: relative;
}
.honor-hd .swiper-btn {
  width: 1.62rem;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  --swiper-theme-color: #ff6600;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 0.3rem;
}
.honor-hd .swiper-btn > * {
  width: 0.58rem;
  height: 0.66rem;
  border: 1px solid #fff;
  outline: none;
  transition: 0.3s;
  position: static;
  top: 0;
  float: right;
  margin-top: 0;
}
.honor-hd .swiper-btn > *:hover {
  background-color: #0d4e9b;
  border-color: #0d4e9b;
}
.honor-hd .swiper-btn .swiper-button-next {
  margin-left: 0.14rem;
}
.swiper-honor .swiper-slide {
  display: inline-block;
  width: calc(100%/4 - 18px);
  margin-right: 18px;
}
.swiper-honor .swiper-slide img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .swiper-honor .swiper-slide {
    display: inline-block;
    width: calc(100%/3 - 15px);
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .swiper-honor {
    padding-right: 10px;
  }
  .swiper-honor .swiper-slide {
    display: inline-block;
    width: calc(100%/2 - 10px);
    margin-right: 15px;
  }
}
.boss-box {
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
}
.boss-box .imgbox .img {
  margin-bottom: 1rem;
}
.boss-box .name {
  margin-top: 0.5rem;
}
.boss-box .name b {
  font-size: 18px;
}
.boss-box .imgs {
  margin: 0.4rem 0;
  text-align: center;
}
.boss-box .imgs img {
  max-width: 70%;
}
@media (max-width: 1200px) {
  .boss-box .hd3 {
    text-align: center;
  }
  .boss-box .hd3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .boss-box .text p + p {
    margin-top: 0.1rem;
  }
}
.cultrue {
  padding-top: 0.9rem;
  padding-bottom: 1.24rem;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/cultrue-bg.jpg');
}
.cultrue .hd3 {
  margin-bottom: 0.5rem;
}
.cultrue dt,
.cultrue dd {
  line-height: 2.2;
}
.cultrue dt {
  font-size: 16px;
  color: #dd2e1b;
}
.cultrue dd + dt {
  margin-top: 0.1rem;
}
@media (max-width: 640px) {
  .cultrue .hd3 {
    margin-bottom: 0.6rem;
  }
  .cultrue dt,
  .cultrue dd {
    line-height: 1.86;
  }
  .cultrue dt {
    font-size: 14px;
  }
  .cultrue dd {
    font-size: 12px;
  }
}
.plant2 {
  position: relative;
  bottom: 0;
}
