* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
a {
  color: #000;
  display: inline-block;
}
html,
body {
  background-color: #fff !important;
}
#main {
  overflow: hidden;
}
#main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
#main-nav .name {
  font-size: 30px;
  font-weight: 700;
  margin-right: 50px;
}
#main-nav .nav {
  display: flex;
  margin-right: 50px;
}
#main-nav .nav a {
  display: inline-block;
}
#main-nav .nav li {
  width: 106px;
  text-align: center;
  font-size: 18px;
  line-height: 100px;
  color: #000;
  cursor: pointer;
}
#main-nav .nav li:hover {
  display: inline-block;
  background-color: #349d64;
  color: #fff;
}
#main-nav .phone {
  display: flex;
  height: 100px;
  align-items: center;
}
#main-nav .phone img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
#main-nav .phone span {
  font-size: 30px;
  font-weight: 700;
}
#swiper {
  width: 100%;
  height: 86vh;
}
#product {
  margin: 0 auto;
}
#product .text {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#product .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
}
#product .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #349d64;
  margin: 0 auto;
  margin-top: 8px;
}
#product .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
}
#product .nav {
  height: 200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#product .nav .product-nav {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 auto;
}
#product .nav .product-nav li {
  text-align: center;
  line-height: 67px;
  width: 238px;
  height: 67px;
  font-size: 18px;
  color: #2b2b2b;
  margin-left: 20px;
  border-radius: 33.5px;
  background-color: #f4f4f4;
  font-weight: 700;
}
#product .nav .product-nav li a {
  color: #000;
}
#product .nav .product-nav li:hover {
  color: #fff;
  background-color: #349d64;
}
#product .nav .product-nav li:hover a {
  color: #fff;
  cursor: pointer;
}
#product .infos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#product .infos a {
  display: inline-block;
}
#product .infos li {
  width: 392px;
  cursor: pointer;
}
#product .infos li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 392px;
  height: 354px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#product .infos li .img img {
  width: 392px;
  height: 354px;
  transition: all 0.5s;
}
#product .infos li .img img:hover {
  transform: scale(1.1);
}
#product .infos li .texts {
  background-color: #af9b6c;
  line-height: 66px;
  text-align: center;
  color: #fff;
}
#product .infos li .texts:hover {
  background-color: #349d64;
  color: #fff;
  cursor: pointer;
}
#product .infos a:nth-child(4),
#product .infos a:nth-child(5),
#product .infos a:nth-child(6) {
  margin-top: 45px;
}
#youshizhanshi {
  background-color: #e8e8e8;
  margin: 0 auto;
  padding: 80px 0;
  margin-top: 40px;
}
#youshizhanshi .title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 24px;
}
#youshizhanshi .title .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
}
#youshizhanshi .title .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #349d64;
  margin: 0 auto;
  margin-top: 8px;
}
#youshizhanshi .title .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
}
#youshizhanshi .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#youshizhanshi .content .list1 {
  width: 182px;
  display: flex;
  flex-direction: column;
}
#youshizhanshi .content .list1 .item:first-child {
  margin-top: 0;
}
#youshizhanshi .content .list1 .item {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
#youshizhanshi .content .list1 .item .img {
  width: 182px;
  height: 71px;
  border-radius: 10px;
  margin: 0 auto;
}
#youshizhanshi .content .list1 .item .img img {
  width: 100%;
}
#youshizhanshi .content .list1 .item p {
  text-align: center;
  font-size: 14px;
  color: #565656;
  margin-top: 12px;
}
#youshizhanshi .content .list2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
#youshizhanshi .content .list2 div {
  width: 500px;
  height: 500px;
  background-color: pink;
  overflow: hidden;
}
#youshizhanshi .content .list2 div img {
  width: 100%;
  height: 100%;
}
#youshizhanshi .content .list2 p {
  text-align: center;
  font-size: 14px;
  color: #565656;
  padding-top: 12px;
}
#youshizhanshi .content .list3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
#youshizhanshi .content .list3 .items:first-child {
  margin: 0;
}
#youshizhanshi .content .list3 .items {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 2px solid #e62812;
  margin-top: 51px;
}
#youshizhanshi .content .list3 .items .img {
  width: 46px;
  height: 58px;
  overflow: hidden;
}
#youshizhanshi .content .list3 .items .img img {
  width: 100%;
}
#youshizhanshi .content .list3 .items .img .img-p {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0px, -50%);
  font-size: 24px;
  color: #fff;
}
#youshizhanshi .content .list3 .items .text {
  margin-left: 14px;
  font-size: 18px;
  color: #333;
}
#about {
  position: relative;
  display: flex;
  width: 100%;
  height: 857px;
}
#about .img {
  background-color: #000;
  width: 50%;
  overflow: hidden;
}
#about .img img {
  width: 100%;
}
#about .bg {
  position: relative;
  width: 50%;
  overflow: hidden;
}
#about .bg .blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 857px;
  background-color: #af9b6c;
}
#about .info {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  height: 857px;
  justify-content: right;
}
#about .info .main {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: right;
}
#about .info .main .top {
  display: flex;
  justify-content: space-between;
  width: 600px;
  align-items: center;
  margin-top: 121px;
}
#about .info .main .top .text {
  margin-left: 65px;
}
#about .info .main .top .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
#about .info .main .top .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #349d64;
  margin-top: 0px;
}
#about .info .main .top .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
  color: #fff;
}
#about .info .main .top .color {
  width: auto;
  font-size: 16px;
  color: #349d64;
}
#about .info .main .text-info {
  width: 600px;
  margin-top: 30px;
}
#about .info .main .text-info .text {
  margin-left: 65px;
  text-indent: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
#about .info .main .text-info .text p {
  text-indent: 30px;
}
#about .info .main .button {
  width: 600px;
}
#about .info .main .button .btn {
  margin-left: 65px;
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
}
#about .info .main .button .btn .more1 {
  width: 240px;
  line-height: 62px;
  border-radius: 31px;
  background-color: #349d64;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#about .info .main .button .btn .more2 {
  width: 240px;
  line-height: 62px;
  border-radius: 31px;
  background-color: #ffffff;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
#zhanshi {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 65px;
}
#zhanshi .navs {
  width: 1200px;
  height: 200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
#zhanshi .navs .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
}
#zhanshi .navs .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #349d64;
  margin-top: 0px;
}
#zhanshi .navs .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
}
#zhanshi .navs .product-nav {
  color: #349d64;
  font-size: 16px;
  cursor: pointer;
}
#zhanshi .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
#zhanshi .content li {
  width: 210px;
  cursor: pointer;
}
#zhanshi .content li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  overflow: hidden;
}
#zhanshi .content li .img img {
  width: 210px;
  height: 210px;
  transition: all 0.5s;
}
#zhanshi .content li .img img:hover {
  transform: scale(1.1);
}
#zhanshi .content li p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
}
#zhanshi .content li p:hover {
  color: #349d64;
}
#zhanshi .content li .txt {
  font-size: 18px;
  margin-top: 32px;
}
#news {
  margin-top: 48px;
}
#news .title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 24px;
}
#news .title .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
}
#news .title .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #349d64;
  margin: 0 auto;
  margin-top: 8px;
}
#news .title .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
}
#news .main {
  display: flex;
  justify-content: space-between;
  height: 406px;
  width: 1200px;
  margin: 35px auto;
}
#news .title {
  text-align: center;
}
#news .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #CC0000;
}
#news .title .name span {
  color: #000;
}
#news .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#news .title .text {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
#news .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#news .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#news .title .border span:nth-child(2),
#news .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#news .fl {
  display: flex;
  flex-direction: column;
  width: 556px;
}
#news .fl .img {
  height: 246px;
}
#news .fl .img img {
  width: 556px;
  height: 246px;
}
#news .fl .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fafafa;
  padding: 0 32px;
}
#news .fl .title .on-tit {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#news .fl .title .on-tit span:nth-child(1) {
  font-size: 18px;
}
#news .fl .title .on-tit span:nth-child(2) {
  font-size: 18px;
  color: #686868;
}
#news .fl .title .on-tit:hover span {
  text-decoration: underline;
  color: #CC0000;
}
#news .fl .title .text {
  margin-top: 20px;
  font-size: 16px;
  color: #686868;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#news .news-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news .news-list .list-item {
  display: inline-block;
  width: 628px;
  height: 130px;
  background-color: #fafafa;
  padding: 0 30px;
  color: #000;
}
#news .news-list .list-item .icon {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news .news-list .list-item .icon .icon1 {
  display: flex;
  align-items: center;
}
#news .news-list .list-item .icon .icon1 .sanjiao {
  width: 0;
  height: 0;
  margin-right: 6px;
  border-top: 7px solid transparent;
  border-left: 14px solid red;
  border-bottom: 7px solid transparent;
}
#news .news-list .list-item .icon .icon1:hover span {
  color: #CC0000;
  text-decoration: underline;
}
#news .news-list .list-item .text {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#address {
  background-color: #333;
}
#address .main {
  width: 1200px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#address .main .images {
  width: 120px;
  height: 120px;
}
#address .main .images img {
  width: 100%;
}
#address .main .text {
  color: #f0f0f0;
}
#address .main .text p {
  font-size: 32px;
  color: #fff;
}
#address .main .text div {
  font-size: 16px;
  margin-top: 8px;
}
#address .main .info {
  color: #f0f0f0;
}
#address .main .info li {
  font-size: 18px;
  height: 26px;
  cursor: pointer;
}
#address .main .info li:hover {
  border-bottom: 1px solid #f3f3f3;
}
#banquan {
  background-color: #202020;
}
#banquan .links {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  line-height: 45px;
}
#banquan .links a {
  color: #fff;
  margin-left: 20px;
}
#banquan .main {
  width: 1200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#banquan div:nth-child(1) {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#banquan div:nth-child(1):hover {
  color: red;
}
#banquan div:nth-child(2) {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
#banquan div:nth-child(2) span {
  margin-left: 20px;
}
#banquan div:nth-child(2) span a {
  color: rgba(255, 255, 255, 0.5);
}
/* 本例子css */
.slideBox {
  width: 100%;
  height: 651px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background-color: #c0c0c0;
  border-radius: 7.5px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #af9b6c;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url(../images/left.png) -110px 5px no-repeat;
  opacity: 0.5;
  z-index: 999;
  cursor: pointer;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
  background: url(../images/right.png) -110px 5px no-repeat;
  z-index: 9;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: block;
}
.slideBox .nextStop {
  display: block;
}
#banquan_2 {
  text-align: center;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #444;
}
