
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,li {
    list-style: none;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.jc {
    justify-content: center;
}
.alc {
    align-items: center;
}
.jsb {
    justify-content: space-between;
}
.bottom {
    width: 100%;
    height: 230px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    border-top: 3px solid #e8e8e8;
}
.botList{
    margin: 0 auto;
    margin-top: 55px;
    width: 800px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.botList1{
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 15px;
}
.botList2{
    width: 750px;
    margin: 0 auto;
    margin-top: 15px;
}
.botList3{
    width: 700px;
    margin: 0 auto;
    margin-top: 15px;
}
.bg1{
    width: 73px;
    height: 90px;
    position: absolute;
    bottom: -62px;
    left: -82px;
}
.bf{
    position: absolute;
    left: 10px;
    bottom: 50px;
}

.top {
    background-color: #d2e1ef;
    height: 36px;
    font-size: 12px;
    color: #0056AB;
}

.share {
    color: #333;
}
.share-ul li {
    margin-right: 10px;
}
.share-ul img {
    width: 20px;
    height: 20px;
}
.logo-banner {
    height: 136px;
    background: url('../imgs/bg1.png') no-repeat;
    background-size: 100% 100%;
}
.logo-box img {
    width: 362px;
    height: 79px;
}
.search-box {
    /* width: 283px; */
    height: 40px;
    border: 1px solid #DBE0E5;
}
.search-box .inp-main {
    height: 100%;
    border: none;
    width: 240px;
    padding-left: 15px;
}
.search-box .inp-img-box {
    width: 44px;
    height: 40px;
    background: #0B4EA0;
    border-radius: 0px 2px 2px 0px;
}
.hid {
    overflow-x: hidden;
    position: relative;
    height: 28px;
}
.new-main {
    height: 56px;
    background: #0B4EA0;
}
.new-main .img-box {
    position: absolute;
    z-index: 2;
    background: #0B4EA0;
}
.new-main img {
    width: 24px;
    height: 24px;
}

.new-main ul {
    height: 100%;
    flex: 1;
    white-space: nowrap;
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.new-main ul li {
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid #fff;
    /* float: left; */
    display: inline-block;
}


.new-main ul li:last-child {
    border-right: none;
}

.banner {
    height: 682px;
    background: url('../imgs/bg2.png') no-repeat;
    background-size: 100% 100%;
}
.banner-ul {
    margin-top: 427px;
}

.banner-ul li {
    width: 300px;
    height: 180px;
    text-align: center
}

.banner-ul li img {
    margin-top: 27px;
    margin-bottom: 20px;
}

.banner-ul li p {
    /* text-align: center; */
    font-size: 29px;
    font-weight: 500;
    color: #fff;
}

.banner-ul li:nth-child(1) {
    background: url('../imgs/bg7.png') no-repeat;
    background-size: 100% 100%;
}

.banner-ul li:nth-child(2) {
    background: url('../imgs/bg4.png') no-repeat;
    background-size: 100% 100%;
}

.banner-ul li:nth-child(3) {
    background: url('../imgs/bg5.png') no-repeat;
    background-size: 100% 100%;
}

.banner-ul li:nth-child(4) {
    background: url('../imgs/bg6.png') no-repeat;
    background-size: 100% 100%;
}

.wheat-box {
    background: url('../imgs/bg3.png') no-repeat;
    background-size: 100% 100%;
    height: 315px;
    padding: 58px 0;
}

.wheat-box p {
    margin-bottom: 20px;
    color: #444;
}

.wheat-box .contact {
    width: 223px;
}
.wheat-box-left {
    flex: 1;
}
.title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.wheat-box-left ul {
    flex-wrap: wrap;
}

.wheat-box-left ul li {
    width: 210px;
    margin-bottom: 30px;
    color: #444444;
}

.contact-img img {
    width: 80px;
    height: 80px;
}

.inp-main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

