.scale_img {
  overflow: hidden;
}
.scale_img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.scale_img:hover img {
  transform: scale(1.05);
}
.header-hd {
  height: 31px;
  background: #ededed;
  font-size: 12px;
  color: #000;
}
.header-hd .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bd {
  height: 111px;
}
.header-bd .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-region {
  background: #f2f2f2;
  padding: 50px 0;
}
.search-region .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-slogan img {
  display: block;
}
.search-slogan p {
  line-height: 33px;
  background: #02448f;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 0 30px;
  margin-top: 14px;
}
.search-form {
  padding: 0 20px;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  width: 500px;
}
.search-form form {
  font-size: 16px;
  color: #000;
  line-height: 46px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.search-form form .search-key {
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  background: none;
  width: 100%;
}
.search-form form .search-button {
  display: none;
}
.search-form .search-key {
  font-size: 12px;
  color: #000;
  padding: 10px 0;
}
.search-form .search-key a {
  color: #000;
}
.search-tel {
  line-height: 43px;
  font-size: 16px;
}
.search-tel img {
  vertical-align: -13px;
  margin-left: 12px;
}
.search-tel .tel {
  line-height: 1;
  margin-top: 5px;
  font-size: 36px;
  color: #000;
  font-family: fantasy;
}
.region-tit {
  text-align: center;
}
.region-tit h2 {
  font-size: 40px;
  color: #02448f;
}
.region-tit h2::after {
  content: "";
  display: block;
  width: 53px;
  height: 5px;
  margin: 6px auto 4px;
  background: #db241a;
}
.region-tit p {
  font-size: 30px;
  color: #000;
  opacity: 0.8;
  text-transform: uppercase;
  font-family: fantasy;
}
.region-tit.white h2,
.region-tit.white p {
  color: #fff;
}
.region-more {
  text-align: center;
}
.region-more a {
  display: inline-block;
  padding: 0 60px;
  line-height: 48px;
  border: 1px solid #dbdbdb;
  font-size: 18px;
  color: #000;
  transition: 0.5s;
}
.region-more a:hover {
  border-color: #02448f;
  color: #fff;
  background: #02448f;
}
.strength-region {
  padding: 40px 0 0;
}
.strength-list {
  padding: 40px 0;
}
.strength-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.strength-list li {
  background: #f2f2f2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: 0.5s;
}
.strength-list li i {
  font-size: 54px;
  color: #02448f;
}
.strength-list li p {
  font-size: 18px;
  color: #000;
}
.strength-list li:hover {
  background: #02448f;
}
.strength-list li:hover i,
.strength-list li:hover p {
  color: #fff;
}
.strength-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.strength-list li {
  width: 222px;
  height: 166px;
  background: #f2f2f2;
}
.product-region {
  padding: 10px 0;
}
.product-menu {
  overflow: hidden;
  padding: 20px 0 0;
}
.product-menu .hd ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product-menu .hd li {
  margin-right: 7px;
  flex: 1;
}
.product-menu .hd li:nth-of-type(2) {
  margin-right: 0;
}
.product-menu .hd li:nth-of-type(1n+3) {
  display: none;
}
.product-menu .hd li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 43px;
  font-size: 24px;
  background: #02448f;
}
.product-menu .bd li {
  margin-right: 7px;
  float: left;
  width: 294.7px;
}
.product-menu .bd li:last-of-type {
  margin-right: 0;
}
.product-menu .bd li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 43px;
  font-size: 18px;
  background: #02448f;
}
.product-list {
  margin-top: 20px;
  padding-bottom: 12px;
}
.product-list li {
  float: left;
  width: 381px;
  background: #ececec;
  padding: 18px 16px 0;
  margin-right: 28px;
  margin-bottom: 28px;
  transition: 0.5s;
}
.product-list li h5 {
  font-size: 16px;
  line-height: 52px;
  color: #000;
  text-align: center;
  font-weight: normal;
  transition: 0.5s;
}
.product-list li:nth-of-type(3n) {
  margin-right: 0;
}
.product-list li:hover {
  background: #02448f;
}
.product-list li:hover h5 {
  color: #fff;
}
.reason-region {
  height: 934px;
  padding-top: 50px;
  background: url(../image/reasonbg.jpg) no-repeat center;
}
.reason-bd ul {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0 52px;
}
.reason-bd .reason-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.reason-bd li {
  width: 30%;
}
.reason-bd li h3 {
  font-size: 23px;
  display: flex;
  line-height: 49px;
  color: #fff;
  margin-bottom: 10px;
}
.reason-bd li h3 i {
  display: block;
  margin-right: 20px;
  width: 49px;
  height: 59px;
  background: url(../image/ricon.png) no-repeat center;
  text-align: center;
  line-height: 49px;
  font-family: fantasy;
  font-size: 20px;
}
.reason-bd li p {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  opacity: 0.9;
}
.reason-bd li:nth-of-type(1),
.reason-bd li:nth-of-type(3) {
  margin-right: 20%;
}
.reason-bd li:nth-of-type(1),
.reason-bd li:nth-of-type(2) {
  margin-bottom: 14%;
}
.reason-bd li:nth-of-type(3),
.reason-bd li:nth-of-type(4) {
  margin-bottom: 3%;
}
.reason-tel {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.reason-tel p {
  line-height: 1.2;
  font-size: 41px;
  font-family: impact;
  margin-bottom: 5px;
}
.case-region {
  padding: 60px 0;
}
.case-bd {
  margin-top: 40px;
  position: relative;
}
.case-bd .case-item {
  width: 378px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 17px #a2a2a2;
}
.case-bd .case-item .img {
  width: 333px;
  margin: 23px auto;
  overflow: hidden;
}
.case-bd .case-item .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.case-bd .case-item .desc {
  width: 270px;
  margin: 0 auto;
}
.case-bd .case-item .desc h3 {
  font-size: 17px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4px;
}
.case-bd .case-item .desc p {
  font-size: 12px;
  line-height: 26px;
  height: 75px;
  overflow: hidden;
  color: #000;
  opacity: 0.7;
}
.case-bd .case-item .time-wrap {
  border-top: 1px solid #e5e5e5;
  line-height: 58px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.case-bd .case-item .time-wrap .icon {
  width: 62px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.case-bd .case-item .time-wrap .time {
  margin-right: 20px;
  background: url(../image/ctime.png) no-repeat left center;
  padding-left: 23px;
  font-size: 13px;
  color: #000;
}
.case-bd .case-item:hover .img img {
  transform: scale(1.05);
}
.swiper-container {
  padding-bottom: 30px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -28px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -28px;
}
.about-region {
  position: relative;
}
.about-region .about-bg {
  width: 50%;
  line-height: 0;
  margin-left: auto;
  display: block;
}
.about-region .about-bg img {
  width: 100%;
}
.about-region .w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-content {
  width: 45%;
}
.about-content .about-tit h2 {
  font-size: 40px;
  color: #02448f;
  font-weight: bold;
}
.about-content .about-tit h2::after {
  content: "";
  display: block;
  width: 53px;
  height: 5px;
  background: #db241a;
  margin-bottom: 4px;
}
.about-content .about-tit p {
  font-size: 24px;
  color: #5e5e5e;
  font-family: impact;
  text-transform: uppercase;
}
.about-content .about-desc {
  font-size: 13px;
  line-height: 29px;
  height: 261px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0px;
}
.about-content .about-more a {
  display: block;
  width: 151px;
  line-height: 40px;
  background: #db241a;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  font-size: 14px;
}
.about-content .about-more a:hover {
  background: #02448f;
}
.about-slogan {
  padding: 50px 0;
  background: #02448f;
}
.about-slogan ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-slogan li {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  background: url(../image/abline.png) no-repeat center right;
}
.about-slogan li:last-of-type {
  background: none;
}
.about-slogan li b {
  font-size: 63px;
  display: block;
  font-family: impact;
}
.serve-region {
  padding: 60px 0;
}
.serve-bd {
  margin-top: 50px;
}
.serve-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve-bd li {
  width: 223px;
  height: 223px;
  background: #ececec;
  border-radius: 50%;
  padding: 14px;
}
.serve-bd .imgwrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.serve-bd .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve-bd .imgwrap p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #02448f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  height: 40px;
}
.serve-bd .imgwrap:hover p {
  height: 100%;
  background: rgba(2, 68, 143, 0.6);
}
.news-bd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 65px;
}
.news-special {
  width: 574px;
  position: relative;
}
.news-special img {
  width: 100%;
  display: block;
}
.news-special .desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 68, 143, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 224px 20px 0;
  transition: 0.5s;
}
.news-special .desc h3 {
  font-size: 16px;
  font-weight: normal;
}
.news-special .desc .time {
  margin: 4px 0;
}
.news-special .desc p {
  opacity: 0.7;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
}
.news-special .desc:hover {
  padding-top: 218px;
}
.news-list {
  width: 580px;
}
.news-list li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  padding-bottom: 16px;
  margin-bottom: 17px;
}
.news-list li:last-of-type {
  margin-bottom: 0;
}
.news-list li .time {
  font-size: 12px;
  font-family: arial;
  border-right: 1px dashed #a5a5a5;
  float: left;
  padding-right: 30px;
  margin-right: 20px;
}
.news-list li .time b {
  font-size: 24px;
  display: block;
  font-weight: normal;
}
.news-list li h5 {
  font-size: 19px;
  color: #000;
  font-weight: normal;
}
.news-list li p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.news-list li p span {
  color: #02448f;
}
.news-more {
  text-align: center;
}
.news-more a {
  display: inline-block;
  line-height: 50px;
  border: 1px solid #dbdbdb;
  padding: 0 100px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.news-more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0%;
  height: 4px;
  background: #02448f;
  margin: 0 auto;
  transition: 0.5s;
}
.news-more a:last-of-type {
  margin-left: -1px;
}
.news-more a:hover:after {
  width: 100%;
}
.contact-region {
  margin-top: 95px;
  background: linear-gradient(to right, #f1f3f4 50%, #02448f 50%);
  padding: 60px 0;
}
.contact-region .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form {
  width: 861px;
  height: 508px;
  background: #fff;
  box-shadow: 0 0 19px #9a9a9a;
  padding: 39px 83px 0;
}
.contact-form-tit h2 {
  font-size: 40px;
  color: #02448f;
}
.contact-form-tit h2::after {
  content: "";
  display: block;
  width: 53px;
  height: 5px;
  background: #db241a;
  margin: 8px 0 4px;
}
.contact-form-tit h3 {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-family: impact;
}
.contact-form-tit p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0 34px;
}
.contact-form .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.contact-form .input-group input {
  line-height: 32px;
  padding: 0 20px;
  background: #f2f2f2;
  border: none;
  outline: none;
}
.contact-form textarea {
  border: none;
  background: #f2f2f2;
  outline: none;
  line-height: 32px;
  width: 100%;
  resize: none;
  overflow: hidden;
    padding: 5px 20px;
}
.contact-form .submit {
  margin-top: 14px;
  display: block;
  line-height: 32px;
  background: #f2f2f2;
  border: none;
  width: 100%;
  font-size: 14px;
  transition: 0.5s;
  cursor: pointer;
}
.contact-form .submit:hover {
  background: #02448f;
  color: #fff;
}
.contact-info-wrap {
  color: #fff;
}
.contact-info-wrap .contact-tel {
  background: url(../image/ctel.png) no-repeat left top;
  padding-left: 40px;
  font-size: 13px;
}
.contact-info-wrap .contact-tel p {
  font-size: 30px;
  font-family: impact;
  line-height: 30px;
}
.contact-info-wrap .contact-code {
  text-align: center;
  display: inline-block;
  margin: 15px 0 15px;
  line-height: 2;
}
.contact-info-wrap .contact-code img {
  display: block;
}
.contact-info-wrap .contact-info {
  font-size: 14px;
  line-height: 26px;
}
.area-region {
  background: #1a1a1a;
  line-height: 53px;
  font-size: 13px;
  color: #999;
}
.footer {
  background: #242424;
}
.footer .footer-friendslink {
  color: #999;
  line-height: 40px;
  font-size: 13px;
}
.footer-hd {
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-hd .footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-hd .footer-nav dl {
  margin-right: 40px;
}
.footer-hd .footer-nav dt {
  font-size: 18px;
  color: #999;
  margin-bottom: 20px;
}
.footer-hd .footer-nav a {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 40px;
}
.footer-hd .footer-nav a:hover {
  color: #02448f;
}
.footer-hd .footer-code h2 {
  font-size: 18px;
  color: #999;
  margin-bottom: 20px;
  font-weight: normal;
}
.footer-hd .footer-code .footer-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  color: #999;
  margin-top: 10px;
  font-size: 13px;
}
.footer-hd .footer-code .footer-img .code-item {
  margin-right: 20px;
}
.footer-hd .footer-code .footer-img .code-item:last-of-type {
  margin-right: 0;
}
.footer-hd .footer-code .footer-img img {
  width: 102px;
  margin-bottom: 8px;
}
.footer-copyright {
  border-top: 1px solid #171717;
  font-size: 13px;
  line-height: 24px;
  color: #999;
  text-align: center;
  padding: 10px 0 30px;
}
