* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family:"微软雅黑", "microsoft yahei", PingFangSC, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

html {
  font-size: 100px;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

a {
  text-decoration: none;
  transition: color 0.4s;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

div,
p {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;

}

img {
  max-width: 100%;
  border: none;
  display: block;
  margin: 0 auto;
}

input {
  vertical-align: middle;
  margin: 0;
  font-family: "Arial", "Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
  font-size: 14px;
  color: #444;
  outline: none;
  border: 0;
}

textarea {
  width: 100%;
  border-color: #d2d2d2;
  resize: none;
  border-radius: 4px;
  outline: none;
  border: none;
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  border-color: #e6e6e6;
}

html,
body,
h3,
h2,
ul,
li,
p {
  padding: 0;
  margin: 0;
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}


a {
  text-decoration: none;
  color: #666666;
}

a:hover {
  color: #01519a;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bg-gray {
  background-color: #fafafa;
}

.text-defalut {
  color: #01519a;
}

.btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #01519a;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background-color: #01519a;
}

.btn-sm {
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  font-size: 12px;
}

.btn-xs {
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 12px;
}

.btn-block {
  display: block;
}

.img img {
  margin: 0 auto;
}

.well {
  display: flex;
}


::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #a5a5a5;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #0246A5;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #a5a5a5;
  -webkit-border-radius: 6px;
}

.clearfix {
  *zoom: 1;
  clear: both;
}


.clearfix::before,
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.text-default {
  color: #01519a;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}


.box {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}


.flex_wrap {
  flex-wrap: wrap;
}


.justify_center {
  justify-content: center;
}

.justify_around {
  justify-content: space-around;
}

.justify_between {
  justify-content: space-between;
}


.hd {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 0 2px #ccc;
}

.hd .inner {
  width: 84%;
  min-width: 1240px;
  margin: auto;
}

.hd .logo {
  display: block;
  /* padding: 13px 7px; */
  padding: 25px 7px;
  /*width: 25%;*/
  float: left;
  text-decoration: none;
  /*background-color: #01519a;*/
  font-size: 20px;
  color: white;
  box-sizing: border-box;
  margin-right: 5%;
}

.hd .logo>img {
  /* max-height: 70px; */
  max-height: 70px;
  /*width: 100%;*/
}

.hd_head>.info {
  float: left;
  padding: 20px;
  height: 94px;
  box-sizing: border-box;
  max-width: 20%;
}

.hd_head>.info h3 {
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd_head>.info h5 {
  font-size: 12px;
  text-align: justify;
  height: 18px;
}

.hd_head>.info h5 i {
  display: inline-block;
  padding-left: 100%;
}

.logo>.en,
.logo>.cn {
  color: inherit;
  font-size: inherit;
}

.logo>.cn {
  text-align: justify;
  height: 24px;
}

.logo>.cn i {
  display: inline-block;
  width: 100%;
  height: 0;
}

.hd>.inner>.logo>.m {
  display: none;
}

.logo .pc,
logo .m {
  max-height: 160px;
}

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

.article-content {
  padding: 20px 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .open .menu-btn span::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .open .menu-btn span::before,
  .open .menu-btn span::after {
    background-color: white;
  }

  .open .menu-btn span::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

.inner>.nav {
  padding: 0;
  float: left;
  margin: 0;
  width: 75%;
}

#main-navigation {
  height: 100%;

}

#main-navigation>li {
  float: left;
  text-align: center;
  font-size: 16px;
  padding: 39px 0;
  width: 140px;
  min-width: 80px;
}

#main-navigation>li:hover>a {
  color: #01519a;
}

#main-navigation>li.active>a {
  color: #01519a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



#main-navigation>li>a {
  position: relative;
  font-family: 'microsoft yahei ui', 'microsoft yahei';
  color: #666666;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all .6s ease 0s;
}

#main-navigation .main-item-inline {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#main-navigation>li:hover .item-line {
  transform: translate3d(0, 0, 0);
}

#main-navigation>li:hover .toggleSlide {
  display: block;
}

#main-navigation>li>.toggle {
  position: absolute;
  display: none;
  flex-grow: 1;
  left: 0;
  top: 100%;
  z-index: 33;
  width: 100%;
  color: #333;
  background-color: #fff;
  border-top: 3px solid #01519a;
}

#main-navigation>li:hover>.toggle {
  display: flex;
}

.toggle>div {
  float: left;
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}

.toggle>.left {
  height: 100%;
  padding: 59px 5.9% 180px 21.9%;
  background-color: #f5f5f5;
}

.toggle .left.case-left {
  padding: 59px 8% 150px 8%;
}

.toggle>.right {
  height: 100%;
  padding: 20px 7.5% 20px 6%;
}

.toggle>.right img {
  margin: 0;
}

.toggle .left .item {
  display: block;
  font-family: 'microsoft yahei ui', 'microsoft yahei';
  padding: 0 15px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  transition: all .6s ease 0s;
  min-width: 80px;
  box-sizing: border-box;
  text-align: left;
}

.toggle .left.case-left .item {
  float: left;
}

.toggle .left .item:hover,
.box-more-one .left .item.active {
  background-color: #01519a;
  color: white !important;
}

.toggle h5 {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  line-height: 34px;
}

.toggle .right .item {
  display: none;
}

.toggle .right h5 {
  text-align: left;
}

.toggle a.btn-know-more {
  width: 155px;
  height: 40px;
  line-height: 40px;
  padding-left: 36px;
  font-size: 14px;
  background-color: #01519a;
  display: block;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.toggle a.btn-know-more:hover {}

.toggle .right .item.active {
  display: block;
}

.toggle a {
  color: inherit;
}

#main-navigation .main-item-inline .item-line {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #01519a;
  transform: translate3d(-100%, 0, 0);
  transition: 0.5s linear;
}

#main-navigation>li>.toggleSlide {
  position: absolute;
  z-index: 90;
  width: 100%;
  top: 120px;
  box-shadow: 0 0 4px #ccc;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: none;
}

#main-navigation .toggleSlide>li {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  float: none;
  text-indent: 1em;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
}

#main-navigation .toggleSlide>li a {
  padding: 0;
  height: auto;
}

#main-navigation .toggleSlide>li:hover {}

#main-navigation .toggleSlide>li a:hover {
  color: white;
}

#main-navigation .toggleSlide>li:first-child {
  border: none;
}

#main-navigation .toggleSlide>li:hover {
  background-color: #01519a;
  color: white;
}


#footer {
  background-color: #1d1d1d;
}

.footer-box {
  width: 80%;
  margin: 0 auto;
  padding-top: 128px;
}

.footer-box>.info>div {
  float: left;
}

.footer-box>.info>div:last-child {
  float: right;
}

.footer-box>.info>.logo {
  width: 1.9rem;
  margin-right: 0.5rem;
}

.footer-box>.info>.contact-us {
  width: 5rem;
}

.footer-box>.info>.gongzhonghao {
  width: 5.06rem;
}

.contact-us {
  color: white;
  font-size: 18px;
  line-height: 0.4rem;
}

.contact-us>h4 {
  color: white;
  font-size: 28px;
  margin-bottom: 0.3rem;
}

.gongzhonghao>.img {
  float: left;
  width: 1.9rem;
}

.gongzhonghao>.img:first-child {
  margin-right: 0.68rem;
}

.gongzhonghao h5 {
  color: #a9a9a9;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.6rem;
}

.link>p {
  text-align: center;
  color: white;
  margin: 10px 0;
}

.link>p>a {
  color: white;
}

.link>p>a:hover {
  color: #01519a;
}

.polyfill {
  height: 80px;
}

.hd-polyfill {
  height: 94px;
}


.pagination {
  position: relative;
  text-align: center;
  margin: 50px 0;
}

.jsr-page {
  padding: 0 4.25%;
  clear: both;
  display: block;
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
}

.jsr-page>li {
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  line-height: 20px;
}

.jsr-page>li>span,
.jsr-page>li>a {
  padding: 10px 15px;
  border: 1px solid #C3C3C3;
  display: inline-block;
}


.jsr-page>li>span,
.jsr-page>li>a:hover {
  border: 1px solid #206bd1;
  color: #206bd1;
}

.form-item {
  margin-bottom: 15px;
  clear: both;
}

.form-label {
  float: left;
  display: block;
  padding: 9px 15px;
  width: 80px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}

.input-block {
  margin-left: 110px;
  min-height: 36px;
}

.input-inline {}

.input {
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
}

.textarea {
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
}

.swiper-container {
  width: 100%;
}

.m_layer {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.m_layer>.loading {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}


.main_middle {
  width: 1520px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container {
    padding: 0px 15px;
    width: auto;
  }

  .contact-icon {
    margin-right: 20px;
  }

  .hd {
    background: none;
    box-shadow: none;
  }

  .hd .menu-btn {
    display: block;
    height: 45px;
    width: 45px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
  }
}

@media (max-width: 1700px) {
  #main-navigation>li {
    width: 124px;
  }
}

@media (max-width: 1500px) {
  .top-box {
    width: 90%;
  }

  .hd .inner {
    width: 90%;
    min-width: 90%;
  }

  .hd_head>.info {
    padding: 20px 15px;
  }

  #main-navigation>li {
    width: 110px;
  }

  .nav>.item {
    width: 120px;
  }

  .footer-box {
    width: 80%;
    min-width: 1000px;
  }

  .footer-info {
    width: 80%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 90%;
  }

  .hd .inner {
    width: 94%;
    min-width: 94%;
  }

  #main-navigation>li {
    font-size: 15px;
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .container {}

  .hd_head>.info {
    display: none;
  }

  #main-navigation {
    /*display: flex;*/
  }

  #main-navigation>li {
    flex: 1;
    font-size: 16px;
    /*width: 120px;*/
  }

  .hd .inner {
    width: 98%;
    min-width: 98%;
  }

  .nav>.item {
    width: 100px;
  }

}

@media (max-width: 1000px) {
  .nav>.item {
    width: auto;
    padding: 0 8px;
  }

  #main-navigation>li {
    font-size: 15px;
    width: 100px;
  }
}

@media (max-width: 768px) {
  .contact-icon {
    margin-right: 20px;
  }

  .hd .logo {
    display: none;
    padding: 5px;
    margin-top: 10px;
  }

  .menu-right>.nav-contact {
    display: none;
  }

  .menu-right>.search {
    width: 90%;
  }

  .top-box {
    width: 96%;
  }
}


@media (max-width: 768px) {
  .container {
    width: auto;
    box-sizing: border-box;
  }

  .hd .nav {
    position: fixed;
    transform: rotateY(90deg);
    z-index: 998;
    width: 90%;
    height: auto;
    max-height: 90vh;
    top: 10%;
    left: 5%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: transform 0.3s;
    overflow: scroll;
  }

  .nav>.item>.toggle {
    position: relative;
  }

  .hd.open .nav {
    transform: rotateY(0deg);
  }

  .hd .nav>.item {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .nav>.item::after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: rotateY(90deg);
    transform-origin: left center;
    background-color: white;
    transition: transform 0.4s;
    transition-delay: 0.3s;
  }

  .hd.open .nav>.item::after {
    transform: rotateY(0);
  }
}

@media (max-width: 768px) {
  .hd.open .menu-btn span {
    background: white;
  }

  .hd .menu-btn {
    display: block;
    height: 45px;
    width: 45px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
  }

  #main-navigation>li {
    position: relative;
    float: none;
    width: 90%;
    padding: 0;
    margin: 2px auto;
  }

  #main-navigation>li>.toggle {
    position: relative;
    border: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .toggle .left .item:hover,
  .box-more-one .left .item.active {
    background-color: rgba(0, 0, 0, 0.4);
    color: #333;
  }

  .toggle>.right {
    display: none;
  }

  .toggle>.left {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    position: relative;
    background: none;
  }

  .toggle .left .item {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    color: #333;
  }

  .toggle .left .item:last-child {
    margin-bottom: 0;
  }

  #main-navigation>li>a {
    width: 100%;
    color: white;
  }

  #main-navigation>li.active>a,
  #main-navigation>li:hover>a {
    background: white;
    color: #333;
  }

  .menu-btn span {
    top: 21px;
    left: 8px;
    background-color: #f2f2f2;
    /*-webkit-transition: background 0.2s 0.5s;*/
    /*-moz-transition: background 0.2s 0.5s;*/
    /*transition: background 0.2s 0.5s;*/
  }

  .menu-btn span::before {
    bottom: 8px;
  }

  .menu-btn span::after {
    top: 8px;
  }

  .menu-btn span::before,
  .menu-btn span:after {
    content: '';
    left: 0;
    background-color: #f2f2f2;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
  }

  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    position: absolute;
    width: 28px;
    height: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .menu-btn:hover>span,
  .menu-btn:hover>span::before,
  .menu-btn:hover>span::after {
    background-color: #222;
  }

  .hd.open .menu-btn span::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    /* transform: translateY(8px) rotate(-45deg); */
  }

  .hd.open .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }

  .hd.open .menu-btn span::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0.5;
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

@keyframes slideInLefts {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0.5;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    left: 0%;
    opacity: 1;
  }

  to {
    left: -100%;
    opacity: 0.5;
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(-100%, 0, 0);

    opacity: 0.5;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    left: 0%;
    opacity: 1;
  }

  to {
    left: 100%;
    opacity: 0.5;
  }
}

@keyframes opacity-0-100 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes translateTop {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes translateBottom {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scaleToBlack {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.icon-weixin {
  color: #62b900;
  /*color: #44b549;*/
}

.icon-zhifubao,
.icon-zhifubao1 {
  color: #00a0e9;
}


.nav-page,
.inside-roof {
  display: none;
}

.items_center {
  align-items: center;
}


/* 头部 */
.header_wrapper {
  position: relative;
  z-index: 2;
  height: 120px;
}

.page_logo {
  margin-right: 140px;
}

.page_nav {
  flex: 1;
  height: 120px;
  line-height: 120px;
}

.page_nav .nav_ul>li {
  width: 90px;
  font-size: 16px;
  text-align: center;
}

.page_nav .nav_ul>li>a {
  display: block;
  height: 120px;
  line-height: 120px;
  color: #1A1A1A;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s linear;
}

.page_nav .nav_ul>li>a:hover {
  color: #0044A9;
  border-color: #0044A9;
}

.page_nav .nav_ul>li.nav_active>a {
  color: #0044A9;
  border-color: #0044A9;
}

.page_nav .nav_ul>li .second {
  position: absolute;
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  top: -300px;
  left: 0;
  opacity: 0;
  background-color: #F3F5F7;
  transition: opacity 0.3s linear;
}

.page_nav .nav_ul>li:hover .second,
.page_nav .nav_ul>li:hover .second_list {
  top: 120px;
  opacity: 1;
}

.page_nav .nav_ul>li .second a {
  display: inline-block;
  margin-right: 30px;
  color: #4D4D4D;
}

.page_nav .nav_ul>li .second a:hover {
  color: #0246A5;
}

.page_nav .nav_ul>li .second a::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 10px;
  background-color: #0044A9;
}

.page_nav .nav_ul>li .second_list {
  width: 100%;
  padding: 0 15%;
  height: 300px;
  position: absolute;
  top: -300px;
  left: 0;
  opacity: 0;
  background-color: #F3F5F7;
  transition: opacity 0.3s linear;
}

.page_nav .nav_ul>li .second_list .se_list_info {
  flex: 1;
  flex-wrap: wrap;
}

.page_nav .nav_ul>li .second_list .se_list_info .sli {
  width: 14%;
  height: 115px;
  flex-direction: column;
}

.page_nav .nav_ul>li .second_list .se_list_info .sli span {
  line-height: 24px;
  font-size: 14px;
  color: #4D4D4D;
}

.page_nav .nav_ul>li .second_list .se_list_info .sli:hover span {
  color: #0246A5;
}

.foot_left .foot_left_top img {
  display: inline-block;
}


/* footer_wrapper */

.footer_wrapper {
  width: 100%;
  height: 375px;
  padding-top: 50px;
  background-color: #F6F6F7;
}

.foot_left {
  width: 920px;
  padding-right: 80px;
  flex-direction: column;
  border-right: 1px solid #E0E0E0;
}

.foot_left .foot_left_top {
  margin-bottom: 20px;
}

.foot_left .foot_left_top h1 {
  font-weight: bold;
  font-size: 28px;
  color: #1A1A1A;
}

.foot_left .foot_left_middle {
  margin-bottom: 35px;
}

.foot_left .foot_left_middle .flt_info {
  flex: 1;
}

.foot_left .foot_left_middle .flt_info .flt_info_item {
  font-size: 14px;
  line-height: 2.2em;
  color: #737373;
}

.foot_left .foot_left_middle .flt_info .flt_info_item p {
  padding-left: 78px;
}

.foot_left .foot_left_middle .flt_info .flt_info_item img {
  display: inline-block;
  margin-right: 12px;
}

.foot_left .foot_left_middle .flt_code {
  padding-left: 40px;
}

.foot_left .foot_left_bottom {
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  color: #666;
}

.foot_msg {
  flex: 1;
  padding-left: 90px;
}

.foot_msg form {
  width: 100%;
}

.foot_msg form input {
  width: 235px;
  height: 60px;
  font-size: 14px;
  border: 0;
  color: #666;
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
}

.foot_msg form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}

.foot_msg form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

.foot_msg form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}

.foot_msg form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}

.foot_msg form textarea {
  margin: 20px 0;
  width: 100%;
  height: 80px;
  font-size: 14px;
  border: 0;
  color: #666;
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
}

.foot_msg form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}

.foot_msg form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

.foot_msg form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}

.foot_msg form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}

.foot_msg form button {
  width: 147px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  border: 0;
  color: #fff;
  background-color: #0246A5;
}



@-webkit-keyframes middleZoom {
  0% {
    width: 14.75rem;
    height: 14.75rem;
  }

  50% {
    width: 13.5rem;
    height: 13.5rem;
  }

  100% {
    width: 14.75rem;
    height: 14.75rem;
  }
}

@media screen and (max-width: 767px) {

  /* 弹出导航 */
  .nav-page {
    position: fixed;
    display: none;
    z-index: 996;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.2s linear;
  }

  .nav-phone {
    position: relative;
    top: 0;
    bottom: 0;
    width: 80vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    transform: translate3d(-100%, 0, 0);
    transition: all 0.2s linear;
  }

  .nav-list {
    padding-top: 5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav-list a {
    width: 80%;
    height: 2.5em;
    line-height: 2.5em;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav-list-active {
    color: #b11d03;
    background-color: #f5f5f5;
    border-bottom: 1px solid #b11d03 !important;
  }

  .close-phone-nav {
    position: absolute;
    top: 0.775rem;
    left: 1rem;
    width: 1.7rem;
    height: 1.7rem;
    z-index: 999;
  }

  .close-phone-nav::before,
  .close-phone-nav::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.7rem;
    height: 0.1rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .close-phone-nav::before {
    top: 0.475rem;
  }

  .close-phone-nav::after {
    top: 1.125rem;
  }

  .close-phone-nav-active::before {
    top: 0.825rem;
    transform: rotate(135deg);
  }

  .close-phone-nav-active::after {
    top: 0.825rem;
    transform: rotate(-135deg);
  }

  /* phone内页头部 */
  .inside-roof {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 3.25rem;
    z-index: 995;
    border-bottom: 1px solid #014526;
    background-color: rgba(255, 255, 255, 1);
  }

  .inside-roof-icon {
    position: absolute;
    top: 0.775rem;
    left: 1rem;
    width: 1.7rem;
    height: 1.7rem;
  }

  .inside-roof-icon::before,
  .inside-roof-icon::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.7rem;
    height: 0.1rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .inside-roof-icon::before {
    top: 0.475rem;
  }

  .inside-roof-icon::after {
    top: 1.125rem;
  }

  .inside-roof-icon-active::before {
    top: 0.825rem;
    transform: rotate(135deg);
  }

  .inside-roof-icon-active::after {
    top: 0.825rem;
    transform: rotate(-135deg);
  }

  .inside-roof-logo {
    position: absolute;
    height: 2.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .inside-roof-logo img {
    height: 90%;
  }

  .forPhone {
    height: 3.25rem;
  }

  .main_middle {
    width: 100%;
    margin: 0 auto;
  }

  /* 头部 */
  .header_wrapper {
    display: none;
  }

  /* banner */
  .swiper-pagination {
    bottom: 0.75rem !important;
  }

  .swiper-pagination .my-bullet {
    margin: 0 0.05rem;
    width: 0.5rem;
    height: 0.05rem;
  }

  /* about_wrapper */
  .about_wrapper {
    padding: 0 1rem;
    height: 14.2rem;
    overflow: hidden;
  }

  .about_layer {
    top: 2.5em;
    width: 100%;
    padding: 0 1rem;
  }

  .about_layer h2 {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.5rem;
  }

  .about_layer h6 {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  .about_layer .about_content {
    width: 100%;
    margin: 0 auto 0.75rem;
    font-size: 0.65rem;
    line-height: 2em;
    -webkit-line-clamp: 4;
  }

  .about_layer .about_more {
    width: 7.5rem;
    margin: 0 auto 0.8rem;
    height: 0.8rem;
    font-size: 0.65rem;
    line-height: 0.8rem;
  }

  .about_layer .about_more:hover {
    width: 25rem;
  }

  .about_wrapper .about_img {
    width: 100%;
  }

  .about_wrapper .about_circle {
    width: 72vw;
    height: 100vw;
    margin-left: -50vw;
  }

  .about_honor {
    flex-wrap: wrap;
  }

  .about_honor .honor_item {
    width: 100%;
    text-align: center;
  }

  .about_honor .honor_item .honor_img {
    width: 45vw;
    height: calc(45vw * 1.40344);
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: calc(45vw * 1.40344);
  }

  .about_honor .honor_item .honor_img img {
    width: 80%;
  }

  .about_honor .honor_item .honor_text {
    font-size: 0.75rem;
    line-height: 1rem;
    width: 80%;
    margin: auto;
  }

  
  .index_title {
    margin-bottom: 0.5rem;
  }

  .index_title .title_big {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.5rem;
  }

  .index_title .title_small {
    font-size: 0.32rem;
  }

  .product_list {
    margin-bottom: 2.5em;
    flex-wrap: wrap;
  }

  .product_list .pli {
    width: 33.33%;
  }

  .product_list .pli img {
    margin-bottom: 0.25rem;
  }

  .product_info {
    flex-wrap: wrap;
    padding: 0 1rem;
  }

  .product_info .pro_info_item {
    width: 100%;
    height: calc((100vw - 0.48rem) * 1.3);
    margin-bottom: 0.5rem;
  }

  .product_info .pro_info_item .pii_info {
    width: 100%;
    height: 7.5rem;
    padding: 0.75rem 1rem 0;
  }

  .product_info .pro_info_item .pii_info h4 {
    font-size: 0.32rem;
  }

  .product_info .pro_info_item .pii_info i {
    margin: 0.5rem 0;
    width: 0.8rem;
    height: 0.08rem;
  }

  .product_info .pro_info_item .pii_info .piii {
    font-size: 0.65rem;
  }

  .product_info .pro_info_item .pii_img {
    width: 90%;
    height: 12.5rem;
  }

  /* advantage_wrapper */
  .advantage_wrapper {
    height: auto;
  }

  .adv_middle {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
  }

  .adv_middle .num1,
  .adv_middle .num2,
  .adv_middle .num3,
  .adv_middle .num4,
  .xian_top,
  .xian_right,
  .xian_bottom,
  .xian_left {
    display: none;
  }

  .adv_four {
    width: 100%;
    height: 100%;
  }

  .four_item {
    width: 48%;
    height: auto;
    padding-top: 1.2rem;
  }

  .four_item p {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0.25rem 0;
  }

  .four_item span {
    font-size: 0.25rem;
    line-height: 2em;
  }

  .four_item:nth-of-type(3),
  .four_item:nth-of-type(4) {
    margin-top: 12.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1.2rem;
    align-items: center;
  }


  /* footer_wrapper */
  .footer_wrapper {
    height: auto;
    padding-top: 0.5rem;
  }

  .footer {
    flex-direction: column;
    padding: 0 0.6rem;
  }

  .foot_left {
    width: 100%;
    padding-right: 0;
    border-right: 1px solid transparent;
  }

  .foot_left .foot_left_top {
    margin-bottom: 0.5rem;
  }

  .foot_left .foot_left_top h1 {
    font-size: 1rem;
  }

  .foot_left .foot_left_top img {
    display: inline-block;
  }

  .foot_left .foot_left_middle {
    margin-bottom: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .foot_left .foot_left_middle .flt_info .flt_info_item {
    font-size: 0.65rem;
  }

  .foot_left .foot_left_middle .flt_info .flt_info_item p {
    padding-left: 2.5em;
  }

  .foot_left .foot_left_middle .flt_info .flt_info_item img {
    display: inline-block;
    margin-right: 1rem;
  }

  .foot_left .foot_left_middle .flt_code {
    padding-left: 0;
  }

  .foot_left .foot_left_bottom {
    padding-top: 0.75rem;
    font-size: 0.65rem;
  }

  .foot_msg {
    flex: 1;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }

  .foot_msg form {
    width: 100%;
  }

  .foot_msg form input {
    width: 100%;
    height: 2.5em;
    font-size: 0.65rem;
  }

  .foot_msg form textarea {
    margin: 0.75rem 0;
    width: 100%;
    height: 2.5em;
    font-size: 0.65rem;
  }

  .foot_msg form button {
    width: 7.5rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.75rem;
  }


  .zhaoxin {
    padding: 0 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zhaoxintop span {
    font-size: 14px;
  }

  .zhaoxins li .msgDiv dd {
    font-size: 12px;
  }

  .zhaoxins li .zhaoxinsbox {
    padding: 26px 24px 51px;
    font-size: 12px;
    line-height: 26px;
    padding: 2.5em;
  }

  .listproright .p_Product {
    width: 48%;
  }

  .listproright .p_Product:nth-child(2n) {
    margin-right: 0;
  }

  .listproright .p_Product:nth-child(3n) {
    margin-right: 2%;
  }

  .listshowrightbottom img {
    width: 100%;
  }

  .listshowrightbottom td {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
  }

  .npronav {
    display: block;
  }

  #art_content img {
    width: 100%;
  }

  #art_content p {
    margin-top: 10px;
  }


  .homecases,
  .homeproducts {
    overflow: hidden;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* 弹出导航 */
  .nav-page {
    position: fixed;
    display: none;
    z-index: 996;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.2s linear;
  }


  .nav-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    transform: translate3d(-100%, 0, 0);
    transition: all 0.2s linear;
  }

  .nav-list {
    padding-top: 12.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav-list a {
    width: 80%;
    height: 2.5em;
    line-height: 2.5em;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav-list-active {
    color: #b11d03;
    background-color: #f5f5f5;
    border-bottom: 1px solid #b11d03 !important;
  }

  .close-phone-nav {
    position: absolute;
    top: 0.775rem;
    left: 1rem;
    width: 1.7rem;
    height: 1.7rem;
    z-index: 999;
  }

  .close-phone-nav::before,
  .close-phone-nav::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.7rem;
    height: 0.1rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .close-phone-nav::before {
    top: 0.475rem;
  }

  .close-phone-nav::after {
    top: 1.125rem;
  }

  .close-phone-nav-active::before {
    top: 0.825rem;
    transform: rotate(135deg);
  }

  .close-phone-nav-active::after {
    top: 0.825rem;
    transform: rotate(-135deg);
  }

  /* phone内页头部 */
  .inside-roof {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 3.25rem;
    z-index: 995;
    border-bottom: 1px solid #014526;
    background-color: rgba(255, 255, 255, 1);
  }

  .inside-roof-icon {
    position: absolute;
    top: 0.775rem;
    left: 1rem;
    width: 1.7rem;
    height: 1.7rem;
  }

  .inside-roof-icon::before,
  .inside-roof-icon::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.7rem;
    height: 0.1rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .inside-roof-icon::before {
    top: 0.475rem;
  }

  .inside-roof-icon::after {
    top: 1.125rem;
  }

  .inside-roof-icon-active::before {
    top: 0.825rem;
    transform: rotate(135deg);
  }

  .inside-roof-icon-active::after {
    top: 0.825rem;
    transform: rotate(-135deg);
  }

  .inside-roof-logo {
    position: absolute;
    height: 2.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .inside-roof-logo img {
    height: 90%;
  }

  .forPhone {
    height: 3.25rem;
  }

  .main_middle {
    width: 100%;
    margin: 0 auto;
  }

  /* 头部 */
  .header_wrapper {
    display: none;
  }

  /* banner */
  .swiper-pagination {
    bottom: 0.75rem !important;
  }

  .swiper-pagination .my-bullet {
    margin: 0 0.05rem;
    width: 0.5rem;
    height: 0.05rem;
  }

  /* about_wrapper */
  .about_wrapper {
    padding: 0 1rem;
    height: 40rem;
    overflow: hidden;
  }

  .about_layer {
    top: 2.5em;
    width: 100%;
    padding: 0 1rem;
  }

  .about_layer h2 {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.5rem;
  }

  .about_layer h6 {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  .about_layer .about_content {
    width: 100%;
    margin: 0 auto 0.75rem;
    font-size: 0.65rem;
    line-height: 2em;
    -webkit-line-clamp: 4;
  }

  .about_layer .about_more {
    width: 7.5rem;
    margin: 0 auto 0.8rem;
    height: 0.8rem;
    font-size: 0.65rem;
    line-height: 0.8rem;
  }

  .about_layer .about_more:hover {
    width: 25rem;
  }

  .about_wrapper .about_img {
    width: 70%;
  }

  .about_wrapper .about_circle {
    width: 80vw;
    height: 80vw;
    margin-left: -40vw;
  }

  .about_honor {
    flex-wrap: wrap;
  }

  .about_honor .honor_item {
    width: 100%;
    text-align: center;
  }

  .about_honor .honor_item .honor_img {
    width: 22vw;
    height: calc(22vw * 1.40344);
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: calc(22vw * 1.40344);
  }

  .about_honor .honor_item .honor_img img {
    width: 80%;
  }

  .about_honor .honor_item .honor_text {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  /* product_wrapper */
  .product_wrapper {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .index_title {
    margin-bottom: 0.5rem;
  }

  .index_title .title_big {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.5rem;
  }

  .index_title .title_small {
    font-size: 0.32rem;
  }

  .product_list {
    margin-bottom: 2.5em;
    flex-wrap: wrap;
  }

  .product_list .pli {
    width: 20%;
  }

  .product_list .pli img {
    margin-bottom: 0.25rem;
  }

  .product_info {
    flex-wrap: wrap;
  }

  .product_info .pro_info_item {
    width: 48%;
    height: calc((48vw - 0.48rem) * 1);
    margin-bottom: 0.5rem;
  }

  .product_info .pro_info_item .pii_info {
    width: 100%;
    height: 12.5rem;
    padding: 0.75rem 1rem 0;
  }

  .product_info .pro_info_item .pii_info h4 {
    font-size: 0.75rem;
  }

  .product_info .pro_info_item .pii_info i {
    margin: 0.5rem 0;
    width: 0.8rem;
    height: 0.08rem;
  }

  .product_info .pro_info_item .pii_info .piii {
    font-size: 0.65rem;
  }

  .product_info .pro_info_item .pii_img {
    width: 90%;
    height: 25rem;
  }

  /* advantage_wrapper */
  .advantage_wrapper {
    height: auto;
    overflow: hidden;
  }

  .adv_middle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 2.5em 5%;
  }

  .adv_middle .num1,
  .adv_middle .num2,
  .adv_middle .num3,
  .adv_middle .num4 {
    display: none;
  }

  .xian_top {
    position: absolute;
    top: 2.5em;
    left: 50%;
  }

  .xian_right {
    position: absolute;
    top: 50%;
    left: -2.7rem;
    transform: rotateZ(180deg);
  }

  .xian_bottom {
    position: absolute;
    bottom: 2.5em;
    left: 50%;
    transform: rotateZ(180deg);
  }

  .xian_left {
    position: absolute;
    top: 50%;
    right: -2.7rem;
  }



  /* footer_wrapper */
  .footer_wrapper {
    height: auto;
    padding-top: 0.5rem;
  }

  .footer {
    flex-direction: column;
    padding: 0 1rem;
  }

  .foot_left {
    width: 100%;
    padding-right: 0;
    border-right: 1px solid transparent;
  }

  .foot_left .foot_left_top {
    margin-bottom: 0.5rem;
  }

  .foot_left .foot_left_top h1 {
    font-size: 0.5rem;
  }

  .foot_left .foot_left_middle {
    margin-bottom: 0.5rem;
  }

  .foot_left .foot_left_middle .flt_info .flt_info_item {
    font-size: 0.65rem;
  }

  .foot_left .foot_left_middle .flt_info .flt_info_item p {
    padding-left: 2.5em;
  }

  .foot_left .foot_left_middle .flt_info .flt_info_item img {
    display: inline-block;
    margin-right: 1rem;
  }

  .foot_left .foot_left_middle .flt_code {
    padding-left: 0;
  }

  .foot_left .foot_left_bottom {
    padding-top: 0.75rem;
    font-size: 0.65rem;
  }

  .foot_msg {
    flex: 1;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }

  .foot_msg form {
    width: 100%;
  }

  .foot_msg form input {
    width: 48%;
    height: 2.5em;
    font-size: 0.65rem;
  }

  .foot_msg form textarea {
    margin: 0.75rem 0;
    width: 100%;
    height: 2.5em;
    font-size: 0.65rem;
  }

  .foot_msg form button {
    width: 7.5rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.75rem;
  }

  .news_info .news_item:last-child {
    display: none;
  }

}


@-webkit-keyframes circle {
  to {
    transform: rotateZ(360deg);
  }
}


@-webkit-keyframes outerZoom {
  0% {
    width: 400px;
    height: 400px;
  }

  50% {
    width: 346px;
    height: 346px;
  }

  100% {
    width: 400px;
    height: 400px;
  }
}