body {
  --themeColor: #194AB3;
  --subColor: #ff9b16;
  overflow-x: hidden!important;
}
.title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title1 h1 {
  margin: 0px;
  color: var(--themeColor);
  font-size: 32px;
  margin-top: 10px;
}
.title1 p {
  margin: 0px;
  font-size: 18px;
}
.index-pro {
  margin-top: 40px;
}
.index-pro .index-pro-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.index-pro .index-pro-main .index-pro-left {
  width: 20%;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav h2 {
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  padding: 30px 0px;
  margin: 0px;
  font-size: 26px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul {
  border: 1px solid var(--themeColor);
  padding: 0px 15px 15px 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul li {
  margin-top: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul li a {
  display: block;
  text-align: center;
  background: #f5f5f5;
  color: #000;
  padding: 15px 0px;
  font-size: 15px;
  border-radius: 35px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-pro .index-pro-main .index-pro-left .ht-lianxi {
  margin-top: 30px;
}
.index-pro .index-pro-main .index-pro-left .ht-lianxi h2 {
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  padding: 30px 0px;
  margin: 0px;
  font-size: 26px;
}
.index-pro .index-pro-main .index-pro-left .ht-lianxi ul {
  padding: 15px;
  background: #f5f5f5;
}
.index-pro .index-pro-main .index-pro-left .ht-lianxi ul li {
  font-size: 14px;
  line-height: 30px;
}
.index-pro .index-pro-main .index-pro-right {
  width: 77%;
}
.index-pro .index-pro-main .index-pro-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-pro-right ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.index-pro .index-pro-main .index-pro-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-right ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.index-pro .index-pro-main .index-pro-right ul li > a img {
  display: block;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-right ul li > a img:hover {
  transform: scale(1.2);
}
.index-pro .index-pro-main .index-pro-right ul li > p {
  text-align: center;
  margin: 0px auto;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.index-pro .index-pro-main .index-pro-right ul li > p a {
  font-size: 15px;
}
.youshi2 {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.youshi2 .youshi2-container {
  padding: 0px 0px;
}
.youshi2 .youshi2-main {
  width: 1200px;
  margin: 0px auto;
  background: #f5f5f5;
}
.youshi2 .youshi2-main .youshi2-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-left {
  width: 50%;
  position: relative;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-left img {
  display: block;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-left .youshi2-ico {
  position: absolute;
  width: 100px;
  height: 120px;
  background: var(--themeColor);
  top: -50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-left .youshi2-ico span {
  font-size: 56px;
  font-family: arial;
  font-weight: 600;
  color: #fff;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-left .youshi2-ico i {
  width: 70%;
  margin: 0px auto;
  height: 4px;
  background: #fff;
  margin-top: 10px;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-left2 .youshi2-ico {
  left: auto;
  right: 50px!important;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-right {
  width: 520px;
  padding: 20px 40px;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-right h2 {
  margin: 0px;
  font-size: 22px;
  color: var(--themeColor);
}
.youshi2 .youshi2-main .youshi2-item .youshi2-right p {
  margin: 0px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #888;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-right ul li {
  font-size: 15px;
  line-height: 40px;
}
.youshi2 .youshi2-main .youshi2-item .youshi2-right ul li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--themeColor);
  border-radius: 35px;
  margin-right: 15px;
}
.index-case {
  margin-top: 60px;
}
.index-case .index-case-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}
.index-case .index-case-main .swiper-container_case {
  padding-bottom: 30px;
}
.index-case .index-case-main .swiper-slide {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.index-case .index-case-main .swiper-slide .pic {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.index-case .index-case-main .swiper-slide .pic img {
  transition: all 0.5s;
  display: block;
}
.index-case .index-case-main .swiper-slide .index-case-info {
  padding: 20px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.index-case .index-case-main .swiper-slide .index-case-info h2 {
  margin: 0px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.index-case .index-case-main .swiper-slide .index-case-info p {
  margin: 0px;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  margin-top: 15px;
  color: #777;
}
.index-case .index-case-main .swiper-slide .index-case-info a {
  position: absolute;
  bottom: -17px;
  z-index: 999;
  background: #333;
  color: #fff;
  padding: 6px 20px;
}
.index-case .index-case-main .swiper-slide .index-case-info a:hover {
  background: var(--themeColor);
}
.index-about {
  background: url(../images/index-about.jpg) no-repeat;
  height: 600px;
  margin-top: 80px;
}
.index-about .title1 {
  padding-top: 80px;
}
.index-about .index-about-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index-about .index-about-main .index-about-left {
  width: 45%;
}
.index-about .index-about-main .index-about-right {
  width: 52%;
}
.index-about .index-about-main .index-about-right p {
  font-size: 15px;
  color: #555;
  line-height: 35px;
  margin-top: 0px;
}
.index-about .index-about-main .index-about-right a {
  background: var(--themeColor);
  color: #fff;
  border-radius: 35px;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 10px;
}
.in-news {
  margin-top: 30px;
}
.footer {
  background: #232323;
  margin-top: 40px;
  color: #fff;
  padding: 60px 0px 30px 0px;
}
.footer a {
  color: #b4b4b4;
}
.footer .footer-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left {
  width: 320px;
}
.footer .footer-main .footer-left .footer-left-tell {
  border: 1px solid #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0px;
  margin-top: 20px;
}
.footer .footer-main .footer-left .footer-left-tell img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer .footer-main .footer-left .footer-left-tell h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer .footer-main .footer-left .footer-left-tell h2 {
  display: flex;
  align-items: center;
  margin: 0px;
}
.footer .footer-main .footer-left .footer-left-tell h2 i {
  margin-right: 10px;
}
.footer .footer-main .footer-left .footer-left-tell h2 span {
  font-family: arial;
  font-size: 30px;
  color: var(--themeColor);
}
.footer .footer-main .footer-left .footer-left-row {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-wechat {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-wechat p {
  margin-top: 10px;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-web {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-web p {
  margin-top: 10px;
}
.footer .footer-main .footer-right {
  width: 830px;
  padding-top: 30px;
}
.footer .footer-main .footer-right .footer-right-nav {
  border-bottom: 1px solid #3A3A3A;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer .footer-main .footer-right .footer-right-nav ul {
  display: flex;
}
.footer .footer-main .footer-right .footer-right-nav ul li:nth-child(1) {
  width: 300px;
}
.footer .footer-main .footer-right .footer-right-nav ul li:nth-child(2) {
  width: 150px;
}
.footer .footer-main .footer-right .footer-right-nav ul li:nth-child(3) {
  width: 380px;
}
.footer .footer-main .footer-right .footer-right-nav ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 26px;
}
.footer .footer-main .footer-right .footer-right-navGroup {
  display: flex;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 {
  width: 300px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul li {
  width: 48%;
  margin-right: 10px;
  line-height: 40px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul li:nth-child(2n) {
  margin-right: 0px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul li a:hover {
  color: var(--themeColor);
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem2 {
  width: 150px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem2 ul li {
  line-height: 40px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem2 ul li a:hover {
  color: var(--themeColor);
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-lianxi {
  width: 380px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-lianxi ul li {
  line-height: 40px;
  color: #b4b4b4;
}
.copying {
  background: #161616;
  padding: 5px 0px;
}
.copying .copying-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.copying .copying-main p {
  color: #ddd;
}
.copying .copying-main a {
  color: #ddd;
}
.copying .copying-main a:nth-child(2) {
  margin: 0px 30px;
}
.copying .copying-main a:hover {
  color: var(--themeColor);
}
.panel-sd .tit {
  line-height: 80px;
}
.lanmu li > a {
  line-height: 50px;
}
.lanmu li > a:hover {
  background: var(--subColor);
}
.contact-sd .tel strong {
  font-family: arial;
  font-weight: 600;
  font-size: 30px;
}
.title3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.title3 h1 {
  font-size: 28px;
  font-weight: 400;
  color: #222;
  margin: 0px;
}
.title3 p {
  width: 100%;
  height: 30px;
  background: url(../images/title_bg.png) no-repeat center;
  margin: 0px;
  margin-top: 10px;
}
.position {
  padding-left: 0px;
  padding-top: 0px;
  border-top: 0px;
  padding-bottom: 15px;
}
.position img {
  margin-right: 5px;
}
.list-4 li {
  margin-bottom: 20px;
}
.list-7 li a {
  font-size: 13px;
  line-height: 30px;
}
.ht-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.ht-page a,
.ht-page .page-status {
  border: 1px solid #ddd;
  color: #666;
  padding: 5px 10px;
  margin: 0px 5px;
  cursor: pointer;
}
.ht-page a:hover,
.ht-page .page-status:hover {
  border: 1px solid var(--themeColor);
  background: var(--themeColor);
  color: #fff;
}
.aboutcont .aboutcontent {
  font-size: 15px;
  color: #222;
  line-height: 2;
}
.aboutcont .aboutcontent img {
  max-width: 100%!important;
}
.newscont .news-title {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.newscont .news-title h2 {
  margin: 0px;
  margin-bottom: 12px;
}
.newscont .news-title ul {
  display: flex;
}
.newscont .news-title ul li {
  margin-right: 15px;
  color: #888;
}
.newscont .newscontent {
  font-size: 15px;
  line-height: 2;
  color: #222;
}
.newscont .newscontent img {
  max-width: 100%!important;
}
.PreNext {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  margin-top: 50px;
}
.PreNext a {
  display: inline-block;
}
.PreNext a:first-child {
  margin-bottom: 10px;
}
.PreNext a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.productlist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.productlist ul li > a img:hover {
  transform: scale(1.2);
}
.productlist ul li > p {
  margin: 0px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.productlist ul li > p a {
  font-size: 15px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.caselist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li > a img:hover {
  transform: scale(1.2);
}
.caselist ul li > p {
  margin: 0px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.caselist ul li > p a {
  font-size: 15px;
}
.proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proTop .proLeft {
  width: 45%;
  height: 414px;
}
.proTop .proLeft img {
  display: block;
  border-radius: 20px 0px;
}

.proTop .proLeft .bd{width: 100%;}
.proTop .proLeft .bd ul img{width: 100%;}
.proTop .proLeft .hd{width: 100%;height: 50px;}
.proTop .proLeft .hd ul li{width: 50px;height: 50px;border: 1px solid #ccc;float: left;margin-right: 5px;}
.proTop .proLeft .hd ul li img{width: 100%;}





















.proTop .proRight {
  width: 50%;
}
.proTop .proRight h2 {
  margin: 0px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  font-size: 25px;
  color: var(--themeColor);
}
.proTop .proRight ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.proTop .proRight ul li {
  line-height: 30px;
  color: #777;
}
.proTop .proBtn {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
}
.proTop .proBtn a {
  background: var(--themeColor);
  color: #fff;
  padding: 8px 40px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 35px;
}
.proTop .proBtn a:hover {
  background: var(--subColor);
}
.proxq {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.proxq h2 {
  font-size: 24px;
  font-weight: 400;
}
.proxq p {
  width: 100%;
  background: url(../images/title_bg2.png) no-repeat center;
  height: 20px;
  margin: 0px;
}
.procontent {
  font-size: 15px;
  line-height: 2;
  color: #222;
}
.procontent img {
  max-width: 100%!important;
}
.cp-content-tit {
  color: var(--themeColor);
  font-size: 18px;
  margin-top: 50px;
}
.tuijian .swiper-slide > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.tuijian .swiper-slide > a img {
  display: block;
  transition: all 0.5s;
}
.tuijian .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.tuijian .swiper-slide p {
  text-align: center;
  margin: 0px;
  margin-top: 10px;
}
.tuijian .swiper-slide p a {
  font-size: 14px;
}
.index-news {
  margin-top: 40px;
}
.bg2 {
  margin-top: 60px;
  background: #111;
  padding: 60px 0px;
}
.in-rz-tel strong {
  font-family: arial;
  font-size: 33px;
}
.header .tel strong {
  font-size: 32px;
  font-family: arial;
}
.header .tel strong a {
  margin-top: 8px;
  display: inline-block;
  color: var(--themeColor);
  font-weight: 400;
}
.header .text {
  margin-left: 12px;
}
.header .text p {
  margin: 0px;
  margin-top: 10px;
  color: #777;
}
#head-main {
  padding: 10px 0px;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
}
.banner1 .swiper-pagination-bullet {
  border-radius: 0px!important;
  padding: 4px 20px;
}
.banner1 .swiper-pagination-bullet-active {
  background: #fff !important;
}
.aboutBanner {
  display: block;
}
#youshiTitle {
  display: block;
}
@media screen and (max-width: 1800px) {
  .banner1 img {
    width: 100%!important;
  }
  #youshiTitle {
    width: 100%;
  }
  .aboutBanner {
    width: 100%!important;
  }
}
