.clear {
  clear: both;
}
* {
  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;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.banner .bannerbox ul li video{
  width: 100%;
  height: 774px;
  object-fit: contain;
  background: #333;
}
.banner .bannerbox ul li a {
  display: block;
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  bottom: 10%;
  right: 160px;
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  bottom: 10%;
  right: 60px;
  background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.banner .bannerbox .swiper-pagination-custom {
  position: absolute;
  bottom: 50%;
  transform: translateY(-20%);
  left: auto;
  right: 80px;
  z-index: 9;
  width: 44px;
  justify-content: flex-end;
  height: auto;
}
.banner .bannerbox .swiper-pagination-custom b {
  display: block;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: right;
}
.banner .bannerbox .swiper-pagination-custom b:first-child {
  color: #d72d34;
}
.banner .bannerbox .swiper-pagination-custom em {
  width: 44px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 20px 0;
}
.banner .bannerHover {
  position: absolute;
  width: 100%;
  height: 124px;
  bottom: 0;
  left: 0;
  background: url(../images/bannerHover.png) no-repeat center;
  z-index: 99;
}
.introduce .introduceBox {
  background: url(../images/introduceBg.jpg) no-repeat 40% 75%;
}
.introduce .introduceBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 440px;
  border-left: 1px solid #eeeeee;
}
.introduce .introduceBox ul li {
  width: calc(20% - 1px);
  border-right: 1px solid #eeeeee;
  padding: 0 39px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  background: url(../images/introduceBoxBg.jpg) no-repeat 0 -500px;
  background-size: cover;
}
.introduce .introduceBox ul li i {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(../images/introduceBoxImg1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 134px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduce .introduceBox ul li b {
  margin-top: 44px;
  display: flex;
}
.introduce .introduceBox ul li b span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduce .introduceBox ul li b em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduce .introduceBox ul li b strong {
  display: block;
  line-height: 1.4;
  font-size: 24px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduce .introduceBox ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduce .introduceBox ul li .line {
  width: 140px;
  height: 1px;
  display: block;
  background: #fff;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduce .introduceBox ul li:nth-child(2) i {
  background-image: url(../images/introduceBoxImg2.png);
}
.introduce .introduceBox ul li:nth-child(3) i {
  background-image: url(../images/introduceBoxImg3.png);
}
.introduce .introduceBox ul li:nth-child(4) i {
  background-image: url(../images/introduceBoxImg4.png);
}
.introduce .introduceBox ul li:nth-child(5) i {
  background-image: url(../images/introduceBoxImg5.png);
}
.introduce .introduceBox ul li:hover {
  background: url(../images/introduceBoxBg.jpg) no-repeat 0 0px;
}
.introduce .introduceBox ul li:hover i {
  background-position: 0 -44px;
}
.introduce .introduceBox ul li:hover b span {
  color: #fff;
}
.introduce .introduceBox ul li:hover b em {
  color: #fff;
}
.introduce .introduceBox ul li:hover b strong {
  color: #fff;
}
.introduce .introduceBox ul li:hover p {
  color: #fff;
}
.introduce .introduceBox ul li:hover .line {
  opacity: 1;
}
.title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.title .titlel h3 a span {
  display: block;
  font-weight: bold;
  font-size: 65px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0d349b;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}
.title .titlel h3 a b {
  display: block;
  font-size: 26px;
  font-weight: normal;
}
.title .titler span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 13px;
}
.title .titler em {
  display: block;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.title .titler b {
  position: relative;
  display: block;
  margin-top: 5px;
  text-align: right;
}
.title .titler b i {
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.title .titler b::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 8px;
  width: 100%;
  background: #ced6eb;
}
.product {
  background: url(../images/productBg.jpg) no-repeat center top;
  background-size: cover;
  padding: 96px 0 47px;
}
.product .productBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 31px;
}
.product .productBox .productl {
  width: 260px;
  background: #fff;
}
.product .productBox .productl ul {
  width: 215px;
  margin: 0 auto;
  padding-top: 30px;
}
.product .productBox .productl ul li {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #eaeaea;
  font-size: 16px;
  color: #666666;
  padding-left: 45px;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product .productBox .productl ul li a {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666666;
  display: block;
  padding-left: 24px;
  padding-right: 20px;
  box-sizing: border-box;
  background: url(../images/productIco1.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product .productBox .productl ul li a:hover{
  color: #0d349b;
}
.product .productBox .productl .productTel {
  width: 100%;
  height: 134px;
  display: block;
  background: url(../images/productlBg.png) no-repeat center;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product .productBox .productl .productTel .productTell i {
  line-height: 25px;
  display: block;
  padding-left: 34px;
  font-size: 14px;
  color: #fff;
  background: url(../images/productTell.png) no-repeat center left;
}
.product .productBox .productl .productTel .productTell em {
  display: block;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
.product .productBox .productl .productTel .productTelr {
  margin-left: 10px;
  width: 74px;
  height: 74px;
  background: url(../images/productQr.png) no-repeat center;
  padding: 5px;
  box-sizing: border-box;
}
.product .productBox .productl .productTel .productTelr img{
  display: block;
  width: 100%;
  height: 100%;
}
.product .productBox .productr {
  width: 950px;
  padding-top: 20px;
}
.product .productBox .productr ul {
  overflow: hidden;
}
.product .productBox .productr ul li {
  float: left;
  width: 290px;
  margin-right: 40px;
  margin-bottom: 50px;
}
.product .productBox .productr ul li:nth-child(4),
.product .productBox .productr ul li:nth-child(5),
.product .productBox .productr ul li:nth-child(6){
  margin-bottom: 0;
}
.product .productBox .productr ul li a {
  display: block;
}
.product .productBox .productr ul li:nth-child(3n) {
  margin-right: 0;
}
.product .productBox .productr ul li i {
  width: 288px;
  height: 228px;
  border: 1px solid #dddddd;
  padding: 6px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productr ul li i img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productr ul li em {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  background: url(../images/productrico1.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 40px;
}
.product .productBox .productr ul li em span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.product .productBox .productr ul li em b {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  padding-top: 9px;
  color: #999999;
}
.product .productBox .productr ul li:hover a i {
  border-radius: 5px;
}
.product .productBox .productr ul li:hover a i img {
  border-radius: 5px;
}
.product .productBox .productr ul li:hover em {
  background: url(../images/productrico2.png) no-repeat center right;
  border-bottom: 1px solid #0d349b;
}
.step {
  padding-top: 67px;
  padding-bottom: 66px;
}
.step h3 {
  text-align: center;
}
.step h3 a {
  font-size: 42px;
  font-weight: bold;
  padding: 0 60px;
  background: url(../images/stepTitle.png) no-repeat top right;
  line-height: 1;
  display: table;
  margin: 0 auto;
  padding-top: 15px;
}
.step h3 a b {
  font-size: 42px;
  font-weight: bold;
  color: #0d349b;
  line-height: 1;
}
.step h3 p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}
.step h3 p em {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.step h3 p em span {
  display: block;
  color: #434343;
  opacity: 0.2;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 12px;
}
.step h3 p::after,
.step h3 p::before {
  content: "";
  width: 121px;
  height: 1px;
  background: #d9d9d9;
  margin-top: 10px;
  margin: 10px 50px;
}
.step .stepBox {
  margin-top: 40px;
  border-top: 1px solid #eaedf0;
}
.step .stepBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/stepBoxLine.png) no-repeat center left;
}
.step .stepBox ul li {
  padding: 0 40px;
  box-sizing: border-box;
  flex: 1;
  height: 140px;
  background: url(../images/stepBoxLine.png) no-repeat center right;
  position: relative;
}
.step .stepBox ul li .stepLine {
  width: 0;
  height: 5px;
  background: #0d349b;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.step .stepBox ul li b {
  font-size: 72px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: rgba(51, 51, 51, 0.1);
  font-weight: normal;
  display: block;
  line-height: 1;
  position: absolute;
  top: 74px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.step .stepBox ul li span {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 114px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.step .stepBox ul li em {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #cccccc;
  font-style: italic;
  line-height: 12px;
  position: absolute;
  top: 154px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.step .stepBox ul li:hover .stepLine {
  width: 98px;
}
.step .stepBox ul li:hover b {
  color: #0d349b;
  top: 44px;
}
.step .stepBox ul li:hover em {
  height: 24px;
}
.reason {
  width: 100%;
  height: 950px;
  background: url(../images/reasonBg.jpg) no-repeat center;
}
.reason .reasonBox {
  position: relative;
  height: 950px;
}
.reason .reasonBox h3 {
  padding-top: 100px;
  display: block;
  position: relative;
}
.reason .reasonBox h3::after {
  content: "";
  width: 46px;
  height: 29px;
  background: url(../images/reasonTitle.png) no-repeat center;
  position: absolute;
  left: -70px;
  top: 100px;
}
.reason .reasonBox h3 a {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.reason .reasonBox h3 p {
  font-size: 38px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  font-style: italic;
}
.reason .reasonBox .hd ul {
  position: relative;
}
.reason .reasonBox .hd ul li {
  display: flex;
  align-items: center;
  position: absolute;
  top: 140px;
  left: 106px;
}
.reason .reasonBox .hd ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid #d7deea;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li::after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background: #d7deea;
  position: absolute;
  left: -70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li em {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li em b {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li em b span {
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background: url(../images/reasonIco1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li i {
  padding-left: 12px;
  display: block;
}
.reason .reasonBox .hd ul li i b {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.reason .reasonBox .hd ul li i span {
  display: block;
  font-size: 15px;
  color: #d7deea;
  line-height: 1;
  margin-top: 14px;
}
.reason .reasonBox .hd ul li:nth-child(2) {
  top: 290px;
  left: 68px;
}
.reason .reasonBox .hd ul li:nth-child(2) em b span {
  background-image: url(../images/reasonIco2.png);
}
.reason .reasonBox .hd ul li:nth-child(3) {
  top: 450px;
  left: 62px;
}
.reason .reasonBox .hd ul li:nth-child(3) em b span {
  background-image: url(../images/reasonIco3.png);
}
.reason .reasonBox .hd ul li:nth-child(4) {
  top: 590px;
  left: 82px;
}
.reason .reasonBox .hd ul li:nth-child(4) em b span {
  background-image: url(../images/reasonIco4.png);
}
.reason .reasonBox .hd ul li:nth-child(5) {
  top: 110px;
  left: 528px;
}
.reason .reasonBox .hd ul li:nth-child(5) em b span {
  background-image: url(../images/reasonIco5.png);
}
.reason .reasonBox .hd ul li:nth-child(6) {
  top: 250px;
  left: 485px;
}
.reason .reasonBox .hd ul li:nth-child(6) em b span {
  background-image: url(../images/reasonIco6.png);
}
.reason .reasonBox .hd ul li:nth-child(7) {
  top: 400px;
  left: 470px;
}
.reason .reasonBox .hd ul li:nth-child(7) em b span {
  background-image: url(../images/reasonIco7.png);
}
.reason .reasonBox .hd ul li:nth-child(8) {
  top: 550px;
  left: 485px;
}
.reason .reasonBox .hd ul li:nth-child(8) em b span {
  background-image: url(../images/reasonIco8.png);
}
.reason .reasonBox .hd ul li.on::before {
  background: #fff;
  border-color: #fff;
}
.reason .reasonBox .hd ul li.on::after {
  width: 38px;
}
.reason .reasonBox .hd ul li.on em b {
  border: 4px solid #fff;
}
.reason .reasonBox .hd ul li.on em b span {
  background-color: #d72d34;
}
.reason .reasonBox .reasonBoxS {
  width: 574px;
  height: 574px;
  position: absolute;
  right: -112px;
  top: 131px;
  pointer-events: none;
}
.reason .reasonBox .reasonBoxS .bd {
  width: 100%;
  height: 100%;
  display: block;
}
.reason .reasonBox .reasonBoxS .bd .reasonList {
  width: 100%;
  height: 100%;
  display: block;
}
.reason .reasonBox .reasonBoxS .bd .reasonList img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 18px 0 24px rgba(0, 0, 0, 0.16);
}
.reason .reasonBox .reasonTel {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 16px;
  position: absolute;
  right: 0;
  bottom: 70px;
}
.case {
  padding-top: 70px;
  padding-bottom: 62px;
}
.case .caseBox {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.case .caseBox ul {
  position: relative;
}
.case .caseBox ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.case .caseBox ul li {
  width: 404px;
  float: left;
  margin-right: 31px;
  position: relative;
}
.case .caseBox ul li::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #0d349b;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #333;
  border-radius: 50%;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li a i {
  width: 404px;
  height: 304px;
  border: 1px solid #dddddd;
  display: block;
  padding: 12px;
  box-sizing: border-box;
}
.case .caseBox ul li a i img {
  width: 380px;
  height: 280px;
  display: block;
}
.case .caseBox ul li a em {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
.case .caseBox ul li a em b {
  width: 300px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox ul li a em span {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.case .caseBox ul li a em span::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #dddddd;
  display: block;
  margin-right: 10px;
}
.case .caseBox ul li a .caseNum {
  font-size: 100px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 0.8;
  color: #0e357d;
  opacity: 0.05;
  text-align: center;
  margin-top: 34px;
}
.case .caseBox ul li:hover::before {
  width: 204px;
}
.case .caseBox ul li:hover::after {
  width: 10px;
  height: 10px;
  border: 3px solid #0d349b;
  border-radius: 50%;
  bottom: 33px;
  background: #fff;
}
.case .caseBox ul li:hover a .caseNum {
  color: #055bbc;
}
.case .caseBox .caseBoxl {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/caseIco1.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
.case .caseBox .caseBoxl:hover {
  background: url(../images/caseIco2.png) no-repeat center;
}
.case .caseBox .caseBoxr {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/caseIco1.png) no-repeat center;
  cursor: pointer;
  transform: rotate(180deg);
  position: absolute;
  bottom: 16px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
.case .caseBox .caseBoxr:hover {
  background: url(../images/caseIco2.png) no-repeat center;
}
.mbanner {
  width: 100%;
  height: 211px;
  background: url(../images/mbanner.jpg) no-repeat center;
}
.mbanner .mbannerBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 211px;
  align-items: center;
}
.mbanner .mbannerBox .mbannerl {
  width: 570px;
}
.mbanner .mbannerBox .mbannerl h4 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.mbanner .mbannerBox .mbannerl p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  line-height: 30px;
  margin-top: 5px;
}
.mbanner .mbannerBox .mbannerr a {
  display: block;
  width: 177px;
  height: 52px;
  background: #d72d34;
  border-radius: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbanner .mbannerBox .mbannerr a:hover {
  transform: translateY(-5px);
}
.news {
  padding-top: 72px;
  padding-bottom: 43px;
}
.news .title {
  align-items: center;
}
.news .title .newstitler ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .title .newstitler ul li {
  position: relative;
  margin-left: 122px;
}
.news .title .newstitler ul li a {
  display: block;
}
.news .title .newstitler ul li a span {
  display: block;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .title .newstitler ul li a em {
  font-size: 14px;
  color: #999999;
}
.news .title .newstitler ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: #0d349b;
  position: absolute;
  top: 9px;
  left: -23px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .title .newstitler ul li.on a span {
  color: #0d349b;
}
.news .title .newstitler ul li.on::before {
  opacity: 1;
}
.news .bd .newsList {
  padding-top: 85px;
}
.news .bd .newsList .newsTop {
  overflow: hidden;
}
.news .bd .newsList .newsTop ul li {
  float: left;
  width: 396px;
  margin-right: 46px;
}
.news .bd .newsList .newsTop ul li:last-child {
  margin-right: 0;
}
.news .bd .newsList .newsTop ul li .newsTopText {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextl {
  width: 70px;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextl b {
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextl em {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextl i {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/newsMore1.png) no-repeat center;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextr {
  width: 320px;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextr b {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
  line-height: 1;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.news .bd .newsList .newsTop ul li .newsTopText .newsTopTextr em {
  display: block;
  font-size: 14px;
  color: #adadad;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}
.news .bd .newsList .newsTop ul li .newsTopImg {
  width: 100%;
  height: 286px;
  padding: 10px 12px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-top: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList .newsTop ul li .newsTopImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList .newsTop ul li:hover .newsTopText .newsTopTextl b {
  color: #0d349b;
}
.news .bd .newsList .newsTop ul li:hover .newsTopText .newsTopTextl i {
  background: url(../images/newsMore2.png) no-repeat center;
}
.news .bd .newsList .newsTop ul li:hover .newsTopImg {
  border-radius: 10px;
}
.news .bd .newsList .newsTop ul li:hover .newsTopImg img {
  border-radius: 10px;
}
.news .bd .newsList .newsBottom {
  width: 100%;
  overflow: hidden;
}
.news .bd .newsList .newsBottom ul li {
  width: 396px;
  margin-right: 46px;
  float: left;
}
.news .bd .newsList .newsBottom ul li:last-child {
  margin-right: 0;
}
.news .bd .newsList .newsBottom ul li a {
  display: block;
  padding-top: 30px;
}
.news .bd .newsList .newsBottom ul li a em {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .newsList .newsBottom ul li a em::before {
  content: "";
  width: 15px;
  height: 2px;
  display: inline-block;
  background: #333;
  vertical-align: middle;
  margin-right: 10px;
}
.news .bd .newsList .newsBottom ul li a span {
  color: #a9a9a9;
  margin-top: 20px;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .newsList .newsBottom ul li a b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.news .bd .newsList .newsBottom ul li a b i {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
}
.news .bd .newsList .newsBottom ul li a b i:nth-child(2) {
  color: #999999;
}
.news .bd .newsList .newsBottom ul li a:hover em {
  color: #0d349b;
}
