body {
  font-family: 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.am-container {
  max-width: 1440px;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #1F2F8E;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.banner .slick-slide > div {
  font-size: 0;
}
.banner .banner-slick {
  margin-bottom: 0;
}
.banner .slick-dots {
  bottom: 330px;
}
.banner img {
  width: 100%;
}
.banner .slick-dots li {
  margin-left: 25px;
  margin-right: 0;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li button {
  padding: 0;
  position: relative;
  transition: all 0.35s;
}
.banner .slick-dots li button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background-color: #C8CDD4;
  border-radius: 5px;
  transition: all 0.35s;
}
.banner .slick-dots {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateX(-50%);
  left: 50%;
  justify-content: flex-end;
}
.banner .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.banner .slick-dots li.slick-active button:after {
  opacity: 0;
  transition: all 0.35s;
}
.map {
  width: 100%;
  height: 485px;
  margin-top: 60px;
  margin-bottom: 80px;
}
.map .map-content {
  width: 100%;
  height: 485px;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
header > div {
  background-color: rgba(255, 255, 255, 0.64);
}
header > div:first-child {
  border-bottom: 1px solid #C1C6CE;
}
header .logobox {
  display: flex;
  padding: 12px 0;
  align-items: center;
}
header .logoimg {
  height: 67px;
  margin-right: 15px;
}
header .logoimg img {
  height: 100%;
}
header .logotext {
  font-size: 0;
  position: relative;
}
header .logotext p {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  color: #333;
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin-bottom: 5px;
}
header .logotext span {
  font-size: 14px;
  line-height: 1;
  color: #666;
  display: inline-block;
  width: 100%;
}
header .logotext:last-child:before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  width: 1px;
  height: 100%;
  background-color: #A4B2C0;
}
header form {
  width: 313px;
  height: 39px;
  display: block;
  border: 1px solid #555555;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
header .header-msg {
  display: flex;
  padding: 12px 0;
  height: 91px;
  align-items: center;
  justify-content: flex-end;
}
header .header-msg i {
  font-size: 22px;
}
header .header-msg button {
  padding: 0;
  border: none;
  background-color: transparent;
}
header .header-msg button i {
  transition: all 0.35s;
  display: block;
}
header .header-msg button:hover i {
  transform: rotateY(180deg);
  transition: all 0.35s;
}
header .header-msg input {
  border: none;
  background-color: transparent;
  width: 100%;
  margin-right: 10px;
}
header .header-msg input:focus {
  outline: none;
}
header .header-language {
  margin-left: 40px;
}
header .header-language a {
  color: #2d2d2d;
  align-items: center;
  display: none;
  transition: all 0.35s;
}
header .header-language a.active {
  display: flex;
}
header .header-language a:hover {
  color: #1F2F8E;
  transition: all 0.35s;
}
header .header-language .icon-zhongwenyuyan {
  font-size: 24px;
}
header .header-language i {
  margin-right: 10px;
}
header .header-navlistbox.am-sticky {
  background-color: #ffffff;
  box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header .header-navlistbox ul {
  margin: 0;
}
.cate-list {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.cate-list .am-u-md-10 {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 25px;
  width: calc(83.33333333% + 10px);
}
.cate-list .am-u-md-10 > div {
  display: flex;
  flex-wrap: wrap;
}
.cate-list .am-u-md-10 a {
  width: 25%;
  display: flex;
  align-items: center;
  color: #222;
  padding: 30px 0;
  position: relative;
  transition: all 0.35s;
}
.cate-list .am-u-md-10 a span {
  font-weight: 600;
}
.cate-list .am-u-md-10 a:nth-child(n+4) {
  border-top: 1px solid #ddd;
}
.cate-list .am-u-md-10 a:after {
  content: '';
  width: 1px;
  display: block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  height: 40px;
  position: absolute;
  right: 0;
}
.cate-list .am-u-md-10 a:nth-child(4n):after {
  display: none;
}
.cate-list .am-u-md-10 a:hover {
  color: #1F2F8E;
  transition: all 0.35s;
}
.cate-list .am-u-md-10 a:hover i {
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.cate-list .am-u-md-10 i {
  font-size: 40px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  transition: all 0.35s;
}
.cate-list .am-u-md-2 {
  width: calc(16.66666667% - 10px);
  background-color: #1F2F8E;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cate-list .am-u-md-2:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 202px 55px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.cate-list .am-u-md-2 a {
  color: #c4cede;
  font-weight: 500;
  margin-left: 30px;
  transition: all 0.35s;
}
.cate-list .am-u-md-2 a:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.cate-list .am-container > div {
  display: flex;
}
footer {
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  width: 100%;
  padding: 20px 0;
}
footer p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
  margin-left: 20px;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .site-btn {
  margin-left: 133px;
}
.around {
  font-size: 0;
}
.outbox {
  display: flex;
  flex-direction: row;
  flex-wrap: inherit;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 4px solid #C8CDD4;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-top: 0;
  margin: 0;
  position: relative;
  /*    animation*/
}
.svg {
  position: absolute;
  top: -4px;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.cls {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transform: rotate(270deg);
  transform-origin: 50% 50%;
}
.run-anim {
  -webkit-animation-name: dash;
  -moz-animation-name: dash;
  -o-animation-name: dash;
  animation-name: dash;
  animation-duration: 0s;
  animation-play-state: paused;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes dash {
  0% {
    stroke: #fff;
    stroke-dashoffset: 800;
  }
  100% {
    stroke: #fff;
    stroke-dashoffset: 0;
  }
}
.page-banner {
  overflow: hidden;
}
.page-banner .img-box {
  padding-bottom: 26.66666667%;
}
.about {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 40px;
}
.about .about-img {
  position: relative;
}
.about .about-img img {
  position: absolute;
}
.about .about-cont {
  display: flex;
}
.about .about-cont .am-u-md-6:first-child {
  padding-top: 90px;
  padding-bottom: 100px;
}
.about .about-cont h4 {
  font-size: 52px;
  line-height: 29px;
  font-weight: bold;
  color: #333;
  opacity: 0.09;
  margin: 0;
  font-family: Arial;
}
.about .about-cont h2 {
  font-size: 32px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}
.about .about-txt p {
  margin: 0;
  line-height: 24px;
  color: #666;
}
.factory {
  padding-top: 70px;
}
.factory h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.factory .img-box {
  padding-bottom: 70.22222222%;
}
.factory .fac-img {
  margin-bottom: 40px;
}
.factory .fac-img img {
  transition: all 0.35s;
}
.factory .fac-img:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.service {
  padding-top: 74px;
  padding-bottom: 80px;
}
.service ul {
  padding: 0;
  margin: 0;
}
.service li {
  list-style: none;
  margin-bottom: 2px;
}
.service li.active a {
  color: #fff;
  background-color: #000081;
}
.service li a {
  color: #333;
  font-size: 20px;
  padding: 18px 45px;
  align-items: center;
  display: flex;
  transition: all 0.35s;
  background-color: #F0F0F0;
  line-height: 24px;
}
.service li a:hover {
  background-color: #000081;
  color: #fff;
  transition: all 0.35s;
}
.service .service-cont {
  padding-left: 50px;
}
.service .service-cont h2 {
  font-size: 32px;
  font-weight: 500;
  border-bottom: 1px solid #666;
  padding-top: 30px;
  padding-bottom: 7px;
  margin: 0;
}
.service .service-cont h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.service .service-cont p {
  color: #666;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
/* .service .service-cont a{
    display: block;
  width: calc(33.33333333% - 14px);
  margin-right: 21px;
} */
.service .service-cont img {
  height: auto!important;
  margin-bottom: 20px;
  width: calc(33.33333333% - 14px);
  margin-right: 21px;
}
.service .service-cont .service-img {
  font-size: 0;
  padding-top: 45px;
  /* display: flex; */
}
.service .service-cont .service-img img:nth-child(3n) {
  margin-right: 0;
}
/* .service .service-cont .service-img a:nth-child(3n) {
  margin-right: 0;
} */
.qual {
  padding-top: 70px;
  padding-bottom: 70px;
}
.qual [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.qual h2 {
  font-weight: 500;
  font-size: 32px;
  height: 44px;
  text-align: center;
  margin-bottom: 12px;
}
.qual p {
  padding: 0 220px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 0;
  margin-bottom: 35px;
}
.qual .qual-box {
  padding-top: 30px;
}
.qual .qual-box .qual-title {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
}
.qual .qual-box .qual-imgbox {
  border: 1px solid #999;
  margin-bottom: 40px;
}
.qual .qual-box .qual-imgbox:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.qual .qual-box .qual-imgbox .img-box {
  padding-bottom: 135.67073171%;
}
.qual .qual-box .qual-imgbox img {
  transition: all 0.35s;
}
.qual .qual-box .qual-img {
  margin: 0 -15px;
}
.qual .qual-box .qual-img:after {
  content: '';
  display: block;
  clear: both;
}
.qual .qual-box2 {
  padding-top: 40px;
}
.qual .qual-box2 .qual-title {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
}
.qual .qual-box2 .qual-img {
  display: flex;
  margin: 0 -7px;
  flex-wrap: wrap;
}
.qual .qual-box2 .grid-1 {
  width: 20%;
}
.qual .qual-box2 .grid-1 .img-box {
  padding-bottom: 57.62081784%;
}
.qual .qual-box2 .grid-2 {
  width: 40%;
}
.qual .qual-box2 .grid-2 .img-box {
  padding-bottom: 27.97833935%;
}
.qual .qual-box2 .grid {
  padding: 0 7px;
  margin-bottom: 20px;
}
.qual .qual-box2 .qual-imgbox {
  border: 1px solid #999;
}
.customer {
  padding-top: 60px;
  padding-bottom: 80px;
}
.customer .customer-list {
  margin-bottom: 10px;
}
.customer .customer-list:after {
  content: '';
  display: block;
  clear: both;
}
.customer .customer-box {
  float: left;
  width: calc(20% - 9.6px);
  margin-right: 12px;
  border: 1px solid #999;
  margin-bottom: 30px;
  transition: all 0.35s;
}
.customer .customer-box:nth-child(5n) {
  margin-right: 0;
}
.customer .customer-box img {
  transition: all 0.35s;
}
.customer .customer-box:hover {
  border-color: #000081;
  transition: all 0.35s;
}
.customer .customer-box:hover img {
  transition: all 0.35s;
  transform: scale(1.1);
}
.customer .img-box {
  padding-bottom: 57.62081784%;
}
.page-number {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-number a {
  display: inline-block;
  width: 33px;
  height: 33px;
  font-size: 18px;
  color: #666;
  border: 1px solid #CACACA;
  line-height: 33px;
  margin: 0 6px;
  transition: all 0.35s;
}
.page-number a i {
  display: block;
  color: #666;
  transition: all 0.35s;
  font-size: 15px;
}
.page-number a.active {
  background-color: #01007D;
  color: #fff;
  border-color: #01007D;
}
.page-number a:hover {
  background-color: #01007D;
  color: #fff;
  transition: all 0.35s;
  border-color: #01007D;
}
.page-number a:hover i {
  color: #fff;
  transition: all 0.35s;
}
.news {
  padding-top: 70px;
  padding-bottom: 80px;
}
.news .am-g {
  margin-bottom: 10px;
}
.news .news-img {
  width: 53%;
}
.news .img-box {
  padding-bottom: 72.7520436%;
}
.news .img-box img {
  transition: all 0.35s;
}
.news .news-txt {
  width: 47%;
  padding-left: 24px;
  padding-right: 20px;
}
.news .news-txt p {
  font-size: 14px;
  line-height: 19px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 30px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .news-box {
  display: flex;
  align-items: center;
  transition: all 0.35s;
  margin-bottom: 40px;
}
.news .news-box:hover {
  background-color: #01007D;
  transition: all 0.35s;
}
.news .news-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.news .news-box:hover .news-more {
  background-color: #fff;
  color: #01007D;
  transition: all 0.35s;
}
.news .news-box:hover .news-title a {
  color: #fff;
  transition: all 0.35s;
}
.news .news-box:hover .news-txt p {
  color: #f5f5f5;
  transition: all 0.35s;
}
.news .news-date {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(1, 0, 125, 0.76);
  color: #fff;
  width: 76px;
  height: 66px;
  padding-top: 10px;
  left: 10px;
}
.news .news-date .day {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
}
.news .news-date .m-y {
  line-height: 1;
  font-size: 14px;
}
.news .news-title a {
  font-size: 20px;
  line-height: 25px;
  color: #333;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-more {
  width: 103px;
  line-height: 34px;
  background-color: #01007D;
  color: #fdfdfd;
  font-size: 14px;
  display: block;
  text-align: center;
  transition: all 0.35s;
}
.seas {
  /*height: 970px;*/
  padding: 40px 0;
}
.recruit {
  padding-top: 70px;
  padding-bottom: 80px;
}
.recruit .recruit-head {
  display: flex;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  height: 64px;
  line-height: 60px;
}
.recruit .recruit-head > div:first-child {
  width: 25%;
  padding-left: 135px;
}
.recruit .recruit-head > div:nth-child(2) {
  width: 33.33333333%;
  padding-left: 95px;
}
.recruit .recruit-head > div:nth-child(3) {
  width: 25%;
  padding-left: 65px;
}
.recruit .recruit-head > div:last-child {
  width: 16.66666667%;
}
.recruit .am-accordion-gapped {
  margin: 0;
}
.recruit .am-accordion-gapped .am-accordion-item {
  margin: 1px 0;
  border: none;
}
.recruit .am-accordion-gapped .am-accordion-item.am-active .am-accordion-title {
  background-color: #000081;
  color: #fff;
  transition: all 0.35s;
}
.recruit .am-accordion-gapped .am-accordion-title {
  padding: 0;
  background-color: #f0f0f0;
  display: flex;
  height: 48px;
  line-height: 48px;
  border: none;
  transition: all 0.35s;
}
.recruit .am-accordion-gapped .am-accordion-title:after {
  display: none;
}
.recruit .am-accordion-gapped .am-accordion-title:hover {
  opacity: 0.65;
}
.recruit .am-accordion-gapped .am-accordion-title > div:first-child {
  width: 25%;
  padding-left: 135px;
}
.recruit .am-accordion-gapped .am-accordion-title > div:nth-child(2) {
  width: 33.33333333%;
  padding-left: 95px;
}
.recruit .am-accordion-gapped .am-accordion-title > div:nth-child(3) {
  width: 25%;
  padding-left: 65px;
}
.recruit .am-accordion-gapped .am-accordion-title > div:last-child {
  width: 16.66666667%;
}
.recruit .am-accordion-gapped .am-accordion-content {
  padding: 5px 135px 25px;
}
.recruit .am-accordion-gapped .am-accordion-content h4 {
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}
.recruit .am-accordion-gapped .am-accordion-content p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 0;
}
.recruit .am-accordion-gapped .am-accordion-content * + h4 {
  margin-top: 5px;
}
.page-footer .footer-cont {
  background-color: #444;
  padding-top: 25px;
}
.page-footer .footer-link {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #bababa;
}
.page-footer .footer-link a {
  color: #fdfdfd;
  line-height: 44px;
}
.page-footer .footer-link a:hover {
  text-decoration: underline;
}
.page-footer .footer-contbox {
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 44px;
}
.page-footer .footer-contbox a {
  color: #fff;
}
.page-footer .footer-contbox a:hover {
  text-decoration: underline;
}
.page-footer .footer-contbox p {
  margin: 0;
}
.page-footer .footer-contbox > div {
  display: flex;
  align-items: center;
}
.page-footer .footer-contbox i {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  margin-right: 13px;
  font-size: 18px;
}
.page-footer .footer-contbox .icon-dizhi {
  font-size: 22px;
}
.page-footer .footer-msg {
  padding: 10px 0;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.page-footer .footer-msg a {
  color: #fff;
  margin-left: 28px;
}
.page-footer .footer-msg a:last-child {
  margin-left: 176px;
}
.page-footer .footer-msg a:hover {
  text-decoration: underline;
}
.page-footer .footer-msg p {
  margin: 0;
}
.page-footer .footer-msg .footer-msgbox {
  display: flex;
  justify-content: center;
}
.page-footer .footer-msg .footer-msgbox div {
  font-size: 0;
  margin-left: 10px;
}
.contact {
  padding-top: 60px;
}
.contact .num {
  width: calc(25% - 33.75px);
  height: 105px;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 45px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.contact .num:nth-child(4n) {
  margin-right: 0;
}
.contact .num a {
  display: block;
  padding: 0 40px;
}
.contact .num:hover h4:before {
  background-color: #000081;
  transition: all 0.35s;
}
.contact .contact-mailbox {
  display: flex;
  flex-wrap: wrap;
}
.contact .contact-mailbox h4 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 3px;
  position: relative;
}
.contact .contact-mailbox h4:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 24px;
  background-color: #555;
  transition: all 0.35s;
  width: 3px;
  left: -9px;
}
.contact .contact-mailbox p {
  margin: 0;
  color: #666;
  line-height: 18px;
}
.contact .contact-mail {
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.09);
  padding: 30px 48px 20px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.contact .contact-mail h2 {
  font-size: 32px;
  color: #333;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}
.contact .contact-title {
  display: flex;
  margin-bottom: 20px;
}
.contact .contact-title .logotext {
  font-size: 0;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.contact .contact-title .logotext p {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  color: #333;
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin-bottom: 7px;
}
.contact .contact-title .logotext span {
  font-size: 14px;
  line-height: 1;
  color: #666;
  display: inline-block;
  width: 100%;
  font-family: Arial;
}
.contact .contact-title .logotext:last-child {
  padding-left: 20px;
}
.contact .contact-title .logotext:last-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  width: 1px;
  height: 75%;
  background-color: #A4B2C0;
}
.contact .contact-msg {
  padding-top: 55px;
}
.contact .contact-msg h4 {
  width: 152px;
  height: 48px;
  margin: 0;
  background-color: #0255A5;
  font-size: 20px;
  color: #fdfdfd;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.contact .contact-msg ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.contact .contact-msg li {
  width: 100%;
  list-style: none;
  display: flex;
  min-height: 78px;
}
.contact .contact-msg li div {
  display: flex;
  flex-direction: column;
  line-height: 38px;
  max-width: calc(100% - 100px);
}
.contact .contact-msg li span {
  line-height: 38px;
}
.contact .contact-msg li a {
  color: #333;
}
.contact .contact-msg li a:hover {
  text-decoration: underline;
}
.contact .contact-msg li i {
  display: block;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #0255A5;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  margin-right: 13px;
}
.contact .contact-msg li .icon-dianhuajianpantianchong {
  font-size: 18px;
}
.contact .contact-msg li .icon-e-mail {
  font-size: 20px;
}
.contact .contact-msg li .icon-a-billsfax-fill {
  font-size: 20px;
}
.contact .contact-msg li .tel {
  padding: 9px 0;
}
.contact .contact-msg li .tel a {
  line-height: 22px;
}
.contact .contact-msg li .addr {
  padding-right: 130px;
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.contact .contact-form {
  background-color: #F2F2F2;
  padding: 50px 40px 64px;
}
.contact .contact-form h4 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact .contact-form form {
  font-size: 0;
}
.contact .contact-form form input[type="text"] {
  font-size: 14px;
  margin-right: 30px;
  width: calc(50% - 15px);
  border: 1px solid #999;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: transparent;
  transition: all 0.35s;
}
.contact .contact-form form input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-form form input[type="text"]:focus {
  outline: none;
  border-color: #0255A5;
  transition: all 0.35s;
}
.contact .contact-form form textarea {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  transition: all 0.35s;
  padding: 10px 20px;
  border: 1px solid #999;
  resize: none;
  height: 186px;
}
.contact .contact-form form textarea:focus {
  outline: none;
  border-color: #0255A5;
  transition: all 0.35s;
}
.contact .contact-form form input[type="submit"] {
  color: #fff;
  background-color: #000081;
  font-size: 16px;
  width: 144px;
  height: 40px;
  border: none;
  margin-top: 20px;
}
.contact .contact-form form *::-webkit-input-placeholder {
  color: #999;
}
.contact .contact-form form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.contact .contact-form form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.contact .contact-form form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.contact .contact-form form .btn {
  display: block;
  padding: 9px 55px;
  text-decoration: none;
  font-size: 16px;
  background-color: #000081;
  margin-top: 20px;
}
.contact .contact-form form .btn10 {
  border: 1px solid #000081;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
  color: #fff;
}
.contact .contact-form form .btn10:hover {
  color: #333;
  border-color: #000081;
}
.contact .contact-form form .btn10:hover .bgsqr1 {
  border-width: 200px 0 0 200px;
}
.contact .contact-form form .btn10:hover .bgsqr2 {
  border-width: 0 200px 200px 0;
}
.contact .contact-form form .btn10 span {
  position: relative;
  z-index: 1;
}
.contact .contact-form form .btn10 .bgsqr1 {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.contact .contact-form form .btn10 .bgsqr2 {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #0255A5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #0255A5;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page p span {
  text-transform: uppercase;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
  text-transform: uppercase;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.site-map {
  padding-top: 165px;
  padding-bottom: 60px;
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 230px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #A2352D;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #A2352D;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #A2352D;
  text-decoration: underline;
  transition: all 0.35s;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .icon-youxiang1:before {
  font-size: 19px;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #000081;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #000081;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:first-child a:before {
  font-size: 34px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #000081;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}


.contact-map{
  margin-bottom: 80px;
}
.contact-map img{
  width: 100%;
}


@media screen and (max-width: 1199px){
  .contact-map{
    margin-bottom: 40px;
  }
}