@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  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;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.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;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.baseline {
  align-items: baseline;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content {
  width: 1600px;
  margin: 0 auto;
}
.main {
  width: 1440px;
  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%;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #757575 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.blue {
  color: #00007a;
}
.phone {
  display: none;
}
.cus {
  cursor: pointer;
}
/*banner*/
.header {
  width: 91.66666667%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 120px;
}
.logo {
  width: 24.14772727%;
}
.logo img {
  width: 100%;
}
.header_right {
  width: 56.81818182%;
}
.nav {
  width: 93.8%;
}
.nav li {
  font-size: 18px;
  position: relative;
  padding: 0 50px;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/nav1.png) no-repeat right center;
}
.nav li.active {
  color: #00007a !important;
}
.nav li:hover {
  color: #00007a;
}
.nav li:last-child {
  background: none;
}
.banner img {
  width: 100%;
}
.banner_nar1 {
  width: 20px;
  height: 44px;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 8;
  animation: move 1s infinite;
}
.banner_down {
  width: 120px;
  height: 152px;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 7;
}
@keyframes move {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 10%;
  }
}
.link {
  width: 4.375%;
  margin-right: 4%;
}
.ss_btn {
  cursor: pointer;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.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%;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 5% 0;
}
.about_box {
  padding: 0 5%;
}
.about_con {
  width: 49.72222222%;
}
.about_tit {
  font-family: Arial;
  text-transform: uppercase;
  font-weight: black;
  line-height: 1.5;
}
.about_tit h2 {
  font-size: 60px;
  color: #00007a;
}
.about_tit h4 {
  font-size: 24px;
  color: #222;
}
.about_txt {
  color: #757575;
  margin: 8% 0 6%;
  line-height: 32px;
  height: 192px;
  overflow: hidden;
}
.more {
  width: 206px;
  height: 60px;
  background: #00007a;
  color: #fff;
  font-family: Aria;
}
.more img {
  width: 12px;
  height: 12px;
  margin-left: 20px;
  transition: all 0.6s;
}
.more:hover img {
  transform: rotate(45deg);
}
.about_pic {
  width: 36.04166667%;
}
.about_num {
  margin: 5% 0 0;
}
.about_num li {
  text-align: center;
  color: #757575;
}
.about_num li b {
  color: #00007a;
  font-size: 48px;
  font-family: Arial;
}
.eight li {
  background: #00007a url(../images/eight_bg.jpg) no-repeat right bottom;
}
.eight .swiper-pagination {
  width: 153px;
  height: 3px;
  left: auto;
  top: auto;
  bottom: 18%;
  right: 27%;
}
.eight .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
}
.eight .swiper-pagination-progressbar-fill {
  background: #fff;
}
.eight_pic {
  width: 58%;
}
.eight_con {
  width: 42%;
  padding: 8% 5% 0;
  color: #fff;
}
.eight_tit {
  font-size: 36px;
  font-family: Arial;
  text-transform: uppercase;
}
.eight_tips {
  font-size: 26px;
  margin: 10% 0 8%;
}
.eight_txt {
  opacity: 0.5;
}
.swiper-num {
  color: #fff;
  bottom: 20%;
  right: 33%;
  z-index: 3;
  font-family: Arial;
  color: #4d4da2;
}
.swiper-num .eight_active {
  font-size: 30px;
  color: #fff;
}
.eight_page {
  right: 5%;
  top: 20%;
  z-index: 3;
  font-size: 18px;
  color: #b8b8d0;
  font-family: Arial;
}
.pro_box {
  padding: 5% 0;
}
.pro_tit h2 {
  font-size: 60px;
  font-family: Arial;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2%;
}
.pro_tit h2::after {
  width: 65px;
  height: 6px;
  background: #00007a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
.pro_tit p {
  color: #454545;
  font-size: 18px;
}
.pro_list {
  margin: 5% 0 0;
}
.pro_list li a {
  background: #f6f6f6;
  padding: 0 30px;
  display: block;
}
.pro_list li:hover .pro_list_pic img {
  transform: scale(1.1);
}
.pro_list li:hover .pro_list_more img {
  transform: rotate(45deg);
}
.pro_list .pro_btn {
  margin: 95px 0 0;
}
.pro_list .swiper-button-next,
.pro_list .swiper-button-prev {
  width: 77px;
  height: 77px;
  margin: 0 10px;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(163, 163, 163, 0.2);
  position: relative;
  background: none;
  transition: all 0.36s ease 0s;
}
.pro_list .swiper-button-prev {
  left: auto;
}
.pro_list .swiper-button-prev::after {
  width: 9px;
  height: 16px;
  content: url(../images/prev1.png);
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 1px), -50%);
  position: absolute;
  transition: all 0.36s ease 0s;
}
.pro_list .swiper-button-prev::before {
  width: 9px;
  height: 16px;
  content: url(../images/prev11.png);
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.36s ease 0s;
}
.pro_list .swiper-button-prev:hover {
  background: #00007a;
}
.pro_list .swiper-button-prev:hover::after {
  opacity: 0;
}
.pro_list .swiper-button-prev:hover::before {
  left: 50%;
  transform: translate(calc(-50% + 1px), -50%);
  opacity: 1;
}
.pro_list .swiper-button-next {
  right: auto;
}
.pro_list .swiper-button-next::after {
  width: 9px;
  height: 16px;
  content: url(../images/next1.png);
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 1px), -50%);
  position: absolute;
}
.pro_list .swiper-button-next::before {
  width: 9px;
  height: 16px;
  content: url(../images/next11.png);
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.36s ease 0s;
}
.pro_list .swiper-button-next:hover {
  background: #00007a;
}
.pro_list .swiper-button-next:hover::after {
  opacity: 0;
}
.pro_list .swiper-button-next:hover::before {
  left: 50%;
  transform: translate(calc(-50% + 1px), -50%);
  opacity: 1;
}
.pro_list_top {
  padding: 48px 0 24px;
}
.pro_list_pic {
  width: 314px;
  height: 265px;
}
.pro_list_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.pro_list_con {
  width: 270px;
  font-family: Arial;
  color: #757575;
  padding: 2% 0 0;
}
.pro_list_type {
  font-size: 15px;
  text-transform: uppercase;
}
.pro_list_tit {
  color: #222222;
}
.pro_list_tit h2 {
  font-size: 36px;
}
.pro_list_tit h4 {
  font-size: 24px;
}
.pro_list_tit::after {
  width: 34px;
  height: 5px;
  background: #00007a;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
.pro_list_more {
  border-top: solid 1px #e5e5e5;
  padding: 25px 0;
  font-family: Arial;
}
.pro_list_more img {
  transition: all 0.6s;
}
.searvice_box {
  background: url(../images/seavice_bg.jpg) no-repeat center top;
  height: 515px;
  color: #fff;
  margin-bottom: 100px;
}
.searvice_left {
  width: 20.625%;
  margin-left: 5%;
}
.searvice_tit {
  font-family: Arial;
  font-size: 36px;
}
.searvice_txt {
  opacity: 0.7;
  line-height: 30px;
  margin: 35px 0 77px;
}
.more1 {
  background: #fff;
  color: #00007a;
}
.searvice_list {
  width: 68.125%;
}
.searvice_list li {
  width: 33.333%;
  text-align: center;
  background: url(../images/line1.png) no-repeat right center;
  padding: 5% 4%;
  cursor: pointer;
}
.searvice_list li h2 {
  font-size: 24px;
  margin: 30px 0;
}
.searvice_list li img {
  transition: all 0.6s;
}
.searvice_list li p {
  opacity: 0.5;
  line-height: 30px;
}
.searvice_list li:nth-child(3n+3) {
  background: none;
}
.searvice_list li:hover img {
  transform: rotateY(360deg);
}
.news_bg {
  background: #f6f6f6;
  padding-bottom: 180px;
  font-family: Arial;
}
.news {
  width: 1440px;
  margin: 0 auto;
}
.news_tit1 {
  font-family: Arial;
  font-size: 166px;
  color: #e6e6e6;
}
.news_tit2 {
  font-size: 40px;
  margin-top: -130px;
  margin-left: 8px;
}
.news_more {
  margin: 8% 0 0;
}
.news_box {
  margin: 3% 0 0;
}
.news1 {
  width: 28.47222222%;
  height: 575px;
  border-radius: 15px;
  display: block;
}
.news1_con {
  width: 100%;
  background: url(../images/news1_bg.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30% 6% 10%;
}
.news_date {
  color: #fff;
}
.news_tit {
  font-size: 26px;
  line-height: 32px;
  margin: 3% 0;
}
.news2 {
  width: 28.47222222%;
  height: 575px;
  border-radius: 15px;
  display: block;
  background: #fff;
  padding: 3% 2%;
}
.news2 .news_tit {
  margin: 5% 0;
}
.news2:hover .news_list_more img {
  transition: all 0.6s;
  transform: rotate(45deg);
}
.news2_txt {
  color: #757575;
  margin-bottom: 7%;
}
.news2_pic {
  margin: 7% 0 0;
  height: 245px;
}
.news_list {
  width: 39.58333333%;
}
.news_list li {
  background: #fff;
  border-radius: 15px;
  height: 177px;
  padding: 5% 4% 0 2%;
  margin-bottom: 20px;
}
.news_list li:hover .news_list_more img {
  transition: all 0.6s;
  transform: rotate(45deg);
}
.news_list_date {
  width: 20.37037037%;
  border-right: solid 1px #eeeeee;
  line-height: 1.2;
}
.news_list_date h2 {
  font-size: 48px;
}
.news_list_date p {
  font-size: 18px;
}
.news_list_con {
  width: 72.22222222%;
}
.news_list_con .news_tit {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.news_list_con .news2_txt {
  margin: 2% 0 3%;
}
.news_list_more {
  color: #757575;
}
.footer_bg {
  background: #0d0d21;
  padding: 5% 0 0;
  color: #fff;
}
.footer_bg .news {
  padding-bottom: 5%;
}
.contact {
  width: 27.08333333%;
}
.tel {
  font-size: 36px;
  font-family: Arial;
}
.contact_txt {
  color: #868690;
  line-height: 36px;
  margin: 6% 0 0;
}
.contact_txt b {
  color: #fff;
}
.footer {
  width: 59.02777778%;
}
.footer_nav {
  text-transform: uppercase;
  margin-right: -13.5%;
  margin-top: 2%;
  margin-bottom: 8%;
}
.footer_nav a {
  padding: 0 25px;
}
.footer_ss_tit {
  opacity: 0.5;
}
.footer_ss {
  width: 350px;
  height: 56px;
  background: #29293b;
  margin: 15px 0 0;
  padding: 0 24px;
}
.footer_ss_txt {
  width: 270px;
  background: none;
  border: none;
  color: #fff;
}
.footer_ss_btn {
  width: 21px;
  height: 22px;
  background: url(../images/ss2.png) no-repeat;
  border: none;
}
.copyright {
  border-top: solid 1px #2a2a3c;
  padding: 20px 0;
  color: #85858c;
}
.share_list li {
  margin-left: 13px;
  position: relative;
}
.share_list li:hover .share_code {
  display: block;
}
.share_code {
  width: 80px ;
  height: 80px;
  bottom: 30px;
  left: -15px;
  display: none;
}
.m_banner {
  margin: 120px 0 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 32%;
  font-family: Arial;
  line-height: 1.3;
}
.m_tit h2 {
  font-size: 76px;
  text-transform: uppercase;
}
.m_tit h4 {
  font-size: 23px;
}
.m_header .nav li {
  color: #222;
  background: url(../images/nav2.png) no-repeat right center;
}
.m_header .nav li:last-child {
  background: none;
}
.m_about_bg {
  background: url(../images/m_about_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 8% 0;
}
.m_about {
  color: #565656;
  line-height: 2.6;
  text-align: justify;
  margin: 7% 0;
}
.case_bg {
  background: #f6f6f6;
  padding: 5% 0 10%;
}
.case_tit_box {
  margin-bottom: 8%;
}
.case_tit {
  font-family: Arial;
  line-height: 1.2;
}
.case_tit p {
  color: #a2a2a2;
  font-size: 42px;
}
.case_tit p b {
  font-size: 82px;
  color: #00007a;
}
.case_tit h4 {
  font-size: 26px;
  text-transform: uppercase;
}
.case_txt {
  width: 43.75%;
  line-height: 2;
}
.case_list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0 0;
}
.case_list .bd ul {
  overflow: hidden;
  zoom: 1;
}
.case_list .bd ul li {
  margin: 0 20px;
  float: left;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}
.case_list .bd ul li img {
  width: 437px;
  height: 299px;
  display: block;
}
.m_searvice_bg {
  background: url(../images/m_searvice_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 7% 0 0;
}
.m_searvice_tit h2 {
  color: #fff;
}
.m_searvice_tit h2::after {
  background: #fff;
}
.m_searvice_tit p {
  color: #fff;
}
.m_searvice_list {
  margin: 8% 0 0;
}
.m_searvice_list li {
  width: 33.333%;
  position: relative;
}
.m_searvice_list li:nth-child(2) .m_searvice_con h2 {
  color: #00007a;
}
.m_searvice_list li:nth-child(2) .m_searvice_con p {
  color: #454545;
}
.m_searvice_list li img {
  transition: all 0.6s;
}
.m_searvice_list li:hover .m_sicon {
  transform: rotateY(360deg);
}
.m_searvice_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: space-between;
  flex-direction: column;
  padding: 20% 12%;
  color: #fff;
}
.m_searvice_con img {
  width: 66px;
}
.m_searvice_con h2 {
  font-size: 28px;
  margin-bottom: 5%;
}
.m_searvice_con p {
  color: rgba(255, 255, 255, 0.5);
}
.develop_box {
  padding: 8% 0;
}
.develop {
  margin: 10% 0 0;
}
.develop_con_box li.swiper-slide-active .develop_year {
  color: #00007a;
}
.develop_year {
  font-size: 110px;
  font-family: Arial;
  color: #c9c9c9;
  line-height: 1.2;
  font-weight: bold;
}
.develop_con {
  width: 62.90909091%;
  color: #454545;
}
.develop_date {
  background: url(../images/develop_line.png) no-repeat left bottom;
  line-height: 70px;
  padding-left: 10%;
}
.develop_date b {
  font-size: 30px;
}
.develop_txt {
  padding: 2% 10% 0 10%;
}
.year_list {
  background: #f9f9f9;
  border-radius: 30px;
  height: 80px;
  margin: 5% 0 0;
  line-height: 80px;
}
.year_list .swiper {
  width: 80%;
}
.year_list li {
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #454545;
  cursor: pointer;
}
.year_list li.swiper-slide-thumb-active {
  color: #00007a;
}
.develop .swiper-button-prev,
.develop .swiper-button-next {
  width: 18px;
  height: 13px;
  margin-top: -6px;
}
.develop .swiper-button-prev::after,
.develop .swiper-button-next::after {
  content: "";
}
.develop .swiper-button-prev {
  background: url(../images/prev3.png) no-repeat;
  left: 4.8%;
}
.develop .swiper-button-prev:hover {
  background: url(../images/prev33.png) no-repeat;
}
.develop .swiper-button-next {
  background: url(../images/next3.png) no-repeat;
  right: 4.8%;
}
.develop .swiper-button-next:hover {
  background: url(../images/next33.png) no-repeat;
}
.m_news_box {
  padding: 5% 0 10%;
}
.m_news_head {
  background: #f6f6f6;
  border-radius: 15px;
  padding: 4% 3%;
  margin: 5% 0 0;
}
.m_news_head_left {
  width: 53.58208955%;
}
.m_news_head_list {
  border-radius: 20px;
  display: none;
}
.m_news_head_list:first-child {
  display: block;
}
.m_news_head_list img {
  width: 100%;
  height: 519px;
}
.m_news_head_list .news1_con {
  padding: 30% 6% 6%;
}
.m_news_head_list .news_tit {
  margin: 1% 0 2%;
}
.m_news_head_right {
  width: 43.50746269%;
}
.m_news_head_right li {
  background: #fff;
  border-radius: 15px;
  height: 160px;
  padding: 6% 4% 6% 2%;
  margin-bottom: 20px;
  cursor: pointer;
}
.m_news_head_right li:last-child {
  margin-bottom: 0;
}
.m_news_list {
  padding-bottom: 5%;
}
.m_news_list li {
  width: 31.11111111%;
  background: #f6f6f6;
  border-radius: 15px;
  margin: 4% 3.2% 0 0;
  padding: 4% 2%;
  font-family: Arial;
}
.m_news_list li:nth-child(3n+3) {
  margin-right: 0;
}
.m_news_list_tit {
  font-size: 26px;
  line-height: 32px;
  margin: 2% 0 4%;
  height: 64px;
  color: #222;
}
.m_news_list_txt {
  color: #757575;
  line-height: 24px;
  height: 48px;
}
.m_news_list_pic {
  margin: 7% 0 0;
  height: 260px;
}
.page a {
  width: 42px;
  height: 42px;
  border: solid 1px #e9e9e9;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 10px;
  color: #454545;
}
.page a.active {
  background: #ededf6;
  color: #00007a;
  border: none;
}
.pro_head {
  width: 100%;
  left: 0;
  top: 30%;
  font-family: Arial;
}
.pro_head h2 {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 1.2;
}
.pro_head h4 {
  font-size: 20px;
}
.pro_search {
  width: 560px;
  height: 62px;
  background: #fff;
  border-radius: 30px;
  margin: 3% auto 0;
  padding: 0 35px;
}
.pro_ss_txt {
  width: 460px;
  border: none;
}
.m_pro_box {
  padding-bottom: 8%;
}
.pro_left {
  width: 18.75%;
  margin: 80px 0 0;
}
.pro_left_tit {
  font-family: Arial;
  text-transform: uppercase;
  line-height: 1.3;
}
.pro_left_tit h2 {
  font-size: 56px;
}
.pro_left_tit h4 {
  font-size: 32px;
}
.pro_type {
  margin: 40px 0 0;
}
.pro_type > li {
  border-bottom: solid 1px #e3e3ea;
}
.pro_type > li h3 {
  padding: 30px 0;
  color: #757575;
  font-size: 16px;
}
.pro_type > li h3 img {
  transition: all 0.6s;
  cursor: pointer;
}
.pro_type > li.current h3 {
  color: #333;
  font-weight: bold;
}
.pro_type > li.current img {
  transform: rotate(180deg);
}
.sub_pro {
  padding-left: 5%;
  display: none;
}
.sub_pro li {
  color: #959595;
  padding: 20px 0;
}
.sub_pro li a {
  background: url(../images/pro_line1.png) no-repeat left 26px;
  padding-left: 5%;
}
.sub_pro li a:hover {
  background: url(../images/pro_line2.png) no-repeat left 26px;
  color: #00007a;
}
.sub_pro li a.on {
  background: url(../images/pro_line2.png) no-repeat left 26px;
  color: #00007a;
}
.san {
  padding-left: 20px;
  padding-top: 10px;
}
.san a {
  display: inline-block;
}
.san a.on {
  color: #00007a;
}
.pro_right {
  width: 74.6875%;
  margin: 120px 0 0;
}
.path {
  color: #959595;
  justify-content: flex-end;
}
.path img {
  vertical-align: middle;
  margin-right: 15px;
}
.m_pro_list {
  margin: 80px 0;
}
.m_pro_list li {
  width: 32.13389121%;
  margin: 0 1.8% 3.5% 0;
}
.m_pro_list li:nth-child(3n+3) {
  margin-right: 0;
}
.m_pro_list li:hover .m_pro_list_tit_box {
  opacity: 1;
}
.m_pro_list li:hover .m_pro_list_tit_box img {
  transform: rotate(45deg);
}
.m_pro_list_pic {
  height: 324px;
}
.m_pro_list_tit_box {
  padding: 5% 0 0;
  opacity: 0.6;
}
.m_pro_list_tit_box img {
  transition: all 0.3s;
}
.m_pro_list_tit {
  width: 60%;
}
.main_bg {
  background: #f6f6f6;
}
.show_tit_box {
  padding: 50px 0;
}
.show_tit {
  font-size: 60px;
}
.back {
  font-size: 20px;
  color: #5d5d5d;
}
.back img {
  margin-left: 10px;
}
.show_box {
  border-radius: 10px;
  padding: 4% 5%;
  background: #fff;
  min-height: 500px;
}
.pro_show_head {
  border-bottom: solid 1px #eeeeee;
  padding: 2% 0 5%;
}
.pro_show_pic {
  width: 38%;
}
.pro_show_con {
  width: 51.96850394%;
  color: #757575;
  font-family: Arial;
}
.pro_show_con h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.pro_show_con h2 {
  color: #222;
  font-size: 36px;
  padding: 1% 0 3%;
  margin-bottom: 5%;
}
.pro_show_con h2::after {
  width: 34px;
  height: 5px;
  background: #00007a;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.pro_show_con p {
  line-height: 28px;
}
.show_txt {
  color: #757575;
  padding: 5% 0;
}
.related_tit {
  font-size: 32px;
  font-family: Arial;
  padding: 50px 0;
}
.related_list {
  padding-bottom: 8%;
}
.related_list li {
  background: #fff;
  padding: 0 3%;
}
.related_list li .pro_list_tit h2 {
  padding: 3% 0;
  margin-bottom: 5%;
}
.related_list li:hover .pro_list_more img {
  transform: rotate(45deg);
}
.related_list .swiper-pagination {
  position: static;
  width: 100%;
  text-align: center;
  margin: 8% 0 0;
}
.related_list .swiper-pagination-bullet {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.related_list .swiper-pagination-bullet-active {
  background: #00007a;
}
.related_list .pro_list_pic {
  width: 43.33333333%;
  height: 223px;
}
.related_list .pro_list_con {
  width: 50%;
}
.news_show_head {
  font-family: Arial;
  border-bottom: solid 1px #eeeeee;
  padding: 2% 0 3%;
}
.news_show_head h2 {
  color: #222;
  font-size: 34px;
}
.news_show_head p {
  font-size: 18px;
  font-weight: bold;
  color: #a1a1a1;
  margin: 1% 0 0;
}
.news_show_head p span {
  margin: 0 2%;
}
.news_show_head p em {
  color: #00007a;
}
.nextpage {
  border: solid 1px #eeeeee;
  height: 86px;
  color: #757575;
}
.nextpage .to1 {
  width: 50%;
  padding: 0 3%;
  display: inline-block;
  border-right: solid 1px #eeeeee;
  line-height: 84px;
}
.nextpage .to1 b {
  font-size: 20px;
  color: #222222;
}
.nextpage .to1:last-child {
  border-right: none;
}
.news_related li {
  border-radius: 15px;
}
.news_related li a {
  padding: 4% 0;
}
.related_list_pic {
  width: 39.84496124%;
  height: 174px;
}
.related_list_con {
  width: 55.81395349%;
}
.m_contact_tit {
  top: 39%;
}
.m_banner_address {
  right: 13.8%;
  bottom: 52%;
  z-index: 8;
  align-items: flex-end;
  flex-direction: column;
  font-family: Arial;
}
.m_banner_address h2 {
  font-size: 24px;
  align-items: baseline;
  text-transform: uppercase;
}
.m_banner_address h2 img {
  margin-right: 10px;
  width: 36px;
  height: 49px;
}
.m_banner_address p {
  opacity: 0.5;
  margin-left: 45px;
}
.m_contact_bg {
  padding-bottom: 8%;
}
.message {
  width: 56.25%;
  border-radius: 50px;
  background: #fff;
  margin-top: -145px;
}
.mes_tit {
  background: #f6f6f6;
  padding: 4% 8%;
  height: 145px;
  font-size: 20px;
  line-height: 30px;
  font-family: Arial;
}
.mes_tit img {
  margin-right: 30px;
}
.mes_form {
  padding: 10% 6% 5%;
}
.mes_form_list li {
  width: 46.66666667%;
  margin-bottom: 30px;
}
.mes_form_list li input {
  width: 100%;
  height: 64px;
  background: #f3f4f6;
  border: none;
  padding: 0 10%;
}
.mes_form_tit {
  font-family: Arial;
  font-size: 24px;
}
.mes_txt {
  background: #f3f4f6;
  height: 278px;
  width: 100%;
  margin: 5% 0;
  border: none;
  padding: 2% 5%;
}
.mes_btn {
  width: 100%;
  height: 80px;
  background: #00007a;
  color: #fff;
  line-height: 80px;
  border: none;
  font-size: 22px;
  margin-bottom: 3%;
  cursor: pointer;
}
.m_contact {
  width: 34.23611111%;
  padding: 6% 0 0;
}
.m_contact_tit {
  font-family: Arial;
  text-transform: uppercase;
  line-height: 1.2;
}
.m_contact_tit h2 {
  font-size: 56px;
}
.m_contact_tit h4 {
  font-size: 32px;
}
.m_share_list {
  margin: 30px 0 0;
}
.m_share_list li {
  margin-right: 17px;
  position: relative;
}
.m_share_list li:hover .share_code {
  display: block;
}
.m_share_list .share_code {
  top: 50px;
  left: -10px;
}
.m_contact_list {
  padding: 10% 0 0;
}
.m_contact_list li {
  background: url(../images/contact_line.png) no-repeat 12px 50px;
  height: 145px;
  margin-bottom: 20px;
}
.m_contact_list li:last-child {
  background: none;
}
.m_contact_list li img {
  width: 29px;
  height: 32px;
  margin-right: 8%;
}
.m_contact_list_tit {
  color: #959595;
  font-size: 18px;
  margin-bottom: 2%;
}
.m_contact_list_tel {
  font-family: Arial;
  font-size: 26px;
}
.m_contact_list_tel span {
  color: #959595;
}
.m_contact_list_txt {
  font-weight: bold;
}
[v-cloak] {
  display: none;
}
