.tou {
  width: 100%;
  position: fixed;
  z-index: 111;
  top: 0;
  background:#24252a;
}

.tou .logo {
  line-height: 90px;
}

.tou .zi {
  width: 72%;
  position: relative;
}

.tou.fix .logo {
  line-height: 60px;
}

.tou.fix .logo img {
  height: 48px;
}

h2.bt {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 1380px) {
  h2.bt {
    font-size: 32px;
  }
}

h2.bt span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  opacity: .3;
  margin-bottom: 20px;
}

@media (max-width: 1380px) {
  h2.bt span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

h2.bt img {
  display: block;
  margin: 20px auto 0;
}

@media (max-width: 1380px) {
  h2.bt img {
    margin: 10px auto 0;
  }
}

.section1 {
  background: url(../images/c1.jpg) no-repeat 50% 0;
  padding-top: 10vh;
}

@media (max-width: 1380px) {
  .section1 {
    padding-top: 0;
  }
}

.section1 .list2 {
  margin: 9vh auto 0;
  text-align: center;
  background: rgba(35,35,35,.6);
  max-width: 900px;
}

@media (max-width: 1380px) {
  .section1 .list2 {
    margin-top: 4vh;
  }
}

.section1 .list2 li {
  display: inline-block;
  padding: 0 50px;
  font-size: 17px;
  line-height: 50px;
  text-transform: uppercase;
}

.section1 .list2 li a {
  color: #aaaaaa;
  line-height: 50px;
  display: block;
}

.section1 .list2 li.on a {
  color: #fff;
  background: url("../images/xian1.png") center bottom no-repeat;
}

.section1 .content {
  margin-top: 10vh;
}

@media (max-width: 1380px) {
  .section1 .content {
    margin-top: 0;
  }
}

.section1 .content .list3 {
  position: relative;
  height: 0;
  overflow: hidden;
}

.section1 .content .list3 .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  width: 27px;
  height: 58px;
  outline: none;
  font-size: 0;
  border: none;
  z-index: 111;
}

.section1 .content .list3 .slick-arrow.slick-prev {
  left: 52px;
  background: url("../images/zb.png") center 0 no-repeat;
}

.section1 .content .list3 .slick-arrow.slick-next {
  right: 52px;
  background: url("../images/yb.png") center 0 no-repeat;
}

.section1 .content .list3 li {
  float: left;
  padding: 0 9px;
}

.section1 .content .list3 li a {
  display: block;
  position: relative;
}

.section1 .content .list3 li a .img img {
  width: 100%;
}

.section1 .content .list3 li a .zi {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/ck.png") 90% 90% no-repeat rgba(242, 160, 1, 0.8);
  border: 19px solid #ffeed8;
  padding-top: 60px;
  padding-left: 38px;
  transition-duration: .3s;
}

.section1 .content .list3 li a .zi h3 {
  color: #fff;
  line-height: 1;
  font-size: 27px;
}

.section1 .content .list3 li a .zi h3 span {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width: 1025px) {
  .section1 .content .list3 li:hover a .img {
    background: #ffeed8;
  }
  .section1 .content .list3 li:hover a .zi {
    opacity: 1;
  }
}

.section1 .content .list3.on {
  height: auto;
}

.section2 {
  background: url(../images/c2.jpg) no-repeat 50% 0;
}

.section2 .content {
  margin-top: 16vh;
  margin-left: 28px;
  margin-right: 28px;
  position: relative;
  background: #fff;
  padding: 40px 0;
}

@media (max-width: 1610px) {
  .section2 .content {
    margin-top: 8vh;
  }
}

.section2 .content .c2-1 {
    width: 49.4%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

@media (max-width: 780px) {
  .section2 .content .c2-1 {
    width: 100%;
    position: relative;
    left: 0;
    transform: translateY(0);
    top: 0;
  }
}

.section2 .content .c2-1 img {
  width: 100%;
}

.section2 .c2-2 {
  width: 50%;
  padding: 0 70px 0 28px;
}

@media (max-width: 780px) {
  .section2 .c2-2 {
    width: 100%;
    padding: 20px;
  }
}

.section2 .c2-2 h3 {
  font-size: 30px;
  color: #f2a03a;
  font-weight: 600;
  line-height: 48px;
  padding: 10px 0;
}

@media (max-width: 1380px) {
  .section2 .c2-2 h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

.section2 .c2-2 dd {
  font-size: 16px;
  line-height: 36px;
  color: #707070;
  height: 144px;
  overflow: hidden;
}

@media (max-width: 1380px) {
  .section2 .c2-2 dd {
    font-size: 14px;
    line-height: 30px;
  }
}

.section2 .c2-2 a.ck {
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: #f2a03a;
  width: 143px;
  line-height: 37px;
  margin-top: 46px;
  display: block;
}

@media (max-width: 1380px) {
  .section2 .c2-2 a.ck {
    margin-top: 20px;
  }
}

.section3 {
  background: url(../images/shouye2.jpg) no-repeat 50% 0;
}

.section3 .content .c3-1 {
  width: 33%;
}

.section3 .content .c3-1 img {
  width: 100%;
}

.section3 .content .c3-2 {
  width: 48%;
  margin-right: 6%;
}

.section3 .content .c3-2 .list2 li {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .content .c3-2 .list2 li:last-child {
  margin-bottom: 0;
}

.section3 .content .c3-2 .list2 li .img {
  width: 17.3%;
}

.section3 .content .c3-2 .list2 li .img img {
  width: 100%;
}

.section3 .content .c3-2 .list2 li .zi {
  width: 76.5%;
  display: flex;
  align-items: center;
  margin-left: 6.2%;
}

.section3 .content .c3-2 .list2 li .zi .zix h3 {
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.section3 .content .c3-2 .list2 li .zi .zix dd {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.section4 {
  background: url(../images/shouye3.jpg) no-repeat 50% 0;
}

.section4 h2 {
  position: absolute;
  top: 18vh;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1380px) {
  .section4 h2 {
    top: 12vh;
  }
}

.section4 .content .list2 {
  height: 100vh;
}

.section4 .content .list2 li {
  border: none;
  outline: none;
}

.section4 .content .list2 li a {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.section4 .content .list2 li .img {
  width: 37%;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  background: #000000;
  /*padding-left: 13.54%;*/
  margin-left:13.54%;
}

.section4 .content .list2 li .img img {
  height: 100%;
  width: 100%;
  transition-duration: .3s;
}

.section4 .content .list2 li .zi {
  width: 63%;
  display: flex;
  align-items: center;
  padding-right: 19%;
  position: relative;
  opacity: 0;
  transition-duration: .3s;
}

.section4 .content .list2 li .zi:after {
  content: '';
  display: block;
  background: url("../images/jia.png") center no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 37%;
  transform: translateY(-50%);
}


.section4 .content .list2 li .zix{
  max-width:573px;
  width: 77%;
}

.section4 .content .list2 li .zi h3 {
  font-size: 25px;
  color: #fff;
  line-height: 1;
}

.section4 .content .list2 li .zi dd {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-top: 16px;
}

.section4 .content .list2 li .zi{
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
}



.section4 .content .list2 li .img:hover {
  width: 38%;
}

.section4 .content .list2 li.kk2 .img img {
opacity: .2;
}

.section4 .content .list2 li.slick-center .zi {
  opacity: 1;
  width: 63%;
  padding-left: 68px;
}
.section4 .content .list2 li.kk1 .zi {
  width: 63%;
}

.section5 {
  background: url(../images/shouye4.jpg) no-repeat 50% 0;
  padding-top: 4vh;
}

@media (max-width: 1380px) {
  .section5 {
    padding-top: 0;
  }
}

.section5 .content {
  margin-top: 6vh;
  padding: 0 6.4%;
}

@media (max-width: 1610px) {
  .section5 .content {
    margin-top: 1vh;
  }
}

@media (max-width: 1380px) {
  .section5 .content {
    margin-top: 0vh;
  }
}

.section5 .content .list2 {
  border-radius: 10px;
  overflow: hidden;
}

.section5 .content .list2 li {
  width: 33.333%;
  float: left;
}

@media (max-width: 780px) {
  .section5 .content .list2 li {
    width: 100%;
  }
}

.section5 .content .list2 li:nth-child(2) .zi {
  border-right: 1px solid #eeeff1;
  border-left: 1px solid #eeeff1;
}

.section5 .content .list2 li:nth-child(2):hover .zi{
  border: none;
}

.section5 .content .list2 li:nth-child(1) .zi {
  border-radius: 10px 0 0 10px;
}

.section5 .content .list2 li:nth-child(3) .zi {
  border-radius: 0 10px 10px 0;
}

.section5 .content .list2 li .img {
  border-radius: 10px 10px 0 0;
  margin-bottom: -64%;
  opacity: 0;
}

.section5 .content .list2 li .img img {
  width: 100%;
}

.section5 .content .list2 li .zi {
  position: relative;
  z-index: 11;
  margin-top: 12%;
  padding: 36px 40px;
  background: #ffffff;
}

@media (max-width: 1380px) {
  .section5 .content .list2 li .zi {
    padding: 20px;
  }
}

.section5 .content .list2 li .zi .time {
  line-height: 1;
  font-size: 13px;
  color: #a8acb9;
}

.section5 .content .list2 li .zi h3 {
  margin-top: 18px;
  font-size: 21px;
  line-height: 37px;
  color: #222328;
  text-overflow:ellipsis;overflow:hidden;white-space:nowrap;

}

@media (max-width: 1380px) {
  .section5 .content .list2 li .zi h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.section5 .content .list2 li .zi dd {
  font-size: 13px;
  line-height: 25px;
  color: #4f5362;
  margin-top: 12px;
  overflow: hidden;
  height: 125px;
}

@media (max-width: 1380px) {
  .section5 .content .list2 li .zi dd {
    height: 75px;
  }
}

.section5 .content .list2 li .zi .ck {
  margin-top: 22px;
  display: block;
  width: 104px;
  line-height: 29px;
  background: url("../images/ck1.png") 87px center no-repeat #fff;
  border-radius: 20px;
  font-size: 12px;
  color: #222328;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 1025px) {
  .section5 .content .list2 li:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 111111;
  }
  .section5 .content .list2 li:hover .img {
    margin-bottom: 0;
    opacity: 1;
  }
  .section5 .content .list2 li:hover .zi {
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    background: #f2a03a;
    padding: 24px 33px;
  }
  .section5 .content .list2 li:hover .zi .time {
    color: #fff;
  }
  .section5 .content .list2 li:hover .zi h3 {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .section5 .content .list2 li:hover .zi dd {
    color: #fff;
    height: 50px;
  }
  .section5 .content .list2 li:hover .zi .ck {
    padding-left: 10px;
    color: #f2a03a;
    background: url("../images/ckh.png") 90px center no-repeat #fff;
    width: 111px;
  }
}

.section5 .content a.ckx {
  margin: 8vh auto 0;
  width: 223px;
  line-height: 53px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  background: #f2a03a;
  display: block;
  color: #fff;
}

@media (max-width: 1610px) {
  .section5 .content a.ckx {
    margin-top: 4vh;
  }
}

.foot {
  background: #24252a;
}

.foot .footx {
  padding-bottom: 44px;
}

.foot .ban {
  border-top: 1px solid #908e8e;
  font-size: 12px;
  color: #fff;
  padding: 20px 0;
  line-height: 26px;
  text-align: center;
  position: relative;
}

.foot .ban .list3 {
  position: absolute;
  top: 16px;
  right: 0;
  display: none;
  z-index: 11;
}

.foot .ban .list3 li {
  float: left;
  margin-left: 24px;
}

.foot .ban a {
  color: #fff;
}

.foot .dao {
  line-height: 44px;
  padding: 30px 0;
  margin-bottom: 15px;
}


.foot .er{
  margin-left: 6vw;
}


@media (max-width: 1100px) {
  .foot .dao {
    width: 100%;
    margin-bottom: 0;
  }
}

.foot .dao li {
  float: left;
padding: 0 36px;
  text-align: center;
  background: url("../images/su.png") right center no-repeat;
}

.foot .dao li:nth-child(1){
    padding-left:0;
}

.foot .dao li a {
  font-size: 16px;
  color: #fff;
}

.foot .dao li:last-child {
  background: none;
}

.foot .list2 {
  width: 540px;
}

@media (max-width: 1100px) {
  .foot .list2 {
    width: 100%;
  }
}

.foot .list2 li {
  margin-bottom: 41px;
}

.foot .list2 li .img {
  width: 30px;
  margin-top: -6px;
}

.foot .list2 li .zi {
  margin-left: 14px;
}

.foot .list2 li .zi h3 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.foot .list2 li .zi dd {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 1100px) {
  .foot .liuyan {
    width: 100%;
    margin-top: 20px;
  }
}

.foot .liuyan .ww1 {
  margin-bottom: 20px;
}

.foot .liuyan .ww1 span {
  display: inline-block;
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  vertical-align: top;
  padding-right: 20px;
  width: 100px;
}

.foot .liuyan .ww1 input {
  border: 1px solid #cbcbcb;
  line-height: 28px;
  width: 448px;
  background: none;
  color: #f2a03a;
}

.foot .liuyan .ww2 {
  margin-bottom: 20px;
  height: 78px;
}

.foot .liuyan .ww2 span {
  display: inline-block;
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  vertical-align: top;
  padding-right: 20px;
  width: 100px;
}

.foot .liuyan .ww2 textarea {
  border: 1px solid #cbcbcb;
  line-height: 28px;
  width: 448px;
  height: 78px;
  background: none;
  color: #f2a03a;
}

.foot .liuyan .code-group {
  text-align: right;
}

@media (max-width: 1100px) {
  .foot .liuyan .code-group {
    text-align: left;
  }
}

.foot .liuyan .code-group #checkcode {
  border: 1px solid #cbcbcb;
  line-height: 35px;
  background: none;
  height: 37px;
  vertical-align: top;
  color: #f2a03a;
}

.foot .liuyan .code-group .checkCodeImg {
  vertical-align: top;
}

.foot .liuyan .code-group .checkCodeImg img{
  vertical-align: top;
}

.foot .liuyan .code-group .x-submit {
  background: #f2a03a;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 126px;
  line-height: 37px;
  border-radius: 4px;
  border: none;
}

.section {
  overflow: hidden;
}

@media (max-width: 1025px) {
  .section {
    background-size: cover !important;
    padding: 40px 0;
    height: auto !important;
  }
  .section.section0, .section.section4, .section.section6 {
    padding: 0;
  }
}

@media (max-width: 1025px) {
  .fp-tableCell {
    height: auto !important;
  }
}


@media (max-width: 500px) {
 .foot .liuyan .ww1 span{
     text-align:left;
 }
 .foot .liuyan .ww2{
     height:auto;
 }
}
