body {
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif
}

.header {
    width: 1200px;
    background-color:#144a74;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    height: 120px;
    margin: 0 auto;
}
.logo {
    margin-left: 20px;
    width: 100px;
    height: 100px;
}
.search{
    background-color:#fff;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.si{
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 20px;
    background-color:#fff;
}
.st {
    height: 20px;
    margin-left: 10px;
}
.nav{
    margin-left: 20px;
    width: 760px;
    height: 50px;
    border-left: 2px #fff solid;
    padding-top: 15px;
    padding-left:20px ;
}
.nav a {
    text-decoration: none;
    color: white;
    margin-right: 32px;
    font-size: 24px;
    
}
.nav a:hover{
    color: black;
    font-weight: 1000;
}
  .banner {
            width: 1210px;
            height: 480px;
            position: relative;
            margin: 0 auto;
        }
        .banner .wrap {
            width: 100%;
        }
        .banner .wrap .item {
            width: 100%;
        }
        .item img {
            width: 1210px;
            height: 480px;
            vertical-align: top;
            position: absolute;
        }
        .div1 {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translatey(-50%);
            cursor: pointer;
            width: 41px;
            height: 69px;
            font-size: 30px;
            line-height: 70px;
            text-align: center;
            color: #D6D8D4;
            background-color: rgba(0, 0, 0, 0.3);
        }
        .div2 {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translatey(-50%);
            cursor: pointer;
            width: 41px;
            height: 69px;
            font-size: 30px;
            line-height: 70px;
            text-align: center;
            color: #D6D8D4;
            background-color: rgba(0, 0, 0, 0.3);
        }
        .pagenation {
            position: absolute;
            /* border: 1px solid red; */
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            bottom: 40px;
        }
        .pagenation>div {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: white;
            margin-right: 10px;
            cursor: pointer;
        }
        .pagenation>div:last-child {
            margin-right: 0;
        }
.zt {
    width: 1200px;
    background-image: url(../images/bg.jpeg);
    background-size: 100%;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}
.jj{
display: flex;
padding: 5px;
margin-top: 40px;
margin-bottom: 40px;
width: 1200px;
margin: 0 auto;
}

.tp{
flex: 1;
margin-left: -40px;
}

.tp img {
max-width: 100%;
height: 400px;
width: 400px;

}

.wz {
flex: 1;
background-color: #144a74;
color: white;
padding: 20px;
text-align: center;
margin-right: 70px;
margin-left: -70px;
width: 500px;
text-indent: 2em;
}
.bt{
    color: white;
    background-color: #144a74;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.content {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin-top: 60px;
}
.content img {
    width: 300px;
    margin-left: -10px;
    height: 250px;
    border-radius: 5px;
    clip-path: polygon(50% 0%, 83% 25%, 83% 75%, 50% 100%, 17% 75%, 17% 25%);
}
.content h2 {
    color: #144a74;
}

.foo {
  width: 1210px;
  margin: 0 auto;
  background-color: #144a74;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  height: 140px;
  font-family: "微软雅黑", sans-serif;
}

.foo-lgo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.foo-spl {
  width: 1px;
  height: 100px;
  background-color: #fff;
  margin: 0 20px;
}

.foo-mid {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  line-height: 1.5;
}
.foo-nav {
  font-size: 18px;
  margin-bottom: 10px;
}

.foo-nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.foo-nav a:hover {
  text-decoration: underline;
}

.foo-copy p {
  margin: 0;
  font-size: 14px;
  color: #ccc;
}

.foo-qr {
  width: 280px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foo-more {
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-color: rgba(0,0,0,0.3);
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}

.foo-more-tl {
  top: 0;
  left: 0;
}

.foo-more-tr {
  top: 0;
  right: 0;
}

.foo-qrimgs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-right: 120px;
}

.foo-qrimgs img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 5px;
}
.gx {
    width: 1200px;
    margin: 0 auto;
  }
  
  .kp {
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 10px;
    text-align: center;
    border: 5px solid lightblue;
    background-color: #144a74;
    border-radius: 10px;
  }
  .kpx {
    font-size: 35px;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    width:40px;
    margin: 20px auto;
    border: 3px solid lightblue;
    background-color: #144a74;
  }
  .kpm {
    font-weight: 500;
    font-size: 25px;
    margin-top: 10px;
    color: #fff;
  }
  
  .kpt {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 10px;
    transition: transform 0.5s;
}

.kpt:hover {
    transform: rotate(360deg);
}
  .sx {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.video {
    flex: 1;
    padding: 5px;
    border: 5px solid #144a74;
    margin-right: 20px;
}

.video iframe {
    width: 100%;
    height: 400px;
}

.text {
    background-color: #144a74;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    height: 275px;
}

.images {
    flex: 1;
    background-color: #144a74;
    padding: 20px;
}

.images img {
    width: 400px;
    height: 210px;
    margin-bottom: 20px;
}
.container {
  background-color: #144a74;
  padding: 20px;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section {
  display: flex;
  margin-bottom: 20px;
  border:5px solid #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.section a{color: #fff;text-decoration: none;line-height: 30px;text-indent: 2em;}
.left {
  flex: 1;
  padding: 10px;
}

.right {
  flex: 1;
  padding: 10px;
}

.section img {
  max-width: 400px;
  height: auto;
  border-radius: 5px;
}
.reverse {
  flex-direction: row-reverse; 
}
.ly {
    margin-top: 50px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.card {
    background-color: #144a74;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: 400px;
}
.form textarea {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border: 1px solid #144a74;
}
.btn {
    background-color: #144a74;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.quote {
    font-style: italic;
    margin-top: 20px;
}