/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 
 */

body {
  background: #fff;
}

/** 首页 */

/*导航部分*/
.nav {
  width: 100%;
  height: 80px;
  background: #FFF;
  overflow: hidden;
}

.nav .layui-container {
  position: relative;
  transition: all 400ms ease-out;
}

.nav .nav-logo {
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 80px;
  display: flex;
  flex-direction: row;
}

.nav .nav-logo img {
  max-height: 80%;
  margin-top: 0px;
  margin-right: 10px;
}

.nav .nav-logo span {
  font-size: 30px;
  font-weight: bold; 
}

.nav .nav-list {
  display: inline-block;
  height: 80px;
}

.nav .nav-list button {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 15px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.nav .nav-list button span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  margin-bottom: 6px;
  transition: 0.5s;
}

.nav .nav-list button span.spa1 {
  transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  background: transparent;
}

.nav .layui-nav .layui-nav-item {
  display: block;
  line-height: 80px;
}

.nav .layui-nav * {
  font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
  padding: 0 0;
  color: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
  height: 2px;
  background-color: #f0422d;
}

.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
  color: #f0422d;
}
 
.fbanner {
  min-width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.fbanner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.fbanner .panel {
  margin-top: 280px;
  position: relative;
  z-index: 20;
  text-align: center;
}

.fbanner .panel .title {
  font-size: 60px;
  color: #FFF;
  text-align: center;
  margin-bottom: 100px;
}

.fbanner .panel .b {
  display: inline-block;
  background: #f0422d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
}


.sxb-bl {
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
}

.sxb-bl .title {
  padding: 15px 30px;
  overflow: hidden;
  text-align: center;
}

.sxb-bl .title .t-1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #3c4858;
  text-decoration: none;
}

.sxb-bl .title .t-2 {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}

.sxb-bl .ad {
  min-width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.sxb-bl .ad img {
  width: 100%;
}

.sxb-bl .s-item-img img{
  transition: all 0.6s;
}
.sxb-bl .s-item-img:hover img{
  transform: scale(1.3);
}



.sxb-list42 {
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sxb-list42 .s-item {
  width: 24%;
  padding: 0 0.5%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.sxb-list42 .s-item .s-item-img {
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.sxb-list42 .s-item .s-item-img img {
  width: 100%;
}
.sxb-list42 .s-item .s-item-t {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.sxb-list42 .s-item .t-1 {
  color: #3c4858;
  text-decoration: none;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sxb-list42 .s-item .t-2 {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}




.sxb-list21 {
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sxb-list21 .s-item {
  width: 48%;
  padding: 0 1%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.sxb-list21 .s-item .s-item-img {
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  margin-right: 10px;
}
.sxb-list21 .s-item .s-item-img img {
  width: 100%;
}
.sxb-list21 .s-item .s-item-t {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.sxb-list21 .s-item .t-1 {
  color: #3c4858;
  text-decoration: none;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sxb-list21 .s-item .t-2 {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}



.sxb-more{ 
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.sxb-more .b {
  overflow: hidden;
  display: inline-block;
  background: #f0422d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 3px;
  border:1px solid #f0422d;
}





.ad-h1 {
  background-attachment: fixed;
  padding: 100px 0;
  background-position: center center;
}
.ad-h1 .layui-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ad-h1 .t {
  font-size: 30px;
  color: #fff;
}
.ad-h1 .b {
  display: inline-block;
  background: #f0422d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 30px;
}


.ad-h2 {
  margin-top: 50px;
  background-attachment: fixed;
  padding: 100px 0;
  background-position: center center;
} 
.ad-h2 .t {
  font-size: 18px;
  color: #fefefe;
  line-height: 30px;
}



/*底部*/
.footer {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
  background: #0b1020;
  overflow: hidden;
}

.footer .flist{
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.footer .flist .item{
  width: 24%;
  padding-left: 1%;
  display: flex;
  flex-direction: column;
}
.footer .flist .item:first{
  padding-left: 0;
}
.footer .flist .item .i-h1{
  color: #f5f5f5;
  font-weight: 400;
  margin-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 18px;
}
.footer .flist .item .i-son{
    color: #a8abb5;
    opacity: .86;
    padding: 5px 0;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 3px 0 10px;
    padding: 3px 0;
    font-weight: 500;
    font-size: 14px;
}


.footer .fnav{
  padding: 10px 0;
  line-height: 35px;
  text-align: center;
}
.footer .fnav .f-item{
  color: #a8abb5;
  font-size: 14px;
  padding: 2px 10px;
}

.footer .copyright{
  margin-top: 20px;
  line-height: 35px;
  text-align: center;
  color: #a8abb5;
}
.footer .copyright a{
  color: #a8abb5;
}

/*scrollup*/
.scrollup {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color:#f0422d;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: #fff; 
  font-weight: bold;
  line-height: 50px;
}
.scrollup:hover {
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

.scrollup .layui-icon{
  font-size: 32px;
}






/* 内页 */
.ad-in {
  background-attachment: fixed; 
  background-position: center center;
  min-height: 300px;
}
.ad-in .layui-container{
  padding-top: 140px;
  padding-bottom: 130px;
}
.ad-in .t {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 20px 0 10px;
  font-weight: 400;
}

/* 面包屑 */
.breadnav{
  background: #F5F5F5;
  color: #333;
  padding: 10px 0 10px 0;
  text-align: left;
  z-index: 0;
} 
.breadnav .layui-breadcrumb:before {
  position: absolute;
  top: 4px;
  left: -10px;
  content: '';
  width: 4px;
  height: 14px;
  background: #f0422d;
}

 

/* 内容 */
.detail-crt {
  min-width: 100%;
  position: relative;
  overflow: hidden;
  margin: 50px 0;
  min-height: 388px;
}
.detail-crt .p {
  margin-top: 10px;
  line-height: 40px;
  font-size: 18px;
  padding-bottom: 30px; 
}

.detail-crt .p-h1{
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}
.detail-crt .p-crt{
  font-size: 12px; 
  padding: 20px 0;
  text-align: left;
}

/* 列表 */
.detail-crt.cate-main .layui-container{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: space-around;
}

.detail-crt.cate-main .cate-list{
  background: #F5F5F5;
  padding: 20px 20px;
  width: 18%;
  min-height: 388px;
}
.cate-list .cate-h1{
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.cate-list .cate-h1:before {
  position: absolute;
  top: 4px;
  left: -10px;
  content: '';
  width: 4px;
  height: 20px;
  background: #f0422d;
}

.cate-list .cate-item{
  display: block;
  line-height: 2.8;
  color: #23527c;
  font-weight: 500;
}

.detail-crt.cate-main .p{
  width: 80%;
  margin-left: 2%;
}


.p-list{
  width: 80%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
} 
.p-list .s-item {
  width: 100%; 
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-around;
}
.sp-list .s-item .s-item-img {
  border-radius: 3px;
  overflow: hidden;
  width: 38%;  
}
.p-list .s-item .s-item-img img {
  width: 100%;
}
.p-list .s-item .s-item-t {
  width: 68%; 
  margin-left: 1%;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.p-list .s-item .t-1 {
  color: #3c4858;
  text-decoration: none;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-list .s-item .t-2 {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}
.p-list-in{
  min-height: 388px;
}
.p-list #p-page{
  text-align: center;
  margin-top: 30px;
}
 














 
@media screen and (max-width: 480px) {

  .layui-container{
    padding: 0 10px;
  }

  .nav .nav-logo span {
    /* display: none; */
    font-size: 22px;
  }
  .fbanner {
    height: 200px;
  }

  .fbanner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    z-index: 10;
  }

  .fbanner .panel {
    padding-left: 20px;
    margin-top: 52px;
    position: relative;
    z-index: 20;
  }

  .fbanner .panel .title {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 50px;
  }

  .fbanner .panel .b{
    padding: 6px 12px;
    font-size: 12px;
  }

  .sxb-bl .title .t-1{
    font-size: 20px;
  }
  .sxb-bl .title .t-2{
    font-size: 14px;
  }
 
  .ad-h1 .layui-container{
    flex-direction: column;
  }

  .ad-h1{
    padding: 50px 0;
  }
  .ad-h1 .t{
    font-size: 20px;
  }
  .ad-h1 .b{
    margin-top: 20px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 24px;
  }

 
  .sxb-list42{
    justify-content: space-around;
  }
  .sxb-list42 .s-item{
    width: 48%;
    padding: 0;
  }

  .sxb-list21{
    flex-direction: column;
  }
  .sxb-list21 .s-item{
    width: 100%;
    padding: 0;
  }

  .footer .flist{
    /* flex-direction: column; */
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer .flist .item{
    margin-top: 30px;
    /* width: 100%; */
    width: 50%;
    padding-left: 0;
    text-align: center;
  }


  .detail-crt{
    margin: 20px 0;
  }
  .detail-crt.cate-main .cate-list{
    display: none;
  }
  .p-list-in{
    width: 100%;
    overflow: hidden;
  }
  .detail-crt.cate-main .p-list{
    width: 100%;
    margin-left: 0;
  }
  .p-list .s-item .s-item-t{
    width: 68%;
  }
  .p-list .s-item .t-1{
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav .layui-nav {
    top: 80px;
  }
}

/*小屏幕*/
@media screen and (min-width: 768px) {
  .nav {
    max-height: 80px;
  }

  .nav .nav-list button {
    display: none;
  }

  .nav .layui-nav {
    width: auto;
    position: absolute;
    top: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    line-height: 80px;
  }

  .nav .layui-nav .layui-nav-item {
    display: inline-block;
    margin: 0 9px;
    line-height: 80px;
  } 
}

  

/*大屏幕*/
@media screen and (min-width: 992px) {
  .nav .layui-nav .layui-nav-item {
    display: inline-block;
    margin: 0 20px;
    line-height: 40px;
  } 
}

/*超大屏幕*/
@media screen and (min-width: 1200px) {
  .nav .layui-nav .layui-nav-item {
    display: inline-block;
    margin: 0 35px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1300px) {
  .layui-container {
    width: 1200px;
    padding: 0;
  }

  .main-about .tabJob .content:last-child {
    margin-bottom: 180px;
  }

  .nav .nav-logo {
    position: absolute;
    top: 0;
    left: 0;
  }

  .layui-col-space80 {
    margin: -40px;
  }

  .layui-col-space80>* {
    padding: 40px;
  }
}