.contents {
  width: 1360px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.abo {
  padding: 83px 0 0;
  height: 780px;
  background: url(../images/abo.jpg) no-repeat center top;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .aside {
  width: 773px;
}
.abo .aside .top {
  width: 373px;
  height: 54px;
  background: url(../images/t1.png) no-repeat top left;
  padding: 24px 0 0;
  box-sizing: border-box;
}
.abo .aside .top h3 {
  display: flex;
}
.abo .aside .top h3 i {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.abo .aside .top h3 i:nth-child(2) {
  color: #15569d;
}
.abo .aside .text {
  margin: 40px 0 0;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 210px;
}
.abo .aside ul {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.abo .aside ul li p {
  display: flex;
  height: 50px;
}
.abo .aside ul li p i {
  display: block;
  font-family: Arial;
  font-size: 64px;
  font-weight: bold;
  line-height: 50px;
  color: #15569d;
}
.abo .aside ul li p span {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #15569d;
  line-height: 80px;
}
.abo .aside ul li .item {
  margin: 20px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 15px;
}
.abo .aside .more {
  margin: 40px 0 0;
  display: block;
  width: 188px;
  height: 75px;
  background: url(../images/more1.png) no-repeat center left;
  font-size: 16px;
  color: #666;
  line-height: 88px;
  padding: 0 0 0 29px;
  box-sizing: border-box;
}
.abo .picimg {
  position: relative;
  z-index: 50;
  width: 520px;
  height: 587px;
}
.abo .picimg::before {
  content: "";
  display: block;
  width: 520px;
  height: 588px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  background: #e5e5e5;
}
.abo .picimg .about {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .picimg .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .picimg .about img:hover {
  transform: scale(1.1);
}
.pro .top {
  position: relative;
  z-index: 50;
  width: 540px;
  margin: 0 auto;
  padding: 21px 0 0;
  box-sizing: border-box;
}
.pro .top em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  font-family: Arial;
  font-size: 72px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  color: #ebebeb;
}
.pro .top h3 a {
  display: flex;
  justify-content: center;
}
.pro .top h3 a i {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #15569d;
}
.pro .top h3 a i:nth-child(2) {
  color: #333;
}
.pro .top p {
  margin: 7px 0 0;
  font-size: 15px;
  color: #666;
  line-height: 15px;
  text-align: center;
}
.pro .listtitle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 40px;
}
.pro .listtitle li {
  width: 214px;
  height: 80px;
  background: #f2f2f2;
  margin-right: 15px;
  transition: 0.5s linear;
}
.pro .listtitle li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 21px 0 0;
  box-sizing: border-box;
}
.pro .listtitle li a i {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  text-align: center;
  transition: 0.5s linear;
}
.pro .listtitle li a span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  text-align: center;
  margin: 4px 0 0;
  transition: 0.5s linear;
}
.pro .listtitle li:hover {
  background: #15569d;
}
.pro .listtitle li:hover a i {
  color: #fff;
}
.pro .listtitle li:hover a span {
  color: #fff;
}
.pro .listtitle li:nth-child(1) {
  background: #15569d;
}
.pro .listtitle li:nth-child(1) a i {
  color: #fff;
}
.pro .listtitle li:nth-child(1) a span {
  color: #fff;
}
.pro .listtitle li:last-child {
  margin: 0;
}
.pro .picimg {
  display: flex;
  justify-content: space-between;
}
.pro .picimg li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 673px;
  height: 294px;
  background: url(../images/bg.jpg) no-repeat center;
  padding: 0 20px 0 29px;
  box-sizing: border-box;
}
.pro .picimg li .text {
  position: relative;
  width: 288px;
  padding: 37px 0 0;
  box-sizing: border-box;
}
.pro .picimg li .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  position: absolute;
  top: 82px;
  left: 2px;
  background: #ccc;
}
.pro .picimg li .text .cond {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .picimg li .text p {
  margin: 53px 0 0;
  font-size: 14px;
  color: #808080;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 112px;
}
.pro .picimg li .text .more {
  margin: 10px 0 0;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  transition: 0.5s linear;
}
.pro .picimg li .img {
  display: block;
  width: 240px;
  height: 250px;
  overflow: hidden;
}
.pro .picimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .picimg li .img img:hover {
  transform: scale(1.1);
}
.pro .picimg li:hover .text .cond {
  color: #15569d;
  letter-spacing: 1px;
}
.pro .picimg li:hover .text .more {
  color: #15569d;
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.pro .listimg li {
  width: 328px;
}
.pro .listimg li .tu {
  width: 328px;
  height: 328px;
  background: #f2f2f2;
  padding: 4px;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  position: relative;
  padding: 0 90px 0 0;
  box-sizing: border-box;
  width: 100%;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.pro .listimg li:hover .text .cond {
  letter-spacing: 1px;
  color: #15569d;
}
.pro .listimg li:hover .text .more {
  color: #15569d;
}
.appl {
  margin: 50px 0 0;
}
.appl .top {
  position: relative;
  z-index: 50;
  width: 540px;
  margin: 0 auto;
  padding: 21px 0 0;
  box-sizing: border-box;
}
.appl .top em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  font-family: Arial;
  font-size: 72px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  color: #ebebeb;
}
.appl .top h3 {
  display: flex;
  justify-content: center;
}
.appl .top h3 i {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #15569d;
}
.appl .top h3 i:nth-child(2) {
  color: #333;
}
.appl .top p {
  margin: 7px 0 0;
  font-size: 15px;
  color: #666;
  line-height: 15px;
  text-align: center;
}
.appl ul {
  display: flex;
  justify-content: space-between;
  margin: 44px 0 0;
}
.appl ul li {
  position: relative;
  width: 20%;
  height: 600px;
}
.appl ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(21, 34, 102, 0.6);
  pointer-events: none;
  z-index: 50;
  transition: 0.5s linear;
}
.appl ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.appl ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.appl ul li .art {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px 10px 15px;
  box-sizing: border-box;
  z-index: 55;
  transition: 0.5s linear;
}
.appl ul li .art::before {
  content: "";
  display: block;
  width: 99px;
  height: 1px;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.appl ul li .art .cond {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.appl ul li .art em {
  display: block;
  margin: 15px 0 0;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
.appl ul .on .img img {
  transform: scale(1.1);
}
.appl ul .on .art {
  background: rgba(21, 86, 157, 0.6);
}
.case {
  margin: 55px 0 0;
}
.case .top {
  position: relative;
  z-index: 50;
  width: 540px;
  margin: 0 auto;
  padding: 21px 0 0;
  box-sizing: border-box;
}
.case .top em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  font-family: Arial;
  font-size: 72px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  color: #ebebeb;
}
.case .top h3 {
  display: flex;
  justify-content: center;
}
.case .top h3 i {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #15569d;
}
.case .top h3 i:nth-child(2) {
  color: #333;
}
.case .top p {
  margin: 7px 0 0;
  font-size: 15px;
  color: #666;
  line-height: 15px;
  text-align: center;
}
.case ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 580px;
  margin: 40px 0 0;
}
.case ul li {
  position: relative;
  width: 380px;
  height: 280px;
  background: #f2f2f2;
  padding: 4px;
  box-sizing: border-box;
}
.case ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case ul li .img img:hover {
  transform: scale(1.1);
}
.case ul li .text {
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: 40px;
  background: rgba(0, 0, 0, 0.35);
  padding: 0 50px 0 15px;
  box-sizing: border-box;
  width: calc(100% - 8px);
}
.case ul li .text .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case ul li .text .more {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 30px;
  height: 40px;
  background: url(../images/more2.png) no-repeat center;
}
.case ul li:hover .text .cond {
  letter-spacing: 1px;
}
.case ul li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 561px;
  height: 580px;
}
.case ul li:nth-child(2) {
  margin: 0 20px 20px 0;
}
.case ul li:nth-child(3) {
  margin: 0 0 20px 0;
}
.case ul li:nth-child(4) {
  margin: 0 20px 0 0;
}
.capital {
  height: 736px;
  background: url(../images/cap.jpg) no-repeat center top;
  padding: 45px 0 0;
  box-sizing: border-box;
  margin: 52px 0 0;
}
.capital .top {
  position: relative;
  z-index: 50;
  width: 540px;
  margin: 0 auto;
  padding: 21px 0 0;
  box-sizing: border-box;
}
.capital .top em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  font-family: Arial;
  font-size: 72px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.capital .top h3 a {
  display: flex;
  justify-content: center;
}
.capital .top h3 a i {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #15569d;
}
.capital .top h3 a i:nth-child(2) {
  color: #333;
}
.capital .top p {
  margin: 7px 0 0;
  font-size: 15px;
  color: #666;
  line-height: 15px;
  text-align: center;
}
.capital ul {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital ul li {
  display: flex;
  justify-content: space-between;
  width: 655px;
  height: 205px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding: 26px 29px 0 33px;
  box-sizing: border-box;
}
.capital ul li .data {
  position: relative;
}
.capital ul li .data::before {
  content: "";
  display: block;
  width: 47px;
  height: 35px;
  position: absolute;
  top: 53px;
  left: 0;
  background: url(../images/line.png) no-repeat center;
}
.capital ul li .data b {
  display: block;
  font-family: Arial;
  font-size: 42px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  text-align: center;
  transition: 0.5s linear;
}
.capital ul li .data i {
  margin: 75px 0 0;
  display: block;
  font-family: Arial;
  font-size: 13px;
  color: #989898;
  line-height: 10px;
  text-align: center;
}
.capital ul li .text {
  width: 290px;
  margin-top: -10px;
}
.capital ul li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  transition: 0.5s linear;
}
.capital ul li .text p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.capital ul li .img {
  display: block;
  width: 200px;
  height: 154px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
}
.capital ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital ul li .img img:hover {
  transform: scale(1.1);
}
.capital ul li:hover .data b {
  color: #15569d;
}
.capital ul li:hover .text .cond {
  letter-spacing: 1px;
}
.contact {
  height: 440px;
  background: url(../images/cat.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 118px 0 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.contact .top {
  position: relative;
}
.contact .top::before {
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  background: #c7011a;
}
.contact .top h3 {
  font-size: 34px;
  color: #fffefe;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
.contact .top p {
  margin: 53px 0 0;
  font-size: 18px;
  color: #fffefe;
  line-height: 20px;
  text-align: center;
}
.contact .FOM {
  display: flex;
  justify-content: space-between;
  margin: 38px 0 0;
}
.contact .FOM .n {
  height: 50px;
  position: relative;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.contact .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.contact .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  background: none;
  color: #999;
}
.contact .FOM .n input::placeholder {
  color: #999;
}
.contact .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 47px;
  font-size: 14px;
  background: none;
  color: #999;
}
.contact .FOM .n textarea::placeholder {
  color: #999;
}
.contact .FOM .n:nth-child(1) {
  background: #fff;
  width: 268px;
}
.contact .FOM .n:nth-child(2) {
  background: #fff;
  width: 268px;
}
.contact .FOM .n:nth-child(3) {
  background: #fff;
  width: 382px;
}
.contact .FOM .n:nth-child(4) {
  background: #fff;
  width: 176px;
}
.contact .FOM #btn {
  width: 8.5%;
  height: 50px;
  border-radius: 4px;
  background: #15569d;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.contact:hover {
  background-size: 106% 106%;
}
