.tou .logo {
  line-height: 92px;
}

.tou .dh {
  padding-left: 60px;
  background: url(../images/dh.png) no-repeat 0 50%;
  margin-top: 20px;
}

.tou .dh p {
  font-size: 18px;
  color: #4d4d4d;
}

.tou .dh p:nth-child(2) {
  color: #373737;
  font-size: 24px;
  font-weight: 600;
}

.dao {
  background: #c41f2a;
  height: 67px;
}

h2.bt {
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  color: #333333;
}

@media (max-width: 500px) {
  h2.bt {
    font-size: 28px;
  }
}

h2.bt span {
  color: #be131b;
}

h2.bt b {
  color: #000;
}

h2.bt p {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-top: 18px;
}

.c1 {
  margin-top: 48px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  background: url(../images/c1.png) no-repeat 50% 100%;
}

.c1 .list1 {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 54px;
}

@media (max-width: 500px) {
  .c1 .list1 {
    margin-bottom: 30px;
  }
}

.c1 .list1 li {
  line-height: 51px;
  font-size: 18px;
  padding: 0 0.78125vw;
  width: 17%;
}

@media (max-width: 1450px) {
  .c1 .list1 li {
    width: 20%;
  }
}

@media (max-width: 500px) {
  .c1 .list1 li {
    width: 33.333%;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.c1 .list1 li a {
  border: 1px solid #d5d5d5;
  display: block;
  color: #383838;
}

.c1 .list1 li:hover {
  background: #c41f2a;
}

.c1 .list1 li:hover a {
  color: #fff;
  border: 1px solid #c41f2a;
}

.c1 .content .list2 {
  width: 39.5%;
  padding: 0 15px;
}

@media (max-width: 1025px) {
  .c1 .content .list2 {
    display: none;
  }
}

.c1 .content .list2 li a {
  border: 1px solid #ededed;
  display: block;
}

.c1 .content .list2 li .img img {
  width: 100%;
}

.c1 .content .list2 li h3 {
  line-height: 69px;
  border-top: 1px solid #ededed;
  color: #5a5a5a;
  padding-left: 1.25vw;
  font-size: 18px;
  background: url(../images/ck.jpg) no-repeat 96% 50% #fff;
}

.c1 .content .list3 {
  width: 60.5%;
  padding: 0 15px;
}

@media (max-width: 1025px) {
  .c1 .content .list3 {
    width: 100%;
  }
}

.c1 .content .list3 li a {
  border: 1px solid #ededed;
  display: block;
  margin-bottom: 15px;
}

.c1 .content .list3 li .img img {
  width: 100%;
}

.c1 .content .list3 li h3 {
  line-height: 33px;
  border-top: 1px solid #ededed;
  color: #5a5a5a;
  padding-left: 0.729vw;
  font-size: 14px;
  background: url(../images/ck1.png) no-repeat 96% 50% #fff;
}

.c1 .content .list3 li:hover h3 {
  background: url(../images/ck1h.png) no-repeat 96% 50% #c41f2a;
  color: #fff;
}

.c2 {
  background: url(../images/c2.png) no-repeat 50% 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 60px;
}

.c2 h2.bt {
  color: #fff;
}

.c2 h2.bt b {
  color: #fff;
}

.c2 h2.bt p {
  color: #fff;
}

.c2 .list2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 56px;
  flex-wrap: wrap;
}

.c2 .list2 li {
  padding: 0 0.9375vw;
}

@media (max-width: 700px) {
  .c2 .list2 li {
    margin-bottom: 20px;
  }

  .c2 .list2 li:last-child {
    margin-bottom: 0;
  }
}

.c2 .list2 li a {
  display: block;
  background: #fff;
  padding: 34px 44px 30px;
}

@media (max-width: 1025px) {
  .c2 .list2 li a {
    padding: 30px 20px;
  }
}

.c2 .list2 li .zix {
  width: 65px;
  line-height: 58px;
  background: url(../images/m.png) no-repeat 0 50%;
  text-align: center;
  font-size: 30px;
  color: #be131b;
  font-weight: 600;
  margin: 0 auto;
}

.c2 .list2 li h3 {
  margin-top: 24px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #5a5a5a;
}

.c2 .list2 li dd {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #5a5a5a;
}

.c2 .list2 li:hover a {
  background: #be131b;
}

.c2 .list2 li:hover .zix {
  background: url(../images/mh.png) no-repeat 0 50%;
  color: #fff;
}

.c2 .list2 li:hover h3 {
  color: #fff;
}

.c2 .list2 li:hover dd {
  color: #fff;
}


.ff_ll {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.ff_ll li {
  padding: 10px;
  margin: 0 5px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12%;
}

.ff_ll li .img1 {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  display: block
}

.ff_ll li .img1 a img {
  text-align: center
}

.ff_ll li .img2 {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  display: none
}

.ff_ll li .img2 a img {
  text-align: center
}

.ff_ll li:hover .img1 {
  display: none
}

.ff_ll li:hover .img2 {
  display: block
}

.ff_ll li a {
  color: #000000;
  font-size: 16px;
  text-align: center
}

.ff_ll li a span {
  color: #666666;
  font-size: 14px;
  text-align: center;
  display: block
}

.ff_ll li:hover {
  border: 1px solid #d1d1d1;
  border-bottom: 3px solid #be131b
}




@media (max-width: 1440px) {
  .ff_ll li {
    padding: 10px;
    margin: 0 5px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    width: 20%;
  }
}


@media (max-width: 768px) {
  .ff_ll li {
    padding: 10px;
    margin: 0 5px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    width: 30%;
  }
}






.c2 {
  background: url(../images/c2.png) no-repeat 50% 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 60px;
}

.c2 h2.bt {
  color: #fff;
}

.c2 h2.bt b {
  color: #fff;
}

.c2 h2.bt p {
  color: #fff;
}

.c2 .list2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 56px;
  flex-wrap: wrap;
}

.c2 .list2 li {
  padding: 0 0.9375vw;
}

@media (max-width: 700px) {
  .c2 .list2 li {
    margin-bottom: 20px;
  }

  .c2 .list2 li:last-child {
    margin-bottom: 0;
  }
}

.c2 .list2 li a {
  display: block;
  background: #fff;
  padding: 34px 44px 30px;
}

@media (max-width: 1025px) {
  .c2 .list2 li a {
    padding: 30px 20px;
  }
}

.c2 .list2 li .zix {
  width: 65px;
  line-height: 58px;
  background: url(../images/m.png) no-repeat 0 50%;
  text-align: center;
  font-size: 30px;
  color: #be131b;
  font-weight: 600;
  margin: 0 auto;
}

.c2 .list2 li h3 {
  margin-top: 24px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #5a5a5a;
}

.c2 .list2 li dd {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #5a5a5a;
}

.c2 .list2 li:hover a {
  background: #be131b;
}

.c2 .list2 li:hover .zix {
  background: url(../images/mh.png) no-repeat 0 50%;
  color: #fff;
}

.c2 .list2 li:hover h3 {
  color: #fff;
}

.c2 .list2 li:hover dd {
  color: #fff;
}

.c3 {
  margin-top: 58px;
  margin-bottom: 18px;
  padding-bottom: 52px;
  background: url(../images/c3.png) no-repeat 50% 100%;
}

@media (max-width: 500px) {
  .c3 {
    padding-bottom: 20px;
  }
}

.c3 .content {
  position: relative;
  margin-top: 40px;
}

.c3 .content .list2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.c3 .content .list2 li {
  width: 43%;
}

.c3 .content .list2 li .img img {
  width: 100%;
}

@media (max-width: 780px) {
  .c3 .content .list2 li {
    width: 50%;
  }
}

.c3 .content .list3 {
  width: 14%;
  height: 100%;
  position: absolute;
  left: 43%;
  top: 0;
  text-align: center;
  border: 1px solid #ededed;
}

@media (max-width: 780px) {
  .c3 .content .list3 {
    width: 100%;
    position: relative;
    left: 0;
    top: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
}

.c3 .content .list3 li {
  height: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ededed;
  background: url(../images/xian.png) no-repeat 50% 100%;
}

@media (max-width: 780px) {
  .c3 .content .list3 li {
    width: 25%;
    height: auto;
    padding: 20px 0;
    border-bottom: none;
    border-right: 1px solid #ededed;
  }

  .c3 .content .list3 li:last-child {
    border-right: none;
  }
}

.c3 .content .list3 li dd {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #515151;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c3 .content .list3 li:last-child {
  border-bottom: none;
}

.hf {
  text-align: center;
}

.hf img {
  max-width: 100% !important;
  height: auto !important;
}



/*<!-- 4å¤§ä¼˜åŠ¿ -->*/
.you {
  margin-top: 60px;
}

.yuntt {
  text-align: center
}

.yuntt img {
  text-align: center
}

.yy_ll {
  margin-top: 60px;
}

.ystt {
  background: url(../images/yth.png) no-repeat center top;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  width: 158px;
  height: 218px;
  background-size: cover;
  line-height: 65px;
  padding-top: 45px;
}

.ystt span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 40px;
  line-height: 0px;
}

.ynn {
  margin-left: 20px;
  width: 45%;
  float: left;
  margin-top: 20px;
}

.ytta {
  color: #000000;
  font-size: 26px;
  font-weight: 400
}

.ytta span {
  font-weight: 600;
  font-weight: 600;
  color: #ee8601;
}

.yyc {
  color: #666666;
  line-height: 22px;
  margin-top: 30px;
}

.yytp {
  width: 40%;
  float: right;
}

.yytp img {
  max-width: 100%
}




.ystt2 {
  background: url(../images/yth.png) no-repeat center top;
  float: right;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  width: 158px;
  height: 218px;
  background-size: cover;
  line-height: 65px;
  padding-top: 45px;
}

.ystt2 span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 40px;
  line-height: 0px;
}

.ynn2 {
  margin-left: 20px;
  width: 45%;
  float: left;
  margin-top: 20px;
}

.yytp2 {
  width: 40%;
  float: left;
}

.yytp2 img {
  max-width: 100%
}




@media (max-width: 1440px) {
  .ystt {
    background: url(../images/yth.png) no-repeat center top;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    width: 100px;
    height: 138px;
    background-size: cover;
    line-height: 45px;
    padding-top: 25px;
  }

  .ynn {
    margin-left: 20px;
    width: 45%;
    float: left;
    margin-top: 10px;
  }

  .ystt span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 25px;
    line-height: 0px;
  }

  .yyc {
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
  }


  .ystt2 {
    background: url(../images/yth.png) no-repeat center top;
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    width: 100px;
    height: 138px;
    background-size: cover;
    line-height: 45px;
    padding-top: 25px;
  }

  .ystt2 span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 25px;
    line-height: 0px;
  }

  .ytta {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
  }

  .yy_ll {
    margin-top: 20px;
  }

}




@media (max-width: 768px) {
  .yuntt {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }

  .yuntt img {
    width: 50%;
  }

  .yytp {
    width: 96%;
    float: none;
    display: block;
    margin-top: 20px;
  }

  .yytp img {
    max-width: 100%
  }

  .ynn {
    margin-left: 0px;
    width: 96%;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }

  .ystt {
    display: none
  }
}











/*<!--{*å…³äºŽæˆ‘ä»¬*}-->*/
.ca_ll {
  margin-top: 40px;
}

.ca_ll li {
  margin: 0 20px;
  padding: 15px;
  background: #efefef;
}


.ca_ll .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}

.ca_ll .owl-carousel .owl-nav .owl-next {
  right: -60px;
}

.ca_ll .owl-carousel .owl-nav button.owl-prev,
.ca_ll .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #be131b;
  height: 44px;
  width: 44px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 50%;
}



.ca_ll .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.ca_ll .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.ca_ll .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}


ul,
ol,
li {
  list-style-type: none;
}





















.c4 {
  background: url(../images/c5.png) no-repeat 50% 0;
  padding-top: 34px;
  padding-bottom: 22px;
  background-size: cover;
}

.c4 h2 {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 27.72px;
  margin-bottom: 28px;
}

@media (max-width: 500px) {
  .c4 h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.c4 .content {
  background: #fff;
  max-width: 1057px;
  min-height: 159px;
  padding: 25px;
  margin: 0 auto;
}

.c4 .content .lyb .ww1 .ww2 {
  padding: 0 7px;
}

@media (max-width: 780px) {
  .c4 .content .lyb .ww1 .ww2 {
    margin-bottom: 20px;
  }
}

.c4 .content .lyb .ww1 .ww2 input {
  line-height: 39px;
  width: 100%;
  border: 1px solid #d6d6d6;
  text-indent: 15px;
  background: none;
}

.c4 .content .lyb .ww1 .ww2 input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.c4 .content .lyb .ww1 .ww3 {
  line-height: 39px;
  padding: 0 7px;
}

@media (max-width: 780px) {
  .c4 .content .lyb .ww1 .ww3 {
    margin-bottom: 20px;
  }
}

.c4 .content .lyb .ww1 .ww3 .lk {
  border: 1px solid #d6d6d6;
}

.c4 .content .lyb .ww1 .ww3 #checkcode {
  text-indent: 15px;
  border: none;
  background: none;
  text-indent: 15px;
  border: none;
  background: none;
  width: calc(100% - 126px);
  vertical-align: middle;
}

.c4 .content .lyb .ww1 .ww3 #checkcode::-webkit-input-placeholder {
  color: #b0b0b0;
}

.c4 .content .lyb .ww4 {
  margin-top: 24px;
}

@media (max-width: 780px) {
  .c4 .content .lyb .ww4 {
    margin-top: 0;
  }
}

.c4 .content .lyb .ww4 .ww4-1 {
  padding: 0 7px;
}

@media (max-width: 780px) {
  .c4 .content .lyb .ww4 .ww4-1 {
    margin-bottom: 20px;
  }
}

.c4 .content .lyb .ww4 .ww4-1 input {
  line-height: 39px;
  border: 1px solid #d6d6d6;
  text-indent: 15px;
  background: none;
  width: 100%;
  height: 41px;
}

.c4 .content .lyb .ww4 .ww4-1 input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.c4 .content .lyb .ww4 .ww4-2 {
  padding: 0 7px;
}

.c4 .content .lyb .ww4 .ww4-2 .submitx {
  width: 100%;
  background: #be131b;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid #be131b;
  line-height: 39px;
  height: 41px;
}

@media(max-width: 500px) {
  .c3 .content .list3 li dd {
    font-size: 14px;
  }
}