* {
  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: #ff8901;
  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: 651px;
}
#product {
  width: 1200px;
  margin: 0 auto;
}
#product .nav {
  width: 1200px;
  height: 200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#product .nav .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
}
#product .nav .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #ff8901;
  margin-top: 0px;
}
#product .nav .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
}
#product .nav .product-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: right;
}
#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: #ff8901;
}
#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 .text {
  background-color: #0093f1;
  line-height: 66px;
  text-align: center;
  color: #fff;
}
#product .infos li .text:hover {
  background-color: #ff8901;
  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;
}
#about {
  position: relative;
  margin-top: 80px;
  display: flex;
  width: 100%;
  height: 857px;
}
#about .img {
  width: 50%;
  overflow: hidden;
}
#about .img img{
  width:666px;
  margin-top: 78px;
  margin-left: 122px;
  border-radius: 24px;

}
#about .bg {
  position: relative;
  width: 50%;
  overflow: hidden;
}
#about .bg .blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 708px;
  background-color: rgba(7, 148, 240, 0.9);
}
#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: 74px;
}
#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: #ff8901;
  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: #ff8901;
}
#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: 28px;
}
#about .info .main .button .btn .more1 {
  width: 240px;
  line-height: 62px;
  border-radius: 31px;
  background-color: #ff8901;
  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: #ff8901;
  margin-top: 0px;
}
#zhanshi .navs .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
}
#zhanshi .navs .product-nav {
  color: #ff8901;
  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: #ff8901;
}
#zhanshi .content li .txt {
  font-size: 18px;
  margin-top: 32px;
}
#news {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 65px;
  background-color: rgba(7, 148, 240, 0.9);
  overflow: hidden;
}
#news .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#news .navs {
  width: 1200px;
  height: 200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
#news .navs .text div:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
#news .navs .text div:nth-child(2) {
  display: flex;
  width: 68px;
  height: 4px;
  background-color: #ff8901;
  margin-top: 0px;
}
#news .navs .text div:nth-child(3) {
  font-size: 20px;
  margin-top: 16px;
  color: #fff;
}
#news .navs .product-nav {
  color: #ff8901;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
#news .content {
  box-sizing: border-box;
  width: 1200px;
  height: 468px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
#news .content .left {
  flex: 1;
}
#news .content .left .info a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .content .left .info li {
  width: 500px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}
#news .content .left .info li p:nth-child(1) {
  height: 25px;
  font-size: 18px;
  cursor: pointer;
}
#news .content .left .info li p:nth-child(2) {
  height: 45px;
  font-size: 16px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  cursor: pointer;
}
#news .content .left .info li p:nth-child(3) {
  font-size: 26px;
  cursor: pointer;
}
#news .content .left .info li p:nth-child(1):hover {
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
#news .content .left .info li p:nth-child(2):hover {
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
#news .content .left .info li:last-child {
  border-bottom: 0;
}
#news .content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news .content .right .box1,
#news .content .right .box2 {
  width: 600px;
}
#news .content .right .box1,
#news .content .right .box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  background-color: #000;
  text-align: center;
  height: 230px;
  color: #fff;
}
#news .content .right .box1 p,
#news .content .right .box2 p {
  font-size: 32px;
  font-weight: 700;
}
#news .content .right .box1 div,
#news .content .right .box2 div {
  font-size: 17px;
  color: #fff;
}
#news .content .right .box1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#news .content .right .box1,
#news .content .right .box2 {
  position: relative;
  overflow: hidden;
}
#news .content .right .box1 p,
#news .content .right .box2 p,
#news .content .right .box1 div,
#news .content .right .box2 div {
  z-index: 2;
  cursor: pointer;
}
#news .content .right .box1 p,
#news .content .right .box2 p {
  height: 45px;
}
#news .content .right .box1 img,
#news .content .right .box2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.5s;
}
#news .content .right .box1:hover p,
#news .content .right .box2:hover p {
  border-bottom: 1px solid #fff;
}
#news .content .right .box1:hover img,
#news .content .right .box2:hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.1);
  z-index: 0;
}
#address {
  background-color: #333;
}
#address .main {
  width: 1200px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#address .main .image {
  width: 120px;
  height: 120px;
}
#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 .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: #0093f1;
  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;
}
