@charset "UTF-8";
body {
  --swiper-theme-color:#fff;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #172f79;
}
.banner img {
  width: 100%;
}

.index-banner img {
  width: 100%;
}
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto;
  position: relative;
  left: -12px;
}

@keyframes typing {
  0% {
    background-color: white;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
  }
}

body {
  min-width: 1200px;
}

.golden {
  color: #172f79;
}

.red {
  color: #f00;
}

.bggolden {
  background-color: #172f79;
}

.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.index-tit .en {
  display: none;
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
}

.index-tit .cn {
  font-size: 0;
}

.index-tit .cn strong {
  font-size: 30px;
  color: #fff;
  line-height: 48px;
  display: inline-block;
  float: left;
}

.index-tit .cn span {
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin-left: 15px;
  line-height: 28px;
  margin-top: 20px;
  float: left;
}

.index-tit .more {
  color: #b4bdc1;
  font-size: 16px;
  float: right;
  line-height: 28px;
  margin-top: 20px;
}

.index-tit .more:hover {
  color: #172f79;
}

.crumbs-nav {
  background-color: #eff1f4;
}

.crumbs-nav .list {
  font-size: 0;
}

.crumbs-nav .list span {
  display: inline-block;
  color: #999;
  line-height: 50px;
  font-size: 16px;
  vertical-align: middle;
}

.crumbs-nav .list ul {
  display: inline-block;
  vertical-align: middle;
}

.crumbs-nav .list ul li {
  float: left;
}

.crumbs-nav .list ul li a {
  display: block;
  color: #999;
  line-height: 50px;
  font-size: 16px;
}

.crumbs-nav .list ul li a.active {
  color: #333;
}

.crumbs-nav .list ul li a:hover {
  color: #172f79;
}

.crumbs-nav .icon {
  margin-top: 13px;
  margin-right: 10px;
}

.in-page-tit {
  float: left;
}

.in-page-tit .cn {
  font-size: 30px;
  color: #333;
  line-height: 34px;
  padding-right: 10px;
  margin-right: 10px;
  /* border-right: 1px solid #d2d2d2; */
}

.in-page-tit .en {
  font-size: 14px;
  color: #999;
  line-height: 16px;
}

.sort {
  float: right;
}

.sort ul {
  font-size: 0;
}

.sort ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.sort ul li a {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 38px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 15px;
}

.sort ul li:hover a,
.sort ul li.active a {
  color: #172f79;
  line-height: 36px;
  border: 2px solid #172f79;
  padding: 0 14px;
}

.paging ul {
  font-size: 0;
  text-align: center;
}

.paging ul li {
  display: inline-block;
  margin: 0 4px;
}

.paging ul li a {
  display: block;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #eee;
  color: #999;
}

.paging ul li:hover a,
.paging ul li.active a {
  color: #fff;
  background-color: #172f79;
  border-color: #172f79;
}

.paging ul li.prohibit a {
  border: 1px solid #eee;
  color: #999;
  cursor: default;
  background-color: #fff;
}

.inside-tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.inside-tit h2 {
  font-size: 24px;
  color: #172f79;
  line-height: 40px;
  text-decoration: underline;
}

.inside-tit .info .time,
.inside-tit .info .publisher {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin-right: 5px;
  margin-top: 5px;
}

.area {
  width: 1200px;
}

.tip-box {
  /* height: 144px; */
  border-bottom: 1px solid #f4f4f4;
}
.tip-box .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.tip-box .area::after{
  content: unset;
  display: block;
  clear: both;
}

.tip-box .logo-box {
  /* margin-top: 35px; */
}

.tip-box .logo-box img,
.tip-box .logo-box a {
  display: inline-block;
  width: 65px;
}

.tip-box .tel-box {
  /* margin-top: 39px; */
}
.tip-box .tel-box img{
  width: 30px;
}

.tip-box .tel-box .num {
  margin-left: 10px;
}

.tip-box .tel-box .num p {
  font-size: 22px;
  color: #999999;
  font-weight: bold;
  line-height: 24px;
}

.tip-box .tel-box .num a {
  font-size: 24px;
  color: #172f79;
  /* line-height: 42px; */
}

.tip-box .tel-box .num a span {
  color: #999;
}

.nav-box {
  background-color: #fff;
}

.nav-box .area .clear{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-box .area .clear::after{
content: unset;
}
.nav-box ul li {
  float: left;
  position: relative;
}

.nav-box ul li::after {
  content: '';
  display: block;
  width: 0px;
  height: 16px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

.nav-box ul li:last-child::after {
  display: none;
}

.nav-box ul li .item {
  /* margin: 0 20px;
  width: 120px; */
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  border-bottom: 2px solid transparent;
}

.nav-box ul li .item.active {
  color: #172f79;
  border-color: #172f79;
  font-weight: bold;
}

.nav-box ul li .nav-subnav {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: fit-content;
  z-index: 10;
  padding: 5px 10px;
}

.nav-box ul li .nav-subnav a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  white-space: nowrap;
}

.nav-box ul li:hover .item {
  color: #172f79;
  border-color: #172f79;
  font-weight: bold;
}

.nav-box ul li:hover .nav-subnav {
  display: block;
}

.nav-box ul li:hover .nav-subnav a:hover {
  color: #172f79;
}

.banner-box {
  height: 715px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-box .switch-con li {
  float: left;
}

.banner-box .switch-con li a {
  display: block;
  height: 715px;
  width: 100%;
}

.search-box {
  display: none;
  height: 120px;
  padding: 25px 0;
  box-shadow: 0px 4px 14px 0px rgba(10, 96, 209, 0.16);
}

.search-box .search-tit {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search-box ul li {
  float: left;
  position: relative;
  padding: 0 20px;
}

.search-box ul li:first-child {
  padding-left: 0;
}

.search-box ul li:first-child::before {
  display: none;
}

.search-box ul li::before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}

.search-box ul li a {
  display: block;
  font-size: 15px;
  color: #999;
  line-height: 24px;
}

.search-box ul li a:hover {
  color: #172f79;
}

.search-box .service {
  position: absolute;
  right: 0;
  top: -125px;
  width: 285px;
  height: 183px;
  background-image: url(../images/咨询.jpg);
}

.search-box .service a {
  display: block;
  width: 100%;
  height: 90px;
}

.search-box .service input {
  display: block;
  width: 220px;
  height: 58px;
  outline: none;
  border: none;
  background-color: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 180px center;
  margin-left: 32px;
  line-height: 58px;
  font-size: 20px;
  color: #333;
  padding: 0 45px 0 10px;
}

.introduction-box {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(/Theme/pc/images/1586519116.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction-box .content{
  display: flex;
  gap: 30px;
}

.introduction-box .text-box {
  width: 600px;
}

.introduction-box .text-box .synopsis {
  margin: 40px 0;
}

.introduction-box .text-box .synopsis p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.introduction-box .text-box .synopsis a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  margin: 30px 0 20px;
  position: relative;
  border: 1px solid #fff;
  padding: 5px 20px;
}

.introduction-box .text-box .synopsis a:hover {
  background: #fff;
  color: #172f79;
}

.introduction-box .text-box .synopsis a:hover::before {
  background-color: #172f79;
}

.introduction-box .text-box .synopsis a::before {
  content: unset;
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.introduction-box .text-box .pic {
  width: 100%;
  overflow: hidden;
  height: 158px;
  display: none;
}

.introduction-box .text-box .pic img {
  object-fit: cover;
}

.introduction-box .text-box .intr-data {
  margin-top: 55px;
  display: none;
}

.introduction-box .text-box .intr-data li {
  float: left;
  width: 25%;
  display: block;
  border-left: 1px solid #e4e4e4;
}

.introduction-box .text-box .intr-data li:first-child {
  border: none;
}

.introduction-box .text-box .intr-data li .data {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.introduction-box .text-box .intr-data li p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  text-align: center;
}

.introduction-box .img {
  width: 500px;
  /* height: 675px; */
  overflow: hidden;
}

.introduction-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.ad {
  height: auto;
  width: 100%;
}

.ad img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.product-box {
  background-image: url(/Theme/pc/images/1586519284.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
}

.product-box .content-title{
  color: #212121;
  font-size: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.product-list {
  padding-top: 65px;
}
.product-list ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.product-list ul .item {
  /* border-radius: 10px; */
  overflow: hidden;
  /* float: left; */
  /* margin-right: 22px; */
  /* margin-bottom: 22px; */
  position: relative;
  transition: all 0.5s;
}
.product-list ul .item:hover {
  box-shadow: 0px 5px 10px #d4d4d4;

}
.product-list ul .item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #172f79;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s
}
.product-list ul .item:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #172f79;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s
}
/* .product-list ul .item:nth-child(3n) {
  margin-right: 0;
} */

.product-list ul .item a {
  display: block;
  overflow: hidden;
}

.product-list ul .item a .pic {
  width: 100%;
  height: clamp(190px,13vw,300px);
  position: relative;
}

.product-list ul .item a .pic .jqthumb {
  transition: all 0.3s;
}

.product-list ul .item a .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(rgb(178 129 60 / 94%));
  text-align: center;
  line-height: 286px;
  opacity: 0;
  transition: all 0.3s;
}

.product-list ul .item a .pic .mask img {
  display: inline-block !important;
}

.product-list ul .item a .text {
  /* height: 64px; */
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid #ededed;
}

.product-list ul .item a .text .elli1 {
  font-size: 20px;
  color: #333;
  width: 310px;
  padding: 0 10px;
}

.product-list ul .item a .text .icon {
  border-left: 1px solid #ededed;
  height: 64px;
  padding: 9px 20px 0;
  display: none;
}

.product-list ul .item a .text .icon i {
  display: block;
  width: 34px;
  height: 3px;
  background-color: #b2b2b2;
  margin-top: 9px;
}

.product-list ul .item a:hover .mask {
  opacity: 1;
}

.product-list ul .item a:hover .jqthumb {
  /* transform: scale(1.1); */
}

.product-list ul .item a:hover .text .elli1 {
  color: #172f79;
}

.product-list ul .item a:hover .text .icon i {
  background-color: #172f79;
}

.case-box {
  padding-bottom: 100px;
}

.case-box .index-tit {
  margin: 65px 0 55px;
}

.case-box .case-exhi {
  position: relative;
}

.case-box .case-exhi ul li {
  float: left;
}

.case-box .case-exhi ul li a {
  width: 100%;
  height: 580px;
  display: block;
  position: relative;
}

.case-box .case-exhi ul li a .jqthumb {
  transition: 0.3s;
}

.case-box .case-exhi ul li a:hover .jqthumb {
  transform: scale(1.1);
}

.case-box .case-exhi ul li a:hover .words span {
  color: #172f79;
}

.case-box .case-exhi ul li a .words {
  width: 1140px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
  line-height: 100px;
  font-size: 0;
}

.case-box .case-exhi ul li a .words strong {
  display: inline-block;
  padding: 0 30px;
  font-size: 35px;
  color: #cccccc;
  vertical-align: middle;
}

.case-box .case-exhi ul li a .words span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  width: 900px;
  vertical-align: middle;
}

.case-box .case-exhi .switch {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -150px;
  z-index: 15;
  height: 100px;
  text-align: center;
  width: 300px;
}

.case-box .case-exhi .switch .switch-ol {
  margin: 45px 0;
  display: inline-block;
}

.case-box .case-exhi .switch .switch-ol li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #eaeaf5;
  margin: 0 5px;
}

.case-box .case-exhi .switch .switch-ol li.selected {
  background-color: #172f79;
}

.case-box .case-exhi .switch-btn {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 15;
  height: 100px;
  width: 100px;
  font-size: 0;
  background-color: #fff;
}

.case-box .case-exhi .switch-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 100px;
  overflow: hidden;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.case-box .case-exhi .switch-btn span.next {
  background-position: 13px center;
}

.case-box .case-exhi .switch-btn span.prev {
  background-position: -60px center;
  margin-left: 20px;
}

.case-box .case-exhi .switch-btn span:hover {
  background-image: url(../images/btns.png);
}

.article-box {
  background-image: url(../images/articlebg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  height: 885px;
}

.article-box .tit {
  text-align: center;
  color: #fff;
  padding-bottom: 85px;
}

.article-box .tit h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}

.article-box .tit h3 {
  font-weight: 400;
  margin-top: 10px;
}

.article-box .tit h3 .cn {
  font-size: 24px;
  letter-spacing: 10px;
}

.article-box .tit h3 .en {
  text-transform: uppercase;
  letter-spacing: 0.75em;
}

.article-box .article-list li {
  width: 384px;
  float: left;
  margin-right: 24px;
  background-color: #fff;
}

.article-box .article-list li:nth-child(3n) {
  margin-right: 0;
}

.article-box .article-list li a {
  display: block;
  padding: 50px 32px 40px;
  position: relative;
}

.article-box .article-list li a i {
  display: block;
  font-style: normal;
  color: #29b6f6;
  font-size: 64px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: -35px;
  font-family: arial;
}

.article-box .article-list li a h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #172f79;
}

.article-box .article-list li a p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(10, 96, 209, 0.7);
  margin: 30px 0 35px;
}

.article-box .article-list li a .u-img {
  width: 320px;
  height: 182px;
  transition: all 0.3s;
}

.article-box .article-list li a:hover .u-img {
  transform: scale(1.05);
}

.news-box {
  padding: 80px 0;
  background-color: #f5f5f5;
  background-image: url(/Theme/pc/images/1586518321.jpg);
}
.hidden{
  display: none;
}
.news-box .content-title{
  color: #212121;
  font-size: 30px;
  padding-bottom:20px;
  text-align: center;
}

.news-box .content-ul{
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
  color: #212121;
}
.news-box .content-ul li {
  padding: 5px 20px;
}
.news-box .content-ul .j-child{
  color: #fff;
  background: #172f79;
}
.news-box .content-ul li:hover{
  color: #fff;
  background: #172f79;
}

.news-box .news-con {
  margin: 55px 0;
  display: flex;
  justify-content: space-between;
}

.news-box .news-con::after {
content: unset;
}

.news-box .news-con .left-item {
  position: relative;
  width: 40%;
}

.news-box .news-con .left-item .img {
  width: 100%;
  height: 405px;
}

.news-box .news-con .left-item .txet {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  background: #172f79;
}
.news-box .news-con .left-item .txet a{
  display: flex;
  overflow: hidden;
}

.news-box .news-con .left-item .txet .time {
  width: 85px;
  color: #666;
  font-family: arial;
  text-align: center;
  margin-right: 15px;
}

.news-box .news-con .left-item .txet .time i {
  font-style: normal;
  font-size: 54px;
  display: block;
  line-height: 60px;
  color: #fff;
}

.news-box .news-con .left-item .txet .time span {
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #fff;
}

.news-box .news-con .left-item .txet .desc {
  /* border-left: 1px solid #e6e6e6; */
  padding-left: 10px;
}

.news-box .news-con .left-item .txet .desc h3 {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e65c;
}

.news-box .news-con .left-item .txet .desc p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.news-box .news-con .left-item .txet:hover .desc h3,
.news-box .news-con .left-item .txet:hover .desc p {
}

.news-box .news-con .right-item {
  width: 55%;
}

.news-box .news-con .right-item li a {
  display: block;
  margin-bottom: 35px;
  border-bottom: 1px solid #a1a1a1;
}

.news-box .news-con .right-item li a .time {
  width: 106px;
  color: #666;
  font-family: arial;
  text-align: center;
  background-color: #fff;
  padding: 14px;
  display: none;
}

.news-box .news-con .right-item li a .time i {
  display: block;
  font-style: normal;
  font-size: 54px;
  line-height: 60px;
}

.news-box .news-con .right-item li a .time span {
  font-size: 16px;
  display: block;
  line-height: 20px;
}

.news-box .news-con .right-item li a .desc {
  /* padding-left: 20px; */
  width: 405px;
  margin: 10px 0;
  transition: all 0.5s;
}
.news-box .news-con .right-item li a .desc:hover {
  padding-left: 20px;
}

.news-box .news-con .right-item li a .desc h3 {
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.news-box .news-con .right-item li a .desc p {
  font-size: 15px;
  line-height: 22px;
  color: #666;
  margin-bottom: 10px;
}

.news-box .news-con .right-item li a:hover .desc h3,
.news-box .news-con  {
  color: #172f79;
}

.footer-box {
  background-color: #222328;
  padding: 80px 0 85px;
}

.footer-box .footer-nav {
  padding-left: 25px;
  width: 980px;
  padding-left: 25px;
  width: 821px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.qr-code-box {
  display: flex;
  gap: 20px;
}

.footer-box .footer-nav .nav-item {
  width: 150px;
  float: left;
  margin-right: 25px;
}

.footer-box .footer-nav .nav-item > a {
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav {
  padding-top: 15px;
}

.footer-box .footer-nav .nav-item .nav-subnav a {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}

.footer-box .contact-us .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #35363a;
  overflow: hidden;
}

.footer-box .contact-us .icon img {
  display: block;
  margin: 12px auto;
}

.footer-box .contact-us .hotline {
  margin-left: 15px;
}

.footer-box .contact-us .hotline span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-box .contact-us .hotline h4 {
  font-size: 24px;
  color: #fff;
  font-family: arial;
  font-weight: normal;
}

.footer-box .contact-us .hotline .code {
  background-color: #fff;
  width: 110px;
  margin-top: 30px;
  padding: 10px;
}
.footer-box .contact-us .hotline .code img{
  width: 100%;
}

.footer-box .contact-us .hotline .code span {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.copyright-box {
  background-color: #222328;
  border-top: 1px solid #36373b;
  height: 112px;
  padding: 44px 0;
  font-size: 12px;
  color: #eee;
  text-align: center;
}

.copyright-box p {
  font-size: 13px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.copyright-box p.record {
  color: #fff;
}

.product {
  padding: 40px 0;
}

.product .product-list {
  padding-top: 40px;
}

.product .product-list ul .item {
  border: 1px solid #f1f1f1;
  margin-right: 18px;
}

.product .product-list ul .item:nth-child(3n) {
  margin-right: 0;
}

.product .paging {
  margin: 55px 0 40px;
}

.Case .top {
  margin: 30px 0;
}

.Case .Case-list ul li {
  float: left;
  margin-right: 30px;
  width: 585px;
}

.Case .Case-list ul li:nth-child(2n) {
  margin-right: 0;
}

.Case .Case-list ul li a {
  display: block;
}

.Case .Case-list ul li a:hover .pic .jqthumb {
  transform: scale(1.1);
}

.Case .Case-list ul li a:hover .pic .mask {
  opacity: 1;
}

.Case .Case-list ul li a:hover .text h3 {
  color: #172f79;
}

.Case .Case-list ul li a .pic {
  width: 100%;
  height: 285px;
  position: relative;
  overflow: hidden;
}

.Case .Case-list ul li a .pic .jqthumb {
  transition: all 0.3s;
}

.Case .Case-list ul li a .pic .mask {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  background-color: #172f79;
}

.Case .Case-list ul li a .pic .mask img {
  display: block !important;
  margin: 11px auto;
}

.Case .Case-list ul li a .text {
  margin: 30px 0 45px;
  padding: 0 15px;
}

.Case .Case-list ul li a .text h3 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}

.Case .Case-list ul li a .text p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.Case .paging {
  margin: 35px 0 80px;
}

.news {
  padding: 40px 0 50px;
}

.news .in-page-tit .en {
  margin-top: 16px;
}

.news .news-list {
  margin-top: 40px;
}

.news .news-list .item {
  margin-bottom: 30px;
}

.news .news-list .item a {
  display: block;
}

.news .news-list .item a .pic {
  width: 314px;
  height: 203px;
  overflow: hidden;
}

.news .news-list .item a .pic .jqthumb {
  transition: all 0.3s;
}

.news .news-list .item a .text {
  width: 855px;
}

.news .news-list .item a .text h3 {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  line-height: 28px;
  margin: 15px 0 30px;
}

.news .news-list .item a .text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.news .news-list .item a .text .date {
  font-size: 24px;
  color: #999;
  line-height: 36px;
  margin-top: 30px;
}

.news .news-list .item a:hover .pic .jqthumb {
  transform: scale(1.1);
}

.news .news-list .item a:hover .text h3 {
  color: #172f79;
  font-weight: bold;
}

.news .no-result {
  margin: 30px 0;
}

.news .no-result h3 {
  text-align: center;
  font-size: 32px;
  color: #666;
  line-height: 48px;
}

.news .no-result p {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #999;
}

.news .paging {
  margin: 35px 0 90px;
}

.inside {
  padding: 30px 0 75px;
}

.inside .content {
  padding: 50px 0;
}

.inside .content p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-bottom: 10px;
}

.inside .content img {
  display: inline-block;
  max-width: 100%;
  margin: 20px 0;
}

.inside .content h2 {
  font-size: 24px;
  color: #333;
  margin: 30px 0;
}

.Contact {
  padding: 30px 0 75px;
  font-size:12px;
}

.Contact .map {
  width: 1200px;
  /* height: 395px; */
  overflow: hidden;
  /* margin-top: 35px; */
}

.Contact .info-box {
  margin-top: 45px;
}

.Contact .info-box .company-name .cn {
  font-size: 23px;
  color: #666;
}

.Contact .info-box .company-name .en {
  font-size: 10px;
  color: #999;
}

.Contact .info-box .list {
  width: 850px;
  margin-top: 30px;
  /* margin-left: 70px; */
}

.Contact .info-box .list li {
  float: left;
  display: block;
  width: 330px;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  /* margin-left: 80px; */
}

.Contact .message {
  width: 1200px;
  height: 138px;
  overflow: hidden;
  margin-top: 35px;
  display: none;
}

.Contact .form {
  margin-top: 45px;
}

.Contact .form .form-item {
  float: left;
  margin-right: 127px;
  margin-bottom: 35px;
}

.Contact .form .form-item textarea {
  display: block;
  width: 1200px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  color: #666;
  font-family: "microsoft yahei";
  line-height: 44px;
}

.Contact .form .form-item textarea:focus {
  outline: none;
}

.Contact .form .form-item .input {
  display: block;
  width: 315px;
  border: none;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 44px;
  border-bottom: 1px solid #e6e6e6;
}

.Contact .form .form-item:nth-child(3) {
  margin: 0;
}

.Contact .form .form-item .form-label {
  font-size: 14px;
  color: #666;
  height: 38px;
  line-height: 38px;
}

.Contact .form .form-item .code-input {
  display: block;
  width: 100px;
  line-height: 36px;
  height: 38px;
  text-align: center;
  border: 1px solid #dedede;
  background-color: transparent;
}

.Contact .form .form-item .btn {
  margin-left: 20px;
}

.Contact .form .form-item .btn img {
  display: block;
  height: 38px;
}

.Contact .form .btn-item {
  font-size: 0;
}

.Contact .form .btn-item button {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  margin-left: 20px;
  display: inline-block;
  width: 208px;
  height: 50px;
  color: #999;
  line-height: 48px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.8;
}

.Contact .form .btn-item button.btn-submit {
  color: #fff;
  background-color: #dcdcdc;
}

.Contact .form .btn-item button:hover {
  opacity: 1;
}
.choose-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
.choose-box .title{
  font-size: 38px;
  text-align: center;
  color: #212121;
  margin-bottom: 20px;
}
.choose-box .desc{
  font-size: 18px;
  text-align: center;
  color: #666666;
}
.choose-box .border-b{
  display: block;
  width: 98px;
  height: 3px;
  background-color: #172f79;
  margin: 30px auto 0px;
}
.choose-box .title-box {
  border-bottom: 1px solid #e5e5e5;
}
.choose-box .content {
  margin-top: 60px;
}
.choose-box .content ul{
  display: flex;
  justify-content: space-between;
}
.choose-box .content ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose-box .content ul li img{
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.choose-box .content ul li:hover img{
  transform: rotate(360deg);
}
.choose-box .content ul li .title {
  font-size: 20px;
  color: #212121;
  margin-top: 20px;
  margin-bottom: 0px;
}
.choose-box .content ul li .desc {
  font-size: 15px;
  color: #666;
  margin-top: 5px;
}
.lang-box {
  float: left;
  height: 40px;
  line-height: 32px;
  font-size: 15px;
  padding-right: 20px;
}
.lang-box .lang-title {
  color: #212121;
}
.lang-box .lang-title.lang-active {
  color: #172f79;
  font-weight: 700;
}
.layui-layer-btn .layui-layer-btn0 {
  font-size: 12px;
}
