@charset "UTF-8";

.clear::after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

.clear-float::after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

html body {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
  width: 100%;
  min-width: 1300px;
  max-width: 1920px;
  margin: 0 auto;
}

.header .top {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header .top .content {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .top .content .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
}

.header .top .content .right .search-lang-wrap {
  width: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .top .content .right .search-lang-wrap .input-wrap {
  width: 258px;
  height: 32px;
  background: #FFFFFF;
  position: relative;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 17px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .top .content .right .search-lang-wrap .input-wrap .input {
  font-size: 12px;
  color: #000;
}

.header .top .content .right .search-lang-wrap .input-wrap .input::-webkit-input-placeholder {
  color: #888888;
}

.header .top .content .right .search-lang-wrap .input-wrap .input:-ms-input-placeholder {
  color: #888888;
}

.header .top .content .right .search-lang-wrap .input-wrap .input::-ms-input-placeholder {
  color: #888888;
}

.header .top .content .right .search-lang-wrap .input-wrap .input::placeholder {
  color: #888888;
}

.header .top .content .right .search-lang-wrap .input-wrap .button {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.header .top .content .right .search-lang-wrap .lang {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .top .content .right .search-lang-wrap .lang a {
  color: #fff;
}

.header .top .content .right .search-lang-wrap .lang a:hover {
  color: #D0E9F6;
}

.header .top .content .right .search-lang-wrap .lang .zh {
  margin-right: 36px;
  position: relative;
}

.header .top .content .right .search-lang-wrap .lang .zh::after {
  content: '';
  width: 1px;
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .top .content .right .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.header .top .content .right .nav-wrap .nav {
  display: inline-block;
  border-radius: 17px;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  height: 42px;
}

.header .top .content .right .nav-wrap .nav .nav-a {
  display: inline-block;
  color: #FFFFFF;
  padding: 8px 25px;
  border-radius: 17px;

}

.header .top .content .right .nav-wrap .nav .nav-a:hover {
  background: #0A68C8;
}

.header .top .content .right .nav-wrap .on .nav-a {
  background: #0A68C8;
}


.header .top .content .right .nav-wrap .sub-nav-wrap {
  position: absolute;
  /*padding: 0 30px;
		*/
  background-color: rgba(0, 0, 0, 0.6);
  /*display: flex;
		align-items: center;
		flex-direction: column;
		*/
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: none;
  padding: 0 20px;
  /*height: 0;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
		*/
  line-height: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.header .top .content .right .nav-wrap .sub-nav-wrap .sub-a {
  display: block;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.header .top .content .right .nav-wrap .sub-nav-wrap .sub-a:hover {
  color: #0A68C8;
}

.header .top .content .right .nav-wrap .sub-nav-wrap .sub-a:nth-child(1) {
  margin-top: 20px;
}

.header .top .content .right .nav-wrap .sub-nav-wrap .sub-a:nth-last-child(1) {
  margin-bottom: 20px;
}













.header .header-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.header .banner-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

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

.header .banner-wrap .banner-swiper-container .swiper-slide {
  position: relative;
}

.header .banner-wrap .banner-swiper-container .swiper-slide .banner {
  width: 100%;
  height: 100%;
}

.header .top-img .img {
  width: 100%;
}

.pagination {
  margin-top: 90px;
}

.pagination .cont {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .cont a {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  font-size: 22px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .cont .on {
  color: #fff;
  background: #0057B0;
}

.pagination .cont .prev {
  margin-right: 70px;
  color: #333333;
}

.pagination .cont .next {
  margin-left: 64px;
  color: #333333;
}

.pagination .cont .page {
  margin-right: 6px;
}

.footer .top {
  background: #1D1D1D;
}

.footer .top .content {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 137px;
  padding: 56px 0 49px;
}

.footer .top .content .left {
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer .top .content .left::after {
  content: '';
  width: 1px;
  height: 137px;
  background: #424242;
  position: absolute;
  top: 3px;
  right: 0;
}

.footer .top .content .left .li {
  margin-right: 60px;
}

.footer .top .content .left .li:nth-last-child(1) {
  margin-right: 0;
}

.footer .top .content .left .li .category {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.footer .top .content .left .li .sub-category {
  font-size: 14px;
  color: #898989;
  margin-bottom: 15px;
  display: block;
}

.footer .top .content .left .li .sub-category:nth-last-child(1) {
  margin-bottom: 0;
}

.footer .top .content .left .li .sub-category:hover {
  color: #0A68C8;
}

.footer .top .content .right {
  width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .top .content .right .infor-wrap p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.footer .top .content .right .infor-wrap p:nth-last-child(1) {
  margin-bottom: 0;
}

.footer .top .content .right .qrcode-wrap .img-wrap {
  width: 136px;
  height: 136px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .top .content .right .qrcode-wrap .img-wrap .qrcode {
  max-width: 100%;
  max-height: 100%;
}

.footer .top .content .right .qrcode-wrap .tips {
  font-size: 14px;
  color: #898989;
  text-align: center;
  margin-top: 19px;
}

.footer .copyright {
  background: #252525;
}

.footer .copyright .content {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #898989;
  padding: 17px 0;
}

.footer .copyright .content a {
  color: #898989;
}

.float-wrap {
  position: fixed;
  bottom: 15%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
}

.float-wrap .li {
  width: 60px;
  height: 58px;
  background: #0057B0;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.float-wrap .li:hover .img-wrap {
  width: 120px;
}

.float-wrap .li .img-wrap {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 99;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.float-wrap .li .img-wrap .img {
  width: 100%;
  height: 100%;
}

.float-wrap .back {
  width: 60px;
  height: 58px;
  background: #4C4C4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container .part-1 .cont .sub-category-title-wrap {
  position: relative;
  z-index: 3;
  top: -63px;
}

.container .part-1 .cont .sub-category-title-wrap .title {
  width: 350px;
  height: 60px;
  background: #0A68C8;
  border-radius: 11px 60px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 19px;
  color: #FFFFFF;
}

.container .part-1 .cont .sub-category-title-wrap .title .icon {
  margin-right: 18px;
  margin-top: 6px;
}

.container .part-1 .cont .sub-category-title-wrap .title .zh {
  font-size: 28px;
  font-weight: bold;
  margin-right: 18px;
}

.container .part-1 .cont .sub-category-title-wrap .title .en {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 6px;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap {
  background: #F7F7F7;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap a {
  height: 100%;
  font-size: 20px;
  color: #333333;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 6px;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap a::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #001365;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap a:hover {
  font-weight: bold;
  color: #0057B0;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap a:hover::after {
  opacity: 1;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap .on {
  font-weight: bold;
  color: #0057B0;
}

.container .part-1 .cont .sub-category-title-wrap .sub-category-wrap .on::after {
  opacity: 1;
}


.list-product-container .part-1 .cont .list .dl-content {
  padding-top: 30px;
}
.list-product-container .part-1 .cont .list .dl-content .th {
  display: flex;
  background-color: #0A68C8;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.list-product-container .part-1 .cont .list .dl-content .th span:nth-child(1) {
  flex: 1;
}
.list-product-container .part-1 .cont .list .dl-content .th span:nth-child(2) {
  width: 200px;
}
.list-product-container .part-1 .cont .list .dl-content .th span:nth-child(3) {
  width: 180px;
}
.list-product-container .part-1 .cont .list .dl-content .th span:nth-child(4) {
  width: 122px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list {
  border: 1px solid #dbdbdb;
  border-top: none;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr {
  display: flex;
  text-align: center;
  border-bottom: 1px dashed #dbdbdb;
  line-height: 58px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:last-child {
  border: none;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr .td:nth-child(1) {
  flex: 1;
  text-align: left;
  padding-left: 20px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #333;
  font-size: 16px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr .td:nth-child(2) {
  width: 200px;
  font-size: 14px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr .td:nth-child(3) {
  width: 180px;
  font-size: 14px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr .td:nth-child(4) {
  width: 122px;
  font-size: 14px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr .td:nth-child(4) a {
  background: url(../images/dl.png) no-repeat left center;
  padding-left: 23px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:hover {
  background-color: #eeeeee;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:hover .td:nth-child(1) {
  color: #0A68C8;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:hover .td:nth-child(2) {
  width: 200px;
  font-size: 14px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:hover .td:nth-child(3) {
  width: 180px;
  font-size: 14px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:hover .td:nth-child(4) {
  width: 122px;
  font-size: 14px;
}
.list-product-container .part-1 .cont .list .dl-content .dl-list .tr:hover .td:nth-child(4) a {
  color: #0A68C8;
}