* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
    scroll-behavior: smooth;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.head {
    width: 100%;
    height: 120px;
    display: flex;
    padding: 0 65px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.nav {
    display: flex;
    align-items: center;
}

.nav li a {
    display: block;
    padding: 0 25px;
    color: #daecff;
    transition: all ease 0.4s;
    height: 30px;
    line-height: 30px;
}

.nav li {
    position: relative;
}

.nav li a:hover {
    color: #40a9ff !important;
}

.nav li:hover .drop {
    display: block;
}

.drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 4px;
    display: none;
}

.drop a {
    display: block;
    height: 30px;
    line-height: 30px;
    transition: all ease 0.4s;
    color: #000000a6 !important;
}

.drop a:hover {
    background-color: #e6f7ff !important;
}

.banner {
    width: 100%;
    margin-top: -120px !important;
}

.banner img {
    width: 100%;
}

.con1 {
    width: 1200px;
    margin: 50px auto;
}

.contitle img {
    display: block;
    margin: 0 auto;
}

.con1 p {
    color: #595959;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0;
}

.know {
    display: block;
    background-color: #333333;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 20px auto;
    border-radius: 50px;
}

.con2 {
    width: 100%;
    padding: 60px 0;
    background-color: #f3faff;
}

.con2con {
    width: 1200px;
    margin: 0 auto;
}

.con2content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}

.con2conleft {
    width: 62%;
}

.con2conleft img {
    width: 100%;
}

.con2conright {
    width: 34%;
}

.con2conright p {
    line-height: 35px;
    text-align: center;
}

.con3 {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
}

.con3con {
    display: flex;
    justify-content: space-between;
    margin: 40px auto
}

.con3conleft {
    width: 220px;
    border-left: 3px solid #359fff;
}

.con3conleft ul li {
    padding: 25px 0;
    padding-left: 40px;
    font-size: 15px;
    color: #595959;
    transition: all ease 0.3s;
    cursor: pointer;
}

.con3conleft ul li:hover {
    padding-left: 50px;
    color: #359fff !important;
}

.con3conright {
    width: 880px;
}

.fy {
    display: none;
}

.fy strong {
    font-size: 24px;
    color: #333;
}

.fy p {
    padding: 15px 0;
    color: #595959;
    font-size: 15px;
}

.fy img {
    width: 100%;
}

.sel {
    color: #359fff !important;
    padding-left: 50px !important;
}

.con4 {
    width: 100%;
    padding: 55px 0;
    background-color: #f3faff;
}

.con4con {
    width: 1200px;
    margin: 0 auto;
}

#certify {
    margin: 40px auto !important;
}

.con5 {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0;
}

.con5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1000px;
    margin: 50px auto;
}

.con5 ul li {
    width: 27%;
    margin-bottom: 30px;
}

.con5 ul li img {
    width: 100%;
}

.con5 ul li p {
    text-align: center;
    padding: 15px 0;
}

.con6 {
    width: 100%;
    background-color: #f3faff;
    padding: 60px 0;
}

.con6con {
    width: 1200px;
    margin: 0 auto;
}

.con6tent {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.con6tentleft {
    width: 693px;
    height: 547px;
    background: #fff;
}

.con6tentleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con6tentright {
    width: 527px;
    height: 547px;
    padding-left: 20px;
    overflow-y: scroll;
}

.con6tentright ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.litop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.litop a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    font-weight: bold;
    font-size: 19px;
    color: #595959;
}

.litop a:hover {
    color: #359fff !important;
}

.litop span {
    color: #595959;
}

.litop span:hover {
    color: #359fff !important;
}

.libot {
    padding: 10px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #595959 !important;
}

.libot a {
    color: #595959;
}

.foot {
    width: 100%;
    padding: 55px 0;
}

.footer {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footerleft {
    width: 60%;
    border-right: 1px solid #dddddd;
}

.footerleft ul {
    display: flex;
}

.footerleft ul li {
    margin-right: 100px;
}

.footerleft ul li a {
    display: block;
    color: #777;
    font-size: 14px;
    padding: 5px 0;
}

.ta {
    display: block;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

.footerright {
    width: 38%;
}

.footerright {
    display: flex;
    justify-content: space-around;
}

.footerright p {
    color: #595959;
    padding: 3px 0;
}

.footerright img {
    width: 150px;
}

.totop {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 200px;
    z-index: 9999;
    background-color: #797b7e;
    border-radius: 50%;
}

.totop i {
    font-size: 30px !important;
    color: white !important;
}

.totop a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px
}

.innerhead a {
    color: #595959 !important;
}

.pro {
    width: 1200px;
    margin: 50px auto;
}

.proul {
    width: 100%;
    margin: 50px auto;
}

.proul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    border-radius: 40px;
    margin-bottom: 55px;
}

.prolileft {
    width: 48%;
}

.proliright {
    width: 48%;
}

.proliright img {
    width: 100%;
}

.prolileft strong {
    display: block;
    color: #333;
    font-size: 24px;
}

.prolileft p {
    padding: 20px 0;
    color: #595959;
    font-size: 15px;
    line-height: 25px;
}

.prolileft a {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #333333;
    color: white;
    font-size: 20px;
    border-radius: 50px;
}

.inside {
    width: 1200px;
    margin: 100px auto;
}

.inside .title {
    margin-bottom: 50px;
}

.inside .title strong {
    display: block;
    text-align: center;
    font-size: 25px;
}

.inside p {
    font-size: 16px;
    color: #595959;
}

.abcon2 {
    width: 100%;
    padding: 55px 0;
    background-color: #f3faff;
}

.abcon2con {
    width: 1200px;
    margin: 0 auto;
}

.houl {
    display: flex;
    width: 100%;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.houl li {
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(51 51 51 / 20%);
    border-radius: 20px;
    margin-bottom: 30px;
    width: 31%;
}

.houl li p {
    padding: 10px;
    color: #666;
    font-size: 20px;
}

.team {
    width: 1200px;
    margin: 50px auto;
}

.p1 {
    font-size: 24px;
    color: #333;
}

.teamul {
    width: 1000px;
    margin: 50px auto;
}

.teamul li {
    display: flex;
    justify-content: space-between;
}

.teamlileft {
    width: 48%;
}

.teamlileft img {
    width: 100%;
}

.teamliright {
    box-shadow: 5px 5px 19px 0 rgb(51 51 51 / 30%);
    padding: 50px;
    background-color: #fff;
    width: 48%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.teamliright p {
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.teamliright p span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.teamliright ul li {
    padding: 10px 0;
    padding-left: 30px;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #595959;
    font-size: 16px;
}

.teamul>li {
    margin-bottom: 60px;
}

.wh {
    width: 1200px;
    margin: 50px auto;
}

.wh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wh ul li {
    width: 31%;
    border-radius: 20px;
    box-shadow: 1px 1px 40px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 19px;
    margin-bottom: 30px;
}

.wh ul li img {
    width: 100%;
}

.wh ul li p {
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 24px;
}

.contact {
    width: 780px;
    margin: 50px auto;
}

.contact strong {
    display: block;
    text-align: center;
    color: #333;
    font-size: 30px;
    margin-bottom: 55px;
}

.contact ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact ul li span {
    color: #333;
    font-size: 20px;
}

.contact1 {
    width: 1100px;
    margin: 0 auto;
}

.contact1 strong {
    display: block;
    text-align: center;
    color: #333;
    font-size: 30px;
    margin-bottom: 55px;
}

.new {
    width: 1200px;
    margin: 50px auto;
}

.searchlint {
    padding: 40px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soucon {
    width: 400px;
    height: 50px;
    border: 1px solid #979797;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.soucon input {
    flex: 1;
    height: 35px;
    padding-left: 15px;
    border: none;
    outline: none;
}

.soucon a {
    display: block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    background-color: #359fff;
    color: white;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
}

.sx select {
    width: 160px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
}

.newul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.newlileft {
    width: 25%;
}

.newlileft img {
    width: 100%;
}

.newliright {
    flex: 1;
    padding-left: 30px;
    padding-right: 15px;
}

.newliright a {
    display: block;
    color: #999;
    font-size: 20px;
    padding: 20px 0;
}

.newliright a:hover {
    color: #359fff;
}

.newliright span {
    color: #ccc;
    font-size: 14px;
}

.newliright p {
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}

.join {
    width: 1200px;
    margin: 50px auto;
}

.join strong {
    display: block;
    text-align: left;
    color: #000;
    font-size: 30px;
    margin-bottom: 60px;
}

.joinul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.joinul li {
    padding: 20px;
    background: linear-gradient(135deg, #eff7ff, #daecff);
    border-radius: 20px;
    width: 23%;
    cursor: pointer;
}

.joinul li:hover {
    background: #b8ddff !important;
}

.joinul li h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}

.joinul li p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}