@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.cover {
  object-fit: cover;
}
.wid70 {
  width: 70%;
}
.content {
  width: 17rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f100 {
  font-size: 1rem;
}
.f54 {
  font-size: 0.54rem;
}
.f50 {
  font-size: 0.5rem;
}
.f46 {
  font-size: 0.46rem;
}
.f40 {
  font-size: 0.4rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f30 {
  font-size: 0.3rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.radius30 {
  border-radius: 0.3rem;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.blue {
  color: #0a1773;
}
.orange {
  color: #ff6600;
}
.phone {
  display: none;
}
/*banner*/
.box.on .header_bg {
  background: #fff;
}
.box.on .header_bg .logo img:first-child,
.box.on .header_bg .ss_btn img:first-child {
  opacity: 0;
}
.box.on .header_bg .logo img:last-child,
.box.on .header_bg .ss_btn img:last-child {
  opacity: 1;
}
.box.on .header_bg .nav {
  color: #333;
}
.box.on .header_bg .nav li > a::after {
  background: #0a1773;
}
.box.on .header_bg .nav li.active {
  color: #0a1773;
}
.box.on .header_bg .nav li:hover {
  color: #0a1773;
}
.box.on .header_bg .lan {
  color: #0a1773;
  border-left: solid 1px #dcdcdc;
}
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 1rem;
  z-index: 9;
}
.logo {
  width: 1.39rem;
  height: 0.76rem;
}
.logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.logo img:last-child {
  opacity: 0;
}
.ss_btn {
  width: 0.21rem;
  height: 0.23rem;
  cursor: pointer;
  margin: 0 0.3rem 0 0.6rem;
}
.ss_btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ss_btn img:last-child {
  opacity: 0;
}
.nav {
  width: 10rem;
  color: #fff;
}
.nav li > a {
  line-height: 0.2rem;
  position: relative;
  display: block;
}
.nav li > a::after {
  width: 0;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.24rem;
  position: absolute;
  transition: all 0.6s;
}
.nav li.active > a::after {
  width: 100%;
}
.nav li:hover > a::after {
  width: 100%;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #0a1773;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.lan {
  color: #fff;
  border-left: solid 1px #fff;
  line-height: 1;
}
.lan a {
  padding-left: 0.2rem;
}
.swiper_btn {
  width: 220px;
  height: 105px;
  background: #fff;
  justify-content: center;
  bottom: 0;
  left: 0;
  z-index: 8;
  padding: 0 50px;
}
.banner_txt {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  z-index: 10;
  display: none;
}
.banner_logo {
  width: 5.2rem;
}
.banner_more {
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #fff;
  margin: 0.2rem auto 0;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 1;
}
.banner_more::after {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ff6600;
  display: block;
  z-index: -1;
  transition: all 0.3s;
}
.banner_more:hover {
  color: #fff;
}
.banner_more:hover::after {
  width: 100%;
}
.swiper-slide-active .banner_txt {
  display: block;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.mouse {
  width: 0.26rem;
  height: 0.58rem;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 5;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.8rem 0 0.9rem;
}
.about_con {
  width: 8.15rem;
}
.about_tit b {
  display: block;
  line-height: 1.38;
}
.en_about_tit {
  opacity: 0.3;
  width: 3.9rem;
  line-height: 1.5;
}
.about_txt {
  line-height: 0.34rem;
  height: 1.7rem;
  overflow: hidden;
}
.more {
  z-index: 1;
  color: #333;
  padding-left: 0.8rem;
  line-height: 0.7rem;
  font-weight: bold;
  font-size: 0.22rem;
}
.more::before {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/nar.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s;
}
.more:hover::before {
  transform: translateX(0.1rem);
}
.about_pic {
  width: 7.62rem;
}
.about_pic img {
  animation-delay: 0.8s;
}
.about_num {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  height: 1.75rem;
  margin: 0.4rem 0 0;
}
.about_num li {
  width: 25%;
  position: relative;
  padding: 0 0.25rem;
  line-height: 1.5;
}
.about_num li img {
  width: 0.64rem;
  height: 0.64rem;
}
.about_num li p span {
  font-size: 0.4rem;
  color: #222;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  vertical-align: baseline;
}
.about_num li::after {
  width: 1px;
  height: 0.5rem;
  background: #d2d2d2;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.about_num li:nth-child(2n)::after {
  display: none;
}
.tit {
  line-height: 1;
}
.tit h2::after {
  width: 0.5rem;
  height: 1px;
  background: #0a1773;
  content: "";
  display: block;
  margin: 0.2rem auto;
}
.tit h4 {
  opacity: 0.1;
  text-transform: uppercase;
}
.boat_list {
  margin-top: 0.65rem;
}
.boat_list li img {
  height: 5.7rem;
  object-fit: cover;
}
.boat_list li.swiper-slide-active .boat_num,
.boat_list li.swiper-slide-active .boat_con {
  display: block;
}
.boat_list .swiper-button-prev,
.boat_list .swiper-button-next {
  width: 0.5rem;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
}
.boat_list .swiper-button-prev::after,
.boat_list .swiper-button-next::after {
  color: #fff;
  font-size: 0.26rem;
}
.boat_list .swiper-button-prev:hover,
.boat_list .swiper-button-next:hover {
  background: #fff;
}
.boat_list .swiper-button-prev:hover::after,
.boat_list .swiper-button-next:hover::after {
  color: #0a1773;
}
.boat_list .swiper-button-prev {
  left: 3.6rem;
}
.boat_list .swiper-button-next {
  right: 3.6rem;
}
.boat_num {
  width: 0.8rem;
  height: 1.4rem;
  background: #ff6600;
  color: #fff;
  font-size: 0.46rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  right: 1.1rem;
  top: 0;
  z-index: 3;
  text-align: center;
  padding: 0.55rem 0 0;
  display: none;
}
.boat_con {
  width: 3.9rem;
  height: 4.5rem;
  background: url(../images/boat_bg.jpg) no-repeat;
  background-size: 100% 100%;
  right: 0.7rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0.95rem 0.35rem 0;
  display: none;
}
.boat_txt {
  line-height: 2;
  height: 1.92rem;
  overflow: hidden;
}
.market_bg {
  padding: 1.1rem 0 1.2rem;
}
.market_bg .tit h2::after {
  margin: 0.2rem 0;
}
.market_type {
  margin-right: 2.3rem;
}
.market_type li {
  color: #666;
  margin-left: 1.1rem;
  cursor: pointer;
  position: relative;
}
.market_type li::before {
  width: 0;
  height: 0.02rem;
  background: #0a1773;
  content: "";
  display: block;
  position: absolute;
  left: -0.25rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.6s;
}
.market_type li.current {
  color: #0a1773;
}
.market_type li.current::before {
  width: 0.14rem;
}
.market_type li:hover {
  color: #0a1773;
}
.market_type li:hover::before {
  width: 0.14rem;
}
.market_box {
  margin: 0.55rem 0 0;
  display: none;
}
.market_box:first-child {
  display: flex;
}
.market_left {
  width: 8.4rem;
}
.market_left:hover h2 {
  color: #0a1773;
}
.market_left_pic {
  height: 4.6rem;
}
.market_left_con {
  height: 1.4rem;
  padding: 0.3rem 0.35rem 0;
  background: #f8f8f8;
}
.market_right {
  width: 8.3rem;
}
.market_list1 {
  border-bottom: dashed 1px #d2d2d2;
  padding-bottom: 0.25rem;
}
.market_list1 li {
  width: 4rem;
}
.market_list1 li:hover .f22 {
  color: #0a1773;
  font-weight: bold;
}
.market_list1_pic {
  height: 2.4rem;
}
.market_list2 {
  margin: 0.1rem 0 0;
}
.market_list2 li {
  color: #454545;
  background: url(../images/dot1.png) no-repeat left center;
  background-size: 0.08rem 0.08rem;
  padding-left: 0.2rem;
  line-height: 0.42rem;
}
.market_list2 li:hover {
  color: #0a1773;
}
.market_more {
  right: 0;
  top: -1.6rem;
}
.service_bg {
  background: url(../images/ser_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 1.27rem;
}
.service_list {
  margin-top: 0.9rem;
}
.service_list li:hover .service_con {
  padding: 0.54rem 0.45rem 0;
  text-align: left;
}
.service_list li:hover .service_con h3::after {
  margin: 0.2rem 0 0.4rem;
}
.service_list li:hover .service_con .f18 {
  display: block;
}
.service_list li:hover .service_con::after {
  opacity: 1;
}
.service_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 4.35rem 0.45rem 0;
  text-align: center;
  transition: all 0.6s;
}
.service_con::after {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  content: "";
  background: url(../images/nar1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.35rem;
  left: 0.45rem;
  opacity: 0;
  transition: all 0.6s;
}
.service_con h3 {
  color: #fefefe;
  text-transform: uppercase;
}
.service_con h3::after {
  width: 0.4rem;
  height: 0.06rem;
  background: #ff6600;
  content: "";
  display: block;
  margin: 0.2rem auto 0.4rem;
}
.service_con .f18 {
  display: none;
}
.youshi_tit {
  background: url(../images/line1.png) no-repeat center bottom;
  background-size: 5rem;
  line-height: 1.4;
  padding: 0.85rem 0 0.4rem;
}
.youshi_tip {
  padding: 0.2rem 1.2rem 0.75rem;
  line-height: 0.4rem;
}
.youshi_box {
  height: 8rem;
}
.youshi_pic {
  width: 12rem;
  left: 0;
  top: 0;
  z-index: 1;
}
.problem_bg {
  width: 8.5rem;
  height: 6rem;
  background: #f9f9f9;
  right: 0;
  top: 0.64rem;
  z-index: 2;
}
.youshi_con {
  left: 0;
  right: 0;
  top: 0.64rem;
  justify-content: flex-end;
  z-index: 3;
  padding: 0.53rem 0 0;
}
.youshi {
  width: 6.5rem;
}
.problem_list {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  padding: 0.15rem 0 0.26rem;
  height: 2.9rem;
}
.problem_list li {
  line-height: 0.5rem;
  background: url(../images/dot2.png) no-repeat left center;
  background-size: 0.08rem 0.08rem;
  padding-left: 0.2rem;
}
.problem_list li:hover {
  color: #0a1773;
  background: url(../images/dot1.png) no-repeat left center;
  background-size: 0.08rem 0.08rem;
}
.tel {
  background: url(../images/tel.png) no-repeat left center;
  background-size: 0.78rem 0.78rem;
  line-height: 1.3;
  padding-left: 1rem;
}
.tel h3 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.youshi_more {
  margin: 1.06rem 0 0 1.03rem;
}
.partner_bg {
  background: #f1f5fa;
  padding: 0.85rem 0 1.05rem;
  margin: 0.9rem 0 0;
}
.partner_list {
  background: #fff;
  margin: 0.6rem 0 0;
}
.partner_list li {
  width: 20%;
  height: 1.4rem;
  border-right: solid 0.02rem #f1f5fa;
  border-bottom: solid 0.02rem #f1f5fa;
  padding: 0.3rem;
}
.partner_list li:nth-child(5n) {
  border-right: none ;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.footer {
  width: 3.6rem;
  border-right: solid 1px #1d2348;
  padding: 0.72rem 0 0;
  height: 3.98rem;
}
.footer_logo img {
  width: 2rem;
}
.contact {
  padding: 0.45rem 0 0 0.2rem;
}
.contact li {
  margin-bottom: 0.2rem;
}
.contact li img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.footer_nav {
  width: 11.75rem;
  color: #fff;
  padding: 0.72rem 0 0;
  margin-right: 0.6rem;
}
.footer_nav li {
  line-height: 0.4rem;
}
.footer_nav li h3 {
  font-size: 0.18rem;
  margin-bottom: 0.13rem;
}
.footer_nav li p {
  color: #999;
}
.footer_nav li p a {
  display: block;
}
.footer_nav li p a:hover {
  color: #fff;
}
.copyright {
  border-top: solid 1px #1d2348;
  padding: 0.2rem 0;
  color: #343857;
}
.backtop {
  width: 0.7rem;
  height: 0.7rem;
  right: 0.2rem;
  bottom: 10%;
  position: fixed;
  cursor: pointer;
}
.m_banner {
  margin: 1rem 0 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 35%;
}
.m_tit h3 {
  text-transform: uppercase;
}
.m_tit h3::before {
  width: 1rem;
  height: 0.02rem;
  background: #fff;
  content: "";
  display: block;
  margin: 0.15rem 0;
}
.path_bg {
  height: 0.8rem;
  background: #f8f8f8;
  position: relative;
}
.path_bg.on {
  width: 100%;
  position: fixed;
  top: 1rem ;
  left: 0;
  z-index: 5;
}
.path {
  background: url(../images/home.png) no-repeat left center;
  background-size: 0.32rem 0.29rem;
  padding-left: 0.55rem;
}
.type a {
  margin-left: 0.55rem;
  position: relative;
}
.type a::before {
  width: 0;
  height: 0.02rem;
  background: #ff6600;
  content: "";
  display: block;
  position: absolute;
  left: -0.25rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.6s;
}
.type a.on {
  color: #ff6600;
}
.type a.on::before {
  width: 0.1rem;
}
.type a:hover {
  color: #ff6600;
}
.type a:hover::before {
  width: 0.1rem;
}
.m_about_box {
  padding: 0.7rem 0;
}
.develop_bg {
  background: #f8f8f8;
  padding: 0.65rem 0 0.7rem;
}
.develop li {
  background: url(../images/develop_bg.jpg) no-repeat right top #fff;
  background-size: 8.5rem 5.4rem;
}
.develop_pic {
  width: 8.5rem;
  height: 5.4rem;
}
.develop_pic img {
  object-fit: cover;
}
.develop_tit {
  border-bottom: solid 1px #ffe0cc;
}
.develop_con {
  width: 7.74rem;
  padding: 0.5rem 0.9rem 0 0;
}
.twcle_dot {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #ff6600;
  position: absolute;
  margin: 0 auto 0.12rem;
  bottom: -0.17rem;
  left: 0;
}
.twcle_dot > div {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: -0.05rem;
  left: -0.05rem;
  background: #ff6600;
  border-radius: 50%;
  animation: twcle 1.2s linear infinite;
}
@keyframes twcle {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.year_bg {
  margin: 0.8rem 0 0;
}
.year_bg::after {
  width: 100%;
  border-top: 1px dashed #dcdcdc;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.04rem;
}
.year li {
  text-align: center;
  color: #999;
  padding: 0.2rem 0 0;
  background: url(../images/dot3.png) no-repeat center top;
  background-size: 0.1rem 0.1rem;
  cursor: pointer;
}
.year li.swiper-slide-thumb-active {
  color: #ff6600;
  background: url(../images/dot4.png) no-repeat center top;
  background-size: 0.1rem 0.1rem;
}
.mission_box {
  padding: 0.84rem 0 0;
}
.mission_list li {
  width: 5.4rem;
  margin: 0 0.4rem 0 0;
  text-align: center;
}
.mission_list li:nth-child(3n) {
  margin-right: 0;
}
.route_box {
  padding: 0.9rem 0 0.8rem;
}
.route_list li {
  width: 5.5rem;
  height: 2rem;
  background: #fff;
  margin: 0 0.25rem 0.36rem 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.route_list li:nth-child(3n) {
  margin-right: 0;
}
.route_list_pic {
  width: 2.6rem;
  height: 2rem;
}
.route_list_pic img {
  object-fit: cover;
}
.route_list_con {
  width: 2.65rem;
  padding: 0.34rem 0.4rem 0 0;
}
.honor_bg {
  background: #f8f8f8;
  padding: 0.65rem 0 0.95rem;
}
.honor {
  margin: 0.5rem 0 0;
  padding: 0 1.7rem;
}
.honor li {
  width: 3.77rem;
  opacity: 0;
}
.honor li a {
  display: block;
  width: 100%;
}
.honor li img {
  height: 2.86rem;
}
.honor li.swiper-slide-active {
  opacity: 0 !important;
}
.honor li.swiper-slide.visible {
  opacity: 1;
  visibility: visible;
}
.honor .swiper-button-prev::after,
.honor .swiper-button-next::after {
  content: "➜";
  font-size: 0.3rem;
  color: #353535;
}
.honor .swiper-button-prev:hover::after,
.honor .swiper-button-next:hover::after {
  color: #0a1773;
}
.honor .swiper-button-prev::after {
  transform: rotate(180deg);
}
.respon_box {
  padding: 0.9rem 0 1.1rem;
}
.respon_list {
  margin: 0.6rem 0 0;
}
.respon_list li {
  width: 6.3rem;
  position: relative;
  float: left;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.respon_list li img {
  height: 3.8rem;
  object-fit: cover;
}
.respon_list li:first-child {
  width: 10.3rem;
  margin-right: 0.4rem;
}
.respon_list li:first-child img {
  height: 8rem;
}
.respon_list li:hover .respon_list_con {
  bottom: 0;
}
.respon_list_con {
  width: 100%;
  position: absolute;
  bottom: -100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  color: #fff;
  padding: 0.25rem 0.4rem 0.2rem;
  transition: all 0.6s;
}
.m_business {
  padding: 0.5rem 0;
}
.m_business li {
  background: #f8f8f8;
  margin-bottom: 0.5rem;
}
.m_business li:nth-child(even) a {
  flex-direction: row-reverse;
}
.m_business li:hover .m_business_con h2 {
  color: #ff6600;
}
.m_business_pic {
  width: 50%;
  height: 5.6rem;
}
.m_business_con {
  width: 50%;
  padding: 0 1.35rem 0 0.9rem;
}
.m_business_con h2::after {
  width: 0.5rem;
  height: 0.06rem;
  background: #0a1773;
  display: block;
  content: "";
  margin: 0.2rem 0;
}
.m_pro {
  padding: 0.5rem 0;
}
.m_pro li {
  margin-bottom: 0.4rem;
}
.m_pro li:hover h2 {
  color: #ff6600;
}
.m_pro_pic {
  width: 8.3rem;
  height: 5rem;
  border-radius: 0.2rem;
}
.m_pro_con {
  width: 8.1rem;
}
.m_pro_txt {
  border-top: solid 1px #e5e5e5;
  padding: 0.2rem 0;
  line-height: 2.25;
}
.page a {
  width: 0.47rem;
  height: 0.47rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #0a1773;
  margin: 0 0.1rem;
}
.page a.on {
  background: #0a1773;
  color: #fff;
}
.m_news {
  padding: 0.6rem 0 0;
}
.m_news li {
  width: 4rem;
  margin: 0 0.33rem 0.8rem 0;
}
.m_news li:nth-child(4n) {
  margin-right: 0;
}
.m_news_pic {
  height: 2.4rem;
}
.job_head {
  background: #ffefe5;
  height: 0.8rem;
}
.job_tit li {
  width: 18%;
  text-align: center;
}
.job_tit li:nth-child(3) {
  width: 28%;
}
.job_list > li {
  border-top: solid 1px #e4e4e4;
}
.job_list_tit {
  line-height: 0.88rem;
  background: #f8f8f8;
  cursor: pointer;
}
.job_list_txt {
  padding: 0.25rem 0;
  display: none;
}
.progrss_box {
  padding: 0.8rem 0;
}
.development_box {
  padding: 0.7rem 0 0.9rem;
  background: #f8f8f8;
}
.development_list {
  padding: 0.6rem 0;
}
.development_list li {
  width: 8.3rem;
}
.m_contact_box {
  margin: 0.7rem 0 0;
}
.m_contact {
  width: 5.62rem;
  height: 6.5rem;
  background: url(../images/m_contact_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.9rem 0.45rem 0;
  border-radius: 0.3rem;
  z-index: 3;
}
.line {
  width: 0.4rem;
  height: 0.06rem;
  background: #ff6600;
  margin: 0.2rem 0 0;
}
.m_contact_list li {
  padding: 0.45rem 0 0;
}
.m_contact_list li img {
  width: 0.37rem;
  height: 0.36rem;
  margin-right: 0.15rem;
}
.map {
  width: 12rem;
  height: 6.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-left: -0.6rem;
  z-index: 2;
}
.map img {
  width: 49%;
}
.message_box {
  padding: 0.7rem 0 0;
}
.message {
  padding: 0.85rem 1.75rem 0;
}
.message li {
  width: 6.4rem;
  height: 0.9rem;
  background: #f8f8f8;
  border: solid 1px #e5e5e5;
  border-radius: 0.03rem;
  margin-bottom: 0.3rem;
  padding: 0 0.35rem;
}
.message li:last-child {
  width: 100%;
  height: 2.2rem;
  padding: 0.2rem 0.35rem;
}
.message li input,
.message li textarea {
  border: none;
  background: none;
}
.mes_btn {
  width: 2.6rem;
  height: 0.8rem;
  background: #0a1773;
  border-radius: 0.4rem;
  color: #fff;
  margin: 0 auto;
}
.m_xx_box {
  padding: 0.5rem;
}
.xx_tit {
  line-height: 1.5;
  border-bottom: solid 1px #efefef;
  padding: 0.1rem 0 0.35rem;
}
.xx_txt {
  line-height: 2;
  min-height: 400px;
}
.xx_txt img,
.xx_txt video {
  max-width: 100%;
}
