﻿body {
    background-color: #F0F0F0;
}
.innerContMain {
    min-height: 600px;
}
/* 内页banner */
.videoBanner {
    position: relative;
}
.bg__video {
    display: block;
    width: 100%;
    background: #000;
}
.videoPlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 12%;
    max-height: 19%;
    opacity: 0.6;
    cursor: pointer;
}
.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.inner-banner .cont {
  padding-bottom: 43.75%;
  position: relative;
}
    .inner-banner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .banTxt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banTxt h2 {
        color: #f1cba3;
        font-size: 32px;
        margin-bottom: 0.5em;
    }
    .banTxt h5 {
        color: #fff;
        font-size: 60px;
        line-height: 1.3;
    }
@media (max-width: 768px) {
    .inner-banner .cont {
        padding-bottom: 40%;
    }
        .banTxt h2 {
            font-size: 18px;
        }
        .banTxt h5 {
            font-size: 18px;
        }
}
/* 内容页样式 */



.innerContent {
  margin-top: 4%;
  margin-bottom: 4%;
  min-height: 300px;
  overflow: hidden;
}

.detailTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.pubTime {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-bottom: 4%;
}

.iCont{
  font-size: 16px;
  color: #000;
  line-height: 2;
}
.iCont p{
  text-indent: 2em;
  margin-bottom: 2em;
}
.iCont img{
  display: block;
  margin: 0 auto 0.5em;
  max-width: 100%;
}

    .iCont video {
        display: block;
        max-width: 100%;
        /*min-width: 600px;*/
        margin: 0 auto;
        background-color: #000;
    }


@media (max-width: 768px) {
    .innerSide-main {
    padding: 0 !important;
}
  .mContent {
    margin: 0 -10px;
  }
  .detailTitle
  {
      font-size: 18px;
  }
}

/*内页导航*/

.side-box {
  width: 100%;
  padding: 2px;
  margin-top: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side-box .t {
  background-color: #fff;
  color: #000;
  padding: 3%;
  text-align: center;
  line-height: 1.4;
  display: none;
}

.side-box .t span {
  display: block;
  font-size: 24px;
}

.side-box .t small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.side-box .t i {
  display: none;
}

.side-nav>ul {
  text-align: center;
}

.side-nav>ul>li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 0.5% 0.5%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  white-space: nowrap;
  border: 1px solid #8f8f8f;
  border-radius: 100px;
}

.side-nav>ul>li a {
  display: block;
  color: #666;
  padding: 0 11px;
}

.side-nav>ul>li:hover,
.side-nav>ul>li.on {
  background-color: #b28b6e;
  border-color: #b28b6e;
}

.side-nav>ul>li:hover a,
.side-nav>ul>li.on a {
  color: #fff;
}

.side-box.side-info {
  border-color: #3b3b3b;
}

.side-box.side-info .t {
  background-color: #3b3b3b;
}

.side-info .side-content {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  background-color: #b28b6e;
  color: #fff;
}

.side-info .side-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .searchCtrl {
    display: none;
  }
  .side-info {
    display: none;
  }
  .side-box {
    border: none;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
  }
  .side-box .t {
    display: block;
    background-color: #fff;
    color: #b28b6e;
    line-height: inherit;
  }
  .side-box .t small {
    display: none;
  }
  .side-nav {
    line-height: 45px;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #dcdcdc;
  }
  .side-nav .t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
  }
  .side-nav .t i {
    display: block;
    position: absolute;
    right: .15rem;
    height: 100%;
    top: 0;
    padding: 0 .4rem 0 10px;
    color: #b28b6e;
    border-left: 1px solid #e6d8d8;
    font-size: 16px;
  }
  .side-nav .t i:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    vertical-align: middle;
    background: url("../Images/arrow-down.png") no-repeat center center / contain;
    margin-left: 10px;
  }
  .side-box .t span {
    font-size: 18px;
  }
  .side-nav>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    background-color: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
  }
  .side-nav>ul>li {
    float: left;
    display: block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #dcdcdc;
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 0;
  }
  .side-nav ul li a {
    display: block;
  }
  .side-nav>ul>li:hover,
  .side-nav>ul>li.on {
    background-color: transparent;
  }
  .side-nav>ul>li:hover a,
  .side-nav>ul>li.on a {
    color: #b28b6e;
  }
}

/*产品列表*/

.productList li {
  width: 48%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.productList li .imgBox {
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 10px;
}

.productList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.productList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}


/*@media (max-width: 768px) {
  .productList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .productList li span
  {
      height: 30px;
      line-height: 30px;
  }
}*/

/*工程列表*/

.projectList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 69%;
  margin-bottom: 10px;
}

.projectList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.projectList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  padding: 0 0.5em;
}


@media (max-width: 768px) {
  .projectList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .projectList li span
  {
      height: 30px;
      line-height: 30px;
  }
}

/*工程列表*/

.caseList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.caseList li .imgBox {
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 10px;
}

.caseList li .imgBox img {
  width: 100%;
  height: 100%;
}

.caseList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  padding: 0 0.5em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .caseList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .caseList li span
  {
      height: 30px;
      line-height: 30px;
  }
}

/*新闻列表*/
.news-list li {
    margin-bottom: 48px;
}
    .news-list li .flex {
        display: flex;
        align-items: center;
    }
.news-list ul li .l {
    width: 30%;
   
}
.news-list ul li .l .imgBox{
    padding-bottom: 60%;
    overflow: hidden;
}
.news-list ul li .text{
    flex: 1;
    margin-left: 48px;
}
.news-list ul li .text h4 {
    color: #11216c;
    font-size: 20px;
    font-weight: 700;
}
.news-list ul li .text .line {
    height: 1px;
    background: #ddd;
    margin: 16px 0;
}
    .news-list ul li .text p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        white-space: normal;
        overflow: hidden;
        line-height: 30px;
        height: 60px;
        color: #999;
        font-size: 14px;
        margin-bottom: 24px;
    }
.news-list ul li .text span {
    color: #666;
    font-size: 16px;
}
.news-list ul li .text .more {
    display: flex;
    width: 160px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #ddd solid;
    position: relative;
    z-index: 1;
    color: #666;
    font-size: 16px;
    margin-top: 48px;
}
.news-list ul li .text .more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: .5s;
    overflow: hidden;
    background: #11216c;
    z-index: -1;
}
.news-list ul li:hover .more::before {
    width: 100%;
}
.news-list ul li:hover .more {
    border-color: #11216c;
    color: #fff;
}
/*产品详情*/
.ptdIntroduction {
}
.ptdIntroduction .c
{
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.8;
}

.bigImgList
{
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}

.bigImgList li .imgBox img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pdtDetail h1 {
  font-size: 24px;
  color: #1051c8;
}

.pdtDetail dt {
  float: left;
  clear: left;
  margin-right: 10px;
}

.pdtDetail dd {
  float: left;
}

.MvcPagerCtrl {
  text-align: center;
  font-size: 16px;
  margin-top: 4%;
}

.MvcPagerCtrl a {
  display: inline-block;
  padding: .1em 0.5em;
  border: 1px solid #0e112f;
}

.MvcPagerCtrl a.on {
  background-color: #0e112f;
  color: #fff;
}
.MvcPagerCtrl a:hover{
  border-color: #d40000;
}

h1.pdtName {
  color: #e5ab73;
  font-size: 24px;
  border-bottom: #d9d9d9 dashed 1px;
  height: 2em;
  line-height: 2em;
  margin-bottom: 1em;
  text-align: center;
}

.ptdInfoTitle {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
}

.ptdInfoTitle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e5ab73;
  z-index: -1;
}
.ptdInfo
{
    padding: 25px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    background-color: #fff;
}

.ptdInfo p
{
    text-indent: 2em;
}

.ptdInfo td
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.ptdInfo img
{
    display: block;
    margin: 0 auto;
   width: 100%;
}
.ptdInfo video
{
    margin: 0 auto;
    display: block;
    width: 500px;
    height:400px;
    max-width: 100%;
}
@media (max-width: 768px) 
{
    .ptdInfo video
    {
        background-color: #000;
        height: auto;
    }
    }
.pdtDetail {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
}

.pdtDetail li {
  width: 25%;
  float: left;
  margin-right: 1em;
  padding-bottom: 2%;
}

.ptdInfoTitle span.title {
  padding: 5px 10px;
  background-color: #e5ab73;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.buyPdt {
  background-color: #e5ab73;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 1em;
  color: #1051c8;
  font-size: 16px;
}

.buyPdt .pdtTitle {
  color: #1051c8;
  line-height: 40px;
}


@media (max-width: 768px) {
  .ptdInfo
  {
      padding: 0;
  }
  .pdtDetail li {
    width: 100%;
    float: none;
  }
    h1.pdtName {
        font-size: 20px;
    }
}

/* 当前位置 */

.location {
  font-size: 14px;
  line-height: 1;
  color: #fff;
    background: #162d63 url(../Images/navBg.jpg) repeat-x 0 0 / auto 100%;
    padding: 10px 0;
    z-index: 2;
    position: relative;
}
.location 
.location .main:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../Images/location.png") no-repeat center center / contain;
  vertical-align: middle;
}

.location a {
  margin: 0 .2em;
  color: #fff;
}

.location span {
  color: #fff;
}

@media (max-width: 768px) {
  .location{
    margin-top: 0;
    font-size: 12px;
  }
}
/* 当前位置end */

/*搜索框*/
.searchCtrl_btn{
  position: relative;
  margin-bottom: 10px;
}
.searchCtrl_btn #searchBtn,
.searchCtrl_btn #searchKeyword{
  display: block;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.searchCtrl_btn #searchBtn{
  position: absolute;
  width: 4em;
  right: 0;
  bottom: 0;
  background-color: #ececec;
  border: 0;
  color: #000;
}
.searchCtrl_btn #searchKeyword{
  width: 100%;
  padding-right: 4em;
  border: none;
}
/*搜索框end*/

/*留言表单*/
.msgForm{
  width: 500px;max-width: 100%;
}
.msgForm input[type=text],
.msgForm textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.msgForm>div {
  position: relative;
  margin-bottom: 18px;
  padding-left: 4em;
  padding-right: 1em;
  font-size: 14px;
}

.msgForm>div span {
  position: absolute;
  display: block;
  top: 0;
  left: 1em;
}

.msgForm textarea {
  height: 100px;
}

.msgForm .must_text:before {
  content: "*";
  color: #f99e00;
  position: absolute;
  right: 0;
  top: 0;
}

.msgForm label.error {
  position: absolute;
  left: 3em;
  top: 30px;
  color: red;
}

.msgForm .btn-box {
  text-align: center;
}

.msgForm .btn-box input.msg_btn {
  height: 30px;
  line-height: 30px;
  width: 90px;
  border-radius: 12px;
  border: 0;

  color: #fff;
  cursor: pointer;

}

.msgForm .btn-box input.msg_btn[type="button"],
.msgForm .btn-box input.msg_btn[type="submit"] {
  background: #e5ab73;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
    background-color: #6f6f6f;
  background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="button"]:hover,
.msgForm .btn-box input.msg_btn[type="submit"]:hover {
  background: #162b60;
}

.msgForm .btn-box input.msg_btn[type="reset"]:hover {
    background-color: #ababab;
}


/*留言表单end*/


/*上下页按钮*/
.prevNextBtn{
  margin-top: 3em;
  font-size: 16px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 5px 15px;
}
.prevNextBtn .prevBtn{
  float: left;
  width: 40%;
}
.prevNextBtn .nextBtn{
  float: right;
  width: 40%;
}
@media (max-width: 768px) {
    .prevNextBtn {
        height: auto;
    }
  .prevNextBtn .prevBtn,
  .prevNextBtn .nextBtn{
    float: none;
    width: 100%;
  }
}
/*上下页按钮end*/



/* 联系我们 */
.innerContact {
    margin-bottom: 4%;
}
    .innerContact .ct {
        color: #e5ab73;
        font-weight: bold;
        font-size: 1.4em;  
        margin-bottom: 20px;
    }
.innerContact .column
{
        -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    text-align: left;
}
    .innerContact .column p {
        margin-bottom: 5px;
    }
    .innerContact p {
        text-indent: 0;
    }
.contactMap
{
    width: 100%;
    height: 348px;
}
.contactIndexMap
{
    float: left;
    width: 56%;
    height: 348px;
}
.innerLeave
{
    float: right;
    width: 40%;
}
@media (max-width: 768px) 
{
    .innerContact .column {
         -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    .contactIndexMap,
    .innerLeave
    {
        float: none;
        width: 100%;
        margin-bottom: 6%;
    }
    .contactIndexMap {
        height: 80vw;
    }
}
/* 联系我们end */


/* 产品首页 */
.productIndexTitle{
  border-bottom: 2px solid #dcdcdc;
  padding: 15px 15px;
  margin-bottom: 3%;
  margin-top: 4%;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
}
.productIndexTitle:first-child {
    margin-top: 0;
}
.productIndexTitle .type-name,
.productIndexTitle .type-list,
.productIndexTitle .more{
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
}
.productIndexTitle .type-name{
  font-size: 20px;
  color: #d40000;
  font-weight: bold;
  position: relative;
}
.productIndexTitle .type-name:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -15px;
  background-color: #d40000;
}

.productIndexTitle .type-list{
  width: 100%;
  font-size: 18px;
  color: #333;
}
.productIndexTitle .type-list a{
  float: left;
  display: block;
  margin-left: 60px;
}

.productIndexTitle .more{
  font-size: 12px;
  color: #8f8f8f;
}
.productIndexTitle .more:hover{
  color: #d40000;
}

/*@media (max-width: 768px) {
  .productIndexTitle{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }
  .productIndexTitle .type-name, .productIndexTitle .type-list, .productIndexTitle .more{
    display: block;
  }
  .productIndexTitle .type-list{
    display: none;
  }
  .productIndexTitle .type-name{
    font-size: 18px;
  }
}*/



/*产品首页*/
.productIndexBox li{
    width: 50%;
    padding: 0 14px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 36px;
    transition: all .6s ease;
    position: relative;
    overflow: hidden;
}
    .productIndexBox li:hover {
        transform: translate(0, -6px);
    }
.productIndexBox li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .productIndexBox li .typeImg {
        float: left;
        width: 372px;
        max-width: 65%;
    }
        .productIndexBox li .typeImg .imgBox {
            width: 100%;
            position: relative;
            padding-bottom: 68%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    .productIndexBox li .typeName {
        position: absolute;
        right: 0;
        top: 10%;
        width: 35%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }
    .productIndexBox li .typeName span{
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px dashed #B1B1B1;
        width: 100%;
        overflow: hidden;
        font-size: 20px;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
        transition: all .6s ease;
    }
        .productIndexBox li:hover .typeName span {
            color: #e5ab73;
        }
    .productIndexBox li .typeName .more {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #555;
    background: #F4F4F4;
    border: 1px solid #CCC;
    box-sizing: border-box;
        transition: all .6s ease;
}
.productIndexBox li:hover .typeName .more {
    background: #141414;
    color: #FFF;
    border-color: #141414;
}

.productIndexTitleBox {
    height: 130px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
}
.productIndexTitleBox .left {
    width: 240px;
    text-align: center;
    position: relative;
    float: left;
    display: table;
    height: 100%;
}
    .productIndexTitleBox .left:before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 50%;
        top: 25%;
        right: 0;
        background-color: #d4d4d4;
    }
.productIndexTitleBox .nr {
    overflow: hidden;
    padding: 0 135px 0 60px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
    .productIndexTitleBox .nr .p {
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        color: #666;
        line-height: 28px;
        overflow: hidden;
    }
    .productIndexTitleBox .left .t {
        display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    }
     .productIndexTitleBox .left .t span {
        color: #000;
        font-size: 22px;
        padding-left: 10px;
        display: block;
    }
     .productIndexTitleBox .left .t small {
        color: #B4B4B4;
        font-size: 12px;
        font-family: "Arial";
    }

@media (max-width: 768px) {
    .productIndexBox li {
            width: 100%;
            font-size: 14px;
            padding: 0;
    }
        .productIndexBox li .typeName span {
            font-size: 15px;
        }
}



/*join*/
/* .joinPad {
    padding-top: 80px;
}

.joinTitle {
    font-size: 40px;
    text-align: center;
    padding-bottom: 45px;
    color: #fff;
}
.honorMain {
    padding: 70px 15px ;
    border: 1px solid #ffffff;
    
}
.joinSwiper {
    width: 50%;
    float: left;
}
.joinSwiper .imgBox {
    padding-bottom: 480px;
}
    .joinSwiper span {
        display: block;
        text-align: center;
        color: #fff;
        display: none;
    }
.paginationList {
    float: right;
    width: 50%;
    color: #fff;
    padding-left: 50px;
    box-sizing: border-box;
}
    .paginationList .ptTitle {
        font-size: 26px;
        margin-bottom: 55px;
    }
        .paginationList .ptTitle span {
            display: block;
            line-height: 1.8;
        }
.JoinPagination .swiper-pagination-bullet {
    width: auto;
    display: block;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    background-color: transparent !important;
    color: #666666;
    opacity: 1;
    margin-top: 20px;
    font-size: 20px;
}
.JoinPagination .swiper-pagination-bullet-active {
    color: #fff;
}
.joinAdv ul {
    font-size: 0;
    text-align: center;
}
.joinAdv li {
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    margin-bottom: 40px;
}
.joinAdv li:nth-child(3n+1) {
    margin-left: 0;
}
.joinAdv li .imgBox {
    padding-bottom: 64%;
}
    .joinAdv li span {
        display: inline-block;
        font-size: 20px;
        border: 1px solid #fff;
        padding: 0 20px;
        margin-top: 28px;
    }
    .joinAdv li p {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
    }
    .joinAdv li:hover p {
        color: #fff;
    }

.joinfuwu {
    background: url(../Images/fuwuBg.jpg) no-repeat center center / cover;
    margin-top: 80px;
}
.fuwuMain {
    padding-top: 33px;
    background-color: rgba(20,20,20,0.8);
}
    .joinfuwu .list li {
        width: 50%;
        float: left;
        margin-bottom: 70px;
        padding: 0 45px;
        box-sizing: border-box;
        color: #fff;
    }
.joinfuwu .list li:nth-child(2n+1) {
    clear: left;
}
    .joinfuwu .list li span{
        display: block;
        font-size: 20px;
        margin-bottom: 18px;
    }
    .joinfuwu .list li p{
        font-size: 14px;
        color: #666;
        line-height: 1.8;
    }
        .joinfuwu .list li:hover p {
            color: #fff;
        }

.joinPin .cont{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.joinPin .cont:hover {
    color: #fff;
}
.joinPin .img {
    margin-top: 35px;
}
.joinPin .img img.m{
    display: none;
    width: 100%;
}

.joinTuan .cont {
    background-color: #fff;
        position: relative;
}
.joinTuan .cont .r{
    width: 50%;
    float: right;
    padding: 100px 100px 120px 100px;
    box-sizing: border-box;
}
    .joinTuan .cont .r span {
        display: block;
        font-size: 20px;
        color: #666666;
    }
    .joinTuan .cont .r p {
        font-size: 14px;
        color: #999999;
        margin-top: 65px;
        line-height: 1.8;
    }
    .joinTuan .cont .l {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: url(../Images/tuan1.jpg?v=2) no-repeat center center / cover;
    }

.joinLiu .list ul {
    font-size: 0;
}
.joinLiu .list li {
    display: inline-block;
    width: 15%;
    margin-left: 2%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    height: 210px;
        vertical-align: top;
}

.joinLiu .list li:first-child {
    margin-left: 0;
}
.joinLiu .list li span{
    margin-top: 50px;
    display: block;
    font-size: 40px;
}
.joinLiu .list li p{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.joinLiu .list li:hover p {
    color: #fff;
}
.joinJia {
    margin-top: 60px;
}
.joinJia .cont {
    position: relative;
}
.joinJia .r{
    width: 50%;
    float: right;
    background-color: #d1a57b;
    padding: 50px;
    box-sizing: border-box;
}
    .joinJia .r .t {
        font-size: 40px;
        color: #fff;
        margin-bottom: 40px;
    }
    .joinJia .r form input,
    .joinJia .r form textarea {
        height: 70px;
        line-height: 70px;
        width: 100%;
        background: #141414;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: "微软雅黑";
            box-sizing: border-box;
        color: #fff;
        border: 0;
    }
    .joinJia .r form textarea {
        line-height: 30px;
        height: 150px;
        padding-top: 20px;
    }
    .joinJia .r form .btn input{
        width: 148px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        float: left;
        background-color: #000;
        color: #fff;
        margin-right: 30px;
        cursor: pointer;
    }
.joinJia .l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../Images/formBg.png) no-repeat center center / contain;
}


@media (max-width: 768px) {
    .joinPad {
        padding-top: 0;
        margin-top: 35px;
    }
    .joinTitle {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .honorMain {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .paginationList,
    .joinSwiper {
        float: none;
        width: 100%;
    }
    .joinSwiper {
        width: 90%;
        margin: 0 auto;
    }
    .paginationList {
        padding-left: 0;
    }
        .paginationList .ptTitle {
            font-size: 15px;
            margin-bottom: 0;
        }
    .JoinPagination {
        display: none;
    }
    .joinSwiper .imgBox {
        padding-bottom: 78%;
    }
    .joinSwiper span {
        display: block;

    }
    .joinAdv li {
        width: 100%;
        margin-left: 0;
    }

    .joinfuwu .list li {
        width: 100%;
        margin-bottom: 50px;
    padding: 0 30px;
    }

    .joinPin .img img.pc {
        display: none;
    }
    .joinPin .img img.m {
        display: block;
        margin-bottom: 10px;
    }

    .joinTuan .cont .l {
        position: static;
        width: 100%;
        padding-bottom: 70%;
    }
    .joinTuan .cont .r {
        width: 100%;
        float: none;
        padding: 30px;
    }
        .joinTuan .cont .r p {
            margin-top: 20px;
        }
    .joinLiu .list li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
        height: 180px;
    }
        .joinLiu .list li:nth-child(2n+1) {
            margin-left: 0;
        }
        .joinLiu .list li span {
            margin-top: 20px;
        }

    .joinJia .l {
        display: none;
    }
    .joinJia .r {
        width: 100%;
        float: none;
        padding: 20px;
    }
        .joinJia .r .t {
            font-size: 24px;
        }
        .joinJia .r form input, .joinJia .r form textarea {
            height: 40px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .joinJia .r form textarea {
            height: 120px;
            padding-top: 0;
        }
        .joinJia .r form .btn input {
            height: 40px;
            line-height: 40px;
            width: 30%;
        }
} */

