@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "dbold";
  src: url("../font/din-bold_.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  z-index: 22;
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.logo {
  width: 178px;
  display: block;
  overflow: hidden;
}
.logo img {
  display: block;
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
}
.nav-ul li {
  margin-right: 62px;
  height: 40px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 16px;
  width: 100px;
  text-align: center;
  color: #222;
  line-height: 40px;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: #fff;
  background-color: #eb5405;
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .header-main {
    height: 70px;
  }
  .logo {
    width: 158px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  padding-top: 56px;
  position: relative;
  height: 401px;
  background: url(../img/footer-bg.jpg) no-repeat center;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer-left {
  width: 48.125%;
  display: flex;
}
.footer-code {
  width: 140px;
}
.footer-info {
  width: calc(100% - 140px);
  padding-left: 26px;
  color: #fff;
}
.footer-name h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 11px;
}
.footer-name h3 {
  font-size: 14px;
  line-height: 24px;
}
.footer-list {
  margin-top: 23px;
}
.footer-list p {
  display: flex;
  align-items: center;
  min-height: 24px;
  opacity: 0.6;
  color: #fff;
  margin-bottom: 12px;
}
.footer-list p span {
  font-size: 16px;
  margin-left: 9px;
  line-height: 24px;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  width: 51.875%;
}
.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}
.footer-ul li dl dd > a {
  line-height: 36px;
  display: block;
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
}
.footer-ul li dl dd span {
  color: transparent;
}
.footer-dl {
  display: flex;
}
.footer-dl dl {
  margin-right: 48px;
}
.footer-dl dl:last-child {
  margin-right: 0px;
}
.copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  height: 101px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.copy p {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.6;
}
#index-pro-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  height: 100%;
}
@media (max-width: 1600px) {
  .footer-dl dl {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-dl dl {
    margin-right: 20px;
  }
  #index-pro-bg {
    display: none;
  }
  .footer-left {
    width: 100%;
    justify-content: center;
    margin: 15px;
  }
  .footer-top {
    margin-bottom: 30px;
  }
  .footer-ul {
    width: 100%;
  }
  #footer {
    height: auto;
    background-size: 100% 100%;
  }
  .footer-ul li h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .footer-name h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .footer-left {
    margin: 8px;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .footer-dl dl {
    margin-right: 0px;
  }
  .footer-dl {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .code-wrap {
    width: 100%;
    justify-content: center;
  }
  .footer-bom {
    padding-top: 25px;
  }
  #footer {
    padding-top: 34px;
  }
  .footer-top {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-left {
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer {
    padding-top: 28px;
  }
  .footer-info {
    width: 100%;
    padding-left: 0px;
  }
  .footer-name h2 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .footer-list {
    margin-top: 12px;
  }
  .footer-list p {
    margin-bottom: 8px;
  }
}
.home-pro {
  background-color: #f0f0f4;
  padding-top: 100px;
  padding-bottom: 30px;
  overflow: hidden;
}
.hpro-item {
  background-color: #fff;
  display: flex;
  margin-bottom: 60px;
  transition: all 0.5s;
  flex-wrap: wrap;
  height: 450px;
  align-items: center;
}
.hpro-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.hpro-right {
  width: 50%;
}
.hpro-title {
  font-size: 30px;
  line-height: 36px;
  color: #111;
  font-weight: bold;
  margin-bottom: 24px;
}
.hpro-des {
  font-size: 16px;
  line-height: 32px;
  color: #444;
  margin-bottom: 32px;
}
.hpro-more {
  display: block;
  width: 110px;
  height: 34px;
  background-color: #1269ad;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  transition: all 0.5s;
}
.hpro-item:hover {
  box-shadow: 0px 0px 10px #e5e5e9;
}
.hpro-item:hover .hpro-title {
  color: #eb5405;
}
.hpro-item:hover .hpro-more {
  background-color: #eb5405;
  color: #fff;
}
@media (max-width: 1600px) {
  .hpro-left {
    padding-left: 35px;
  }
}
@media (max-width: 1400px) {
  .hpro-des {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .hpro-left {
    width: 55%;
    padding-left: 15px;
  }
  .hpro-right {
    width: 45%;
  }
  .hpro-des {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .hpro-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .hpro-item {
    margin-bottom: 40px;
    height: 300px;
  }
  .home-pro {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .hpro-left {
    width: 50%;
  }
  .hpro-right {
    width: 50%;
  }
  .hpro-title {
    margin-bottom: 20px;
  }
  .hpro-item {
    margin-bottom: 20px;
    height: auto;
  }
  .home-pro {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .hpro-item .public-img img {
    width: 260px;
    height: 304px;
  }
}
@media (max-width: 559px) {
  .hpro-item {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .hpro-item .public-img img {
    width: 200px;
    height: 234px;
    margin: 0 auto;
  }
  .hpro-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hpro-title {
    margin-bottom: 10px;
  }
  .hpro-right {
    width: 100%;
  }
}
.home-about {
  padding: 100px 0px;
  overflow: hidden;
  width: 100%;
}
.habout-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.habout-left {
  width: 44.375%;
}
.habout-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.habout-img:last-child {
  margin-bottom: 0px;
}
.habout-img img {
  width: 100%;
  transition: all 0.5s;
}
.public-info {
  position: absolute;
  width: 100%;
  left: 0px;
}
.habout-info {
  top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  text-align: center;
}
.team-info {
  bottom: 0px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.public-info h3 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.habout-info h3 {
  margin-bottom: 26px;
}
.team-info h3 {
  margin-bottom: 24px;
}
.public-info p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 26px;
}
.public-info a {
  display: block;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #eb5405;
  background-color: #fff;
  transition: all 0.5s;
}
.habout-info a {
  margin: 0 auto;
}
.habout-right {
  width: 55.625%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.habout-img:hover .public-info a {
  background-color: #eb5405;
  color: #fff;
}
.habout-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .habout-info {
    padding-top: 60px;
  }
  .team-info {
    padding: 0px 40px 40px;
  }
}
@media (max-width: 1200px) {
  .habout-right {
    padding-left: 40px;
  }
  .public-info h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .habout-info {
    padding-top: 40px;
  }
  .team-info {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 991px) {
  .home-about {
    padding: 40px 0px;
  }
  .habout-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .habout-right {
    width: 100%;
    padding-left: 0px;
  }
  .habout-img {
    margin-bottom: 20px;
  }
  .public-info h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .public-info p {
    margin-bottom: 15px;
  }
  .habout-info {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 559px) {
  .team-info h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .team-info {
    padding: 0px 10px 10px;
  }
  .team-info p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .public-info a {
    width: 104px;
    height: 36px;
    line-height: 36px;
  }
}
/* 经典案例 */
.case-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.case-img img {
  width: 100%;
}
.case-info {
  position: absolute;
  width: 100%;
  left: 0px;
  color: #fff;
  top: 0px;
  padding-top: 100px;
}
.case-info {
  text-align: center;
}
.case-info h3 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 28px;
}
.case-info p {
  font-size: 16px;
  line-height: 24px;
}
.case-next,
.case-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 100% 100%;
  margin-top: -20px;
}
.case-next {
  right: 420px;
  background-image: url(../img/case-next.png);
}
.case-next:hover {
  background-image: url(../img/case-next-on.png);
}
.case-prev {
  left: 420px;
  background-image: url(../img/case-prev.png);
}
.case-prev:hover {
  background-image: url(../img/case-prev-on.png);
}
.homecase-swiper .swiper-slide {
  overflow: hidden;
}
.homecase-swiper img {
  width: 100%;
}
.homecase-swiper .swiper-slide {
  text-align: center;
  width: 62.5%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 1;
}
@media (max-width: 1400px) {
  .case-next {
    right: 280px;
  }
  .case-prev {
    left: 280px;
  }
  .case-info {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  .case-next {
    right: 240px;
  }
  .case-prev {
    left: 240px;
  }
  .case-info {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .case-info {
    padding-top: 30px;
  }
  .case-info h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .case-info p {
    padding: 0 10px;
  }
  .case-next {
    right: 190px;
  }
  .case-prev {
    left: 190px;
  }
}
@media (max-width: 768px) {
  .home-case {
    padding: 0 15px;
  }
  .homecase-swiper .swiper-slide {
    width: 100%;
  }
  .case-next {
    right: 20px;
  }
  .case-prev {
    left: 20px;
  }
}
@media (max-width: 499px) {
  .case-info {
    padding-top: 20px;
  }
  .case-info h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .case-info p {
    font-size: 14px;
  }
  .case-next,
  .case-prev {
    width: 32px;
    height: 32px;
    margin-top: 0px;
  }
  .case-next {
    right: 10px;
  }
  .case-prev {
    left: 10px;
  }
}
/* 新闻中心 */
.home-news {
  background: url(../img/hnews-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.hnews-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.hnews-title h3 {
  font-size: 48px;
  line-height: 48px;
  color: #222;
}
.hnews-more {
  display: block;
  width: 120px;
  height: 44px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  background-color: #eb5405;
}
.hnews-mian {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hnews-one {
  display: flex;
  justify-content: space-between;
  width: 55.75%;
}
.hnews-left {
  width: 51.8%;
  padding: 26px 26px 22px;
  background-color: #f1f1f1;
}
.hnews-left h3 > a {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-bottom: 8px;
  margin-top: 22px;
}
.hnews-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-bom span {
  font-size: 16px;
  line-height: 20px;
  color: #444;
}
.hnews-bom i {
  display: block;
  width: 15px;
  height: 10px;
  background: url(../img/hnews-arrow.png) no-repeat center;
  transition: all 0.5s;
}
.hnews-left:hover .public-img img {
  transform: scale(1.1);
}
.hnews-left:hover h3 a {
  color: #eb5405;
}
.hnews-left:hover .hnews-bom i {
  transform: translateX(5px);
}
.hnews-center {
  width: 44.9%;
}
.hnews-item {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 25px;
}
.hnews-item:last-child {
  margin-bottom: 0px;
}
.hnews-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  border-bottom: 1px solid #dcdcdc;
}
.hnews-time strong {
  font-size: 60px;
  font-family: "dbold";
  display: block;
  line-height: 60px;
  color: #222;
}
.hnews-time span {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  color: #222;
}
.hnews-top i {
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/hnews-arrow-two.png) no-repeat center;
  transition: all 0.5s;
}
.hnews-info {
  padding-top: 24px;
}
.hnews-info h3 a {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.hnews-info p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hnews-item:hover .hnews-info h3 a {
  color: #eb5405;
}
.hnews-right {
  width: 42.375%;
}
.hnews-list {
  background-color: #f1f1f1;
}
.hnews-list li {
  display: flex;
  justify-content: space-between;
  padding: 24px 28px 28px;
  border-bottom: 1px solid #dcdcdc;
}
.hnews-list li:last-child {
  border-bottom: none;
}
.hnews-list li .hnews-time strong {
  margin-bottom: 6px;
}
.hnews-time {
  width: 70px;
}
.hnews-des {
  width: calc(100% - 70px);
  padding-left: 20px;
  padding-top: 4px;
}
.hnews-des h3 a {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 11px;
}
.hnews-des p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hnews-list li:hover .hnews-des h3 a {
  color: #eb5405;
}
@media (max-width: 1400px) {
  .hnews-item {
    padding: 15px;
    margin-bottom: 20px;
  }
  .hnews-top {
    padding-bottom: 10px;
  }
  .hnews-info {
    padding-top: 14px;
  }
  .hnews-list li {
    padding: 14px 18px;
  }
  .hnews-des h3 a {
    margin-bottom: 5px;
  }
  .hnews-time strong {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1200px) {
  .hnews-one {
    width: 100%;
    margin-bottom: 20px;
  }
  .hnews-left h3 > a {
    margin-top: 12px;
  }
  .hnews-right {
    width: 100%;
  }
  .hnews-left {
    padding: 14px 14px 10px;
  }
}
@media (max-width: 991px) {
  .hnews-title {
    margin-bottom: 30px;
  }
  .hnews-title h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .hnews-one {
    flex-wrap: wrap;
  }
  .hnews-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .hnews-center {
    width: 100%;
  }
  .hnews-time strong {
    font-size: 48px;
    line-height: 48px;
  }
  .hnews-time span {
    font-size: 14px;
  }
  .hnews-des {
    padding-left: 0px;
    padding-top: 0px;
  }
  .hnews-info h3 a {
    margin-bottom: 6px;
  }
}
@media (max-width: 559px) {
  .hnews-time strong {
    font-size: 36px;
    line-height: 36px;
  }
  .hnews-list li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hnews-time {
    width: 66px;
    text-align: center;
  }
}
/* 合作伙伴 */
.home-partner {
  background: url(../img/partner-bg.jpg) no-repeat center;
}
.partner-title {
  color: #fff;
  text-align: center;
  margin-bottom: 58px;
}
.partner-title h3 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
.partner-title p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.partner-img {
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.partner-img:first-child {
  border-top: none;
}
.partner-img:last-child {
  border-bottom: none;
}
.partner-img img {
  width: 100%;
  transition: all 0.5s;
}
.partner-img:hover {
  border-color: #eb5405;
}
.partner-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .home-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .home-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .partner-title h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .partner-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .home-about {
    padding-top: 30px;
  }
  .partner-title h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .partner-title {
    margin-bottom: 20px;
  }
}
/* 内页关于我们 */
.about-main {
  display: flex;
  flex-wrap: wrap;
}
.about-left {
  width: 50%;
  padding-right: 30px;
}
.about-right {
  width: 50%;
  padding-left: 30px;
}
.inside-title {
  font-size: 30px;
  line-height: 48px;
  color: #111;
  text-align: center;
}
.about-left .inside-title {
  text-align: left;
}
.about-left span {
  font-size: 24px;
  letter-spacing: 12px;
  color: #eb5405;
  display: block;
  margin-top: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}
.about-des p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 32px;
  color: #444;
  margin-bottom: 15px;
}
.about-des p:last-child {
  margin-bottom: 0px;
}
.about-right .public-img:hover img {
  transform: scale(1.1);
}
/* 专家团队 */
.team-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/team-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.team-wrap .inside-title {
  margin-bottom: 58px;
}
.team-list {
  width: 100%;
  display: flex;
}
.team-list li {
  flex: 1;
  margin-right: 38px;
  background-color: #fff;
  height: 235px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  color: #222;
  transition: all 0.5s;
}
.team-list li:last-child {
  margin-right: 0px;
}
.team-list li p {
  font-size: 16px;
  line-height: 30px;
}
.team-list li:hover {
  background-color: #eb5405;
  color: #fff;
}
.vedio-img {
  position: relative;
}
.play-wrap {
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/play-icon.png) no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vedio-img .public-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .about-left {
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .about-left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .about-right {
    width: 100%;
    padding-left: 0px;
  }
  .inside-title {
    font-size: 36px;
    line-height: 36px;
  }
  .about-left span {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .team-list li {
    margin-right: 20px;
    padding-top: 20px;
    height: 190px;
  }
  .team-list li p {
    font-size: 14px;
    line-height: 24px;
  }
  .team-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .inside-title {
    font-size: 28px;
    line-height: 28px;
  }
  .about-left span {
    margin-top: 12px;
    margin-bottom: 15px;
    letter-spacing: 6px;
  }
  .about-des p {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .team-wrap {
    padding-top: 38px;
    padding-bottom: 20px;
  }
  .team-wrap .inside-title {
    margin-bottom: 25px;
  }
  .team-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .team-list li {
    width: calc(50% - 12px);
    margin-right: 0px;
    flex: none;
    margin-bottom: 20px;
  }
  .team-list li p {
    font-size: 16px;
    line-height: 30px;
  }
  .play-wrap {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 559px) {
  .team-list li {
    width: 100%;
    height: auto;
    padding: 15px;
    align-items: flex-start;
  }
}
/* 内页新闻 */
.news-wrap {
  padding-top: 100px;
  overflow: hidden;
}
.news-top {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}
.news-left {
  width: 50%;
}
.news-right {
  padding-top: 90px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f0f0f4;
}
.news-right h3 a {
  font-size: 22px;
  line-height: 30px;
  color: #222;
  display: block;
  margin-bottom: 16px;
}
.news-right span {
  color: #888;
  font-size: 16px;
  line-height: 24px;
}
.news-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-top: 8px;
  font-size: 16px;
  line-height: 36px;
  color: #444;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.news-more {
  display: block;
  width: 110px;
  background-color: #1269ad;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  line-height: 34px;
}
.news-right:hover h3 a {
  color: #eb5405;
}
.news-right:hover .news-more {
  background-color: #eb5405;
}
.news-list {
  margin-left: -15px;
  margin-right: -15px;
}
.news-list li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
  float: left;
}
.news-info {
  background-color: #f0f0f4;
  padding: 34px 30px 28px;
}
.news-info h3 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
}
.news-info span {
  color: #888;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}
.news-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 30px;
  color: #444;
  -webkit-box-orient: vertical;
}
.news-item:hover .public-img img {
  transform: scale(1.1);
}
.news-item:hover .news-info h3 {
  color: #eb5405;
}
.click-more {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  background-color: #1269ad;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 60px auto;
  transition: all 0.5s;
}
.click-more:hover {
  background-color: #eb5405;
}
@media (max-width: 1400px) {
  .news-right {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .news-wrap {
    padding-top: 80px;
  }
  .news-right {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-right p {
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .news-wrap {
    padding-top: 40px;
  }
  .news-left {
    width: 100%;
  }
  .news-right {
    padding-bottom: 30px;
    width: 100%;
  }
  .news-top {
    margin-top: 28px;
  }
  .news-info {
    padding: 24px 20px 18px;
  }
  .news-info h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .news-info span {
    margin-bottom: 4px;
  }
  .click-more {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .news-right {
    padding: 20px;
  }
  .news-right h3 a {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .news-right p {
    margin-top: 4px;
    margin-bottom: 20px;
  }
  .news-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .news-list li {
    padding: 0px;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .news-info {
    padding: 20px 12px 14px;
  }
}
/* 内页产品中心 */
.pro-wrap {
  background-color: #f0f0f4;
}
.pro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}
.pro-title h3 {
  text-align: left;
}
.pro-nav {
  width: 888px;
}
.pronav-item {
  width: 100%;
}
.pronav-item a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 44px;
  transition: all 0.5s;
}
.pronav-on .pronav-item a,
.pronav-item:hover a {
  background-color: #eb5405;
  color: #fff;
}
.pro-list {
  margin-left: -16px;
  margin-right: -16px;
}
.pro-list li {
  padding: 0 16px;
  width: 25%;
  float: left;
  margin-bottom: 32px;
}
.pro-item p {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #1269ad;
  transition: all 0.5s;
}
.pro-item:hover .public-img img {
  transform: scale(1.1);
}
.pro-item:hover p {
  background-color: #eb5405;
}
.pro-click {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .pro-nav {
    width: 725px;
  }
}
@media (max-width: 991px) {
  .pro-title {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .pro-title h3 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .pro-nav {
    width: 100%;
  }
  .pro-list li {
    width: 50%;
    margin-bottom: 25px;
  }
  .pro-click {
    margin-top: 15px;
  }
  .pro-item p {
    height: auto;
    padding: 12px 0px;
  }
}
@media (max-width: 559px) {
  .pro-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pro-list li {
    width: 100%;
    padding: 0px;
    float: none;
  }
  .pro-click {
    margin-top: 40px;
  }
}
/* 产品详情 */
.pro-detail {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.pdetail-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pdetail-left {
  width: 50%;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.pdetail-left img {
  width: 100%;
  transition: all 0.5s;
}
.pdetail-left:hover img {
  transform: scale(1.1);
}
.pdetail-right {
  width: 50%;
  padding-left: 60px;
}
.pdetail-right h3 {
  font-size: 30px;
  line-height: 30px;
  color: #222;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.pdetail-info {
  padding-top: 36px;
  padding-bottom: 34px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
}
.pdetail-des {
  margin-bottom: 22px;
}
.pdetail-des:last-child {
  margin-bottom: 0px;
}
.pdetail-des h4 {
  font-size: 24px;
  color: #222;
  line-height: 24px;
  margin-bottom: 12px;
}
.pdetail-item {
  display: flex;
  align-items: center;
}
.pdetail-item span {
  display: block;
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  color: #444;
}
.pdetail-des p {
  font-size: 16px;
  line-height: 30px;
  color: #444;
}
.pdetail-bom {
  display: flex;
  align-items: center;
}
.pdetail-btn {
  display: flex;
  align-items: center;
  width: 200px;
  height: 60px;
  justify-content: center;
}
.pdetail-btn span {
  margin-left: 10px;
  color: #fff;
}
.pdetail-btn:first-child {
  background-color: #eb5405;
  margin-right: 30px;
}
.pdetail-btn:last-child {
  background-color: #1269ad;
}
#content_1 {
  height: 375px;
}
#content_1 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #e5e5e5;
}
#content_1 .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 2px;
}
#content_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #eb5405;
  width: 4px;
  border-radius: 2px;
}
.recommend-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  background-color: #f0f0f4;
  padding-bottom: 100px;
}
.recommend-main {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .pdetail-info {
    padding-top: 21px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  #content_1 {
    height: 345px;
  }
}
@media (max-width: 1400px) {
  .pdetail-right h3 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .pro-detail {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .recommend-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pdetail-item span {
    width: 100%;
  }
  .pdetail-item {
    flex-wrap: wrap;
  }
  .pdetail-btn {
    width: 180px;
    height: 56px;
  }
}
@media (max-width: 991px) {
  .pdetail-left {
    width: 100%;
    margin-bottom: 18px;
  }
  .pdetail-right {
    width: 100%;
    padding-left: 0px;
  }
  .pro-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recommend-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pdetail-right h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .pdetail-des {
    margin-bottom: 18px;
  }
  .pdetail-des h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .pdetail-info {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .pdetail-btn:first-child {
    margin-right: 15px;
  }
  .recommend-main {
    margin-top: 30px;
  }
}
.dc-phone {
  display: none;
}
@media (max-width: 991px) {
  .dc-phone {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#pbanner .swiper-slide img {
  width: 100%;
  display: block;
}
/* 联系我们 */
.contact-main{
  padding-bottom: 60px;
}
.contact-cont{
  overflow: hidden;
}
.contact-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  justify-content: center;
}
.contact-info dl dt{
  font-size: 24px;
  color: #eb5405;
  margin-bottom: 25px;
}
.contact-info dl dd{
  line-height: 30px;
  color: #666;
  font-size: 16px;
}
.contact-img{
  overflow: hidden;
  width: 100%;
}
.contact-img img{
  display: block;
  width: 100%;
}
.contact-ditu{
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}
.contact-ditu img{
  display: block;
  width: 100%;
}
@media(max-width: 1200px){
  .contact-info dl dt{
    margin-bottom: 15px;
  }
}
@media(max-width: 991px){
  .col-xxs-12{
    width:100%;
  }
  .contact-info{
    padding: 30px 0px;
    margin-bottom: 15px;
  }
  .contact-main{
    padding-bottom: 40px;
  }
}
@media(max-width: 599px){
  .contact-main{
    padding-bottom: 30px;
  }
  .contact-ditu{
    margin-top: 15px;
  }
}
.about-dess{
  margin-top: 50px;
}
.about-dess img{
  max-width: 100%;
}

.footer-box{
  position: relative;
  z-index: 999999999;
}