body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei", SourceHanSansSC, "Arial",
    "MicrosoftYaHei-Bold", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei",
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol {
  margin: 0;
  padding: 0;
}

input,
button,
textarea {
  background: none;
  outline: none;
  border: none;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.dis-n {
  display: none;
}

.dis-b {
  display: block;
}

.confix::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.w-1600 {
  width: 1600px;
}

.sec-tit {
  font-size: 34px;
  line-height: 34px;
  margin: 15px 0 10px;
  font-weight: bold;
}


.sec-subtit {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: Helvetica Neue LT Pro;
  color: rgba(0, 78, 162, 0.2);
  text-transform: uppercase;
}

.zt-title span::after {
  content: "";
  display: block;
  height: 20px;
  width: 58px;
  background: url(../images/title-r.png) no-repeat;
  position: absolute;
  bottom: 6px;
  right: -90px;
}

.zt-subtitle {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  color: #333;
}

.header {
  z-index: 9;
  height: 70px;
  width: 82%;
  padding: 0 9%;
  position: fixed;
  top: 0;
  z-index: 9999;
  box-sizing: content-box;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.header.fixed {
  background-color: #fff;
}

.header:hover {
  background-color: #fff;
}

.header:hover ul > li,
.header:hover .tel p {
  color: #000;
}

.header .logo {
  float: left;
  margin-top: 20px;
}

.header .logo img {
  height: 100%;
}

.header .nav-box {
  float: right;
}

.header .zt-nav {
  float: left;
  margin-left: 20px;
  width: max-content;
}

.header .zt-nav > li {
  /* position: relative; */
  float: left;
  padding: 0 22px;
  color: #222;
  line-height: 70px;
  font-size: 16px;
}
.header .zt-nav > li:last-child{
	padding-right: 0;
	padding-left: 0;
}

.header .zt-nav > li:hover {
  color: #004ea2;
}

.header .zt-nav > li a {
  position: relative;
}

.header .zt-nav > li a i {
  background: url(../images/tip.png) no-repeat;
  height: 12px;
  width: 100px;
  background-position: center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.header .zt-nav > li:hover i {
  opacity: 1;
}

.zt-nav > li.active {
  color: #004ea2 !important;
}

.zt-subnav {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin-top: 20px;
  padding: 60px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 44;
}

.header .zt-nav > li:hover .zt-subnav {
  background: rgba(37, 47, 58, 0.9);
}

.header .zt-nav > li:hover > .zt-subnav .introdu .intr-tit,
.header .zt-nav > li:hover .zt-subnav .introdu .intr-cont {
  color: #fff;
}

.zt-subnav ol {
  width: 33%;
  border-left: 1px solid rgba(160, 160, 160, 0.2);
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 60px;
}

.zt-subnav ol li {
  list-style: none;
  line-height: 50px;
  margin: 5px;
}

.zt-subnav a {
  transition: 0.5s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #222 !important;
  background-color: #fff;
  width: 170px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.zt-subnav a:hover {
  background: #004ea2;
  color: #fff !important;
}

.zt-nav > li:hover .zt-subnav {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.zt-subnav > div {
  width: 25%;
}

.nav-box .introdu {
  margin: 0 30px;
  box-sizing: border-box;
}

.nav-box .introdu .intr-tit {
  font-size: 18px;
  color: #222222;
  line-height: 36px;
}

.nav-box .introdu .intr-cont {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}

.nav-box .nav-img {
  height: 190px;
  margin: 0 30px;
}

.nav-box .nav-img img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.search {
  float: left;
  margin: 0 20px;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}

.search i {
  display: block;
  font-size: 18px;
  color: #222;
}

.zt-subnav form {
  margin: 0 auto;
  width: 50%;
  display: block;
}

.zt-subnav form input {
  width: calc(100% - 130px);
  padding: 5px 10px;
  height: 60px;
  font-size: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  float: left;
  box-sizing: border-box;
}

.zt-subnav form button {
  font-size: 16px;
  width: 100px;
  line-height: 60px;
  height: 60px;
  background-color: #004ea2;
  color: #fff;
  text-align: center;
  margin: 0;
  float: left;
  cursor: pointer;
}

.zt-subnav form button:hover {
  background-color: #106bcc;
}

.right-nav {
  float: right;
  margin: 0 20px;
  line-height: 70px;
  position: relative;
}

.right-nav i {
  display: block;
  font-size: 18px;
  color: #222;
}


.wap_header{display: none;}
.w_header{height: 50px; background: #fff; box-shadow: 0 0px 48px 0 rgba(0,0,0,.1); position: fixed;top: 0;left: 0;width: 100%; z-index: 999999;}
.w_header .logo{float: left; height: 30px; margin-top: 10px; margin-left: 10px;}
.w_header .logo a{display: block; height: 100%;line-height: 50px; font-size: 12px;}
.w_header .logo a img{display: block; height: 100%; float: left;margin-right: 5px;}
.w_header .sp_nav{display: block; width: 30px; height: 30px; position: absolute; top: 0; right: 10px; margin-top: 15px; z-index: 5;}
.w_header .sp_nav i{display: block; background: #004da1; width: 30px; height: 2px; position: absolute; left: 0; transition: all ease .35s;}
.w_header .sp_nav i:nth-of-type(1){top: 0;}
.w_header .sp_nav i:nth-of-type(2){top: 10px;}
.w_header .sp_nav i:nth-of-type(3){top: 20px;}
.w_header .sp_nav.sp_nav_se i:nth-of-type(1){top: 10px; transform: rotate(45deg);}
.w_header .sp_nav.sp_nav_se i:nth-of-type(2){width: 0;}
.w_header .sp_nav.sp_nav_se i:nth-of-type(3){top: 10px; transform: rotate(-45deg);}
.w_nav{width: 100%; height: calc(100% - 50px); position: fixed; left: 0; top: -100%; z-index: 99999; transition: top ease .35s;}
.w_nav.nav_show{top: 50px;}
.w_nav > ul{min-width: 320px; height: 100%; margin: 0 auto; background: #eee; position: relative; overflow-y: auto;}
.w_nav ul li{border-top: 1px solid #ddd; margin-left: 20px; line-height: 40px; font-size: 14px; position: relative;}
.w_nav > ul > li:first-child{border-top: 0 none;}
.w_nav ul li a{height: 44px; line-height: 44px; display: block; padding-right: 45px; color: #666;}
.w_nav ul li ul{display: none;}
.w_nav ul li i{display: block; width: 30px; height: 26px; line-height: 26px; text-align: center; border-left: 1px solid #ddd; padding: 0 6px; position: absolute; right: 0; top: 9px;}
.w_nav ul li i span{font-size: 14px; transition: all .5s;}
.w_nav ul li i span:before{content: "";display: block;height: 100%;width: 100%;background: url(../images/right.png) no-repeat;background-size: 6px;background-position: center;transition: .3s;}
.w_nav ul li i.nav_btndown span::before{color: #004da1; transform: rotate(90deg);}


/* banner */

.banner {
  height: 100%;
  position: relative;
}

.banner .swiper-pagination-bullet {
  height: auto;
  position: relative;
}

.banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: -23px;
  left: -17px;
  z-index: 99;
}

.banner .swiper-pagination-bullet-active::after {
  background-color: #fffe0e;
}
.banner .bnr-bg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-container-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100% !important;
  box-sizing: border-box;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.banner .swiper-slide > a {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide img {
  height: 100%;
  width: 100%;
  display: block;
}

.banner .banner-cont {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.banner .banner-cont p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
}
.banner .banner-cont i {
  display: inline-block;
  height: 1px;
  width: 150px;
  vertical-align: middle;
}
.banner .banner-cont span {
  display: inline-block;
  width: 100px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 86px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 10;
  position: absolute;
  text-align: center;
  bottom: 70px;
}

.banner .swiper-pagination-bullet {
  width: 40px;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
  margin: 0 15px !important;
  background-color: transparent;
}

.banner .swiper-pagination-bullet-active {
  color: #fffe0e;
}

/* .banner .swiper-container-horizontal > .swiper-scrollbar {
  width: 210px;
  height: 1px;
  left: calc(50% - 105px);
  bottom: 50px;
  background-color: #7d7d7d;
  z-index: 1;
} */

.banner .swiper-scrollbar-drag {
  background-color: #fff;
}

/* 关于中泰 */
#about {
  background: url("../images/about.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-1 {
  display: flex;
  justify-content: center;
  padding: 180px 0;
  /* height: 100%; */
}

.video-left {
  width: 34%;
  margin: 0 0 0 1%;
}

.video-right {
  width: 53%;
}
/* 
.video-left {
    background: url("../images/video-bg.jpg")no-repeat center;
    background-size: cover;
} */

.video-left .comp-cont {
  margin-top: 40px;
}
.video-left p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
}

.video-left ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.video-left ul li {
  width: 50%;
  text-align: center;
  position: relative;
}
.video-left ul li::after {
  content: "";
  display: block;
  height: 24px;
  width: 1px;
  background-color: #004ea2;
  position: absolute;
  right: 0;
  top: 30%;
}
.video-left ul li:last-child:after {
  content: "";
  display: none;
}

.video-left ul li div {
  font-size: 18px;
  color: #004ea2;
}

.video-left ul li div span {
  display: inline-block;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  margin-left: 5px;
}

.video-left ul li p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  text-indent: 0;
}

.video-right {
  position: relative;
  display: flex;
}

.video-right img {
  margin: auto;
  display: block;
  max-width: 100%;
}

/* .video-box {
    position: relative;
    z-index: 9;
}

.video-box .play-btn {
    display: block;
    height: 63px;
    width: 63px;
    background: url("../images/play.png")no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
    cursor: pointer;
    opacity: 0.8;
}

.video-box .play-btn:hover {
    opacity: 1;
}

.video-right video {
    width: 100%;
}

.video-right .decorate {
    position: absolute;
    top: -40px;
    right: -40px;
    height: 140px;
    width: 140px;
    background: #004F9B;
    z-index: 1;
} */

.more {
  width: 150px;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  margin-top: 80px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 14px;
  color: #222;
  line-height: 46px;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}

.more i {
  display: block;
  float: right;
  color: #999;
  font-size: 12px;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}

.more:hover {
  border: 1px solid #000;
  color: #000;
}

.more:hover i {
  color: #000;
}

/* 业务领域 */

.sec-2 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.sec-2 .bus-tit {
  position: absolute;
  top: 20%;
  left: 9%;
  z-index: 99;
}

.sec-2 .tempWrap,
.sec-2 .business-img {
  height: 100%;
}

.business-img {
  width: 100%;
  overflow: hidden;
}

/* @keyframes fade {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.8;
  }
} */

.business-img .bdv_item {
  /* animation: fade 2s infinite linear;
  -webkit-animation: fade 2s infinite linear; */
  position: relative;
  width: 100%;
  height: 100%;
}

.business-img img {
  display: block;
  width: 100%;
}

.business-img p {
  font-size: 34px;
  font-weight: 300;
  width: 100%;
  color: #fff;
  line-height: 34px;
  position: absolute;
  top: calc(50% - 15px);
  text-align: center;
  z-index: 99;
}

.business-img p::before,
.business-img p::after {
  content: "";
  display: block;
  height: 1px;
  width: 36px;
  background: #fff;
  position: absolute;
}

.business-img p::before {
  top: -16px;
  left: calc(50% - 18px);
}

.business-img p::after {
  bottom: -16px;
  left: calc(50% - 18px);
}

.sec-2 .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 82%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.sec-2 .hd .item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  width: 32%;
  height: 180px;
  margin-bottom: -100px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.sec-2 .hd .item * {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.sec-2 .hd .item:last-child {
  margin-right: 0;
}

.sec-2 .hd .item .business-tit {
  font-size: 20px;
  line-height: 1;
}

.sec-2 .hd .item .business-cont {
  font-size: 14px;
  margin-top: 10px;
}

.sec-2 .hd .item .business-det {
  font-size: 16px;
  color: transparent;
  margin-top: 25px;
  width: 85%;
}

.sec-2 .hd .item i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 34px;
  display: block;
}

.sec-2 .hd .item.on,
.sec-2 .hd .item:hover {
  padding: 30px;
  background: linear-gradient(-55deg, #004d9f, #0361c6);
  color: #fff;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.sec-2 .hd .item.on .business-tit,
.sec-2 .hd .item:hover .business-tit {
  font-size: 26px;
}

.sec-2 .hd .item.on .business-cont,
.sec-2 .hd .item:hover .business-cont {
  font-size: 18px;
}

.sec-2 .hd .item.on .business-det,
.sec-2 .hd .item:hover .business-det {
  color: #fff;
}

.sec-2 .hd .item.on i,
.sec-2 .hd .item:hover i {
  font-size: 50px;
  top: 80px;
}

/* 合作品牌 */

.sec-3 {
  height: 100%;
  width: 82%;
  margin: 0 auto;
}

.sec-3 .brand-top .brand-tit {
  display: inline-block;
}

.sec-3 .hd {
  float: right;
  margin-top: 30px;
}

.sec-3 .hd .item {
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  color: #343434;
  background: #dfdfdf;
  border-radius: 2px;
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  cursor: pointer;
}

.sec-3 .hd .item.active,
.sec-3 .hd .item:hover {
  background: #004ea2;
  color: #fff;
}
.sec3-pic{margin-top: 50px;}
.sec3-pic .sec3-pic-box {
  display: none;
}

.sec3-pic .sec3-pic-box:first-child {
  display: block;
}

.sec3-list{
	width: 100%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	
}
.sec3-list li{width: 13.5%;margin-right: 0.9%;margin-bottom: 0.9%;border: 1px solid #E4E4E4;box-sizing: border-box;overflow: hidden; }
.sec3-list li:nth-of-type(7n){margin-right: 0;}
.sec3-list li img{display: block;width: 100%;height: 100%;object-fit: cover;}
.sec3-pic .sec3-list img {
  display: block;
  width: 100%;
  transition: .5s;
}
.sec3-pic .sec3-pic-box li:hover img{
	transform: scale(1.1);
}

.sec-3 .bd {
  margin-top: 50px !important;
  padding-bottom: 150px !important;
}

.sec-3 .bd .bd-item {
  position: relative;
}

.swiper-container-hzpp {
  width: 100%;
  overflow: hidden;
}

.swiper-container-hzpp .swiper-slide {
  background-color: #fff;
  padding: 10px 0;
}

.swiper-container-hzpp .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.swiper-container-hzpp .swiper-pagination {
  bottom: -130px;
}

.swiper-container-hzpp .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: #004ea2;
  opacity: 1;
}

.swiper-container-hzpp .swiper-pagination-bullet-active {
  background: #999999;
}

/******************** 产品展示 *****************/

#prod {
  height: auto !important;
  background: url("../images/car-bg.jpg") no-repeat center/cover; 
}

.sec-4 {
  position: relative;
  width: 100%;
}

.prod-tit {
  position: absolute;
  top: 20%;
  left: 9%;
}
.prod-tit .prod-c {
  font-size: 16px;
  color: #000;
  line-height: 36px;
  margin-top: 50px;
  width: 400px;
}
.prod-tit ul {
  margin-top: 80px;
}
.prod-tit ul li {
  width: 120px;
  font-size: 16px;
  line-height: 40px;
  color: #000;
}
.prod-tit ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 2px;
  background: #004da2;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.prod-tit ul li:hover,
.prod-tit ul li.active {
  color: #154996;
  font-weight: bold;
}

.prod-tit ul li:hover i,
.prod-tit ul li.active i {
  opacity: 1;
}

.prod-box {
  position: absolute;
  right: 4%;
  bottom: 16%;
  box-sizing: border-box;
  width: 60%;
  margin-top: 30px;
}

/* 产品展示开始 ***********/

.prod-car {
  width: 100%;
}

.prod-car img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.prod-car .tip {
  display: block;
  line-height: 28px;
  height: 30px;
  width: 30px;
  font-size: 28px;
  color: #fff;
  background: #2266fe;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.prod-car .tip:hover {
  background: #417dff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.prod-car .tip .car-cont {
  position: absolute;
  z-index: 99;
  padding: 15px;
  background-color: #154995;
  width: 200px;
  min-height: 170px;
  color: #fff;
  text-align: left;
  cursor: auto;
  display: none;
}

.prod-car .tip .car-cont.on {
  display: block;
}

.tip .car-cont .car-t {
  font-size: 26px;
  margin-bottom: 15px;
}

.tip .car-cont .car-subt {
  font-size: 20px;
}

.tip .car-cont a {
  width: 170px;
  padding: 0px 15px;
  line-height: 36px;
  height: 36px;
  background-color: #fff;
  margin-top: 8px;
  color: #154995;
  font-size: 16px;
}

.tip .car-cont a i {
  font-style: normal;
  display: block;
  padding: 2px;
  margin-top: 5px;
  float: right;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #154995;
  background-color: #fff;
  border: 1px solid #154995;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tip .car-cont a:hover i {
  background-color: #154995;
  color: #fff;
}

.prod-car .tips-1 {
  bottom: 35%;
  left: 8%;
}

.prod-car .tips-1 .car-cont {
  top: -350px;
  left: -120px;
}

.prod-car .tips-1 .car-cont::after {
  content: "";
  display: block;
  height: 200px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -150px;
  left: 133px;
  z-index: -1;
}

.prod-car .tips-2 {
  bottom: 30%;
  left: 22%;
}

.prod-car .tips-2 .car-cont {
  top: -430px;
  left: -130px;
}

.prod-car .tips-2 .car-cont::after {
  content: "";
  display: block;
  height: 230px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -230px;
  left: 144px;
  z-index: -1;
}

.prod-car .tips-3 {
  bottom: 36%;
  left: 32%;
}

.prod-car .tips-3 .car-cont {
  top: -400px;
  left: -160px;
}

.prod-car .tips-3 .car-cont::after {
  content: "";
  display: block;
  height: 220px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -200px;
  left: 173px;
  z-index: -1;
}

.prod-car .tips-4 {
  bottom: 23%;
  right: 32%;
}

.prod-car .tips-4 .car-cont {
  top: -368px;
  left: 90px;
}

.prod-car .tips-4 .car-cont ::after {
  content: "";
  display: block;
  height: 200px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -169px;
  left: -76px;
  z-index: -1;
}

.prod-car .tips-4 .car-cont::before {
  content: "";
  position: absolute;
  left: -75px;
  bottom: 30px;
  display: block;
  height: 1px;
  width: 80px;
  background-color: #154995;
}

.prod-car .tips-5 {
  bottom: 58%;
  left: 51%;
}

.prod-car .tips-5 .car-cont {
  top: -320px;
  left: 90px;
}

.prod-car .tips-5 .car-cont::after {
  content: "";
  display: block;
  height: 150px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -119px;
  left: -76px;
  z-index: -1;
}

.prod-car .tips-5 .car-cont::before {
  content: "";
  position: absolute;
  left: -75px;
  bottom: 30px;
  display: block;
  height: 1px;
  width: 80px;
  background-color: #154995;
}

.prod-car .tips-6 {
  bottom: 33%;
  right: 43%;
}

.prod-car .tips-6 .car-cont {
  top: -390px;
  left: -318px;
  display: block;
}

.prod-car .tips-6 .car-cont::before {
  content: "";
  display: block;
  height: 1px;
  width: 103px;
  background-color: #154995;
  position: absolute;
  bottom: 87px;
  right: -103px;
  z-index: -1;
}

.prod-car .tips-6 .car-cont::after {
  content: "";
  display: block;
  height: 240px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -151px;
  right: -104px;
  z-index: -1;
}

.prod-car .tips-7 {
  top: 0%;
  left: 52%;
}

.prod-car .tips-7 .car-cont {
  top: -240px;
  left: -318px;
}

.prod-car .tips-7 .car-cont::before {
  content: "";
  display: block;
  height: 1px;
  width: 103px;
  background-color: #154995;
  position: absolute;
  bottom: 52px;
  right: -103px;
  z-index: -1;
}

.prod-car .tips-7 .car-cont::after {
  content: "";
  display: block;
  height: 94px;
  width: 1px;
  background-color: #154995;
  position: absolute;
  bottom: -41px;
  right: -104px;
  z-index: -1;
}
/* 产品展示结束 ******************/

.prod-box .prod-l {
  width: 24.5%;
  background: #fff;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prod-box .prod-l img {
  margin: auto;
  max-width: 100%;
}

.prod-box .prod-l .prod-info {
  height: 180px;
  width: 100%;
  background: rgba(0, 78, 162, 0.92);
  position: absolute;
  bottom: -100px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.prod-box .prod-l:hover .prod-info {
  bottom: 0px;
}

.prod-box .prod-l .prod-info p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 30px 0;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
}

.prod-box .prod-l:hover .prod-info p {
  padding: 60px 0 30px;
}

.prod-box .prod-l .prod-info span {
  display: block;
  width: 145px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
}

.prod-box .prod-r {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prod-box .prod-r li {
  width: 33%;
  height: 280px;
  background: #fff;
  margin-bottom: 0.5%;
  overflow: hidden;
  position: relative;
}

.prod-box .prod-r li a {
  display: flex;
  height: 100%;
}

.prod-box .prod-r li * {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.prod-box .prod-r li img {
  margin: auto;
  max-width: 100%;
}

.prod-box .prod-r li .prod-info {
  position: absolute;
  bottom: -220px;
  width: 100%;
  height: 280px;
  background: #fff;
}

.prod-box .prod-r li .prod-info p {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  text-align: center;
  padding: 20px 0;
}

.prod-box .prod-r li:hover .prod-info {
  background: rgba(0, 78, 162, 0.92);
  bottom: 0px;
}

.prod-box .prod-r li:hover .prod-info p {
  padding: 100px 0 30px;
  color: #fff;
}

.prod-box .prod-r li .prod-info span {
  display: block;
  width: 145px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
}

/* 新闻 */

#news {
  height: auto !important;
  padding: 100px 0 130px;
  background: url("../images/news-bg.jpg") no-repeat;
  background-position: center;
  position: relative;
}

.news {
  position: relative;
}

.news .news-tit {
  position: absolute;
  top: 10px;
}

.news .news-type {
  float: right;
  font-size: 18px;
  line-height: 18px;
  color: #222;
 }

.news .news-type li {
  display: inline-block;
  padding: 0 20px;
  margin-top: 30px;
  border-right: 1px solid #222;
  cursor: pointer;
  position: relative;
}

.news .news-type li:last-child {
  border-right: none;
}

.news .news-type li.on,
.news .news-type li:hover {
  color: #004ea2;
}

.news .news-type li.on::after,
.news .news-type li:hover::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  height: 9px;
  width: 14px;
  background: url("../images/sjx.png") no-repeat;
  background-size: 100%;
  transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
  -moz-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  -o-transform: translateX(-7px);
}
.all-news {
  margin: 170px 0 0;
}
.news_cont{margin: auto 9% !important;}
.news-box .news-det {
  display: flex;
  justify-content: space-between;
}

.news-box * {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.news-box .news-l {
  width: 22%;
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.news-time {
  font-size: 16px;
  color: #666;
  padding-top: 40px;
}

.news-swiper{display: none;}


.news-title {
  font-size:20px;
  color: #1d1d1d;
  line-height: 34px;
  font-weight: bold;
  margin: 35px 0 50px;
}

.news-cont {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  letter-spacing: 2px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-box .news-l a {
  width: 125px;
  height: 50px;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  color: #004ea2;
  border: 1px solid #004ea2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 60px;
  left: 30px;
}

.news-box .news-l a:hover {
  background: #004ea2;
  color: #fff;
}

.box-bg {
  opacity: 1;
  height: 100%;
  width: 100%;
  padding: 60px 70px;
  box-sizing: border-box;
  background-size: 100% 100% !important;
  position: relative;
}
.box-box{position: relative;z-index: 9;height: 100%;stroke-width: 100%;}
.box-shadow{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 8;
}

.box-bg:hover {
  opacity: 0.85;
}

.news-box .news-c {
  width: 42%;
  position: relative;
}

.news-box .news-c .news-time,
.news-box .news-c .news-title {
  color: #fff;
}

.news-box .news-c .news-cont {
  color: #ebebeb;
}

.news-box .news-c .news-time {
  padding: 0;
}

.news-box .news-c .check-more {
  width: 125px;
  height: 50px;
  line-height: 52px;
  background: #004ea2;
  border: 1px solid #004ea2;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.news-box .news-c .check-more p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}

.news-box .news-c .check-more:hover p {
  color: #004ea2;
}

.news-box .news-c .check-more span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.news-box .news-c .check-more:hover span {
  width: 100%;
}

.news-box .news-r {
  background: #fff;
  width: 33%;
}

.news-r .news-list {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  background-size: cover;
}

.news-r .news-list:last-child {
  margin-bottom: 0;
}

.news-r .news-list .news-list-cont {
  padding: 30px;
  box-sizing: border-box;
  height: 256px;
  position: relative;
  z-index: 9;
}

.news-list-cont .news-time,
.news-list-cont .news-title {
  color: #fff;
}

.news-list-cont .news-title {
  margin: 35px 0 0;
  height: 70px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list .list-bg {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.news-list .list-bg img {
  width: 100%;
  height: 100%;
}

.news-r .news-list:hover .list-bg {
  bottom: 0;
}

/* 工厂参观 */

#c-base {
  padding: 150px 0 110px;
  background: #fff;
}
.c-container {
  width: 1600px;
  margin: 0 auto;
}
#c-base .c-top-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-base .c-top-box .c-title {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1em;
  color: #191919;
}
#c-base .c-top-box .c-text {
  width: 66%;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.i-sec-wrap {
  width: 1600px;
  margin: 0 auto;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
}
.mginb-40 {
  margin-bottom: 40px;
}
.i-sec-wrap {
  background: #004ea2;
}

@media (min-width: 1050px) {
  .fr {
    float: right;
    display: inline;
  }
  .fl {
    float: left;
    display: inline;
  }
  .f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: "";
  }
  .i-wrap .up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  .i-wrap .up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
  }
  .i-wrap .up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
  }
  .i-wrap .up-graybox .lineb {
    bottom: 0;
  }
  .i-wrap .up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: alpha(opacity=60);
  }
  .i-wrap .up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: alpha(opacity=60);
  }
  .i-wrap .up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: alpha(opacity=60);
  }
  .i-sec-wrap .img-box:hover .up-graybox {
    opacity: 1;
  }
  .i-wrap .up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
  }
  .i-wrap .up-graybox .linet {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
  }
  .i-fir-wrap .right-wrap .about-recom {
    margin-top: 0;
  }
  .i-fir-wrap .left-wrap .cent-cont,
  .i-fir-wrap .right-wrap .img-box {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .i-fir-wrap.active .left-wrap .cent-cont {
    transition: all 0.3s ease 0s;
  }
  .i-fir-wrap.active .right-wrap .img-box {
    transition: all 0.3s ease 0.1s;
  }
  .i-fir-wrap.active .left-wrap .cent-cont,
  .i-fir-wrap.active .right-wrap .img-box {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sec-wrap .right-cont {
    width: 29%;
    margin: 0 3%;
    color: #fff;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .i-sec-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease 0s;
  }
  .i-sec-wrap .img-box {
    width: 64%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .i-sec-wrap .img-box:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
  }
  .i-sec-wrap .img-box img {
    display: block;
    width: 100%;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
  }
  .i-sec-wrap .img-box,
  .i-sec-wrap .right-cont {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .i-sec-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sec-wrap.active .img-box {
    transition: all 0.3s ease 0s;
  }
  .i-sec-wrap.active .right-cont {
    transition: all 0.3s ease 0.1s;
  }
  .i-sec-wrap.active .img-box,
  .i-sec-wrap.active .right-cont {
    margin-top: 0;
    opacity: 1;
    height: 500px;
    filter: alpha(opacity=100);
  }
  .i-thi-wrap .main-wrap {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-thi-wrap.active .main-wrap {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-fou-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease 0s;
  }
  .i-fou-wrap .img-box,
  .i-fou-wrap .cont-wrap {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-fou-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-fou-wrap.active .img-box,
  .i-fou-wrap.active .cont-wrap {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-fiv-wrap ul {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-fiv-wrap.active ul {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sex-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease 0s;
  }
  .i-sex-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sex-wrap .img-box,
  .i-sex-wrap .cont-wrap {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-sex-wrap.active .img-box,
  .i-sex-wrap.active .cont-wrap {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sev-wrap .main-wrap .top-titbox {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-sev-wrap.active .main-wrap .top-titbox {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sev-wrap .news-recommend-list {
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0.3s;
  }
  .i-sec-wrap .right-cont .stit {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 60px;
    margin-left: -1px;
  }
  .i-column-wrap.white .line {
    background-color: #9a9a9a;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #9a9a9a;
    margin-top: 10px;
  }
  .i-sec-wrap .right-cont .mtit {
    line-height: 28px;
    color: #dadada;
    display: block;
    margin-top: 18px;
    font-size: 16px;
  }
  .i-sec-wrap .right-cont .mtit li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: square;
  }
}

/* * * * * * 工厂参观 详情* * * * * * * * * * */
.gccg-wrap {
  margin-top: 0px;
}
.gccg-wrap .w-1600 {
  width: 82%;
  margin: 30px auto;
}

.gccg-wrap .gccg-tit {
  margin: 80px 0 50px;
  font-size: 34px;
  line-height: 1em;
  text-align: center;
  color: #333;
}
.gccg-wrap .f9 {
  background-color: #f9f9f9;
  padding: 10px 0;
}
.gccg-wrap ul {
  margin: 0 -8px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gccg-wrap ul li {
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
  box-sizing: border-box;
}
.gccg-wrap ul li .gccg-pic {
  overflow: hidden;
  cursor: pointer;
}

.gccg-wrap ul li .gccg-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  display: block;
}
.gccg-wrap ul li .gccg-pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gccg-wrap ul li p {
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #f1f1f1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.gccg-wrap ul li:hover p {
  color: #fff;
  background-color: #004ea2;
}

/* footer */


.footer {
  background: #004ea2;
  width: 100%;
}

.footer-top {
  padding: 30px 9% 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(6, 92, 185);
}

.footer-top .foot-l {
  width: 30%;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-l .com-name {
  font-size: 28px;
  color: #fff;
}
.foot-l .tips {
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
}

.foot-l .hot-num {
  font-size: 32px;
  color: #fff;
}

/* .foot-l .foot-logo {
    margin-top: 30px;
}

.foot-l .foot-logo img {
    max-width: 100%;
} */

.foot-l .comp {
  margin: 20px 0;
  font-size: 14px;
  color: #f5f5f5;
  line-height: 26px;
}

.foot-l .comp a {
  display: inline-block;
  margin: 0 5px;
}

.link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.link a img {
  display: block;
}

.footer-top .foot-c {
  width: 43%;
  display: flex;
  justify-content: space-around;
}

.footer-top .foot-c dt {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px;
}

.footer-top .foot-c dd {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 34px;
}

.footer-top .foot-c dd:hover {
  color: #fff;
}

.footer-top .foot-r {
  box-sizing: border-box;
  width: 26%;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* .foot-r .tips {
    margin: 30px 0 10px;
    font-size: 16px;
    color: #fff;
}

.foot-r .hot-num {
    font-size: 32px;
    color: #fff;
}

.foot-r .code {
    margin-top: 20px;
}

.foot-r .code p {
    display: inline-block;
    margin-right: 20px;
}

.foot-r .code p span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
} */
.foot-r .Contact-our-team {
}
.foot-r .Contact-our-team .right {
  width: 100%;
}

.foot-r .content-form {
  overflow: hidden;
}

.foot-r .content-form li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0;
}

.foot-r .content-form li .input2 {
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 6px 20px;
  width: 50%;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
}

.foot-r .content-form li .input2:first-child {
  margin-right: 1%;
  width: 49%;
}

.foot-r .content-form li .textarea1 {
  width: 100%;
  height: 100px;
  font-size: 14px;
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 20px;
  box-sizing: border-box;
}

.foot-r .content-form li .submit1 {
  background: #fff;
  color: #004ea2;
  font-size: 18px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.foot-r .content-form li .submit1:hover {
  background: #0064cf;
  color: #fff;
}

.yqlj p {
  padding: 0 160px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  height: 50px;
}

.yqlj p a {
  display: inline-block;
  margin: 0 10px;
}

.yqlj p a:hover {
  color: #fff;
}

.foot-float {
  width: 100%;
  background: rgba(0, 78, 162, 0.7);
  opacity: 1;
  padding: 10px 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: 0;
}

.foot-float div {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 30px;
}

.foot-float input {
  width: 15%;
  height: 30px;
  margin: 0 1%;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
}

.foot-float button {
  width: 10%;
  height: 30px;
  padding: 0;
  text-align: center;
  background: #408bdc;
  color: white;
  cursor: pointer;
  font: caption;
}

.foot-float button:hover {
  background: #72a6de;
}


.ny-bnr{width: 100%;margin-top: 70px;}
.ny-bnr img{display: block;max-width: 100%;margin: 0 auto;}

.canguan-top{padding: 110px 0;background: url("../images/gccg-bg.png")no-repeat center/cover;}
.canguan-top .w-1600{display: flex;justify-content: space-between;}
.canguan-l{width: 40%;margin: auto 0;}
.canguan-l .bm-name{font-size: 34px;color: #444;}
.canguan-l .bm-cont{font-size: 34px;color: #333;margin-top: 20px;}
.canguan-l .bm-cont span{color: #005EC9;font-weight: bold;}
.canguan-l .bm-txt{font-size: 16px;color: #555555;line-height: 30px;margin-top: 60px;}


.canguan-r{width: 48%;}
.canguan-r video{display: block;width: 100%;}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: bottom;
}
.page-banner {
    position: relative;
    background: #000;
    margin-top: 70px;
	height: 530px;
}

.page-banner .text {
    position: absolute;
    left: 8.5%;
    top: 0;
    height: 90%;
    z-index: 1;
}

.page-banner .text h5 {
    font-size: 16px;
    color: #004EA2;
    margin: 0;
    text-transform: uppercase;
    margin-top: 80px;
}

.page-banner .text h3 {
    font-size: 60px;
    color: #fff;
    margin: 2px 0;
    text-transform: uppercase;
    margin-top: 50px;
    opacity: .1;
}

.page-banner .text h2 {
	font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin: 2px 0;
    text-transform: uppercase;
	text-shadow: 1px 1px 3px black;
}

.page-banner .text .line {
    width: 80px;
    height: 4px;
    background: #004EA2;
    margin: 15px 0;
}

.page-banner .text h6 {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin: 15px 0;
    width: 80%;
    line-height: 26px;
}

.page-banner .img {
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

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


@media all and (max-width:1500px){
	.gccg-wrap .w-1600{width: 1280px;}
}
@media all and (max-width:1500px){
.video-left .comp-cont{margin-top: 20px;}
.video-left ul{margin-top: 20px;}
.canguan-top{padding: 50px 0;}
.sec-2 .hd .item .business-tit{line-height: 1;}
.sec-2 .hd .item .business-cont{margin-top: 0px;}
.sec-2 .hd .item .business-det{margin-top: 5px;font-size: 14px;}
	.foot-l .com-name{font-size: 22px;}
	.foot-l .hot-num{font-size: 26px;}
/* .all-news{margin: 150px 100px 0;} */
/* .news .news-tit{left: 100px;} */
/* .news .news-type{margin-right: 100px} */
}

@media all and (max-width:1300px){
	.page-banner{margin-top: 50px;height: 360px;}
	.page-banner .text h2{font-size: 30px;}
	.page-banner .text .line{margin: 5px 0;}
	.dis-b{display: none;}
	.dis-n{display: block;}
	.sec-1{flex-wrap: wrap;}
	.video-left{width: 100%;}
	.video-right{width: 100%;}
	.video-left p{font-size: 14px;line-height: 20px;display: none;}
	.video-left p.comp-cont{display: block;}
	.sec-tit{margin-top: 15px;font-size: 30px;}
	.video-left ul{margin-top: 0px;}
	.sec-2 .hd .item .business-cont{font-size: 16px;}
	.sec-2 .hd .item .business-det{font-size: 12px;}
	#about{background-position: inherit;}
	.sec-subtit{font-size: 30px;}
	.sec-2 .hd .item.on .business-tit, .sec-2 .hd .item:hover .business-tit{font-size: 20px;}
	.sec-2 .hd .item.on .business-cont, .sec-2 .hd .item:hover .business-cont{font-size: 16px;}
	.sec-2 .hd .item{height: 160px;}
	.all-news{margin: 150px 30px 0;}
	.news .news-tit{left: 30px;}
	.news .news-type{margin-right: 30px;}
	.news-box .news-l{padding: 10px;}
	.box-bg{padding: 45px 30px;}
	.news-title{margin: 20px 0;}
	.foot-r{display: none;}
	.footer-top .foot-l{width: 38%;}
	.footer-top .foot-c{width: 60%;}
	.foot-float{display: none;}
	.gccg-wrap .w-1600{width: 1150px;}
	.gccg-wrap ul li{width: 33%;}
	.gccg-wrap .gccg-tit{margin: 50px auto 20px;font-size: 34px;}
	.gccg-wrap ul li p{line-height: 46px;}
	
	.sec3-list li{width: 19%;margin-right: 1%}
	
	.sec3-list li:nth-of-type(7n){margin-right: 1%;}

}
@media all and (max-width:1150px){
	.page-banner{height: 360px;}
	.gccg-wrap .w-1600{width: 95%;margin: 0 auto;}
	.layui-layer{width: 95% !important;}
	.prod-car .tip {display: none;}
	.prod-tit ul{margin-top: 30px;}
	.prod-box{right: 20%;}
	.prod-tit{width: 80%;}
	.prod-tit .prod-c{width: 100%;}
	.sec-tit{font-size: 24px;}
	.prod-tit .prod-c{margin-top: 20px;}
	.footer-top{padding: 35px 86px;}
	.foot-l .comp{margin: 10px 0;line-height: 20px;}
	.footer-top .foot-l{width: 100%;border: none;}
	.footer-top .foot-c{display: none;}
	
	.yqlj p{padding: 0 80px;line-height: 40px;height: 40px;}
	.canguan-top .w-1600{flex-wrap: wrap;}
	.canguan-l{width: 90%;}
	.canguan-r{width: 90%;margin: 30px auto;}
	.canguan-l .bm-cont{margin-top: 10px;}
	.canguan-l .bm-txt{margin-top: 10px;}
	
}

@media all and (max-width:800px){
	.page-banner{line-height: 260px;}
	.page-banner .text h2{font-size: 30px;}
	.page-banner{height: 260px;}
	.prod-box{left: 5%;right: 5%;width: 90%;bottom: 10%;margin: 0;}
	.sec-2 .hd{flex-wrap: wrap;}
	.sec-2 .hd .item{width: 100%;height: 100px;margin: 0;}
	.sec-2 .hd .item.on, .sec-2 .hd .item:hover{transform: none; -webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;}
	.sec-2 .hd .item.on i, .sec-2 .hd .item:hover i{top: 20px;font-size: 40px;	}
	.sec-2 .hd .item.on, .sec-2 .hd .item:hover{padding: 15px;}
	.sec-2 .hd .item .business-det{margin-top: 2px;}
	.all-news{display: none;}
	.content_box{width: 100%;}
	.business-img p{top: 40%;}
	.news .news-tit{position: unset;margin-left: 10px;}
	.swiper-container-news{display: block; width: 100%;padding: 0 10px 30px;margin-top: 30px; box-sizing: border-box; position: relative;overflow: hidden;}
	.new-img{height: 300px;width: 100%;overflow: hidden;}
	.new-img img{display: block;height: 100%;width: 100%;object-fit: cover;}
	.new-box{padding: 15px 10px;border: 1px solid #9A9A9A;background-color: #fff;}
	.new-box .new-tit{font-size: 16px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 20px;line-height: 20px;}
	.new-box .new-subtit{font-size: 14px;line-height: 18px;height: 36px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.news .news-type{width: 100%;float: none;margin: 0;}
	.news-swiper{width: 100%;overflow: hidden;}
	.com-name,.foot-l  .tips,.hot-num ,.link {display: none;}
	.footer-top .foot-l{padding: 0;}
	.news_cont{margin:auto !important;}
	.yqlj p{display: none;}
	.foot-l .comp{margin: 0px;line-height: 30px;}
	.footer-top{padding: 10px 20px;}
	.news-swiper{display: block;}
	.sec-subtit{font-size: 22px;}
	.sec-tit{font-size: 18px;margin-top: 0;}
	.gccg-wrap ul li{width: 50%;}
	.gccg-wrap ul{justify-content: space-between;}
	.gccg-wrap .gccg-tit{font-size: 30px;}
	.canguan-l .bm-cont{font-size: 28px;}
	
	.sec3-list li{width: 32.3%;}
}


@media all and (max-width:600px){
	.page-banner{height: 160px;}
	.sec-2 .hd .item .business-tit{font-size: 16px;}
	.sec-2 .hd .item.on .business-cont, .sec-2 .hd .item:hover .business-cont{font-size: 12px;}
	.sec-2 .bus-tit{left: 20px;}
	.business-img p{font-size: 26px;}
	.prod-tit .prod-c{line-height: 26px;font-size: 14px;margin-top: 10px;}
	.prod-tit ul li{line-height: 30px;}
	.sec-3 .hd{width: 100%;margin: 5px 0;}
	.sec-3 .hd .item{width: 49%;float: left;margin-right: 2%; font-size: 14px;height: 40px;line-height: 40px;margin-bottom: 2%;}
	.sec-3 .hd .item:nth-of-type(2n){margin-right: 0;}
	.sec3-pic{width: 100%;margin-top: 50px;clear: both;}
	.news .news-type li{margin-top: 15px;}
	.new-img{height: 250px;}
	.gccg-wrap ul li{width: 100%;}
	.gccg-wrap .gccg-tit{font-size: 26px;}
	.new-box .new-subtit{margin: 10px 0;}
}





#particles-js {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}


.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 10px 0px;}

.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}

.pages a:link,.pages a:visited {color:#666666;}

.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}

.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #E61636;text-decoration:none;text-align:center;padding:2px 5px;}

.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #E61636;text-align:center;margin:0px 2px;padding:2px 5px;}

.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}

.pagination {text-align:center;}

.pagination li {display:inline-block;color:#333333;height:30px;line-height:30px;margin:0px 4px;vertical-align:middle; font-size: 14px;}

.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:14px;border:1px solid #dddddd;color:#666;text-decoration:none;}

.pagination li a:hover {background:#FB9007;color:#ffffff;}

.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}

.pagination li .pageinfo strong {color:#555555;font-weight:normal;}

.pagination table {text-align:center;margin:10px 0px 0px 25%;}

.pagination table td {padding:0px 2px;}

#pages {padding:14px 0 70px;text-align:right;}

#pages a {display:inline-block;height:30px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;margin: 0;}

#pages a.a1 {background:url('../images/pages.png') no-repeat 0 5px;padding:0 5px;}

#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}

#pages span {display:inline-block;height:30px;padding:0 14px;line-height:30px;background:#164a96;border:1px solid #164a96;color:#ffffff;text-align:center;}

#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('../images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}

.hzkh-m{display: none !important;}
@media screen and (max-width:1199px) {
	.pagination li{margin: 0 2px;margin-bottom: 5px;}
	#pages a,#pages span{padding: 0 10px;}
}
@media screen and (max-width: 800px) {
	.hzkh-pc{display: none !important;}
	.hzkh-m{display: block !important;}
	#pages{padding: 20px;box-sizing: border-box;}
	.interesting-list{padding: 10px;}
}


/*企业文化*/
.ztqywh_box {
    border-radius: 0 30px 0 30px;
    background: #fafafa;
    overflow: hidden;
}
.ztqywh_tu{
  width: 50%;
}
.ztqywh_box .ztqywh_tu{
	float: left;
}
.ztqywh_box .ztqyweh_desc{float: right;}
.ztqywh_box:nth-of-type(2n) .ztqyweh_desc{
	float: left;
}
.ztqywh_box:nth-of-type(2n) .ztqywh_tu{
	float: right;
}

.ztqywh_tu img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ztqyweh_desc{
  width: 50%;
  padding: 5% 3% 0;
  line-height: 2.2em;
  box-sizing: border-box;
}
.ztqyweh_desc p span{
  font-weight: bold;
  color: #154996;
  font-size: 24px;
}
.ztqywh_box .ztqyweh_desc p{
	font-size: 16px;
	line-height: 30px;
}
.ztqywh_box+.ztqywh_box{
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
	.ztqywh_box{border-radius: 0;}
	.ztqywh_box .ztqywh_tu{border-radius: 10px;overflow: hidden;}
	.ztqyweh_desc,.ztqywh_tu{width: 100%;float: none !important;}
	.ztqyweh_desc p span{font-size: 14px;}
	
}


.lang_box {
    position: relative;
    margin-top: 21px;
    /* margin-right: 15px; */
    /* padding-bottom: 15px; */
    font-size: 14px;
    color: #333333;
    height: 40px;
    cursor: pointer;
    float: left;
}
.lang_box a {
    /* display: block; */
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #004EA2;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.lang_box a:hover {
    background-color: #004EA2;
    color: #fff;
}
@media screen and (max-width: 800px) {
	.rightmenu {
		display: none;
	}
	
}




