﻿* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  font-size: 0.14rem;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.banner {
  position: relative;
}

.banner ul li img {
  display: block;
  width: 100%;
}

.banner .bannerswiper-pagination {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.banner .bannerswiper-pagination span {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

.banner .bannerswiper-pagination span.swiper-pagination-bullet-active {
  background: #d72025 !important;
}

.banner .bannerL {
  background: url(../image/banner_arrow.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 55%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  z-index: 999;
}

.banner .bannerR {
  background: url(../image/banner_arrow.png) no-repeat left bottom;
  position: absolute;
  right: 20px;
  top: 55%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  z-index: 999;
  outline: none;
}

.header {
  position: fixed;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.title {
  padding-top: 80px;
}

.title h3 {
  position: relative;
}

.title h3 b {
  font-size: 62px;
  line-height: 62px;
  color: #f3f3f3;
  font-weight: normal;
  text-align: center;
  display: block;
}

.title h3 a {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #333333;
}

.title .titleLine {
  width: 40px;
  height: 3px;
  background-image: linear-gradient(90deg, #d72025 0%, #fde9e9 100%);
  margin: 10px auto;
}

.title p {
  font-size: 15px;
  color: #808080;
  text-align: center;
}

.about {
  padding-bottom: 80px;
}

.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .aboutBox .aboutBoxL {
  flex: 0 0 654px;
  justify-content: center;
  float: left;
  width: 654px;
  height: 463px;
  background: #f5f5f7;
  padding: 5px;
  box-sizing: border-box;
}

.about .aboutBox .aboutBoxL video {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background: #333;
}

.about .aboutBox .aboutBoxR {
  flex: 0 0 625px;
  justify-content: center;
  float: left;
  width: 625px;
}

.about .aboutBox .aboutBoxR h4 {
  padding-top: 20px;
}

.about .aboutBox .aboutBoxR h4 i {
  font-size: 42px;
  background: linear-gradient(90deg, #d72025 0%, #fde9e9 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}

.about .aboutBox .aboutBoxR h3 a {
  display: block;
  font-size: 28px;
  line-height: 43px;
  color: #333333;
  margin: 30px 0;
  line-height: 1;
  font-weight: bold;
}

.about .aboutBox .aboutBoxR .aboutLine {
  width: 120px;
  height: 4px;
  background-image: linear-gradient(90deg, #d72025 0%, #fde9e9 100%);
}

.about .aboutBox .aboutBoxR p {
  font-size: 16px;
  line-height: 38px;
  color: #4d4d4d;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 190px;
  text-indent: 34px;
}

.about .aboutBox .aboutBoxR .aboutmore {
  width: 165px;
  height: 45px;
  background-image: linear-gradient(90deg, #e74747 0%, #f7937a 68%, #feb692 100%), linear-gradient(#d72025, #d72025);
  background-blend-mode: normal,
    normal;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  margin-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .aboutBox .aboutBoxR .aboutmore:hover {
  transform: translateX(5px);
}

.serivce {
  background: url(../image/SERVICE.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 97px;
}

.serivce .title h3 b {
  color: #fff;
}

.serivce .serviceBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.serivce .serviceBox ul li {
  flex: 0 0 307px;
  justify-content: center;
  float: left;
  width: 307px;
  height: 390px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 35px;
}

.serivce .serviceBox ul li .serviceBoxTop {
  height: 200px;
  background-image: linear-gradient(90deg, #0597ff 0%, #abdcff 100%), linear-gradient(#eb5757, #eb5757);
  background-blend-mode: normal,
    normal;
  display: block;
  justify-content: center;
}

.serivce .serviceBox ul li .serviceBoxTop b {
  display: block;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  padding-top: 46px;
}

.serivce .serviceBox ul li .serviceBoxTop i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 20px auto 0;
}
.serivce .serviceBox ul li .serviceBoxTop i img{
max-width: 100%;

}
.serivce .serviceBox ul li:nth-child(2) .serviceBoxTop {
  background-image: linear-gradient(90deg, #eb5757 0%, #f58775 50%, #feb692 100%), linear-gradient(#eb5757, #eb5757);
}

.serivce .serviceBox ul li:nth-child(3) .serviceBoxTop {
  background-image: linear-gradient(90deg, #7568f0 0%, #b28ef8 68%, #ce9ffc 100%), linear-gradient(#eb5757, #eb5757);
}

.serivce .serviceBox ul li:nth-child(4) .serviceBoxTop {
  background-image: linear-gradient(90deg, #35cdbd 0%, #90f7ec 100%), linear-gradient(#eb5757, #eb5757);
}

.serivce .serviceBox ul li .serviceBoxText {
  height: 200px;
  background: #fff;
  display: block;
  padding: 20px 26px;
  box-sizing: border-box;
}

.serivce .serviceBox ul li .serviceBoxText span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 100px;
}

.serivce .serviceBox ul li .serviceBoxText i {
  width: 128px;
  height: 35px;
  border: solid 1px #d9d9d9;
  display: block;
  margin: 15px auto 0;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #808080;
  -webkit-transition: .5s;
  transition: .5s;
}

.reason {
  padding-bottom: 90px;
}

.reason .reasonBox {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1);
  padding: 60px 50px 0;
  box-sizing: border-box;
}

.reason .reasonBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.reason .reasonBox ul li {
  flex: 0 0 367px;
  justify-content: center;
  float: left;
  width: 367px;
}

.reason .reasonBox ul li .reasonBoxCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.reason .reasonBox ul li .reasonBoxCenter .reasonBoxNum {
  width: 55px;
  height: 55px;
  background-image: linear-gradient(125deg, #e74747 0%, #f7937a 68%, #feb692 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 26px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}

.reason .reasonBox ul li .reasonBoxCenter .reasonBoxText {
  flex: 1;
  padding-left: 20px;
}

.reason .reasonBox ul li .reasonBoxCenter .reasonBoxText h4 {
  font-size: 26px;
}

.reason .reasonBox ul li .reasonBoxCenter .reasonBoxText p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 60px;
}

.product {
  background-color: #f5f5f7;
  padding-bottom: 80px;
  overflow: hidden;
}

.product .title h3 b {
  color: #fff;
}

.product .content {
  overflow: hidden;
}

.product .content .productMenu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.product .content .productMenu ul li {
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .content .productMenu ul li a {
  display: block;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .content .productMenu ul li.on {
  background: #d72025;
}

.product .content .productMenu ul li.on a {
  color: #fff;
}

.product .content .productListCenter {
  overflow: hidden;
}

.product .content .productListCenter .productList ul {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}


.product .content .productListCenter .productList ul li {
  float: left;
  width: 327px;
  margin: 0 6.5px;
}


.product .content .productListCenter .productList ul li .productListCenterImg {
  display: block;
  width: 327px;
  height: 277px;
  margin-top: 20px;
  overflow: hidden;
}


.product .content .productListCenter .productList ul li .productListCenterImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .content .productListCenter .productList ul li .productListCenterText {
  height: 38px;
  background: #fff;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .content .productListCenter .productList ul li:hover .productListCenterImg img {
  transform: scale(1.1);
}

.product .content .productListCenter .productList ul li:hover .productListCenterText {
  background: #d72025;
  color: #fff;
}

.mb {
  width: 100%;
  height: 150px;
  background-image: linear-gradient(90deg, #d72025 0%, #e04e52 100%), linear-gradient(#d72025, #d72025);
  background-blend-mode: normal, normal;
  overflow: hidden;
}

.mb .mbCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.mb .mbCenter .mbL {
  font-size: 26px;
  color: #fff;
}

.mb .mbCenter .mbL i {
  font-size: 40px;
  vertical-align: sub;
}

.mb .mbCenter .mbR {
  width: 460px;
  height: 56px;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.mb .mbCenter .mbR input {
  height: 40px;
  width: 324px;
  float: left;
  background: transparent;
  margin-top: 6px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  border-right: 1px solid #fff;
}

.mb .mbCenter .mbR input::placeholder {
  color: #fff;
}

.mb .mbCenter .mbR button {
  background: transparent;
  border: 0;
  width: 136px;
  height: 40px;
  margin-top: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.reason2 {
  padding-bottom: 80px;
}

.reason2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reason2 ul li {
  flex: 0 0 440px;
  justify-content: center;
  float: left;
  width: 440px;
  height: 285px;
  position: relative;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason2 ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.reason2 ul li img {
  display: block;
  width: 440px;
  height: 285px;
}

.reason2 ul li .reason2Bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.reason2 ul li .reason2Bg h4 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 94px;
  line-height: 1;
}

.reason2 ul li .reason2Bg i {
  display: block;
  width: 62px;
  height: 2px;
  background-color: #ffffff;
  margin: 20px auto;
}

.reason2 ul li .reason2Bg p {
  font-size: 16px;
  color: #f3f3f3;
  text-align: center;
}

.reason3 {
  background: #f5f5f7;
  padding-bottom: 80px;
}

.reason3 .title h3 b {
  color: #fff;
}

.reason3 .reason3Center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.reason3 .reason3Center .reason3L .reason3LTop {
  width: 378px;
  height: 298px;
  background: url(../image/reason3LTop.png) no-repeat center;
  padding: 32px 20px 0;
  box-sizing: border-box;
}

.reason3 .reason3Center .reason3L .reason3LTop h4 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.reason3 .reason3Center .reason3L .reason3LTop i {
  width: 73px;
  height: 2px;
  background-image: linear-gradient(90deg, #d72025 0%, #fde9e9 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
  background-blend-mode: normal,
    normal;
  display: block;
  margin: 17px 0;
}

.reason3 .reason3Center .reason3L .reason3LTop p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 28px;
}

.reason3 .reason3Center .reason3L .reason3LBottom {
  width: 378px;
  height: 224px;
  background: url(../image/reason3LBottom.png) no-repeat center;
  padding: 15px 20px 0;
  box-sizing: border-box;
  margin-top: 30px;
}

.reason3 .reason3Center .reason3L .reason3LBottom h4 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.reason3 .reason3Center .reason3L .reason3LBottom i {
  width: 73px;
  height: 2px;
  background-image: linear-gradient(90deg, #d72025 0%, #fde9e9 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
  background-blend-mode: normal,
    normal;
  display: block;
  margin: 17px 0;
}

.reason3 .reason3Center .reason3L .reason3LBottom p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 28px;
}

.reason3 .reason3Center .reason3C {
  width: 598px;
  height: 364px;
}

.reason3 .reason3Center .reason3C img {
  width: 100%;
  height: 100%;
}

.reason3 .reason3Center .reason3R .reason3LTop {
  width: 378px;
  height: 298px;
  background: url(../image/reason3LTop.png) no-repeat center;
  padding: 12px 20px 0;
  box-sizing: border-box;
  text-align: right;
}

.reason3 .reason3Center .reason3R .reason3LTop h4 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.reason3 .reason3Center .reason3R .reason3LTop i {
  width: 73px;
  height: 2px;
  background-image: linear-gradient(-90deg, #d72025 0%, #fde9e9 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
  background-blend-mode: normal,
    normal;
  display: block;
  margin: 17px 0;
  float: right;
}

.reason3 .reason3Center .reason3R .reason3LTop i::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

.reason3 .reason3Center .reason3R .reason3LTop p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 28px;
}

.reason3 .reason3Center .reason3R .reason3LBottom {
  width: 378px;
  height: 224px;
  background: url(../image/reason3LBottom.png) no-repeat center;
  padding: 15px 20px 0;
  box-sizing: border-box;
  margin-top: 30px;
  text-align: right;
}

.reason3 .reason3Center .reason3R .reason3LBottom h4 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.reason3 .reason3Center .reason3R .reason3LBottom i {
  width: 73px;
  height: 2px;
  background-image: linear-gradient(-90deg, #d72025 0%, #fde9e9 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
  background-blend-mode: normal,
    normal;
  display: block;
  margin: 17px 0;
  float: right;
}

.reason3 .reason3Center .reason3R .reason3LBottom i::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

.reason3 .reason3Center .reason3R .reason3LBottom p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 28px;
}

.case {
  width: 100%;
  height: 878px;
  background: url(../image/caseBg.jpg) no-repeat center;
}

.case .caseBox {
  position: relative;
}

.case .caseBox .caseBoxList ul li {
  width: 310px;
  float: left;
  margin: 0 15px;
}

.case .caseBox .caseBoxList ul li .caseBoxImg {
  display: block;
  width: 310px;
  height: 524px;
  overflow: hidden;
}

.case .caseBox .caseBoxList ul li .caseBoxImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .caseBox .caseBoxList ul li .caseBoxText {
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #fff;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .caseBox .caseBoxList ul li:hover .caseBoxImg img {
  transform: scale(1.1);
}

.case .caseBox .caseBoxList ul li:hover .caseBoxText {
  background: #333;
  color: #fff;
}

.case .caseBox .caseBoxL {
  width: 42px;
  height: 42px;
  background: url(../image/caseBoxL.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  cursor: pointer;
}

.case .caseBox .caseBoxR {
  width: 42px;
  height: 42px;
  background: url(../image/caseBoxR.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  cursor: pointer;
}

.news {
  margin-bottom: 60px;
}

.news .newsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

.news .newsBox .newsBoxL {
  flex: 0 0 706px;
  justify-content: center;
  float: left;
  width: 706px;
}

.news .newsBox .newsBoxL .hd {
  margin-bottom: 34px;
}

.news .newsBox .newsBoxL .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: left;
}

.news .newsBox .newsBoxL .hd ul li {
  font-size: 24px;
  line-height: 43px;
  margin-right: 26px;
}

.news .newsBox .newsBoxL .hd ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 23px;
  background-image: linear-gradient(180deg, #e74747 0%, #f7937a 68%, #feb692 100%), linear-gradient(#e4e4e4, #e4e4e4);
  background-blend-mode: normal,
    normal;
  vertical-align: middle;
}

.news .newsBox .newsBoxL .hd ul li a {
  color: #333333;
  font-size: 24px;
  padding-left: 12px;
}

.news .newsBox .newsBoxL .hd ul li.on a {
  color: #d72025;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC .newsBoxLImg {
  width: 245px;
  height: 162px;
  background-color: #ffffff;
  border: solid 5px #f5f5f5;
  overflow: hidden;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC .newsBoxLImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC .newsBoxLText {
  flex: 0 0 435px;
  justify-content: center;
  float: left;
  width: 435px;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC .newsBoxLText a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC .newsBoxLText p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
  margin: 15px 0;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC .newsBoxLText i {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  background: url(../image/news_more.png) no-repeat center right;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC:hover .newsBoxLImg img {
  transform: scale(1.1);
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListC:hover .newsBoxLText a {
  color: #d72025;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListBottom ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: dashed 1px #d2d2d2;
  padding-bottom: 14px;
  margin-top: 14px;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListBottom ul li a {
  flex: 0 0 590px;
  justify-content: center;
  float: left;
  width: 590px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListBottom ul li a::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #a9a9a9;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListBottom ul li i {
  font-size: 14px;
  color: #999;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListBottom ul li:hover a {
  color: #d72025;
}

.news .newsBox .newsBoxL .bd .newsBoxList .newsBoxListBottom ul li:hover a::before {
  content: "";
  background: #d72025;
  transform: rotate(90deg);
}

.news .newsBox .newsBoxR {
  flex: 0 0 614px;
  justify-content: center;
  float: left;
  width: 614px;
}

.news .newsBox .newsBoxR .newsrTitle {
  font-size: 24px;
  line-height: 43px;
  margin-right: 26px;
  margin-bottom: 34px;
}

.news .newsBox .newsBoxR .newsrTitle::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 23px;
  background-image: linear-gradient(180deg, #e74747 0%, #f7937a 68%, #feb692 100%), linear-gradient(#e4e4e4, #e4e4e4);
  background-blend-mode: normal,
    normal;
  vertical-align: middle;
}

.news .newsBox .newsBoxR .newsrTitle a {
  color: #333333;
  font-size: 24px;
  padding-left: 12px;
}

.news .newsBox .newsBoxR .bd {
  height: 480px;
  overflow: hidden;
}

.news .newsBox .newsBoxR .bd ul li {
  height: 128px;
}

.news .newsBox .newsBoxR .bd ul li .newsBoxRTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news .newsBox .newsBoxR .bd ul li .newsBoxRTop a {
  flex: 0 0 510px;
  justify-content: center;
  float: left;
  width: 510px;
  font-size: 18px;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newsBox .newsBoxR .bd ul li .newsBoxRTop i {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.news .newsBox .newsBoxR .bd ul li .newsBoxRBottom {
  font-size: 14px;
  background: url(../image/news_err2.png) no-repeat right 11px;
  padding-right: 60px;
  box-sizing: border-box;
  border-bottom: 1px dashed #d2d2d2;
  width: 100%;
  display: block;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 22px;
  margin-top: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox .newsBoxR .bd ul li:hover .newsBoxRTop a {
  color: #d72025;
  transform: translateX(5px);
}

.news .newsBox .newsBoxR .bd ul li:hover .newsBoxRTop i {
  color: #333;
}

.news .newsBox .newsBoxR .bd ul li:hover .newsBoxRBottom {
  color: #666;
}

.mb2 {
  background-color: #f5f5f7;
  padding: 40px 0;
  text-align: center;
}

.mb2 h4 {
  font-size: 32px;
  line-height: 1;
}

.mb2 h4 b {
  color: #d72025;
}

.mb2 p {
  font-size: 20px;
  line-height: 20px;
  color: #d72025;
  margin: 26px 0;
}

.mb2 .mb2box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.mb2 .mb2box a {
  width: 154px;
  height: 40px;
  background-color: #eb633d;
  border-radius: 20px;
  line-height: 40px;
  margin: 0 13px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.mb2 .mb2box a:hover {
  transform: translateY(-5px);
}

.mb2 .mb2box a:nth-child(1) {
  background: #ea913a;
}


.serivce .serviceBox ul li:hover .serviceBoxText {}

.serivce .serviceBox ul li:hover .serviceBoxText i {
  background: #0597ff;
  color: #fff;
}

.serivce .serviceBox ul li:nth-child(2):hover .serviceBoxText i {
  background: #f58775;
  color: #fff;
}

.serivce .serviceBox ul li:nth-child(3):hover .serviceBoxText i {
  background: #b28ef8;
  color: #fff;
}

.serivce .serviceBox ul li:nth-child(4):hover .serviceBoxText i {
  background: #35cdbd;
  color: #fff;
}

.serivce .serviceBox ul li:hover {
  transform: translateY(-5px);
}

.linksBox .container {
  width: 1360px;
  margin: 50px auto 50px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.linksBox .container h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #d72025;
  -webkit-transition: .5s;
  transition: .5s;
}


.linksBox .container a {
  line-height: 36px;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}

.linksBox .container a:hover {
  color: #d72025;
}