@charset "utf-8";
body {
	font:1rem/1.625rem "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif !important;
    background: #fff;
    color: #333;
	position:relative;
	overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
}

img {
    border: none;
	vertical-align: middle;
    max-width: 100%;
}

i {
    font-style: normal;
}

div {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-animation {
    opacity: 0;
}

.banner_box .swiper-slide {
    background: #fff;
    overflow: hidden;
}

.swiper-pagination-bullet {
    outline: none;
    cursor: pointer;
}

.no_top {
  margin-top: 80px;
}
@media (max-width:1440px) {
  .no_top {
    margin-top: 60px;
  }
}
@media (max-width:990px) {
  .no_top {
    margin-top: 0px;
  }
}

.w1440,.width-auto{
	width:100%;
	padding:0 200px;
	margin:0 auto;
}

.indexpd{
	padding:5rem 0;
}
.header_wrap {
    position: fixed;
    width: 100%;
	background:#FFF;
    z-index: 999;
	box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.2);
	margin:0;
	top:0;
}

.header_top{
	
}
.logo{
	width:20%;
	padding:8px 0;
	}
.menu{
	width:80%;
	}
.menu ul{
	justify-content: flex-end;
}
.menu ul li{
	display:inline-block;
	margin-left:3rem;
	position:relative;
}
.menu ul li.on a{
	color:#0388ff;
}
.menu ul li a{
	font-size:1.125rem;
	line-height:80px;
}
.menu ul li a:hover{
	color:#0388ff;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.menu li .pc_nav_box{
	display:none;
}
.menu li:hover .pc_nav_box{
	display:block;
	position:relative;
}
.pc_nav_box .pc_nav{
	width:180px;
	background:#FFF;
	position:absolute;
	left:-50%;
	top:0;
	border-radius: 6px;
	box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.2);
	transition: all 0.4s;
	padding:1rem 0;
}
.pc_nav_box .pc_nav li{
	margin-left:0;
	width:100%;
	text-align:center;
}
.pc_nav_box .pc_nav li a{
	line-height:45px;
}

.menu .language{
	background:#008dcd;
	color:#FFF;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	margin-top:15px;
	text-align:center;
}
.index_products_wrap{
	background:#f7fcff;
}
.index-title {
	width:100%;
	text-align:center;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
}
.index-title .text1 {
  font-size:2.75rem;
  line-height:2.5rem;
  margin-bottom:1rem;
}
.index-title .text2 {
  font-size: 1rem;
  color:#999999;
  line-height:1.75rem;
}

.index-section3 {
  overflow: hidden;
}
.index-section3 .index-title {
  margin-bottom: 0;
}
.index-section3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-section3 .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-section3 .arrow .swiper-button-prev,
.index-section3 .arrow .swiper-button-next {
  outline: none;
  width: 2.6vw;
  height: 2.6vw;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0vw 0.21vw 0.52vw 0vw rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.index-section3 .arrow .swiper-button-prev:hover:after,
.index-section3 .arrow .swiper-button-next:hover:after {
  border-color: #008ed8;
}
.index-section3 .arrow .swiper-button-prev:after,
.index-section3 .arrow .swiper-button-next:after {
  content: "";
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  transform: rotate(45deg);
  margin-left: -0.27vw;
  transition: border-color 0.4s;
}
.index-section3 .arrow .swiper-button-prev {
  transform: rotateY(-180deg);
}
.index-section3 .arrow .swiper-button-next {
  margin-left: 1.04vw;
}

.index_products_content .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.index_service_img{
	padding-bottom:50%;
}
.index_service_item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.08);
  margin-bottom:1rem;
  background-color: #fff;
}
.index_service_item .index_service_info {
  padding: 1.56rem;
}
.index_service_item .index_service_info .text1 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
  transition: color 0.4s;
}
.index_service_item .index_service_info .text2 {
  margin-top: 0.52rem;
  font-size: 1rem;
  color: #333;
  font-family: "SourceHanSansCN-Regular";
  text-align: justify;
}
.index_service_list{
	position:relative;
	padding-bottom:30px;
}
.index_service_list .swiper-pagination{
	bottom:0;
}
.index_about_content{
	width:50%;
	padding:6rem 100px 3rem 200px;
}
.index_about_title{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:2.25rem;
}
.index_about_text{
	font-size:1rem;
	line-height:1.825rem;
	margin:2rem 0 3rem;
}
.more{
	display:block;
}
.btn_more{
	padding:0 4rem;
	color:#333333;
	line-height:3.6rem;
	background:#ffffff;
	border:#e7e7e7 1px solid;
	border-radius:1.8rem;
}
.btn_more:hover{
	color:#fff;
	background:#018ed8;
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.network li{width:33.333%;text-align: center;}
.network li h1{font-size:2.25rem;line-height:1;font-weight:bold;color:#008fdd;margin:3.725rem 0 1rem;min-height:48px;}
.network li h1 b{font-size:1.625rem;}
.network li p{font-size:1rem;color: #333;line-height: 1; font-weight:bold;}

.index_about_img{
	width:50%;
}
/*服务优势*/
.index_service_wrap{
	background:#f3f3f3;
}
.index_seervice_title{
	font-size:36px;
	font-weight:bold;
	text-align:center;
}
.index-section3 {
  position: relative;
}
.index-section3 .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-section3 .arrow .swiper-button-prev,
.index-section3 .arrow .swiper-button-next {
  outline: none;
  width: 2.6vw;
  height: 2.6vw;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0vw 0.21vw 0.52vw 0vw rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.index-section3 .arrow .swiper-button-prev:hover:after,
.index-section3 .arrow .swiper-button-next:hover:after {
  border-color: #008ed8;
}
.index-section3 .arrow .swiper-button-prev:after,
.index-section3 .arrow .swiper-button-next:after {
  content: "";
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  transform: rotate(45deg);
  margin-left: -0.27vw;
  transition: border-color 0.4s;
}
.index-section3 .arrow .swiper-button-prev {
  transform: rotateY(-180deg);
}
.index-section3 .arrow .swiper-button-next {
  margin-left: 1.04vw;
}
.index-section3 > .mxw-box {
  position: relative;
  z-index: 30;
}
.index-section3 .index-title {
  margin-bottom: 0;
}
.index-section3 .bg-image {
  width: 36.82vw;
  position: absolute;
  top: -2%;
  right: 0;
  background-repeat: no-repeat!important;
  background-position: right top!important;
  background-size: 36.82vw auto!important;
  z-index: 20;
  transition: all 0.4s;
}
.index-section3 .bg-image img {
  width: 100%;
}
.index-section3 .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-section3 .arrow .swiper-button-prev,
.index-section3 .arrow .swiper-button-next {
  outline: none;
  width: 2.6vw;
  height: 2.6vw;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0vw 0.21vw 0.52vw 0vw rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.index-section3 .arrow .swiper-button-prev:hover:after,
.index-section3 .arrow .swiper-button-next:hover:after {
  border-color: #008ed8;
}
.index-section3 .arrow .swiper-button-prev:after,
.index-section3 .arrow .swiper-button-next:after {
  content: "";
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  transform: rotate(45deg);
  margin-left: -0.52vw;
  transition: border-color 0.4s;
}
.index-section3 .arrow .swiper-button-prev {
  transform: rotateY(-180deg);
}
.index-section3 .arrow .swiper-button-next {
  margin-left: 1.04vw;
}
.index-section3 .item {
  border: 1px solid #e2e2e2;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.index-section3 .item:after {
  content: "";
  display: block;
  width: 3.13vw;
  height: 0.21vw;
  background-color: #f26243;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.17vw;
}
.index-section3 .item .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img022.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s;
}
.index-section3 .item .icon {
  width: 4.17vw;
  height: 4.17vw;
  overflow: hidden;
  flex-shrink: 0;
  line-height: 1.2;
  margin-bottom: 2.08vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
.index-section3 .item .info {
  position: relative;
  z-index: 9;
}
.index-section3 .item .info .text1 {
  font-size: 1.25vw;
  color: #222;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
}
.index-section3 .item .info .text2 {
  font-size: 0.83vw;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.3vw;
  max-width: 14.58vw;
  margin-left: auto;
  margin-right: auto;
  font-family: "SourceHanSansCN-Regular";
}
.index-section3 .item .info .more-btn {
  margin-top: 2.03vw;
  width: 8.85vw;
  height: 2.56vw;
  line-height: 2.56vw;
  text-align: center;
  font-size: 0.83vw;
  color: #fff;
  border-radius: 5.21vw;
  border: 1px solid ;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "SourceHanSansCN-Regular";
  transition: all 0.4s;
}
.index-section3 .index-section3-swiper .swiper-wrapper {
  height: 26.04vw;
}
@media screen and (min-width: 1100px) {
  .index-section3 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .index-section3 .itembox {
    height: 26.56vw;
  }
  .index-section3 .bg-image {
    background-attachment: fixed;
  }
  .index-section3 .item .more-btn {
    transition: all 0.4s;
  }
  .index-section3 .item .more-btn:hover {
    background-color: #fff;
    color: #008ed8;
    border-color: #fff;
  }
  .index-section3 .item {
    height: 20.31vw;
    padding: 4.17vw 0;
    transition: all 0.4s;
    cursor: pointer;
  }
  .index-section3 .item .info .text2 {

    opacity: 0;
    display: none;
  }
  .index-section3 .item .info .more-btn {
    opacity: 0;
    display: none;
  }
  .index-section3 .item.active,
  .index-section3 .item:hover {
    border-radius: 1.88vw;
    border: 0;
    z-index: 30;
    height: 26.04vw;
  }
  .index-section3 .item.active:after,
  .index-section3 .item:hover:after {
    display: none;
  }
  .index-section3 .item.active .icon img,
  .index-section3 .item:hover .icon img {
    transform: translateY(-50%);
  }
  .index-section3 .item.active .info .text1,
  .index-section3 .item:hover .info .text1 {
    color: #fff;
  }
  .index-section3 .item.active .info .text2,
  .index-section3 .item:hover .info .text2 {
    display: block;
    transition: opacity 0.2s;
    opacity: 1;
  }
  .index-section3 .item.active .info .more-btn,
  .index-section3 .item:hover .info .more-btn {
    display: block;
    opacity: 1;
  }
  .index-section3 .item.active .item-bg,
  .index-section3 .item:hover .item-bg {
    opacity: 1;
  }
  .index-section3 .body {
    overflow: hidden;
  }
  .index-section3 .index-section3-swiper {
    padding: 2.41vw 0;
    overflow: visible;
    border-radius: 0.63vw;
  }
  .index-section3 .index-section3-swiper .swiper-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .index-section3 {
    padding: 30px 0;
  }
  .index-section3 .top {
    margin-bottom: 20px;
  }
  .index-section3 .arrow .swiper-button-next {
    margin-left: 10px;
  }
  .index-section3 .arrow .swiper-button-prev,
  .index-section3 .arrow .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .index-section3 .arrow .swiper-button-prev:after,
  .index-section3 .arrow .swiper-button-next:after {
    width: 6px;
    height: 6px;
  }
  .index-section3 .bg-image {
    display: none;
  }
  .index-section3 .item {
    padding: 30px 10px;
  }
  .index-section3 .item:after {
    display: none;
    width: 30px;
    margin-top: 20px;
    height: 2px;
  }
  .index-section3 .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .index-section3 .item .info .text1 {
    font-size: 14px;
  }
  .index-section3 .item .info .text1:after {
    content: "";
    display: block;
    width: 30px;
    margin-top: 10px;
    height: 2px;
    background-color: #f26243;
    margin-left: auto;
    margin-right: auto;
  }
  .index-section3 .item .info .text2 {
    color: #000;
    max-width: 100%;
    margin-top: 14px;
    font-size: 12px;
  }
  .index-section3 .item .info .more-btn {
    padding: 4px 10px;
    margin-top: 20px;
    width: 80%;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    color: #008ed8;
  }
  .index-section3 .index-section3-swiper .swiper-wrapper {
    padding-bottom: 2px;
    height: auto;
  }
}
/*合作伙伴*/
.index_partner_wrap{
	position:relative;
}
.index_partner_cntainer{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	margin:6rem 0;
}

.about_partner_list{
	margin-top:3rem;
}
.about_partner_list ul{
	flex-wrap:wrap;
}
.about_partner_list li{
	width:18%;
	background:#FFF;
	border:#cdcdcd 1px solid;
	margin:0 2% 2% 0;
	overflow:hidden;
}

.about_partner_list li:nth-child(5n){
	margin-right:0;
}
.about_partner_list li img{
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_partner_list li:hover img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}
.partner_more{
	text-align:center;
	margin-top:2rem;
}
/*内页代码*/
.bannernav{
	position:relative;
	overflow:hidden;
}
.bannernav img{
	animation: animScale 20s linear infinite;
	-webkit-animation: animScale 20s linear infinite;
	left: 50%;
	transform:scale(1) translateX(-50%);
	-webkit-transform:scale(1) translateX(-50%); 
	position: relative;
	}
@keyframes animScale {
    0% { transform: scale(1) translateX(-50%);-webkit-transform: scale(1) translateX(-50%); left: 50%; }
    50% { transform: scale(1.1) translateX(-50%);-webkit-transform: scale(1.1) translateX(-50%); left: 50%; }
    100% { transform: scale(1) translateX(-50%);-webkit-transform: scale(1) translateX(-50%); left: 50%; }
}

@-webkit-keyframes animScale {
    0% { transform: scale(1) translateX(-50%);-webkit-transform: scale(1) translateX(-50%); left: 50%; }
    50% { transform: scale(1.1) translateX(-50%);-webkit-transform: scale(1.1) translateX(-50%); left: 50%; }
    100% { transform: scale(1) translateX(-50%);-webkit-transform: scale(1) translateX(-50%); left: 50%; }
}
.bannernav .bannernav_title {
	position:absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}

.bannernav_title { 
text-align: center; 
color: white; 
font-size: 24px;
}
.login_wrap_bg{
	width:100%;
	height:100vh;
	background:url(../images/login_bg.jpg) center center no-repeat;
	background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:80px;
	padding:0;
}
.login_content_right {
    width: 480px;
    height: 600px;
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    margin-left: 320px;
    text-align: center;
    box-shadow: 1px 10px 17px rgba(0,0,0,.3);
}
/*选项卡1*/
#Tab1{
width:80%;
margin:5rem auto;
padding:0px;
}
/*菜单class*/
.Menubox {
width:100%;
background:#0388ff;
}
.Menubox a:link{
color:#ffffff;
text-decoration:none;
}
.Menubox li{
display:inline-block;
cursor:pointer;
width:25%;
text-align:center;
font-size:18px;
color:#ffffff;
line-height:50px;
}
.Menubox li.hover{
	width:25%;
	background:#cccccc;
	color:#0388ff;
	font-weight:bold;
}
.Contentbox{
	padding:1rem 0 0;
}
.Contentbox .row{
	margin:0;
}
.Contentbox .row div{
	line-height:35px;
	margin-bottom:1.125rem;
}
.formlist_left{
	text-align:right;
}
.form_select{
	width:100%;
	line-height:35px;
	padding:0 15px;
	margin-left:-15px;
	background:#FFF;
	border:#cdcdcd 1px solid;
}
.b--form-input_item{
	border:#cdcdcd 1px solid;
}
.formlist_left{
	background:#f2f2f2;
}
.layui-btn-fluid {
    width: 100%;
}
.layui-btn-normal {
    background-color: #1E9FFF;
}
.layui-btn {
    display: inline-block;
	width:100%;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #0388ff;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
/*关于我们*/
.nav_title{
	width:100%;
	font-size:36px;
	font-weight:bold;
	margin-bottom:2rem;
	text-align:center;
}

.nav_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:3rem 0 2rem;
}
.nav_menu .cate-item {
  padding: 0.94vw 2.08vw;
  color: #666;
  background-color: #f4f4f4;
  font-family: "SourceHanSansCN-Regular";
  transition: all 0.4s;
  margin-right: 0.852vw;
  border-radius: 5.21vw;
  font-size: 1.04vw;
}
.nav_menu .cate-item:last-child {
  margin-right: 0;
}
.nav_menu .cate-item:hover {
  background-color: #f9f600;
}
.nav_menu .cate-item.active {
  background-color: #008ed8;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .nav_menu {
    margin-bottom: 30px;
  }
  .nav_menu .cate-item {
    font-size: 14px;
    padding: 8px 10px;
    width: 32%;
    text-align: center;
  }
  .nav_menu .cate-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.about_culture{
	background:#f5f5f5;
	padding:6rem 0 8rem;
}
.about_culture ul {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about_culture ul li {
  width: calc(33.33% - 20px);
  border-radius: 0.83vw;
  overflow: hidden;
}
.about_culture ul li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about_culture ul li:hover .imgbox .art {
  background: rgba(0, 0, 0, 0.35);
}
.about_culture ul li:hover .imgbox .art h3 {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  font-weight: 600;
}
.about_culture ul li:hover .imgbox .art .info {
  display: block;
}
.about_culture ul li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 136.69%;
  position: relative;
  overflow: hidden;
}
.about_culture ul li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about_culture ul li .imgbox .art {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.82vw 2.6vw;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about_culture ul li .imgbox .art h3 {
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_culture ul li .imgbox .art h3 {
    font-size: 16px;
  }
}
.about_culture ul li .imgbox .art .info {
  font-size: 18px;
  line-height: 30px;
  height: auto;
  overflow: hidden;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  animation: show 0.5s;
}
@media (max-width: 1680px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_culture ul li .imgbox .art .info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .about_culture ul li .imgbox .art .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .about_culture ul li .imgbox .art .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .about_culture ul li .imgbox .art .info {
    line-height: 22px;
  }
}
@media (max-width:1440px) {
  .about_culture ul li {
    width: calc(33.33% - 13.33px);
  }
}
@media (max-width:1400px) {
  .about_culture .w1280 {
    padding: 0 15%;
  }
}
@media (max-width:990px) {
  .about_culture .w1280 {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .about_culture {
    padding: 40px 0;
  }
  .about_culture ul {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
  }
  .about_culture ul li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .about_culture ul li:hover .imgbox .art h3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .about_culture ul li .imgbox {
    padding-bottom: 0;
    height: 150px;
  }
  .about_culture ul li .imgbox .art {
    padding: 15px;
  }
  .about_culture ul li .imgbox .art h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .about_culture ul li .imgbox .art .info {
    max-height: 44px;
    font-size: 14px;
  }
}

.team_wrap{
	padding-top:5rem;
	padding-bottom:5rem;
}

/*荣誉证书*/
.honor_wrap{
	background: url(../images/j32.jpg) center top no-repeat;
	background-size:cover;
	padding:6rem 0;
}
.honor_text{
	padding:3rem 0;
	border-bottom:#ececec 1px solid;
}
.honor_text ul li{
	width:50%;
	position:relative;
	margin-bottom:1rem;
	padding-left:2%;
}

.honor_list{
	
	padding-top:3rem;
}
.honor_list_item{
	width:33.333%;
	text-align:center;
	padding:1rem;
}
.honor_list_item img{
	max-height:300px;
}
.about2-section1 .itembox {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about2-section1 .item {
  border-radius: 0.63vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 2%;
}
.about2-section1 .item:nth-child(1),
.about2-section1 .item:nth-child(4),
.about2-section1 .item:nth-child(5),
.about2-section1 .item:nth-child(8),
.about2-section1 .item:nth-child(9),
.about2-section1 .item:nth-child(12),
.about2-section1 .item:nth-child(13),
.about2-section1 .item:nth-child(16) {
  width: 66%;
}
.about2-section1 .item:nth-child(2),
.about2-section1 .item:nth-child(3),
.about2-section1 .item:nth-child(6),
.about2-section1 .item:nth-child(7),
.about2-section1 .item:nth-child(10),
.about2-section1 .item:nth-child(11),
.about2-section1 .item:nth-child(14),
.about2-section1 .item:nth-child(15) {
  width: 32%;
}
.about2-section1 .item:nth-child(1),
.about2-section1 .item:nth-child(5),
.about2-section1 .item:nth-child(9),
.about2-section1 .item:nth-child(13) {
  margin-right: 2%;
}
.about2-section1 .item:nth-child(4),
.about2-section1 .item:nth-child(8),
.about2-section1 .item:nth-child(12),
.about2-section1 .item:nth-child(16) {
  margin-left: 2%;
}
.about2-section1 .item .image {
  overflow: hidden;
}
.about2-section1 .item .image img {
  transition: all 1s;
}
.about2-section1 .item:hover:after {
  transform: translateY(0);
  opacity: 1;
}
.about2-section1 .item:hover .title {
  opacity: 1;
}
.about2-section1 .item:hover .image img {
  transform: scale(1.1);
}
.about2-section1 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 60%, #008ed8);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s;
}
.about2-section1 .item .title {
  font-size: 0.94vw;
  color: #fff;
  text-align: left;
  font-family: "SourceHanSansCN-Regular";
  padding: 1.56vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  opacity: 0;
  transition: all 0.4s;
}
.about2-section1 .item[video-url] {
  cursor: pointer;
  position: relative;
}
.about2-section1 .item[video-url]:hover:before {
  opacity: 1;
  visibility: visible;
}
.about2-section1 .item[video-url]:after {
  display: none;
}
.about2-section1 .item[video-url]:before {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img163.png) no-repeat center rgba(0, 0, 0, 0.4);
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 1100px) {
  .about2-section1 .item {
    width: 32%;
    height: 26.04vw;
  }
  .about2-section1 .item .image {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about2-section1 .item .image img {
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 1100px) {
  .about2-section1 .itembox {
    justify-content: space-between;
  }
  .about2-section1 .item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  .about2-section1 .item:after {
    display: none;
  }
  .about2-section1 .item .title {
    position: static;
    font-size: 12px;
    color: #333;
    opacity: 1;
    visibility: visible;
    text-align: center;
  }
}
/*产品与服务*/
.service_wrap{
	position:relative;
}
.service_demo{
	position:absolute;
	top:0;
	left:0;
}
.service_container{
	padding:120px 0;
}
.service_container .service_title{
	font-size:48px;
	color:#0392db;
	margin-bottom:3rem;
	text-align:center;
}
.service_container .service_content{
	width:60%;
	font-size:1.125rem;
	line-height:2.25rem;
	text-align:center;
	margin:0 auto;
}
.servicenav_content{
	width:100%;
	background:#FFF;
	margin-top:3.125rem;
	overflow:hidden;
}
.servicenav_content:nth-child(2n) .servicenav_list {
	position:relative;
	z-index:10;
	justify-content:flex-start;
}
.servicenav_content:nth-child(2n+1) .servicenav_list {
	position:relative;
	z-index:10;
	justify-content:flex-end;
}
.servicenav_content:nth-child(6) .servicenav_list .servicenav_item_left,.servicenav_content:nth-child(8) .servicenav_list .servicenav_item_left{
	width:100%;
	height:480px;
	overflow:hidden;
	position:relative;
}
.servicenav_content:nth-child(6) .servicenav_item_right,.servicenav_content:nth-child(8) .servicenav_item_right,.servicenav_content:last-child .servicenav_item_right{
	width:100%;
}
.servicenav_content:nth-child(6) .servicenav_item_right .servicenav_item_con,.servicenav_content:nth-child(8) .servicenav_item_right .servicenav_item_con{
	display:flex;
}
.servicenav_content:nth-child(6) .servicenav_item_right .servicenav_item_con div,.servicenav_content:nth-child(8) .servicenav_item_right .servicenav_item_con div{
	width:33.3333%;
	margin-right:3rem;
}
.servicenav_content:nth-child(6) .servicenav_item_right .servicenav_item_con div:last-child,.servicenav_content:nth-child(8) .servicenav_item_right .servicenav_item_con div:last-child{
	margin-right:0;
}
.servicenav_content:last-child .servicenav_list .servicenav_item_left{
	display:none;
}
.servicenav_item_left{
	width:50%;
	height:100%;
	overflow:hidden;
}
.servicenav_item_text{
	padding:3rem 3rem;
}
.servicenav_item_text h1{
	font-size:1.5rem;
	font-weight: bold;
	letter-spacing:2px;
	margin-bottom:1rem;
}
.servicenav_item_con{
	font-size: 18px;
	line-height: 32px;
}
.servicenav_item_con ul{
	margin-top:1rem;
}
.servicenav_item_con ul li{
	font-size: 18px;
	line-height: 35px;
	color: #303f5f;
	display: flex;
}
.servicenav_content:last-child .servicenav_item_right .servicenav_item_con ul{
	display:flex;
	flex-wrap:wrap;
}
.servicenav_content:last-child .servicenav_item_right .servicenav_item_con ul li{
	width:50%;
}
.servicenav_item_con ul li:before{
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin-top: 8px; 
	content: "";
	display: block;
	background: url(../images/home-servicetb4.jpg) no-repeat;
	margin-right:20px;
	}
.servicenav_item_right{
	width:50%;
}
.servicenav_content:nth-child(2n) .servicenav_item_left{
	width:50%;
	position:absolute;
	right:0;
}
.servicenav_content:nth-child(2n+1) .servicenav_item_left{
	width:50%;
	position:absolute;
	left:0;
}
.servicenav_item_left img {
	width:100%;
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.servicenav_item_left:hover img{
	transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}
.servicenav_item_left:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    pointer-events: none;
    opacity: 1;
}

.contentnav{
	
}
.about_box{
	padding:8rem 0;
	justify-content: space-between;
}
.about_left{
	width:55%;
}
.about_title{
	font-size:36px;
	margin-bottom:2rem;
}
.about_content{
}

.about_right{
	width:40%;
}
.productsnav_wrap{
	background:#f7f7f7;
}
/*--新闻资讯--*/
.news_list{padding:3rem 0;}
.news_list .row .newslist{
    background: #fff;
    margin-bottom:2rem;
    box-shadow: 0 0 20px rgba(0, 14, 12,0.1);
}
  .news_list .row .newslist .newspic{
    position: relative;
    width: 100%;
    padding-bottom:60.55%;
  }
  .news_list .row .newslist .newspic img{
    width: 100%;
    position: absolute;
    height:100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .news_list .row .newslist .newspic .bg{
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    
  }
  .news_list .row .newslist:hover .newspic .bg{
    background: rgba(0, 87, 166,0.5);
  }
  .news_list .row .newslist .newscon {
    padding:15px 20px;
	color:#666666;
	height:200px;
  }
  
  .news_list .row .newslist .newscon h3{
    font-family: 'Microsoft Yahei';
    font-size: 18px;
	font-weight:bold;
    color: #101010;
    margin-bottom:0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news_list .row .newslist:hover .newscon h3{
    color: #0057a6;
  }
  .news_list .row .newslist .newscon .time{
    font-size: 14px;
    color: #999;
	margin-top:.5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }

@media (max-width:1600px) {
    .news_list .row .newslist .newscon{
        padding:20px;
    }
    .news_list .row .newslist .newscon h3{
        margin-bottom:1.125rem;
    }

}

.serviceview{
	padding:3rem 0;
}
.serviceview_title{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-bottom:2rem;
	border-bottom:#ececec 1px solid;
}
.serviceview_date{
	color:#666666;
	text-align:center;
	padding:1rem 0;
	background:#f9f9f9;
}
.serviceview_content{
	padding:1rem 0;
	line-height:35px;
}
.serviceview_content img{
	padding:8px 0;
}
.service_content_copyright{
	color:#666;
	padding:1.25rem 0;
	border-top:#ececec 1px dotted;
	border-bottom:#ececec 1px dotted;
}
.service_content_btm{
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	padding-top:3.125rem;
}
.service_content_list p{
margin-bottom:20px;
}
.service_content_list p a{
	color:#666666;
}
.service_btn{
	text-align:right;
}
.service_btn .renter {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #0388ff;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 6;
}
.service_btn:hover .renter{
	background:#000;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}

/*人才招聘*/
.contentnav_career_wrap{
	padding:5rem 0;
	background:#f3f3f3;
}
.contentnav_career_wrap .width-auto{
	padding:0 300px;
	margin:0 auto;
}
.join2_s {
  margin-top: 2.34vw;
  position: relative;
}
.join2_s .swiper {
  overflow: hidden;
}
.join2_s .swiper-button-prev,
.join2_s .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e5e4e3;
  background: #f7f7f7;
  color: #000;
  margin-top: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 200px;
}
.join2_s .swiper-button-prev:hover,
.join2_s .swiper-button-next:hover {
  background: #13943f;
  color: #fff;
  border-color: #13943f;
}
.join2_s .swiper-button-prev:after,
.join2_s .swiper-button-next:after {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .join2_s .swiper-button-prev:after,
  .join2_s .swiper-button-next:after {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join2_s .swiper-button-prev:after,
  .join2_s .swiper-button-next:after {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join2_s .swiper-button-prev:after,
  .join2_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join2_s .swiper-button-prev:after,
  .join2_s .swiper-button-next:after {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join2_s .swiper-button-prev:after,
  .join2_s .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join2_s .swiper-button-prev:after,
  .join2_s .swiper-button-next:after {
    font-size: 14px;
  }
}
.join2_s .swiper-button-prev {
  left: -70px;
}
.join2_s .swiper-button-next {
  right: -70px;
}
.join2_s .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 57.6%;
  position: relative;
  overflow: hidden;
}
.join2_s .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.join2_s .swiper-slide .art {
  background: #fff;
  border-bottom-left-radius: 0.83vw;
  border-bottom-right-radius: 0.83vw;
  padding: 2.34vw 2.08vw;
}
.join2_s .swiper-slide .art h3 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .join2_s .swiper-slide .art h3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .join2_s .swiper-slide .art h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .join2_s .swiper-slide .art h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .join2_s .swiper-slide .art h3 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .join2_s .swiper-slide .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join2_s .swiper-slide .art h3 {
    font-size: 16px;
  }
}
.join2_s .swiper-slide .art .info {
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  padding-right: 5px;
  height: 66px;
  overflow-y: auto;
}
@media (max-width: 1680px) {
  .join2_s .swiper-slide .art .info {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .join2_s .swiper-slide .art .info {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .join2_s .swiper-slide .art .info {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .join2_s .swiper-slide .art .info {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .join2_s .swiper-slide .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .join2_s .swiper-slide .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .join2_s .swiper-slide .art .info {
    font-size: 13px;
  }
}
@media (max-width:1440px) {
  .join2_s .swiper-button-prev {
    left: -50px;
    width: 40px;
    height: 40px;
    top: 180px;
  }
  .join2_s .swiper-button-next {
    right: -50px;
    width: 40px;
    height: 40px;
    top: 180px;
  }
}
@media (max-width:1024px) {
  .join2_s .swiper-button-prev {
    left: -15px;
    width: 35px;
    height: 35px;
    top: 160px;
  }
  .join2_s .swiper-button-next {
    right: -15px;
    width: 35px;
    height: 35px;
    top: 160px;
  }
}
@media (max-width:768px) {
  .join2_s {
    margin-top: 20px;
  }
  .join2_s .swiper-slide .art {
    padding: 15px;
  }
}

.join3{
	padding-top:5rem;
	padding-bottom:6rem;
}
.join3 .taba {
  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;
  margin-top: 2.34vw;
}
.join3 .taba a {
  width: 9.38vw;
  height: 3.13vw;
  min-width: 120px;
  min-height: 40px;
  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;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .join3 .taba a {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .join3 .taba a {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .join3 .taba a {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .join3 .taba a {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .join3 .taba a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .join3 .taba a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .join3 .taba a {
    font-size: 13px;
  }
}
.join3 .taba a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.join3 .taba a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.join3 .taba a.on,
.join3 .taba a:hover {
  background: #13943f;
  color: #fff;
  border-color: #13943f;
}
.join3 .top {
  width: 100%;
  height: 4.17vw;
  min-height: 50px;
  margin-top: 2.08vw;
  padding: 0 3.13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #333333;
  border-top-left-radius: 0.83vw;
  border-top-right-radius: 0.83vw;
}
.join3 .top div {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.join3 .top div img {
  margin-right: 6px;
}
.join3 .top div:first-child {
  width: 32%;
}
.join3 .top div:nth-child(2) {
  width: 30%;
}
.join3 .top div:nth-child(3) {
  width: calc(38% - 120px);
}
.join3 .top div:nth-child(4) {
  width: 120px;
}
.join3 .tabb .item {
  display: none;
  animation: show 0.5s;
}
.join3 .tabb .item.on {
  display: block;
}
.join3 .tabb .item .more {
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  margin: 2.08vw auto 0;
  width: 240px;
  height: 50px;
  background: #eeeeee;
  border-radius: 25px;
  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;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join3 .tabb .item .more:hover {
  background: #13943f;
  color: #fff;
  border-color: #13943f;
}
@media (max-width:768px) {
  .join3 .tabb .item .more {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .join3 .taba {
    margin-top: 15px;
  }
  .join3 .top {
    padding: 0 15px;
    margin-top: 15px;
  }
  .join3 .top div:nth-child(2),
  .join3 .top div:nth-child(3) {
    display: none;
  }
  .join3 .top div:nth-child(4) {
    width: 100px;
  }
  .join3 .top div:first-child {
    width: calc(100% - 110px);
  }
}
.join3_list li.on .top {
  background: #e7e7e7;
  border-color: #e1e1e1;
}
.join3_list li.on .td_a {
  background: #13943f;
  color: #fff;
}
.join3_list li.on .box {
  display: block;
}
.join3_list .td_a {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  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;
  border: 1px solid #e9e9e9;
  color: #13943f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join3_list .td_a i {
  width: auto;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .join3_list .td_a i {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join3_list .td_a i {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join3_list .td_a i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join3_list .td_a i {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join3_list .td_a i {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join3_list .td_a i {
    font-size: 14px;
  }
}
.join3_list .td_a:hover i {
  max-width: 16px;
  margin-left: 5px;
}
.join3_list .top {
  background: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0;
  border: 1px solid #d8d8d8;
}
.join3_list .top div {
  color: #282828;
}
.join3_list .top div:first-child {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .join3_list .top div:first-child {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join3_list .top div:first-child {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join3_list .top div:first-child {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join3_list .top div:first-child {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join3_list .top div:first-child {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join3_list .top div:first-child {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .join3_list .top div:first-child {
    font-size: 14px;
  }
}
.join3_list .box {
  padding: 1.56vw 3.13vw 10px;
  background: #f6f6f6;
  display: none;
  animation: show 0.5s;
}
.join3_list .box h4 {
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 10px;
}
.join3_list .box .info {
  font-size: 16px;
  line-height: 30px;
  color: #828282;
  margin-bottom: 1.04vw;
}
@media (max-width:768px) {
  .join3_list .td_a {
    height: 35px;
    font-size: 12px;
    width: 100px;
  }
  .join3_list .box {
    padding: 15px;
  }
  .join3_list .box .info {
    margin-bottom: 10px;
  }
}

/*联系我们*/
.contentnav_wrap{
	padding-top:5rem;
}
.contact_wrap{
	width:100%;
	background:#f5f5f5;
}

.contact_img{
	width:50%;
}
.contact_text{
	width:calc(50% - 200px);
}
.contact_text_detail{
	padding:3rem 0 2rem 3rem;
}
.contact_text_detail h2{
	font-size:24px;
	color:#009ae0;
	font-weight:bold;
	margin-bottom:12px;
}
.contact_content_list{
	padding:3rem 0;
}
.contactlist_item{
	width:50%;
	padding:1rem;
}
.contactlist_item_text{
	background:#f2f2f2;
	padding:1rem;
}
/*底部*/
.footer_wrap {
    position: relative;
	width:100%;
	background:#01459a;
}
.footer_back {
	padding-bottom:20.865%;
}
.footer_box {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:3rem 0 1rem;
}
.footer_box_list{
	color:#FFF;
}
.footer_logo{
	width:100%;
	margin-bottom:2.25rem;
}
.footer_contact{
	width:100%;
}
.footer_content_list{
	width:33.3%;
	line-height:36px;
}
.footer_content_list ul li{
	width:50%;
}
.footer_content_list ul li a{
	color:#FFF;
}

.wechat{
	text-align:center;
}
.wechat img{
	text-align:center;
}
.footer_box .copyright{
	border-top:rgba(255,255,255,.3) 1px solid;
	padding-top:1rem;
	text-align:center;
	color:#Fff;
	background:#01459a;
	margin-top:10px;
}