* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:-webkit-autofill,

    input:-webkit-autofill:hover,

    input:-webkit-autofill:focus,

    input:-webkit-autofill:active {
        -webkit-transition-delay: 111111s;

        -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;

    }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

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

ul li {
  list-style: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: Din;
  src: url(../font/DIN-Bold.otf);
}

body,
html {
  font-family: Din, 'SourceHanSansCN-Normal', Arial, Helvetica, sans-serif,
    '微软雅黑';
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.backTop {
  width: 44px;
  height: 44px;
  background: #ddd;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 80px;
  z-index: 9999999;
}

.backTop img {
  width: 80%;
  height: 80%;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'iconfont'; /* project id 2200835 */
  src: url('//at.alicdn.com/t/font_2200835_z1vq221bg8m.eot');
  src: url('//at.alicdn.com/t/font_2200835_z1vq221bg8m.eot?#iefix')
      format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2200835_z1vq221bg8m.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2200835_z1vq221bg8m.woff') format('woff'),
    url('//at.alicdn.com/t/font_2200835_z1vq221bg8m.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2200835_z1vq221bg8m.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.links {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  margin-top: 50px;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #e2e2e2;
}

.links span {
  color: #666;
  font-size: 14px;
  float: left;
}

.links ul {
  float: left;
}

.links ul li {
  float: left;
  margin-right: 14px;
}

.links ul li:hover a {
  color: #25568e;
}

.links ul li a {
  font-size: 14px;
  color: #666;
}

footer {
  height: 196px;
  background: #f2f2f2;
}

footer > div:first-child {
  width: 100%;
  height: 156px;
}

/* footer>div:first-child .container>ul {
    position: relative;
    top: 50px;
    max-width: 760px
} */

footer > div:first-child .container > ul {
  display: flex;
  position: absolute;
  top: 50px;
  max-width: 760px;
  flex-wrap: wrap;
  left: 0;
}

footer > div:first-child .container > ul li {
  /* float: left; */
  min-width: 310px;
  margin-right: 40px;
  font-size: 14px;
  color: #333;
  margin-top: 12px;
}

footer > div:first-child .container > ul li span {
  color: #666;
}

footer > div:first-child .container > div {
  position: absolute;
  right: 0;
  top: 25px;
  height: 105px;
}

footer > div:first-child .container > div > div {
  display: inline-block;
  text-align: right;
  top: 0;
  position: absolute;
}

footer > div:first-child .container > div > div:last-child {
  right: 0;
  width: 105px;
  background-color: #fff;
  text-align: center;
  height: 105px;
}

footer > div:first-child .container > div > div:last-child img {
  width: 100%;
}

footer > div:first-child .container > div > div:first-child {
  width: 160px;
  right: 125px;
}

footer > div:first-child .container > div > div:first-child span {
  color: #333;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}

footer > div:first-child .container > div > div:first-child h4 a {
  color: #e50012;
  font-size: 24px;
}

footer > div:first-child .container > div > div:first-child p {
  font-size: 14px;
  color: #999;
}

footer > div:last-child {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e2e2e2;
}

footer > div:last-child .container {
  font-size: 12px;
  color: #999;
}

footer > div:last-child .container a {
  float: right;
  font-size: 12px;
  color: #999;
}

.mask {
  position: fixed;
  width: 0;
  height: 100vh;
  background-color: #000;
  opacity: 0.2;
  left: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  bottom: 0;
  z-index: 667;
}

.mask-show {
  width: 100%;
}

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 999;
}

header nav {
  margin: 0 120px;
  height: 80px;
  line-height: 78px;
  position: relative;
}

header nav h1 {
  float: left;
  position: relative;
  margin-top: 10px;
}

header nav h1 img {
  width: 200px;
}

header nav ul {
  float: left;
  margin-left: 240px;
}

header nav ul li {
  float: left;
  margin-right: 45px;
  font-weight: 500;
}

header nav ul li a {
  font-size: 16px;
  color: #25568e;
}

header nav ul li:hover {
  border-bottom: 2px solid #e50012;
}
header nav ul .active {
  border-bottom: 2px solid #e50012;
}
header nav > div {
  position: absolute;
  right: 0;
  top: 50%;
  height: 36px;
  margin-top: -18px;
}

header nav > div form {
  display: inline-block;
  width: 36px;
  overflow: hidden;
  height: 36px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  right: 196px;
}

header nav > div form:hover {
  width: 220px;
}

header nav > div form button {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #e50012;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

header nav > div form button i {
  font-size: 18px;
  color: #fff;
}

header nav > div form input {
  height: 36px;
  border: 1px solid #e2e2e2;
  position: absolute;
  right: 40px;
  top: 0;
}

header nav > div > div:nth-of-type(1) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 154px;
  height: 36px;
  background: #e50012;
  border-radius: 18px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}

header nav > div > a {
  position: absolute;
  right: 158px;
  bottom: 0;
  width: 36px;
  height: 36px;
  background: #e50012;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
}

header nav > div > a i {
  font-size: 18px !important;
  color: #fff;
}
header nav > div > div span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  margin-left: 3px;
  margin-right: 3px;
}

header nav > div > div span i {
  font-size: 18px;
  color: #e50012;
}

.sub-menu {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 80px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: 0;
  overflow: hidden;
}

.sub-menu .container {
  height: 100%;
  padding: 30px 0;
  display: none;
}

.sub-menu .container > div {
  float: left;
  height: 100%;
}

.product_menu_container > div:first-child > ul > li {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  overflow: auto;
  border-bottom: 1px dashed #eee;
}

.product_menu_container > div:first-child > ul > li::after {
  position: absolute;
  content: '';
  width: 72px;
  height: 0;
  top: 28px;
  z-index: -1;
  background-color: #e50012;
  left: 0;
}

.product_menu_container > div:first-child > ul .third-menu-active {
  color: #25568e;
}

.product_menu_container > div:first-child > ul .third-menu-active::after {
  height: 3px;
}

.product_menu_container > div:first-child > ul > li > div {
  float: left;
}

.product_menu_container > div:first-child > ul > li > div:first-child {
  width: 85px;
  font-size: 18px;
}

.product_menu_container > div:first-child > ul > li > div:last-child {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.product_menu_container > div:first-child > ul > li > div:last-child ul li {
  float: left;
  margin-right: 20px;
}
.product_menu_container
  > div:first-child
  > ul
  > li
  > div:last-child
  ul
  li:hover
  a {
  color: #25568e;
}
.product_menu_container > div:first-child > ul > li > div:last-child ul li a {
  font-size: 14px;
}

/* .sub-menu .container > div:last-child {
  width: 1115px;
  padding-left: 35px;
}

.sub-menu .container > div:last-child > div {
  display: none;
}

.sub-menu .container > div:last-child > div:first-child {
  display: block;
}

.sub-menu .container > div:last-child > div > div span {
  font-size: 14px;
  color: #333;
  line-height: 40px;
}

.sub-menu .container > div:last-child > div > div ul {
  height: 30px;
}

.sub-menu .container > div:last-child > div > div ul li {
  float: left;
  margin-right: 14px;
}

.sub-menu .container > div:last-child > div > div ul li:hover a {
  color: #25568e;
}

.sub-menu .container > div:last-child > div > div ul li a {
  color: #666;
  font-size: 14px;
} */

.header-nobg {
  background: none;
  border: none;
}

.header-nobg nav ul li a {
  color: #fff;
}

.sub-menu-show {
  height: 450px;
}
.case-menu-show {
  height: 350px;
}

.btn-2 {
  display: inline-block;
  width: 150px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  position: relative;
}

.btn-2 i {
  font-size: 14px;
}

.btn-2:hover {
  background-color: #fff;
  color: #e50012;
}

.btn-2:hover i {
  color: #e50012;
}

.btn-2-fill {
  display: inline-block;
  width: 150px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #666;
  position: relative;
}

.btn-2-fill i {
  font-size: 14px;
  color: #e50012;
}

.container_1 {
  margin: 0 150px;
  position: relative;
}

.clearfloat {
  position: relative;
}

.clearfloat::after {
  content: '';
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.page,
#page,
.pages,
#pages {
  text-align: right;
  margin-top: 40px;
}

.page a,
#page a,
.pages a,
#pages a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #eee;
  line-height: 34px;
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-left: 4px;
}

.page a:hover,
#page a:hover,
.pages a:hover,
#pages a:hover {
  background-color: #25568e;
  border: 1px solid #25568e;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .container_1 {
    margin: 0 25px;
  }

  .page2 {
    height: 1100px;
  }

  .title {
    padding-top: 60px;
  }

  .honor {
    margin: 0;
    height: 600px;
  }
}

@media screen and (max-width: 1680px) {
  header nav {
    margin: 0 50px;
  }

  header nav ul {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1366px) {
  header nav {
    margin: 0 15px;
  }

  header nav ul {
    margin-left: 20px;
  }

  header nav ul li {
    margin-right: 40px;
  }
}
body {
  overflow-x: hidden;
}

.profile::before {
  position: absolute;
  content: '';
  width: 100%;
  background-image: url(/public/images/bg.png);
  background-repeat: no-repeat;
  background-position-x: right;
  height: 172px;
  right: -240px;
  z-index: -1;
  top: 50px;
}
.office {
  margin-bottom: 100px;
}

.profile > div:first-child::after {
  position: absolute;
  content: '';
  width: 100%;
  background-image: url(/public/images/inner/logod.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  height: 354px;
  width: 432px;
  left: 0px;
  z-index: -1;
  bottom: 0px;
}

.office > div:first-child:after {
  position: absolute;
  content: '';
  width: 100%;
  background-image: url(/public/images/inner/logod.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  height: 354px;
  width: 432px;
  left: 0px;
  z-index: -1;
  bottom: -80px;
}

.product > ul li figure > div:first-child figcaption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case_sub_menu > div {
  height: 300px !important;
  background-image: url(../images/case_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border: none;
  border-right: none !important;
  padding-left: 0 !important;
}
.case_sub_menu > div > ul {
  width: 100%;
  height: 300px;
}
.case_sub_menu > div > ul li {
  float: left;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  height: 150px;
  line-height: 150px;
  width: 25%;
  text-align: center;
  position: relative;
  transition: all 0.6s ease;
}
.case_sub_menu > div > ul li::before {
  position: absolute;
  width: 100%;
  height: 142px;
  left: 0px;
  content: '';
  top: 0px;
}
.case_sub_menu > div > ul li:hover::before {
  border: 1px solid #25568e;
}

.case_sub_menu > div > ul li:hover {
  background-color: #fff;
}

.case_sub_menu > div > ul li:hover a {
  color: #25568e;
}
.case_sub_menu > div > ul li a {
  color: #fff;
  line-height: 150px;
  position: relative;
  z-index: 99;
}
