.slide {
  width: 100%;
  min-width: 1368px;
  height: 41.4vw;
  min-height: 566px;
}

.slide .swiper {
  width: 100%;
  height: 100%;
}

.slide .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.slide .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.slide .swiper .swiper-slide .slidemark {
  width: 100%;
  height: 687px;
  background: -webkit-linear-gradient(
    rgba(0, 71, 157, 0.41),
    rgba(0, 71, 157, 0)
  );
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0, 71, 157, 0.41), rgba(0, 71, 157, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0, 71, 157, 0.71), rgba(0, 71, 157, 0));
  /* 标准的语法（必须放在最后） */
}

.slide .swiper .swiper-slide .slideInfo {
  width: 1052px;
  height: 247px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../image/index/slideInfo.png);
  background-repeat: no-repeat;
}

.slide .swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 50px;
  height: 2px;
  margin: 0 2.5px 30px;
  opacity: 1;
  background-color: #999999;
}

.slide .swiper .swiper-pagination-bullet-active {
  background-color: #007aff;
}

.container {
  width: 100%;
  min-width: 1280px;
}

.companyIntro {
  width: 100%;
  height: 763px;
  padding-top: 99px;
}

.companyIntro .con {
  background: url(../image/index/con-mark.png) no-repeat;
}

.companyIntro .companyIntroMain {
  width: 100%;
}

.companyIntro .companyIntroMain .main-left {
  width: 47.9%;
  padding-top: 35px;
  padding-bottom: 10px;
}
.companyIntro .companyIntroMain .main-left p {
  margin-bottom: 20px;
  line-height: 35px;
}

.companyIntro .companyIntroMain .main-left .Info {
  color: #454545;
  width: 100%;
  line-height: 36px;
  font-size: 16px;
}

.companyIntro .companyIntroMain .main-left .left-num {
  width: 100%;
}

.companyIntro .companyIntroMain .main-left .left-num ul {
  width: 100%;
  height: 100%;
}

.companyIntro .companyIntroMain .main-left .left-num ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.companyIntro .companyIntroMain .main-left .left-num ul li > span {
  color: #666666;
  font-size: 16px;
}

.companyIntro .companyIntroMain .main-left .left-num ul li div span {
  color: #2757ad;
}

.companyIntro
  .companyIntroMain
  .main-left
  .left-num
  ul
  li
  div
  span:first-child {
  font-size: 32px;
}

.companyIntro .companyIntroMain .main-left .left-num ul li div span:last-child {
  font-size: 20px;
}

.companyIntro .companyIntroMain .main-right {
  width: 613px;
  height: 356px;
}

.findmore {
  cursor: pointer;
  align-self: start;
  width: 160px;
  height: 48px;
  background-color: #0144a6;
  border-radius: 20px 0px 20px 0px;
  padding: 0 32px;
  color: #fff;
  font-size: 16px;
}

.productIntro {
  width: 100%;
  height: 960px;
  background: url(../image/index/b4.png) no-repeat 100% 100%;
  padding-top: 99px;
}

.productIntro .english {
  color: #fff;
  opacity: 0.5 !important;
}

.productIntro .findmore {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.productIntro .topInfo {
  display: flex;
}

.productIntro .topInfo span {
  color: #fff;
  font-size: 20px;
}

.productIntro .topInfo a {
  color: #fff;
}

.productIntro .plate {
  width: 100%;
}
.productIntro .plate * {
  background-size: cover;
}

.productIntro .plate div {
  width: 676px;
  height: 653px;
}

.productIntro .plate div ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.productIntro .plate div ul li {
  width: 330px;
  height: 210px;
}
.productIntro .plate div ul li a {
  width: 100%;
  height: 100%;
  display: flex;
}

.productIntro .plate div ul li .plateMask {
  width: 100%;
  height: 52px;
  display: flex;
  margin-top: auto;
  align-items: center;
  align-self: flex-end;
  background-color: rgba(1, 68, 166, 0.68);
}

.productIntro .plate div ul li .plateMask .maskTitle,
.productIntro .plate div ul li .plateMask .findmore {
  opacity: 1;
}

.productIntro .plate div ul li .plateMask .maskTitle {
  width: 100%;
  height: 20px;
  font-weight: normal;
}

/* .productIntro .plate div ul li .plateMask:hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: rgba(1, 68, 166, 0.55);
  transition: all 0.5s;
} */

.productIntro .plate div ul li .plateMask .maskTitle {
  opacity: 1 !important;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 18px;
}

.productIntro .plate div ul li .plateMask .findmore {
  opacity: 1;
  transition: all 0.7s;
  align-self: center;
}

.dongbei {
  width: 100%;
  height: 766px;
  padding-top: 99px;
}

.dongbei .topInfo a span {
  color: #666;
  font-size: 20px;
}

.dongbei .topInfo a span:hover {
  color: #0144a6;
}

.dongbei .english {
  margin: 0;
}

.dongbei .clientCaseMain {
  width: 100%;
  height: 442px;
}

.dongbei .clientCaseMain .clientInfo {
  height: 100%;
  width: 594px;
  padding-top: 105px;
}

.dongbei .clientCaseMain .clientInfo h3 {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 38px;
}

.dongbei .clientCaseMain .clientInfo div {
  color: #777777;
  font-size: 16px;
  margin-bottom: 18px;
}

.dongbei .clientCaseMain .clientInfo div:last-child {
  margin-bottom: 52px;
}

.dongbei .clientCaseMain .clientInfo p {
  width: 447px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 102px;
}

.dongbei .clientCaseMain .clientMap {
  width: 768px;
  height: 489px;
}

.dongbei .clientCaseMain .clientMap img {
  width: 100%;
  height: 100%;
}

.clientCase {
  width: 100%;
  height: 960px;
  background: url(../image/index/c1.png) no-repeat;
  background-size: cover;
  padding-top: 99px;
}

.clientCase .con {
  height: auto;
}

.clientCase .clientSlide {
  width: 100%;
  height: 480px;
}

.clientCase .clientSlide .swiper {
  width: 100%;
  height: 100%;
}

.clientCase .clientSlide .swiper > * {
  margin: 0 !important;
}

.clientCase .clientSlide .swiper .swiper-slide-active .slideInfo {
  opacity: 1 !important;
  transition: all 0.5s;
}

.clientCase .clientSlide .swiper .swiper-slide {
  width: 518px;
  height: 370px;
}
.clientCase .clientSlide .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.clientCase .clientSlide .swiper .swiper-slide div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.clientCase .clientSlide .swiper .swiper-slide div .slideInfo {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.clientCase .clientSlide .swiper .swiper-slide div .slideInfo .slideInfoMain {
  align-self: flex-end;
  height: auto;
  width: 100%;
  padding: 0 36px 35px 28px;
}

.clientCase
  .clientSlide
  .swiper
  .swiper-slide
  div
  .slideInfo
  .slideInfoMain
  h1 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 38px;
}

.clientCase .clientSlide .swiper .swiper-slide div .slideInfo .slideInfoMain p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #cccccc;
}
.cooperativeBrand {
  width: 100%;
  height: 500px;
  padding-top: 41px;
  background-size: 100% 100%;
  background-color: #f5f5f5;
}
.cooperativeBrand .english {
  margin-bottom: 36px;
}
.cooperativeBrand .friendlogos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cooperativeBrand .friendlogo {
  margin-bottom: 20px;
  width: 313px;
  height: 116px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperativeBrand .friendlogo img {
}
.friend {
  width: 100%;
  height: 793px;
  background: #f2f2f2;
  padding-top: 99px;
}

.friend .english {
  margin-bottom: 100px;
}

.friend .friendMain {
  padding-left: 26px;
}

.friend .friendMain .friendInfo {
  width: 360px;
  height: 407px;
  padding-top: 60px;
}

.friend .friendMain .friendInfo .friendlogo {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 60px;
}

.friend .friendMain .friendInfo .friendlogo img:first-child {
  width: 118px;
  height: 49px;
}

.friend .friendMain .friendInfo .friendlogo img:last-child {
  width: 104px;
  height: 60px;
}

.friend .friendMain .friendInfo .friendlogo div {
  width: 1px;
  height: 40px;
  background-color: #000000;
  opacity: 0.15;
}

.friend .friendMain .friendInfo h1 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0144a6;
  margin-bottom: 58px;
}

.friend .friendMain .friendInfo p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}

.friend .friendMain .friendImg {
  width: 941px;
  height: 407px;
  background: url(../image/index/f3.png) no-repeat 100% 100%;
  position: relative;
}

.friend .friendMain .friendImg .Italy {
  position: absolute;
  top: 34%;
  left: 50%;
}

.friend .friendMain .friendImg .Israel {
  position: absolute;
  top: 42%;
  left: 56%;
}

.friend .friendMain .friendImg .heilongjiang {
  position: absolute;
  top: 29%;
  left: 80%;
}

.friend .friendMain .friendImg .heilongjiang h1 {
  margin-bottom: 0 !important;
}

.friend .friendMain .friendImg .addressPoint {
  cursor: pointer;
}

.friend .friendMain .friendImg .addressPoint h1 {
  color: #1c5199;
  font-size: 20px;
  margin-bottom: 12px;
}

.friend .friendMain .friendImg .addressPoint:hover .bigPoint {
  border: solid 2px #1c5199;
  transition: all 0.5s;
}

.friend .friendMain .friendImg .addressPoint:hover .point {
  background-color: #1c5199;
  transition: all 0.5s;
}

.friend .friendMain .friendImg .addressPoint .bigPoint {
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  border-radius: 50%;
  position: relative;
}

.friend .friendMain .friendImg .addressPoint .point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border: solid 2px #1c5199;
  border-radius: 50%;
}

.news {
  width: 100%;
  padding-top: 99px;
  margin-bottom: 50px;
}

.news .topRight .picked {
  background-color: #0144a6;
  border-radius: 20px 0px 20px 0px;
  transition: all 0.5s;
}

.news .topRight .picked * {
  color: #fff !important;
}

.news .topRight li {
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  cursor: pointer;
}

.news .topRight li a {
  color: #333333;
}

.news .topRight li:last-child {
  margin: 0;
}

.news .english {
  margin-bottom: 50px;
}

.news .newsMain {
  width: 100%;
  height: 628px;
}

.news .newsMainleft {
  width: 591px;
  height: 100%;
  background-color: #eeeeee;
  padding: 42px 33px 0 36px;
  position: relative;
}
.news .newsMainleft .newscon {
  width: 100%;
  height: 100%;
}
.news .newsMainleft .changeBtns {
  position: absolute;
  right: 67px;
  bottom: 46px;
  display: flex;
}
.news .newsMainleft .changeBtns .changeBtn {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.news .newsMainleft .changeBtns .picked {
  background-color: #0144a6 !important;
}
.news .newsMainleft .time {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
  margin-bottom: 15px;
}

.news .newsMainleft h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #545454;
  margin-bottom: 25px;
}

.news .newsMainleft .newsMainImg {
  width: 522px;
  height: 278px;
  margin-bottom: 20px;
}

.news .newsMainleft .newsMainImg img {
  width: 100%;
  height: 100%;
}

.news .newsMainleft p {
  width: 540px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 20px;
}

.news .newsMainRight {
  padding: 4px 0 2px;
  height: 100%;
  width: 734px;
}

.news .newsMainRight .rightplate {
  width: 100%;
  height: 189px;
  border: solid 1px #e5e5e5;
  padding: 40px 18px 0 14px;
}

.news .newsMainRight .rightplate .rightplateleft {
  width: 548px;
}

.news .newsMainRight .rightplate .rightplateleft h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
  margin-bottom: 24px;
}

.news .newsMainRight .rightplate .rightplateleft p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #999999;
}

.news .newsMainRight .rightplate .rightplateTime {
  height: 113px;
  width: 113px;
  border-radius: 8px 8px 0px 0px;
}

.news .newsMainRight .rightplate .rightplateTime .timetop {
  width: 113px;
  height: 70px;
  border-radius: 8px 8px 0px 0px;
  border: solid 2px #00479d;
  font-size: 26px;
  color: #0144a6;
}

.news .newsMainRight .rightplate .rightplateTime .timebottom {
  width: 113px;
  height: 43px;
  background-color: #00479d;
  border-radius: 0px 0px 8px 8px;
  color: #ffffff;
  font-size: 26px;
}
