* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "微软雅黑";
  --themeColor: #007CD9;
  --subColor: #00984F;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.nav .nav-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-main .nav-logo {
  width: 295px;
}
.nav .nav-main .navlist {
  width: 870px;
}
.nav .nav-main .navlist > ul {
  display: flex;
}
.nav .nav-main .navlist > ul > li {
  position: relative;
}
.nav .nav-main .navlist > ul > li > a {
  color: #333;
  font-size: 16px;
  display: block;
  padding: 45px 22px;
}
.nav .nav-main .navlist > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
}
.nav .nav-main .navlist > ul .erji {
  position: absolute;
  background: var(--themeColor);
  top: 110px;
  z-index: 99999;
  width: 150%;
  display: none;
}
.nav .nav-main .navlist > ul .erji li a {
  color: #fff;
  width: 162px;
  font-size: 15px;
  padding: 20px 0px;
  display: block;
  text-align: center;
}
.nav .nav-main .navlist > ul .erji li a:hover {
  background: #ffcb0e;
  color: #222;
}
.nav .nav-main .navlist > ul > li:hover .erji {
  display: block!important;
}
.navActive {
  background: var(--themeColor) !important;
  color: #fff !important;
}
.search {
  background: var(--themeColor);
  padding: 10px 0px;
}
.search .search-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search .search-main .search-nav {
  display: flex;
  font-size: 17px;
  color: #fff;
  align-items: center;
}
.search .search-main .search-nav a {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.search .search-main .search-nav a:hover {
  color: var(--themeColor);
}
.search .search-main .search-form input[type=text] {
  padding: 10px 10px;
  width: 250px;
}
.search .search-main .search-form input[type=submit] {
  background: #f1960d;
  border: 0px;
  padding: 10px 25px;
  color: #fff;
  cursor: pointer;
}
.link1 {
  background: var(--themeColor);
  padding: 10px 0px;
}
.link1 .link1-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.link1 .link1-main .link1-title {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}
.link1 .link1-main .link1-title .link1-en {
  font-size: 22px;
}
.link1 .link1-main .link1-title .link1-cn {
  font-size: 15px;
}
.link1 .link1-main .link1-link a {
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
}
.link1 .link1-main .link1-link a:hover {
  text-decoration: underline;
}
.foot {
  background: #333;
  padding: 20px 0px;
}
.foot .foot-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.foot .foot-main .youqing {
  display: flex;
  color: #fff;
  font-size: 15px;
}
.foot .foot-main .youqing ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
}
.foot .foot-main .youqing ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.foot .foot-main .foot-nav {
  display: flex;
  margin-top: 8px;
}
.foot .foot-main .foot-nav p {
  color: #fff;
  font-size: 15px;
}
.foot .foot-main .foot-nav ul {
  display: flex;
  align-items: center;
}
.foot .foot-main .foot-nav ul li a {
  color: #fff;
  margin-right: 25px;
  font-size: 15px;
}
.foot .foot-main .foot-nav ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.foot .foot-main .foot-info {
  margin-top: 8px;
}
.foot .foot-main .foot-info ul {
  display: flex;
  flex-wrap: wrap;
}
.foot .foot-main .foot-info ul li {
  color: #fff;
  font-size: 15px;
  margin-right: 30px;
  line-height: 28px;
}
.foot .foot-main .foot-info ul li a {
  color: #fff;
  font-size: 15px;
}
.foot .foot-main .foot-info ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.foot .foot-main .foot-info p {
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
}
.foot .foot-main .foot-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
}
.foot .foot-main .foot-right p {
  margin-top: 5px;
}
.lianB {
  margin-top: 30px;
}
.lianB .lianB-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.lianB .lianB-main .lianB-right {
  width: 20%;
}
.lianB .lianB-main .lianB-right .lianB-left-nav .lianB-left-nav-title h3 {
  font-size: 20px;
  color: #333;
}
.lianB .lianB-main .lianB-right .lianB-left-nav .lianB-left-nav-title p {
  width: 40px;
  height: 4px;
  margin: 5px 0px;
  background: var(--themeColor);
}
.lianB .lianB-main .lianB-right .lianB-left-nav ul {
  margin-top: 15px;
}
.lianB .lianB-main .lianB-right .lianB-left-nav ul li {
  margin-bottom: 10px;
}
.lianB .lianB-main .lianB-right .lianB-left-nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  background: #f1f1f1;
  padding: 10px;
}
.lianB .lianB-main .lianB-right .lianB-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.lianB .lianB-main .lianB-right .lianB-lianxi {
  margin-top: 20px;
}
.lianB .lianB-main .lianB-right .lianB-lianxi .lianB-left-nav-title h3 {
  font-size: 20px;
  color: #333;
}
.lianB .lianB-main .lianB-right .lianB-lianxi .lianB-left-nav-title p {
  width: 40px;
  height: 4px;
  margin: 5px 0px;
  background: var(--themeColor);
}
.lianB .lianB-main .lianB-right .lianB-lianxi ul {
  margin-top: 10px;
}
.lianB .lianB-main .lianB-right .lianB-lianxi ul li {
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.lianB .lianB-main .lianB-left {
  width: 76%;
}
.position {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 15px 20px;
  border-radius: 6px;
}
.position .position-title {
  color: #333;
}
.position .position-nav a {
  color: #333;
  font-size: 15px;
}
.position .position-nav a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.page .page-status,
.page a {
  background: #f1f1f1;
  color: #333;
  margin: 0px 5px;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.newscontainer .news-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.newscontainer .news-title h3 {
  font-size: 25px;
  font-weight: 400;
}
.newscontainer .news-title ul {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newscontainer .news-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 15px;
}
.newscontainer .newscont {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.newscontainer .newscont img {
  max-width: 100%!important;
}
.newscontainer .PreNext {
  margin-top: 30px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 4px;
}
.newscontainer .PreNext a {
  color: #333;
  font-size: 15px;
  display: inline;
}
.newscontainer .PreNext a:nth-child(1) {
  margin-bottom: 10px;
}
.newscontainer .PreNext a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.aboutBanner img {
  display: block;
}
@media screen and (max-width: 1800px) {
  .aboutBanner img {
    width: 100%!important;
  }
}
.productlist {
  margin-top: 20px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 18px;
  margin-bottom: 30px;
}
.productlist ul li a {
  display: flex;
  overflow: hidden;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
}
.productlist ul li a img {
  height: 220px;
  width: 94%;
  padding: 8px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li .proTitle {
  font-size: 15px;
  margin-top: 10px;
  color: #333;
}
.productlist ul li .proHr {
  margin-top: 10px;
  width: 100%;
  height: 5px;
  background: #f1f1f1;
  position: relative;
}
.productlist ul li .proHr::after {
  content: "";
  width: 0%;
  height: 5px;
  background: var(--themeColor);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 1s;
}
.productlist ul li:hover .proHr::after {
  width: 100%!important;
}
.productlist ul li:hover .prolink {
  border: 1px solid var(--themeColor);
}
.procontent .proTop {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0px auto;
  margin-top: 30px;
}
.procontent .proTopLeft {
  width: 45%;
}
.procontent .proTopLeft img {
  border: 1px solid #ddd;
  padding: 4px;
}
.procontent .proTopRight {
  width: 48%;
}
.procontent .proTopRight h3 {
  font-size: 23px;
  color: #111;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.procontent .proTopRight ul {
  margin-top: 10px;
}
.procontent .proTopRight ul li {
  font-size: 16px;
  line-height: 33px;
  color: #666;
}
.procontent .proTopRight p {
  background: var(--themeColor);
  width: 60%;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  border-radius: 4px;
}
.proxiangQing {
  border-bottom: 1px solid var(--themeColor);
  margin-top: 40px;
  padding-bottom: 8px;
}
.proxiangQing span {
  background: var(--themeColor);
  color: #fff;
  padding: 8px 20px;
}
.pro-content {
  font-size: 16px;
  color: #333;
  line-height: 2;
  padding: 20px;
}
.pro-content img {
  max-width: 100%!important;
}
.proPreNext {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proPreNext a {
  color: #333;
  margin: 0px 8px;
}
.proPreNext a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
@media screen and (max-width: 1380px) {
  .index-pro .index-pro-main {
    width: 1000px!important;
  }
  .youshi .yoush-main {
    width: 1000px!important;
  }
  .index-about .index-about-main {
    width: 1000px!important;
  }
  .index-case .index-case-main {
    width: 1000px!important;
  }
  .index-news .index-news-main {
    width: 1000px!important;
  }
  .nav .nav-main {
    width: 1000px!important;
  }
  .search .search-main {
    width: 1000px!important;
  }
  .link1 .link1-main {
    width: 1000px!important;
  }
  .foot .foot-main {
    width: 1000px!important;
  }
  .lianB .lianB-main {
    width: 1000px!important;
  }
  .nav .nav-main .navlist > ul > li > a {
    padding: 45px 15px!important;
    font-size: 14px!important;
  }
  .nav .nav-main .navlist > ul .erji {
    width: 130%!important;
  }
  .nav .nav-main .navlist > ul .erji li a {
    width: 112px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px!important;
  }
  .productlist ul li,
  .index-pro .index-pro-main .index-pro-container .index-pro-right .index-prolist ul li {
    width: 31.6% !important;
  }
  .productlist ul li a img {
    height: 172px!important;
  }
  .index-prolist ul li a img,
  .index-prolist ul li a .index-pro-div,
  .index-prolist ul li a {
    height: 183px!important;
  }
  .youshi .yoush-main .youshilist ul li {
    width: 248px!important;
  }
  .index-about .index-about-main .index-about-container .index-about-news ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 77%;
  }
  .procontent .proTopRight p {
    width: 75%!important;
  }
  .newslist .newslist-right {
    width: 12%!important;
  }
  .newslist-info {
    margin-right: 15px!important;
  }
}
