@charset "utf-8";

/*公共样式*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 12px;
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  zoom: 1;
}

i {
  font-style: normal;
}

input,
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

article {
  display: block;
  margin: 0 auto;
}

.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  transition: all 0.3s;
}

.zoom-img:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

/*头部*/
.header {
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.header .head-wrap {
  width: 90%;
  height: 80px;
  margin: 0 auto;
}

.header .head-wrap .logo {
  float: left;
  line-height: 80px;
}

.header .head-wrap .nav {
  float: left;
  margin-left: 240px;
}

.header .head-wrap .phone {
  float: right;
  line-height: 80px;
}

.header .head-wrap .phone .img {
  float: left;
  margin-right: 10px;
}

.header .head-wrap .phone .sp-1 {
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #339ec1;
  line-height: 25px;
  font-family: arial;
  font-weight: bold;
  margin-top: 15px;
}

.header .head-wrap .nav .nav-wrap > li {
  float: left;
  margin: 0 30px;
  line-height: 80px;
  position: relative;
}

.header .head-wrap .nav .nav-wrap > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  padding-bottom: 10px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .head-wrap .nav .nav-wrap > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 100%;
  background-color: #339ec1;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .head-wrap .nav .nav-wrap > li > a:hover:after,
.header .head-wrap .nav .nav-wrap > li.on > a:after {
  right: 0;
  color: #339ec1;
}

.header .head-wrap .nav .nav-wrap > li > a:hover {
  color: #339ec1;
}

.header .head-wrap .nav .nav-wrap > li.on > a {
  color: #339ec1;
}

.header .head-wrap .nav .nav-wrap > li .nav-box {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 8px;
  white-space: nowrap;
  z-index: 3;
  font-size: 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}

.header .head-wrap .nav .nav-wrap > li .nav-box .box {
  display: inline-block;
  margin-right: 100px;
  vertical-align: top;
  padding: 30px 0;
}

.header .head-wrap .nav .nav-wrap > li .nav-box .box a {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  text-align: left;
}

.header .head-wrap .nav .nav-wrap > li .nav-box .box a:hover {
  color: #339ec1;
  text-decoration: underline;
}

.header .head-wrap .nav .nav-wrap > li .nav-box .box .sp-1 {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.header .head-wrap .nav .nav-wrap > li .nav-box .box:last-child {
  margin-right: 0;
}

.header .head-wrap .nav .nav-wrap > li .sp-2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7px;
  width: 14px;
  height: 8px;
  z-index: 5;
}

.header .head-wrap2 {
  display: none;
  background: #339ec1;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  transition: all 0.3s;
}

.header .head-wrap2 .box {
  width: 94%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

.header .head-wrap2 .box .menu {
  width: 35px;
  text-align: center;
  float: left;
  line-height: 0;
  cursor: pointer;
}

.header .head-wrap2 .box .menu .img-1 {
  margin-top: 16px;
}

.header .head-wrap2 .box .menu .img-2 {
  display: none;
  margin-top: 20px;
}

.header .head-wrap2 .box .logo {
  width: 115px;
  position: absolute;
  left: 50%;
  margin-left: -57px;
}

.header .head-wrap2 .box .phone {
  width: 30px;
  float: right;
}

/*nav*/
.web {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 350ms;
  transition: transform 350ms;
  z-index: 2;
}

.main{
  transition: all 0.3s;
}

.menu-nav {
  position: fixed;
  transform: translate3d(-100%, 0, 0);
  width: 220px;
  height: 100vh;
  padding-top: 60px;
  padding-left: 50px;
  background: #238cae;
  transition: all 0.3s;
  z-index: 9;
}

.menu-nav a {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}

/*底部*/
.footer {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  transition: all 0.3s;
}

.footer .foot-wrap {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.footer .foot-wrap .s-box {
  font-size: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.footer .foot-wrap .s-box .box {
  float: left;
  width: 26.6%;
  height: auto;
  margin-right: 10%;
}

.footer .foot-wrap .s-box .box:last-child {
  margin: 0;
}

.footer .foot-wrap .s-box .box .h-1 {
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-weight: 600;
}

.footer .foot-wrap .s-box .box .phone {
  padding: 20px 0;
  line-height: 35px;
}

.footer .foot-wrap .s-box .box .phone .img {
  float: left;
  margin-right: 10px;
}

.footer .foot-wrap .s-box .box .phone .sp-1 {
  display: inline-block;
  float: left;
  font-size: 20px;
  color: #339ec1;
  font-family: arial;
  font-weight: bold;
}

.footer .foot-wrap .s-box .box .addre {
  padding: 15px 0;
}

.footer .foot-wrap .s-box .box .addre span {
  display: block;
  font-size: 14px;
  color: #222;
  padding-left: 25px;
}

.footer .foot-wrap .s-box .box .code {
  padding: 20px 0;
}

.footer .foot-wrap .s-box .box .code > div {
  float: left;
}

.footer .foot-wrap .s-box .box .code .text {
  font-size: 14px;
  color: #222;
  margin-left: 20px;
  padding-top: 5px;
}

.footer .foot-wrap .x-box {
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 20px 0;
}

.footer .foot-wrap .x-box a {
  color: #666;
}

.footer .foot-wrap2 {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #222;
  padding: 30px 0;
}

.footer .foot-wrap2 a {
  color: #666;
}

/*index*/
.home-page .banner .swip1 .swiper-pagination {
  bottom: 20px;
}

.home-page .banner .swip1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
}

.home-page .banner .swip1 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.home-page .banner .swip1 .text .h-1 {
  font-size: 54px;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 10px;
}

.home-page .banner .swip1 .text .art-1 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.home-page .product .title {
  font-size: 24px;
  color: #339ec1;
  padding: 50px 0;
  text-align: center;
  font-weight: bold;
}

.home-page .product .item-wrap .box-wrap {
  margin-bottom: 10px;
}

.home-page .product .item-wrap .item,
.home-page .product .item-wrap .item2 {
  float: left;
  width: 50%;
  height: auto;
  background: #f5f5f5;
  text-align: center;
  position: relative;
}

.home-page .product .item-wrap .item .a-1 {
  display: block;
  padding: 0 20%;
}

.home-page .product .item-wrap .item a .h-1 {
  font-size: 30px;
  color: #222;
  margin-bottom: 20px;
  margin-top: 25%;
}

.home-page .product .item-wrap .item a .art-1 {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page .product .item-wrap .item a .sp-1 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url(/Public/Home/images/index1.png) #339ec1 100px no-repeat;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  padding-right: 50px;
  transition: all 0.3s;
}

.home-page .product .item-wrap .item:hover a .sp-1 {
  background: url(/Public/Home/images/index1.png) #38b1d8 100px no-repeat;
}

.home-page .product .item-wrap .item2 {
  width: calc(50% - 1px);
}

.home-page .product .item-wrap .item2:nth-child(2) {
  float: right;
}

.home-page .product .item-wrap .item2 .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  background: rgba(0, 0, 0, 0.45);
}

.home-page .product .item-wrap .item2 .box .sp-1 {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 25px;
}

.home-page .product .item-wrap .item2 .text {
  position: absolute;
  right: 0;
  bottom: 7%;
  width: 61%;
  text-align: left;
  padding: 30px;
  background: rgba(79, 154, 180, 0.5);
  font-size: 16px;
  color: #fff;
}

.home-page .product .item-wrap .item2 .text .h-1 {
  font-size: 22px;
  margin-bottom: 10px;
}

.home-page .product .item-wrap .item2 .text .art-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .home-page .product .item-wrap .item3{height:515px;} */
.home-page .product .item-wrap .box-wrap:nth-child(2) .item:nth-child(1) {
  float: right;
}

.home-page .case .title {
  font-size: 24px;
  color: #339ec1;
  padding: 60px 0;
  text-align: center;
  font-weight: bold;
}

.home-page .case .item-box {
  max-width: 1700px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 80px;
}

.home-page .case .item-box .item {
  float: left;
  width: 14.2%;
  height: auto;
  padding: 25px 30px;
  position: relative;
  transition: all 0.3s;
}

.home-page .case .item-box .item > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.home-page .case .item-box .item > a .img-1 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.7s;
}

.home-page .case .item-box .item > a .img-2 {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  opacity: 0;
  transition: all 0.7s;
}

.home-page .case .item-box .item:nth-child(7n) {
  background: url(/Public/Home/images/index3.png) bottom center no-repeat;
  background-size: 100% auto;
}

.home-page .case .item-box .item:last-child {
  background: none !important;
}

.home-page .banner .swip2 {
  display: none;
}

.home-page .banner .swip2 .swiper-pagination {
  bottom: 10px;
}

.home-page .banner .swip2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
}

.home-page .banner .swip2 .text {
  position: absolute;
  width: 94%;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -47%;
  color: #fff;
}

.home-page .banner .swip2 .text .h-1 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}

.home-page .banner .swip2 .text .art-1 {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

.home-page .case .item-box2 {
  display: none;
  margin-bottom: 50px;
}

.home-page .case .item-box2 .item {
  float: left;
  width: 33.3%;
  height: auto;
  padding: 25px 30px;
}

/*视频弹窗*/
.video-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  margin-top: -250px;
  margin-left: -25%;
  background: #000;
  z-index: 6;
}

.video-box .close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/*案例页面*/
.case-page {
  width: 100%;
  height: auto;
}

.case-page .list-box {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 80px;
}

.case-page .list-box .list {
  float: left;
  width: 222px;
  height: auto;
  margin-right: 22.5px;
  margin-bottom: 22.5px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.case-page .list-box .list.list-1 {
  text-align: center;
  font-size: 40px;
  color: #666;
  letter-spacing: 10px;
}

.case-page .list-box .list:hover {
  border: 1px solid #a1d2e3;
}

.case-page .list-box .list:nth-child(5n) {
  margin-right: 0;
}

.case-page .list-box .list .img-1 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.7s;
}

.case-page .list-box .list .img-2 {
  position: absolute;
  top: 90px;
  left: 0;
  opacity: 0;
  transition: all 0.7s;
}

.load {
  display: none;
  text-align: center;
}

.load .sp-1 {
  display: inline-block;
  font-size: 11px;
  color: #ccc;
  padding-left: 15px;
}

/*产品案例页面*/
.product-page {
  width: 100%;
  height: auto;
}

.product-page .nav {
  width: 100%;
  height: 50px;
  background: #339ec1;
}

.product-page .nav .nav-wrap {
  font-size: 0;
  text-align: center;
}

.product-page .nav .nav-wrap > li {
  display: inline-block;
  position: relative;
}

.product-page .nav .nav-wrap > li > a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
}

.product-page .nav .nav-wrap > li.on > a {
  background: #0989b3;
}

.product-page .nav .nav-wrap > li > a:hover {
  background: #0989b3;
}

.product-page .nav .nav-wrap > li .box {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #0989b3;
  text-align: left;
  width: 220px;
}

.product-page .nav .nav-wrap > li .box a {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  padding-left: 20px;
  padding-right: 50px;
  white-space: nowrap;
}

.product-page .nav .nav-wrap > li .box a:hover {
  background: #339ec1;
}

.product-page .prod-wrap {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}

.product-page .prod-wrap .box-1 {
  font-size: 16px;
  color: #222;
  line-height: 30px;
}

.product-page .prod-wrap .box-1 .h-1 {
  font-size: 24px;
  color: #339ec1;
  margin-bottom: 30px;
  font-weight: bold;
}

.product-page .prod-wrap .d-4 {
  display: none;
  width: 100%;
  height: 20px;
  background: #f7f7f7;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.product-page .prod-wrap .box-2 {
  margin-top: 80px;
}

.product-page .prod-wrap .box-2 .nav-box {
  font-size: 0;
  width: 100%;
  height: auto;
  background: #f2f2f2;
}

.product-page .prod-wrap .box-2 .nav-box a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  padding: 0 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.product-page .prod-wrap .box-2 .nav-box a.on {
  background: #0989b3;
  color: #fff;
}

.product-page .prod-wrap .box-2 .nav-box a:hover {
  background: #0989b3;
  color: #fff;
}

.product-page .prod-wrap .box-2 .box {
  line-height: 30px;
}

.product-page .prod-wrap .box-2 .box .art-1 {
  font-size: 16px;
  color: #666;
}

.product-page .prod-wrap .box-2 .box .art-1 .h-1 {
  font-size: 24px;
  color: #222;
  border-bottom: 1px solid #dcdcdc;
  margin: 50px 0 30px;
  padding-bottom: 20px;
}

.product-page .prod-wrap .box-3 .box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  margin-top: 50px;
}

.product-page .prod-wrap .box-3 .box > .d-1 {
  float: left;
  font-size: 18px;
  color: #fff;
  background: #339ec1;
  padding: 0 20px;
}

.product-page .prod-wrap .box-3 .box > .d-2 {
  float: right;
  font-size: 14px;
  padding: 0 20px;
}

.product-page .prod-wrap .box-3 .box > .d-2 a {
  color: #999;
}

.product-page .prod-wrap .box-3 .d-3 {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  text-align: center;
}

.product-page .prod-wrap .box-3 .d-3 a {
  font-size: 12px;
  color: #339ec1;
}

.product-page .prod-wrap .box-3 .item-box {
  padding: 40px 0 60px;
}

.product-page .prod-wrap .box-3 .item-box .item {
  float: left;
  width: 20%;
  height: auto;
  padding: 20px;
  background: url(/Public/Home/images/index2.png) no-repeat;
  background-size: 100% 100%;
}

.product-page .prod-wrap .box-3 .item-box .item:nth-child(5n) {
  background: url(/Public/Home/images/index3.png) bottom no-repeat;
  background-size: 100% auto;
}

.product-page > .nav-box {
  display: none;
  margin-top: 30px;
}

.product-page .nav-box .box {
  border-top: 1px solid #dcdcdc;
  padding: 0 3%;
}

.product-page .nav-box .box .box-wrap {
  display: none;
  padding: 0 3%;
  padding-bottom: 20px;
}

.product-page .nav-box .box .box-wrap a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  color: #666;
}

.product-page .nav-box .box .h-1 {
  font-size: 13px;
  color: #222;
  height: 40px;
  line-height: 40px;
  background: url(/Public/Home/images/index12.png) right no-repeat;
  background-size: 8px 14px;
}

.product-page .nav-box .box .box-wrap a.on {
  color: #339ec1;
}

/*关于页面*/
.about-page {
  width: 100%;
  height: auto;
}

.about-page .nav {
  width: 100%;
  height: 50px;
  background: #339ec1;
}

.about-page .nav .nav-wrap {
  font-size: 0;
  text-align: center;
}

.about-page .nav .nav-wrap a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
}

.about-page .nav .nav-wrap a.on {
  background: #0989b3;
}

.about-page .nav .nav-wrap a:hover {
  background: #0989b3;
}

.about-page .about-wrap {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}

.about-page .about-wrap .art-1 {
  font-size: 16px;
  color: #222;
}

.about-page .about-wrap .art-1 .h-1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 40px;
}

.about-page .about-wrap .list-box {
  margin: 50px 0;
}

.about-page .about-wrap .list-box .list {
  float: left;
  width: 48%;
  height: auto;
  margin-right: 4%;
}

.about-page .about-wrap .list-box .list:nth-child(2n) {
  margin-right: 0;
}

.about-page .about-wrap .list-box .list .text {
  font-size: 16px;
  color: #222;
  padding: 30px 10px;
}

.about-page .about-wrap .list-box .list .text .h-1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}

.about-page .about-wrap .item-box {
  margin: 60px 0;
}

.about-page .about-wrap .item-box .item {
  float: left;
  width: 25%;
  height: auto;
  padding: 0 4%;
  margin-bottom: 50px;
}

.about-page .about-wrap .item-box .item .img {
  text-align: center;
}

.about-page .about-wrap .item-box .item .text {
  font-size: 16px;
  color: #222;
  height: 104px;
}

.about-page .about-wrap .item-box .item .text .h-1 {
  font-size: 24px;
  color: #222;
  text-align: center;
  margin: 20px 0;
}

.posit {
  display: none;
  width: 100%;
  height: 40px;
  font-size: 0;
  line-height: 40px;
  background: #f6f6f6;
  padding: 0 3%;
}

.posit span {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.posit span a {
  color: #999;
}

.posit span.sp-1 a {
  color: #339ec1;
}

.about-page .nav-box {
  display: none;
}

.about-page .nav-box a {
  display: block;
  border-top: 1px solid #ededed;
  padding: 3%;
  font-size: 13px;
  color: #222;
  background: url(/Public/Home/images/index12.png) 97% no-repeat;
  background-size: 8px 14px;
}

.about-page .nav-box a.on {
  color: #339ec1;
  background: url(/Public/Home/images/index13.png) 97% no-repeat;
  background-size: 8px 14px;
}

/*建谈页面*/
.jiantan-page {
  width: 100%;
  height: auto;
}

.jiantan-page .jiantan-wrap {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}

.jiantan-page .box > div {
  float: left;
}

.jiantan-page .box .l-box {
  width: 71.6%;
  height: auto;
  margin-right: 1.6%;
}

.jiantan-page .box .l-box > div {
  float: left;
}

.jiantan-page .box .l-box .img {
  width: 32.5%;
  height: auto;
}

.jiantan-page .box .l-box .h-1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}

.jiantan-page .box .l-box .text {
  width: 67.5%;
  height: 438px;
  padding: 3%;
  background: #f9f9f9;
  font-size: 16px;
  color: #222;
  overflow-y: auto;
}

.jiantan-page .box .l-box .text::-webkit-scrollbar {
  display: none;
}

.jiantan-page .box .r-box {
  width: 26.8%;
  height: 438px;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.jiantan-page .box .r-box .h-1 {
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
}

.jiantan-page .box .r-box .list-box {
  padding: 20px;
  width: 100%;
  height: 385px;
  overflow: hidden;
}

.jiantan-page .box .r-box .list-box .list a {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.jiantan-page .box .r-box .list-box .list a > div {
  float: left;
}

.jiantan-page .box .r-box .list-box .list .img {
  max-width: 32%;
}

.jiantan-page .box .r-box .list-box .list .text {
  max-width: 68%;
  font-size: 14px;
  height: 48px;
  line-height: 24px;
  color: #222;
  padding: 0 20px;
  padding-right: 0;
  margin: 7px 0;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jiantan-page .box .r-box .list-box .list a:hover .text {
  color: #339ec1;
  text-decoration: underline;
}

.jiantan-page .item-box {
  margin: 40px 0;
}

.jiantan-page .item-box .item {
  float: left;
  width: 48%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 40px;
}

.jiantan-page .item-box .item:nth-child(2n) {
  margin-right: 0;
}

.jiantan-page .item-box .item .text {
  padding: 15px 0;
  font-size: 16px;
  color: #222;
  transition: all 0.3s;
}

.jiantan-page .item-box .item:hover .text {
  color: #339ec1;
}

.jiantan-page .item-box .item .img {
  position: relative;
}

.jiantan-page .item-box .item .img .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
}

/*联系我们*/
.contact-page {
  width: 100%;
  height: auto;
}

.contact-page .nav {
  width: 100%;
  height: 50px;
  background: #339ec1;
}

.contact-page .nav .nav-wrap {
  font-size: 0;
  text-align: center;
}

.contact-page .nav .nav-wrap a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
}

.contact-page .nav .nav-wrap a.on {
  background: #0989b3;
}

.contact-page .nav .nav-wrap a:hover {
  background: #0989b3;
}

.contact-page .cont-wrap {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}

.contact-page .cont-wrap .address > div {
  float: left;
  width: 50%;
}

.contact-page .cont-wrap .address {
  font-size: 16px;
  color: #222;
  line-height: 33px;
}

.contact-page .cont-wrap .address .l-box {
  font-size: 16px;
  color: #222;
}

.contact-page .cont-wrap .address .h-1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}

.contact-page .cont-wrap .address .r-box form label {
  display: block;
  margin-bottom: 10px;
}

.contact-page .cont-wrap .address .r-box form label input {
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #999;
  border: 1px solid #e8e8e8;
  padding: 0 20px;
}

.contact-page .cont-wrap .address .r-box form textarea {
  width: 100%;
  height: 130px;
  padding: 20px;
  font-size: 16px;
  color: #999;
  border: 1px solid #e8e8e8;
}

.contact-page .cont-wrap .address .r-box form .btn {
  display: inline-block;
  height: 50px;
  background: #339ec1;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: 0;
  padding: 0 50px;
  margin-top: 5px;
}

.contact-page .cont-wrap .map-box {
  margin: 70px 0;
  height: 560px;
  overflow: hidden;
}

.contact-page .cont-wrap .list-box {
  margin: 60px 0;
}

.contact-page .cont-wrap .list-box .list {
  margin-bottom: 10px;
}

.contact-page .cont-wrap .list-box .list .h-1 {
  font-size: 18px;
  color: #222;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  background: url(/Public/Home/images/index5.png) #f0f0f0 98% no-repeat;
}

.contact-page .cont-wrap .list-box .list .text {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  padding: 20px;
  background: #f9f9f9;
}

.public {
  display: none;
}

.public a {
  display: block;
  border-top: 1px solid #ededed;
  padding: 3%;
  font-size: 13px;
  color: #222;
  background: url(/Public/Home/images/index12.png) 97% no-repeat;
  background-size: 8px 14px;
}

.public a.on {
  color: #339ec1;
  background: url(/Public/Home/images/index13.png) 97% no-repeat;
  background-size: 8px 14px;
}

/*视野页面*/
.view-page {
  width: 100%;
  height: auto;
}

.view-page .nav {
  width: 100%;
  height: 50px;
  background: #339ec1;
}

.view-page .nav .nav-wrap {
  font-size: 0;
  text-align: center;
}

.view-page .nav .nav-wrap a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
}

.view-page .nav .nav-wrap a.on {
  background: #0989b3;
}

.view-page .nav .nav-wrap a:hover {
  background: #0989b3;
}

.view-page .view-wrap {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.view-page .view-wrap .item-box {
  margin: 60px 0;
}

.view-page .view-wrap .item-box .item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.view-page .view-wrap .item-box .item:last-child {
  border: 0;
}

.view-page .view-wrap .item-box .item a > div {
  float: left;
}

.view-page .view-wrap .item-box .item:nth-child(2n) .img {
  float: right;
}

.view-page .view-wrap .item-box .img {
  width: 50%;
}

.view-page .view-wrap .item-box .text {
  width: 50%;
  font-size: 16px;
  color: #666;
  padding: 4%;
  line-height: 30px;
}

.view-page .view-wrap .item-box .text .h-1 {
  font-size: 22px;
  color: #222;
  margin-bottom: 30px;
}

.view-page .view-wrap .list-box {
  margin-top: 60px;
}

.view-page .view-wrap .list-box .list {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 50px;
}

.view-page .view-wrap .list-box .list:nth-child(2n) {
  margin-right: 0;
}

.view-page .view-wrap .list-box .list .text {
  padding-top: 20px;
}

.view-page .view-wrap .list-box .list .text .h-1 {
  font-size: 22px;
  color: #222;
  transition: all 0.3s;
}

.view-page .view-wrap .list-box .list .text .art-1 {
  font-size: 14px;
  color: #666;
  margin: 20px 0 10px;
}

.view-page .view-wrap .list-box .list .text .sp-1 {
  color: #999;
}

.view-page .view-wrap .list-box .list:hover .text .h-1 {
  color: #339ec1;
}

.view-page .view-wrap .nav-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 60px;
}

.view-page .view-wrap .nav-box a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin: 0 5px;
  vertical-align: top;
}

.view-page .view-wrap .nav-box span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin: 0 5px;
}

.view-page .view-wrap .nav-box a.on {
  background: #339ec1;
  color: #fff;
}

.view-page .view-wrap .box {
  margin: 60px 0;
}

.view-page .view-wrap .box .title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

.view-page .view-wrap .box .title .h-1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}

.view-page .view-wrap .box .title span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 15px;
}

.view-page .view-wrap .box .img {
  margin: 50px 0;
}

.view-page .view-wrap .box .introd {
  padding: 30px;
  background: #f4f4f4;
  font-size: 16px;
  color: #339ec1;
}

.view-page .view-wrap .box .introd .h-1 {
  font-size: 18px;
  color: #339ec1;
  font-weight: 600;
  margin-bottom: 20px;
}

.view-page .view-wrap .box .art-1 {
  margin: 40px 0;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
}

.view-page .view-wrap .box .paging {
  width: 100%;
  height: auto;
}

.view-page .view-wrap .box .paging .l-box {
  float: left;
}

.view-page .view-wrap .box .paging .r-box {
  float: right;
}

.view-page .view-wrap .box .paging .l-box span {
  display: block;
  font-size: 16px;
  color: #999;
}

.view-page .view-wrap .box .paging .l-box span a {
  color: #222;
  transition: all 0.3s;
}

.view-page .view-wrap .box .paging .l-box span a:hover {
  color: #339ec1;
  text-decoration: underline;
}

.view-page .view-wrap .box .paging .r-box {
  background: #373939;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  padding-right: 55px;
}

.view-page .view-wrap .box .paging .r-box a {
  display: block;
  color: #fff;
}

.view-page .view-wrap .d-3 {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #339ec1;
  text-align: center;
  margin-bottom: 30px;
}

.view-page .view-wrap .d-3 a {
  font-size: 12px;
  color: #fff;
}

/* 建谈 */
.talk-wrap {
  max-width: 1247px;
  margin: 0 auto;
  width: 100%;
}

.talk-content .box-1 {
  margin: 90px 0 95px;
}

.talk-content .box-2 {
  padding: 35px;
  background-color: #356c81;
  margin-bottom: 60px;
  line-height: 1;
}

.talk-content .box-2 .title {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 0;
  padding-left: 60px;
  background-image: url(/Public/Home/images/icon1.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  border-bottom: 1px solid #f2f6f7;
  margin-bottom: 35px;
}

.talk-content .box-2 .column {
  font-size: 0;
  margin-bottom: 50px;
  padding: 0 10px;
}

.talk-content .box-2 .column:last-child {
  margin-bottom: 0;
}

.talk-content .box-2 .number {
  display: inline-block;
  vertical-align: top;
  width: 85px;
  line-height: 1;
  font-size: 66px;
  color: #356c81;
  background-color: #ffffff;
}

.talk-content .box-2 .text-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 85px);
  padding-left: 25px;
}

.talk-content .box-2 .h1 {
  font-size: 26px;
  color: #ffffff;
  line-height: 38px;
}

.talk-content .box-2 .text {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 300;
}

.talk-content .box-3 {
  margin-bottom: 60px;
}

.talk-content .box-4 {
  margin-bottom: 60px;
}

.talk-content .box-5 {
  margin-bottom: 70px;
}

.talk-content .box-6 {
  margin-bottom: 120px;
}

.talk-content .box-7 {
  margin-bottom: 90px;
  padding: 50px 40px;
  background-color: #f0f0f0;
  line-height: 1;
}

.talk-content .box-7 .title {
  font-size: 50px;
  color: #356c81;
  padding: 10px 0;
  padding-left: 75px;
  background-image: url(/Public/Home/images/icon2.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  border-bottom: 2px solid #356c81;
  margin-bottom: 60px;
}

.talk-content .box-7 .column {
  margin-bottom: 65px;
}

.talk-content .box-7 .column:last-child {
  margin-bottom: 0;
}

.talk-content .box-7 .h1 {
  font-size: 30px;
  color: #356c81;
  line-height: 48px;
  font-weight: 300;
}

.talk-content .box-7 .text {
  font-size: 26px;
  color: #666666;
  line-height: 48px;
  font-weight: 300;
}

/*index*/
@media only screen and (max-width: 1900px) {
  .header .head-wrap .nav {
    float: right;
    margin-left: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .talk-wrap {
    max-width: 900px;
  }

  .talk-content .box-2 .title {
    font-size: 30px;
    background-size: 20px auto;
    padding-left: 40px;
  }

  .talk-content .box-2 .number {
    width: 50px;
    font-size: 40px;
  }

  .talk-content .box-2 .text-box {
    padding-left: 15px;
  }

  .talk-content .box-2 .h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .talk-content .box-2 .text {
    font-size: 14px;
    line-height: 20px;
  }

  .talk-content .box-7 .title {
    font-size: 30px;
    background-size: 26px auto;
    padding-left: 40px;
  }

  .talk-content .box-7 .h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .talk-content .box-7 .text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .header .head-wrap .nav .nav-wrap > li {
    margin: 0 20px;
    margin-right: 10px;
  }

  .home-page .case .item-box .item {
    width: 16.6%;
    background: url(/Public/Home/images/index2.png) right no-repeat !important;
    background-size: 100% 100% !important;
  }

  .home-page .case .item-box .item:nth-child(6n) {
    background: url(/Public/Home/images/index3.png) bottom no-repeat !important;
    background-size: 100% auto !important;
  }

  .home-page .product .item-wrap .item a .h-1 {
    margin-top: 20%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .header .head-wrap .nav .nav-wrap > li .nav-box .box {
    margin-right: 50px;
  }

  .header .head-wrap .nav .nav-wrap > li {
    margin: 0 8px;
  }

  .home-page .product .item-wrap .item2 .text {
    padding: 15px;
  }

  .home-page .case .item-box .item {
    width: 20%;
    background: url(/Public/Home/images/index2.png) right no-repeat !important;
    background-size: 100% 100% !important;
  }

  .home-page .case .item-box .item:nth-child(5n) {
    background: url(/Public/Home/images/index3.png) bottom no-repeat !important;
    background-size: 100% auto !important;
  }

  .footer .foot-wrap {
    padding: 0 15px;
  }

  .footer .foot-wrap .s-box .box {
    width: 30%;
    margin-right: 5%;
  }

  .talk-wrap {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .header .head-wrap {
    display: none;
  }

  .header .head-wrap2 {
    display: block;
  }

  .menu-nav {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .main {
    padding-top: 60px;
    width: 100%;
  }

  .header {
    border: 0;
  }

  .home-page .product .item-wrap .item a .h-1 {
    margin-top: 10%;
    margin-bottom: 10px;
  }

  .home-page .product .item-wrap .item a .art-1 {
    margin-bottom: 20px;
  }

  .home-page .case .item-box .item {
    width: 25%;
    background: url(/Public/Home/images/index2.png) right no-repeat !important;
    background-size: 100% 100% !important;
  }

  .home-page .case .item-box .item:nth-child(4n) {
    background: url(/Public/Home/images/index3.png) bottom no-repeat !important;
    background-size: 100% auto !important;
  }

  .home-page .product .item-wrap .item2 .box {
    padding-top: 20%;
  }

  .talk-wrap {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home-page .banner .swip1 {
    display: none;
  }

  .home-page .banner .swip2 {
    display: block;
  }

  .home-page .product {
    width: 94%;
    margin: 0 auto;
  }

  .home-page .product .title {
    font-size: 18px;
    padding: 30px 0;
  }

  .home-page .product .item-wrap .item,
  .home-page .product .item-wrap .item2 {
    width: 100%;
    margin-bottom: 0;
  }

  .home-page .product .item-wrap .item2:nth-child(1) {
    margin-bottom: 10px;
  }

  .home-page .product .item-wrap .item:nth-child(2n) {
    margin-bottom: 10px;
  }

  .home-page .product .item-wrap .item .a-1 {
    padding: 0 10%;
  }

  .home-page .product .item-wrap .item a .h-1 {
    margin-top: 10%;
    font-size: 18px;
  }

  .home-page .product .item-wrap .item a .art-1 {
    font-size: 12px;
    height: 36px;
  }

  .home-page .product .item-wrap .item a .sp-1 {
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    padding: 0 15px;
    padding-right: 30px;
    background: url(/Public/Home/images/index1.png) #339ec1 70px no-repeat;
    background-size: 7px 5px;
  }

  .home-page .product .item-wrap .item2 .text {
    padding: 10px;
  }

  .home-page .product .item-wrap .item2 .text .h-1 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .home-page .product .item-wrap .item2 .text .art-1 {
    font-size: 11px;
  }

  .home-page .case {
    width: 94%;
    margin: 0 auto;
  }

  .home-page .case .title {
    padding: 30px 0;
  }

  .home-page .case .item-box {
    display: none;
  }

  .home-page .case .item-box2 {
    display: block;
  }

  .home-page .case .item-box2 .item {
    padding: 10px 15px;
  }

  .home-page .case .item-box .item > a .img-2 {
    top: 70px;
  }

  .video-box {
    width: 80%;
    margin-left: -40%;
    margin-top: -20%;
  }

  .footer .foot-wrap {
    display: none;
  }

  .footer .foot-wrap2 {
    width: 94%;
    display: block;
    margin: 0 auto;
  }

  .home-page .product .item-wrap .item2 .box {
    padding-top: 25%;
  }

  .home-page .product .item-wrap .item2 .box img {
    width: 0.95rem;
    height: 0.95rem;
  }

  .home-page .product .item-wrap .item2 .box .sp-1 {
    font-size: 0.36rem;
    font-weight: normal;
  }
}

/*about*/
@media only screen and (max-width: 1024px) {
  .about-page .about-wrap {
    padding: 0 3%;
    padding-top: 50px;
  }

  .case-page {
    padding: 0;
  }

  .case-page .list-box {
    padding: 50px 3% 80px;
  }

  .contact-page .cont-wrap {
    padding: 0 3%;
    padding-top: 50px;
  }

  .jiantan-page .jiantan-wrap {
    padding: 0 3%;
    padding-top: 50px;
  }

  .product-page .prod-wrap {
    padding: 0 3%;
    padding-top: 50px;
  }

  .view-page .view-wrap {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 768px) {
  .about-page .about-wrap {
    margin: 0 auto;
  }

  .about-page .nav {
    display: none;
  }

  .posit {
    display: block;
  }

  .about-page .about-wrap {
    padding-top: 25px;
  }

  .about-page .about-wrap .art-1 {
    font-size: 12px;
  }

  .about-page .about-wrap .art-1 .h-1 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .about-page .about-wrap .list-box {
    margin: 25px 0;
  }

  .about-page .about-wrap .list-box .list {
    width: 100%;
    margin-right: 0;
  }

  .about-page .about-wrap .list-box .list .text {
    padding: 15px 0;
    font-size: 12px;
  }

  .about-page .about-wrap .list-box .list .text .h-1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .about-page .nav-box {
    display: block;
  }

  .about-page .about-wrap .item-box {
    margin: 30px 0;
  }

  .about-page .about-wrap .item-box .item {
    width: 100%;
    padding: 0;
  }

  .about-page .about-wrap .item-box .item .img {
    float: left;
    width: 17%;
  }

  .about-page .about-wrap .item-box .item .text {
    float: left;
    width: 83%;
    padding-left: 15px;
    font-size: 12px;
  }

  .about-page .about-wrap .item-box .item .text .h-1 {
    text-align: left;
    margin: 0;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .talk-wrap {
    max-width: 94%;
    width: 100%;
  }

  .talk-content .box-1 {
    margin: 30px 0;
  }

  .talk-content .box-2 {
    padding: 15px;
    margin-bottom: 30px;
  }

  .talk-content .box-2 .title {
    font-size: 20px;
    background-size: 16px auto;
    margin-bottom: 20px;
  }

  .talk-content .box-2 .column {
    padding: 0;
    margin-bottom: 20px;
  }

  .talk-content .box-2 .text-box {
    width: calc(100% - 50px);
  }

  .talk-content .box-3 {
    margin-bottom: 30px;
  }

  .talk-content .box-4 {
    margin-bottom: 30px;
  }

  .talk-content .box-5 {
    margin-bottom: 30px;
  }

  .talk-content .box-6 {
    margin-bottom: 30px;
  }

  .talk-content .box-7 {
    padding: 15px;
    margin-bottom: 50px;
  }

  .talk-content .box-7 .title {
    font-size: 20px;
    background-size: 20px auto;
    margin-bottom: 20px;
  }

  .talk-content .box-7 .column {
    margin-bottom: 20px;
  }

  .talk-content .box-7 .h1 {
    font-size: 16px;
  }

  .talk-content .box-7 .text {
    font-size: 14px;
  }
}

/*case*/
@media only screen and (max-width: 1216px) {
  .case-page {
    padding: 0 3%;
  }

  .case-page .list-box .list:nth-child(4n) {
    margin-right: 0;
  }

  .case-page .list-box .list:nth-child(5n) {
    margin-right: 22.5px;
  }
}

@media only screen and (max-width: 1034px) {
  .case-page .list-box .list:nth-child(3n) {
    margin-right: 22.5px;
  }

  .case-page .list-box .list:nth-child(4n) {
    margin-right: 22.5px;
  }

  .case-page .list-box .list:nth-child(5n) {
    margin-right: 22.5px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /*.case-page .list-box .list{width:23.8%;margin-right:1.6%;}*/
  /*.case-page .list-box .list:nth-child(4n){margin-right:0 !important;}*/
  /*.case-page .list-box .list:nth-child(5n){margin-right:1.6%;}*/
}

@media only screen and (max-width: 768px) {
  .case-page {
    padding-bottom: 25px;
  }

  .case-page .list-box {
    padding: 10px 3% 0;
  }

  .case-page .list-box .list {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0;
    border: 0;
    padding: 3px;
    background: url(/Public/Home/images/index2.png) bottom right no-repeat;
    background-size: 100% 100%;
  }

  .case-page .list-box .list:hover {
    border: 0;
  }

  .case-page .list-box .list:nth-child(5n) {
    margin-right: 0.5%;
  }

  .case-page .list-box .list:nth-child(4n) {
    margin-right: 0.5%;
  }

  .case-page .list-box .list:nth-child(3n) {
    margin: 0;
    background: url(/Public/Home/images/index3.png) bottom right no-repeat;
    background-size: 100% auto;
  }

  .case-page .list-box .list:last-child {
    background: none;
  }

  .load {
    display: block;
    margin-top: 10px;
  }
}

/*contact*/
@media only screen and (max-width: 1024px) {
  .contact-page .cont-wrap .map-box {
    height: 442px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page .nav {
    display: none;
  }

  .contact-page .cont-wrap {
    padding: 0 3%;
    padding-top: 25px;
  }

  .contact-page .cont-wrap .address > div {
    width: 100%;
  }

  .contact-page .cont-wrap .address {
    font-size: 12px;
    line-height: 24px;
  }

  .contact-page .cont-wrap .address .l-box {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
  }

  .contact-page .cont-wrap .address .h-1 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contact-page .cont-wrap .address .r-box form label input {
    font-size: 12px;
  }

  .contact-page .cont-wrap .address .r-box form textarea {
    font-size: 12px;
    height: 100px;
  }

  .contact-page .cont-wrap .address .r-box form .btn {
    height: 40px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
  }

  .contact-page .cont-wrap .map-box {
    margin: 35px 0 50px;
    height: 250px;
  }

  .public {
    display: block;
  }

  .contact-page .cont-wrap .list-box {
    margin: 30px 0 45px;
  }

  .contact-page .cont-wrap .list-box .list .h-1 {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
  }

  .contact-page .cont-wrap .list-box .list .text {
    font-size: 12px;
    line-height: 24px;
  }
}

/*jiantan*/
@media only screen and (max-width: 1199px) {
  .jiantan-page .box .l-box .text {
    height: auto;
  }

  .jiantan-page .box .r-box {
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .jiantan-page .box .r-box .list-box .list .text {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 768px) {
  .jiantan-page .jiantan-wrap {
    padding: 0 3%;
    padding-top: 30px;
  }

  .jiantan-page .box .l-box {
    width: 100%;
    margin-right: 0;
  }

  .jiantan-page .box .l-box .img {
    width: 140px;
    height: auto;
  }

  .jiantan-page .box .r-box {
    display: none;
  }

  .jiantan-page .box .l-box .text {
    width: 100%;
    height: auto !important;
    background: #ffffff;
    padding: 0;
    margin-top: 20px;
    font-size: 12px;
  }

  .jiantan-page .box .l-box .h-1 {
    font-size: 15px;
    font-weight: bold;
  }

  .jiantan-page .item-box {
    margin-bottom: 0;
  }

  .jiantan-page .item-box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .jiantan-page .item-box .item .text {
    font-size: 12px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*porduct*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .product-page .prod-wrap .box-3 .item-box .item {
    width: 24%;
    transition: all 0.3s;
  }

  .product-page .prod-wrap .box-3 .item-box .item:nth-child(4n) {
    background: url(/Public/Home/images/index3.png) bottom no-repeat;
    background-size: 100% auto;
  }

  .product-page .prod-wrap .box-3 .item-box .item:nth-child(5n) {
    background: url(/Public/Home/images/index2.png) bottom no-repeat;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 768px) {
  .product-page .prod-wrap {
    padding: 15px 0;
  }

  .product-page .nav {
    display: none;
  }

  .product-page .prod-wrap .d-4 {
    display: block;
  }

  .product-page .prod-wrap .box-2 .nav-box {
    display: none;
  }

  .product-page .prod-wrap .box-1 {
    font-size: 12px;
    padding: 0 3%;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .product-page .prod-wrap .box-1 .h-1 {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    background: url(/Public/Home/images/index104.jpg) right no-repeat;
    background-size: 16px 10px;
  }

  .product-page .prod-wrap .box-2 {
    margin-top: 0;
    padding: 0 3%;
  }

  .product-page .prod-wrap .box-2 .box {
    line-height: 24px;
  }

  .product-page .prod-wrap .box-2 .box .art-1 .h-1 {
    margin: 25px 0 15px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 15px;
  }

  .product-page .prod-wrap .box-2 .box .art-1 {
    font-size: 12px;
  }

  .product-page .prod-wrap .box-3 {
    padding: 0 3%;
  }

  .product-page .prod-wrap .box-3 .box > .d-2 {
    display: none;
  }

  .product-page .prod-wrap .box-3 .box {
    height: 40px;
    line-height: 40px;
  }

  .product-page .prod-wrap .box-3 .box > .d-1 {
    font-size: 15px;
  }

  .product-page .prod-wrap .box-3 .item-box .item {
    width: 33.3%;
    background: url(/Public/Home/images/index2.png) bottom right no-repeat !important;
    background-size: 100% 100% !important;
  }

  .product-page .prod-wrap .box-3 .item-box .item:nth-child(3n) {
    background: url(/Public/Home/images/index3.png) bottom right no-repeat !important;
    background-size: 100% auto !important;
  }

  .product-page .prod-wrap .box-3 .box {
    margin-top: 40px;
  }

  .product-page .prod-wrap .box-3 .item-box {
    padding: 20px 0 30px;
  }

  .product-page .prod-wrap .box-3 .d-3 {
    display: block;
  }

  .product-page .nav-box {
    display: block;
  }
}

/*view*/
@media only screen and (max-width: 768px) {
  .view-page .nav {
    display: none;
  }

  .view-page .view-wrap {
    padding: 0 3%;
  }

  .view-page .view-wrap .item-box {
    margin: 30px 0;
  }

  .view-page .view-wrap .item-box .item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .view-page .view-wrap .item-box .item a > div {
    width: 100%;
  }

  .view-page .view-wrap .item-box .text {
    padding: 15px 0;
    font-size: 12px;
    line-height: 24px;
  }

  .view-page .view-wrap .item-box .text .h-1 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .view-page .view-wrap .list-box {
    margin-top: 30px;
  }

  .view-page .view-wrap .list-box .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .view-page .view-wrap .list-box .list .text .h-1 {
    font-size: 15px;
  }

  .view-page .view-wrap .list-box .list .text {
    padding-top: 10px;
  }

  .view-page .view-wrap .list-box .list .text .art-1 {
    margin: 10px 0 5px;
    font-size: 11px;
  }

  .view-page .view-wrap .list-box .list .text .sp-1 {
    font-size: 12px;
  }

  /* .view-page .view-wrap .nav-box{display: none;} */
  .view-page .view-wrap .box {
    margin: 30px 0;
  }

  .view-page .view-wrap .box .title {
    padding-bottom: 15px;
  }

  .view-page .view-wrap .box .title .h-1 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .view-page .view-wrap .box .title span {
    font-size: 12px;
  }

  .view-page .view-wrap .box .img {
    margin: 15px 0;
  }

  .view-page .view-wrap .box .introd {
    padding: 15px;
    font-size: 12px;
  }

  .view-page .view-wrap .box .introd .h-1 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .view-page .view-wrap .box .art-1 {
    margin: 15px 0;
    font-size: 12px;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .view-page .view-wrap .box .art-1 .h-2 {
    font-size: 12px !important;
    padding: 10px 15px !important;
  }

  .view-page .view-wrap .box .paging {
    display: none;
  }

  .view-page .view-wrap .d-3 {
    display: block;
  }
}

/* 2021.12.14 */
.w1410 {
  max-width: 1410px;
  width: 90%;
  margin: 0 auto;
}

.mImg {
  display: none;
}

.homeBox-1 {
  padding: 58px 0 105px;
}

.homeBox-1 .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homeBox-1 .lBox {
  width: 61%;
}

.homeBox-1 .rBox {
  width: 35%;
}

.homeBox-1 .topBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  border-bottom: 2px solid #f3f3f3;
}

.homeBox-1 .cn {
  font-size: 26px;
  color: #339ec1;
  line-height: 50px;
  font-weight: bold;
}

.homeBox-1 .en {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  font-weight: bold;
}

.homeBox-1 .more {
  font-size: 14px;
  color: #339ec1;
  line-height: 50px;
}

.homeBox-1 .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.homeBox-1 .img {
  width: 40%;
}

.homeBox-1 .lBox .listBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 56%;
  padding-top: 5px;
}

.homeBox-1 .lBox .h1 {
  font-size: 20px;
  color: #333333;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 5px;
}

.homeBox-1 .text {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}

.homeBox-1 .rBox .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  transition: all 0.3s;
}

.homeBox-1 .dateBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 74px;
  padding: 12px 0;
  background-color: #c1c1c1;
  transition: all 0.3s;
}

.homeBox-1 .dateBox > div {
  transition: all 0.3s;
}

.homeBox-1 .day {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}

.homeBox-1 .line {
  width: 40%;
  height: 1px;
  margin: 7px 0 4px;
  background-color: #dfdfdf;
}

.homeBox-1 .years {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.homeBox-1 .rBox .h1 {
  width: calc(100% - 97px);
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.homeBox-1 .rBox .item:hover {
  background-color: #38a7cb;
}

.homeBox-1 .rBox .item:hover .dateBox {
  background-color: #ffffff;
}

.homeBox-1 .rBox .item:hover .dateBox > div {
  color: #339ec1;
}

.homeBox-1 .rBox .item:hover .line {
  background-color: #339ec1;
}

.homeBox-1 .rBox .item:hover .h1 {
  color: #fff;
}

.home-page .publicTitle {
  text-align: center;
}

.home-page .publicTitle .cn {
  font-size: 28px;
  color: #339ec1;
  line-height: 40px;
  font-weight: bold;
}

.home-page .publicTitle .en {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

.homeBox-2 {
  padding: 68px 0 95px;
  background-color: #f1f1f1;
}

.homeBox-2 .title {
  margin-bottom: 45px;
}

.homeBox-2 .swiper-wrapper {
  align-items: stretch;
}

.homeBox-2 .swiper-slide {
  height: auto;
}

.homeBox-2 .swiper-pagination {
  opacity: 0;
}

.homeBox-2 .swiper-button-next,
.homeBox-2 .swiper-button-prev {
  display: none;
}

.homeBox-2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 65px 30px 30px;
  background-color: #fff;
}

.homeBox-2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-color: #e5f2f7;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 35px;
}

.homeBox-2 .h1 {
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}

.homeBox-2 .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

.homeBox-3 {
  padding: 74px 0 38px;
}

.homeBox-3 .title {
  margin-bottom: 48px;
}

.homeBox-3 .listBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.homeBox-3 .item {
  width: 48%;
  border: 1px solid #eaeaea;
}

.homeBox-3 .h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  background-color: #339ec1;
  transition: all 0.3s;
}

.homeBox-3 .hide {
  opacity: 0;
}

.homeBox-3 .more {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s;
}

.homeBox-3 .more:hover {
  opacity: 0.8;
}

.homeBox-3 .swiperBox {
  position: relative;
  padding: 28px 0 68px;
  height: calc(100% - 64px);
}

.homeBox-3 .swiper-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.homeBox-3 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.homeBox-3 .book .swiper-slide {
  width: 320px;
}

.homeBox-3 .view .swiper-slide {
  width: 480px;
}

.homeBox-3 .swiper-slide img {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.homeBox-3 .swiper-slide-active,
.homeBox-3 .swiper-slide-prev,
.homeBox-3 .swiper-slide-next {
  opacity: 1 !important;
}

.homeBox-3 .swiper-slide-active img {
  box-shadow: 0 8px 20px #ddd;
}

.homeBox-3 .swiper-button-prev,
.homeBox-3 .swiper-button-next {
  width: 11px;
  height: 19px;
  background-position: center center;
  background-size: cover;
  margin-top: -8px;
}

.homeBox-3 .swiper-button-prev {
  left: 5%;
  background-image: url(/Public/Home/x-images/icon5.png);
}

.homeBox-3 .swiper-button-prev:hover {
  background-image: url(/Public/Home/x-images/icon5-1.png);
}

.homeBox-3 .swiper-button-next {
  right: 5%;
  background-image: url(/Public/Home/x-images/icon6.png);
}

.homeBox-3 .swiper-button-next:hover {
  background-image: url(/Public/Home/x-images/icon6-1.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.homeBox-3 .swiper-pagination {
  left: 0%;
  bottom: 7%;
  width: 100%;
}

.homeBox-3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d7d7d7;
  margin: 0 6px !important;
  opacity: 1;
}

.homeBox-3 .swiper-pagination-bullet-active {
  background-color: #339ec1;
}

.homeBox-4 {
  padding: 38px 0 80px;
}

.homeBox-4 .title {
  margin-bottom: 20px;
}

.homeBox-4 .listBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.homeBox-4 .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  height: 130px;
  padding: 10px 20px;
  background-color: #fff;
  transition: all 0.3s;
}

.homeBox-4 .item:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.homeBox-4 .link > a {
  font-size: 18px;
  color: #333333;
}

.homeBox-4 .link:hover {
  box-shadow: none;
}

.videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
  justify-content: center;
  align-items: center;
}

.videoPopup .wrap {
  max-height: 70vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.videoPopup .video {
  height: 100%;
}

.videoPopup .close {
  position: absolute;
  top: 10%;
  right: 15%;
  font-size: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .w1410 {
    max-width: 1200px;
    padding: 0 40px;
  }

  .home-page .banner .swip1 .text .h-1 {
    font-size: 34px;
    line-height: 60px;
  }

  .home-page .banner .swip1 .text .art-1 {
    font-size: 14px;
  }

  .homeBox-1 .cn {
    font-size: 20px;
  }

  .homeBox-1 .en {
    font-size: 14px;
  }

  .homeBox-1 .lBox .h1 {
    font-size: 18px;
  }

  .homeBox-1 .text {
    font-size: 14px;
    line-height: 24px;
  }

  .homeBox-1 .rBox .item {
    padding: 8px 10px;
  }

  .homeBox-1 .dateBox {
    padding: 8px 0;
  }

  .homeBox-1 .day {
    font-size: 20px;
  }

  .homeBox-1 .rBox .h1 {
    font-size: 16px;
  }

  .home-page .publicTitle .cn {
    font-size: 24px;
  }

  .homeBox-2 .box {
    padding: 40px 20px 20px;
  }

  .homeBox-2 .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .homeBox-2 .h1 {
    font-size: 18px;
    line-height: 30px;
  }

  .homeBox-4 .item {
    height: 100px;
  }

  .homeBox-3 .book .swiper-slide {
    width: 250px;
  }

  .homeBox-3 .view .swiper-slide{
    width: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .w1410 {
    width: 90%;
    padding: 0;
  }

  .homeBox-1 .lBox {
    width: 100%;
    margin-bottom: 30px;
  }

  .homeBox-1 .rBox {
    width: 100%;
  }

  .homeBox-1 .rBox .listBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .homeBox-1 .rBox .item {
    width: 50%;
  }

  .homeBox-2 .swiper-pagination {
    opacity: 1;
  }

  .homeBox-2 .swiper-button-next,
  .homeBox-2 .swiper-button-prev {
    display: block;
  }

  .homeBox-3 .book .swiper-slide{
    width: 250px;
  }

  .homeBox-3 .view .swiper-slide{
    width: 300px;
  }

  .videoPopup .close{
    right: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .homeBox-3 .swiper-slide {
    width: 160px;
  }

  .homeBox-3 .book .swiper-slide{
    width: 200px;
  }

  .homeBox-3 .view .swiper-slide{
    width: 250px;
  }

  .videoPopup .close{
    top: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .publicNav {
    display: none;
  }

  .pImg {
    display: none;
  }

  .mImg {
    display: block;
  }

  .home-page .banner .swip1 {
    display: block;
  }

  .homeBox-1 .rBox .item {
    width: 100%;
  }

  .homeBox-3 .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .homeBox-3 .item:last-child {
    margin-bottom: 0;
  }

  .homeBox-3 .swiper-slide {
    width: 240px;
  }

  .homeBox-4 .item {
    width: 25%;
  }
}

@media only screen and (max-width: 580px) {
  .homeBox-1 {
    padding: 60px 0;
  }

  .homeBox-1 .dateBox {
    width: 70px;
  }

  .homeBox-1 .rBox .h1 {
    width: calc(100% - 80px);
  }

  .homeBox-3 .swiper-slide {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) {
  .home-page .publicTitle .cn {
    font-size: 20px;
    line-height: 30px;
  }

  .home-page .banner .swip1 .text .h-1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .home-page .banner .swip1 .text .art-1 {
    font-size: 14px;
    line-height: 24px;
  }

  .home-page .banner .swip1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .homeBox-1 {
    padding: 40px 0;
  }

  .homeBox-1 .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .homeBox-1 .lBox .listBox {
    width: 100%;
  }

  .homeBox-1 .item {
    margin-bottom: 10px;
  }

  .homeBox-1 .item:last-child {
    margin-bottom: 0;
  }

  .homeBox-2 {
    padding: 40px 0;
  }

  .homeBox-3 {
    padding: 40px 0 20px;
  }

  .homeBox-3 .book .swiper-slide {
    width: 60%;
  }

  .homeBox-3 .view .swiper-slide {
    width: 70%;
  }

  .homeBox-3 .h1 {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
  }

  .homeBox-3 .swiper-button-prev {
    left: 3%;
  }

  .homeBox-3 .swiper-button-next {
    right: 3%;
  }

  .homeBox-4 {
    padding: 20px 0 40px;
  }

  .homeBox-4 .item {
    width: 33.33%;
    padding: 10px;
  }

  .homeBox-2 .title {
    margin-bottom: 30px;
  }

  .homeBox-3 .title {
    margin-bottom: 30px;
  }

  .homeBox-4 .link > a {
    font-size: 0.28rem;
  }
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.aboutBox-1 {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.aboutBox-1 .topBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.aboutBox-1 .img {
  width: 50%;
}

.aboutBox-1 .textBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44%;
  padding: 10px 0;
}

.aboutBox-1 .text {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-bottom: 40px;
}

.aboutBox-1 .text:last-child {
  margin-bottom: 0;
}

.aboutBox-1 .h1 {
  font-size: 28px;
  color: #333333;
  line-height: 80px;
  font-weight: bold;
}

.aboutBox-1 .dataBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px;
}

.aboutBox-1 .item {
  max-width: 33.33%;
  text-align: center;
}

.aboutBox-1 .d1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 50px;
  color: #339ec1;
  line-height: 1;
  font-weight: bold;
}

.aboutBox-1 .d2 {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-top: 10px;
}

.aboutBox-2 {
  padding: 85px 0;
}

.aboutBox-2 .title {
  text-align: center;
  margin-bottom: 50px;
}

.aboutBox-2 .h1 {
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
}

.aboutBox-2 .listBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.aboutBox-2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  text-align: center;
  padding: 50px 5.5% 60px;
  transition: all 0.3s;
}

.aboutBox-2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e5f2f7;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.aboutBox-2 .icon-2 {
  display: none;
}

.aboutBox-2 .name {
  font-size: 24px;
  color: #333333;
  line-height: 40px;
}

.aboutBox-2 .line {
  width: 40px;
  height: 4px;
  background-color: #ea3939;
  margin: 20px 0;
  transition: all 0.3s;
  opacity: 0;
}

.aboutBox-2 .text {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  transition: all 0.3s;
  opacity: 0;
}

.aboutBox-2 .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aboutBox-2 .item:hover .icon {
  background-color: #339ec1;
}

.aboutBox-2 .item:hover .icon-1 {
  display: none;
}

.aboutBox-2 .item:hover .icon-2 {
  display: block;
}

.aboutBox-2 .item:hover .line {
  opacity: 1;
}

.aboutBox-2 .item:hover .text {
  opacity: 1;
}

.aboutBox-3 {
  padding: 80px 0 110px;
}

.teamList .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.teamList .item:last-child {
  margin-bottom: 0;
}

.teamList .img {
  width: 440px;
  overflow: hidden;
}

.teamList .img img {
  transition: all 0.5s;
}

.teamList .textBox {
  width: calc(100% - 440px);
  padding-top: 10px;
  padding-left: 5.4%;
}

.teamList .h1 {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.teamList .name {
  font-size: 34px;
}

.teamList .text {
  font-size: 15px;
  color: #666666;
  line-height: 25px;
}

@media only screen and (max-width: 1600px) {
  .w1200 {
    padding: 0 40px;
  }

  .aboutBox-1 .h1 {
    font-size: 22px;
    line-height: 40px;
  }

  .aboutBox-1 .d1 {
    font-size: 36px;
  }

  .aboutBox-2 .title {
    margin-bottom: 30px;
  }

  .aboutBox-2 .h1 {
    font-size: 22px;
  }

  .aboutBox-2 .name {
    font-size: 20px;
    line-height: 30px;
  }

  .aboutBox-2 .item {
    padding: 30px 5%;
  }

  .aboutBox-2 .line {
    margin: 10px 0;
  }

  .aboutBox-2 .icon {
    width: 90px;
    height: 90px;
  }

  .aboutBox-3 {
    padding: 60px 0 90px;
  }

  .teamList .item {
    margin-bottom: 60px;
  }

  .teamList .img {
    width: 360px;
  }

  .teamList .textBox {
    width: calc(100% - 360px);
  }

  .teamList .h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .teamList .name {
    font-size: 24px;
  }

  .teamList .text {
    font-size: 14px;
    line-height: 24px;
  }

  .teamList .s-1 {
    font-size: 16px !important;
  }

  .teamList .s-2 {
    line-height: 24px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .w1200 {
    width: 90%;
    padding: 0;
  }

  .aboutBox-2 .line {
    opacity: 1;
  }

  .aboutBox-2 .text {
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .teamList .img {
    width: 300px;
  }

  .teamList .textBox {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 768px) {
  .aboutBox-1 .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .aboutBox-1 .textBox {
    width: 100%;
  }

  .aboutBox-1 .text {
    margin-bottom: 30px;
  }

  .aboutBox-1 .dataBox {
    padding: 0;
  }

  .teamList .item {
    justify-content: center;
  }

  .teamList .img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 30px;
  }

  .teamList .textBox {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 580px) {
  .aboutBox-1 {
    padding: 60px 0;
  }

  .aboutBox-2 {
    padding: 60px 0;
  }

  .aboutBox-2 .item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .aboutBox-1 {
    padding: 40px 0;
  }

  .aboutBox-1 .img {
    margin-bottom: 20px;
  }

  .aboutBox-1 .textBox {
    padding: 0;
  }

  .aboutBox-1 .topBox {
    margin-bottom: 40px;
  }

  .aboutBox-1 .d1 {
    font-size: 24px;
  }

  .aboutBox-1 .d2 {
    margin-top: 5px;
  }

  .aboutBox-2 {
    padding: 40px 0;
  }

  .aboutBox-2 .title {
    margin-bottom: 5px;
  }

  .aboutBox-3 {
    padding: 40px 0;
  }

  .teamList .img {
    margin-bottom: 15px;
  }

  .teamList .name {
    font-size: 20px;
  }

  .teamList .item {
    margin-bottom: 30px;
  }

  .teamList .s-1 {
    font-size: 14px !important;
  }

  .aboutBox-1 .text {
    font-size: 14px;
  }

  .aboutBox-1 .h1 {
    font-size: 18px;
  }

  .aboutBox-1 .d1 {
    font-size: 20px;
  }

  .aboutBox-1 .d2 {
    font-size: 14px;
    line-height: 30px;
  }

  .aboutBox-2 .h1 {
    font-size: 20px;
  }

  .aboutBox-2 .name {
    font-size: 18px;
  }

  .aboutBox-2 .text {
    font-size: 14px;
  }

  .teamList .h1 {
    font-size: 16px;
  }
}

/*引入外部字体*/
@font-face {
  font-family: "ARAMISI";
  src: url("/Public/Home/fonts/ARAMISI.TTF");
  src: url("/Public/Home/fonts/ARAMISI.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.publicNav {
  width: 100%;
  height: 50px;
  background: #339ec1;
}

.publicNav .nav-wrap {
  font-size: 0;
  text-align: center;
}

.publicNav .nav-wrap a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
}

.publicNav .nav-wrap a.on {
  background: #0989b3;
}

.publicNav .nav-wrap a:hover {
  background: #0989b3;
}

.recruitMain .publicTitle .h1 {
  position: relative;
  font-size: 32px;
  color: #333333;
  line-height: 1;
  padding-left: 24px;
}

.recruitMain .publicTitle .h1::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #339ec1;
}

.recruitBox-1 {
  padding: 70px 0 35px;
  background-color: #fafafa;
}

.recruitBox-1 .title {
  margin-bottom: 55px;
}

.recruitBox-1 .swiper-wrapper {
  align-items: stretch;
}

.recruitBox-1 .swiper-pagination {
  opacity: 0;
}

.recruitBox-1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 430px;
  background-color: #fff;
  padding: 4.1% 3.4% 2%;
}

.recruitBox-1 .icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.recruitBox-1 .swiper-slide .h1 {
  font-size: 22px;
  color: #339ec1;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recruitBox-1 .h2 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}

.recruitBox-1 .text {
  font-size: 15px;
  color: #777777;
  line-height: 28px;
}

.recruitBox-2 {
  padding: 35px 0 50px;
  background-color: #fafafa;
}

.recruitBox-2 .title {
  margin-bottom: 50px;
}

.recruitBox-2 .box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.recruitBox-2 .listBox {
  width: 50%;
  padding: 5% 0 5% 6.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.recruitBox-2 .item {
  display: flex;
  align-items: center;
}

.recruitBox-2 .item:last-child {
  margin-bottom: 0;
}

.recruitBox-2 .icon {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.recruitBox-2 .text {
  width: calc(100% - 110px);
  padding-left: 7.8%;
}

.recruitBox-2 .name {
  font-size: 22px;
  color: #339ec1;
  line-height: 1;
  margin-bottom: 12px;
}

.recruitBox-2 .d-1 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
}

.recruitBox-2 .d-2 {
  font-size: 16px;
  color: #777777;
  line-height: 26px;
}

.recruitBox-2 .videoBox {
  position: relative;
  width: 50%;
  background-color: #000;
  overflow: hidden;
}

.recruitBox-2 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.recruitBox-2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.recruitBox-3 {
  padding: 50px 0 110px;
}

.recruitBox-3 .box {
  flex-direction: row-reverse;
}

.recruitBox-3 .listBox {
  justify-content: center;
  padding-left: 8%;
  padding-right: 10%;
}

.recruitBox-3 .item {
  flex-direction: row-reverse;
}

.recruitBox-4 {
  padding: 80px 0 50px;
}

.recruitBox-4 .title {
  margin-bottom: 50px;
}

.recruitBox-4 .videoBox {
  position: relative;
}

.recruitBox-4 .videoBox {
  position: relative;
  height: 550px;
  background-color: #000;
  overflow: hidden;
}

.recruitBox-4 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.recruitBox-4 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.recruitBox-5 {
  padding: 50px 0 110px;
}

.recruitBox-5 .title {
  margin-bottom: 50px;
}

.recruitBox-5 .item {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 23px;
  transition: all 0.3s;
}

.recruitBox-5 .item:last-child {
  margin-bottom: 0;
}

.recruitBox-5 .number {
  width: 121px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  color: #339ec1;
  background-color: #e1ebee;
  border-right: 1px solid #e6e6e6;
  font-family: ARAMISI;
}

.recruitBox-5 .text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding: 0 40px;
}

.recruitBox-5 .name {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}

.recruitBox-5 .item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.recruitBox-5 .item:hover .number {
  color: #fff;
  background-color: #339ec1;
}

.recruitBox-6 {
  padding: 75px 0 110px;
  background-color: #fcfcfc;
  background-position: center center;
  background-size: cover;
}

.recruitBox-6 .title {
  margin-bottom: 20px;
}

.recruitBox-6 .item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 35px;
  border-bottom: 1px solid #e6e6e6;
}

.recruitBox-6 .lBox {
  display: flex;
  white-space: nowrap;
}

.recruitBox-6 .number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #339ec1;
  margin-right: 20px;
}

.recruitBox-6 .s-1 {
  font-size: 22px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}

.recruitBox-6 .text {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-top: 5px;
}

.recruitBox-7 {
  padding: 0 0 50px;
  background-color: #fafafa;
}

.recruitBox-7 .title {
  margin-bottom: 50px;
}

.recruitBox-7 .listBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruitBox-7 .item {
  position: relative;
  width: 48.66%;
}

.recruitBox-7 .item img {
  transition: all 0.5s;
}

.recruitBox-7 .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  padding: 0 20px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.recruitBox-8 {
  padding: 50px 0 110px;
  background-color: #fafafa;
}

.recruitBox-8 .title {
  margin-bottom: 50px;
}

.recruitBox-8 .listBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.recruitBox-8 .item {
  position: relative;
  width: 17.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 30px;
  transition: all 0.3s;
}

.recruitBox-8 .item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recruitBox-8 .item::after {
  position: absolute;
  top: 50%;
  right: -11%;
  transform: translate(0, -50%);
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(/Public/Home/x-images/icon22.png);
  background-position: center center;
  background-size: cover;
}

.recruitBox-8 .item:last-child::after {
  display: none;
}

.recruitBox-8 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin-bottom: 10px;
}

.recruitBox-8 .icon-2 {
  display: none;
}

.recruitBox-8 .number {
  position: relative;
  font-size: 86px;
  color: #ecedf2;
  line-height: 1;
  font-family: ARAMISI;
  transition: all 0.3s;
}

.recruitBox-8 .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  font-family: microsoft yahei;
  transition: all 0.3s;
}

.recruitBox-8 .item:hover {
  background-color: #339ec1;
}

.recruitBox-8 .item:hover .icon-1 {
  display: none;
}

.recruitBox-8 .item:hover .icon-2 {
  display: block;
}

.recruitBox-8 .item:hover .number {
  color: #3ca2c3;
}

.recruitBox-8 .item:hover .name {
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .recruitMain .publicTitle .h1 {
    font-size: 26px;
    line-height: 24px;
    padding-left: 20px;
  }

  .recruitMain .publicTitle .h1::after {
    width: 3px;
    height: 22px;
  }

  .recruitBox-1 .title {
    margin-bottom: 40px;
  }

  .recruitBox-1 .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .recruitBox-1 .swiper-slide .h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .recruitBox-1 .h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .recruitBox-1 .text {
    font-size: 14px;
    line-height: 24px;
  }

  .recruitBox-1 .swiper-slide {
    min-height: auto;
    height: auto;
  }

  .recruitBox-2 .title {
    margin-bottom: 40px;
  }

  .recruitBox-2 .icon {
    width: 70px;
    height: 70px;
  }

  .recruitBox-2 .text {
    width: calc(100% - 70px);
  }

  .recruitBox-2 .name {
    font-size: 18px;
  }

  .recruitBox-2 .d-1 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .recruitBox-2 .d-2 {
    font-size: 14px;
  }

  .recruitBox-2 .play {
    width: 50px;
  }

  .recruitBox-4 .title {
    margin-bottom: 40px;
  }

  .recruitBox-4 .videoBox {
    height: 400px;
  }

  .recruitBox-4 .play {
    width: 40px;
  }

  .recruitBox-5 .title {
    margin-bottom: 40px;
  }

  .recruitBox-5 .number {
    width: 81px;
    height: 80px;
    font-size: 40px;
  }

  .recruitBox-5 .name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .recruitBox-5 .text {
    font-size: 14px;
    line-height: 24px;
  }

  .recruitBox-6 .item {
    padding: 15px 0;
  }

  .recruitBox-6 .number {
    font-size: 14px;
    margin-right: 10px;
  }

  .recruitBox-6 .s-1 {
    font-size: 18px;
  }

  .recruitBox-6 .text {
    font-size: 14px;
    margin-top: 3px;
  }

  .recruitBox-7 .title {
    margin-bottom: 40px;
  }

  .recruitBox-7 .name {
    font-size: 24px;
    line-height: 60px;
  }

  .recruitBox-8 .title {
    margin-bottom: 40px;
  }

  .recruitBox-8 .item {
    padding: 20px;
  }

  .recruitBox-8 .icon {
    width: 40px;
    height: 40px;
  }

  .recruitBox-8 .number {
    font-size: 64px;
  }

  .recruitBox-8 .name {
    font-size: 14px;
  }

  .recruitBox-8 .item::after {
    width: 6px;
    height: 13px;
  }

  .recruitBox-1 {
    padding: 50px 0 30px;
  }

  .recruitBox-2 {
    padding: 30px 0;
  }

  .recruitBox-3 {
    padding: 30px 0 50px;
  }

  .recruitBox-4 {
    padding: 50px 0 30px;
  }

  .recruitBox-5 {
    padding: 30px 0 50px;
  }

  .recruitBox-6 {
    padding: 50px 0 30px;
  }

  .recruitBox-7 {
    padding: 30px 0 30px;
  }

  .recruitBox-8 {
    padding: 30px 0 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .recruitBox-1 .swiper-pagination {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .recruitBox-2 .box {
    flex-direction: column-reverse;
  }

  .recruitBox-2 .listBox {
    width: 100%;
    padding: 5%;
  }

  .recruitBox-2 .videoBox {
    width: 100%;
    min-height: auto;
  }

  .recruitBox-2 .video {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .recruitBox-2 .item {
    margin-bottom: 10%;
  }

  .recruitBox-2 .text {
    padding-left: 15px;
  }

  .recruitBox-3 .text {
    padding-left: 0;
  }

  .recruitBox-4 .videoBox {
    height: auto;
  }

  .recruitBox-4 .video {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .recruitBox-8 .listBox {
    justify-content: space-around;
  }

  .recruitBox-8 .item {
    width: 30%;
    margin-bottom: 30px;
  }

  .recruitBox-8 .item::after {
    display: none;
  }

  .recruitBox-8 {
    padding: 30px 0 20px;
  }

  .recruitBox-7 .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .recruitBox-7 .item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .recruitBox-1 {
    padding: 40px 0 20px;
  }

  .recruitBox-2 {
    padding: 20px 0;
  }

  .recruitBox-3 {
    padding: 20px 0 40px;
  }

  .recruitBox-4 {
    padding: 40px 0 20px;
  }

  .recruitBox-5 {
    padding: 20px 0;
  }

  .recruitBox-5 .item {
    align-items: stretch;
    margin-bottom: 15px;
  }

  .recruitBox-5 .number {
    width: 51px;
    height: auto;
    font-size: 30px;
  }

  .recruitBox-5 .text {
    width: calc(100% - 51px);
    line-height: 20px;
    padding: 15px;
  }

  .recruitBox-6 {
    padding: 20px 0;
  }

  .recruitBox-6 .lBox {
    width: 100%;
    margin-bottom: 10px;
  }

  .recruitBox-6 .text {
    width: 100%;
  }

  .recruitBox-7 {
    padding: 20px 0;
  }

  .recruitBox-8 {
    padding: 20px 0;
  }

  .recruitBox-8 .item {
    margin-bottom: 20px;
  }

  .recruitBox-8 .item:nth-child(n + 4) {
    width: 40%;
  }

  .recruitMain .publicTitle .h1 {
    font-size: 20px;
  }

  .recruitBox-1 .title {
    margin-bottom: 30px;
  }

  .recruitBox-2 .title {
    margin-bottom: 30px;
  }

  .recruitBox-4 .title {
    margin-bottom: 30px;
  }

  .recruitBox-5 .title {
    margin-bottom: 30px;
  }

  .recruitBox-6 .title {
    margin-bottom: 15px;
  }

  .recruitBox-7 .title {
    margin-bottom: 30px;
  }

  .recruitBox-7 .name {
    font-size: 18px;
  }

  .recruitBox-8 .title {
    margin-bottom: 30px;
  }

  .recruitBox-8 .number {
    font-size: 50px;
  }
}
