#banner {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}
#banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: cover;
}
#banner .swiper-pagination-bullet-active {
  background: #01bab8;
}
.notice {
  height: 70px;
  width: 100%;
  position: relative;
}
.notice .swiper-container {
  height: 100%;
}
.notice .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.notice .item {
  width: 50%;
  background: #f0f0f0;
  height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 300;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  position: relative;
  display: -webkit-box;
}
.notice .item .item_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  margin: auto;
  height:44px;
}
.notice .item .item_wrap .top {
  text-align: center;
}
.notice .item .item_wrap .bottom {
  padding-left: 48px;
  font-weight: 600;
}
.notice .item span {
  color: #00c3aa;
  font-size: 16px;
  font-weight: bold;
}
.notice .item1 {
  background-repeat: no-repeat;
  background-position: 25px;
  background-image: url(../image/1.png);
  background-size: 22px;
}
.notice .item2 {
	padding-left:40px;
  background: #fbfbfb;
  background-repeat: no-repeat;
  background-position: 15px;
  background-image: url(../image/2.png);
  background-size: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.notice .item2 .item_wrap .bottom {
  padding-left: 40px;
  font-weight: 600;
}
.notice .item4 .item_wrap .bottom {
  padding-left: 40px;
  font-weight: 600;
}
.notice .item3 {
  background-repeat: no-repeat;
  background-position: 25px;
  background-image: url(../image/3.png);
  background-size: 22px;
}
.notice .item4 {
	padding-left:40px;
  background: #fbfbfb;
  background-repeat: no-repeat;
  background-position: 15px;
  background-image: url(../image/2.png);
  background-size: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.notice .prev {
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.notice .prev img {
  height: 43px;
  width: 100%;
}
.notice .next {
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  opacity: 0.8;
}
.notice .next img {
  height: 43px;
  width: 100%;
}
.column {
  padding: 30px 0;
}
.column .head .en {
  font-size: 15px;
  color: #dddddd;
  text-align: center;
  line-height: 1;
}
.column .head .title {
  position: relative;
  top: -10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
  background: url(../image/icon_colunm_head_bg.png) no-repeat center bottom;
  background-size: 13px;
}
.column .head .title::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1, 0.5);
}
.column .head .title::before {
  content: "";
  width: 30%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1, 0.5);
}
.column.column1 {
  padding: 30px 15px;
}
.column.column1 .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
.column.column1 .body .item {
  width: calc(50% - 5px);
  background: #f4f4f4;
  border-radius: 2px;
  margin-top: 10px;
}
.column.column1 .body .item .pic_box {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.column.column1 .body .item .pic_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.column.column1 .body .item .conten_wrap {
  padding: 5px 10px;
  padding-bottom: 15px;
}
.column.column1 .body .item .conten_wrap .title {
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.column.column1 .body .item .conten_wrap .more {
  width: 100%;
  border: 1px solid #999999;
  font-size: 11px;
  color: #333;
  text-align: center;
  border-radius: 1px;
  margin-top: 10px;
  line-height: 26px;
  padding-right: 20px;
  box-sizing: border-box;
  background: url(../image/icon_more_bg.png) 95px no-repeat;
  background-size: 11px 7px;
}
.column.column1 .mores a {
  display: block;
  width: 148px;
  height: 26px;
  background: #eee;
  font-size: 11px;
  color: #00c3aa;
  line-height: 26px;
  text-align: center;
  border-radius: 1px;
  margin: 0 auto;
  margin-top: 20px;
}
.column.column2 {
  background: #f2f2f2;
  padding: 30px 15px;
}
.column.column2 .swiper-slide {
  width: 100%;
  padding-top: 20px;
}
.column.column2 .swiper-slide .item {
  background: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  height: 165px;
}
.column.column2 .swiper-slide .item a {
  display: -webkit-box;
}
.column.column2 .swiper-slide .pic_box {
  width: 128px;
  margin-right: 10px;
  position: relative;
  top: -30px;
}
.column.column2 .swiper-slide .pic_box img {
  width: 100%;
  height: 170px;
}
.column.column2 .swiper-slide .content_wrap {
  -webkit-box-flex: 1;
}
.column.column2 .swiper-slide .content_wrap .title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
.column.column2 .swiper-slide .content_wrap .job {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.column.column2 .swiper-slide .content_wrap .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #999;
  font-size: 11px;
  font-size: 300;
  margin-top: 5px;
}
.column.column2 .swiper-slide .content_wrap .more {
  width: 30px;
  height: 19px;
  background: url(../image/icon_more_active.png) no-repeat center;
  background-size: 16px 10px;
  margin-top: 10px;
}
.column.column2 .pagination {
  text-align: center;
}
.column.column2 .pagination span {
  margin: 0 3px;
}
.column.column2 .pagination .swiper-pagination-bullet-active {
  background: #00c3aa;
}
.column.column4 {
  padding: 30px 15px;
}
.column.column4 .main_tab {
  display: flex;
  justify-content: space-between;
}
.column.column4 .main_tab .item {
  width: calc(25% - 5px);
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #e5e5e5;
}
.column.column4 .main_tab .item.active {
  border: 1px solid #00c3aa;
  background: #00c3aa;
  color: #fff;
}
.column.column4 .main_body .item {
  display: none;
}
.column.column4 .main_body .item:first-child {
  display: block;
}
.column.column4 .main_body .top {
  margin-top: 20px;
}
.column.column4 .main_body .top .pic_box a{
  display: block;
  position: relative;
}
.column.column4 .main_body .top .pic_box a .title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 35px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.6);
}
.column.column4 .main_body .top .pic_box img {
  width: 100%;
  display: block;
}
.column.column4 .main_body .top .title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column.column4 .main_body .top .desc {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.column.column4 .main_body .foot li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.column.column4 .main_body .foot li a {
  display: -webkit-box;
}
.column.column4 .main_body .foot li a .pic_box {
  width: 84px;
  margin-right: 8px;
}
.column.column4 .main_body .foot li a .pic_box img {
  width: 100%;
  display: block;
}
.column.column4 .main_body .foot li a .content_wrap {
  -webkit-box-flex: 1;
}
.column.column4 .main_body .foot li a .content_wrap .title {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  min-height:36px;
}
.column.column4 .main_body .foot li a .content_wrap .time {
  font-size: 11px;
  color: #999;
}
.column.column4 .main_body .foot li a .content_wrap .desc {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.2;
}
.column.column4 .main_body .foot li:last-child {
  border-bottom: none;
}
.column.column4 .mores a {
  display: block;
  width: 148px;
  height: 26px;
  background: #eee;
  font-size: 11px;
  color: #00c3aa;
  line-height: 26px;
  text-align: center;
  border-radius: 1px;
  margin: 0 auto;
  margin-top: 10px;
}
.column3 {
  width: 100%;
  position: relative;
}
.column3 .swiper-slide {
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  padding-top: 70.67%;
  background-size: cover;
  position: relative;
}
.column3 .swiper-slide .content_wrap {
  position: absolute;
  left: 35px;
  top: 35px;
  right: 35px;
  bottom: 35px;
  background: rgba(0, 194, 168, 0.8);
  border-radius: 2px;
  padding: 25px 22px;
  box-sizing: border-box;
  color: #fff;
}
.column3 .swiper-slide .content_wrap .title {
  font-size: 14px;
  font-weight: 600;
}
.column3 .swiper-slide .content_wrap .desc {
  font-size: 11px;
  color: #e3fffb;
  margin-top: 5px;
}
.column3 .swiper-slide .content_wrap .more {
  width: 110px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #fff;
  font-size: 11px;
  background: url(../image/icon_more_4.png) 80px no-repeat;
  background-size: 11px 7px;
  margin-top: 15px;
}
.column3 .swiper-slide .content_wrap .more a {
  display: block;
  color: #fff;
  padding-right: 10px;
}
.column3 .prev {
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.column3 .prev img {
  height: 43px;
}
.column3 .next {
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  opacity: 0.8;
}
.column3 .next img {
  height: 43px;
}
.column5 {
  padding: 30px 40px;
  background: url(../image/icon_message_bg.png) no-repeat center;
}
.column5 .head {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.column5 form .item {
  display: -webkit-box;
  margin-top: 5px;
}
.column5 form .item label {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 38px;
}
.column5 form .item input[type="text"],
.column5 form .item input[type="email"] {
  display: block;
  -webkit-box-flex: 1;
  height: 38px;
  border: 1px solid #e5e5e5;
}
.column5 form .item textarea {
  height: 80px;
  display: block;
  -webkit-box-flex: 1;
  border: 1px solid #e5e5e5;
  resize: none;
}
.column5 form .item input[type="submit"] {
  width: 210px;
  height: 39px;
  margin-left: 36px;
  background: #ff8b36;
  color: #FFF;
  text-align: center;
  line-height: 39px;
  border: none;
}
.column6 {
  padding: 35px 40px;
  background: url(../image/icon_contact_bg.png);
}
.column6 .head {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
  color: #fff;
}
.column6 .head::after {
  content: "";
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}
.column6 .body {
  display: -webkit-box;
  margin-top: 25px;
}
.column6 .body .code_wrap {
  text-align: center;
  width: 58px;
  margin-right: 15px;
  font-size: 11px;
}
.column6 .body .code_wrap img {
  width: 58px;
  display: block;
  line-height: 1;
}
.column6 .body .code_wrap > div {
  width: 58px;
  background: #fff;
  color: #00c3aa;
  margin-bottom: 5px;
}
.column6 .body .contact_wrap {
  -webkit-box-flex: 1;
  color: #fff;
}
.column6 .body .sub_title {
  font-size: 12px;
  margin-bottom: 10px;
}
.column6 .body .sub_title span a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.column6 .body .item {
  display: -webkit-box;
  margin-top: 5px;
}
.column6 .body .item .label {
  width: 75px;
  font-size: 11px;
  height: 20px;
  padding-left: 15px;
  box-sizing: border-box;
}
.column6 .body .item .label.address {
  background: url(../image/icon_address.png) no-repeat left;
  background-size: 10px 13px;
}
.column6 .body .item .label.email {
  background: url(../image/icon_email.png) no-repeat left;
  background-size: 12px 8px;
}
.column6 .body .item .label.site {
  background: url(../image/icon_company.png) no-repeat left;
  background-size: 11px 12px;
}
.column6 .body .item .detail {
  -webkit-box-flex: 1;
  font-size: 11px;
}
.column6 .body .item .detail a {
  color: #fff;
}
