body{overflow-x: hidden;}
.container {padding-left: 0;padding-right: 0;}
header{z-index: 999;width: 100%;position: fixed;top: 0;background: #fff;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
.head_layout{width: 100%;height: 97px;display: flex;}
.fix{position: fixed;top: 0;background: #fff;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
.head_layout .logo {width: 16%;position: relative;height: 133px;z-index: 2;transition: all .5s;}
.head_layout .logo a{width: 100%;height: 100%;display: block;}
.head_layout .logo img {width: 100%;height: 100%;object-fit: cover;}
.head_layout .head_flex{display: flex;align-items: center;flex: 1;}
.head_layout .nav_wrap{flex: 1;position: relative;padding-left: 80px;}
.head_layout .nav_box .item{float: left;padding: 0 35px;position: relative;height: 20px;line-height: 20px;}	
.head_layout .nav_box .item:first-child{padding-left: 50px;}
.head_layout .nav_box .item:last-child{border-right: none;padding-right: 0;}
.head_layout .nav_box .item a{color: #333;font-size: 17px;font-weight: 500;position: relative;}
.head_layout .nav_box .item a:hover{color: #0C3388}
.head_layout .nav_box .item a::after{content: "";position: absolute;bottom: -4px;height: 2px;width: 100%;background: #0C3388;display: none;}
.head_layout .nav_box .item.active a{color: #0C3388;}
.head_layout .nav_box .item.active .content1::after{display: block;}
.head_layout .nav_box .item a i {font-size: 12px;margin-left: 5px;}
.head_layout .nav_box > .item > a,.head_layout .nav_box > .item > a .iconfontBox{transition: all 0.2s ease-in-out;}
.head_layout .nav_box .item:hover .menu_down{height: 80px;}
.head_layout .nav_box .item:hover .menu_down ul{visibility: visible;opacity: 1;z-index: 9;transform: scaleY(1)}
.head_layout .menu_down ul{width: 140%;transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;display: block;border-radius: 8px;background: rgba(255, 255, 255, 0.88);box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);position: absolute;left: 0;transform: translate(-50%,0);transform: scaleY(.5);top: 52px;transform-origin: center top;visibility: hidden;opacity: 0;border-bottom: 2px solid #0c3388;}
.head_layout .menu_down .classify li{height: auto;line-height: 30px;margin: 0;padding: 5px 15px;}
.head_layout .menu_down .classify li a{width: 100%;display: block;border-bottom: 1px #0000003D solid;color: #666!important;}
.head_layout .menu_down .classify li:hover a{color: #0C3388!important;}
.head_layout .menu_down .classify li:last-child a{border-bottom: none;}
.head_layout .btn--search {width: 30px;height: 30px;cursor: pointer;position: relative;margin-top: 9px;}
header.active .head_layout .btn--search{display: none;}
.head_layout .btn--search i{font-size: 22px;position: absolute;top: -7px;left: 0;}
.head_layout .btn--search:hover i{display: none;}
.head_layout .btn--search::after, .head_layout .btn--search::before {display: inline-block;width: 100%;height: 100%;background-image: url("../images/web_icon.jpg");background-position: 0px 0px;background-repeat: no-repeat;content: "";vertical-align: top;transition: all 0.3s ease 0s;}
.head_layout .btn--search::before {background-position: 0px 0px;}
.head_layout .btn--search::after {position: absolute;top: 0px;left: 0px;opacity: 0;transform: scale(0.6) translateY(60%);}
.head_layout .btn--search:hover::after {background-position: 0px -27px;opacity: 1;transform: none;}
.head_layout .btn--search:hover::before {opacity: 0;transform: scale(0.6) translateY(-60%);}
.head_layout .langChoice{position: relative;line-height: 28px;margin-left: 30px;cursor: pointer;display: flex;align-items: center;color: #333;}
.head_layout .langChoice .lang{font-size: 24px;}
header.active .head_layout .langChoice .lang{color: #333;}
.head_layout .langChoice .down{color: #333;font-size: 18px;}
header.active .head_layout .langChoice .down{color: #333;}
.head_layout .langChoice dt{line-height: 28px;font-weight: normal;color: #333;display: flex;align-items: center;}
.head_layout .langChoice dt .txt{margin-left: 12px;}
header.active .head_layout .langChoice dt .txt{color: #333;}
.head_layout .langChoice dd{position: absolute;width: 103px;background: #fff;z-index: 10;text-align: center;line-height: 30px;border: 1px #ddd solid;border-bottom: none;display: none;right: 0;top: 100%;max-height: 400px;overflow-y: scroll;z-index: 99;color: #333;}
.head_layout .langChoice dd a{display: block;width: 100%;border-bottom: 1px #ddd solid;}
.head_layout .langChoice dd a:hover{text-decoration: none;background: #f5f5f5;}	
/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¢ */
.search-ipt {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  appearance: none;
}

.web-search {
  display: flex;
  visibility: hidden;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.web-search .btn--search-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(204, 204, 204);
  background-image: url("../images/search_btn_close.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.8em;
  line-height: 45px;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
  background-size: auto 35%;
}
@keyframes bounceInA {
0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}

20% {
    transform: scale3d(1.1, 1.1, 1.1);
}

40% {
    transform: scale3d(0.9, 0.9, 0.9);
}

60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
}

80% {
    transform: scale3d(0.97, 0.97, 0.97);
}

100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}
.web-search .btn--search-close:hover {
  background-color: #044393;
  transform: rotate(90deg);
}

.btn--search-close {
  display: block;
}

.web-search .search-ipt {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.05em 0px;
  width: 75%;
  border-bottom: 3px solid;
  color: rgb(51, 51, 51);
  font-size: 20px;
  font-family: inherit;
  line-height: 1em;
}

.web-search .search-ipt::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
  font-weight: bold;
  font-size: 60px;
}

.web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {
  appearance: none;
}

.web-search .search-attr {
  display: block;
  margin: 0px auto;
  padding: 0.85em 0px;
  width: 75%;
  color: rgb(51, 51, 51);
  text-align: right;
  font-size: 90%;
}

.container, .web-search .search-ipt {
  transition: all 0.3s ease-in-out 0s;
}

.container {
  position: relative;
}

.main-wrap--move {
  min-height: 100vh;
  transform: translateY(180px);
}
.main-wrap--move::after {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.web-search {
  pointer-events: none;
}

.web-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100001;
  margin: auto;
  padding: 25px 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  transform: translateY(-100%);
  perspective: 1200px;
}

.web-search .btn--search-close {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.search__suggestion, .web-search .search-attr {
  opacity: 0;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transform: translate3d(-15%, 0px, 0px);
}

.web-search .search-attr {
  padding-bottom: 0px;
  font-size: 20px;
}

.web-search .search-ipt {
  padding: 0px 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  opacity: 0;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  border-bottom-width: 1px;
}

.web-search .search-ipt, .web-search .search-attr {
  transition-delay: 0.15s;
}

.web-search .search-btn {
  display: none !important;
}

.search--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.search--open .btn--search-close {
  opacity: 1;
  transition: transform 0.3s ease 0s;
  animation: 1s ease 0s 1 normal none running bounceInA;
}
.search--open .search-ipt {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.search--open .search-attr {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.search--open {
  transform: none;
}

.search--open::before {
  opacity: 1;
  transform: none;
}
.wrapper img{transition: all 0.3s linear 0s;}
.wrapper .imgBox{overflow: hidden;}
.wrapper img:hover{transform: scale(1.02);}
.banner{height: calc(100vh - 97px);margin-top: 97px;}
.banner .banner_container{height: 100%;width: 100%;}
.banner .swiper-slide .ban_img{width: 100%;height: 100%;position: relative;top: 0;left: 0;}
.banner .swiper-slide .ban_img img{width: 100%;height: 100%;object-fit: cover;position: absolute;}
.banner .swiper-slide .container{height: auto;top: 50%;transform: translateY(-50%);}
.banner .swiper-slide h2{opacity: 0;transform: translateY(40px);transition: all ease 2s .5s;width: 100%;color: #fff;font-size: 48px;font-weight: 700;}
.banner .swiper-slide-active h2{opacity: 1;transform: translateY(0px);}
.banner .swiper-slide p{opacity: 0;transform: translateY(40px);transition: all ease 2s .7s;font-size: 32px;font-weight: 700;color: #fff;margin-top: 27px;margin-bottom: 78px;line-height: 34px;max-width: 1092px;}
.banner .swiper-slide-active p{opacity: 1;transform: translateY(0px);}
.banner .swiper-slide .more{opacity: 0;transform: translateY(40px);transition: opacity ease 2s 1s,transform ease 2s 1s;display: flex;align-items: center;justify-content: center;width: 220px;height: 59px;color: #fff;font-size: 16px;background: #0C3388;}
.banner .swiper-slide-active .more{opacity: 1;transform: translateY(0px);}
.banner .swiper-slide .more:hover{box-shadow: 0px 0px 10px #0C3388;}
.banner .swiper-slide .more i{margin-left: 20px;color: #fff;font-size: 18px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 58px;    left: calc((100vw - 1480px) / 2);
    text-align: left;}
.banner .swiper-pagination-bullet-active{background: #0C3388 !important;width: 30px!important;border-radius: 15px!important;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;background: hsl(0deg 0% 100% / 40%);opacity: 1;}
.banner .p_scrool {
  position: absolute;
  left: calc((100% - 90px) / 2);
  bottom: 40px;
  color: #fff;
  width: 90px;
  z-index: 10
}

.banner .p_scrool span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: arial;
  line-height: 20px;
  margin-top: 12px;
  font-size: 12px
}

.banner .p_scrool i {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #fff solid;
  position: relative
}

.banner .p_scrool i:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: 3px;
  animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
  from {
      transform: translate(-50%,0);
      opacity: 1
  }

  to {
      transform: translate(-50%,10px);
      opacity: 0
  }
}
.title{position: relative;}
.ind_about{padding-top: 120px;padding-bottom: 109px;}
.title .p1{color: #f5f5f5;font-size: 90px;font-weight: 700;position: relative;text-align: center;text-transform: uppercase;}
.title .p2{color: #333;font-size: 48px;font-weight: 700;position: absolute;top: 0;left: 50%;transform: translateX(-50%);text-transform: uppercase;}
.ind_about ul{margin-left: -55px;margin-top: 72px;margin-bottom: 68px;}
.ind_about ul li{width: 25%;float: left;text-align: center;position: relative;}
.ind_about ul li .isnum{font-size: 50px;font-weight: 700;color: #0C3388;}
.ind_about ul li .istxt{color: #666;font-size: 14px;}
.ind_about ul li .line{width: 1px;height: 60px;background-color: #000000A3;position: absolute;top: 12%;right: 0;}
.ind_about ul li:last-child{padding-left: 30px;}
.ind_about .contentBox{display: flex;align-items: center;}
.ind_about .contentBox .imgBox{width: 49%;}
.ind_about .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.ind_about .contentBox .txtBox{width: 51%;padding-left: 83px;padding-top: 38px;}
.ind_about .contentBox .txtBox h3{color: #333;font-size: 32px;font-weight: 700;}
.ind_about .contentBox .txtBox p{margin-top: 57px;margin-bottom: 86px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.ind_about .contentBox .txtBox .more{display: flex;align-items: center;justify-content: center;float: right;width: 220px;height: 59px;background: #0C3388;position: relative;overflow: hidden;}
.ind_about .contentBox .txtBox .more:hover{background: #0C3388;}
.more.style1:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%)
}

.more.style1:hover:before {
  animation: style1 .75s;
  z-index: 1
}

@keyframes style1 {
  0% {
      background: rgba(0,0,0,.25);
      transform: translateX(-50%) translateY(-50%) scale(0)
  }

  to {
      background: 0 0;
      transform: translateX(-50%) translateY(-50%) scale(1)
  }
}
.ind_about .contentBox .txtBox .more .txt{color: #fff;font-size: 16px;}
.ind_about .contentBox .txtBox .more .iconBox{display: flex;align-items: center;justify-content: center;width: 26px;height: 26px;border-radius: 50%;background: #fff;margin-left: 17px;}
.ind_about .contentBox .txtBox .more .iconBox i{font-size: 18px;color: #0C3388;}
.ind_products{padding-top: 92px;background: url(../images/ind_products_bg.png) no-repeat center center;background-size: cover;}
.ind_products .container{width: 100%;    margin-left: calc((100vw - 1480px) / 2);}
.ind_products h2{font-size: 64px;color: #fff;margin-bottom: 106px;text-align: center;}
.ind_products .swiperPro2{padding-bottom: 140px;}
.ind_products .swiperPro2 a{display: block;}
.ind_products .swiperPro2 .imgBox{height: 256px;width: 100%;display: flex;align-items: center;justify-content: center;background: #fff;overflow: hidden;}
.ind_products .swiperPro2 .imgBox img{transition: all .3s;}
.ind_products .swiperPro2 a:hover .imgBox img{transform: scale(1.1);}
.ind_products .swiperPro2 a:hover p{background: #164b87;}
.ind_products .swiperPro2 p{color: #fff;background: #0C3388;width: 100%;height: 60px;text-align: center;line-height: 60px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 10px;}
.ind_products .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 58px;}
.ind_products .swiper-pagination-bullet{width: 10px;height: 10px;background: #dbdbdb;}
.ind_products .swiper-pagination-bullet-active{background: #0C3388;}
.ind_about1{padding: 110px 0;}
.ind_about1 .title .p1{text-align: left;}
.ind_about1 .title .p2{left: 0;transform: none;} 
.ind_about1 ul{margin-top: 108px;display: flex;flex-wrap: wrap;}
.ind_about1 ul .item .p1{font-size: 18px;font-weight: 700;margin: 24px 0;}
.ind_about1 ul .item .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.ind_about1 ul .item .more{display: flex;align-items: center;color: #0C3388;float: right;font-size: 16px;display:none;}
.ind_about1 ul .item .more i{font-size: 16px;color: #0C3388;margin-left: 18px;}
.ind_about1 ul .item1,.ind_about1 ul .item3{width: 45%;}
.ind_about1 ul .item2,.ind_about1 ul .item4{width: 55%;padding-left: 67px;}
.ind_about1 ul .item3 .more{width: 220px;height: 59px;margin-top: 150px;overflow: hidden;position: relative;background: #0C3388;display: flex;align-items: center;justify-content: center;color: #fff;}
.ind_about1 ul .item3 .more:hover{background: #174b86;}
.ind_about1 ul .item3 .more i{font-size: 18px;color: #fff;margin-left: 20px;}
.ind_about1 ul .item1 .p2{padding-right: 137px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.ind_about1 ul .item2 .p2{padding-right: 118px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ind_about1 ul .item4 .p2{padding-right: 158px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.ind_about1 ul .item4 .imgBox{margin-top: -190px;}
.ind_classify{display: flex;height: 650px;}
.ind_classify .contentBox{width: 75.5%;height: 100%;}
.ind_classify .contentBox .contentBox1{padding-left: calc((100vw - 1480px) / 2);;height: 100%;padding-top: 121px;background: url(../images/ind_classify_bg.png) no-repeat center center;background-size: cover;}
.ind_classify .contentBox h2{font-size: 40px;color: #ffff;font-weight: 700;}
.ind_classify .contentBox p{color: #fff;margin-top: 58px;margin-bottom: 80px;max-width: 724px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.ind_classify .contentBox .more{width: 220px;height: 59px;background: #0C3388;overflow: hidden;position: relative;display: flex;align-items: center;justify-content: center;color: #fff;}
.ind_classify .contentBox .more:hover{background: #184e8c;}
.ind_classify .contentBox .more i{font-size: 18px;color: #fff;margin-left: 20px;}
.ind_classify ul{height: 100%;z-index: 10;width: 24.5%;}
.ind_classify ul li{height: 20%;border-top: 1px solid #375495;background: #0C3388;display: flex;align-items: center;}
.ind_classify ul li a { display: flex;
    width: 100%;
    padding: 0 30px;
    align-items: center;
}
.ind_classify ul li:hover{background: #144b8a;}
.ind_classify ul li .img{width: 46px;height: 46px;margin-right: 40px;}
.ind_classify ul li .img img{width: 100%;height: 100%;object-fit: cover;}
.ind_classify ul li span{color: #fff;font-size: 18px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ind_news{padding-top: 117px;padding-bottom: 154px;}
.ind_news .container{display: flex;margin-top: 96px;}
.ind_news .container .txtBox{width: 43.4%;}
.ind_news .container .txtBox ul{width: 100%;}
.ind_news .container .txtBox ul li{display: flex;justify-content: space-between;padding: 37px 0;padding-left: 12px;width: 100%;position: relative;cursor: pointer;}
.ind_news .container .txtBox ul li:first-child{border-top: 1px dashed rgba(0, 0, 0, 0.30);border-bottom: 1px dashed rgba(0, 0, 0, 0.30);}
.ind_news .container .txtBox ul li:not(:first-child){border-bottom: 1px dashed rgba(0, 0, 0, 0.30);}
.ind_news .container .txtBox ul li .left{display: flex;flex-direction: column;align-items: center;margin-right: 61px;width: 82px;}
.ind_news .container .txtBox ul li .left .item1{color: #333;font-size: 40px;margin-bottom: -6px;}
.ind_news .container .txtBox ul li .left .item2{color: rgba(102, 102, 102, 0.80);font-size: 14px;}
.ind_news .container .txtBox ul li .right{width: calc(100% - 143px);}
.ind_news .container .txtBox ul li .right a{color: #333;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;display: block;}
.ind_news .container .txtBox ul li .right .newsDetails{color: #666;font-size: 15px;margin-top: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ind_news .container .txtBox ul li .right .newsDetails p{color: #666;}
.ind_news .container .imgBox{width: 56.6%;position: relative;padding-left: 73px;overflow: inherit;}
.ind_news .container .imgBox .imgBox1{width: 100%;height: 367px;overflow: hidden;}
.ind_news .container .imgBox .imgBox1 img{width: 100%;height: 100%;object-fit: cover;}
.ind_news .container .imgBox .txtBox1{position: relative;width: 100%;height: 188px;background: #0C3388;padding-left: 64px;padding-right: 84px;padding-top: 44px;}
.ind_news .container .imgBox .txtBox1 .p1{color: #fff;font-weight: 700;margin-bottom: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ind_news .container .imgBox .txtBox1 .newsDetails{color: #fff;;font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ind_news .container .imgBox .txtBox1 .newsDetails p{color: #fff;}
.ind_news .container .imgBox .txtBox1 .more{position: absolute;width: 46px;height: 46px;border-radius: 50%;top: 71px;right: 33px;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;}
.ind_news .container .imgBox .txtBox1 .more:hover{background: #174e8b;}
.ind_news .container .imgBox .txtBox1 .more i{color: #fff;font-size: 18px;}
.ind_news .container .txtBox ul li::after{content: "";position: absolute;bottom: -1px;left: 0;background: #0C3388;width: 81px;height: 4px;display: none;}
.ind_news .container .txtBox ul li:hover::after{display: block;} 
.ind_news .container .txtBox ul li:hover{border-bottom: 1px dashed #0C338863;}
.ind_news .container .txtBox ul li:hover .right a{color: #0C3388;}
/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ */
.nei_ban{height: 400px;background: url(../images/nei_banner.png) no-repeat center center;background-size: cover;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 64px;font-weight: 700;}
.crumbs{color: #B0B0B0;font-size: 16px;}
.crumbs .container{padding:15px 5px;border-bottom: 1px solid #D9D9D9;}
.crumbs .weizhi{color: #B0B0B0;}
.about1{padding-top: 97px;padding-bottom: 147px;}
.about1 .contentBox{display: flex;}
.about1 .contentBox .txtBox{width: 48%;padding-top: 30px;padding-right: 138px;}
.about1 .title .p1{text-align: left;}
.about1 .title .p2{left: 0;transform: none;}
.about1 .contentBox .txtBox .p3{margin-top: 70px;}
.about1 .contentBox .imgBox{/* width: 52%; *//* height: 600px; */}
.about1 .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.about1 ul{margin-top: 97px;display: grid;grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));gap: 0 54px;}
.about1 ul::before{display: none;}
.about1 ul li{height: 205px;border-radius: 50px 0px 0px 0px;background: #F6F6F6;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.about1 ul li .isnum{font-size: 50px;font-weight: 700;color: #0C3388;}
.about1 ul li .istxt{color: #666;font-size: 14px;}
.about1 ul li:last-child{padding-left: 30px;}
.about2{padding-top: 80px;padding-bottom: 240px;position: relative;background: url(../images/about2_bg.png) no-repeat center center;background-size: cover;background-position: -54px 108px;}
.about2 .title .p1{text-align: left;}
.about2 .title .p2{left: 0;transform: none;}
.about_sec2 {position: relative;margin-top: 380px;z-index: 9;}
.about2_main {text-align: center;position: relative;z-index: 9;}
h2.ab2_h2 {margin: 0;font-size: 16px;font-weight: bold;color: #333;line-height: 26px;letter-spacing: 3px;margin-bottom: 50px;}
.about2_swIn ul {display: inline-block;white-space: nowrap;z-index: 10;margin-left: 3px;}
.about2_swIn ul li {display: inline-block;position: relative;min-width: 235px;height: 30px;margin-bottom: -8px;}
.about2_swIn ul li a {max-width: 60px;font-size: 20px;line-height: 30px;color: #666;padding: 4px 0 14px;margin-bottom: -8px;text-align: left;position: relative;top: 76px;font-family: Arial, Helvetica, sans-serif;}
.about2_swIn ul li a::before {content: "";display: inline-block;width: 10px;height: 10px;background: #C5C5C5;border-radius: 50%;position: absolute;bottom: 51px;left: 18px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.about2_swIn ul li.active a::before{background: #0C3388;width: 22px;height: 22px;bottom: 46px;left: 11px;}
.about2_sw {margin: 0 0 15px;padding: 30px 0;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border-bottom: solid 1px #D2D2D2;position: absolute;bottom: -178px;width: 100%;z-index: 9;}
.about2_txt{margin-top: -246px;}
.about2_txt_lis {display: none;}
.about2_txt_lis .contentBox{display: flex;justify-content: space-between;}
.about2_txt_lis .contentBox .left{width: 50%;height: 399px;overflow: hidden;}
.about2_txt_lis .contentBox .right{width: 50%;padding-left: 124px;padding-top: 6px;}
.about2_txt_lis h2 {color: #0C3388;font-size: 64px;margin-bottom: 50px;text-align: left;}
.about2_txt_lis p{text-align: left;}
.about2_swIn {display: inline-block;position: relative;}
.about2_swIn .prev,.about2_swIn .next{width: 46px;height: 46px;cursor: pointer;border-radius: 50%;position: absolute;cursor: pointer;display: flex;align-items: center;justify-content: center;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);top: -188px;z-index: 10;border: 1px solid #0C3388;}
.about2_swIn .prev i,.about2_swIn .next i{font-size: 18px;color: #0C3388;}
.about2_swIn .prev{right: 430px;}
.about2_swIn .next{right: 345px;}
.about2_swIn .prev:hover,.about2_swIn .next:hover{background: #0C3388;}
.about2_swIn .prev:hover i,.about2_swIn .next:hover i{color: #fff;}
.about3{padding-top: 163px;padding-bottom: 156px;}
.about3 .title .p1{text-align: left;}
.about3 .title .p2{left: 0;transform: none;}
.about3 ul{margin-top: 129px;display: flex;justify-content: space-between;}
.about3 ul li{width: 24%;position: relative;top: 300px;opacity: 0;}
.about3 ul li .imgBox{width: 100%;height: 445px;display: flex;align-items: center;justify-content: center;}
.about3 ul li p{text-align: center;margin-top: 33px;}
.about4{padding-bottom: 120px;}
.about4 .title .p1{text-align: left;}
.about4 .title .p2{left: 0;transform: none;}
.about4 .contentBox{display: flex;margin-top: 107px;}
.about4 .contentBox h3{font-size: 24px;color: #333;font-weight: 700;}
.about4 .contentBox p{font-size: 14px;color: #666;}
.about4 .contentBox .left{width: 42%;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 650px;background: #F6F6F6;position: relative;}
.about4 .contentBox .left .imgBox{width: 125px;height: 125px;}
.about4 .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.about4 .contentBox .imgBox img:hover{transform: none;}
.about4 .contentBox .left h3{margin-top: 40px;margin-bottom: 61px;}
.about4 .contentBox .left p{text-align: center;padding: 0 128px;}
.about4 .contentBox .left .block{border-radius: 0px 0px 50px 0px;background: #0C3388;width: 190px;height: 70px;position: absolute;top: 0;left: 0;}
.about4 .contentBox .right{width: 58%;padding-left: 40px;}
.about4 .contentBox .right .top{display: flex;justify-content: space-between;padding: 77px 38px 78px 72px;background: #0C3388;height: 308px;margin-bottom: 33px;}
.about4 .contentBox .right .top .item1 h3{color: #fff;margin-bottom: 47px;}
.about4 .contentBox .right .top .item1 p{color: #fff;margin-bottom: 0px;/* max-width: 369px; */}
.about4 .contentBox .right .top .item2{display: flex;flex-direction: column;align-items: center;}
.about4 .contentBox .right .top .item2 .block1{width: 34px;height: 2px;background: #fff;margin-top: 24px;margin-bottom: 62px;}
.about4 .contentBox .right .top .item2 .imgBox{width: 64px;height: 64px;} 
.about4 .contentBox .right .bottom{display: grid;grid-template-columns: repeat(2,1fr);gap: 0 31px;}
.about4 .contentBox .right .bottom .item{display: flex;flex-direction: column;align-items: center;justify-content: center;background: #F6F6F6;height: 309px;}
.about4 .contentBox .right .bottom .item h3{margin-top: 40px;}
/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢ */
.products{padding-top:64px;padding-bottom: 124px;}
.products .container{display: flex;justify-content: space-between;}
.products .left_side{width: 20%;}
.products .left_side .txt{padding: 18px 17px 18px;background: #0C3388;font-size: 32px;font-weight: 700;color: #fff;}
.products .left_side .product_nav{border: 1px solid #E6E6E6;background: #FFF;box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.25);}
.products .product_nav .item{padding: 16px 19px 16px;border-bottom: 1px solid #E6E6E6;}
.products .product_nav .item:last-child{border-bottom: none}
.products .product_nav .item a{display: flex;justify-content: space-between;align-items: center;}
.products .product_nav .item a:hover{color: #0C3388;}
.products .product_nav .item a .iconfontBox i{font-size: 18px;color: #666;}
.products .product_nav .item.active p{color: #0C3388;}
.products .product_nav .item.active a .iconfontBox{transform: rotate(90deg);}
.products .product_nav .item .menu_down{padding-left: 15px;display: none;background: #F4F6F8;}
.products .product_nav .item .menu_down li{border-bottom:1px solid #F2F4F5;padding: 5px 0;}
.products .product_nav .item .menu_down li:last-child{border-bottom:none;}
.products .product_content{width: 80%;padding-left: 44px;}
.products .product_content .product_details{margin-top: -28px;padding-top: 60px;}
.products .product_content .product_details .item{display: flex;justify-content: space-between;align-items: center;padding: 18px 32px;}
.products .product_content .product_details .item:nth-child(even){background: #F6F6F6;}
.products .product_content .product_details .item .nameBox{width: 200px;position: relative;}
.products .product_content .product_details .item .name{color: #0C3388;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;max-width: 100%;display: block;}
.products .product_content .product_details .item span{color: #333;font-size: 16px;width: 200px;}
.products .product_content .product_details .item .more{position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;width: 104px;height: 35px;color: #0C3388;border:1px solid #CB1F19}
.products .product_content .product_details .item .more:hover{background: #0C3388;color: #fff;}
.products .product_content .product_details .item .first-item{position: relative;}
.products .product_content .product_details .item .title{font-size: 20px;color: #666;font-weight: 700;width: 200px;position: absolute;left: 0;top: -64px;}
.divide{margin-top: 60px;}
.divide .pagination>.active>a{background-color: #0C3388;border-color: #0C3388;color: #fff;}
.divide .pagination>li>a{color: #333;}
/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ */
.proDetail{padding-bottom: 100px;display: flex;}
.proTop .dotBoxL{float: left;width: 640px;}
.proTop .dotBoxL ol{width: 640px;height: 538px;position: relative;margin-bottom: 20px;border: 4px solid #F2F4F5;}
.proTop .dotBoxL ol li{max-height: 100%;max-width: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;position: absolute;z-index: 1;border-radius: 10px;width: 100%;height: 100%;}
.proTop .dotBoxL ol li img{max-width: 100%;opacity: 0;}
.proTop .dotBoxL ol li.open{z-index: 2;background: #FFF;}
.proTop .dotBoxL ol li.open img{opacity: 1;}
.proTop .dotBoxL ul li{float: left;width: 190px;height: 100px;cursor: pointer;margin-right: 10px;display: flex;align-items: center;justify-content: center;}
.proTop .dotBoxL ul li.active{border: 2px solid #0C3388;}
.proTop .dotBoxL ul li img:hover{transform: scale(1);}
.proTop .dotBoxL .videoBox {background: #333;width: 640px;height: 538px;position: absolute;left: 0;top: 0px;z-index: 9;}
.videoIcon {position: absolute;z-index:8;bottom: 133px;left: 10px;width: 50px;height: 50px;line-height: 50px;cursor: pointer;}
.videoIcon i{font-size: 40px;color: #666;}
.videoClose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.videoClose i{color: #fff;}
.proTop .dotBoxL .proBan{position: relative;}
.proTop .dotBoxL .videoBox video{width: 640px;height: 538px;}
.proDetail .txtBox{width: calc(100% - 640px);padding-left: 56px;}
.proDetail .txtBox h2{color: #333;font-size: 24px;font-weight: 700;margin-bottom: 28px;}
.proDetail .txtBox .content1 li{margin-bottom: 24px;display: flex;}
.proDetail .txtBox .content1 .txt1{color: #333;font-size: 16px;font-weight: 700;margin-right: 16px;}
.proDetail .txtBox .content1 .txt2{color: #333;font-size: 16px;}
.proDetail .txtBox .button:hover{opacity: 0.8;}
.proDetail .txtBox .button{transition: all 0.3s;width: 193px;height: 59px;background: #0C3388;display: flex;align-items: center;justify-content: center;color: #FFF;font-size: 18px;margin-top: 4px;}
.proDetail .txtBox .button i{color: #fff;font-size: 20px;margin-left: 20px;margin-top: 0;}
.details{padding-bottom: 58px;}
.details h3{color: #333;font-size: 20px;font-weight: 700;margin-bottom: 24px;}
.details p{margin-bottom: 48px;color: #666;padding-bottom: 48px;border-bottom: 1px solid #0C3388;}
.details ul{display: grid;grid-template-columns: repeat(3,1fr);gap: 0 23px;}
.details ul li{overflow: hidden;}
.related_products{padding-bottom: 10px;}
.related_products h2{font-size: 20px;color: #333;font-weight: 700;margin-bottom: 59px;}
.related_products .imgBox{width: 100%;height: 243px;display: flex;align-items: center;justify-content: center;overflow: hidden;border: 4px solid #F2F4F5;}
.related_products .imgBox img{transition: all .3s;}
.related_products .imgBox:hover img{transform: scale(1.05);}
.related_products .txtBox{width: 100%;margin-top: 27px;}
.related_products .txtBox .p1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.related_products .txtBox .p2{color: #666;}
.related_products .swiperPro3 .pagination3{position: absolute;left: 46%;bottom: 0;bottom: -18px;}
.related_products .swiper-container{padding-bottom: 55px;}
.related_products .swiper-pagination-bullet{width: 10px;height: 10px;}
.related_products .swiper-pagination-bullet-active{background: #0C3388;}
.dialogBox {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 993;display: none;}
.inputBox.required .tips{left: 147px;}
.inquiryBox1 .inputBox.required textarea{border: 1px #0C3388 solid;}
.inquiryBox1 .inputBox.required input[type="text"]{border: 1px #0C3388 solid;}
body.black::after{background: rgba(0,0,0,0.4);
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;  z-index: 990;
    position: fixed;}
.mask{
    width: 822px;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%,0);
    z-index: 200;
    background-color: #fff;
    padding: 50px;
}
.closeBtn{position: absolute;top: 20px;right: 20px;}
.inquiryBox1 .submitBtn:hover{opacity: 0.9;}
.inquiryBox1 input{height: 30px;width: calc(100% - 153px);padding: 0 10px;border: 1px solid #DDDDDD;}
.inquiryBox1 form .selectCon{display: inline-block;width: calc(100% - 153px);position: relative;}
.inquiryBox1 form .selectCon input{width: calc(100% - 119px);}
.inquiryBox1 span{display:inline-block;width: 143px;position: relative;color: #666;}
.inquiryBox1 .inputBox{margin-bottom: 10px;}
.inquiryBox1 .inputBox .radioBox{display: inline-block;width: calc(100% - 153px);}
.inquiryBox1 .inputBox .radioBox label{margin-right: 20px;font-weight: normal;}
.inquiryBox1 .inputBox .codeBox{display: inline-block;width: calc(100% - 153px);}
.inquiryBox1 .inputBox .codeBox input{width: calc(100% - 80px);}
.inquiryBox1 .inputBox .codeBox img{width: 80px;height: 30px;}
.inquiryBox1 .inputBox select{width: 114px;height: 30px;border: 1px solid #DDDDDD;padding-left: 10px;}
.inquiryBox1 .inputBox .triangle{position: absolute;right: 10px;top: 5px;color: #D9D9D9;font-size: 14px;cursor: pointer;z-index: -10;width: auto;}
.inquiryBox1{margin-top: 30px;}
.inquiryBox1 h2{margin-bottom: 15px;}
.radio_box input[type="radio"]{width: 16px;height: 16px;-webkit-appearance: none;  margin-left: -1px;  border: 1px #bbb solid; border-radius: 100%;margin-right: 0.3rem;vertical-align: -4px;appearance: none;-webkit-appearance: none;outline: none;}
.radio_box input[type="radio"]:checked{ border: 1px #ff8a00 solid;position: relative;}
.radio_box input[type="radio"]:checked:after{content: "";background: #FF8A00;position: absolute;top: 4px;left: 4px;width: 6px;height: 6px;font-family: "iconfont" !important;font-size:30px;display:block;border-radius: 3px;}
.inquiryBox1 form .inputBox .radio_box .txt{margin-left: 10px;font-weight: 400;}
.inquiryBox1 sup{color: #0C3388;font-size: 18px;position: absolute;top: 9px;left: -5px;}
.inquiryBox1 .inputBox textarea{width: calc(100% - 153px);height: 98px;border: 1px solid #DDDDDD}
.inquiryBox1 .submitBtn{display: flex;align-items: center;justify-content: center;background-color: #0C3388;color: #fff;width: 130px;height: 40px;cursor: pointer;border-radius: 5px;margin-left: 146px;margin-top: 41px;}
.inquiryBox1 .submitBtn:hover{opacity: 0.9;}
.inputBox.required input{border-bottom: 1px #0C3388 solid;}
.inputBox.required  textarea{border: 1px #0C3388 solid;}
.inputBox.required .tips{color: #fff;background: #363636;display: inline-block;position: relative;margin-top: 10px;font-size: 12px;border-radius: 2px;left: 147px;padding: 0 3px;}
.inputBox.required .tips::after{
        width:0;
        height:0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #363636;
        position: absolute;
        content: "";
        left: 6px;
        top: -5px;
        }
.hint{display: none;position: fixed;top: 65%;left: 50%;transform: translate(-50%,-50%);z-index: 999;width: 580px;text-align: center;line-height: 50px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.hint .iconfont{color: #0C3388;font-size: 16px;margin-right: 5px;margin-top: 5px;}
.hint .txt{color: #333;font-size: 15px;} 
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂµÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¯ */
.news{padding-top: 43px;padding-bottom: 122px;}
.news .newsContent li{padding: 40px 60px;position: relative;opacity: 0;top: 200px;}
.news .newsContent li:nth-child(odd){background: #F6F6F6;}
.news .newsContent li h2{color: #333;font-size: 24px;font-weight: 400;margin-bottom: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .newsContent li:hover h2 a{color: #0C3388;}
.news .newsContent li .p1{color: #666;font-size: 14px;margin-bottom: 16px;}
.news .newsContent li .newsDetails{color: #666;font-size: 16px;margin-bottom: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news .newsContent li .newsDetails p{color: #666;}
.news .newsContent li .more{display: block;width: 96px;text-align: center;color: #0C3388;font-size: 16px;position: relative;transition: all .4s;padding: 5px;}
.news .newsContent li .more::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0C3388;
  content: "";
  transition: all 0.4s ease 0s;
}

.news .newsContent li .more::before {
  top: 0px;
  left: 0px;
}

.news .newsContent li .more::after {
  right: 0px;
  bottom: 0px;
}

.news .newsContent li .more:hover::before, .news .newsContent li .more:hover::after {
  width: 0px;
  opacity: 0;
}

.news .newsContent li .more:hover {
  background-color: #0C3388;
  color: rgb(255, 255, 255);
  transition-delay: 0.3s;
}
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ */
.newsDetail{padding-top: 50px;margin-bottom: 50px;}
.newsTxt h2{font-size: 28px;font-family: "times new roman";}
.newsTxt h5{margin: 20px 0;color: #999;}
.newsTxt img{max-width: 100%;margin-bottom: 20px;}
.newsTxt img:hover{transform: none;}
.newsTxt p{font-size: 15px;line-height: 32px;}
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œ */
.job{padding-top: 43px;padding-bottom: 31px;}
.job h3{color: #333;font-size: 20px;font-weight: 700;margin-bottom: 34px;}
.job .txt3{color: #333;font-size: 16px;font-weight: 400;margin-bottom: 52px;line-height: 28px;}
.job .item{margin-bottom: 48px;cursor: pointer;}
.job .item .overview{display: flex;padding: 20px 29px 20px 54px;justify-content: space-between;align-items: center;background: #F9F9F9;}
.job .item .overview .left{color: #0C3388;font-size: 18px;font-weight: 700;}
.job .item .overview .middle span{margin: 0 20px;}
.job .item .overview .right{display: flex;align-items: center;}
.job .item .overview .right span{color: #333;font-size: 16px;}
.job .item .overview .right .icon_box{margin-left: 18px;user-select: none;margin-top: -3px;}
.job .item .overview .right .icon_box i{font-size: 18px;color: #333;}
.job .item .content1{padding-left: 54px;display: none;padding-top: 23px;}
.job .item.active .content1{display: block;}
.job .item.active .overview{background: #0C3388;}
.job .item.active .overview .left,.job .item.active .overview .middle{color: #fff;}
.job .item.active .overview .right span{color: #fff;}
.job .item.active .overview .right .icon_box{transform:rotate(180deg);}
.job .item.active .overview .right .icon_box i{color: #fff;}
.job .item .content1 .title1{color: #333;font-size: 16px;font-weight:700;margin: 14px 0;}
.job .item .content1 .details1{color:  #666;font-size: 14px;font-weight: 400;margin-bottom: 20px;}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ */
.contact1{padding-top: 43px;padding-bottom: 80px;}
.contact1 .container{display: flex;}
.contact1 .item1{width: 42%;padding: 48px 53px 80px 53px;background: #0C3388;}
.contact1 .item1 h2{font-size: 32px;font-weight: 700;color: #fff;margin-bottom: 22px;}
.contact1 .item1 h3{font-size: 20px;font-weight: 700;color: #fff;margin-bottom: 28px;}
.contact1 .item1 .line{width: 45px;height: 2px;background: #fff;margin-bottom: 69px;}
.contact1 .item1 ul li{display: flex;align-items: center;}
.contact1 .item1 ul li:not(:last-child){margin-bottom: 54px;}
.contact1 .item1 ul li .iconBox{width: 50px;height: 48px;background: rgba(255, 255, 255, 0.20);display: flex;align-items: center;justify-content: center;margin-right: 43px;}
.contact1 .item1 ul li .iconBox i{font-size: 24px;color: #fff;}
.contact1 .item1 ul li .contentBox{width: calc(100% - 50px);}
.contact1 .item1 ul li .contentBox .p1{font-size: 20px;color: #fff;}
.contact1 .item1 ul li .contentBox .p2{color: #fff;font-size: 16px;}
.contact1 .item2{width: 58%;background: #F6F6F6;padding: 48px;}
.contact1 .item2 h2{font-size: 32px;font-weight: 700;color: #0C3388;margin-bottom: 22px;text-transform: uppercase;}
.contact1 .item2 .inputBox.required .tips{margin-left: 0;}
.contact1 .item2 input{width: 100%;height: 48px;line-height: 48px;padding-left: 24px;margin-bottom: 16px;border: 1px rgba(0, 0, 0, 0.20);background: #fff;color: #666;}
.contact1 .item2 .inputBox.required input{border: 1px #0C3388 solid;}
.contact1 .item2 input::placeholder{color: #666;font-size: 12px;}
.contact1 .item2 textarea{width: 100%;height: 120px;margin-bottom: 14px;padding-top: 10px;padding-left: 24px;background: #fff;border: 1px solid #fff;}
.contact1 .item2 .inputBox.required textarea{border: 1px #0C3388 solid;color: #333;}
.contact1 .item2 textarea::placeholder{color: #666;font-size: 12px;}
.contact1 .item2 .img_verification{height: 48px;}
.contact1 .item2 .img_verification:hover{transform: scale(1);}
.contact1 .item2 .inputBox.required .tips{margin-bottom: 20px;margin-top: 0;}
.contact1 .item2 .inputBox.required .tips{left: 0;}
.contact1 .item2 .button{width: 100%;height: 48px;font-size: 16px;background: #0C3388;color: #fff;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.contact1 .item2 .button:hover{opacity: 0.9;}
/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.footer{background: #101e3a;color: #fff;}
.footer .container{margin: 0 auto; padding:0;}
.footer .row{ margin:0px;}
.footerlogo a{width: 144px;height: 39px;margin: 0 0 0 -15px;padding: 0 15px;background: #f3f4f4; display:block;}
.footerwarp {text-align: center;}
.footerwarp ul{width: 100%;text-align: center;margin-bottom: 20px;}
.footerwarp ul li{text-transform:capitalize;display: inline-block;margin-top: 20px;}
.footerwarp ul li a{color: #d3d3d3;font-size: 15px;padding: 0 5px;border-left: 1px #999 solid;}
.footerwarp ul li:first-child a{border-left: none;}
.footerwarp ul li a:hover{color:#005DA0;}
.footerwarp p span {margin: 0 10px;color: #fff;}
.footercopy .col-lg-6{ padding:0px;}
.footercopy{margin-top: 20px;border-top: #19294a 1px solid;text-align: center;font-size: 14px;color: #666;padding: 5px 0;}
.footer .links{display: inline-block;margin: 0 auto;margin-top: 20px;}
.footer .links a{margin: 0 5px;transition: all 0.3s ease-in-out;}
.footer .links a:hover{opacity: 0.7;}
@media (min-width: 1400px) {
  .container {
    width: 1520px;padding: 0 20px;
  }
}
@media (max-width: 1400px) and (min-width:769px){
  .head_layout .nav_box .item:first-child{padding-left: 0;}
  .head_layout .nav_box .item{padding: 0 26px;}
  .ind_about .contentBox .txtBox p{margin-bottom: 44px;}
  /* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ */
  .title .p1{font-size: 82px;}
  .about1{padding-bottom: 37px;}
  .about1 .contentBox .txtBox .p3{margin-top: 110px;}
  .about1 ul{gap: 0 30px;}
  /* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢ */
  .products .product_content .product_details .title span:first-child{width: 31.7%;}
  /* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ */
  .proTop .dotBoxL,.proTop .dotBoxL .videoBox,.proTop .dotBoxL .videoBox video,.proTop .dotBoxL ol{width: 580px;}
  .proDetail .txtBox{width: calc(100% - 580px);}
  .proTop .dotBoxL ul li{width: 168px;}
  .banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 58px;    left: calc((100vw - 1186px) / 2);
    text-align: left;}
    .ind_classify .contentBox .contentBox1{padding-left: calc((100vw - 1186px) / 2);}
    .ind_products .container{ margin-left: calc((100vw - 1186px) / 2);}
}
@media (max-width: 768px) {
.container{width: 100%;padding-left: 15px;padding-right: 15px;}
.headerPhoneTop {position: fixed;width: 100%;top: 0;left: 0;text-align: center;background: #fff;box-shadow: 0 0 7px #b9b9b9;z-index: 99;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.menuPhone {position: fixed;width: 250px;height: 100%;overflow-y: auto;left: -250px;background: #90a4ae;top: 0;    z-index: 9;
transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.headerPhoneLogo img {height: 30px;}
.headerPhoneLogo {padding: 10px 0;}
a.menu-trigger {position: absolute;display: inline-block;width: 36px;height: 30px;top: 50%;margin-top: -15px;left: 10px;padding: 0 5px;}
a.menu-trigger span {display: block;background: #222;width: 100%;height: 2px;margin: 6px 0;}
.wrapper {position:relative;width: 100%;left: 0;padding-top: 0 !important;transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhoneTop  {left:250px;}
body.menuOpen .wrapper  {left:250px;}
body.menuOpen .menuPhone{left:0;}
.headerPhone {transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhone {left: 250px;}
.menuPhone li h2 {margin: 0;font-size: 15px;line-height: 30px;}
.menuPhone li h2 a {color: #fff;padding: 5px 15px;display: inline-block;width: 100%;}
.menuPhone li h5 {margin: 0;padding-left: 25px;font-size: 12px;line-height: 25px;border-top: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhone li h5 a {color: #fff;padding: 5px 0;display: inline-block;font-size: 14px;}
.menuPhone ul li {border-bottom: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhoneHide {background: rgba(255, 255, 255, 0.1);display: none;}
.headerPhone .menu_tr_ico{position: absolute;right:15px;top: 50%;margin-top: -18px;}
.headerPhone .menu_tr_ico .enChange{background:  #ff8a00;color:  #fff;border-radius:  100%;padding: 5px;}
.headerPhone .menu_tr_ico i{font-size: 20px;color: #666;display: inline-block;margin-left: 10px;}
.headerPhone .menu_tr_search{margin-top: 10px;padding: 0 15px;position: relative;}
.headerPhone .menu_tr_search input{width: 100%;height: 40px;background-color: #f1f1f1;padding: 0 10px;margin-bottom: 10px;}
.headerPhone .menu_tr_search button{    right: 20px;position: absolute;width: 40px;height: 40px;background: none;top: 0;}
.headerPhone {padding-top: 50px;position: relative;left: 0;}
.headerPhone .menu_tr_ico .selectBox {background: #fff;box-shadow: 0 0 4px #ddd;position: absolute;display: none;overflow-y: scroll;max-height: 300px;}
.headerPhone .menu_tr_ico .selectBox:after{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #fff;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox::before{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #999;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox ul li{padding: 0 10px;border-bottom: 1px #dedede solid;}
.banner{height: 400px;        margin-top: 0;}
.banner .swiper-slide .container{height: auto;margin-top: -86%;}
.banner .swiper-slide h2{font-size: 20px;}
.banner .swiper-slide p{font-size: 15px;margin-top: 14px;margin-bottom: 18px;}
.banner .swiper-slide .more{width: 156px;height: 46px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{        left: 20px;
        bottom: 20px}
.banner .p_scrool{display: none;}
.ind_about{padding-top: 45px;padding-bottom: 36px;}
.title .p1{font-size: 52px;}
.title .p2{font-size: 34px;}
.ind_about ul{margin-left: -19px;margin-top: 22px;margin-bottom: 18px;}
.ind_about ul li .isnum{font-size: 20px;}
.ind_about ul li .istxt{font-size: 11px;}
.ind_about ul li:last-child{padding-left: 0;}
.ind_about .contentBox{display: inherit;}
.ind_about .contentBox .imgBox{width: 100%;}
.ind_about .contentBox .txtBox{width: 100%;padding-left: 0;padding-top: 22px;}
.ind_about .contentBox .txtBox h3{font-size: 24px;}
.ind_about .contentBox .txtBox p{margin-top: 8px;margin-bottom: 18px;}
.ind_about .contentBox .txtBox .more{float: left;}
.ind_products{padding-top: 32px;}
.ind_products .container{margin-left: 0;}
.ind_products h2{font-size: 40px;margin-bottom: 30px;}
.ind_products .swiperPro2{padding-bottom: 60px;}
.ind_products .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 24px;}
.ind_about1{padding: 45px 0;}
.ind_about1 ul{display: inherit;margin-top: 36px;}
.ind_about1 ul .item1, .ind_about1 ul .item3{width: 100%;margin-bottom: 50px;}
.ind_about1 ul .item .p1{margin: 8px 0;}
.ind_about1 ul .item1 .p2{padding-right: 0;}
.ind_about1 ul .item .more{float: left;}
.ind_about1 ul .item2, .ind_about1 ul .item4{width: 100%;padding-left: 0;}
.ind_about1 ul .item2 .p2{padding-right: 0;}
.ind_about1 ul .item3{display: none;}
.ind_about1 ul .item4 .p2{padding-right: 0;}
.ind_about1 ul .item4 .imgBox{margin-top: 50px;}
.ind_classify{height: auto;position: relative;background: url(../images/ind_classify_bg.png) no-repeat center center;background-size: cover;display: inherit;}
.ind_classify .contentBox{width: 100%;}
.ind_classify .contentBox .contentBox1{padding-bottom: 54px;background-image: none;padding-top: 40px;}
.ind_classify .contentBox h2{font-size: 24px;}
.ind_classify .contentBox p{margin-top: 31px;margin-bottom: 40px;margin-right: 15px;}
.ind_classify .contentBox .TabHide5{padding-top: 60px;}
.ind_classify ul{width: 100%;}
.ind_classify ul li{padding: 10px;height: 53px;width: 100%;padding-left: 22px;}
.ind_classify ul li .img{margin-right: 40px;width: 40px;height: 37px;}
.ind_classify ul li span{text-align: left;font-size: 16px;width: calc(100% - 40px);overflow: hidden;text-overflow: ellipsis;}
.ind_news{padding-top: 46px;padding-bottom: 72px;}
.ind_news .container{display: inherit;margin-top: 40px;}
.ind_news .container .txtBox{width: 100%;}
.ind_news .container .imgBox{width: 100%;padding-left: 0;}
.ind_news .container .imgBox .txtBox1{padding-left: 15px;padding-right: 84px;}
.ind_news .container .imgBox .txtBox1 .more{right: 18px;}
/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ */
.nei_ban{height: 200px;font-size: 50px;}
.about1{padding-top: 31px;padding-bottom: 0;}
.about1 .contentBox{display: inherit;}
.about1 .contentBox .txtBox{width: 100%;padding-top: 0;padding-right: 0;}
.about1 .contentBox .txtBox .p3{margin-top: 26px;}
.about1 .contentBox .imgBox{width: 100%;margin-top: 15px;}
.about1 ul{margin-top: 41px;grid-template-columns: repeat(auto-fill, minmax(36%, 1fr));gap: 20px;}
.about2{padding-top: 14px;padding-bottom: 0;background-image: none;}
.about_sec2{margin-top: 310px;}
.about2_sw{bottom: -48px;}
.about2_swIn ul{margin-left: 0;}
.about2_swIn ul li{min-width: 71px;}
.about2_swIn .prev, .about2_swIn .next{top: -243px;}
.about2_swIn .prev{right: 160px;}
.about2_swIn .next{right: 75px;}
.about2_txt_lis .contentBox{display: inherit;}
.about2_txt_lis h2{margin-bottom: 22px;}
.about2_txt_lis .contentBox .left{width: 100%;height: 219px;}
.about2_txt_lis .contentBox .right{padding-left: 0;width: 100%;}
.about3{padding-top: 113px;padding-bottom: 36px;}
.about3 ul{margin-top: 30px;display: inherit;}
.about3 ul li{width: 100%;}
.about3 ul li p{margin-top: 9px;}
.about4{padding-bottom: 46px;}
.about4 .title .p2{font-size: 28px;}
.about4 .contentBox{margin-top: 27px;display: inherit;}
.about4 .contentBox .left{height: 597px;margin-bottom: 30px;width: 100%;}
.about4 .contentBox .left p{padding: 0;}
.about4 .contentBox .right{padding-left: 0;width: 100%;}
.about4 .contentBox .right .top{height: 245px;padding: 15px;}
/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢ */
.products .left_side{display: none;}
.products .product_content{width: 100%;padding-left: 0;}
.products .product_content .product_details .item{display: inherit;padding: 18px 15px;}
.products .product_content .product_details .item .name{display: block;margin-bottom: 15px;max-width: 100%;}
.products .product_content .product_details .item span{display: block;margin-bottom: 15px;}
.products .product_content .product_details .item .title{display: none;}
.products .product_content .product_details .item .nameBox{width: 100%;}
/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ */
.products{padding-top: 56px;padding-bottom: 28px;}
.proDetail{padding-bottom: 28px;display: inherit;}
.proTop .dotBoxL{width: 100%;}
.proTop .dotBoxL .videoBox,.proTop .dotBoxL .videoBox video,.proTop .dotBoxL ol{width: 100%;height: 400px;}
.proTop .dotBoxL ul li{width: 100px;}
.proDetail .txtBox{width: 100%;padding-left: 0;margin-top: 30px;}
.proDetail .txtBox .button{width: 100%;position: fixed;bottom: 0;left: 0;z-index: 99;}
.details{padding-bottom: 32px;}
.details p{margin-bottom: 26px;padding-bottom: 26px;}
.related_products .swiperPro3 .pagination3{bottom: 0;left: 37%;}
.related_products h2{margin-bottom: 24px;}
.mask{width: 100%;padding: 15px;}
.inquiryBox1 input{width: 100%;}
.inputBox.required .tips{left: 0;}
.inquiryBox1 form .selectCon{width: 100%;}
.inquiryBox1 .inputBox textarea{width: 100%;}
.inquiryBox1 .inputBox .codeBox{width: 100%;}
.inquiryBox1 .submitBtn{margin-left: 0;margin-top: 20px;}
.hint{width: 90%;}
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œ */
.job{padding-top: 29px;padding-bottom: 8px;}
.job .item .overview{padding: 0;padding-left: 10px;}
.job .item .overview .left{font-size: 14px;flex: 0.2;white-space: nowrap;}
.job .item .overview .middle{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;flex: 0.3;}
.job .item .overview .right{flex: 0.4;}
.job .item .content1{padding-left: 10px;}
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂµÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¯ */
.news .newsContent li{padding: 15px;}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ */
.contact1{padding: 40px 0;}
.contact1 .container{display: inherit;}
.contact1 .item1{width: 100%;padding: 15px;}
.contact1 .item2{width: 100%;padding: 15px;margin-top: 20px;}
.contact1 .item2 h2{font-size: 28px;}
.contact1 .item2 .verification{display: flex;}
.banner .swiper-slide .ban_img img{height:400px;position:inherit;}
.ind_classify .contentBox .contentBox1{padding-left: 20px;}
.ind_about ul li{width:50%;}

}
