.img_pic {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}

.img_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-ny {
  position: relative;
}

.banner-ny::before {
  background: linear-gradient(0, transparent 0, rgba(31, 118, 180, 0.2));
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

/* .banner-ny::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3));
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
} */

.banner-pic {
  padding-top: calc(100vh - 80px);
}
.banner-pic-n{
  padding-top: 100vh;
}
.banner-ny-text {
  position: absolute;
  width: 500px;
  top: 40%;
  left: 50%;
  margin-left: -250px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  z-index: 9;
}

.banner-ny-text h3 {
  font-size: 50px;
}

.banner-ny-text p {
  text-transform: capitalize;
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.banner-ny-text .down {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
}

.arrow1 img {
  width: 20px;
  -webkit-animation: arrow1 1s infinite linear;
          animation: arrow1 1s infinite linear;
}

@-webkit-keyframes arrow1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes arrow1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}

.section-tabs {
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.section-tabs>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-tabs a {
  position: relative;
  width: 25%;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  /* color: #fff; */
  transition: all .3s;
}
.section-tabs a::before{
  position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    top: 30px;
    left: 0;
    background: #e0e0e0;
}
.section-tabs a.active::before{
  display: none;
}
/* .section-tabs a+a::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  top: 11px;
  left: -55px;
  background: #ccc;
} */

.section-tabs a img {
  width: 28px;
}
.section-tabs a img.tabs-1,
.section-tabs a.active img.tabs-2{
  display: none;
}
.section-tabs a img.tabs-2,
.section-tabs a.active img.tabs-1{
  display: inline-block;
}
.section-tabs a span {
  position: relative;
  z-index: 1;
}

.section-tabs a.active {
  background: #3d8fcb;
  color: #fff;
}

.main-ny .wel-about-top-left {
  text-align: center;
  padding: 100px 0 50px;
}

/* news */

.news-top-box {
  align-items: stretch;
}

.news-top-pic {
  width: 60%;
  padding-top: 0;
}

.news-top-view .swiper-slide:hover .news-top-pic img {
  transform: scale(1.05);
}

.news-top-text {
  width: calc(40% + 90px);
  background: #fbfbfb;
  position: relative;
  padding: 5%;
  margin: 70px 0 70px -90px;
}

.news-top-text span {
  font-size: 16px;
  color: #666;
  line-height: 1;
}

.news-top-text span i {
  display: inline-block;
  margin-right: 10px;
  font-size: 40px;
  font-style: inherit;
  color: #333;
}

.news-top-text h3 {
  font-size: 30px;
  margin: 25px 0 40px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news-top-text p {
  color: #666;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-top-view .swiper-slide:hover .pro-more, 
.main-news:hover .pro-more, 
.news-contant li:hover .pro-more,
.travel-list2-box li:hover .pro-more {
  background: #3d90cb url(../picture/pro-more-1.png) no-repeat center;
  background-size: 15px;
}

.news-top-view .swiper-pagination {
  position: absolute;
  width: auto;
  left: auto;
  right: 0;
  bottom: 70px;
  margin-bottom: 5%;
  margin-right: 5%;
}

.news-top-view .swiper-pagination span {
  background: #3d90cb;
}

.list-news {
  margin-top: 50px;
  width: calc(100% + 30px);
  margin-left: -30px;
}

.main-news {
  width: calc(33.33% - 30px);
  padding: 60px 40px;
  background-color: #f5f5f5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  cursor: pointer;
  margin-left: 30px;
  margin-bottom: 30px;
}

.main-news-top {
  width: 100%;
  justify-content: space-between;
}

.main-news-top .nian {
  font-size: 45px;
  color: #bbb;
  font-weight: bold;
  line-height: 1;
}

.main-news-top .pro-more {
  margin-top: 0;
}

.main-news .data {
  font-size: 0.16rem;
  color: #bbb;
  margin: 10px 0;
}

.main-news-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.main-news-pic {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 48%;
}

.main-news-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-news-text {
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-news:hover {
  background-color: #fff;
  box-shadow: 0 0 80px 2px rgba(0, 0, 0, .1);
}

.main-news:hover .nian {
  color: #000;
}

.next-list {
  padding: 50px 0 80px;
}

.pagediv {
  max-width: 100%;
  margin: auto;
}

.page-dot {
  margin-top: -15px;
  position: relative;
  z-index: 5;
  max-width: 120px;
}

.page-dot li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6a6a6a;
  margin-right: 10px;
  cursor: pointer;
}

.page-dot li.on {
  background-color: #3d90cb;
}

.zxfPagenum, .ddd {
  color: #666;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}

.current {
  color: #ffffff;
  background: #3d90cb;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #3d90cb;
  text-align: center;
}

.nextbtn, .prebtn, span.disabled {
  color: #666;
  background: #fff;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}

.news-contant {}

.news-contant li {
  width: 33.33%;
  border: 1px solid #dadada;
  padding: 3.5%;
  margin: -1px 0 0 -1px;
}

.news-contant li .news-det-img {
  overflow: hidden;
}

.news-contant .news-det-img img {
  transition: all 0.5s;
  width: 100%;
  border-radius: 4px;
}

.news-contant li:hover .news-det-img img {
  transform: scale(1.05);
}

.news-contant li .news-det h2 {
  font-size: 21px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 15px;
  border: 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-contant li .news-det h2 a {
  color: #000;
}

.news-contant li .news-det-type {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-contant li .news-det-hr {
  width: 100%;
  border: 1px solid #dadada;
  margin: 25px auto 30px;
}

.news-contant li .pro-more {
  margin-top: 20px;
}

.main-ny .wel-news-view {
  margin-top: 0;
}

.main-ny .wel-news-view a {
  background: #f5f5f5;
  margin-bottom: 40px;
}


.news-info-view{
  padding: 90px 0 0;
  align-items: flex-start;
}
.cd-list__full {
	width: calc(100% - 400px);
	letter-spacing: 1px;
	padding-right: 7%;
	border-right: 1px solid #efefef;
	padding-bottom: 70px;
}

.cd-list__title {
	position: relative;
	border-bottom: 1px solid rgba(193, 189, 189, 0.4);
	padding-bottom: 34px;
	margin-bottom: 40px;
}

.cd-list__full h3 {
	color: #111;
	line-height: 1.6;
	font-size: 28px;
	margin-bottom: 14px;
	margin-top: 0;
	font-weight: 400;
}

.cd-list__full span {
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(17, 17, 17, 0.5);
}

.cd-list__title .img {
	position: absolute;
	top: 0;
	right: 0;
}

.cd-list__title .img img {
	width: 120px;
}

.cd-list__full h5 {
	display: block;
	color: #333;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 400;
}

.cd-list__full h6 {
	display: block;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
}

.cd-list__full p {
	font-size: 15px;
	line-height: 2;
	color: rgba(17, 17, 17, 0.7);
	margin-bottom: 20px;
	text-indent: 2em;
}

.cd-list__full p img {
	display: block;
	max-width: 100%;
}

.cd-push__full {
	position: relative;
	width: 380px;
}

.cd-push__content {
	position: relative;
	width: 100%;
	top: 0;
	bottom: auto;
}

.cd-push__main {
	/*border-left: 1px solid #efefef;*/
	width: 100%;
	padding-left: 50px;
}

.cd-push__content.fixed {
	position: fixed;
	top: 48px;
	bottom: auto;
}

.cd-push__content.pos {
	position: absolute;
	bottom: 0;
	top: auto;
}

.cd-target__box {
	letter-spacing: 1px;
}

.mb-80 {
	margin-bottom: 50px;
}

.cd-target__box span {
	font-size: 20px;
	line-height: 1.4;
	color: #111;
	display: block;
	margin-bottom: 25px;
}

.cd-target__list li {
	margin-bottom: 30px;
	transition: all .4s;
}

.cd-target__list li:hover span {
	text-decoration: underline;
}

.cd-target__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color .4s;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(17, 17, 17, 0.8);
}

.cd-target__list .current a {
	color: #579632;
}

.cd-target__list a:hover {
	color: #579632;
}

.cd-target__list li .img {
	position: relative;
	width: 140px;
	height: 80px;
	margin-right: 20px;
}

.cd-target__list a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.cd-target__list a span {
	width: calc(100% - 140px);
	display: block;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(17, 17, 17, 0.8);
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topbtm_bar {
	border-top: 1px solid #efefef;
  padding: 40px 0 60px;
  overflow: hidden;
}

.topbtm_bar .icon {
	position: relative;
	margin: 0 10px;
	display: inline-block;
}

.topbtm_bar .icon:before {
	content: "";
	transition: ease .5s;
	display: block;
	z-index: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #bebecc;
	position: absolute;
	left: -15px;
	top: 0;
}

.topbtm_bar .next .icon:before {
	right: -15px;
	left: auto;
}

.topbtm_bar a {
	width: 48%;
	height: 30px;
	line-height: 30px;
	color: rgba(17, 17, 17, 0.6);
	letter-spacing: 0.5px;
}

.topbtm_bar a p {
  width: calc(100% - 100px);
  font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.topbtm_bar a:hover {
	color: #036eb8;
}

.topbtm_bar a.fr {
	text-align: right;
}

.topbtm_bar span {
	margin: 0 10px
}

.topbtm_bar i {
	font-style: normal;
	font-family: "Gasalt-Regular";
	font-size: 17px;
}

/* news  end */

/* resources */

.recruit-txt {
  text-align: center;
  font-size: 15px;
  color: #666;
}

.recruit-txt p:first-child {
  font-size: 18px;
  color: #333;
}

.recruit-box {
  margin-top: 50px;
}

.recruit-box .item {
  display: block;
  margin-bottom: 40px;
  padding: 29px 40px;
  border: 1px solid #d8e5ec;
  background-color: #fff;
  transition: all .2s;
}

.recruit-box .item:nth-child(2n) {
  background-color: #f9f9f9;
}

.recruit-box .staff-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8e5ec;
  transition: all .3s;
  overflow: hidden;
}

.recruit-box .staff {
  float: left;
  font-size: 22px;
  line-height: 30px;
  color: #3d8fcb;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  background-image: url('../picture/staff.png');
  transition: all .3s;
}

.recruit-box .detail {
  float: right;
  font-size: 15px;
  line-height: 30px;
  color: #999;
  padding-right: 37px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../picture/recruit-arrow.png');
  transition: all .3s;
}

.recruit-box .require {
  margin-top: 27px;
  font-size: 0;
}

.recruit-box .require span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  width: 20%;
  margin-bottom: 12px;
  color: #666;
  transition: all .3s;
}
.recruit-box .require span.require-span{
  width: 100%;
}
.recruit-box .require span:last-child {
  margin-right: 0;
  margin-bottom: 0;
  display: block;
}

.recruit-box .item:hover, .recruit-box .item.cur {
  background-color: #3d90cb;
  border-color: #3d90cb;
  box-shadow: 0 10px 20px rgba(0, 148, 156, .2);
}

.recruit-box .item:hover .staff-box, .recruit-box .item.cur .staff-box {
  border-color: rgba(216, 229, 236, .3);
}

.recruit-box .item:hover .staff, .recruit-box .item.cur .staff {
  color: #fff;
}

.recruit-box .item:hover .detail, .recruit-box .item.cur .detail {
  color: #fff;
  background-image: url(../picture/recruit-arrow2.png);
}

.recruit-box .item:hover .require span, .recruit-box .item.cur .require span {
  color: #fff;
}

.recruit-box .item .yin {
  background: #f5f9fc;
  padding: 36px 60px;
  padding-bottom: 65px;
  margin-top: 25px;
  display: none;
}

.recruit-box .item .yin.on {
  display: block;
}

.recruit-box .item .yin h5 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 50px;
  color: #3d90cb;
}

.recruit-box .item .yin h5 span {
  border-bottom: 1px solid #3d90cb;
}

.recruit-box .item .yin .p1 {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.recruit-box .item .yin .p {
  font-size: 15px;
  line-height: 28px;
}

.recruit-box .item .yin h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding-left: 16px;
  border-left: 4px solid #3d90cb;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.recruit-box .item .yin p {
  font-size: 15px;
  color: #666;
  margin: 5px 0;
}

.recruitinfo-dialog {
  background: #f5f5f5;
}

.recruitinfo-dialog .recruitinfo-form {
  padding-bottom: 90px;
  overflow: hidden;
}

.recruitinfo-form .inp {
  margin-bottom: 25px;
}

.recruitinfo-form .inp.inp-3 {
  width: 33.333%;
  float: left;
}

.recruitinfo-form .inp.inp-4 {
  width: 66.66%;
  float: left;
}

.recruitinfo-form .inp:last-child {
  margin-bottom: 0;
  overflow: hidden;
}

.recruitinfo-form .recruitinfo-tit {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 15px;
}

.recruitinfo-form .recruitinfo-tit .red {
  color: #e60012;
}

.recruitinfo-form input[type=text], .recruitinfo-form select {
  width: calc(100% - 10px);
  padding: 15px 20px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  color: #333;
  border: none;
}

.recruitinfo-form .select-wrap .select {
  width: 32.8767%;
  margin-right: .68%;
  float: left;
}

.recruitinfo-form .select-wrap .select:last-child {
  margin-right: 0;
}

.recruitinfo-form .select .tit {
  background-color: #fff;
}

.select .tit {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #ebf0f5;
  padding: 0 25px;
  font-size: 15px;
  color: #999;
  font-family: 'Montserrat';
  position: relative;
}

.select .tit:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -4px;
}

.recruitinfo-form .select .tit:before {
  width: 11px;
  height: 7px;
  margin-top: -3px;
  background-image: url('../picture/recruitinfo-arrow.png');
}

.recruitinfo-form .area-box .select {
  width: 47.9452%;
}

.recruitinfo-form .area-box .select:nth-child(2n) {
  float: right;
}

.recruitinfo-form .file-box .controls {
  float: left;
  width: calc(86.7% - 50px);
  background-color: #fff;
}

.recruitinfo-form .file-box .btn-group {
  position: relative;
  z-index: 3;
}

.recruitinfo-form .file-box .file {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 20px;
  padding: 0 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.recruitinfo-form .file-box .upload-btn {
  float: right;
  font-size: 15px;
  line-height: 50px;
  color: #333;
  margin-right: 45px;
}

.recruitinfo-form .file-box .js-img-list-f {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(76.7% - 50px);
  line-height: 68px;
  height: 68px;
}

.recruitinfo-form .file-box .js-img-list-f a {
  font-size: 20px;
  line-height: 68px;
  color: #999;
  padding: 0 25px;
  display: block;
}

.ui-pnotify-history-container {
  display: none;
}

.recruitinfo-form .check {
  float: left;
  width: 47.9452%;
}

.recruitinfo-form .check input {
  float: left;
  width: calc(100% - 170px);
}

.recruitinfo-form .check img {
  float: right;
  width: 153px;
}

.recruitinfo-form input[type=submit] {
  float: right;
  width: 200px;
  height: 50px;
  background-color: #00949c;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
}

.recruitinfo-form input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.recruitinfo-form input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.recruitinfo-form input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.recruitinfo-form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.recruitinfo-form select {
  color: #999;
}

/* resources  end */

/* contact */

.hm_contact {
  align-items: stretch;
}

.hmc4L {
  width: 35%;
  display: flex;
  align-items: center;
  padding: 40px 5% 40px 0;
}

.hmc4Map {
  width: 65%;
  background: #ededed;
}

.hmc4_et {
  font-size: 62px;
  color: #3d8fcb;
  line-height: 62px;
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  padding-top: 80px;
}

.hmc4_ct {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 10px;
}
.hmH3{
  font-size: 27px;
    margin-bottom: 40px;
}
.hmc4Info {
  margin: 12px 0px 25px;
}

.hmc4Info p {
  font-size: 17px;
  line-height: 32px;
  color: #666;
  margin-bottom: 25px;
}

.hmc4Info p img, .hmc4Info p text {
  vertical-align: middle;
}

.hmc4Info p img {
  margin-right: 12px
}

.hmc4_sp {
  font-size: 14px;
  color: #FFF;
  line-height: 50px;
  background: #3d8fcb;
  text-align: center;
  height: 50px;
  padding: 0px 15px;
  margin-bottom: 40px;
}

.hmc4_wxImg {
  width: 138px;
  text-align: center;
}

.hmc4_wxImg img {
  height: 118px;
  width: 118px;
  border: 10px solid #3d8fcb;
}

.hmc4_wxImg p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 12px;
}

.BMap_pop, .BMap_shadow {
  display: none;
}

.webMap img {
  max-width: none
}

.BMap_Marker div img[src*="mapIcon"] {
  animation: 2s ease-in-out 0s roateAnimate5 infinite;
  -webkit-animation: 2s linear 0s roateAnimate5 infinite;
  width: 131px;
  height: auto;
}

@keyframes roateAnimate5 {
  0% {
    transform: scale(0.2);
    opacity: 0.4
  }
  90% {
    transform: scale(1);
    opacity: 1
  }
  100% {
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes roateAnimate5 {
  0% {
    transform: scale(0.2);
    opacity: 0.4
  }
  90% {
    transform: scale(1);
    opacity: 1
  }
  100% {
    transform: scale(1);
    opacity: 0
  }
}

.contact-form-wrap {
  margin-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}

.contact-form-wrap .form-tr {
  padding-bottom: 20px;
}
.contact-form-wrap .td33 {
  width: 33.33%;
}
.contact-form-wrap .td100{
  width: 100%;
}
.contact-form-wrap .form-label {
  font-size: 18px;
  line-height: 1.1;
  color: #666;
  margin-bottom: 16px;
}

.contact-form-wrap .form-input, .contact-form-wrap .form-textarea {
  display: block;
  background: #fff;
  font-size: 16px;
  color: #444;
  width: calc(100% - 20px);
  border: none;
  text-indent: 15px;
}

.contact-form-wrap .form-input {
  height: 56px;
  line-height: 56px;
}

.contact-form-wrap .form-textarea {
  height: 200px;
  line-height: 34px;
  padding: 9px 0;
}

.contact-form-wrap .form-submit-txt {
  position: relative;
  z-index: 2;
}

.contact-form-wrap .form-submit {
  opacity: 0;
  position: relative;
  z-index: 3;
}

.contact-form-wrap .form-section {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.contact-form-wrap .form-section.cur .section-top:after {
  background: #f0f0f0 url(../img/sectiontop2on.png) no-repeat center;
}

.contact-form-wrap .form-section .section-top {
  font-size: 18px;
  line-height: 56px;
  color: #666;
  padding: 0 52px 0 10px;
  background: #f9f9f9;
  position: relative;
}

.contact-form-wrap .form-section .section-top:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 52px;
  background: #f0f0f0 url(../img/sectiontop2.png) no-repeat center;
  content: "";
  display: block;
  z-index: 2;
}

.contact-form-wrap .form-section .options-wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  color: #666;
  height: auto;
  line-height: 40px;
  font-size: 16px;
}

.contact-form-wrap .form-section .options-item {
  background: #f9f9f9;
  cursor: pointer;
  padding: 0 52px 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-submit-btn {
  width: 200px;
  margin: 0 auto;
  border-left: 4px solid #3d8fcb;
  background: #fff;
  height: 50px;
  line-height: 50px;
  color: #444;
  text-align: center;
  font-size: 16px;
  transition-duration: .3s;
  cursor: pointer;
}
.form-submit-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition-duration: .3s;
  z-index: 1;
  background: #3d8fcb;
}
.form-submit-btn:hover:before {
  width: 100%;
}
.contact-form-wrap .form-submit-txt:hover{
  color: #fff;
}
.contact-form-wrap .form-input::-webkit-input-placeholder,
.contact-form-wrap .form-textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.contact-form-wrap .form-input:-moz-placeholder,
.contact-form-wrap .form-textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.contact-form-wrap .form-input::-moz-placeholder,
.contact-form-wrap .form-textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.contact-form-wrap .form-input:-ms-input-placeholder,
.contact-form-wrap .form-textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

/* contact  end */

/* product */
.travel-list2-box li{
  width: 31%;
    display: inline-block !important;
    margin: 0 1% 2%;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.travel-list2-box li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #3d8fcb;
  transition-duration: .3s;
  top: 0;
  left: 50%;
  z-index: 9;
}
.travel-list2-box li .travel-pic{
  padding: 83% 0 0;
}
.travel-list2-box li .travel-pic img{
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.travel-list2-box li .travel-text{
  padding: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.travel-list2-box li .travel-text h3{
  font-size: 24px;
  width: calc(100% - 50px);
  overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.travel-list2-box li .travel-text p{
  color: #888;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.travel-text-flex{
  justify-content: space-between;
}
.travel-text-flex .pro-more{
  margin-top: 0;
}

.product-info {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(61, 143, 203, 0.9);
  z-index: -1;
  opacity: 0;
}
.product-info.open{
  opacity: 1;
  z-index: 999;
}

.product-info-item {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  /* padding: 1.5% 4%; */
}
.product-info-2 .product-info-item{
  width: 100%;
  height: 100%;
}
.product-info-item video{
  width: 100%;
}
.product-info-left {
  width: 55%;
  background: #fff;
  padding: 2% 0;
}

.product-info-left img {
  width: 100%;
}

.product-info-right {
  width: 45%;
  padding: 4%;
}
.product-info-right .mline{
  display: inline-block;
    height: 16px;
    width: 1px;
    background-color: #3d8fcb;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    vertical-align: middle;
    margin-left: 16px;
    margin-bottom: 16px;
}
.case-info .product-info-right{
  color: #333;
}
.product-info-right h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  color: #3d8fcb;;
  /* padding-left: 50px; */
}

/* .product-info-right h3:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0;
  top: 14px;
  background: #fff;
} */
.case-info .product-info-right h3:before{
  background: #333;
}
.product-info-right span {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  /* padding-left: 50px; */
}

/* .team-info-right span:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0;
  top: 9px;
  background: #fff;
} */
/* .team-info-p{
  padding-left: 50px;
} */
.product-info-p p {
  position: relative;
  line-height: 2;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.8;
}

/* .team-info-p p:before{
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  left: 0;
  top: 9px;
  background: #fff;
} */
.product-close {
  position: absolute;
    font-size: 30px;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    background: #3d8fcb;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.product-close{
  color: #fff;
}
.product-close-2{
  width: 40px;
  height: 40px;
  background: #000;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
/* product  end */

/* case */
.case-view li{
  width: 50%;
  margin-bottom: 60px;
  padding: 0 8px;
}
.case-view li .case-view-pic{
  margin-bottom: 32px;
}
.case-view li .case-view-text span{
  display: inline-block;
    width: 60px;
    position: relative;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 11px;
}
.case-view li .case-view-text span::after {
  content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 4px;
    width: 1px;
    height: 23px;
    background-image: linear-gradient(to bottom,#a0a0a0,#a0a0a0 1px,transparent 1px,transparent 4px);
    background-size: 1px 4px;
    background-repeat: repeat-y;
}
.case-view li .case-view-text .case-view-title{
  width: calc(100% - 70px);
  padding-left: 25px;
}
.case-view li .case-view-text .case-view-title h3{
  font-size: 25px;
  margin-bottom: 6px;
  transition: all .3s;
}
.case-view li:hover .case-view-text .case-view-title h3{
  color: #3d8fcb;
}
.case-view li .case-view-text .case-view-title p{
  font-size: 18px;
  color: #666;
}
/* case  end */

/* about */
.about-main{
  position: relative;
  overflow: hidden;
}
.company-text-scroll{
  height: 426px;
    padding-right: 20px;
    overflow-y: scroll;
    margin-top: 25px;
}
.company-text-scroll::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.company-text-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.company-text-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #3d8fcb;
}
.company-box{
  align-items: flex-start;
  /* align-items: stretch; */
}
.company-text{
  width: 50%;
  padding: 30px 0 0;
}
.company-text h3{
  font-size: 25px;
  margin-bottom: 30px;
}
.company-text p{
  font-size: 15px;
  text-indent: 2em;
  margin-bottom: 12px;
  color: #666;
}
.company-pic{
  width: 45%;
  padding-top: 0;
  margin-right: 5%;
  height: 650px;
  z-index: 9;
}


#brand.wel-culture{
  padding: 80px 0;
}
.brand-view{
  width: 650px;
    background: rgba(255, 255, 255, 0.85);
    text-align: left;
    padding: 5%;
    position: relative;
    /* margin: 60px 0; */
    color: #333;
}
.brand-view .wel-about-top-left{
  text-align: left;
  padding-top: 0;
}
.brand-view .wel-about-top-left span{
  color: #333;
}
#brand .wel-culture-text{
  margin-top: 0;
}
#brand .wel-culture-text p{
  margin-bottom: 8px;
    word-break: inherit;
    text-align: left;
    width: 100%;
    font-size: 16px;
}

.culture-main{
  background: #fbfbfb;
  padding-bottom: 80px;
}
.fazhan-box{
  align-items: stretch;
}
.fazhan-box .li {
  width: calc(33.33% - 10px);
  /* height: 350px; */
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all .5s;
}
.fazhan-box .li:hover{
  padding-left: 5%;
}
.fazhan-box .t01 {
  padding: 5% 4%;
  box-sizing: border-box;
}
.fazhan-box .li:nth-child(1) {
  margin-left: 0;
}
.fazhan-box .li .li01 {
  line-height: 1;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.fazhan-box .li .li02 {
  font-size: 38px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
}
.fazhan-box .li.t01 .li01{
  
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 20px;
}
.fazhan-box .li.t01 .li04{
  margin-top: 20px;
  color: #fff;
}
.fazhan-box .t02 {
  padding: 5% 4%;
  box-sizing: border-box;
}
.fazhan-box .t02 .li01,
.fazhan-box .t04 .li01 {
  line-height: 1;
  font-size: 24px;
  color: #666666;
}
.fazhan-box .t03 {
  border: 1px solid #e7e5e8;
}
.fazhan-box .li .li03 {
  font-size: 38px;
  color: #333333;
  line-height: 1;
  margin: 15px 0;
}
.fazhan-box .li .li04 {
  font-size: 16px;
  color: #666666;
}
.fazhan-box .t03 {
  border: 1px solid #e7e5e8;
}
.fazhan-box .t04 {
  width: calc(66.66% - 10px);
  padding: 5% 15% 5% 4%;
  box-sizing: border-box;
  margin-left: 0;
}
.fazhan-box .t02.cur .li01 {
  color: rgba(255, 255, 255, 0.8);
}
.fazhan-box .t02.cur .li03 {
  color: #ffffff;
}
.fazhan-box .t02.cur .li04 {
  color: rgba(255, 255, 255, 0.5);
}

.honor-main{
  padding-bottom: 80px;
}
.about-honor{
  width: calc(100% + 50px);
  margin-left: -25px;
}
.about-honor .swiper-container{
  padding: 0 25px;
}
.about-honor .swiper-slide {
  padding-top: 30px;
}
.about-honor .items {
  display: block;
  background: #f6f6f6;
  font-size: 16px;
  color: #333333;
  padding: 30px 40px;
  position: relative;
  transition: .5s ease-in-out;
}
.about-honor .items:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #3d8fcb;
  transition: .5s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-honor .items .img {
  height: 375px;
  line-height: 375px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-align: center;
}
.about-honor .items .img img {
  display: inline-block;
  max-height: 80%;
}
.about-honor .items .words {
  padding-top: 20px;
}
.about-honor .items .tit {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.about-honor .items .txt {
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 17px;
}
.con-swiper{
  text-align: center;
    margin-top: 60px;
}
.con-swiper .swiper-button-prev, .con-swiper .swiper-button-next {
  position: static;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  background-color: #eeeeee;
  transition: .5s ease-in-out;
}
.con-swiper .swiper-button-prev {
  background-image: url(../picture/prev1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.about-honor .swiper-button-prev, .about-honor .swiper-button-next {
  margin: 0 8px;
}
.con-swiper .swiper-button-next {
  background-image: url(../picture/next1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.con-swiper .swiper-button-prev:hover, .con-swiper .swiper-button-next:hover {
  background-color: #3d8fcb;
  transition: .5s ease-in-out;
}
.con-swiper .swiper-button-prev:hover {
  background-image: url(../picture/prev.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.con-swiper .swiper-button-next:hover {
  background-image: url(../picture/next.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/* about  end */