.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;
  background: url(../images/headerBg.jpg) repeat center;
}
*: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;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .bannerjt {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 48px;
  height: 668px;
  transform: translateY(-50%);
  z-index: 99;
}
.banner .bannerbox .bannerjt::before {
  content: "";
  width: 1px;
  height: 200px;
  background: #9dc9f5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner .bannerbox .bannerjt::after {
  content: "";
  width: 1px;
  height: 200px;
  background: #9dc9f5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner .bannerbox .bannerjt .bannerjtBox {
  position: relative;
  width: 48px;
  height: 668px;
}
.banner .bannerbox .bannerjt .swiper_bannerL {
  position: absolute;
  top: 215px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/next.png) no-repeat center;
  width: 29px;
  height: 29px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .bannerjt .swiper_bannerR {
  position: absolute;
  top: 422px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/prev.png) no-repeat center;
  width: 29px;
  height: 29px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .bannerjt .swiper_positon {
  position: absolute;
  left: 0%;
  top: 238px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 165px;
}
.banner .bannerbox .bannerjt .swiper_positon span {
  background: transparent;
  width: 45px;
  height: 45px;
  opacity: 1;
  margin: 7px 0;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}
.banner .bannerbox .bannerjt .swiper_positon span.swiper-pagination-bullet-active {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.4);
}
.banner .bannertext {
  position: absolute;
  width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.banner .swiper_positon {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0 !important;
  left: 0;
}
.title {
  position: relative;
}
.title::before {
  content: "";
  height: 29px;
  width: 41px;
  position: absolute;
  top: 10px;
  left: -50px;
  background: url(../images/tiltleBg.png) no-repeat center;
}
.title a {
  display: flex;
  align-items: center;
  align-content: center;
}
.title a img {
  display: block;
}
.title a b {
  padding-left: 15px;
}
.title a b i {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.title a b i span {
  font-weight: normal;
  font-size: 28px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 32px;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #054776;
  text-transform: uppercase;
}
.title a b em {
  font-size: 14px;
  color: #8e8e8e;
  padding-top: 16px;
  line-height: 1;
  display: block;
}
.title .titleLine {
  margin-top: 26px;
  border-bottom: 1px solid #ccc;
}
.about {
  padding-top: 103px;
  position: relative;
}
.about::after {
  content: "";
  background: url(../images/about.jpg) no-repeat center top left;
  width: 199px;
  height: 199px;
  position: absolute;
  top: 0;
  left: 0;
}
.about .aboutBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBox .aboutL {
  width: 777px;
}
.about .aboutBox .aboutL h4 {
  padding-top: 88px;
}
.about .aboutBox .aboutL h4 a {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.about .aboutBox .aboutL .aboutLine {
  margin-top: 25px;
  width: 43px;
  height: 3px;
  background: #054776;
  display: block;
  margin-bottom: 44px;
}
.about .aboutBox .aboutL p {
  font-size: 15px;
  color: #525252;
  line-height: 36px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about .aboutBox .aboutL .aboutMore {
  width: 665px;
  height: 16px;
  display: block;
  background: url(../images/aboutmore.png) no-repeat center;
  margin-top: 20px;
}
.about .aboutBox .aboutL .aboutMbanner {
  padding-top: 43px;
  position: relative;
}
.about .aboutBox .aboutL .aboutMbanner::before {
  content: "";
  background: url(../images/aboutSbannerTitle.png) no-repeat center;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 30px;
  left: -25px;
}
.about .aboutBox .aboutL .aboutMbanner h5 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 7px;
  color: #396fa9;
}
.about .aboutBox .aboutL .aboutMbanner img {
  display: block;
  height: 8px;
  margin-top: 4px;
}
.about .aboutBox .aboutR {
  width: 482px;
  height: 582px;
  display: block;
  position: relative;
}
.about .aboutBox .aboutR a {
  display: block;
  position: absolute;
  width: 852px;
  height: 636px;
  bottom: 0;
  left: -60px;
}
.about .aboutBox .aboutR a img {
  display: block;
  width: 100%;
  height: 100%;
}
.strength {
  width: 100%;
  height: 122px;
  background: url(../images/strength.jpg) no-repeat center;
}
.strength .strengthBox {
  height: 122px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.strength .strengthBox .strengthBoxl {
  font-size: 26px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/strengthBoxl.png) no-repeat center left;
  line-height: 1;
  padding: 17px 0 17px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.strength .strengthBox .strengthBoxr {
  width: 892px;
  height: 62px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.strength .strengthBox .strengthBoxr ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 88px;
  box-sizing: border-box;
}
.strength .strengthBox .strengthBoxr ul li em {
  display: flex;
  align-items: center;
}
.strength .strengthBox .strengthBoxr ul li em img {
  display: block;
  height: 34px;
  margin-right: 12px;
}
.strength .strengthBox .strengthBoxr ul li em span {
  font-size: 40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.strength .strengthBox .strengthBoxr ul li em b {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 9px;
  padding-top: 8px;
  line-height: 1;
}
.strength .strengthBox .strengthBoxr ul li dd {
  font-size: 15px;
  color: #fff;
  padding-left: 46px;
  line-height: 1;
  margin-top: 14px;
}
.equipment {
  background: url(../images/equipment.jpg) no-repeat center top;
  padding-top: 98px;
}
.equipment .equipmentTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.equipment .equipmentTitle .equipmentMore {
  width: 158px;
  text-align: right;
  font-size: 16px;
}
.equipment .equipmentTitle .equipmentMore i {
  display: block;
  width: 158px;
  border-bottom: 2px solid #dddede;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.equipment .equipmentTitle .equipmentMore:hover i {
  color: #054776;
  border-color: #054776;
}
.equipment .equipmentBox {
  position: relative;
  width: 100%;
  margin-top: 35px !important;
}
.equipment .equipmentBox .hd {
  width: 242px;
  height: 339px;
  display: block;
  background: #054776;
  margin-top: 30px;
  position: absolute;
  border-radius: 15px 0 15px 0;
  z-index: 999;
}
.equipment .equipmentBox .hd ul {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/equipmentBoxHd.png) repeat center;
  transform: translateY(-35px);
  border-radius: 35px 0 35px 0;
  padding: 27px 20px 0;
  box-sizing: border-box;
}
.equipment .equipmentBox .hd ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.equipment .equipmentBox .hd ul li a {
  padding: 0 12px 0 15px;
  height: 55px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  padding-right: 30px;
  display: block;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  font-size: 18px;
  background: url(../images/equpipmentHd1.png) no-repeat 180px center;
}
.equipment .equipmentBox .hd ul li a::before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 15px;
  background: url(../images/equpipmentIco1.png) no-repeat center;
}
.equipment .equipmentBox .hd ul li.on a {
  color: #fff;
  background: #054776 url(../images/equpipmentHd2.png) no-repeat 180px center;
  font-weight: bold;
}
.equipment .equipmentBox .hd ul li.on a::before {
  margin-right: 15px;
  background: url(../images/equpipmentIco2.png) no-repeat center;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop {
  padding-left: 330px;
  box-sizing: border-box;
  width: 100%;
  height: 354px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl {
  width: 430px;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl .en {
  padding-left: 66px;
  height: 32px;
  background: url(../images/equipmentBoxtoplen.png) no-repeat center left;
  font-size: 16px;
  line-height: 32px;
  color: #999999;
  letter-spacing: 4px;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl h5 {
  border-top: 1px solid #d7dbe0;
  margin-top: 17px;
  padding-top: 42px;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl h5 a {
  line-height: 1;
  display: block;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl h5 a:hover {
  color: #054776;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl p {
  font-size: 15px;
  color: #666;
  line-height: 40px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl .equipmentmore {
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  background: #396fa9 url(../images/equipmentmore.png) no-repeat center;
  margin-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopl .equipmentmore:hover {
  background-color: #054776;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopr {
  width: 486px;
  height: 354px;
  display: block;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopr a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxtop .equipmentBoxtopr a img {
  display: block;
  width: 100%;
  height: 100%;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom {
  margin-top: 50px;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li {
  width: 296px;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li a {
  display: block;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li a i {
  width: 290px;
  height: 230px;
  display: block;
  border: 1px solid #ccc;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li a em {
  height: 36px;
  background: url(../images/equipmentmore2.png) no-repeat center right;
  width: 100%;
  display: block;
  margin-top: 11px;
  line-height: 36px;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li a:hover i img {
  transform: scale(1.02);
}
.equipment .equipmentBox .bd .equipmentBoxlist .equipmentBoxBottom ul li a:hover em {
  color: #054776;
  background: url(../images/equipment3.png) no-repeat center right;
}
.product {
  margin-top: 90px;
}
.product .equipmentTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.product .equipmentTitle .title a.equipmentMore {
  margin-top: 30px;
}
.product .equipmentTitle .equipmentMore {
  width: 158px;
  text-align: right;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .equipmentTitle .equipmentMore i {
  display: block;
  width: 158px;
  border-bottom: 2px solid #dddede;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .equipmentTitle .equipmentMore:hover i {
  color: #054776;
  border-color: #054776;
}
.product .productBox {
  margin-top: 36px;
}
.product .productBox ul li {
  float: left;
  width: 294px !important;
  height: 277px;
  border: 1px solid #e9e9e9;
  margin-right: 38px;
  border-radius: 5px;
}
.product .productBox ul li a {
  display: block;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
.product .productBox ul li a i {
  width: 100%;
  height: 219px;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.product .productBox ul li a i img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background-color: #f2f2f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox ul li a em {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox ul li a:hover i img {
  transform: scale(1.1);
}
.product .productBox ul li a:hover em {
  color: #054776;
}
.prevalent {
  background: url(../images/prevalentBg.jpg) no-repeat center bottom;
  padding-bottom: 85px;
  padding-top: 110px;
}
.prevalent .prevalentBox {
  position: relative;
  height: 500px;
}
.prevalent .prevalentBox .title {
  position: absolute;
}
.prevalent .prevalentBox ul li {
  width: 148px;
  height: 148px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 7px;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prevalent .prevalentBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #396fa9, #054776);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prevalent .prevalentBox ul li a i {
  width: 50px;
  height: 50px;
  display: block;
  margin: 27px auto 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prevalent .prevalentBox ul li a i img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}
.prevalent .prevalentBox ul li a em {
  display: block;
  position: relative;
  padding: 0 0px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.prevalent .prevalentBox ul li a em::before {
  content: "·";
  font-size: 16px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-right: 17px;
}
.prevalent .prevalentBox ul li a em::after {
  content: "·";
  font-size: 16px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: 17px;
}
.prevalent .prevalentBox ul li:nth-child(1) {
  top: 210px;
  left: 0;
}
.prevalent .prevalentBox ul li:nth-child(2) {
  top: 167px;
  left: 284px;
}
.prevalent .prevalentBox ul li:nth-child(3) {
  top: 332px;
  left: 152px;
}
.prevalent .prevalentBox ul li:nth-child(4) {
  left: 498px;
  top: 291px;
}
.prevalent .prevalentBox ul li:nth-child(5) {
  top: 112px;
  left: 663px;
}
.prevalent .prevalentBox ul li:nth-child(6) {
  left: 830px;
  top: 210px;
}
.prevalent .prevalentBox ul li:nth-child(7) {
  top: 0px;
  left: 994px;
}
.prevalent .prevalentBox ul li:nth-child(8) {
  top: 140px;
  left: 1160px;
}
.prevalent .prevalentBox ul li:hover {
  transform: translateY(-10px);
}
.prevalent .prevalentBox ul li:hover a {
  background: linear-gradient(to bottom, #c01c06, #c01c06);
}
.reason {
  padding-top: 86px;
  box-sizing: border-box;
  width: 100%;
  height: 877px;
  background: url(../images/reasonBg.jpg) no-repeat center;
}
.reason .reasonTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.reason .reasonTitle .title {
  position: relative;
}
.reason .reasonTitle .title::before {
  content: "";
  height: 29px;
  width: 41px;
  position: absolute;
  top: 10px;
  left: -50px;
  background: url(../images/tiltleBg2.png) no-repeat center;
}
.reason .reasonTitle .title a {
  display: flex;
  align-items: center;
  align-content: center;
}
.reason .reasonTitle .title a img {
  display: block;
}
.reason .reasonTitle .title a b {
  padding-left: 15px;
}
.reason .reasonTitle .title a b i {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
}
.reason .reasonTitle .title a b i span {
  font-weight: normal;
  font-size: 28px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 32px;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
}
.reason .reasonTitle .title a b em {
  font-size: 14px;
  color: #fff;
  padding-top: 16px;
  line-height: 1;
  display: block;
}
.reason .reasonTitle .headerTel {
  background: url(../images/headerTel2.png) no-repeat center left;
  padding-left: 42px;
  font-size: 22px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 24px;
}
.reason .reasonTitle .headerTel h4 {
  line-height: 1;
  font-size: 14px;
  display: block;
  color: #fff;
}
.reason .reasonTitle .headerTel p {
  font-size: 22px;
  font-weight: normal;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1;
  color: #fff;
  padding-top: 6px;
}
.reason .reasonBox {
  margin-top: 57px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .reasonBox .bd {
  width: 341px;
  height: 341px;
  display: block;
  padding-top: 122px;
  overflow: hidden;
  margin-left: 24px;
}
.reason .reasonBox .bd li {
  border-radius: 50%;
  width: 341px;
  height: 341px;
  display: block;
  background: #fff;
}
.reason .reasonBox .bd li i {
  display: block;
  overflow: hidden;
  width: 341px;
  height: 341px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  box-sizing: border-box;
}
.reason .reasonBox .bd li i img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.reason .reasonBox .hd {
  width: 837px;
  height: 496px;
  display: block;
  margin-top: 44px;
}
.reason .reasonBox .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .reasonBox .hd ul li {
  width: 382px;
  height: 248px;
  margin-top: 37px;
}
.reason .reasonBox .hd ul li .reasonStitle {
  display: flex;
  justify-content: start;
  align-items: center;
}
.reason .reasonBox .hd ul li .reasonStitle i {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #f2f5f9;
  background-image: url(../images/reasonHd1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li .reasonStitle em {
  margin-left: 14px;
}
.reason .reasonBox .hd ul li .reasonStitle em b {
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.reason .reasonBox .hd ul li .reasonStitle em span {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9c9c9c;
}
.reason .reasonBox .hd ul li p {
  font-size: 14px;
  color: #7e7a7a;
  display: block;
  margin-top: 25px;
  line-height: 30px;
}
.reason .reasonBox .hd ul li:nth-child(2) .reasonStitle i {
  background-image: url(../images/reasonHd2.png);
}
.reason .reasonBox .hd ul li:nth-child(3) .reasonStitle i {
  background-image: url(../images/reasonHd3.png);
}
.reason .reasonBox .hd ul li:nth-child(4) .reasonStitle i {
  background-image: url(../images/reasonHd4.png);
}
.reason .reasonBox .hd ul li.on .reasonStitle i {
  background-color: #c01c06;
  background-position: 0 -46px;
}
.case {
  padding-top: 90px;
  background: url(../images/case.jpg) no-repeat center top;
}
.case .reasonTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.case .reasonTitle .casemores {
  width: 130px;
  height: 46px;
  border: 1px solid #e0e1e1;
  border-radius: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .reasonTitle .casemores a {
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .reasonTitle .casemores a::after {
  content: "";
  background: url(../images/casemores.png) no-repeat center;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.case .reasonTitle .casemores:hover {
  background: #054776;
}
.case .reasonTitle .casemores:hover a {
  color: #fff;
}
.case .caseBox {
  width: 1460px;
  margin: 0 auto;
}
.case .caseBox ul {
  padding-top: 35px !important;
}
.case .caseBox ul li {
  padding-top: 20px;
  position: relative;
  width: 335px;
  margin-right: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li i {
  width: 302px;
  height: 363px;
  background: #f2f5f9;
  position: absolute;
  top: 6px;
  right: 0;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li .caseImg {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.case .caseBox ul li .caseImg b {
  border-radius: 10px;
  transform: skewY(-5deg);
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  width: 335px;
  height: 397px;
  background: #fff;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.case .caseBox ul li .caseImg b em {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li .caseImg b em img {
  width: 335px;
  height: 397px;
  overflow: hidden;
  transform: skewY(5deg) scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.case .caseBox ul li .caseImg span {
  width: 184px;
  margin-left: 151px;
  height: 50px;
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li .caseImg span::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #c8c8c8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case .caseBox ul li:hover {
  transform: translateY(-10px);
}
.case .caseBox ul li:hover i {
  background: #c01c06;
}
.case .caseBox ul li:hover .caseImg em img {
  transform: skewY(5deg) scale(1.2);
}
.case .caseBox ul li:hover .caseImg span {
  font-weight: bold;
}
.honor {
  background: url(../images/honor.jpg) no-repeat center top;
  padding-top: 85px;
  padding-bottom: 80px;
}
.honor .reasonTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.honor .reasonTitle .title {
  position: relative;
  top: 40px;
}
.honor .reasonTitle .casemores {
  height: 35px;
  background: url(../images/honorMore.png) no-repeat center left;
  padding-left: 70px;
  text-transform: uppercase;
  line-height: 35px;
  margin-top: 14px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .reasonTitle .casemores:hover {
  color: #054776;
}
.honor .honorBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor .honorBox .honorBoxL {
  width: 319px;
  height: 371px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 116px;
  padding: 0 20px;
  box-sizing: border-box;
}
.honor .honorBox .honorBoxL h4 {
  font-size: 20px;
  color: #054776;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(../images/honorBoxLine.png) no-repeat center bottom;
}
.honor .honorBox .honorBoxL h4 span {
  font-size: 18px;
  font-weight: normal;
  color: #2c2c2c;
}
.honor .honorBox .honorBoxL ul {
  margin-top: 30px;
}
.honor .honorBox .honorBoxL ul li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid rgba(121, 159, 181, 0.4);
  position: relative;
}
.honor .honorBox .honorBoxL ul li input {
  background: transparent;
  padding-left: 28px;
  display: block;
  width: 100%;
  height: 48px;
}
.honor .honorBox .honorBoxL ul li:nth-child(1) {
  background: url(../images/messageico1.png) no-repeat center left;
}
.honor .honorBox .honorBoxL ul li:nth-child(2) {
  background: url(../images/messageico2.png) no-repeat center left;
}
.honor .honorBox .honorBoxL ul li:nth-child(3) {
  background: url(../images/messageico3.png) no-repeat center left;
}
.honor .honorBox .honorBoxL ul li:nth-child(4) {
  background: url(../images/messageico4.png) no-repeat center left;
  border-bottom-color: transparent;
}
.honor .honorBox .honorBoxL ul li:nth-child(5) {
  border-bottom-color: transparent;
}
.honor .honorBox .honorBoxL ul li .imgCode {
  width: 62px;
  height: 30px;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.honor .honorBox .honorBoxL ul li .submitform {
  width: 100%;
  height: 40px;
  background: #054776;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .honorBox .honorBoxL ul li .submitform:hover {
  transform: translateY(-5px);
}
.honor .honorBox .honorBoxR {
  width: 670px;
  position: relative;
}
.honor .honorBox .honorBoxR .bd {
  position: absolute;
  width: 914px;
}
.honor .honorBox .honorBoxR .bd ul {
  width: 100%;
}
.honor .honorBox .honorBoxR .bd ul li {
  width: 211px;
  margin-right: 37px;
}
.honor .honorBox .honorBoxR .bd ul li:nth-child(2n) {
  margin-top: 40px;
}
.honor .honorBox .honorBoxR .bd ul li i {
  width: 211px;
  height: 307px;
  display: block;
  overflow: hidden;
  background: #fff;
}
.honor .honorBox .honorBoxR .bd ul li i img {
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .honorBox .honorBoxR .bd ul li em {
  line-height: 1;
  display: block;
  margin-top: 13px;
  text-align: center;
  padding: 0 14px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.honor .honorBox .honorBoxR .bd ul li em span {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 9em;
  display: block;
}
.honor .honorBox .honorBoxR .bd ul li em::before {
  content: "·";
  font-size: 16px;
  margin-right: 10px;
  display: block;
}
.honor .honorBox .honorBoxR .bd ul li em::after {
  content: "·";
  font-size: 16px;
  margin-left: 10px;
  display: block;
}
.honor .honorBox .honorBoxR .bd ul li:hover i img {
  transform: scale(1.1);
}
.honor .honorBox .honorBoxR .bd ul li:hover em span {
  color: #054776;
}
.news {
  padding-top: 102px;
  background: url(../images/news.jpg) no-repeat top left;
  position: relative;
}
.news::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/news1.jpg) no-repeat bottom right;
}
.news .reasonTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.news .reasonTitle .hd {
  width: 450px;
}
.news .reasonTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .reasonTitle .hd ul li a {
  width: 137px;
  height: 46px;
  display: block;
  background: #f1f2f4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .reasonTitle .hd ul li a i {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 12px;
}
.news .reasonTitle .hd ul li a span {
  font-size: 16px;
  padding-left: 13px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .reasonTitle .hd ul li.on a {
  background: #c01c06;
}
.news .reasonTitle .hd ul li.on a i {
  color: #fff;
  font-weight: bold;
}
.news .reasonTitle .hd ul li.on a span {
  color: #fff;
  font-weight: bold;
}
.news .bd {
  position: relative;
  z-index: 2;
}
.news .bd .newslist {
  padding-top: 54px;
}
.news .bd .newslist .newslistTop {
  padding-bottom: 43px;
  border-bottom: 1px solid #e4e4e4;
}
.news .bd .newslist .newslistTop ul {
  overflow: hidden;
}
.news .bd .newslist .newslistTop ul li {
  float: left;
  margin-right: 46px;
  width: 290px;
}
.news .bd .newslist .newslistTop ul li a {
  display: block;
}
.news .bd .newslist .newslistTop ul li a i {
  display: block;
  width: 290px;
  height: 192px;
  overflow: hidden;
  border-radius: 10px 20px 10px 20px;
}
.news .bd .newslist .newslistTop ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newslist .newslistTop ul li em {
  font-size: 17px;
  margin-top: 34px;
  line-height: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newslist .newslistTop ul li dd {
  margin-top: 22px;
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
  color: #808080;
  height: 61px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .bd .newslist .newslistTop ul li b {
  height: 18px;
  background: url(../images/newsMore.png) no-repeat center left;
  padding-left: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #808080;
  margin-top: 10px;
  display: block;
}
.news .bd .newslist .newslistTop ul li:hover a i img {
  transform: scale(1.1);
}
.news .bd .newslist .newslistTop ul li:hover a em {
  color: #054776;
}
.news .bd .newslist .newslistTop ul li:nth-child(4) {
  margin-right: 0;
}
.news .bd .newslist .newslistBootom {
  margin-top: 52px;
  padding-bottom: 54px;
}
.news .bd .newslist .newslistBootom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd .newslist .newslistBootom ul li {
  width: 373px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd .newslist .newslistBootom ul li .newslistBootoml {
  width: 312px;
}
.news .bd .newslist .newslistBootom ul li .newslistBootoml i {
  display: block;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newslist .newslistBootom ul li .newslistBootoml em {
  font-size: 15px;
  color: #9c9c9c;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1;
}
.news .bd .newslist .newslistBootom ul li .newslistBootoml dd {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #959595;
  text-transform: uppercase;
  margin-top: 34px;
  line-height: 1;
}
.news .bd .newslist .newslistBootom ul li .newslistBootomr {
  width: 40px;
  line-height: 17px;
  color: #808080;
}
.news .bd .newslist .newslistBootom ul li:hover .newslistBootoml i {
  color: #054776;
}
