body {
  --themeColor: #1364bf;
  --subColor: #ff9915;
  --subColor2: #ffe915;
  overflow-x: hidden;
}
.swiper-pagination-bullet {
  padding: 6px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container_banner img {
  display: block;
}
.head {
  padding: 12px 0px;
}
.ht-container {
  margin: 40px 0px;
}
.ht-container .ht-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-main .ht-left {
  width: 21%;
  padding-bottom: 20px;
}
.ht-container .ht-main .ht-left .ht-left-nav {
  background: var(--themeColor);
}
.ht-container .ht-main .ht-left .ht-left-nav .ht-left-nav-title {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px 15px 0px;
}
.ht-container .ht-main .ht-left .ht-left-nav .ht-left-nav-title h2 {
  font-size: 28px;
  font-weight: 600;
}
.ht-container .ht-main .ht-left .ht-left-nav .ht-left-nav-title p {
  text-transform: uppercase;
  color: #dbdbdb;
  margin-top: 10px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul {
  border: 10px solid var(--themeColor);
  padding: 15px;
  background: #fff;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li:last-child a {
  margin-bottom: 0px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li > a {
  display: block;
  background: #f1f1f1;
  margin-bottom: 15px;
  color: #222;
  padding: 12px 0px;
  position: relative;
  text-indent: 30px;
  transition: all 0.5s;
  font-size: 15px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li > a::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li .hterji {
  padding-left: 40px;
  padding-bottom: 10px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li .hterji li {
  list-style: disc;
  color: var(--themeColor);
  line-height: 30px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li .hterji li a {
  font-size: 15px;
}
.ht-container .ht-main .ht-left .ht-left-nav > ul > li .hterji li a:hover {
  color: var(--themeColor);
}
.ht-container .ht-main .ht-left .ht-left-lianxi {
  background: var(--themeColor);
  padding: 0px 6px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.ht-container .ht-main .ht-left .ht-left-lianxi img {
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 90%;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .lianxi-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .ht-left-lianxi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding-bottom: 15px;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .ht-left-lianxi-title h2 {
  font-size: 28px;
  font-weight: 600;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .ht-left-lianxi-title p {
  text-transform: uppercase;
  color: #dbdbdb;
}
.ht-container .ht-main .ht-left .ht-left-lianxi h4 {
  font-size: 18px;
  color: var(--subColor2);
  font-weight: 600;
  text-align: center;
  margin: 12px 0px;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .lianxi-subtitle {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .lianxi-tell-title {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-top: 25px;
}
.ht-container .ht-main .ht-left .ht-left-lianxi .lianxi-tell {
  font-size: 30px;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
  color: #fff;
  text-align: center;
}
.ht-container .ht-main .ht-right {
  width: 76%;
}
.ht-container .ht-main .ht-right .position {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.ht-container .ht-main .ht-right .position p {
  display: flex;
  align-items: center;
  color: #222;
}
.ht-container .ht-main .ht-right .position p i {
  margin-right: 8px;
  font-size: 22px;
  color: var(--themeColor);
}
.ht-container .ht-main .ht-right .position div {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.ht-container .ht-main .ht-right .position div a {
  font-size: 15px;
}
.ht-container .ht-main .ht-right .position div a:hover {
  color: var(--themeColor);
}
.about-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.about-title h2 {
  font-size: 30px;
  color: #222;
  font-weight: 400;
}
.about-title p {
  width: 100%;
  height: 30px;
  background: url(../images/title_bg.png) no-repeat center;
}
.aboutcont .aboutcontent {
  font-size: 15px;
  color: #222;
  line-height: 40px;
}
.aboutcont .aboutcontent img {
  max-width: 100%!important;
}
.newslist {
  border-radius: 4px;
}
.newslist ul li:last-child a {
  border-bottom: 0px;
}
.newslist ul li a:hover {
  text-decoration: none;
  color: var(--themeColor);
}
.newslist ul li .newslink {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  transition: all 1s;
  padding: 25px 20px;
}
.newslist ul li .newslink:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.newslist ul li .newslink .news-left {
  flex: 2;
}
.newslist ul li .newslink .news-container {
  flex: 6;
  padding: 0px 25px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.newslist ul li .newslink .news-container .news-title-row h3 {
  color: #111;
  font-weight: 400;
  font-size: 18px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 13px;
  line-height: 2;
  margin-top: 8px;
  text-align: justify;
}
.newslist ul li .newslink .news-container .news-visits dl {
  display: flex;
}
.newslist ul li .newslink .news-container .news-visits dl dd {
  color: #999;
  font-size: 13px;
  border-bottom: 0px;
  margin-right: 20px;
}
.newslist ul li .newslink .news-more {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-left: 1px dashed #ddd;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,
.page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  font-size: 14px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.tuijian {
  margin-top: 60px;
}
.tuijian .tuijian-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.tuijian .tuijian-title h4 {
  display: flex;
  align-items: flex-end;
}
.tuijian .tuijian-title h4 p {
  font-size: 16px;
  font-weight: 400;
  color: #bb0000;
}
.tuijian .tuijian-title h4 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-left: 5px;
}
.tuijian .swiper-container_tuijian {
  margin-top: 20px;
}
.tuijian .swiper-container_tuijian .swiper-slide > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.tuijian .swiper-container_tuijian .swiper-slide > a img {
  display: block;
  transition: all 0.5s;
}
.tuijian .swiper-container_tuijian .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.tuijian .swiper-container_tuijian p {
  text-align: center;
  margin-top: 8px;
}
.tuijian .swiper-container_tuijian p a {
  color: #222;
  font-size: 15px;
}
.redian {
  margin-top: 40px;
}
.redian .redian-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.redian .redian-title h4 {
  display: flex;
  align-items: flex-end;
}
.redian .redian-title h4 p {
  font-size: 16px;
  font-weight: 400;
  color: #bb0000;
}
.redian .redian-title h4 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-left: 5px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 28%;
}
.redian .redian-top .redian-topLeft img {
  height: 187px;
}
.redian .redian-top .redian-topRight {
  width: 68%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 16px;
  color: #222;
}
.redian .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  margin-top: 20px;
}
.redian .redian-top .redian-topRight .redian-more {
  display: flex;
  justify-content: flex-end;
}
.redian .redian-top .redian-topRight .redian-more a {
  color: var(--themeColor);
}
.redian ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian ul li a:hover {
  color: var(--themeColor);
}
.redian ul li:nth-child(2n) {
  margin-right: 0px;
}
.redian ul li span {
  font-size: 13px;
  color: #bb0000;
}
.preNext {
  background: #f1f1f1;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.preNext a {
  font-size: 15px;
}
.preNext a:first-child {
  margin-bottom: 10px;
}
.preNext a:hover {
  color: var(--themeColor);
}
.newscont .about-title p {
  height: 20px;
  background: url(../images/title_bg2.png) no-repeat center;
}
.newscont .about-title ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
}
.newscont .about-title ul li {
  font-size: 14px;
  margin-right: 20px;
  color: #999;
}
.newscont .about-title ul li i {
  margin-right: 5px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #222;
  line-height: 35px;
  padding-top: 10px;
}
.newscont .newscontent img {
  max-width: 100%!important;
}
.prolist {
  margin-top: 20px;
}
.prolist ul {
  display: flex;
  flex-wrap: wrap;
}
.prolist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 35px;
}
.prolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.prolist ul li p a {
  color: #000;
}
.prolist ul li p a:hover {
  color: var(--themeColor);
}
.prolist ul li .proBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolist ul li .proBtn a {
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 12px 40px;
  transition: all 1s;
  font-size: 12px;
}
.prolist ul li .proBtn a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.prolist ul li .proBtn a:first-child {
  border-radius: 35px 0px 0px 35px;
}
.prolist ul li .proBtn a:nth-child(2) {
  border-radius: 0px 35px 35px 0px;
  border-left: 0px;
}
.prolist ul li .prolink {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 5px;
}
.prolist ul li .prolink img {
  width: 100%;
  display: block;
  height: 205px;
  transition: all 1s;
}
.prolist ul li .prolink img:hover {
  transform: scale(1.2);
}
.prolist ul li p {
  text-align: center;
  margin: 12px 0px;
  font-size: 16px;
}
.procont .proTop {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.procont .proTop .proLeft {
  width: 45%;
}
.procont .proTop .proLeft img {
  border: 1px solid #ddd;
  display: block;
}
.procont .proTop .proRight {
  width: 50%;
}
.procont .proTop .proRight h2 {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
}
.procont .proTop .proRight p {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 35px;
  color: #666;
  text-align: justify;
}
.procont .proTop .proRight a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 12px 30px;
  margin-top: 15px;
  font-size: 15px;
}
.procont .proTop .proRight a i {
  margin-right: 5px;
}
.procont .proTop .proRight a:hover {
  background: var(--subColor);
}
.procont .proxq {
  margin-top: 30px;
}
.procont .proxq h3 {
  font-size: 26px;
  font-weight: 400;
  color: #222;
  text-align: center;
}
.procont .proxq p {
  width: 100%;
  height: 20px;
  background: url(../images/title_bg2.png) no-repeat center;
}
.procont .procont {
  font-size: 15px;
  color: #222;
  line-height: 35px;
  padding-top: 20px;
}
.procont .procont img {
  max-width: 100%!important;
}
.title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title1 h3 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.title1 span {
  font-size: 33px;
  color: var(--themeColor);
}
.title1 p {
  font-size: 35px;
  text-transform: uppercase;
  font-family: arial;
  color: #e1e1e1;
  line-height: 40px;
  margin-top: 5px;
}
.index-about {
  padding: 50px 0px 70px 0px;
}
.index-about .index-about-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left {
  width: 49%;
}
.index-about .index-about-main .index-about-right {
  width: 47%;
}
.index-about .index-about-main .index-about-right p {
  font-size: 15px;
  color: #666;
  line-height: 35px;
  text-align: justify;
}
.index-about .index-about-main .index-about-right a {
  background: var(--themeColor);
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  padding: 12px 30px;
}
.index-about .index-about-main .index-about-right a:hover {
  background: var(--subColor);
}
.g_pro {
  background: url(../images/aboutBg.jpg);
  height: 950px;
}
.g_pro .m_fl h3 em {
  font-size: 13px;
  margin-top: 5px;
}
.g_pro .flst li a:hover {
  color: var(--themeColor);
}
.g_pro .m_fl h3 a {
  font-size: 26PX;
}
.index-prolist ul {
  display: flex;
  flex-wrap: wrap;
}
.index-prolist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.index-prolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-prolist ul li > a {
  display: block;
  overflow: hidden;
}
.index-prolist ul li > a img {
  transition: all 0.5s;
  display: block;
  height: 215px;
}
.index-prolist ul li > a img:hover {
  transform: scale(1.2);
}
.index-prolist ul li > p {
  text-align: center;
  margin-top: 10px;
}
.index-prolist ul li > p a {
  color: #222;
}
.index-pro-ul {
  width: 78%;
  margin: 0px auto;
}
.index-pro-ul li a {
  display: block;
  background: #f1f1f1;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 15px;
  margin-bottom: 15px;
}
.index-pro-ul li a:hover {
  background: var(--subColor);
  color: #fff;
}
.g_jc .jcjs {
  padding-top: 215px;
}
.zz ul li em {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container_shebei a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.swiper-container_shebei a img {
  transition: all 0.5s;
  display: block;
}
.swiper-container_shebei a img:hover {
  transform: scale(1.2);
}
.swiper-container_shebei p {
  text-align: center;
  color: #222;
  margin-top: 10px;
}
.g_jc .jcjs p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
#shebeilink {
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
  border-radius: 35px;
  padding: 7px 30px;
}
#shebeilink:hover {
  background: var(--subColor);
  color: #fff;
  border: 1px solid var(--subColor);
}
.youshi2 {
  height: 1700px;
  background: url(../images/cpbg.jpg);
}
.youshi2 .index-youshi-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 80px;
  background: #fff;
}
.youshi2 .index-youshi-main .youshi-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-left {
  width: 50%;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right {
  width: 45%;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right .youshi-item-title-row {
  display: flex;
  align-items: center;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-ico {
  width: 60px ;
  height: 60px;
  background: var(--themeColor);
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: impact;
  font-size: 28px;
  margin-right: 15px;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title h2 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title h2 b {
  color: var(--themeColor);
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title p {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
  color: #707070;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right ul {
  margin-top: 15px;
  padding-left: 80px;
}
.youshi2 .index-youshi-main .youshi-item .youshi-item-right ul li {
  list-style: circle;
  font-size: 15px;
  line-height: 35px;
  color: #707070;
  text-align: justify;
}
.g_news .m_newleft .dttj h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g_news .m_newleft .dttj h3 a:hover {
  color: var(--themeColor);
}
.g_news .updl h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g_news .updl dl:last-child {
  border-right: 0px;
}
.g_news {
  height: 800px;
}
.g_news .m_newleft {
  height: 580px;
}
.g_news .newwd {
  height: 540px;
}
.index-faq ul {
  padding: 15px;
}
.index-faq ul li {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #f1f1f1;
}
.index-faq ul li:last-child {
  border-bottom: 0px;
}
.index-faq ul li a {
  display: flex;
  flex-direction: column;
}
.index-faq ul li a:hover h2 {
  color: var(--themeColor);
}
.index-faq ul li a .index-faq-title {
  display: flex;
  align-items: center;
}
.index-faq ul li a .index-faq-title h2 {
  font-size: 15px;
  height: auto;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-faq ul li a .index-faq-title div {
  width: 25px;
  height: 25px;
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}
.index-faq ul li a .index-faq-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.index-faq ul li a .index-faq-info p {
  width: 300px;
  font-size: 14px;
  color: #777;
  line-height: 28px;
}
.index-faq ul li a .index-faq-info div {
  width: 25px;
  height: 25px;
  background: var(--subColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}
.g_ab p {
  color: #ddd;
  font-size: 14px;
  line-height: 30px;
}
.g_ab h3 a {
  font-weight: 600;
}
.g_ft {
  height: 350px;
}
.g_ft .ftel {
  height: 70px;
}
.g_ft li {
  line-height: 30px;
}
.g_ft li a:hover {
  color: var(--themeColor);
}
.index-case {
  padding: 50px 0px;
  background: url(../images/case_bg.jpg) no-repeat;
}
.index-case .index-case-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}
.index-case .index-case-main .swiper-container_case a {
  display: block;
  overflow: hidden;
}
.index-case .index-case-main .swiper-container_case a img {
  transition: all 0.5s;
  display: block;
}
.index-case .index-case-main .swiper-container_case a img:hover {
  transform: scale(1.2);
}
.index-case .index-case-main .swiper-container_case p {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.index-case .index-case-main .index-case-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.index-case .index-case-main .index-case-btn a {
  outline: none;
}
.index-case .index-case-main .index-case-btn a img {
  border: none;
}
.index-case .index-case-main .index-case-btn span {
  display: inline-block;
  width: 30px;
}
.navbar {
  background: var(--themeColor);
}
.navbar .navbar-main {
  width: 1200px;
  margin: 0px auto;
}
.navbar .navbar-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar-main ul li a {
  color: #fff;
  display: block;
  padding: 23px 35px;
  font-size: 16px;
}
.navbar .navbar-main ul li a:hover {
  background: var(--subColor);
}
.currNav {
  background: var(--subColor) !important;
}
.footnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20px;
}
.head h2 {
  font-size: 16px;
  line-height: 35px;
}
.head h2 div {
  display: flex;
}
.head h2 div em {
  font-size: 30px;
}
.head h2 div span {
  font-size: 30px;
  padding-left: 10px;
  font-weight: 600;
  padding-top: 5px;
  color: var(--subColor);
}
#aboutBanner {
  display: block;
}
.p1-search-1 {
  height: 65px;
}
.p1-search-1-inp {
  margin-top: 19px;
}
.p1-search-1 p {
  line-height: 65px;
}
.p1-search-1 a:hover {
  color: var(--themeColor);
}
.head .tcode img {
  width: 85px;
  height: 85px;
}
.head .tcode {
  width: 85px;
}
.head h2 {
  width: 705px;
}
.zz ul li a {
  color: #fff;
  background: var(--subColor);
  border-radius: 50px;
}
.top2 {
  background: #f1f1f1;
  padding: 12px 0px;
}
.top2 .top2-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top2 .top2-main p {
  font-size: 15px;
}
.top2 .top2-main ul {
  display: flex;
}
.top2 .top2-main ul li a {
  font-size: 15px;
}
.top2 .top2-main ul li a:hover {
  color: var(--themeColor);
}
.top2 .top2-main ul li span {
  margin: 0px 10px;
}
.caselist {
  margin-top: 20px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li > a {
  display: block;
  overflow: hidden;
}
.caselist ul li > a img {
  transition: all 1s;
  display: block;
  height: 213px;
}
.caselist ul li > a img:hover {
  transform: scale(1.3);
}
.caselist ul li p {
  text-align: center;
  margin-top: 8px;
}
.caselist ul li p a {
  font-size: 15px;
  color: #444;
}
.head .toptel span {
  color: #df1c1c;
}
.head .toptel b {
  color: #df1c1c;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .swiper-container_banner img {
    width: 100%!important;
  }
  .youshi2-img {
    width: 100%!important;
  }
  #aboutBanner {
    width: 100%!important;
  }
}
