body {
  --themeColor: #098cdc;
  --subColor: #0b2f47;
  overflow-x: hidden;
}
a {
  color: #222;
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
h1,
p {
  margin-bottom: 0px;
}
.header {
  padding-top: 30px;
  border-bottom: 30px solid var(--subColor);
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .container .head-logo {
  width: 450px;
  position: relative;
}
.header .container .head-logo h1 {
  background: var(--themeColor);
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 8px 0px;
  margin-top: 25px;
  position: absolute;
  width: 100%;
}
.header .container .head-right {
  width: 800px;
}
.header .container .head-right .head-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .container .head-right .head-top ul li {
  margin-right: 30px;
  position: relative;
}
.header .container .head-right .head-top ul li:hover .top-wechat {
  visibility: visible;
  opacity: 1;
}
.header .container .head-right .head-top ul li:nth-child(5) {
  margin-right: 10px;
}
.header .container .head-right .head-top ul li span {
  color: var(--themeColor);
  font-size: 30px;
  font-weight: 600;
  font-family: arial;
}
.header .container .head-right .head-top ul li .top-wechat {
  position: absolute;
  z-index: 999;
  border: 1px solid #000;
  left: 0px;
  top: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.header .container .head-right .head-nav {
  padding-top: 30px;
  padding-bottom: 0px;
}
.header .container .head-right .head-nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .head-right .head-nav > ul > li {
  position: relative;
}
.header .container .head-right .head-nav > ul > li:hover > a {
  text-decoration: none;
}
.header .container .head-right .head-nav > ul > li:hover > a::after {
  width: 100%!important;
}
.header .container .head-right .head-nav > ul > li:hover > .nav-erji {
  visibility: visible;
  opacity: 1;
}
.header .container .head-right .head-nav > ul > li > a {
  display: block;
  padding: 10px 10px 20px 10px;
  position: relative;
}
.header .container .head-right .head-nav > ul > li > a::after {
  content: "";
  width: 0%;
  height: 5px;
  background: var(--themeColor);
  position: absolute;
  bottom: -3px;
  left: 0px;
  transition: all 0.5s;
}
.header .container .head-right .head-nav > ul > li .nav-erji {
  position: absolute;
  top: 40px;
  left: -20px;
  visibility: hidden;
  opacity: 0;
  background: var(--themeColor);
  width: 125px;
  z-index: 999999;
  transition: all 0.5s;
}
.header .container .head-right .head-nav > ul > li .nav-erji li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
}
.header .container .head-right .head-nav > ul > li .nav-erji li a:hover {
  background: var(--subColor);
  text-decoration: none;
}
.header .container .head-right .head-nav > ul span {
  padding: 10px 0px 20px 0px;
}
.index-about {
  position: relative;
  z-index: 99;
  margin-top: -110px;
}
.index-about .container {
  display: flex;
  position: relative;
  align-items: center;
}
.index-about .container .index-about-left {
  width: 970px;
  background: var(--themeColor);
  height: 500px;
  display: flex;
  flex-direction: column;
}
.index-about .container .index-about-left h3 {
  padding-top: 82px;
  padding-left: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 43px;
}
.index-about .container .index-about-left a {
  margin-left: 50px;
  margin-top: 65px;
  background: #000;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.index-about .container .index-about-left img {
  margin-left: 33px;
  width: 422px;
  height: 236px;
  margin-top: -15px;
}
.index-about .container .index-about-right {
  position: absolute;
  right: 0px;
  top: -31px;
  width: 846px;
  height: 490px;
}
.index-about .container .index-about-right video {
  width: 100%;
  height: 100%;
}
.index-xisu {
  background: #000;
  margin-top: 88px;
  height: 270px;
  position: relative;
  display: flex;
  justify-content: center;
}
.index-xisu .container {
  position: absolute;
  z-index: 32;
  height: 471px;
}
.index-xisu .container::after {
  content: "";
  width: 100%;
  height: 460px;
  background: var(--themeColor);
  position: absolute;
  top: 85px;
  z-index: -1;
}
.index-xisu .container .index-xisu-main {
  display: flex;
  align-items: center;
  width: 94%;
  margin: 0px auto;
  justify-content: space-between;
  padding-top: 45px;
}
.index-xisu .container .index-xisu-main .index-xisu-left {
  width: 672px;
  height: 471px;
}
.index-xisu .container .index-xisu-main .index-xisu-left img {
  width: 100%;
  height: 471px;
}
.index-xisu .container .index-xisu-main .index-xisu-right {
  width: 460px;
  padding-top: 50px;
}
.index-xisu .container .index-xisu-main .index-xisu-right h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
}
.index-xisu .container .index-xisu-main .index-xisu-right p {
  font-family: arial;
  color: #d3d3d3;
  font-weight: 300;
  margin-top: 15px;
  font-size: 18px;
}
.index-xisu .container a {
  background: #000;
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  bottom: -50px;
}
.index-xisuShouban {
  background: #F7F7F7;
  padding-top: 400px;
  padding-bottom: 300px;
  margin-bottom: 390px;
}
.index-xisuShouban .container {
  width: 100%;
  position: relative;
}
.index-xisuShouban .container .index-xisuShouban-Group .index-xisuShouban-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-xisuShouban .container .index-xisuShouban-Group .index-xisuShouban-item h1 {
  font-size: 48px;
  font-weight: 600;
  color: #666;
}
.index-xisuShouban .container .index-xisuShouban-Group .index-xisuShouban-item h5 {
  color: #333;
  font-size: 36px;
  margin: 25px 0px;
}
.index-xisuShouban .container .index-xisuShouban-Group .index-xisuShouban-item p {
  font-family: arial;
  color: #222;
  text-align: center;
  line-height: 25px;
  margin-bottom: 60px;
}
.index-xisuShouban .container .index-xisuShouban-btn {
  background: url(../images/xisushouban-btn.png) no-repeat;
  width: 100%;
  height: 494px;
  position: absolute;
  bottom: -550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 494px;
  cursor: pointer;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item a:hover {
  text-decoration: none;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item:hover::after {
  width: 262px;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item::after {
  content: "";
  width: 0px;
  height: 12px;
  background: #000;
  position: absolute;
  bottom: -5px;
  transition: all 0.5s;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item img {
  margin-top: 80px;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item h1 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0px 20px 0px;
}
.index-xisuShouban .container .index-xisuShouban-btn .index-xinsuShouban-item p {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}
.index-pro {
  background: var(--subColor);
  padding: 125px 0px;
  position: relative;
}
.index-pro .container .index-pro-title-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.index-pro .container .index-pro-title-row .index-pro-title {
  color: #fff;
  background: var(--subColor);
  position: relative;
  z-index: 2;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-pro .container .index-pro-title-row .index-pro-title h1 {
  font-weight: 600;
  font-size: 45px;
}
.index-pro .container .index-pro-title-row .index-pro-title p {
  color: #c8c8c8;
  margin-top: 5px;
  font-family: arial;
}
.index-pro .container .index-pro-title-row .index-pro-hr {
  width: 100%;
  height: 1px;
  background: #525252;
  position: absolute;
}
.index-pro .container .index-pro-main {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.index-pro .container .index-pro-main .index-pro-left {
  width: 24%;
}
.index-pro .container .index-pro-main .index-pro-left ul li {
  margin-bottom: 10px;
}
.index-pro .container .index-pro-main .index-pro-left ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--themeColor);
  color: #fff;
  font-size: 28px;
  height: 214.2px;
  border: 1px solid #434343;
  transition: all 0.5s;
  font-weight: 300;
}
.index-pro .container .index-pro-main .index-pro-left ul li a:hover {
  background: var(--subColor);
  text-decoration: none;
}
.index-pro .container .index-pro-main .index-pro-right {
  width: 75%;
}
.index-pro .container .index-pro-main .index-pro-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .container .index-pro-main .index-pro-right ul li {
  width: 32.6%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.index-pro .container .index-pro-main .index-pro-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .container .index-pro-main .index-pro-right ul li a {
  display: block;
  overflow: hidden;
  border: 1px solid #434343;
  position: relative;
}
.index-pro .container .index-pro-main .index-pro-right ul li a img {
  transition: all 0.5s;
  display: block;
}
.index-pro .container .index-pro-main .index-pro-right ul li a img:hover {
  transform: scale(1.2);
}
.index-pro .container .index-pro-main .index-pro-right ul li a p {
  position: absolute;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  color: #525253;
  bottom: 8px;
  font-size: 20px;
  font-weight: 300;
}
.index-pro .pro-down {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -29px;
}
.index-pro .pro-down img {
  width: 59px;
  height: 59px;
}
.index-liucheng {
  background: #F7F7F7;
  padding: 120px 0px;
}
.index-liucheng .index-liucheng-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-liucheng .index-liucheng-title h2 {
  font-size: 45px;
  color: #333;
  font-weight: 600;
}
.index-liucheng .index-liucheng-title p {
  font-size: 14px;
  color: #333;
  font-family: arial;
  margin-top: 5px;
}
.index-liucheng .index-liucheng-main {
  width: 1300px;
  margin: 0px auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-news {
  padding: 80px 0px;
}
.index-news .container {
  display: flex;
  justify-content: space-between;
}
.index-news .container .index-news-left {
  width: 60%;
}
.index-news .container .index-news-left a {
  display: block;
  overflow: hidden;
}
.index-news .container .index-news-left a img {
  transition: all 0.5s;
}
.index-news .container .index-news-left a img:hover {
  transform: scale(1.2);
}
.index-news .container .index-news-left .index-news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.index-news .container .index-news-left .index-news-top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.index-news .container .index-news-left .index-news-top .index-news-top-left {
  width: 35%;
}
.index-news .container .index-news-left .index-news-top .index-news-top-right {
  width: 61%;
}
.index-news .container .index-news-left .index-news-top .index-news-top-right h3 {
  font-size: 18px;
  color: var(--themeColor);
}
.index-news .container .index-news-left .index-news-top .index-news-top-right p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.index-news .container .index-news-left .index-news-top .index-news-top-right div {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index-news .container .index-news-left .index-news-top .index-news-top-right div a {
  color: var(--themeColor);
}
.index-news .container .index-news-left .index-news-top .index-news-top-right div a:hover {
  text-decoration: none;
  color: var(--subColor);
}
.index-news .container .index-news-left ul {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-news .container .index-news-left ul li {
  width: 48%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.index-news .container .index-news-left ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.index-news .container .index-news-left ul li a img {
  margin-right: 10px;
}
.index-news .container .index-news-right {
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.index-news .container .index-news-right img {
  margin-top: 20px;
}
.footer {
  background: var(--subColor);
  padding: 60px 0px;
}
.footer .footer-main {
  width: 1300px;
  margin: 0px auto;
}
.footer .footer-main .footer-title-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 20px;
}
.footer .footer-main .footer-title-row img {
  margin-right: 15px;
}
.footer .footer-main .footer-title-row .footer-title h2 {
  font-size: 25px;
  color: #fff;
}
.footer .footer-main .footer-title-row .footer-title p {
  font-family: arial;
  font-size: 22px;
  color: #ddd;
}
.footer .footer-main .footer-msg {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.footer .footer-main .footer-msg .footer-erweima img {
  margin-left: 20px;
  width: 197px;
  height: 197px;
}
.footer .footer-main .footer-msg .footer-info {
  margin-left: 40px;
}
.footer .footer-main .footer-msg .footer-info h1 {
  color: #fff;
  font-size: 45px;
}
.footer .footer-main .footer-msg .footer-info ul li {
  font-size: 15px;
  color: #cfcfcf;
  line-height: 30px;
}
.footer .footer-main .foot-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 90px;
}
.footer .footer-main .foot-nav span {
  font-size: 30px;
  color: #ddd;
  font-weight: 600;
}
.footer .footer-main .foot-nav ul {
  display: flex;
  align-items: center;
}
.footer .footer-main .foot-nav ul li a {
  color: #ddd;
  display: inline;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 300;
}
.footer .footer-main .foot-nav ul li a:hover {
  color: var(--themeColor);
}
.ht-map {
  padding: 60px 0px;
}
.ht-map iframe {
  width: 100%;
  height: 580px;
}
.aboutcontent {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.aboutcontent img {
  max-width: 100%!important;
}
.ht-container {
  padding: 50px 0px 90px 0px;
}
.ht-container .title1 {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.ht-container .title1 h1 {
  font-size: 50px;
  font-weight: 600;
  color: var(--themeColor);
}
.ht-container .title1 p {
  font-family: arial;
  font-size: 18px;
  color: var(--themeColor);
  margin-top: 10px;
}
.position {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.position p {
  color: var(--themeColor);
}
.newslist {
  border: 1px solid #ddd;
  padding: 30px;
}
.newslist ul {
  padding: 50px;
}
.newslist ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.newslist ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newslist ul li a:hover {
  text-decoration: none;
}
.newslist ul li a:hover h1 {
  color: var(--themeColor);
}
.newslist ul li a h1 {
  font-size: 35px;
  font-weight: 600;
  color: #525253;
}
.newslist ul li a p {
  font-size: 22px;
  color: #525253;
  line-height: 45px;
  margin-top: 25px;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
}
.page a {
  background: #F7F7F7;
  color: #222;
  padding: 10px 20px;
  font-size: 14px;
}
.page a:hover {
  text-decoration: none;
  background: var(--themeColor);
  color: #fff;
}
.page .page-fuhao {
  font-family: "宋体";
  font-weight: 600;
}
.page .page-num-current {
  background: var(--themeColor);
  color: #fff;
}
.page .home {
  margin: 10px;
}
.page .last {
  margin-left: 10px;
}
.newscont {
  border: 1px solid #ddd;
  padding: 30px;
}
.newscont ul {
  padding: 50px;
}
.newscont ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.newscont ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newscont ul li a:hover {
  text-decoration: none;
}
.newscont ul li a:hover h1 {
  color: var(--themeColor);
}
.newscont ul li a h1 {
  font-size: 35px;
  font-weight: 600;
  color: #525253;
}
.newscont ul li a p {
  font-size: 22px;
  color: #525253;
  line-height: 45px;
  margin-top: 25px;
}
.newscont .news-container {
  padding: 50px;
  margin-top: 30px;
}
.newscont .news-container .news-cont-title {
  color: var(--themeColor);
  font-weight: 600;
}
.newscont .news-container .news-cont {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  color: #222;
}
.newscont .news-container .news-cont img {
  max-width: 100%!important;
}
.honor {
  margin-top: 80px;
}
.honor .honor-title {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.honor .honor-title h1 {
  text-align: center;
  font-size: 43px;
  color: #525253;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: 5px;
}
.honor .honor-title p {
  text-align: center;
  font-size: 18px;
  font-family: arial;
  color: #525253;
  line-height: 35px;
  margin-top: 15px;
}
.honor ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.honor ul li {
  width: 24%;
  margin-right: 15px;
}
.honor ul li:nth-child(1),
.honor ul li:nth-child(2),
.honor ul li:nth-child(3) {
  width: 32.4%;
}
.honor ul li:nth-child(1) .honor-title-row,
.honor ul li:nth-child(2) .honor-title-row,
.honor ul li:nth-child(3) .honor-title-row {
  padding: 40px 80px;
}
.honor ul li:nth-child(3) {
  margin-right: 0px;
}
.honor ul li:last-child {
  margin-right: 0px;
}
.honor ul li .honor-title-row {
  padding: 30px 20px 0px 20px;
}
.honor ul li .honor-title-row h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--themeColor);
}
.honor ul li .honor-title-row p {
  font-size: 18px;
  color: #525253;
  margin-top: 12px;
}
.caselist .case-title {
  margin-top: 80px;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.caselist .case-title .honor-title {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.caselist .case-title .honor-title h1 {
  text-align: center;
  font-size: 43px;
  color: #525253;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: 5px;
}
.caselist .case-title .honor-title p {
  text-align: center;
  font-size: 18px;
  font-family: arial;
  color: #525253;
  line-height: 35px;
  margin-top: 15px;
}
.caselist .case-title ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.caselist .case-title ul li {
  width: 24%;
  margin-right: 15px;
}
.caselist .case-title ul li:nth-child(1),
.caselist .case-title ul li:nth-child(2),
.caselist .case-title ul li:nth-child(3) {
  width: 32.4%;
}
.caselist .case-title ul li:nth-child(1) .honor-title-row,
.caselist .case-title ul li:nth-child(2) .honor-title-row,
.caselist .case-title ul li:nth-child(3) .honor-title-row {
  padding: 40px 80px;
}
.caselist .case-title ul li:nth-child(3) {
  margin-right: 0px;
}
.caselist .case-title ul li:last-child {
  margin-right: 0px;
}
.caselist .case-title ul li .honor-title-row {
  padding: 30px 20px 0px 20px;
}
.caselist .case-title ul li .honor-title-row h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--themeColor);
}
.caselist .case-title ul li .honor-title-row p {
  font-size: 18px;
  color: #525253;
  margin-top: 12px;
}
.caselist .case-title h1 {
  text-align: center;
  font-size: 43px;
  color: #525253;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: 5px;
}
.caselist .case-title p {
  text-align: center;
  font-size: 18px;
  font-family: arial;
  color: #525253;
  line-height: 35px;
  margin-top: 15px;
}
.caselist .caseTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.caselist .caseTitle span {
  font-size: 46px;
  color: var(--themeColor);
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 20;
  padding: 0px 30px;
}
.caselist .caseTitle div {
  width: 100%;
  height: 1px;
  background: var(--themeColor);
  position: absolute;
}
.caselist .case-list .case-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.caselist .case-list .case-head .case-head-left {
  width: 50%;
}
.caselist .case-list .case-head .case-head-left h1 {
  font-size: 35px;
  font-weight: 600;
  color: var(--themeColor);
  margin-bottom: 30px;
}
.caselist .case-list .case-head .case-head-left p {
  font-size: 16px;
  line-height: 40px;
  text-indent: 40px;
  margin-top: 20px;
}
.caselist .case-list .case-head .case-head-right {
  width: 45%;
}
.caselist .case-list ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.caselist .case-list ul li {
  width: 33%;
  border-left: 1px solid var(--themeColor);
  margin-top: 140px;
}
.caselist .case-list ul li a {
  display: block;
  padding: 10px 30px;
}
.caselist .case-list ul li a:hover {
  text-decoration: none;
}
.caselist .case-list ul li a:hover h1 {
  color: #000;
}
.caselist .case-list ul li a .pic {
  overflow: hidden;
}
.caselist .case-list ul li a h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--themeColor);
  margin-top: 20px;
  line-height: 35px;
  transition: all 0.5s;
}
.caselist .case-list ul li a p {
  margin-top: 20px;
  font-size: 15px;
  color: #777;
  line-height: 30px;
}
.caselist .case-list2 ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.caselist .case-list2 ul li {
  width: 33%;
  border-left: 1px solid var(--themeColor);
  margin-top: 80px;
}
.caselist .case-list2 ul li a {
  display: block;
  padding: 10px 30px;
}
.caselist .case-list2 ul li a:hover {
  text-decoration: none;
}
.caselist .case-list2 ul li a:hover h1 {
  color: #000;
}
.caselist .case-list2 ul li a .pic {
  overflow: hidden;
}
.caselist .case-list2 ul li a h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--themeColor);
  margin-top: 20px;
  line-height: 35px;
  transition: all 0.5s;
}
.caselist .case-list2 ul li a p {
  margin-top: 20px;
  font-size: 15px;
  color: #777;
  line-height: 30px;
}
.licheng {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.licheng .licheng-left {
  width: 46%;
}
.licheng .licheng-left #licheng-item1 {
  margin-top: 140px;
}
.licheng .licheng-left #licheng-item4 {
  margin-top: 220px;
}
.licheng .licheng-left #licheng-item5 {
  margin-top: 150px;
}
.licheng .licheng-left #licheng-item6 {
  margin-top: 120px;
}
.licheng .licheng-left .licheng-item {
  margin-top: 50px;
  position: relative;
}
.licheng .licheng-left .licheng-item .licheng-left-title {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: flex-end;
}
.licheng .licheng-left .licheng-item .licheng-left-title img {
  position: absolute;
  right: -65px;
  top: 5px;
}
.licheng .licheng-left .licheng-item .licheng-left-title h3 {
  color: var(--themeColor);
}
.licheng .licheng-left .licheng-item .licheng-cont {
  background: #efefef;
  position: relative;
  padding: 40px;
  margin-top: 30px;
  border-radius: 30px;
  line-height: 35px;
}
.licheng .licheng-left .licheng-item .licheng-cont span {
  color: #e91100;
}
.licheng .licheng-left .licheng-item .licheng-cont img {
  position: absolute;
  top: -25px;
  right: 40px;
}
.licheng .licheng-hr {
  width: 2px;
  height: 2030px;
  background: #ddd;
}
.licheng .licheng-right {
  width: 46%;
  margin-top: -20px;
}
.licheng .licheng-right .licheng-item {
  position: relative;
  margin-top: 50px;
}
.licheng .licheng-right .licheng-item:nth-child(1) {
  margin-top: 0px;
}
.licheng .licheng-right .licheng-item .licheng-right-title {
  display: flex;
  position: relative;
}
.licheng .licheng-right .licheng-item .licheng-right-title img {
  position: absolute;
  left: -65px;
  top: 5px;
}
.licheng .licheng-right .licheng-item .licheng-right-title h3 {
  color: var(--themeColor);
}
.licheng .licheng-right .licheng-item .licheng-cont {
  background: #efefef;
  position: relative;
  padding: 40px;
  margin-top: 30px;
  border-radius: 30px;
  line-height: 35px;
}
.licheng .licheng-right .licheng-item .licheng-cont span {
  color: #e91100;
}
.licheng .licheng-right .licheng-item .licheng-cont img {
  position: absolute;
  top: -25px;
}
.gongsi {
  position: relative;
  height: 996px;
}
.gongsi img {
  width: 100%;
  position: absolute;
  top: -300px;
}
.shebei {
  margin-top: 30px;
}
.shebei .shebei-item .shebei-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.shebei .shebei-item .shebei-title h1 {
  font-size: 45px;
  color: var(--themeColor);
  font-weight: 600;
}
.shebei .shebei-item .shebei-title p {
  font-size: 18px;
  font-family: arial;
  letter-spacing: 4px;
  margin-top: 10px;
}
.shebei .shebei-item ul {
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
}
.shebei .shebei-item ul li {
  width: 49%;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 30px;
}
.shebei .shebei-item ul li .pic {
  overflow: hidden;
}
.shebei .shebei-item ul li .pic img {
  display: block;
  transition: all 0.5s;
}
.shebei .shebei-item ul li .pic img:hover {
  transform: scale(1.2);
}
.shebei .shebei-item ul li h2 {
  padding: 20px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
}
.shebei .shebei-item ul li h2 span {
  width: 82px;
  height: 42px;
  background: url(../images/shebei.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  margin-left: 15px;
  font-size: 25px;
}
.shebei .shebei-item2 {
  margin-top: 60px;
}
.shebei .shebei-item2 .shebei-item {
  cursor: pointer;
}
.shebei .shebei-item2 .shebei-item .pic {
  overflow: hidden;
}
.shebei .shebei-item2 .shebei-item .pic img {
  display: block;
  transition: all 0.5s;
}
.shebei .shebei-item2 .shebei-item .pic img:hover {
  transform: scale(1.2);
}
.shebei .shebei-item2 .shebei-item h2 {
  padding: 20px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
}
.shebei .shebei-item2 .shebei-item h2 span {
  width: 82px;
  height: 42px;
  background: url(../images/shebei.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  margin-left: 15px;
  font-size: 25px;
}
.proIndex {
  margin-top: 50px;
}
.proIndex .proIndex-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.proIndex .proIndex-title h1 {
  font-size: 43px;
  color: #525253;
  font-weight: 600;
}
.proIndex .proIndex-title h5 {
  font-size: 32px;
  color: #525253;
  font-weight: 400;
  margin: 25px 0px;
}
.proIndex .proIndex-title p {
  font-size: 18px;
  font-family: arial;
  text-align: center;
  color: #525253;
}
.proIndex .proIndex-info ul {
  display: flex;
  flex-wrap: wrap;
}
.proIndex .proIndex-info ul li {
  width: 49%;
  margin-right: 10px;
}
.proIndex .proIndex-info ul li:nth-child(2n) {
  margin-right: 0px;
}
.proIndex .proIndex-info ul li .proIndex-title-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.proIndex .proIndex-info ul li .proIndex-title-row h1 {
  font-size: 32px;
  color: #525253;
}
.proIndex .proIndex-info ul li .proIndex-title-row p {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.proIndex-class {
  background: #F7F7F7;
  padding: 60px 0px;
}
.proIndex-class .proIndex-title-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.proIndex-class .proIndex-title-row .proIndex-title {
  color: #fff;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.proIndex-class .proIndex-title-row .proIndex-title h1 {
  font-weight: 600;
  font-size: 45px;
  color: #222;
}
.proIndex-class .proIndex-title-row .proIndex-title p {
  color: #444;
  margin-top: 5px;
  font-family: arial;
}
.proIndex-class .proIndex-title-row .proIndex-hr {
  width: 100%;
  height: 1px;
  background: #525252;
  position: absolute;
}
.proIndex-class .proIndex-Group {
  margin-top: 40px;
}
.proIndex-class .proIndex-Group .proIndex-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left {
  background: var(--themeColor);
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 336px;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div h2 {
  color: #fff;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  font-size: 30px;
  text-align: center;
  padding: 0px 0px 20px 0px;
  width: 85%;
  margin: 0px auto;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div h2 a {
  color: #fff;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div h2 a:hover {
  text-decoration: none;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div ul {
  width: 100%;
  margin-top: 30px;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div ul li a {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0px;
  color: #000;
  font-size: 23px;
  transition: all 0.5s;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-left .proIndex-left-div ul li a:hover {
  text-decoration: none;
  background: #01FFFF;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-main {
  width: 660px;
  border: 1px solid #000;
  position: relative;
  height: 336px;
  box-sizing: border-box;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-main .proIndex-img-item {
  display: none;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-right {
  width: 320px;
  border: 1px solid #000;
  height: 336px;
  display: flex;
  align-items: center;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-right .proIndex-msg-item {
  padding: 20px;
  display: none;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-right .proIndex-msg-item h2 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-right .proIndex-msg-item .proIndex-info {
  font-size: 18px;
  color: #000;
  border-bottom: 2px dashed #000;
  margin-top: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 34px;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-right .proIndex-msg-item p {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.proIndex-class .proIndex-Group .proIndex-item .proIndex-right .proIndex-msg-item p:last-child {
  margin-bottom: 0px;
}
.proIndex-class .proIndex-Group .active {
  background: #01FFFF !important;
}
.productlist {
  margin-top: 50px;
}
.productlist .productlist-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.productlist .productlist-title span {
  font-size: 46px;
  color: var(--themeColor);
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 20;
  padding: 0px 30px;
}
.productlist .productlist-title div {
  width: 100%;
  height: 1px;
  background: var(--themeColor);
  position: absolute;
}
.productlist .prolist-main {
  display: flex;
  justify-content: space-between;
}
.productlist .prolist-main .prolist-left {
  width: 21%;
}
.productlist .prolist-main .prolist-left .prolist-nav-title {
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 25px 0px;
}
.productlist .prolist-main .prolist-left .prolist-nav-title h2 {
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: 600;
}
.productlist .prolist-main .prolist-left .prolist-nav-title p {
  font-family: arial;
  margin-top: 5px;
}
.productlist .prolist-main .prolist-left > ul {
  border: 1px solid var(--themeColor);
  padding: 20px;
}
.productlist .prolist-main .prolist-left > ul > li:first-child a {
  margin-top: 0px;
}
.productlist .prolist-main .prolist-left > ul > li > a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  margin-top: 15px;
  transition: all 0.5s;
  background: #f1f1f1;
  color: #000;
  border-radius: 35px;
}
.productlist .prolist-main .prolist-left > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
  text-decoration: none;
}
.productlist .prolist-main .prolist-left > ul > li .pro-erji {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.productlist .prolist-main .prolist-left > ul > li .pro-erji li {
  list-style: disc!important;
  margin-top: 10px;
  width: 45%;
  margin-right: 15px;
}
.productlist .prolist-main .prolist-left > ul > li .pro-erji li:nth-child(2n) {
  margin-right: 0px;
}
.productlist .prolist-main .prolist-left > ul > li .pro-erji li a {
  font-size: 16px;
}
.productlist .prolist-main .prolist-right {
  width: 77%;
  border: 1px solid #ddd;
  padding: 30px;
}
.productlist .prolist-main .prolist-right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.productlist .prolist-main .prolist-right ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.productlist .prolist-main .prolist-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist .prolist-main .prolist-right ul li > a:hover {
  text-decoration: none;
}
.productlist .prolist-main .prolist-right ul li > a .pic {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
}
.productlist .prolist-main .prolist-right ul li > a .pic img {
  display: block;
  transition: all 0.5s;
}
.productlist .prolist-main .prolist-right ul li > a .pic img:hover {
  transform: scale(1.2);
}
.productlist .prolist-main .prolist-right ul li p {
  text-align: center;
  margin-top: 8px;
}
.productlist .prolist-main .prolist-right .procont .pro-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-left {
  width: 47%;
  border: 1px solid #ddd;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right {
  width: 50%;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right h2 {
  font-weight: 600;
  color: var(--themeColor);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right .pro-info {
  margin-bottom: 20px;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right .pro-info div {
  font-size: 15px;
  line-height: 30px;
  color: #555;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right .pro-info p {
  font-size: 15px;
  line-height: 30px;
  color: #555;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right a {
  background: var(--themeColor);
  color: #fff;
  padding: 10px 30px;
}
.productlist .prolist-main .prolist-right .procont .pro-top .pro-right a:hover {
  background: var(--subColor);
  color: #fff;
  text-decoration: none;
}
.productlist .prolist-main .prolist-right .procont .proxq {
  margin-top: 50px;
}
.productlist .prolist-main .prolist-right .procont .proxq h3 {
  font-size: 26px;
  font-weight: 400;
  color: #222;
  text-align: center;
}
.productlist .prolist-main .prolist-right .procont .proxq p {
  width: 100%;
  height: 20px;
  background: url(../images/title_bg2.png) no-repeat center;
}
.productlist .prolist-main .prolist-right .procont .procontent {
  font-size: 16px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.productlist .prolist-main .prolist-right .procont .procontent img {
  max-width: 100%!important;
}
.productlist .page {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.xuanfu {
  width: 220px;
  background: var(--themeColor);
  position: fixed;
  right: 30px;
  z-index: 9999;
  bottom: 20%;
}
.xuanfu .xuanfu-main .close-btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  padding-top: 10px;
}
.xuanfu .xuanfu-main .close-btn i {
  cursor: pointer;
  color: #ddd;
}
.xuanfu .xuanfu-main .close-btn i:hover {
  color: #fff;
}
.xuanfu .xuanfu-main ul {
  padding: 20px;
}
.xuanfu .xuanfu-main ul li {
  position: relative;
}
.xuanfu .xuanfu-main ul li:hover .wechat {
  visibility: visible!important;
  opacity: 1!important;
}
.xuanfu .xuanfu-main ul li a {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xuanfu .xuanfu-main ul li a:hover {
  text-decoration: none;
}
.xuanfu .xuanfu-main ul li a:hover span {
  color: #000;
}
.xuanfu .xuanfu-main ul li a i {
  font-size: 30px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 45px;
  margin-right: 15px;
}
.xuanfu .xuanfu-main ul li a span {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.xuanfu .xuanfu-main ul li .wechat {
  position: absolute;
  right: 210px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.xuanfu .xuanfu-main ul li .wechat img {
  border: 1px solid #000;
}
.xuanfu .xuanfu-main h2 {
  font-weight: 600;
  color: #fff;
  width: 80%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: arial;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.copying {
  color: #cfcfcf;
  border-top: 1px solid #cfcfcf;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copying a {
  color: #cfcfcf;
  margin: 0px 15px;
}
.copying a:hover {
  color: #fff;
}
.banner img {
  display: block;
}
@media screen and (max-width: 1800px) {
  .banner img {
    width: 100%!important;
  }
}
.mobil-head {
  display: none;
}
.mobil-head {
  background: var(--themeColor);
}
.dropdown-menu {
  border: 0px;
}
.header {
  display: block;
}
@media screen and (max-width: 1370px) {
  .xuanfu {
    bottom: 10%;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .mobil-head {
    display: block;
  }
  .header {
    display: none;
  }
}
