.firstsection {
  display: block !important;
  padding-top: 90px;
}
.firstsection .fp-tableCell {
  display: block;
}
@media (max-width: 768px) {
  .firstsection {
    padding-top: 45px;
  }
}
.lastsection {
  position: relative;
  background-color: #1a1a1b;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.wrapper .content-title {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
.wrapper .content-title h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
}
.wrapper .content-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-family: "Arial";
  line-height: 40px;
  color: #666;
}
.wrapper .content-title h3:before {
  display: inline-block;
  position: relative;
  left: -20px;
  top: -5px;
  content: "";
  height: 2px;
  width: 16px;
  background-color: #666;
}
.wrapper .content-title h3:after {
  display: inline-block;
  position: relative;
  right: -20px;
  top: -5px;
  content: "";
  height: 2px;
  width: 16px;
  background-color: #666;
}
@media (max-width: 768px) {
  .wrapper .content-title {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .wrapper .content-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .content-title h3 {
    font-size: 9px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fp-tableCell {
  vertical-align: baseline !important;
}
.header {
  z-index: 1;
  opacity: 0;
}
.header.on {
  opacity: 1;
}
.header:hover {
  opacity: 1;
}
.banner {
  margin-bottom: 0 !important;
}
.banner .bannerimg img {
  width: 100%;
  border: none;
}
.banner .slick-prev,
.banner .slick-next {
  display: none !important;
}
.banner .slick-dots {
  bottom: 3%;
}
.banner .slick-dots li {
  width: 12px;
  height: 12px;
}
.banner .slick-dots li button {
  width: 14px;
  height: 14px;
}
.banner .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
}
.banner .slick-dots li.slick-active button:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
}
/* @media(max-width:768px)
    .banner
        .bannerimg
            img
                height: 225px */
.product {
  background: url("../img/bg1.png") no-repeat left 50px, url("../img/bg2.png") no-repeat right 85%;
}
.product .content {
  padding-bottom: 100px;
}
.product .content .product-left {
  width: 32.22%;
  float: left;
  color: #fff;
  margin-right: 39px;
}
.product .content .product-left dl dt {
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 5px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px 5px 0 0;
  position: relative;
}
.product .content .product-left dl dd {
  height: 180px;
  line-height: 180px;
  font-size: 24px;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.product .content .product-left dl dd .productimg {
  float: left;
  width: 50%;
  height: 180px;
  line-height: 180px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
}
.product .content .product-left dl dd .productimg img {
  max-height: 100%;
  max-width: 100%;
}
.product .content .product-left dl dd .productname {
  float: left;
  width: 50%;
  text-align: center;
}
.product .content .product-left dl dd .position-text {
  position: absolute;
  right: 10%;
  top: 70%;
}
.product .content .product-left dl.pink {
  margin-bottom: 20px;
}
.product .content .product-left dl.pink dt {
  background-color: #f57d7e;
}
.product .content .product-left dl.pink dt:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #f57d7e;
  border-top: 30px solid transparent;
}
.product .content .product-left dl.pink dd {
  border-top: 1px solid #f57d7e;
  background-color: #f68889;
}
.product .content .product-left dl.pink dd a {
  color: #fff;
}
.product .content .product-left dl.pink dd .productname {
  background: url("../img/pinkgb.png") no-repeat center center;
}
.product .content .product-left dl.green dt {
  background-color: #75c982;
}
.product .content .product-left dl.green dt:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #75c982;
  border-top: 30px solid transparent;
}
.product .content .product-left dl.green dd {
  border-top: 1px solid #75c982;
  background-color: #97d3a0;
}
.product .content .product-left dl.green dd a {
  color: #fff;
}
.product .content .product-left dl.green dd .productname {
  background: url("../img/greenbg.png") no-repeat center top;
}
@media (max-width: 1210px) {
  .product .content .product-left {
    margin-right: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 980px) {
  .product .content .product-left {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .product .content .product-left {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .product .content .product-left dl dt {
    font-size: 14px;
  }
  .product .content .product-left dl dd {
    font-size: 14px;
    height: 120px;
    line-height: 120px;
  }
  .product .content .product-left dl dd .productimg {
    height: 120px;
    line-height: 120px;
  }
  .product .content .product-left dl dd .productimg img {
    height: 110px;
  }
}
.product .content .product-right {
  width: 64.44%;
  float: left;
  color: #fff;
}
.product .content .product-right dt span {
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 5px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px 5px 0 0;
  background-color: #35a8de;
  position: relative;
}
.product .content .product-right dt span:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #35a8de;
  border-top: 30px solid transparent;
}
.product .content .product-right dd {
  float: left;
  width: 31.6%;
  height: 416px;
  font-size: 20px;
  background-color: #6ccaf6;
  border-radius: 0 0 5px 5px;
  text-align: center;
  border-top: 1px solid #35a8de;
  position: relative;
}
.product .content .product-right dd:not(:last-child) {
  margin-right: 20px;
}
.product .content .product-right dd a {
  color: #fff;
}
.product .content .product-right dd .productimg {
  width: 100%;
  height: 320px;
  overflow: hidden;
  padding: 1%;
}
.product .content .product-right dd .productimg:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.product .content .product-right dd .productimg img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.product .content .product-right dd .productname {
  white-space: nowrap;
}
.product .content .product-right dd .productname2 {
  bottom: 30px;
}
@media (max-width: 1210px) {
  .product .content .product-right dd {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .product .content .product-right {
    width: 100%;
    margin-top: 10px;
  }
  .product .content .product-right dt span {
    font-size: 14px;
  }
  .product .content .product-right dd {
    width: 100%;
    margin-right: 0;
    height: 120px;
    border-radius: 0 0 5px 5px;
  }
  .product .content .product-right dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .product .content .product-right dd .productimg {
    float: left;
    width: 50%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product .content .product-right dd .productimg img {
    height: 110px;
  }
  .product .content .product-right dd .productname {
    float: left;
    width: 50%;
    text-align: center;
    margin-left: 0;
    position: relative;
    line-height: 120px;
    font-size: 14px;
    bottom: 0;
    transform: none;
  }
  .product .content .product-right dd .productname.productname2 {
    left: 50%;
    bottom: 50px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .product {
    background: none;
  }
  .product .content {
    padding-bottom: 25px;
  }
}
.news {
  background: url("../img/bg3.png") no-repeat;
  background-color: #e9e9e9;
}
.news .content {
  padding-bottom: 125px;
}
.news .content .news-left {
  float: left;
  width: 35%;
  margin-right: 3%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.news .content .news-left:hover>img {
  transform: scale(1.05);
}
.news .content .news-left img {
  width: 100%;
  height: 267px;
  display: block;
  transition: 0.2s;
}
.news .content .news-left .newsword {
  height: 124px;
  padding: 0 20px;
  background-color: #fff;
  overflow: hidden;
}
.news .content .news-left .newsword .newstitle {
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.news .content .news-left .newsword .newstitle a {
  line-height: 24px;
  color: #555;
}
.news .content .news-left .newsword .newstitle a:hover {
  color: #f08200;
}
.news .content .news-left .newsword .newstitle span {
  font-weight: normal;
  color: #fff;
  background-color: #ff8a00;
  margin-left: 16px;
  padding: 0 10px;
  border-radius: 3px;
  position: relative;
}
.news .content .news-left .newsword .newstitle span:after {
  position: absolute;
  left: -5px;
  top: 6px;
  content: "";
  height: 0;
  width: 0;
  border-right: 5px solid #ff8a00;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.news .content .news-left .newsword .newstext {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news .content .news-left {
    width: 100%;
    margin-right: 0;
  }
  .news .content .news-left img {
    height: 100%;
  }
  .news .content .news-left .newsword {
    padding: 0 10px;
    min-height: 0;
    height: 73px;
  }
  .news .content .news-left .newsword .newstitle {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .news .content .news-left .newsword .newstitle span {
    font-size: 10px;
  }
  .news .content .news-left .newsword .newstitle a {
    font-size: 14px;
    font-weight: normal;
  }
  .news .content .news-left .newsword .newstext {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
  }
}
.news .content .news-right {
  float: left;
  width: 61%;
}
.news .content .news-right li {
  display: none;
}
.news .content .news-right li:not(:last-child) {
  margin-bottom: 20px;
}
.news .content .news-right li .date {
  float: left;
  padding: 20px 0;
  width: 117px;
  height: 117px;
  background-color: #f08200;
  color: #fff;
  text-align: center;
  margin-right: 1px;
}
.news .content .news-right li .date .month {
  font-size: 20px;
}
.news .content .news-right li .date .day {
  font-size: 48px;
}
.news .content .news-right li .description {
  max-width: 600px;
  background-color: #fff;
  height: 117px;
  padding: 24px 55px 24px 30px;
  position: relative;
  overflow: hidden;
}
.news .content .news-right li .description:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/reelbg.png") no-repeat left bottom;
  background-color: #e9e9e9;
}
.news .content .news-right li .description .destitle {
  font-size: 16px;
  padding-bottom: 10px;
}
.news .content .news-right li .description .destitle a {
  color: #555;
  font-weight: bold;
}
.news .content .news-right li .description .destitle a:hover {
  color: #f08200;
}
.news .content .news-right li .description .destitle span {
  font-weight: normal;
  background-color: #e0e0e0;
  font-size: 14px;
  color: #999;
  margin-left: 16px;
  padding: 0 10px;
  border-radius: 3px;
  position: relative;
}
.news .content .news-right li .description .destitle span:after {
  position: absolute;
  left: -5px;
  top: 6px;
  content: "";
  height: 0;
  width: 0;
  border-right: 5px solid #e0e0e0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.news .content .news-right li .description .destext {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .news .content .news-right {
    width: 100%;
    margin-top: 10px;
  }
  .news .content .news-right li:not(:last-child) {
    margin-bottom: 10px;
  }
  .news .content .news-right li .date {
    width: 21.12%;
    height: 75px;
    padding: 12px 0;
  }
  .news .content .news-right li .date .day {
    font-size: 27px;
  }
  .news .content .news-right li .date .month {
    font-size: 10px;
  }
  .news .content .news-right li .description {
    height: 75px;
    padding: 6px 12px;
  }
  .news .content .news-right li .description .destitle {
    padding-bottom: 4px;
  }
  .news .content .news-right li .description .destitle a {
    font-size: 14px;
    font-weight: normal;
    max-width: 160px;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .news .content .news-right li .description .destitle span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
  }
  .news .content .news-right li .description .destext {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .news {
    background-image: none;
  }
  .news .content {
    padding-bottom: 25px;
  }
}
.service {
  background: url("../img/bg4.png") no-repeat;
  background-color: #fff;
}
.service .content {
  padding-bottom: 125px;
}
.service .content .servicelist li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 4.16% 6.67%;
}
.service .content .servicelist li .outlinediv {
  border-radius: 50%;
  padding: 12px;
  width: 180px;
  height: 180px;
  margin: 0 auto 35px;
}
.service .content .servicelist li .outlinediv .serviceimg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
img
}
.service .content .servicelist li.green .outlinediv {
  border: 2px dashed #5ed2a5;
}
.service .content .servicelist li.green .outlinediv .serviceimg {
  background: url("../img/serviceimg1.png") no-repeat center center;
  background-color: #5ed2a5;
}
.service .content .servicelist li.green:hover {
  background-color: #5ed2a5;
}
.service .content .servicelist li.green:hover .outlinediv {
  border: 2px dashed #fff;
}
.service .content .servicelist li.green:hover .outlinediv .serviceimg {
  background: url("../img/serviceimg1on.png") no-repeat center center;
  background-color: #fff;
}
.service .content .servicelist li.blue .outlinediv {
  border: 2px dashed #56c3f5;
}
.service .content .servicelist li.blue .outlinediv .serviceimg {
  background: url("../img/serviceimg2.png") no-repeat center center;
  background-color: #56c3f5;
}
.service .content .servicelist li.blue:hover {
  background-color: #56c3f5;
}
.service .content .servicelist li.blue:hover .outlinediv {
  border: 2px dashed #fff;
}
.service .content .servicelist li.blue:hover .outlinediv .serviceimg {
  background: url("../img/serviceimg2on.png") no-repeat center center;
  background-color: #fff;
}
.service .content .servicelist li.yellow .outlinediv {
  border: 2px dashed #f9b961;
}
.service .content .servicelist li.yellow .outlinediv .serviceimg {
  background: url("../img/serviceimg3.png") no-repeat center center;
  background-color: #f9b961;
}
.service .content .servicelist li.yellow:hover {
  background-color: #f9b961;
}
.service .content .servicelist li.yellow:hover .outlinediv {
  border: 2px dashed #fff;
}
.service .content .servicelist li.yellow:hover .outlinediv .serviceimg {
  background: url("../img/serviceimg3on.png") no-repeat center center;
  background-color: #fff;
}
.service .content .servicelist li h4 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  padding-bottom: 16px;
}
.service .content .servicelist li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.service .content .servicelist li:hover h4 {
  color: #fff;
}
.service .content .servicelist li:hover p {
  color: #fff;
}
@media (max-width: 950px) {
  .service .content .servicelist li {
    padding: 4.16% 34px;
  }
}
@media (max-width: 768px) {
  .service {
    background-image: none;
  }
  .service .content {
    padding-bottom: 15px;
  }
  .service .content .servicelist li {
    width: 100%;
    margin-bottom: 10px;
    padding: 25px 15px;
    position: relative;
  }
  .service .content .servicelist li .outlinediv {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 90px;
    height: 90px;
    padding: 5px;
  }
  .service .content .servicelist li .outlinediv .serviceimg {
    width: 100%;
    height: 100%;
    background-size: 50px 50px !important;
  }
  .service .content .servicelist li .servicedescribe {
    overflow: hidden;
    text-align: left;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(0, -50%);
  }
  .service .content .servicelist li h4 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
  }
  .service .content .servicelist li p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
  }
  .service .content .servicelist li.green {
    background-color: #5ed2a5;
  }
  .service .content .servicelist li.green .outlinediv {
    border: 2px dashed #fff;
  }
  .service .content .servicelist li.green .outlinediv .serviceimg {
    background: url("../img/serviceimg1on.png") no-repeat center center;
    background-color: #fff;
  }
  .service .content .servicelist li.blue {
    background-color: #56c3f5;
  }
  .service .content .servicelist li.blue .outlinediv {
    border: 2px dashed #fff;
  }
  .service .content .servicelist li.blue .outlinediv .serviceimg {
    background: url("../img/serviceimg2on.png") no-repeat center center;
    background-color: #fff;
  }
  .service .content .servicelist li.yellow {
    background-color: #f9b961;
  }
  .service .content .servicelist li.yellow .outlinediv {
    border: 2px dashed #fff;
  }
  .service .content .servicelist li.yellow .outlinediv .serviceimg {
    background: url("../img/serviceimg3on.png") no-repeat center center;
    background-color: #fff;
  }
}
.contact {
  background-color: #1a1a1b;
  padding: 185px 0 140px 0;
  padding-top: 130px;
  padding-bottom: 0;
}
.contact .contact-img {
  width: 33.33%;
  float: left;
  padding-left: 3.33%;
}
.contact .contact-img img {
  width: 100%;
}
.contact .contactus {
  width: 66.66%;
  float: left;
  padding-left: 10%;
}
.contact .contactus .contact-top h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
}
.contact .contactus .contact-top h2 span {
  display: none;
}
.contact .contactus .contact-top .hotline {
  display: none;
}
.contact .contactus .contact-top h3 {
  font-size: 16px;
  font-weight: normal;
  color: #b0b0b0;
  padding-top: 4px;
  padding-bottom: 40px;
}
.contact .contactus .contact-top h3 span {
  display: block;
}
.contact .contactus dl {
  float: left;
  margin-bottom: 20px;
}
.contact .contactus dl:not(:last-child) {
  margin-right: 8.81%;
}
.contact .contactus dl dt {
  border-bottom: 1px solid #555;
  padding-bottom: 13px;
}
.contact .contactus dl dt span {
  border-bottom: 2px solid #f08200;
  padding-bottom: 12px;
  color: #e9e9e9;
}
.contact .contactus dl dd {
  font-size: 14px;
  color: #b0b0b0;
  padding-left: 48px;
  margin-top: 25px;
}
.contact .contactus dl dd p {
  line-height: 20px;
}
.contact .contactus dl dd.tel {
  background: url("../img/tel.png") no-repeat left center;
}
.contact .contactus dl dd.fax {
  background: url("../img/fax.png") no-repeat left center;
}
.contact .contactus dl dd.email {
  background: url("../img/email.png") no-repeat left center;
}
.contact .contactus dl dd.address {
  background: url("../img/address.png") no-repeat left center;
}
@media (max-width: 1034px) {
  .contact .contactus dl {
    max-width: 228px;
  }
}
@media (max-width: 1200px) {
  .contact .contactus {
    padding-left: 0;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .lastsection {
    background-color: transparent;
    padding: 0 10px;
  }
  .lastsection .footer {
    position: relative;
  }
  .contact {
    padding: 30px 0 10px 0;
  }
  .contact .contact-img {
    display: none;
    padding: 3.33%;
  }
  .contact .contactus {
    width: 100%;
    padding: 2%;
  }
  .contact .contactus dl {
    width: 50%;
  }
  .contact .contactus dl:not(:last-child) {
    margin-right: 10%;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 15px 10px 22px;
  }
  .contact .contact-img {
    display: none;
  }
  .contact .contactus {
    width: 100%;
  }
  .contact .contactus .contact-top h2 {
    font-size: 16px;
  }
  .contact .contactus .contact-top h2 span {
    display: inline;
    font-size: 9px;
  }
  .contact .contactus .contact-top .hotline {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    background: url("../img/hotline.png") no-repeat 3px 9px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .contact .contactus .contact-top h3 {
    font-size: 12px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 16px;
  }
  .contact .contactus .contact-top h3 span {
    display: none;
  }
  .contact .contactus dl {
    width: 100%;
    margin-right: 0 !important;
    max-width: none;
  }
  .contact .contactus dl:not(:last-child) {
    margin-bottom: 24px;
  }
  .contact .contactus dl dt {
    padding-bottom: 7px;
  }
  .contact .contactus dl dt span {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .contact .contactus dl dd {
    margin-top: 14px;
    background-size: 15px 15px !important;
    padding-left: 28px;
  }
  .contact .contactus dl dd p {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
  }
}
#fp-nav.right {
  width: 2.5%;
  right: 0 !important;
  left: 1%;
}
#fp-nav.right ul li a span {
  background: #cccaca;
  border: none;
}
#fp-nav ul li a.active span {
  background: #f08200 !important;
  width: 14px;
  height: 14px;
  left: -1px;
}
@media (max-width: 768px) {
  #fp-nav {
    display: none;
  }
  .footer {
    position: static !important;
  }
}
@media (max-width: 500px) {
  .product .content .product-right dd .productname {
    bottom: -30px;
    line-height: 20px;
  }
  .product .content .product-right dd .productname.productname2 {
    left: 0;
    bottom: -30px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
}
