@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

textarea {
  resize: none;
  overflow: auto;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
  margin: 0px auto;
  max-width: 1920px;
  min-width: 320px;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
  background-color: #f5f5f5;
}
body.index{
  background-color: #fff;
}

/* body:after {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: gray;
  content: "";
  z-index: 99999999;
} */

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
　


.OF-fill {
	object-fit: fill;
	font-family: 'object-fit: fill';
}

.OF-contain {
	object-fit: contain;
	font-family: 'object-fit: contain';
}

.OF-cover {
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.OF-cover-op {
	object-fit: cover;
	object-position: center 80%;
	font-family: 'object-fit: cover; object-position: center 80%';
}

.OF-none {
	object-fit: none;
	font-family: 'object-fit: none';
}

.OF-scaleDown {
	object-fit: scale-down;
	font-family: 'object-fit: scale-down';
}
.object-position {
	max-height: 33vw;
}
@media (max-width: 700px) {
	.xs--OF-cover {
		object-fit: cover;
		font-family: 'object-fit: cover';
	}
	.caption-cover {
		border-left: 5px solid green;
		padding-left: 5px;
	}
}
@media not all and (max-width: 700px) {
	.caption-contain {
		border-left: 5px solid green;
		padding-left: 5px;
	}
}








.class1, 　
.class2 {
  border: 1px solid #ddd;
}

.class2 {
  font-size: 120%;
}

div127 {
  float: left;
  margin-left: 10px;
}

.div1 {
  float: left;
  margin-left: 20px;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.header-box {
  height: 100px;
}

.header {
  /* height: 120px; */
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all .3s;
  border-bottom: 1px solid #e5e5e5;
}

.header .wrap {
  /* height: 90px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  position: relative;
  /* padding-right: -150px; */
  /* margin-right: -140px; */
}

.hd-logo a {
  display: block;
  position: relative;
}
.hd-logo a img {
  max-width: 125px;
}

.hd-nav {
  height: auto;
  overflow: hidden;
  margin-left: 82px;
  margin-right: 24px;
}

.hd-nav li {
  float: left;
}

.hd-nav li a {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #333;
  padding: 42px 30px;
  /* margin-right: 30px; */
  position: relative;
  transition: all .3s;
}

.header .hd-nav li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff5200;
  position: absolute;
  bottom: 2px;
  left: 0;
  transition: all .3s;
}

/* .hd-nav li.on a:after,
.hd-nav li a:hover:after {
	width: 100%;
} */
.hd-nav li.on a,
.hd-nav li a:hover {
  color: #fff;
  background-color: #6d9aed;
}

.hd-tel {
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  color: #333333;
  padding-left: 45px;
  background: url(../img/tel-ico01.png) no-repeat left center;
}
.hd-tel a {
  font-size: 20px;
  color: #6d9aed;
}

.m_search {
  display: none;
}

.m-nav {
  display: none;
}

.banner {
  width: 100%;
  padding-bottom: 42.7%;
  position: relative;
}

.banner .mobile {
  display: none;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc_search {
  width: 100%;
  padding: 20px 110px;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  padding: 11px 0;
}

/* .pc_search .wrap{
	

} */
.pc_search nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.search-hot {
  font-size: 14px;
  color: #333333;
}

.search-hot span {
  font-weight: bold;
}

.search-hot a:hover {
  color: #6d9aed;
}

.search-hot a:last-child i {
  display: none;
}

.pc_search nav form {
  position: relative;
}

.pc_search nav form input {
  line-height: 40px;
  width: 400px;
  border: 1px solid #a5a5a5;
  border-radius: 20px;
  color: #aaaaaa;
  font-size: 14px;
  background-color: transparent;
  padding-left: 15px;
  transition: .4s all;
}

.pc_search nav form button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/pc_search.png") no-repeat #6d9aed center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: .4s all;
  border: none;
}

.pc_search li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.pc_search li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.about {
  padding: 108px 0;
}

.about .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about .wrap .txt {
  width: 42.8%;
  padding-left: 20px;
}
.about .wrap .txt h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #333333;
  position: relative;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.about .wrap .txt h3 span {
  color: #6d9aed;
}
.about .wrap .txt h3::after {
  content: '';
  display: block;
  width: 2px;
  height: 100px;
  background-color: #6d9aed;
  position: absolute;
  left: -20px;
  top: 3px;
}
.about .wrap .txt h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #6d9aed;
  font-weight: bold;
}
.about .wrap .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 35px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 48px;
}
.about .wrap .txt .link a {
  width: 225px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  color: #686868;
  font-weight: bold;
  background: url(../img/link-bg01.png) no-repeat center;
  background-size: 100% auto;
  background-color: #eeeeee;
  border-radius: 40px;
  margin-right: 30px;
  transition-duration: .3s;
}
.about .wrap .txt .link a:hover {
  background: #6d9aed;
  color: #fff;
}
.about .wrap .item {
  width: 45.7%;
  position: relative;
}
.about .wrap .item .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 57.03%;
  z-index: 1;
}
.about .wrap .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about .wrap .item::after {
  content: '';
  display: block;
  width: 470px;
  height: 380px;
  background: url(../img/about-bg01.jpg) repeat;
  position: absolute;
  left: -75px;
  bottom: -52px;
}

.information {
  background: url(../img/info-bg01.jpg) no-repeat center;
}
.information .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.information .wrap div {
  width: 30%;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.information .wrap div h3 {
  font-size: 36px;
  line-height: 1;
  color: #6d9aed;
}
.information .wrap div h5 {
  font-size: 16px;
  line-height: 1;
  color: #6d9aed;
  margin-top: 18px;
}

.com-tit1 {
  padding: 70px 0 65px;
  text-align: center;
}
.com-tit1 hr {
  width: 50px;
  height: 1px;
  background-color: #6d9aed;
  border: none !important;
  margin: 0 auto;
}
.com-tit1 h3 {
  font-size: 30px;
  line-height: 1;
  color: #444;
  margin-top: 30px;
}
.com-tit1 p {
  font-size: 18px;
  line-height: 1;
  color: #898787;
  margin-top: 10px;
}

.product-tabs {
  padding-bottom: 50px;
  margin: 0 40px;
}
.product-tabs .swiper-slide {
  width: 180px;
  padding: 0 20px;
  position: relative;
}
.product-tabs .swiper-slide::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #6d9aed;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-tabs .swiper-slide span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #595959;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}
.product-tabs .swiper-slide span:hover {
  background-color: #6d9aed;
  border-radius: 4px;
  color: #fff;
}
.product-tabs .swiper-slide:last-child::after {
  display: none;
}
.product-tabs .swiper-slide.swiper-slide-active span {
  background-color: #6d9aed;
  border-radius: 4px;
  color: #fff;
}

.product .swiper-box {
  position: relative;
  padding: 0 40px;
}
.product .swiper-box .swiper-button-prev {
  background: url(../img/left-ico01.png) no-repeat left center;
}
.product .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/left-ico02.png);
}
.product .swiper-box .swiper-button-next {
  background: url(../img/right-ico01.png) no-repeat right center;
}
.product .swiper-box .swiper-button-next:hover {
  background-image: url(../img/right-ico02.png);
}

.product-swiper .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: -1%;
}
.product-swiper .swiper-slide ul li {
  width: 24%;
  margin-right: 1%;
  padding-bottom: 25px;
  background: url(../img/product-bg01.png) no-repeat center bottom;
}
.product-swiper .swiper-slide ul li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 107%;
}
.product-swiper .swiper-slide ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-swiper .swiper-slide ul li .txt {
  height: 38px;
  position: relative;
}
.product-swiper .swiper-slide ul li h3 {
  width: 100%;
  height: 38px;
  border: 1px solid #c0c0c0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  color: #2c2c2c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: .3s;
}
.product-swiper .swiper-slide ul li:hover h3 {
  width: 90%;
  margin: 0 auto;
  height: 53px;
  top: -15px;
  background-color: #6d9aed;
  color: #fff;
  border-color: transparent;
}

.product {
  padding-bottom: 90px;
}
.product .more {
  width: 260px;
  height: 36px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 1;
  color: #909090;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
  margin: 0 auto;
  margin-top: 40px;
}
.product .more:hover {
  background-color: #6d9aed;
  border-color: #6d9aed;
  color: #fff;
}

.advantage {
  padding-bottom: 80px;
  background: url(../img/advantage-bg01.jpg) no-repeat center;
}
.advantage .tabs {
  background-color: #fff;
  margin-bottom: 30px;
}
.advantage .tabs .swiper-slide {
  cursor: pointer;
  width: 16.6%;
  height: 195px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.advantage .tabs .swiper-slide .pic {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.advantage .tabs .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage .tabs .swiper-slide h3 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantage .tabs .swiper-slide:hover {
  background-color: #f5f5f5;
  border-bottom-color: #6d9aed;
}
.advantage .tabs .swiper-slide.swiper-slide-active {
  background-color: #f5f5f5;
  border-bottom-color: #6d9aed;
}
.advantage .swiper2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.advantage .swiper2 .swiper-slide .pic {
  width: 47%;
  height: 490px;
}
.advantage .swiper2 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage .swiper2 .swiper-slide .txt {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.advantage .swiper2 .swiper-slide .txt .tit {
  padding: 40px 20px;
  background-color: #fff;
  width: 100%;
}
.advantage .swiper2 .swiper-slide .txt .tit h3 {
  font-size: 22px;
  line-height: 1;
  color: #6d9aed;
  margin-bottom: 18px;
}
.advantage .swiper2 .swiper-slide .txt .tit p {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  height:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
}
.advantage .swiper2 .swiper-slide .txt .imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.advantage .swiper2 .swiper-slide .txt .imgs a{
  width: 48.5%;
  height: 255px;
}
.advantage .swiper2 .swiper-slide .txt .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.society {
  padding-bottom: 70px;
}

.society ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -50px;
}
.society ul li {
  width: 47.8%;
  margin-bottom: 50px;
  border-radius: 220px;
  border: 2px solid #dddddd;
  position: relative;
  height: 220px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
 
}
.society ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
}
.society ul li .pic img {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 50%;
}
.society ul li .txt {
  padding-left: 230px;
  padding-right: 70px;
  width: 100%;
}
.society ul li .txt h4 {
  font-size: 14px;
  line-height: 1;
  color: #6d9aed;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.society ul li .txt h5 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-bottom: 12px;
  font-weight: bold;
}
.society ul li .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #535353;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
.society ul li:hover {
  border-color: #6d9aed;
  box-shadow: 1px 2px 5px #c3ccdc;
}

.news {
  padding-bottom: 100px;
  background: url(../img/news-bg01.jpg) no-repeat center;
}
.news .news-swiper .swiper-slide a {
  height: 325px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news .news-swiper .swiper-slide a .txt {
  width: 57%;
  height: 100%;
  border: 1px solid #565656;
  border-right: none;
  padding: 40px 60px 40px 40px;
  background-color: #fff;
}
.news .news-swiper .swiper-slide a .txt h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #6d9aed;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-swiper .swiper-slide a .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news .news-swiper .swiper-slide a .pic {
  width: 43%;
  height: 100%;
}
.news .news-swiper .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-swiper {
  margin-bottom: 65px;
}
.news .news-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #cfcfcf;
  opacity: 1;
  margin: 0 8px;
}
.news .news-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6d9aed;
}
.news .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news .con li {
  width: 31.42%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news .con li:after{
  content: '';
  display: block;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.news .con li:hover:after{
  opacity: 1;
  visibility: visible;
}
.news .con li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #565656;
  padding: 0 30px 50px;
  transition-duration: .3s;
}
.news .con li .time {
  width: 105px;
  height: 110px;
  background-color: #eeeeee;
  position: relative;
  top: -33px;
  transition-duration: .3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  color: #909090;
  z-index: 1;
}
.news .con li .time hr {
  width: 70px;
  height: 2px;
  background-color: #c9c9c9;
  margin: 9px auto 12px;
}
.news .con li .time span:last-child {
  font-size: 16px;
}
.news .con li h4 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
  transition-duration: .3s;
}
.news .con li p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  transition-duration: .3s;
}
.news .con li:hover a {
  background-color: rgba(0, 0, 0, .4);
  border-color: transparent;
}
.news .con li:hover h4 {
  color: #fff;
}
.news .con li:hover p {
  color: #fff;
}
.news .con li:hover .time {
  background-color: #6d9aed;
  color: #fff;
}

.footer {
  background-color: #6d9aed;
}
.footer .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 40px 0 60px;
}
.footer .nav a {
  margin: 0 38px;
}
.footer .nav a:hover {
  color: #333;
}
.footer .nav span:last-of-type {
  display: none;
}
.footer .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}
.footer .con .logo {
  width: 230px;
}
.footer .con .copyright {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.footer .con .code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.footer .con .code li {
  text-align: center;
}
.footer .con .code li img {
  width: 145px;
  height: 145px;
  object-fit: cover;
}
.footer .con .code li:last-child {
  margin-left: 50px;
}
.footer .con .code li h3 {
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
}
.footer .con hr {
  width: 2px;
  height: 140px;
  margin-top: 10px;
  background-color: #bdcee1;
}

.formError {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10001;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
  opacity: 1;
}

.formError h6 {
  font-size: 16px;
  color: #434144;
}

.slide-nav {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 98;
}

.slide-nav .item {
  margin: 10px 0;
  width: 68px;
  height: 68px;
  border: 1px solid #bebebe;
  background-color: #fff;
  position: relative;
  transition: .4s all;
}

.slide-nav .item:hover {
  background-color: #436eb2;
}

.slide-nav .item:hover .icon {
  background-position: center bottom;
}

.slide-nav .item:hover h4 {
  color: #fff;
}

.slide-nav .goTop {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.slide-nav .goTop.active {
  opacity: 1;
  visibility: visible;
}

.slide-nav .icon {
  margin: 6px auto 3px;
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 35px auto;
}

.slide-nav h4 {
  font-size: 12px;
  color: #4e4e4e;
  font-weight: 400;
  text-align: center;
}

.slide-nav .mask {
  margin-top: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slide-nav .tel {
  padding: 0 30px;
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #4e4e4e;
  border: 1px solid #999;
  border-right: none;
  background-color: #fff;
}

.slide-nav .qr {
  margin-right: 2px;
  width: 140px;
  height: 140px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.slide-nav .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-nav .item:hover {
  border-color: #215644;
}

.slide-nav .item:hover .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.online .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 850px;
  width: 96%;
  padding: 30px;
  background-color: #fff;
}

.online .main .tit {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.online .main .tit h3 {
  text-align: center;
  font-size: 24px;
  color: #434144;
  font-weight: bold;
}

.online .main .tit span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  text-align: center;
  font-family: "Arial";
  color: #787878;
  font-weight: bold;
}

.online .main .tit span b {
  color: #436eb2;
}

.online .main .tit span:before {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main .tit span:after {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset;
}

.online .main form figure {
  display: block;
  width: 45%;
  position: relative;
  padding: 20% 0;
}

.online .main form figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.online .main form ul {
  width: 52%;
}

.online .main form ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  height: 40px;
}

.online .main form ul li + li {
  margin-top: 15px;
}

.online .main form ul li .ind {
  width: 48%;
  height: 100%;
  border: 1px solid #bebebe;
  padding: 0 10px;
  background-color: transparent;
  color: #979797;
  font-size: 14px;
  transition: .2s all;
}

.online .main form ul li .ind.active {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
  color: #979797;
  font-size: 14px;
}

.online .main form ul li select {
  background: url(../img/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
  width: 100%;
}

.online .main form ul li.textarea {
  height: 180px;
}

.online .main form ul li.textarea textarea {
  width: 100%;
  padding: 10px;
}

.online .main form ul li button {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #436eb2;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.online .main form ul li button:hover {
  background-color: transparent;
  border-color: #999;
  border-radius: 5px;
  color: #666;
}

.online .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.png) no-repeat center center #436eb2;
  background-size: 60%;
  cursor: pointer;
}

.hd-btn {
  display: none;
}

.m_search {
  width: 100%;
  background-color: #434144;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 101;
  overflow-y: scroll !important;
  display: none;
}

.m_search figure {
  width: 100%;
  height: 100%;
}

.m_search .title,
.m_search figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_search .title {
  margin: 0 auto;
}

.m_search .title img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m_search .title h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 36px;
}

.m_search .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_search .main {
  width: 100%;
  padding: 6% 15% 0;
}

.m_search .search_close {
  margin: 6% auto 0;
  cursor: pointer;
}

.m_search .search_close span {
  margin: 0 auto;
  width: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.m_search .search_close span,
.m_search .search_close span::before {
  display: block;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.m_search .main .m_header_submit {
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  background-color: #fff;
  color: #434144;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.m_search .search_close h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30%;
}

.m_search .search_close span::before {
  content: "";
  opacity: 1;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.m_search .main input {
  border: none;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 24px;
  color: #cfcfcf;
  background-color: transparent;
}

.com-banner1 {
  position: relative;
  padding-bottom: 21%;
  display: none;
  /* margin-top: 76px; */
}

.com-banner1 .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.com-banner1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.com-banner1 h3 {
  color: #333333;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 6px;
}

.com-banner1 h5 {
  color: #333333;
  font-size: 32px;
  line-height: 1.2;
  /* padding-bottom: 12px; */
  /* border-bottom: 2px solid #FFFFFF; */
  /* font-weight: 600; */
  font-weight: bold;
  letter-spacing: 2px;
  display: none;
}

.crumbs {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}

.crumbs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.crumbs nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.crumbs nav ul li {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
}

.crumbs nav ul li a {
  font-size: 14px;
  color: #565656;
  transition: .4s all;
  font-weight: bold;
}

.crumbs nav ul li a:hover {
  color: #333333;
}

.crumbs li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.crumbs li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.crumbs .tit {
  display: flex;
}

.crumbs .tit a {
  width: 130px;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

.crumbs .tit a.on,
.crumbs .tit a:hover {
  background-color: #6d9aed;
  color: #fff;
}

/* 内页导航1 */
.navbar1 {
  /* background-color: #192028; */
  padding-top: 30px;
  padding-bottom: 40px;
}

.navbar1 .box {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.navbar1 .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848;
}

.navbar1 .tit span {
  float: left;
  padding-left: 29px;
  background: url(../img/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../img/qwy-i3.png) center right no-repeat; */
  cursor: pointer;
  position: relative;
  color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
  transform: rotate(180deg);
}

.navbar1 .nav {
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0 46px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  background-color: #fff;
  justify-content: flex-start;
  /* background: url(../img/nav-bg1.png) repeat left top; */
}

.navbar1 ul li {
  position: relative;
  padding-left: 80px;
  user-select: none;
}

.navbar1 ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #484848;
  line-height: 58px;
  /* margin-left: 48px; */
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  display: none; 
   user-select: none;
}

.navbar1 ul li h4:first-child {
  display: block;
  
}

.navbar1 ul li a {
  font-size: 16px;
  color: #9e9e9e;
  margin: 0 10px;
  line-height: 58px;
  display: inline-block;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
  color: #6d9aed;
}

.navbar1 ul li.active a {
  /* color: #2b3b78; */
}

/* body.bg2 {
  background: #f5f5f5;
} */



.col-l {
  width: 76%;
}

.col-r {
  width: 21%;
}

.product_view .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}

.product_view .list li {
  width: 47.57%;
  transition: all .3s;
  margin-bottom: 40px;
  background-color: #fff;
}

.product_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.55%;
}

.product_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.product_view .list .tit h3 {
  font-size: 16px;
  color: #202020;
  line-height: 1.2;
  padding-top: 12px;
  text-align: center;
}

.product_view .list .tit h5 {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
}

.product_view .list li:hover {
  transform: translateY(-10px);
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}

.product_view .list li:hover h3 {
  color: #6d9aed;
}

.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 46px;
  /* background-color: #192028; */
}

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px;
}

.m-pages li {
  float: left;
  margin: 0 3px;
}

.m-pages li a {
  display: block;
  width: 37px;
  text-align: center;
  color: #3f3837;
  /* background-color: #ccc; */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  height: 35px;
  line-height: 33px;
  transition: .4s all;
  font-size: 16px;
  border: 1px solid #3f3837;
}

.m-pages select {
  width: 55px;
  height: 36px;
  line-height: 33px;
  color: #000;
  color: #3f3837;
  padding-left: 10px;
  background: url(../img/qwy-i4.png) #fff center right 10px no-repeat;
  /* background-size: auto;
    background-size: 8px; */
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #3f3837;
  vertical-align: bottom;
}

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px;
}

.m-pages li.active a,
.m-pages li a:hover {
  background-color: #6d9aed;
  color: #fff;
  border-color: #6d9aed;
}

.m-pages li {
  font-size: 16px;
  color: #3f3837;
  letter-spacing: 2px;
  line-height: 34px;
  font-family: SourceHanSerifCN;
}

.m-pages li:last-child {
  margin-left: 15px;
}

.g-box {
  padding: 23px 20px 5px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}

.g-tit1 {
  overflow: hidden;
  margin-bottom: 10px;
}

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../img/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
}

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px;
  transition: all .3s;
}

.g-tit1 a:hover {
  color: #6d9aed;
}

.m-list2 {
  padding-bottom: 0;
}

.m-list2 li a {
  display: block;
  font-size: 14px;
  color: #838282;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 6px;
  transition: all .3s;
}

.m-list2 li a:hover {
  color: #6d9aed;
}

.m-list2 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #838282;
  margin-top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-list1 {
  height: auto;
  overflow: hidden;
}

.m-list1 li {
  width: 50%;
  float: left;
}

.product-info_view .above {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.product-info_view .above .img-box {
  width: 50%;
}

.product-info_view .above .img-box .img-swiper {
  margin-bottom: 20px;
}

.product-info_view .above .img-box .img-swiper .swiper-slide {
  height: 510px;
}

.product-info_view .above .img-box .img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info_view .above .img-box .img-tabs {
  padding: 0 45px;
  position: relative;
}
.product-info_view .above img{
  user-select: none;
}
.product-info_view .above .img-box .img-tabs .swiper-slide {
  width: 105px;
  height: 80px;
}

.product-info_view .above .img-box .img-tabs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info_view .above .img-box .img-tabs .swiper-button-prev {
  width: 30px;
  height: 80px;
  opacity: .6;
  left: 0;
  top: 0;
  margin-top: 0;
  background: url(../img/left-ico001.png) no-repeat center;
  background-color: #efefef;
}

.product-info_view .above .img-box .img-tabs .swiper-button-prev:hover {
  background-color: #d4d4d4;
  opacity: 1;
}

.product-info_view .above .img-box .img-tabs .swiper-button-next {
  width: 30px;
  height: 80px;
  opacity: .6;
  right: 0;
  top: 0;
  margin-top: 0;
  background: url(../img/right-ico001.png) no-repeat center;
  background-color: #efefef;
}

.product-info_view .above .img-box .img-tabs .swiper-button-next:hover {
  background-color: #d4d4d4;
  opacity: 1;
}

.product-info_view .above .txt {
  width: 48.3%;
  padding: 30px 50px 0;
  background-color: #f5f5f5;
}

.product-info_view .above .txt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #474443;
}

.product-info_view .above .txt > p {
  font-size: 16px;
  line-height: 30px;
  height: 210px;
  margin-bottom: 30px;
  color: #474443;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.product-info_view .above .txt .tel {
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 35px;
  background: url(../img/pro-ico001.png) no-repeat left center;
}

.product-info_view .above .txt .box-share {
  padding-top: 25px;
  margin-bottom: 30px;
  border-top: 1px solid #d8d8d8;
}

.product-info_view .above .txt .box-share .social-share {
  display: inline-block;
}

.product-info_view .above .txt .box-share span {
  font-size: 14px;
  color: #717171;
}

.product-info_view .above .txt .link a {
  width: 132px;
  height: 42px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  color: #6d6d6d;
  margin-right: 12px;
}

.product-info_view .above .txt .link a:hover {
  background-color: #6d9aed;
  color: #fff;
}

.product-info_view .content {
  border: 1px solid #eeeaea;
  padding: 30px 50px;
  margin-bottom: 50px;
  background-color: #fff;
}

.product-info_view .content-tit h3 {
  color: #3a3a3a;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.product-info_view .content-tit h5 {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  /* margin-bottom: 25px; */
}

.product-info_view .content-item {
  padding-top: 25px;
  padding-bottom: 45px;
}

.common-link1 {
  color: #9d9d9d;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
  padding-top: 15px;
  /* margin-top: 40px; */
  border-top: 1px solid #eaeaea;
}

.common-link1 .next {
  text-align: right;
}

.common-link1 .next,
.common-link1 .prev {
  display: block;
  width: 50%;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.product-info_view .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.common-link1 a:hover {
  color: #6d9aed;
}

.common-link1 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background-color: #b8b8b8;
  border-radius: 5px;
  font-weight: bold;
  /* letter-spacing: 1px; */
}

.news_view {
  padding-top: 70px;
}

.news_view .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_view .list {
  margin-bottom: -30px;
}

.news_view .list li {
  margin-bottom: 30px;
}

.news_view .list .pic {
  width: 32%;
  padding-bottom: 21.6981%;
  display: block;
  position: relative;
}

.news_view .list li a {
  overflow: hidden;
  /* background: #fff; */
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-content: space-between;
  justify-content: space-between;
  background-color: #fff;
}

.news_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.news_view .list li .tit {
  width: 68%;
  padding: 0 47px;
  border-left: none;
}

.news_view .list li .tit h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #444444;
  font-weight: normal;
  margin-bottom: 16px;
  transition: .4s all;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_view .list li .tit h3:hover {
  color: #6d9aed;
}

.news_view .list li .tit p {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  color: #a7a7a7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 70px;
}

.news_view .list li .tit .box-time {
  position: relative;
  padding-right: 140px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #636363;
}

.news_view .list li .tit .box-time .time {
  float: left;
}

.news_view .list li .tit .box-time .more {
  text-align: center;
  display: block;
  text-transform: uppercase;
  /* line-height: 29px; */
  width: 90px;
  /* height: 29px; */
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  right: 0;
}

.news_view .list li .tit .box-time .vis {
  display: block;
  padding-left: 28px;
  float: right;
  background: url(../img/see-ico.png) no-repeat left center;
}

.news_view .list li .tit .box-time .vis {
  position: absolute;
  right: 13px;
  bottom: 45px;
}

.news_view .list li .tit .box-time .more:hover {
  color: #6d9aed;
}

.m-contxt1 {
  padding: 20px 30px 30px;
  /* background-color: #fff; */
  border: 1px solid #eaeaea;
  margin-bottom: 50px;
  background-color: #fff;
}

.m-contxt1 .tit {
  font-size: 26px;
  color: #292929;
  /* margin-bottom: 13px; */
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.m-contxt1 .box-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.m-contxt1 .box-info .info span {
  font-size: 16px;
  color: #a7a7a7;
  margin-right: 10px;
  display: inline-block;
}

.m-contxt1 .item {
  font-size: 14px;
  color: #5f5e5e;
  line-height: 1.875;
  /* padding-bottom: 30px;
   border-bottom: 1px solid #d6d6d6;
   margin-bottom: 35px; */
  /* text-indent: 2em; */
  margin-bottom: 30px;
}

.m-contxt1 .link {
  color: #9d9d9d;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
  padding-top: 15px;
  margin-top: 40px;
  border-top: 2px solid #e6e6e6;
}

.m-contxt1 .link a:hover {
  color: #2b3b78;
}

.m-contxt1 .link .back {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background-color: #b8b8b8;
  border-radius: 5px;
}

.news-info_view {
  padding-top: 70px;
}

.news-info_view .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_view-about {
  background-color: #fff;
  padding: 70px 0;
}
.about_view-about .wrap .item .pic {
 
  padding-bottom: 62.03%;

}
.about_view-about .wrap .item::after {

  bottom: -74px;
}

.about_view-about .wrap .txt p {
  margin-top: 35px;
  height: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: initial;
  margin-bottom: 0;
  font-size: 14px;
  white-space: pre-line;
}

.com-tit2 {
  padding: 75px 0 60px;
  text-align: center;
}
.com-tit2 h3 {
  font-size: 30px;
  line-height: 1;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.com-tit2 h5 {
  font-size: 32px;
  line-height: 1;
  color: #333;
}

.about_view .culture .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 75px;
}
.about_view .culture .list li {
  width: 23.57%;
  background-color: #fff;
  padding: 30px 20px;
}
.about_view .culture .list li h3 {
  font-size: 16px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.about_view .culture .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 65.5%;
}
.about_view .culture .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .culture .list li h5 {
  font-size: 16px;
  line-height: 1;
  color: #6d9aed;
  /* font-weight: bold; */
  margin-top: 25px;
  margin-bottom: 8px;
}
.about_view .culture .list li p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.about_view .culture .list li:last-child p {
  margin-top: 20px;
}
.about_view .culture .list li p span {
  color: #6d9aed;
}

.about_view .honor .swiper-box {
  position: relative;
  margin-left: -45px;
  margin-right: -45px;
}
.about_view .honor .swiper-box .swiper-button-next {
  background: url(../img/right-ico002.png) no-repeat center;
  right: 0;
  top: 41%;
}
.about_view .honor .swiper-box .swiper-button-prev {
  background: url(../img/left-ico002.png) no-repeat center;
  left: 0;
  top: 41%;
}
.about_view .honor .swiper-pagination {
  bottom: 90px;
}
.about_view .honor .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #6d9aed;
  opacity: 1;
  background: transparent;
}
.about_view .honor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6d9aed;
}
.about_view .honor .swiper2 {
  padding-bottom: 150px;
  margin: 0 45px;
}
.about_view .honor .swiper2 .swiper-slide {
  width: 440px;
  border: 1px solid #cfcfcf;
  padding: 30px;
  background-color: #fff;
}
.about_view .honor .swiper2 .swiper-slide h5 {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_view .honor .swiper2 .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 130%;
}
.about_view .honor .swiper2 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}

.job_view {
  padding: 70px 0;
}
.job_view .join {
  border: 2px solid #dddddd;
  padding: 70px 98px;
  background-color: #fff;
}

.job_view .join dl {
  background-color: #000;
  margin-bottom: 0px;
  overflow: hidden;
}

.job_view .join dd {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

.job_view .join li dl {
  margin-top: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}

.job_view .join li dd {
  color: #5f5f5f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
}

.job_view .join li.li_act dl {
  background-color: #6d9aed;
  
}

.job_view .join li.li_act dd {
  color: #fff;
}

.job_view .join li .words {
  padding: 30px 40px;
  background: #f3f3f3;
}

.job_view .join li .words1 {
  overflow: hidden;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 20px;
  position: relative;
}

.job_view .join li h5 {
  font-size: 18px;
  line-height: 30px;
  color: #313232;
}

.job_view .join li .words1 p {
  font-size: 14px;
  line-height: 30px;
  color: #5e5d5d;
  white-space: pre-wrap;
}
.job_view .join li .down h6 {
  font-size: 16px;
  line-height: 30px;
  color: #313232;
  margin:15px 0 10px;
}
.job_view .join li .down a {
  font-size: 14px;
  line-height: 25px;
  color: #313232;
}
.job_view .join li .down a:hover {
 
  color: #6d9aed;
}
.job_view .join li .down p {
  font-size: 14px;
  line-height: 25px;
  color: #313232;
}

.job_view .join li .words1 > div {
  float: left;
  width: 50%;
}

.job_view .join li .words1 div:nth-of-type(2) {
  padding-left: 30px;
}

.job_view .join li .words1 div:nth-of-type(1) {
  border-right: 1px solid #6d9aed;
}

.job_view .join li h3 {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  color: #5e5d5d;
  margin-top: 15px;
}

.job_view .join li h3::before {
  background-color: #343434;
  width: 7px;
  height: 7px;
  top: 4px;
  left: 0px;
  position: absolute;
  content: '';
  border-radius: 4px;
}

.job_view .join li .more {
  width: 130px;
  height: 40px;
  background-color: #6d9aed;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  margin: 20px 0px 0px;
  display: block;
  float: left;
  position: relative;
  padding-left: 20px;
  border-radius: 30px;
  transition: 0.2s;
}

.job_view .join li .more::before {
  position: absolute;
  height: 28px;
  width: 28px;
  top: 50%;
  margin-top: -14px;
  left: 7px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  content: '';
}

.job_view .join li .more span {
  position: relative;
  z-index: 55;
}

.job_view .join li .words {
  display: none;
}

.job_view .join .li_act i {
  transform: rotateX(180deg);
}

.job_view .join li .words .bdsharebuttonboxpro {
  float: right;
  margin: 20px 0px 0px;
  padding-top: 0px;
  border: 0px;
}

.job_view .join li .more:hover {
  color: #000;
  padding-left: 0px;
}

.job_view .join li .more:hover::before {
  width: 117px;
  border-radius: 20px;
}

.join li .words .share-box {
  float: right;
  /* margin: 20px 0px 0px; */
  padding-top: 0px;
  border: 0px;
}

.join li .words .share-box #job-share {
  display: inline-block;
}

.job_view .join li .words .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
.job_view .join li .words .item p{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.job_view .join li .words .item p a{
 color: #6d9aed;
}
.job_view .join li .words .item p a:hover{
  color: #3473e8;
 }

.contact_view {
  padding: 70px 0;
}

.contact_view .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.contact_view .contact > dl {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.contact_view .contact > dl dd {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 53px 10px;
  background-color: #6d9aed;
}

.contact_view .contact > dl dd:hover figure img {
  margin-top: -15px;
}

.contact_view .contact > dl dd:nth-of-type(1) {
  border-right: 11.5px solid #fff;
  border-bottom: 11.5px solid #fff;
}

.contact_view .contact > dl dd:nth-of-type(2) {
  border-left: 11.5px solid #fff;
  border-bottom: 11.5px solid #fff;
}

.contact_view .contact > dl dd:nth-of-type(3) {
  border-right: 11.5px solid #fff;
  border-top: 11.5px solid #fff;
}

.contact_view .contact > dl dd:nth-of-type(4) {
  border-left: 11.5px solid #fff;
  border-top: 11.5px solid #fff;
}

.contact_view .contact > dl dd:last-child {
  width: 100%;
  border: none;
  border-top: 22px solid #fff;
}

.contact_view .contact > dl dd figure {
  width: 63px;
  height: 63px;
}

.contact_view .contact > dl dd figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .4s all;
}

.contact_view .contact > dl dd p {
  width: 100%;
  text-align: center;
  margin-top: 29px;
  font-size: 16px;
  color: #fff;
}

.contact_view .contact > dl dd p + p {
  font-size: 14px;
  margin-top: 20px;
}

.contact_view .contact #bmap {
  width: 65%;
  height: 553px;
  border-left: 22px solid #fff;
}

.contact_view .contact .index6 {
  width: 100%;
  padding: 0;
  margin-top: 22px;
}

.contact_view .contact .index6 .main {
  width: 100%;
  border: none;
  padding: 20px;
  margin-top: 0;
}

.contact_view .contact .index6 .main form {
  width: 100%;
  margin-top: 0;
}

.index6 {
  background-color: #f1f1f1;
  padding: 100px 0;
}

.index6 .main h4 {
  font-size: 48px;
  line-height: 48px;
  color: #bdbdbd;
  text-align: center;
  font-family: "fontFamily";
  text-transform: uppercase;
  font-weight: bold;
}

.index6 .main h4 span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #342c2a;
  text-align: center;
  margin-top: 15px;
}

.index6 .main form {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.index6 .main form ul {
  width: 49.5%;
}

.index6 .main form ul li {
  width: 100%;
  height: 58px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 0 15px;
  transition: .4s all;
}

.index6 .main form ul li + li {
  margin-top: 20px;
}

.index6 .main form ul li input {
  width: 100%;
  height: 100%;
  color: #6a6a6a;
  font-size: 16px;
}

.index6 .main form ul li select {
  width: 100%;
  height: 100%;
  color: #6a6a6a;
  font-size: 16px;
  background: url(../img/index6_btn.png) #fff 100% center no-repeat;
}

.index6 .main form ul li:hover {
  box-shadow: 0 5px 10px rgba(109, 154, 237, 0.6);
}

.index6 .main form dl {
  width: 49.5%;
}

.index6 .main form dl dd:first-child {
  width: 100%;
  height: 290px;
  padding: 15px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}

.index6 .main form dl dd:first-child textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.index6 .main form dl dd:first-child textarea::-webkit-input-placeholder {
  color: #6a6a6a;
  font-size: 16px;
}

.index6 .main form dl dd {
  transition: .4s all;
}

.index6 .main form dl dd:hover {
  box-shadow: 0 5px 10px rgba(109, 154, 237, 0.6);
}

.index6 .main form dl dd:last-child:hover {
  box-shadow: none;
}

.index6 .main form dl button {
  width: 100%;
  height: 58px;
  margin-top: 20px;
  border: 1px solid #e3e3e3;
  background-color: #6d9aed;
  font-size: 16px;
  line-height: 58px;
  transition: .4s all;
  color: #fff;
  cursor: pointer;
}

.index6 .main form dl button:hover {
  background-color: transparent;
  color: #6d9aed;
  border-radius: 5px;
  border-color: #6d9aed;
}

.navbar {
  display: none;
}

.navbar {
  /* background-color: #192028; */
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar div {
  border: 1px solid #e2e2e2;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 15px;
  background-color: #fff;
}

.navbar div p {
  font-size: 16px;
  line-height: 60px;
  color: #626262;
  padding-left: 30px;
  position: relative;
}

/* .navbar ul {
  border-top: 1px solid #e2e2e2;
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  justify-content: flex-start;
}

.navbar ul li {
  position: relative;
  transition: .4s all;
} */
.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li.active {
  background-color: #ddae60;
}

.navbar div ol li a {
  display: block;
  font-size: 16px;
  color: #131313;
  transition: .4s all;
  /* padding: 6px 15px; */
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  min-width: 85px;
  text-align: center;
}

.navbar div ol li.on a,
.navbar div ol li a:hover {
  color: #fff;
  background-color: #215644;
}

.navbar .js-more {
  display: none;
}

.navbar > div {
  padding: 0 20px;
  width: 100%;
  display: block;
  position: relative;
}

.navbar div .js-more {
  display: block;
  /* font-size: 14px;
  line-height: 30px; */
  position: relative;
  line-height: 44px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  text-align: center;
}

.navbar div p {
  display: none;
  /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
  padding: 15px;
  /* margin-top: 20px; */
}

.navbar .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar > div::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: 45px;
  right: 0;
}

.navbar div ol {
  display: none;
  padding: 8px 0;
}

.navbar .js-more.active::before {
  transform: rotate(180deg);
}

.navbar div ol li a {
  text-align: center;
  font-size: 14px;
  padding: 6px 15px;
  height: auto;
  line-height: 1.2;
  color: #666;
}

.navbar > div {
  padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
  background-color: #333;
  /* color: #2b3b78; */
}


.back_box {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 3%;
}

.back_box a {
  width: 120px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px solid #434144;
  transition: .4s all;
  color: #434144;
  font-size: 14px;
  font-weight: bold;
}
.back_box h1 {
  color: #434144;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3%;
}
.back_box h3{
color: #434144;
font-size: 16px;
font-weight: bold;
margin-top: 3%;
} 

.about_view .course{
	background: url(../img/course-bg01.jpg) no-repeat center;
  background-size: cover;
}

.about_view .course .tabs-box{
	/* margin-top: 40px; */
	position: relative;
}

.about_view .course .course-tabs{
	margin: 0 95px;
	
}
.about_view .course .course-tabs::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	position: absolute;
	top: 50%;
	left: 0;
	transform:  translateY(-50%);
}
.about_view .course .course-tabs .swiper-slide{
	width: 185px;
	height: 100px;
	padding-top: 60px;
	color:#333333;
	font-size:20px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.about_view .course .course-tabs .swiper-slide::after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.about_view .course .course-tabs .swiper-slide-active{
	color:#2b3b78;
}
.about_view .course .course-tabs .swiper-slide-active::after{
	background-color: #2b3b78;
}

.about_view .course .tabs-box .swiper-button-prev{
	background: url(../img/left-ico002.png) no-repeat center;
  opacity: .6;

}
.about_view .course .tabs-box .swiper-button-next{
	background: url(../img/right-ico002.png) no-repeat center;
  opacity: .6;

}
/* .about_view .course .tabs-box .swiper-button-prev:hover{
	background: url(../img/about_view-left-001.png) no-repeat center;

}
.about_view .course .tabs-box .swiper-button-next:hover{
	background: url(../img/about_view-right-001.png) no-repeat center;

} */


.about_view .course-swiper{
	margin-top: 30px;
	margin-bottom: 59px;
}
.about_view .course-swiper .swiper-slide{
	padding: 70px 55px;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about_view .course-swiper .swiper-slide .img{
	width: 50%;
}
.about_view .course-swiper .swiper-slide .txt{
	width: 50%;
	padding: 35px 55px;
}
.about_view .course-swiper .swiper-slide figure{
	width: 100%;
	padding: 25% 0;
	position: relative;
}

.about_view .course-swiper .swiper-slide figure img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	
}



.about_view .course-swiper .swiper-slide .txt h3{
	color:#979797;
	font-size:24px;
	line-height: 1.2;
}

.about_view .course-swiper .swiper-slide .txt p{
	color:#979797;
	font-size:16px;
	line-height: 35px;
	margin: 25px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	
}

.about_view .course .wrap{
	overflow: hidden;
}

.team_view {
  padding: 80px 0 0;
  background-color: #f5f5f5;
}
.team_view .list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -45px;
  margin-right: -3.33%;
}





.team_view .list li {
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 45px;
}


.team_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 76.9%;
  overflow: hidden;
  transition-duration: .5s;
  border-bottom: 3px solid #dddddd;

  background-color: #eaeaea;
}

.team_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 18px 25px;
  transition-duration: .5s;
}
/* .team-info_view .list li .pic img:hover {
  transform: scale(1.2);
} */


.team_view .list li .pic:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/team-ico001.png) no-repeat center;
  background-color: rgba(0, 0,0, .4);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}

.team_view .list li:hover .pic:after{
  opacity: 1;
  visibility: visible;
  border-bottom-color: #385c95;
}

.team_view .list li h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.team_view .list li:hover{
  background-color: #fff;
  box-shadow: 2px 2px 5px #999;
}
.team_view .list li:hover h3{
  color: #436eb2;
 
}
/*分页*/

/* #pageGro{ width:450px; height:25px; margin:0px auto; padding-top:30px;}
#pageGro div,#pageGro div ul li{ font-size:12px; color:#999; line-height:23px; float:left; margin-left:5px;}
#pageGro div ul li{ width:22px; text-align:center; border:1px solid #999; cursor:pointer;}
#pageGro div ul li.on{ color:#fff; background:#3c90d9; border:1px solid #3c90d9;}
#pageGro .pageUp,#pageGro .pageDown,#pageGro .pagestart,#pageGro .pageend{ width:63px; border:1px solid #999; cursor:pointer;}
 */
 .team-info_view .m-pages .pageUp,
 .team-info_view .m-pages .pageDown{
  
  float: initial;
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  height: 35px;
  line-height: 33px;
  transition: .4s all;
  font-size: 16px;
  background-color: #cccccc;
  cursor: pointer;

 }
 .team-info_view .m-pages .pageUp:hover,
 .team-info_view .m-pages .pageDown:hover{
  background-color: #436eb2;
 }

 .team-info_view .page-t{
   display: inline-block;
   vertical-align: middle;
 }
 .team-info_view .m-pages ul {

  margin-right: 0;
}
 .team-info_view .m-pages  ul li {
  
  
  cursor: pointer;
    width: 37px;
    text-align: center;
    color: #fff;
    background-color: #ccc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 3px;
    height: 35px;
    line-height: 33px;
    transition: .4s all;
    font-size: 16px;
    background-color: #cccccc;
    
  display: inline-block;
 }

 .team-info_view .m-pages li:last-child {
  margin: 0 3px;
}
 .team-info_view .m-pages  ul li:hover,
 .team-info_view .m-pages  ul li.on {
  
  
    
  background-color: #436eb2;
}

.team-info_view {
  padding-top: 80px;
}
.team-info_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -45px;
}
.team-info_view .list li {
  width: 48%;
  margin-bottom: 45px;
}
.team-info_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  transition-duration: .5s;
  border: 2px solid #f0f0f0;
  border-bottom-width: 4px;
}
.team-info_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 25px 28px;
  transition-duration: .5s;
}
.team-info_view .list li .pic img:hover {
  transform: scale(1.2);
}
.team-info_view .list li .pic:hover {
  border-bottom-color: #436eb2;
}
.team-info_view .list li h3 {
  margin-top: 27px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
}
.team-info_view .list li h3:hover {
  color: #436eb2;
}



@media screen and (max-width: 1440px) {
  body:after {
    background: blue;
  }

  .wrap {
    width: 1200px;
  }

  .about .wrap .txt .link a {
    width: 200px;
  }

  .navbar1 .box {
    width: 1200px;
  }

  .about_view .honor .swiper-box {
    margin-left: 0;
    margin-right: 0;
  }

  .about_view .honor .swiper2 {
    margin: 0;
  }

  .about_view .honor .swiper-box .swiper-button-prev {
    display: none;
  }

  .about_view .honor .swiper-box .swiper-button-next {
    display: none;
  }

  .hd-nav li a {
    padding: 42px 20px;
}
}
@media screen and (max-width: 1280px) {
  body:after {
    background: lightblue;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .hd-tel {
    display: none;
  }

  .hd-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .about .wrap .item::after {
    width: 460px;
    height: 240px;
  }

  .about .wrap .txt .link a {
    width: 145px;
  }

  .navbar1 .box {
    width: 100%;
  }

  .navbar1 {
    padding: 20px;
  }

  .col-r {
    display: none;
  }

  .col-l {
    width: 100%;
  }

  .job_view .join {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1024px) {
  /* 移动ipad */
  /* ..... */
  body:after {
    background: pink;
  }

  .hd-nav {
    display: none;
  }

  .hd-btn {
    display: block;
    position: absolute;
    width: 75px;
    top: 16px;
    right: 20px;
  }

  .hd-btn .search_btn {
    position: relative;
    width: 24px;
  }

  .qui-gh {
    float: right;
    height: 34px;
    width: 34px;
    /* right: 30px; */
    top: 50%;
    margin-top: -17px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    right: 0;
  }

  .selected .qui-gh {
    transform: rotate(90deg);
  }

  .qui-gh a {
    background-color: #666;
    padding: 0 !important;
    display: block;
    height: 3px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
  }

  .qui-gh:hover a:before {
    transform: translateY(-2px) rotate(0deg);
    -webkit-transform: translateY(-2px) rotate(0deg);
    -ms-transform: translateY(-2px) rotate(0deg);
  }

  .qui-gh:hover a:after {
    transform: translateY(2px) rotate(0deg);
    -webkit-transform: translateY(2px) rotate(0deg);
    -ms-transform: translateY(2px) rotate(0deg);
  }

  .selected .qui-gh:hover a:before {
    transform: translateY(0px) rotate(-55deg);
    -webkit-transform: translateY(0px) rotate(-55deg);
    -ms-transform: translateY(0px) rotate(-55deg);
  }

  .selected .qui-gh:hover a:after {
    transform: translateY(0px) rotate(55deg);
    -webkit-transform: translateY(0px) rotate(55deg);
    -ms-transform: translateY(0px) rotate(55deg);
  }

  .qui-gh a:after,
  .qui-gh a:before {
    background-color: #666;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
  }

  .qui-gh a:after {
    top: 10px;
  }

  .qui-gh a:before {
    top: -10px;
  }

  .selected .qui-gh a:after,
  .selected .qui-gh a:before {
    top: 0;
  }

  .selected .qui-gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
  }

  .selected .qui-gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
  }

  .selected .qui-gh a {
    background-color: transparent !important;
  }

  .m-nav {
    /* display: none; */
    width: 75%;
    height: 100vh;
    max-width: 420px;
    padding: 50px 0 70px;
    /* height: 100vh; */
    position: fixed;
    top: 55px;
    right: -100vw;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: block;
  }

  .m-nav ul li:hover a {
    background-color: #436eb2;
  }

  .m-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .m-nav.active {
    right: 0;
  }

  .hd-logo {
    padding: 8px 0;
  }

  .hd-logo a img {
    max-height: 40px;
  }

  .header-box {
    height: 56px;
  }

  .pc_search {
    display: none;
  }

  .m_search .title img {
    width: 30px;
    height: 30px;
  }

  .m_search .title h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px;
  }

  .m_search .main .m_header_submit {
    font-size: 18px;
  }

  .m_search .search_close span {
    width: 40px;
  }

  .m_search .search_close h4 {
    font-size: 16px;
  }

  .m_search .main select {
    background-position: 100% 33%;
  }

  .m_search .main input,
  .m_search .main select {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .m_search .main .m_header_submit {
    font-size: 16px;
    padding: 10px 0;
  }

  .m_search .search_close {
    margin-top: 15%;
  }

  .m_search .search_close span,
  .m_search .search_close span:before {
    height: 3px;
    width: 30px;
  }

  .m_search .search_close h4 {
    font-size: 14px;
  }

  .slide-nav {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
  }

  .slide-nav .item {
    margin: 0;
    border: none;
    opacity: 1 !important;
    border-top: 1px solid #000;
    border-radius: 0;
    border-left: 1px solid #000;
    
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 60px;
  }

  .slide-nav .item:first-child {
    border: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }

  .slide-nav .goTop {
    display: inline-block !important;
    border-right: 1px solid #000;
  }

  .slide-nav .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }

  .slide-nav .mask {
    left: 50%;
    right: auto;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
    -o-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }

  .slide-nav .tel {
    padding: 0 15px;
    border: 2px solid #000;
    height: 46px;
    line-height: 42px;
  }

  .slide-nav .qr {
    width: 120px;
    height: 120px;
  }

  .slide-nav .item:hover .icon {
    /* background-position:center -30px */
  }

  .slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }

  .slide-nav .item {
    width: 25%;
  }

  .slide-nav .wechat {
    display: none;
  }

  /* .slide-nav .nav-qq{display:none} */
  .slide-nav .icon {
    margin: 8px auto 3px;
  }

  .slide-nav .icon {
    /* background-position: center; */
  }

  .slide-nav .goTop {
    opacity: 1;
    visibility: visible;
  }

  .com-banner1 {
    display: none;
  }

  .contact_view .contact #bmap {
    width: 100%;
    height: 300px;
    border: none;
  }

  .contact_view .contact > dl {
    width: 100%;
  }

  .crumbs {
    display: none;
  }

  .navbar {
    display: block;
  }

  .navbar {
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* ..... */
  body:after {
    background: red;
  }

  .wrap {
    padding: 0 15px;
  }

  .page_view .wrap {
    padding: 0 15px;
  }

  .about {
    padding: 20px 0;
  }

  .about .wrap .txt {
    width: 100%;
    padding-left: 0;
  }

  .about .wrap .txt h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .about .wrap .txt h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #6d9aed;
    font-weight: bold;
  }

  .about .wrap .txt p {
    font-size: 12px;
    line-height: 25px;
    color: #333;
    margin-top: 10px;
    height: 100px;
    margin-bottom: 10px;
  }

  .about .wrap .txt .link a {
    width: 126px;
    margin-right: 10px;
    height: 35px;
    font-size: 12px;
  }

  .about .wrap .item::after {
    display: none;
  }

  .about .wrap .item {
    width: 100%;
    padding-top: 10px;
  }

  .information .wrap {
    padding: 10px 0;
  }

  .information .wrap div {
    width: 33.3%;
    height: 55px;
  }

  .information .wrap div h3 {
    font-size: 16px;
  }

  .information .wrap div h5 {
    font-size: 12px;
    line-height: 1;
    color: #6d9aed;
    margin-top: 10px;
  }

  .com-tit1 {
    padding: 20px 0;
    text-align: center;
  }

  .com-tit1 hr {
    display: none;
  }

  .com-tit1 h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .com-tit1 p {
    font-size: 14px;
    margin-top: 8px;
  }

  .product-tabs {
    padding-bottom: 10px;
    margin: 0;
  }

  .product-tabs .swiper-slide span {
    font-size: 14px;
    width: 100%;
    padding: 6px 0;
  }

  .product-tabs .swiper-slide {
    width: 100px;
    padding: 0 8px;
    position: relative;
  }

  .product-swiper .swiper-slide ul {
    margin-bottom: -5px;
  }

  .product-swiper .swiper-slide ul li {
    width: 49%;
    margin-right: 1%;
    padding-bottom: 0;
    background: none;
    margin-bottom: 5px;
  }

  .product .swiper-box {
    padding: 0;
  }

  .product .swiper-box .swiper-button-prev {
    display: none;
  }

  .product .swiper-box .swiper-button-next {
    display: none;
  }

  .product-swiper .swiper-slide ul li h3 {
    height: 30px;
    font-size: 12px;
  }

  .product .more {
    width: 200px;
    height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }

  .product {
    padding-bottom: 20px;
  }

  .advantage .tabs .swiper-slide {
    width: 100px;
    height: 120px;
  }

  .advantage .tabs .swiper-slide .pic {
    width: 60px;
    height: 60px;
  }

  .advantage .tabs .swiper-slide h3 {
    font-size: 12px;
    margin-top: 10px;
  }

  .advantage .swiper2 .swiper-slide .pic {
    width: 100%;
    height: 200px;
  }

  .advantage .swiper2 .swiper-slide .txt {
    width: 100%;
  }

  .advantage .swiper2 .swiper-slide .txt .imgs {
    display: none;
  }

  .advantage .swiper2 .swiper-slide .txt .tit {
    padding: 15px;
  }

  .advantage .swiper2 .swiper-slide .txt .tit h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .advantage .swiper2 .swiper-slide .txt .tit p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }

  .advantage .tabs {
    margin-bottom: 10px;
  }

  .advantage {
    padding-bottom: 20px;
  }

  .society ul {
    margin-bottom: -15px;
  }

  .society ul li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 70px;
    height: auto;
  }

  .society ul li .pic {
    width: 100px;
    height: 100px;
    display: none;
  }

  .society ul li .txt {
    padding: 15px 30px;
  }

  .society ul li .txt h4 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .society ul li .txt h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .society ul li .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
  }

  .society {
    padding-bottom: 20px;
  }

  .news .con {
    display: none;
  }

  .news .news-swiper .swiper-slide a .txt {
    width: 100%;
    border: none;
    padding: 10px;
    order: 1;
    height: auto;
    padding-bottom: 30px;
  }

  .news .news-swiper .swiper-slide a .pic {
    width: 100%;
    height: 200px;
  }

  .news .news-swiper .swiper-slide a {
    height: auto;
  }

  .news .news-swiper .swiper-slide a .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .news .news-swiper .swiper-slide a .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }

  .news .news-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .news {
    padding-bottom: 20px;
  }

  .news .news-swiper {
    margin-bottom: 0;
  }

  .banner {
    padding-bottom: 100%;
  }

  .banner .pc {
    display: none;
  }

  .banner .mobile {
    display: block;
  }

  .footer .nav {
    display: none;
  }

  .footer .con .logo {
    display: none;
  }

  .footer .con .code {
    display: none;
  }

  .footer .con hr {
    display: none;
  }

  .copyright span {
    display: none;
  }

  .footer .con {
    padding: 10px 0;
  }

  .footer .con .copyright {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  .footer {
    margin-bottom: 60px;
  }

  .navbar1 {
    padding: 15px;
  }

  .navbar1 .tit span {
    display: none;
  }

  .navbar1 .tit .js-more {
    float: initial;
    display: block;
    text-align: center;
  }

  .navbar1 .nav ul {
    display: block;
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding: 5px 20px; */
    background: #fff;
  }

  .navbar1 ul li {
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar1 ul li:last-child {
    border-bottom: none;
  }

  .navbar1 ul li:last-child h4 {
    /* border-bottom:none */
  }

  .navbar1 ul li a {
    display: none;
  }

  .navbar1 .tit {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
  }

  .navbar1 .tit .js-more {
    padding-right: 0;
    font-size: 16px;
  }

  .navbar1 ul li h4 {
    position: initial;
    text-align: center;
    width: 100%;
    padding-right: 0;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /* margin: 0 20px; */
  }

  .navbar1 ul li {
    position: relative;
    padding-left: 0;
  }

  .navbar1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .navbar1 .nav {
    background: initial;
  }

  .navbar1 .nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
  }

  .navbar1 ul li h4::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: all .3s;
  }

  .navbar1 ul li.active a {
    color: #7a7a7a;
  }

  .navbar1 ul li {
    height: auto;
    overflow: hidden;
    max-height: 46px;
  }

  .navbar1 ul li.active {
    max-height: initial;
  }

  .navbar1 .nav {
    border-bottom: none;
  }

  .navbar1 ul li.active h4::before {
    transform: rotate(180deg);
  }

  .m-pages li {
    display: none;
  }

  .m-pages li.fengye {
    display: block;
  }

  .m-pages li {
    font-size: 14px;
    line-height: 33px;
  }

  .m-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m-pages select {
    font-size: 14px;
  }

  .product_view .list {
    margin-bottom: -15px;
  }

  .product_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-info_view .above {
    padding: 10px;
  }

  .product-info_view .above .img-box {
    width: 100%;
  }

  .product-info_view .above .txt {
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
    margin-top: 20px;
  }

  .product-info_view .above .img-box .img-swiper .swiper-slide {
    height: 300px;
  }

  .product-info_view .above .img-box .img-tabs {
    padding: 0 30px;
  }

  .product-info_view .above .img-box .img-tabs .swiper-slide {
    width: 80px;
    height: 60px;
  }

  .product-info_view .above .img-box .img-tabs .swiper-button-prev {
    height: 60px;
  }

  .product-info_view .above .img-box .img-tabs .swiper-button-next {
    height: 60px;
  }

  .product-info_view .above .txt h3 {
    font-size: 20px;
  }

  .product-info_view .above .txt > p {
    font-size: 12px;
    line-height: 20px;
    height: 140px;
    margin-bottom: 15px;
  }

  .product-info_view .above .txt .tel {
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
  }

  .product-info_view .above .txt .box-share {
    display: none;
  }

  .news_view {
    padding-top: 20px;
  }

  .news_view .list .pic {
    width: 100%;
    padding-bottom: 67.64%;
  }

  .news_view .list li .tit {
    width: 100%;
    border: 1px solid #eaeaea;
  }

  .news_view .list li .tit h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .news_view .list li .tit p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 5px;
  }

  .news_view .list li .tit .box-time {
    padding-right: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .news_view .list li .tit .box-time .vis {
    display: none;
  }

  .news_view .list li .tit {
    padding: 0 10px;
  }

  .news_view .list li {
    margin-bottom: 15px;
  }

  .news_view .list {
    margin-bottom: -15px;
  }

  .m-contxt1 {
    padding: 10px 10px 10px;
    margin-bottom: 20px;
  }

  .m-contxt1 .tit {
    font-size: 20px;
  }

  .m-contxt1 .box-info .info span {
    font-size: 14px;
  }

  .m-contxt1 .social-share {
    display: none;
  }

  .m-contxt1 .box-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .m-contxt1 .item {
    margin-bottom: 20px;
  }

  .news-info_view {
    padding-top: 20px;
  }

  .common-link1 .next,
  .common-link1 .prev {
    width: 100%;
    margin-bottom: 5px;
  }

  .common-link1 {
    font-size: 14px;
    padding-bottom: 45px;
  }

  .common-link1 .next {
    text-align: left;
  }

  .common-link1 .back {
    padding: 7px 15px;
  }

  .com-tit2 {
    padding: 20px 0;
  }

  .com-tit2 h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .com-tit2 h5 {
    font-size: 18px;
  }

  .about_view .culture .list {
    margin-bottom: -10px;
    padding-bottom: 20px;
  }

  .about_view .culture .list li {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }

  .about_view .culture .list li:last-child p {
    margin-top: 10px;
  }

  .about_view .culture .list li h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .about_view .culture .list li h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .about_view .culture .list li p {
    font-size: 12px;
    line-height: 20px;
    color: #333;
  }

  .about_view .honor .swiper2 .swiper-slide {
    padding: 15px;
  }

  .about_view .honor .swiper2 {
    padding-bottom: 40px;
  }

  .about_view .honor .swiper-pagination {
    bottom: 13px;
  }

  .about_view .honor .swiper2 .swiper-slide h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .job_view {
    padding: 20px 0;
  }

  .job_view .join {
    border: 1px solid #dddddd;
    padding: 20px 20px;
  }

  .job_view .join dd:nth-of-type(5), .job_view .join dd:nth-of-type(3) {
    display: none;
  }

  .job_view .join li .words1 > div {
    float: none;
    width: 100%;
    padding-left: 0px !important;
    border: none !important;
  }

  .job_view .join li .words1 div:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .job_view .join dd:nth-of-type(5), .join dd:nth-of-type(3) {
    display: none;
  }

  .job_view .join dd {
    width: 33%;
    font-size: 12px;
  }

  .job_view .join li h5 {
    font-size: 14px;
    line-height: 25px;
    color: #313232;
  }

  .job_view .join li .words1 p {
    font-size: 12px;
    line-height: 22px;
    color: #5e5d5d;
  }

  .job_view .join li .more {
    width: 110px;
    font-size: 12px;
  }

  .join li .words .share-box {
    display: none;
  }

  .contact_view .contact {
    padding: 15px;
  }

  .contact_view .contact > dl dd:nth-of-type(1),
  .contact_view .contact > dl dd:nth-of-type(3) {
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }

  .contact_view .contact > dl dd:nth-of-type(2),
  .contact_view .contact > dl dd:nth-of-type(4) {
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }

  .contact_view .contact > dl dd:last-child {
    border-top: 10px solid #fff;
  }

  .contact_view .contact > dl dd {
    padding: 18px 8px;
  }

  .contact_view .contact > dl dd figure {
    width: 40px;
    height: 40px;
  }

  .contact_view .contact > dl dd p {
    margin-top: 10px;
    font-size: 12px;
  }

  .contact_view .contact > dl dd p + p {
    font-size: 12px;
    margin-top: 5px;
  }

  .contact_view .contact > dl dd:hover figure img {
    margin-top: -8px;
  }

  .contact_view .contact > dl {
    margin-bottom: 15px;
  }

  .contact_view .contact .index6 .main {
    padding: 0;
  }

  .index6 .main form ul {
    width: 100%;
  }

  .index6 .main form dl {
    width: 100%;
    margin-top: 10px;
  }

  .index6 {
    background-color: #fff;
  }

  .index6 .main form ul li {
    height: 40px;
    padding: 0 10px;
  }

  .index6 .main form ul li input {
    font-size: 14px;
  }

  .index6 .main form ul li select {
    font-size: 14px;
  }

  .index6 .main form dl dd:first-child {
    height: 120px;
    padding: 10px;
  }

  .index6 .main form dl dd:first-child textarea {
    font-size: 14px;
  }

  .index6 .main form ul li + li {
    margin-top: 10px;
  }

  .index6 .main form dl button {
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 40px;
  }

  .contact_view {
    padding: 20px 0;
  }

  .navbar {
    padding: 0 15px;
  }
.online .main form figure {
  display: none; }

.online .main form ul {
width: 100%; }


.about_view .course-swiper .swiper-slide .txt {
  width: 100%;
}
.about_view .course-swiper .swiper-slide .img {
  width: 100%;
}

.about_view .course-swiper .swiper-slide .txt {
  padding: 20px 0 0;
}
.about_view .course-swiper .swiper-slide {
  padding: 15px;
}
.about_view .course .course-tabs {
  margin:0 30px;
}
.about_view .course .tabs-box .swiper-button-next{
right: 0;
}
.about_view .course .tabs-box .swiper-button-prev{

left: 0;
}
.about_view .course .course-tabs .swiper-slide {
  width: 90px;
  height: 60px;
  padding-top: 38px;
  font-size: 16px;
  
}

.about_view .course-swiper {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about_view .course-swiper .swiper-slide .txt p {
  
  font-size: 14px;
  line-height: 25px;
  margin: 10px 0;
}	
.about_view .course-swiper .swiper-slide .txt h3 {
  
  font-size: 20px;
}
.team_view {
  padding-top: 20px;
  
}
.team_view .list{
  margin-right: 0;
  margin-bottom: -15px;
}
.team_view .list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.team-info_view {
  padding-top: 20px;
}

.team-info_view .list {
  margin-bottom: -15px;
}

.team-info_view .list li {
  width: 100%;
  margin-bottom: 15px;
}

.team-info_view .list li .pic img {
  padding: 0;
}

.team-info_view .list li h3 {
  margin-top: 10px;
  font-size: 14px;
}


  .job_view .join li .words {
    padding: 15px 20px;
  }
  .job_view .join li .words .item {
   
    padding-top: 10px;
}
  .job_view .join li .words .item p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=main.css.map */
