body {
    hyphens: auto;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 10px;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.dot {display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.dot2, .dot3, .dot4, .dot5, .dot6 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-word;-webkit-box-orient: vertical;}
.dot2 {-webkit-line-clamp: 2;}
.dot3 {-webkit-line-clamp: 3;}
.dot4 {-webkit-line-clamp: 4;}
.dot5 {-webkit-line-clamp: 5;}
.dot6 {-webkit-line-clamp: 6;}
.container {
    display: block;
}
.title {
    padding:60px 0 80px 0;
    font-size: 34px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.title h3 {
  font-size: 34px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
      .title {
    padding: 10px 0 10px 0;
  }
  .title h3 {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
}

.banner {
  width: 100%;
  position: relative;
  z-index: 20;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.banner::before {
  display: block;
  content: '';
  width: 100%;
  height: 425px;
  z-index: 10;
  position: relative;
  /* background: transparent linear-gradient(90deg, rgba(187, 33, 33, 0.95871852) 0%, rgba(51, 102, 153, 0.48813029) 50%, rgba(94, 94, 94, 0.51053925) 100%); */
  /* background: rgba(0, 0, 0, 0.4); */
}
.banner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-position: 0 30%;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  padding-top: 100px;
  height: 100%;
}
.banner .text .left {
  max-width: 645px;
}
.banner .text h3 {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  margin:0;
}
.banner .text span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 20px;
  font-weight: 300;
}
.banner .text em {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-style: normal;
}
.banner .text a {
  display: block;
  max-width: 375px;
  height: 55px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background: #336699;
  line-height: 55px;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
}
.banner .text a:hover {
  background: #ffffff;
  color: #ff6611;
}
@media only screen and (max-width: 750px) {
    .banner::before {
    display: block;
    content: '';
    width: 100%;
    height: 300px;
    z-index: 10;
    position: relative;
    background: transparent linear-gradient(90deg, rgba(187, 33, 33, 0.95871852) 0%, rgba(51, 102, 153, 0.48813029) 50%, rgba(94, 94, 94, 0.51053925) 100%);
    /* background: rgba(0, 0, 0, 0.4); */
  }
  .banner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    padding-top: 30px;
    height: 100%;
  }
  .banner .text h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner .text span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 20px;
  }
  .banner .text em {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
  .banner .text a {
    display: block;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #336699;
    line-height: 45px;
    margin-top: 15px;
    font-size: 16px;
  }
}

.fp_box_1 .top .left {
    float: left;
    width: 35%;
}

.fp_box_1 .top .left img {
    max-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .fp_box_1 .top .left {
    float: left;
    width: 100%;
    text-align: center;
  }
}
.fp_box_1 .top .rii {
    float: right;
    width: 65%;
    padding-left: 50px;
    color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

.fp_box_1 .top .rii p {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    hyphens: auto;
}
@media only screen and (max-width: 1000px) {
  .fp_box_1 .top .rii {
    float: right;
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .fp_box_1 .top .rii {
    padding-left: 0px;
  }
}
.fp_box_1 .top {
    margin-bottom: 20px;
}
.fp_box_1 .xiap {clear:both;}
.fp_box_1 .xiap p {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.fp_box_1 ul {
    display: flex;
    flex-wrap: wrap;
    padding:0;
}

.fp_box_1 ul li {
    width: 20%;
    float: left;
    padding: 10px 0;
    margin: 40px 0;
    text-align: center;
    border-right: 1px dashed #ccc;
    /* min-height: 685px; */
}

.fp_box_1 ul li:nth-child(5) {
    border: none;
}

.fp_box_1 ul li img {
    width: 180px;
    height: 180px;
}

.fp_box_1 ul li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 50px;
}

.fp_box_1 ul li dt {
    font-size: 20px;
    color: #ff6611;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.fp_box_1 ul li dd {
    font-size: 14px;
    color: #666666;
    margin:0;
}
@media only screen and (max-width:1320px) {
    .fp_box_1 ul li img {
        width: 150px;
        height: 150px;
    }

    .fp_box_1 ul li h3 {
        font-size: 16px;
    }

    .fp_box_1 ul li dd {
        font-size: 12px;
    }
}
@media only screen and (max-width:1200px) {
    .fp_box_1 ul li img {
        width: 120px;
        height: 120px;
    }

    .fp_box_1 ul li h3 {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .fp_box_1 ul li dt {
        font-size: 20px;
        color: #ff6611;
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1000px) {
    

    .fp_box_1 ul li img {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 750px) {
    .fp_box_1 .top .rii p {
        color: #333333;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .fp_box_1 ul li img {
        width: 80px;
        height: 80px;
    }

    .fp_box_1 ul li dt {
        font-size: 14px;
        color: #ff6611;
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .fp_box_1 ul li h3 {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 5px;
        height: auto;
        margin-top: 10px;
    }

    .fp_box_1 ul li dl {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .fp_box_1 ul li {
        /* min-height: 395px; */
        width: 50%;
        margin: 20px 0 10px 0;
        padding: 0 2%;
    }
}
.fp_box_2 {
    margin-top: 40px;
}

.fp_box_2 ul {
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}

.fp_box_2 ul li {
    width: 50%;
    float: left;
    padding: 20px;
}

.fp_box_2 ul li .pic {
    width: 50%;
    float: left;
}

.fp_box_2 ul li .pic img {
    width: 100%;
}

.fp_box_2 ul li .text {
    width: 45%;
    float: right;
}

.fp_box_2 ul li .text h3 {
    margin: 0;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.fp_box_2 ul li .text p {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    text-align: left;
}

.fp_box_2 ul li:nth-child(1),
.fp_box_2 ul li:nth-child(4),
.fp_box_2 ul li:nth-child(5),
.fp_box_2 ul li:nth-child(8) {
    background: #f6f7fb;
}
@media only screen and (max-width:1320px) {
    .fp_box_2 ul li .text p {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media only screen and (max-width:1200px) {
    .fp_box_2 ul li .text h3 {
        margin: 0;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:750px) {
    .fp_box_2 ul li .pic {
        width: 100%;
        float: none;
    }

    .fp_box_2 ul li .text {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .fp_box_2 ul li {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .fp_box_2 ul li .text p {
        font-size: 10px;
        line-height: 1.6;
    }
}
.fp_box_5 {
    padding: 40px 0;
}
.fp_box_5 .info {background: no-repeat center center; background-size: cover; font-size: 22px; margin-bottom:50px;}
.fp_box_5 .text {width: 55%; padding:1.367em;}
.fp_box_5 dl {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 1.5em;}
.fp_box_5 dl:last-child {margin-bottom: 0;}
.fp_box_5 dt {font-size:1.367em; line-height: 1.35em; width: 100%; margin-bottom: 0.5em;}
.fp_box_5 dd {line-height: 1.75em; width: 49%; position: relative; padding-left:0.7em; margin:0; color:#707070;}
.fp_box_5 dd:before {width: 0.27em; height: 0.27em; border-radius: 50%; background-color: #636363; position: absolute; left:0; top:0.73em; content: ''; display: block;}
.fp_box_5 p {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}
@media only screen and (max-width:1320px) {
    .fp_box_5 .info {font-size:calc(22vw/13.2);}
}
@media only screen and (max-width:1200px) {
    .fp_box_5 p {
        font-size: 14px;
        color: #333333;
        line-height: 1.6;
    }

    .fp_box_5 {
        padding: 20px 0;
    }
}
@media only screen and (max-width:768px) {
    .fp_box_5 .info {font-size:15px;}
    .fp_box_5 .text {width: 68%;}
    .fp_box_5 dd {width: 100%;}
}
/*fp_box_5*/
.fp_box_5 .figure {
    margin: 0 auto 70px;
    /*max-width: 820px;*/
}

.fp_box_5 .figure img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.fp_box_5 .view {
    display: flex;
    justify-content: center;
}

.fp_box_5 .view a {
    color: #fff;
    display: block;
    background-color: #ff6611;
    font-size: 20px;
    height: 2.75em;
    line-height: 2.75em;
    border-radius: 0.5em;
    padding: 0 3.2em;
    text-align: center;
    transition: all 0.2s;
}

.fp_box_5 .view a:hover {
    background-color: #336699;
}

@media only screen and (max-width:768px) {
    .fp_box_5 .figure {
        margin-bottom: 30px;
    }

    .fp_box_5 .view a {
        font-size: 16px;
    }
}
.fp_box_3 {background: #f6f7fb;padding-bottom: 80px;overflow: hidden;}
.fp_box_3 .row {display: block;padding:0;margin:0 -10px;}
.fp_box_3 ul li {width: 25%;float: left;padding: 0 10px;}
.fp_box_3 ul li img {width: 100%;display: block;border-radius: 5px 5px 0 0;}
.fp_box_3 ul li .text {background: #fff;padding: 20px;}
.fp_box_3 ul li .text h3 {margin: 0;font-size: 18px;color: #444444;line-height: 1.5;height: 52px;}
.fp_box_3 ul li .text h3 a {color:#333;}
.fp_box_3 ul li .text h3:hover a {color: #ff6611;}
.fp_box_3 ul li .text>a {width: 100%;display: block;margin-top: 15px;height: 50px;background: #e3e3e3;border-radius: 5px;text-align: center;line-height: 50px;font-size: 17px;color:#333;}
.fp_box_3 ul li .text>a:hover {background: #ff6611;color: #fff;}
@media only screen and (max-width:1200px) {
.fp_box_3 ul li .text>a {width: 100%;display: block;margin-top: 10px;height: 45px;background: #e3e3e3;border-radius: 5px;text-align: center;line-height: 45px;font-size: 14px;}
}
@media only screen and (max-width: 1000px) {
.fp_box_3 ul li .text {background: #fff;padding: 10px;}
}
@media only screen and (max-width: 750px) {
.fp_box_3 ul li {width: 50%;float: left;padding: 0 15px;margin-bottom: 20px;}
.fp_box_3 ul li .text h3 {margin: 0;font-size: 12px;color: #444444;line-height: 1.5;height: 3em;}
.fp_box_3 ul li .text>a {width: 100%;display: block;margin-top: 10px;height: 30px;background: #e3e3e3;border-radius: 5px;text-align: center;line-height: 30px;font-size: 14px;}
.fp_box_3 {background: #f6f7fb;padding-bottom: 0px;}
}

.Homenew .slick-arrow{width: 35px; height: 35px;  border-radius: 50px; z-index: 22;border:1px solid #ff6611;position: static;top: 50%; padding: 0;right: 0;text-indent: -9999em;transition: 0.5s; transform: translate(0, -50%);position: absolute;}
.Homenew .slick-arrow:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid #ff6611;border-top: 2px solid #ff6611; transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.Homenew .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.Homenew .slick-arrow:hover {background-color: #ff6611;border-color: #ff6611;}
.Homenew .slick-arrow:hover:before{ border-color: #fff;}
.Homenew .slick-prev{left:10px;}
.Homenew .slick-next{right:10px;}
@media(min-width:1025px){
.Homenew .slick-prev{left:-40px;}
.Homenew .slick-next{right:-40px;}
}

.fp_box_4 {
    padding: 50px 0;
}

.fp_box_4 .tuwen {
    width: 100%;
    height: 190px;
    background: url(../images/tuwen.png) no-repeat center;
        background-size: 100% 100%;
    position: relative;
    padding: 55px;
}

.fp_box_4 .tuwen .info {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    max-width: 630px;
}

.fp_box_4 .tuwen p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.fp_box_4 .tuwen a {
    display: inline-block;
    padding: 7px 25px;
    background: #333333;
    position: absolute;
    top: 80px;
    right: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    font-weight: bold;
}

.fp_box_4 .tuwen a:hover {
    background: #fff;
    color: #333;
}
@media only screen and (max-width: 1000px) {
    .fp_box_4 .tuwen p {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .fp_box_4 .tuwen a {
        display: inline-block;
        padding: 5px 15px;
        background: #333333;
        position: absolute;
        top: 115px;
        right: 50px;
        color: #fff;
        font-size: 15px;
        border-radius: 20px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 750px) {
    .fp_box_4 {
        padding: 20px 0;
    }

    .fp_box_4 .tuwen {
        width: 100%;
        height: 120px;
        
        position: relative;
        padding: 15px;
    }

    .fp_box_4 .tuwen a {
        display: inline-block;
        padding: 5px 15px;
        background: #333333;
        position: absolute;
        top: 65px;
        right: 15px;
        color: #fff;
        font-size: 14px;
        border-radius: 10px;
        font-weight: bold;
    }
}
/* #site-footer .widget-area{
    display: none;
} */