* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  color: #222;
  --themeColor: #00a54f;
  --subColor: #ffba00;
  overflow-x: hidden;
}
a {
  color: #222;
  text-decoration: none;
}
ul {
  list-style: none;
}
.header .header-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}
.header .header-main .header-left {
  width: 70%;
  display: flex;
}
.header .header-main .header-left h1 {
  font-size: 38px;
  color: var(--themeColor);
}
.header .header-main .header-left .head-title p {
  font-size: 12px;
  margin-top: 8px;
}
.header .header-main .header-left .head-title a {
  display: flex;
  align-items: center;
}
.header .header-main .header-left .head-title a .head-title-right {
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 20px;
}
.header .header-main .header-left .head-title a .head-title-right h2 {
  font-size: 35px;
  color: var(--themeColor);
}
.header .header-main .header-left .head-wechat {
  display: flex;
  align-items: center;
  border-left: 1px solid #ddd;
  margin-left: 20px;
  padding-left: 20px;
}
.header .header-main .header-left .head-wechat p {
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  color: var(--themeColor);
  padding-left: 10px;
}
.header .header-main .header-tell-row {
  width: 23%;
  display: flex;
}
.header .header-main .header-tell-row .header-tell-left img {
  margin-right: 15px;
}
.header .header-main .header-tell-row .header-tell-right h1 {
  font-size: 25px;
  color: var(--themeColor);
}
.nav {
  background: var(--themeColor);
}
.nav .nav-main {
  width: 1200px;
  margin: 0px auto;
}
.nav .nav-main > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-main > ul > li {
  position: relative;
}
.nav .nav-main > ul > li:hover .erji2 {
  visibility: visible;
  opacity: 1;
}
.nav .nav-main > ul > li:last-child a::after {
  width: 0px;
}
.nav .nav-main > ul > li > a {
  position: relative;
  display: block;
  padding: 20px 35px;
  color: #fff;
}
.nav .nav-main > ul > li > a:hover {
  background: var(--subColor);
}
.nav .nav-main > ul > li > a:hover::after {
  width: 0px;
}
.nav .nav-main > ul > li > a::after {
  content: "";
  background: url(../images/navbg.png) no-repeat;
  width: 2px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 22px;
}
.nav .nav-main > ul > li .active {
  background: var(--subColor) !important;
}
.nav .nav-main > ul > li .active::after {
  width: 0px!important;
}
.nav .nav-main > ul > li .erji2 {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.nav .nav-main > ul > li .erji2 ul {
  background: var(--themeColor);
  margin-top: 10px;
}
.nav .nav-main > ul > li .erji2 ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 12px 0px;
}
.nav .nav-main > ul > li .erji2 ul li a:hover {
  background: var(--subColor);
}
.ht-search {
  background: #f5f5f5;
}
.ht-search .ht-search-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
}
.ht-search .ht-search-main .ht-search-nav {
  font-size: 16px;
}
.ht-search .ht-search-main .ht-search-nav a {
  font-size: 13px;
  margin-right: 10px;
}
.ht-search .ht-search-main .ht-search-nav a:hover {
  color: var(--themeColor);
}
.ht-search .ht-search-main .ht-search-form form {
  display: flex;
  align-items: center;
  position: relative;
}
.ht-search .ht-search-main .ht-search-form form input[type=text] {
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 35px;
  width: 180px;
}
.ht-search .ht-search-main .ht-search-form form #subtn {
  width: 23px;
  height: 23px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: 0px auto;
  height: 80px;
}
.title3 .bg-title {
  text-transform: uppercase;
  font-size: 70px;
  color: rgba(0, 165, 79, 0.1);
  font-family: impact;
  line-height: 1;
}
.title3 h2 {
  font-size: 40px;
  color: #222;
  position: absolute;
  font-weight: 400;
}
.title3 h2 span {
  font-size: 45px;
  color: var(--themeColor);
}
.subtitle {
  font-size: 15px;
  text-align: center;
  color: #333;
  letter-spacing: 6px;
}
.index-guan {
  background: var(--themeColor);
}
.index-guan .index-guan-main {
  width: 1200px;
  margin: 0px auto;
}
.index-guan .index-guan-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 40px 0px;
  justify-content: center;
}
.index-guan .index-guan-main ul li {
  border-right: 1px solid #fff;
  width: 22%;
  margin-right: 40px;
}
.index-guan .index-guan-main ul li:nth-child(4) {
  margin-right: 0px;
}
.index-guan .index-guan-main ul li:last-child {
  border-right: 0px;
}
.index-guan .index-guan-main ul li h2 {
  color: #fff;
  align-items: center;
  display: flex;
}
.index-guan .index-guan-main ul li h2 img {
  margin-right: 10px;
}
.index-guan .index-guan-main ul li p {
  margin-top: 10px;
  color: #fff;
}
.index-pro {
  margin-top: 40px;
}
.index-pro .index-pro-main {
  width: 1200px;
  margin: 0px auto;
}
.index-pro .index-pro-main .index-pro-nav {
  margin: 50px 0px;
}
.index-pro .index-pro-main .index-pro-nav ul {
  display: flex;
}
.index-pro .index-pro-main .index-pro-nav ul li {
  width: 15%;
  margin-right: 23px;
}
.index-pro .index-pro-main .index-pro-nav ul li:last-child {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-nav ul li a {
  display: block;
  background: var(--themeColor);
  text-align: center;
  color: #fff;
  padding: 12px 0px;
  border-radius: 4px;
}
.index-pro .index-pro-main .index-pro-nav ul li a:hover {
  background: var(--subColor);
}
.index-pro .index-pro-main .index-pro-head .index-pro-item {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-left {
  width: 50%;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-right {
  width: 50%;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-right div {
  padding: 0px 60px;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-right h1 {
  font-weight: 400;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-right p {
  font-size: 15px;
  line-height: 33px;
  margin-top: 20px;
  color: #777;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-right a {
  display: inline-block;
  margin-top: 60px;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
}
.index-pro .index-pro-main .index-pro-head .index-pro-item .index-pro-right a:hover {
  background: var(--subColor);
}
.index-pro .index-pro-main .index-prolist {
  margin-top: 40px;
}
.index-pro .index-pro-main .index-prolist ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-prolist ul li {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.index-pro .index-pro-main .index-prolist ul li:nth-child(4n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-prolist ul li a {
  display: block;
  position: relative;
}
.index-pro .index-pro-main .index-prolist ul li a:hover .index-pro-zhe {
  opacity: 1;
}
.index-pro .index-pro-main .index-prolist ul li a .pic {
  overflow: hidden;
}
.index-pro .index-pro-main .index-prolist ul li a .pic img {
  display: block;
}
.index-pro .index-pro-main .index-prolist ul li a .proinfo {
  background: var(--themeColor);
  padding: 20px;
}
.index-pro .index-pro-main .index-prolist ul li a .proinfo h2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.index-pro .index-pro-main .index-prolist ul li a .proinfo dl {
  margin-top: 10px;
}
.index-pro .index-pro-main .index-prolist ul li a .proinfo dl dd {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
.index-pro .index-pro-main .index-prolist ul li a .proinfo p {
  color: red;
  font-size: 12px;
  margin-top: 10px;
}
.index-pro .index-pro-main .index-prolist ul li a .index-pro-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.index-tedian {
  margin-top: 50px;
}
.index-tedian .index-tedian-div {
  margin-top: 40px;
  width: 100%;
  height: 598px;
  background: url(../images/tedian.png) no-repeat;
}
.index-tedian .index-tedian-div .index-tedian-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info {
  padding: 0px 80px;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item {
  display: flex;
  width: 470px;
  margin-bottom: 80px;
  height: 100%;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item:last-child {
  margin-bottom: 0px;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-left {
  width: 55px;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-right {
  width: 400px;
  margin-left: 15px;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-right .index-tedian-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-right .index-tedian-title h5 {
  width: 250px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-right .index-tedian-title h2 {
  color: #fff;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-right .index-tedian-title span {
  color: rgba(255, 255, 255, 0.7);
  font-family: arial;
  font-weight: 600;
  font-size: 25px;
}
.index-tedian .index-tedian-div .index-tedian-main .index-tedian-info .index-tedian-item .index-tedian-right p {
  color: #fff;
  margin-top: 8px;
  font-size: 13px;
}
.index-duibi {
  background: #f3f3f3;
  padding: 90px 0px;
}
.index-duibi .index-duibi-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.index-duibi .index-duibi-main .index-duibi-left {
  width: 447px;
}
.index-duibi .index-duibi-main .index-duibi-right {
  width: 673px;
}
.index-duibi .index-duibi-main .index-duibi-right > h1 {
  color: var(--themeColor);
  text-transform: uppercase;
  font-family: arial;
  font-weight: 600;
  font-size: 60px;
}
.index-duibi .index-duibi-main .index-duibi-right .index-duibi-title {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  margin-left: 20px;
}
.index-duibi .index-duibi-main .index-duibi-right .index-duibi-title::after {
  content: "";
  width: 1px;
  height: 80px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.index-duibi .index-duibi-main .index-duibi-right .index-duibi-title h2 {
  font-size: 30px;
}
.index-duibi .index-duibi-main .index-duibi-right .index-duibi-title h2 span {
  font-weight: 400;
}
.index-duibi .index-duibi-main .index-duibi-right .index-duibi-title p {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.index-duibi .index-duibi-main .index-duibi-right ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.index-duibi .index-duibi-main .index-duibi-right ul li {
  width: 23.6%;
  margin-right: 15px;
  background: var(--subColor);
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  border-radius: 4px;
}
.index-duibi .index-duibi-main .index-duibi-right ul li:last-child {
  margin-right: 0px;
}
.index-duibi .index-duibi-main .index-duibi-right > p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.index-duibi .index-duibi-main .index-duibi-right h4 {
  background: var(--themeColor);
  color: #fff;
  width: 210px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  padding: 6px 0px;
  margin-top: 110px;
  font-family: arial;
  font-size: 20px;
}
.index-duibi .index-duibi-main .index-duibi-right h4 img {
  padding-left: 10px;
  margin-right: 10px;
}
.index-why {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-why .index-why-main {
  width: 1200px;
  margin: 0px auto;
}
.index-why .index-why-main .index-why-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.index-why .index-why-main .index-why-sub p {
  font-size: 18px;
  color: #222;
}
.index-why .index-why-main .index-why-sub span {
  width: 70%;
  height: 1px;
  display: inline-block;
  background: #ddd;
}
.index-why .index-why-main .index-why-sub a {
  background: #222;
  color: #fff;
  border-radius: 35px;
  padding: 5px 25px;
}
.index-why .index-why-main .index-why-sub a:hover {
  background: var(--themeColor);
}
.index-why .index-why-main .index-why-container {
  margin-top: 50px;
}
.index-why .index-why-main .index-why-container ul {
  display: flex;
  justify-content: space-between;
}
.index-why .index-why-main .index-why-container ul li {
  width: 24%;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px 20px 0px;
  cursor: pointer;
}
.index-why .index-why-main .index-why-container ul li:hover {
  background: var(--themeColor);
}
.index-why .index-why-main .index-why-container ul li:hover h1 {
  color: #fff;
}
.index-why .index-why-main .index-why-container ul li:hover h2 {
  color: #fff;
}
.index-why .index-why-main .index-why-container ul li:hover p {
  color: #fff;
}
.index-why .index-why-main .index-why-container ul li h1 {
  font-weight: 400;
  color: #222;
  font-size: 22px;
  margin-top: 20px;
}
.index-why .index-why-main .index-why-container ul li h2 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  font-family: arial;
  margin-top: 10px;
  text-transform: uppercase;
}
.index-why .index-why-main .index-why-container ul li span {
  width: 1px;
  height: 40px;
  background: #ddd;
  display: inline-block;
  margin: 10px 0px;
}
.index-why .index-why-main .index-why-container ul li p {
  text-align: center;
  line-height: 25px;
}
.index-why .index-why-main .index-why-container ul .active {
  background: var(--themeColor) !important;
}
.index-why .index-why-main .index-why-container ul .active h1 {
  color: #fff !important;
}
.index-why .index-why-main .index-why-container ul .active h2 {
  color: #fff !important;
}
.index-why .index-why-main .index-why-container ul .active p {
  color: #fff !important;
}
.index-serve {
  margin-top: 30px;
  background: #f3f3f3;
}
.index-serve .index-serve-bg {
  width: 100%;
  height: 193px;
  background: url(../images/service.png) no-repeat;
}
.index-serve .index-serve-main {
  display: flex;
  width: 1200px;
  margin: 0px auto;
  justify-content: space-between;
  margin-top: -108px;
  padding-bottom: 80px;
}
.index-serve .index-serve-main .index-serve-left {
  width: 361px;
  background: #fff;
}
.index-serve .index-serve-main .index-serve-left img {
  display: block;
}
.index-serve .index-serve-main .index-serve-left ul {
  padding: 40px;
}
.index-serve .index-serve-main .index-serve-left ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.index-serve .index-serve-main .index-serve-left ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.index-serve .index-serve-main .index-serve-left ul li h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: var(--themeColor);
}
.index-serve .index-serve-main .index-serve-left ul li p {
  font-size: 14px;
  color: #222;
  margin-top: 15px;
  line-height: 30px;
}
.index-serve .index-serve-main .index-serve-right {
  width: 779px;
}
.index-serve .index-serve-main .index-serve-right .index-serve-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-serve .index-serve-main .index-serve-right .index-serve-nav ul li a {
  display: flex;
  align-items: center;
}
.index-serve .index-serve-main .index-serve-right .index-serve-nav ul li a:hover {
  color: var(--themeColor);
}
.index-serve .index-serve-main .index-serve-right .index-serve-nav ul li a:hover .pic {
  background: var(--themeColor);
}
.index-serve .index-serve-main .index-serve-right .index-serve-nav ul li a .pic {
  width: 36px;
  height: 36px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  border-radius: 4px;
}
.index-serve .index-serve-main .index-serve-right .index-serve-title {
  margin-top: 70px;
}
.index-serve .index-serve-main .index-serve-right .index-serve-title h1 {
  font-size: 28px;
}
.index-serve .index-serve-main .index-serve-right .index-serve-title p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  margin-top: 8px;
}
.index-serve .index-serve-main .index-serve-right .index-serve-title .index-serve-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-serve .index-serve-main .index-serve-right .index-serve-title .index-serve-title-row .index-serve-title-right a {
  background: var(--subColor);
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-serve .index-serve-main .index-serve-right .index-serve-title .index-serve-title-row .index-serve-title-right a:hover {
  background: var(--themeColor);
}
.index-serve .index-serve-main .index-serve-right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.index-serve .index-serve-main .index-serve-right ul li {
  width: 24%;
  margin-right: 10px;
  margin-top: 10px;
}
.index-serve .index-serve-main .index-serve-right ul li:nth-child(4n) {
  margin-right: 0px;
}
.index-serve .index-serve-main .index-serve-right ul li a {
  display: block;
  overflow: hidden;
}
.index-serve .index-serve-main .index-serve-right ul li img {
  display: block;
  transition: all 0.5s;
}
.index-serve .index-serve-main .index-serve-right ul li img:hover {
  transform: scale(1.2);
}
.index-about {
  width: 100%;
  height: 663px;
  background: url(../images/about-bg.png) no-repeat;
  position: relative;
}
.index-about .index-about-main {
  width: 1200px;
  margin: 0px auto;
  padding-top: 40px;
}
.index-about .index-about-main .index-about-left {
  width: 680px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.index-about .index-about-main .index-about-left .index-about-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-right h1 {
  font-size: 40px;
  font-weight: 400;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-right h1 span {
  color: var(--subColor);
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-right p {
  letter-spacing: 8px;
  margin-top: 6px;
  font-size: 16px;
}
.index-about .index-about-main p {
  margin: 20px 0px;
  line-height: 30px;
  color: #666;
  font-size: 13px;
}
.index-about .index-about-main .index-about-list {
  display: flex;
  flex-wrap: wrap;
}
.index-about .index-about-main .index-about-list li {
  margin-right: 30px;
  margin-top: 20px;
  width: 30%;
}
.index-about .index-about-main .index-about-list li:nth-child(1),
.index-about .index-about-main .index-about-list li:nth-child(2) {
  width: 43%;
}
.index-about .index-about-main .index-about-list li:nth-child(5) {
  margin-right: 0px;
}
.index-about .index-about-main .index-about-list li h1 {
  font-size: 18px;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-list li dl {
  display: flex;
}
.index-about .index-about-main .index-about-list li dl dd {
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
  color: #777;
  margin-right: 30px;
}
.index-about .index-about-main .index-about-list li dl dd:last-child {
  margin-right: 0px;
}
.index-about .index-about-main .index-about-ico {
  margin-top: 30px;
}
.index-about .index-about-main .index-about-ico ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about .index-about-main .index-about-ico ul li {
  width: 32%;
}
.index-about .index-about-btn {
  width: 1200px;
  margin: 0px auto;
}
.index-about .index-about-btn .index-about-btn-left {
  width: 740px;
  position: absolute;
  bottom: 0px;
}
.index-about .index-about-btn .index-about-btn-left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about .index-about-btn .index-about-btn-left ul li {
  width: 32%;
}
.index-about .index-about-btn .index-about-btn-left ul li a {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px 10px 0px 0px;
}
.index-about .index-about-btn .index-about-btn-left ul li a:hover {
  background: var(--subColor);
}
.index-news {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-news .index-news-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.index-news .index-news-main .index-news-left {
  width: 790px;
}
.index-news .index-news-main .index-news-left h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 400;
}
.index-news .index-news-main .index-news-left h2 span {
  width: 82%;
  height: 1px;
  display: inline-block;
  background: #ddd;
}
.index-news .index-news-main .index-news-left .index-news-head {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-left {
  width: 25%;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-left a {
  display: block;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-left a img {
  display: block;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-right {
  width: 73%;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-right a h3 {
  font-size: 16px;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-right a span {
  color: #777;
  margin-top: 5px;
  display: inline-block;
}
.index-news .index-news-main .index-news-left .index-news-head .index-news-head-right a p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 25px;
  color: #666;
}
.index-news .index-news-main .index-news-left ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.index-news .index-news-main .index-news-left ul li {
  width: 48%;
  margin-right: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.index-news .index-news-main .index-news-left ul li:nth-child(2n) {
  margin-right: 0px;
}
.index-news .index-news-main .index-news-left ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.index-news .index-news-main .index-news-left ul li a p:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left ul li a span {
  font-size: 12px;
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right {
  width: 360px;
}
.index-news .index-news-main .index-news-right h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 400;
}
.index-news .index-news-main .index-news-right h2 span {
  width: 65%;
  height: 1px;
  display: inline-block;
  background: #ddd;
}
.index-news .index-news-main .index-news-right ul li {
  margin-top: 20px;
}
.index-news .index-news-main .index-news-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 35px;
  font-size: 13px;
}
.index-news .index-news-main .index-news-right ul li a:hover {
  background: var(--themeColor);
}
.index-news .index-news-main .index-news-right ul li a:hover p {
  color: #fff;
}
.index-news .index-news-main .index-news-right ul li a:hover i {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right ul li a i {
  width: 20px;
  height: 20px;
  background: #fff;
  display: flex;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.footer {
  background: var(--themeColor);
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-main {
  width: 1200px;
  margin: 0px auto;
}
.footer .footer-main .links {
  display: flex;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--subColor);
}
.footer .footer-main .links ul {
  margin-left: 10px;
  display: flex;
}
.footer .footer-main .links ul li {
  margin-right: 15px;
}
.footer .footer-main .links ul li a {
  color: #fff;
}
.footer .footer-main .links ul li a:hover {
  color: var(--subColor);
}
.footer .footer-main .links ul li:last-child {
  margin-right: 0px;
}
.footer .footer-main .foot-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer .footer-main .foot-group .foot-item1 h4 {
  font-size: 18px;
  color: #fff;
}
.footer .footer-main .foot-group .foot-item1 p {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 10px 0px;
}
.footer .footer-main .foot-group .foot-item1 ul li {
  line-height: 28px;
}
.footer .footer-main .foot-group .foot-item1 ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .footer-main .foot-group .foot-item1 ul li a:hover {
  color: var(--subColor);
}
.footer .footer-main .foot-group .foot-item2 h4 {
  font-size: 18px;
  color: #fff;
}
.footer .footer-main .foot-group .foot-item2 p {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 10px 0px;
}
.footer .footer-main .foot-group .foot-item2 ul li {
  line-height: 26px;
}
.footer .footer-main .foot-group .foot-item2 ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .footer-main .foot-group .foot-item2 ul li a:hover {
  color: var(--subColor);
}
.footer .footer-main .foot-group .foot-item3 p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer .footer-main .foot-group .foot-item3 h1 {
  font-family: arial;
  margin-top: 5px;
  color: var(--subColor);
}
.footer .footer-main .foot-group .foot-item4 {
  border: 1px solid var(--subColor);
  padding: 10px;
}
.footer .footer-main .foot-group .foot-item4 p {
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
}
.footer .footer-main .foot-group .foot-item5 p {
  color: #fff;
  font-size: 16px;
}
.footer .footer-main .foot-group .foot-item5 form {
  margin-top: 10px;
}
.footer .footer-main .foot-group .foot-item5 form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-main .foot-group .foot-item5 form .form-item input {
  margin-right: 10px;
  border: 1px solid var(--subColor);
  background: none;
  width: 200px;
}
.footer .footer-main .foot-group .foot-item5 form .form-item input:nth-child(2) {
  margin-right: 0px;
}
.footer .footer-main .foot-group .foot-item5 form .form-item input::-webkit-input-placeholder {
  color: #fff;
}
.footer .footer-main .foot-group .foot-item5 form .form-yzm {
  display: flex;
  align-items: center;
}
.footer .footer-main .foot-group .foot-item5 form .form-yzm input[type=text] {
  border: 1px solid var(--subColor);
  background: none;
  padding: 10px;
  width: 50%;
  margin-top: 15px;
}
.footer .footer-main .foot-group .foot-item5 form .form-yzm img {
  margin-top: 13px;
  width: 100px;
  margin-left: 15px;
}
.footer .footer-main .foot-group .foot-item5 form .form-yzm input::-webkit-input-placeholder {
  color: #fff;
}
.footer .footer-main .foot-group .foot-item5 form > input[type=text] {
  border: 1px solid var(--subColor);
  background: none;
  padding: 10px;
  width: 94%;
  margin-top: 15px;
}
.footer .footer-main .foot-group .foot-item5 form > input::-webkit-input-placeholder {
  color: #fff;
}
.footer .footer-main .foot-group .foot-item5 form input[type=submit] {
  width: 100%;
  margin-top: 15px;
  border: 0px;
  font-size: 16px;
  padding: 10px 0px;
  cursor: pointer;
}
.footer .footer-main .foot-group .foot-item5 form input[type=submit]:hover {
  background: var(--subColor);
  color: #fff;
}
.footer .copying .copying-main {
  width: 1170px;
  margin: 0px auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid var(--subColor);
  padding: 15px;
  font-size: 14px;
}
.footer .copying .copying-main a {
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
}
.ht-container {
  width: 1200px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 20%;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.ht-container .ht-left .ht-left-nav > ul {
  padding: 0px 20px 20px 20px;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-left .ht-left-nav > ul > li {
  margin-top: 15px;
  position: relative;
}
.ht-container .ht-left .ht-left-nav > ul > li:hover .p-erji2 {
  visibility: visible;
  opacity: 1;
}
.ht-container .ht-left .ht-left-nav > ul > li > a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-size: 15px;
  background: #f5f5f5;
  transition: all 0.5s;
}
.ht-container .ht-left .ht-left-nav > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
  border-radius: 35px;
}
.ht-container .ht-left .ht-left-nav > ul > li .p-erji2 {
  position: absolute;
  left: 190px;
  width: 100%;
  z-index: 9999;
  top: 0px;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.ht-container .ht-left .ht-left-nav > ul > li .p-erji2 ul {
  background: #f1f1f1;
  margin-left: 20px;
}
.ht-container .ht-left .ht-left-nav > ul > li .p-erji2 ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
}
.ht-container .ht-left .ht-left-nav > ul > li .p-erji2 ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-left .ht-left-lianxi {
  margin-top: 30px;
}
.ht-container .ht-left .ht-left-lianxi h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.ht-container .ht-left .ht-left-lianxi ul {
  background: #f5f5f5;
  padding: 15px;
}
.ht-container .ht-left .ht-left-lianxi ul li {
  line-height: 35px;
  font-size: 14px;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.ht-container .ht-right {
  width: 77%;
}
.ht-container .ht-right .ht-right-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.ht-container .ht-right .ht-right-title-row span {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
  padding-left: 30px;
  border-left: 6px solid var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position {
  color: #4d4d4d;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position i {
  color: var(--themeColor);
  font-size: 18px;
}
.ht-container .ht-right .aboutcont {
  font-size: 15px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.ht-container .ht-right .aboutcont img {
  max-width: 100% !important;
}
.redian {
  margin-top: 60px;
}
.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: 25%;
}
.redian .redian-top .redian-topLeft img {
  display: block;
}
.redian .redian-top .redian-topRight {
  width: 73%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 18px;
  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: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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 span {
  font-size: 13px;
  color: #bb0000;
}
.redian ul li:nth-child(2n) {
  margin-right: 0px;
}
.newslist {
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 0px;
}
.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 solid #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:hover h3 {
  color: var(--themeColor) !important;
}
.newslist ul li .newslink .news-left {
  flex: 2;
}
.newslist ul li .newslink .news-left .news-left-img {
  overflow: hidden;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslist ul li .newslink .news-left .news-left-img img {
  display: block;
}
.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.3;
  margin-top: 12px;
  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-container .news-visits dl dd i {
  margin-right: 8px;
}
.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;
  border-radius: 4px;
  font-size: 14px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.newscont {
  margin-top: 30px;
}
.newscont .newscont-title {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}
.newscont .newscont-title h1 {
  font-size: 25px;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  margin-top: 15px;
  padding-bottom: 20px;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 14px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.newscont .newscontent img {
  max-width: 100% !important;
}
.newscont .newscontent video {
  width: 800px;
  height: 475px;
}
.newscont .PreNext {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscont .PreNext a {
  color: #888;
}
.newscont .PreNext a:hover {
  color: var(--themeColor);
}
.productlist {
  margin-top: 30px;
}
.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 {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.productlist ul li > a:hover .pro-zhe {
  opacity: 1;
}
.productlist ul li > a:hover img {
  transform: scale(1.2);
}
.productlist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.productlist ul li > p {
  text-align: center;
  margin-top: 15px;
}
.honorlist {
  margin-top: 30px;
}
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.honorlist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.honorlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.honorlist ul li > a {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.honorlist ul li > a:hover .pro-zhe {
  opacity: 1;
}
.honorlist ul li > a:hover img {
  transform: scale(1.2);
}
.honorlist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.honorlist ul li > p {
  text-align: center;
  margin-top: 15px;
}
.caselist {
  margin-top: 30px;
}
.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 {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.caselist ul li > a:hover .pro-zhe {
  opacity: 1;
}
.caselist ul li > a:hover img {
  transform: scale(1.2);
}
.caselist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li > p {
  text-align: center;
  margin-top: 15px;
}
.videolist {
  margin-top: 30px;
}
.videolist ul {
  display: flex;
  flex-wrap: wrap;
}
.videolist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 30px;
}
.videolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.videolist ul li > a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.videolist ul li > a:hover .video-zhe {
  opacity: 1;
}
.videolist ul li > a:hover .video-zhe i {
  font-size: 50px;
}
.videolist ul li > a img {
  display: block;
}
.videolist ul li > a .video-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.videolist ul li > a .video-zhe i {
  font-size: 180px;
  color: #fff;
  transition: all 0.5s;
}
.videolist ul li > p {
  text-align: center;
  background: var(--themeColor);
  color: #fff;
  padding: 15px 0px;
}
.videolist ul li > p a {
  color: #fff;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 45%;
  border: 1px solid #ddd;
}
.procont .proTop .proTop-left img {
  display: block;
}
.procont .proTop .proTop-right {
  width: 52%;
}
.procont .proTop .proTop-right h1 {
  font-size: 22px;
  color: var(--themeColor);
}
.procont .proTop .proTop-right ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.procont .proTop .proTop-right ul li {
  font-size: 13px;
  color: #777;
  margin-right: 15px;
}
.procont .proTop .proTop-right .pro-msg {
  padding: 15px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 28px;
  color: #666;
  margin-top: 15px;
  font-size: 13px;
}
.procont .proTop .proTop-right .pro-msg p b {
  color: var(--themeColor);
}
.procont .proTop .proTop-right .proTop-btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.procont .proTop .proTop-right .proTop-btn a {
  display: inline-block;
  width: 180px;
  margin-right: 25px;
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 0px;
  transition: all 0.5s;
}
.procont .proTop .proTop-right .proTop-btn a:nth-child(2) {
  margin-right: 0px;
}
.procont .proTop .proTop-right .proTop-btn a:hover {
  background: var(--subColor);
  color: #fff;
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.procont .proxq h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--themeColor);
}
.procont .proxq h3 {
  width: 100%;
  background: url(../images/title_bg2.png) no-repeat center;
  height: 20px;
}
.procont .procontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
  padding-top: 20px;
}
.procont .procontent img {
  max-width: 100% !important;
}
.procont .procontent table {
  border-collapse: collapse!important;
}
.ht-liuyan {
  width: 800px;
  margin-top: 30px;
}
.ht-liuyan h3 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form-item {
  width: 49%;
}
.form-item input {
  width: 250px;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm input {
  width: 140px;
  margin-right: 10px;
  padding: 0px 10px;
}
.yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neirong p {
  margin: 0px;
}
.neirong div {
  width: 100%;
}
.neirong textarea {
  width: 95%;
  padding: 10px 10px;
  border: 1px solid #ddd;
}
.form-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #dd2c14;
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.aboutBanner {
  display: block;
}
.banner1 img {
  display: block;
}
.banner1 .swiper-pagination-bullet {
  padding: 3px 13px !important;
  border-radius: 0px;
}
.banner1 .swiper-pagination-bullet-active {
  background: #fff;
}
.guanggao {
  display: block;
}
@media screen and (max-width: 1800px) {
  .banner1 img {
    width: 100% !important;
  }
  .aboutBanner,
  .guanggao {
    width: 100% !important;
  }
}
