@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  padding: .4rem 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  height: 316px;
  position: relative;
}

.sub-banner::before {
  content: "";
  background: url(../static/cover.png) no-repeat no-repeat 50% 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle2 {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 700;
}

.inner_zhanwei {
  height: 100px;
}

#globalnav {
  background: #fff;
}

#globalnav .gn-link {
  color: #333;
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(316px / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(316px * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(316px / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(316px / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(316px / 2);
  }
}

@media only screen and (max-width:920px) {
  .inner_zhanwei {
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(316px / 2.5);
  }
}

.inner_area {
  padding: .35rem 0;
}

.inner_title {
  color: rgb(0, 0, 0);
  font-size: .36rem;
  font-weight: 700;
  text-align: center;
}



/* ==========================================================================
   关于我们
   ========================================================================== */
.about {
  background: url(../static/about01.png) no-repeat;
  background-size: cover;
  padding-top: .3rem;
  padding-bottom: 2rem;
  margin-bottom: 1.65rem;
  position: relative;
}

.about_top {
  align-items: center;
  justify-content: space-between;
}

.about_left {
  width: calc(50% - .72rem);
}

.about_right {
  width: 50%;
  box-sizing: border-box;
  padding-right: 180px;
}

.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-button-next {
  width: .71rem;
  height: .71rem;
  background: linear-gradient(180.00deg, rgba(7, 158, 96, 0.88), rgba(13, 147, 72, 0.95) 100%);
}

.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after {
  font-size: .32rem;
  color: #fff;
}

.mySwiper3 .swiper-button-prev {
  left: auto;
  right: .71rem;
  top: auto;
  bottom: 0;
}

.mySwiper3 .swiper-button-next {
  right: 0;
  top: auto;
  bottom: 0;
}

.about_info {
  color: rgb(85, 85, 85);
  font-family: 微软雅黑;
  font-size: .18rem;
  line-height: 2;
  text-indent: 2em;
}

.about_roll {
  width: 1600px;
  position: absolute;
  bottom: -1.15rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.about_list1 {
  justify-content: space-between;
}

.leader {
  padding: 0 0 .4rem 0;
}

.leader_box {
  justify-content: space-between;
  align-items: center;
}

.leader_left {
  width: 65%;
}

.leader_right {
  width: calc(35% - .6rem);
}

.leader_msg {
  color: #555555;
  font-family: 微软雅黑;
  font-size: .18rem;
  line-height: 2;
  text-indent: 2em;
}


.enterprise {
  margin-bottom: .9rem;
}

.enterprise_top {
  margin-left: -.21rem;
}

.et_box {
  width: calc(33.33% - .21rem);
  margin-left: .21rem;
}

.enterprise_bottom {
  margin-top: .24rem;
  margin-left: -.22rem;
}

.eb_left {
  width: calc(66.66% - .21rem);
  margin-left: .21rem;
}

.eb_right {
  width: calc(33.33% - .21rem);
  margin-left: .21rem;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: -0.24rem;
}

.eb_box {
  height: calc(50% - .24rem);
  margin-top: .24rem;
}

.eb07_cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.06rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: linear-gradient(90.00deg, rgba(0, 155, 76, 0.8), rgba(67, 184, 168, 0.8) 100%);
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: 思源黑体;
  font-size: .36rem;
  font-weight: 700;
}


.about_link {
  background: url(../static/about03.jpeg) no-repeat;
  background-size: cover;
  padding: .9rem 0;
}


.about_list2 li {
  width: 33.33%;
}

.link_box {
  justify-content: center;
}

.link_area {
  margin-left: .6rem;
}

.link_cn {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  line-height: .52rem;
  font-weight: 700;
}

.link_en {
  color: rgb(255, 255, 255);
  font-size: .16rem;
  line-height: 2;
  font-weight: 300;
  text-transform: uppercase;
}

.link_href {
  align-items: center;
}

.link_img {
  transition: all 1s;
}

.link_href:hover .link_img {
  transform: rotateY(360deg);
}

@media only screen and (max-width:1536px) {
  .about_right {
    padding-right: calc(180px / 1.25);
  }

  .leader_msg,
  .about_info {
    line-height: 1.6;
  }

  .about {
    margin-bottom: .75rem;
  }

  .about_roll {
    bottom: -1rem;
  }
}

@media only screen and (max-width:1440px) {
  .about_right {
    padding-right: calc(180px * 0.75);
  }
}

@media only screen and (max-width:1366px) {
  .about_right {
    padding-right: calc(180px * 0.711);
  }
}

@media only screen and (max-width:1280px) {
  .about_right {
    padding-right: calc(180px / 1.5);
  }

  .link_img img {
    max-width: 80%;
  }

  .link_area {
    margin-left: .3rem;
  }
}

@media only screen and (max-width:1152px) {
  .about_right {
    padding-right: calc(180px * 0.6);
  }
}

@media only screen and (max-width:1024px) {
  .about_right {
    padding-right: calc(180px / 1.875);
  }
}

@media only screen and (max-width: 920px) {
  .about_right {
    padding-right: 40px;
  }

  .link_img img {
    max-width: 70%;
  }

  .link_area {
    margin-left: 0;
  }

  .about_roll {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    width: auto;
    margin-top: 20px;
  }

  .about {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .about_list1 li {
    width: 33.33%;
    margin-bottom: 10px;
  }

  .about_left,
  .about_right {
    width: 100%;
  }

  .about_right {
    padding: 20px;
  }

  .inner_area {
    padding: 10px 0;
  }

  .about {
    margin-bottom: 0;
  }

  .link_img {
    width: 60px;
  }

}

@media only screen and (max-width: 500px) {

  .leader_left,
  .leader_right {
    width: 100%;
  }

  .about_list2 li {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20%;
  }

  .link_box {
    justify-content: flex-start;
  }

  .about_link {
    padding: 40px 0 20px;
  }

  .et_box {
    width: calc(50% - .21rem);
    margin-bottom: .24rem;
  }

  .et_box:nth-child(1) {
    width: 100%;
  }

  .eb_left {
    width: 100%;
  }

  .eb_right {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
  }

  .eb_box {
    height: auto;
    width: calc(50% - .21rem);
    margin-left: .21rem;
  }

  .enterprise_bottom {
    margin-top: 0;
  }
}












/* ==========================================================================
   新闻资讯
   ========================================================================== */
.news {
  margin-top: .3rem;
}

.news_list {
  margin-left: -.22rem;
}

.news_list li {
  width: calc(33.33% - .22rem);
  margin-left: .22rem;
  margin-bottom: .23rem;
}

.news_frame {
  height: 100%;
  box-sizing: border-box;
  border-bottom: .02rem solid rgb(0, 155, 76);
  border-radius: .1rem;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: .2rem;
  overflow: hidden;
  transition: all .3s;
}

.news_frame:hover {
  background: rgba(0, 155, 76);
  border-bottom: .02rem solid rgb(255, 255, 255);
}

.news_frame:hover .news_date {
  color: #fff;
}

.news_frame:hover .news_title {
  color: #fff;
}

.news_frame .pic {
  border-radius: .1rem;
}

.news_area {
  padding: .35rem .2rem .15rem;
}

.news_date {
  color: rgb(0, 155, 76);
  font-family: "Roboto";
  font-size: .16rem;
  font-weight: 400;
  margin-bottom: .08rem;
}

.news_title {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: #777777;
  font-size: .28rem;
  margin-left: .2rem;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
  -moz-animation: myfirst 2.3s infinite;
}

@keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}


@media only screen and (max-width: 768px) {
  .news_list li {
    width: calc(50% - .22rem);
  }

  .news_title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}









/* ==========================================================================
   新闻详情
   ========================================================================== */
.newsdetails {
  margin-top: .45rem;
}

.nd_left {
  width: calc(100% - 4.8rem);
  float: left;
}

.nd_right {
  float: right;
  width: 4.15rem;
  box-sizing: border-box;
}

.nd_area {
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
  padding-bottom: .39rem;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
  text-align: center;
}

.nd_intro {
  font-size: .16rem;
  color: #555555;
  margin-top: .24rem;
  text-align: center;
}

.nd_main {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: .32rem;
  padding: .5rem .6rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: .3rem .6rem;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.6rem);
}

.tool_right {
  flex-wrap: nowrap;
  width: 1.58rem;
}

.tool_toggle {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(0, 155, 76);
  line-height: .32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.back_btn {
  width: 1.58rem;
  height: .53rem;
  font-size: .18rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}


/*  */
.gdtj {
  background: url(../images/gdtj.png) no-repeat;
  background-size: cover;
  height: .71rem;
  width: 100%;
  border-radius: .09rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 400;
}

.gdtj_list {
  margin: .37rem .49rem 0 .28rem;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: .5rem;
}

.gdtj_list li {
  margin-bottom: .2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: .16rem;
  line-height: .32rem;
  position: relative;
  padding-left: .3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .16rem;
  background: rgb(0, 155, 76);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  line-height: .32rem;
  padding-left: .3rem;
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .nd_main {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
  }

  .nd_toolbar {
    margin-top: 0;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .nd_toolbar {
    flex-wrap: wrap;
  }

  .nd_toolbar {
    padding: 20px 0;
  }
}









/* ==========================================================================
   产品
   ========================================================================== */
.pro {
  margin-top: .1rem;
}

.category_list {
  justify-content: center;
  margin-left: -.48rem;
}

.category_item {
  width: 1.08rem;
  height: .4rem;
  box-sizing: border-box;
  border: 1px solid rgb(215, 215, 215);
  border-radius: .07rem;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .16rem;
  font-weight: 400;
  cursor: pointer;

  margin-left: .48rem;
  overflow: hidden;
}

.category_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_item.ci_on,
.category_item.ci_on a {
  background: rgb(0, 155, 76);
  color: #fff;
}

.category_item:hover {
  background: rgb(0, 155, 76);
  color: #fff;
}

.category_item:hover a {
  color: #fff;
}

.category_main {
  margin-top: .55rem;
}

.pro_list {
  margin-left: -.18rem;
  justify-content: center;
}

.pro_list li {
  width: calc(25% - .18rem);
  margin-left: .18rem;
  margin-bottom: 18px;
}

.pro_frame .pic {
  box-sizing: border-box;
  border: 1px solid rgb(215, 215, 215);
  border-radius: .16rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.pro_title {
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  padding: .3rem 0 .12rem;
}

@media only screen and (max-width: 500px) {
  .pro_list li {
    width: calc(50% - .18rem);
  }
}









/* ==========================================================================
   产品详情
   ========================================================================== */
.prodetails {
  margin-top: .4rem;
}

.pd_type {
  text-align: center;
  position: relative;
  margin-bottom: .6rem;
}

.pd_type::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(215, 215, 215);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.type_name {
  display: inline-block;
  padding: .08rem .4rem;
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: .16rem;
  font-weight: 400;
  border-radius: .07rem;
  background: rgb(0, 155, 76);
}


.pd_main {
  justify-content: space-between;
}

.pd_left {
  width: 30%;
  padding-left: .45rem;
  box-sizing: border-box;
}

.pd_right {
  width: calc(70% - 1.2rem);
}

.pd_head {
  background: rgb(238, 238, 238);
  padding-left: .35rem;
  height: .47rem;
  line-height: .47rem;
  color: rgb(0, 0, 0);
  font-size: .18rem;
  font-weight: 700;
}

.msg_item {
  padding: .2rem 0;
  padding-right: .25rem;
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .16rem;
  line-height: .21rem;
}

.pd_msgbox p {
  padding: .2rem 0;
  padding-right: .25rem;
  border-bottom: 1px solid #EEEEEE;
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .16rem;
  line-height: .21rem;
}

.msg_item:last-child {
  border: none;
}

.msg_name {
  display: inline-block;
  width: 1.15rem;
  text-align: right;
  flex-shrink: 0;
  font-weight: 600;
}

.msg_list {
  margin-top: .25rem;
  margin-left: -.25rem;
  align-items: center;
}

.msg_list li {
  margin-left: .25rem;
}

.msg_btn {
  width: 1.67rem;
  height: .46rem;
  justify-content: center;
  align-items: center;
  border-radius: .08rem;
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
  background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
  font-size: .16rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.msg_btn:hover {
  color: #fff;
}

.msg_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: -36px;
  left: -100px;
  background: white;
  width: 50px;
  height: 125px;
  opacity: 20%;
  transform: rotate(-45deg);
}

.msg_btn:hover:after {
  left: 150%;
  transition: all 1200ms cubic-bezier(0.3, 1, 0.2, 1);
}

.msg_back {
  width: 1.67rem;
  height: .46rem;
  justify-content: center;
  align-items: center;
  border-radius: .08rem;
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
  color: rgb(0, 155, 76);
  font-size: .16rem;
  font-weight: 500;
  border: 1px solid rgb(0, 155, 76);
  background: #fff;
}

.msg_back:hover {
  background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
  color: #fff;
}

.pd_introduce {
  border: 1px solid rgb(215, 215, 215);
  box-sizing: border-box;
  margin-top: .8rem;
  margin-bottom: .4rem;
}

.pd_info {
  padding: .3rem .35rem .45rem;
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .16rem;
  line-height: 175%;
}

.related {
  margin: .35rem 0;
}

.mySwiper4 .swiper-pagination {
  width: auto;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(243, 245, 248);
  border-radius: .08rem;
  display: flex;
}

.mySwiper4 .swiper-pagination-bullet {
  width: .8rem;
  margin: 0 !important;
  border-radius: .08rem;
  background-color: transparent;
  transition: all .3s;
}

.mySwiper4 .swiper-pagination-bullet-active {
  width: .8rem;
  background: rgb(0, 155, 76);
}

.mySwiper4 .part02_frame .pic {
  border: 1px solid rgb(215, 215, 215);
  box-sizing: border-box;
}

.mySwiper4 .part02_title {
  color: rgb(51, 51, 51);
  margin-top: .3rem;
}



@media only screen and (max-width: 768px) {
  .pd_left {
    padding: 0 200px;
    width: 100%;
    margin-bottom: 10px;
  }

  .pd_right {
    width: 100%;
  }

}

@media only screen and (max-width: 500px) {
  .pd_left {
    padding: 0;
  }
}









/* ==========================================================================
   公司荣誉
   ========================================================================== */
.honor {
  background: url(../static/honor.jpeg) no-repeat;
  background-size: cover;
  padding: .8rem 0 1.3rem;
}

.honor .inner_title {
  color: rgb(0, 155, 76);
}

.honor_desc {
  margin-top: .25rem;
  margin-bottom: .7rem;
  color: #555555;
  font-weight: 400;
  font-size: .18rem;
  line-height: 2;
}

.honor_frame .pic {
  background: #fff;
  box-sizing: border-box;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#certify .swiper-slide {
  width: 487px;
  height: auto;
  filter: blur(3px);
}

#certify .swiper-slide-active {
  filter: blur(0);
}

.honor_title {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 500;
  text-align: center;
  margin-top: .26rem;
}

@media only screen and (max-width: 500px) {
  #certify .swiper-slide {
    width: 300px;
  }
}







/* ==========================================================================
   在线订单
   ========================================================================== */
.order_head {
  color: rgb(0, 155, 76);
  text-align: center;
  font-size: .24rem;
  font-weight: 400;
  margin: .4rem 0 .7rem;
}

.order {
  box-sizing: border-box;
  border: 1px solid rgb(215, 215, 215);
  border-radius: .16rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  margin-bottom: .68rem;
}

.order_left {
  width: calc(43% - 1.6rem);
}

.order_right {
  width: calc(57% - .98rem);
  margin-right: .98rem;
  padding-top: .65rem;
}

.order_right .layui-form-label {
  float: none;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  line-height: .26rem;
  font-weight: 400;
}

.order_right .layui-input-block {
  margin-left: 0;
}

.order_right .layui-input {
  font-size: .16rem;
  height: .54rem;
  border-radius: .08rem;
}

.order_right .layui-textarea {
  font-size: .16rem;
  min-height: 1.9rem;
  border-radius: .08rem;
}

.order_first,
.order_second,
.order_third {
  position: relative;
}

.order_second::before,
.order_third::before,
.order_first::before {
  position: absolute;
  top: 0;
  left: -0.82rem;
  width: .46rem;
  height: .46rem;
  line-height: .46rem;
  box-sizing: border-box;
  border: 1px solid rgb(0, 155, 76);
  border-radius: 50%;
  text-align: center;
  color: rgb(0, 155, 76);
  font-size: .2rem;
  font-weight: 700;
  background: #fff;
}

.order_first::before {
  content: "1";
}

.order_second::before {
  content: "2";
  left: -0.49rem;
}

.order_third::before {
  content: "3";
}

.order_second {
  margin-left: -.33rem;
}

.order_second li {
  width: calc(50% - .33rem);
  margin-left: .33rem;
}

.order_second::after,
.order_first::after {
  content: "";
  position: absolute;
  left: -.59rem;
  top: .23rem;
  background: rgb(67, 184, 168);
  width: 1px;
  height: 100%;
  z-index: -1;
}

.order_second::after {
  left: -.26rem;
}

.order_fourth {
  justify-content: flex-end;
}

.order_box {
  width: 1.67rem;
  height: .46rem;
  border-radius: 8px;
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
  background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: .15rem;
  font-weight: 500;
  margin-left: .14rem;
  overflow: hidden;
}

.submit_btn {
  outline: none;
  border: none;
}

.order_left .pic {
  border-radius: .16rem 0px 0px .16rem;
}

@media only screen and (max-width: 1280px) {
  .order_left {
    width: calc(46% - 1.6rem);
  }

  .order_right {
    margin-right: .65rem;
  }
}


@media only screen and (max-width: 960px) {
  .order_right {
    padding-top: 20px;
    margin-right: 20px;
  }

  .order_left {
    width: calc(50% - 1.6rem);
  }
}

@media only screen and (max-width: 960px) {
  .order_left {
    width: calc(50% - 1.2rem);
  }
}

@media only screen and (max-width: 768px) {
  .order_right {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-left: 50px;
  }

  .order_left {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .order_right {
    margin-left: 30px;
  }

  .order_first .layui-form-item,
  .order_second .layui-form-item {
    margin-bottom: 0;
  }

  .order {
    margin-bottom: 20px;
  }
}








/* ==========================================================================
   联系我们
   ========================================================================== */
.contact {
  margin: .32rem 0;
  margin-left: -.2rem;
}

.map {
  width: 100vw;
}

.map img {
  max-width: 100%;
}

.contact_list {
  width: calc(75% - .2rem);
  margin-top: -.2rem;
}

.contact_frame {
  width: calc(25% - .2rem);
  margin-left: .2rem;
}

.contact_list li {
  width: calc(33.33% - .2rem);
  margin-left: .2rem;
  margin-top: .2rem;
}

.contact_box {
  box-sizing: border-box;
  border-top: 3px solid rgb(0, 155, 76);
  border-radius: .16rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  background: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  height: 1.6rem;
}

.contact_title {
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .1rem;
}

.contact_phone {
  color: rgb(0, 155, 76);
  font-family: 微软雅黑;
  font-size: .2rem;
  font-weight: 400;

  font-family: "roboto";
}

.contact_box .contact_area {
  margin-right: .5rem;
}

.contact_frame {
  box-sizing: border-box;
  border-top: 3px solid rgb(0, 155, 76);
  border-radius: .16rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  background: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
}

.contact_date {
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  background: rgb(0, 155, 76);
  height: .96rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: .16rem;
  line-height: .24rem;
  padding-left: .6rem;
  box-sizing: border-box;
}

.contact_area2 {
  margin-bottom: .25rem;
}

.contact_area2:last-child {
  margin-bottom: 0;
}

.contact_intro {
  height: calc(100% - .96rem);
  padding-left: .6rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
}


@media only screen and (max-width: 920px) {

  .contact_intro,
  .contact_date {
    padding-left: .3rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact_list {
    width: 100%;
  }

  .contact_frame {
    width: 100%;
    margin-top: .2rem;
  }

  .contact_intro {
    padding: 30px;
  }

  .contact_date {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_list li {
    width: calc(50% - .2rem);
  }

  .phone_img img {
    max-width: 70%;
  }
}

.layui-flow-more {
  display: none;
}



/* job */
@media only screen and (max-width: 500px) {
  .job_list {
    padding: 0 !important;
  }

  .careerMenu .nwms .warp span {
    font-size: 12px !important;
  }

  .job_list li:nth-child(1) {
    width: 29% !important;
    text-align: center !important;
  }

  .job_list li:nth-child(3) {
    width: 23% !important;
  }

  .job_list li:nth-child(2) {
    width: 15% !important;
  }

  .caree_box {
    padding: 0 !important;
  }

  .job_name {
    text-align: center;
    width: 29% !important;
    line-height: 1.2 !important;
  }

  .job_num {
    width: 15% !important;
  }

  .job_place {
    width: 23% !important;
    line-height: 1.2 !important;
  }

}