body {
    padding: 0;
    margin: 0;
    /* min-width: 1182px; */
}

.header {
    width: 100%;
    height: 344px;
    box-sizing: border-box;
    background: url("./headerLogo.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.navBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.logo {
    z-index: 99;
}

.search {
    height: 42px;
    position: absolute;
    right: 20px;
    bottom: 16px;
    z-index: 99;
}

.search input {
    width: 288px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-size: 16px;
    border: none;
    padding: 0 14px;
    background: #FFF;
    border-radius: 4px 0px 0px 4px;
    box-sizing: border-box;
}

.search input[type=text]:focus {
    outline: none;
}

.search-btn {
    display: inline-block;
    width: 126px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #1764CE;
    color: #FFF;
    font-size: 22px;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.search .searchIcon {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.index-w1 {
    width: 100%;
    height: 77px;
    padding: 0 calc((100% - 1200px )/ 2);
    box-sizing: border-box;
    background: #F3F4F8;
}

.index-w1 a {
    display: inline-block;
}


.index-w1 a:last-child {
    margin: 0;
}

.menu {
    width: 150px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 22px;
    color: #060607;
    display: inline-block;
    position: relative;
    margin-right: 54px;
}

.menu.active {
    background: #E5E6EB;
    border-bottom: 4px solid #1764CE;
    font-weight: bold;
    color: #1764CE;
}

.menu.acitve a span {
    color: #1764ce;
}

.index-w1 .menu:last-of-type{
    margin-right: 0;
}

.index-w1 .menu:first-of-type{
    width: 150px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    position: relative;
    margin-right: 54px;
}

.list-menu {
    display: none;
    width: 150px;
    position: absolute;
    top: 73px;
    left: 0;
    z-index: 999;
}

.list-menu a {
    display: block;
    background: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    background: #F3F4F8;
    border-bottom: 1px solid #FFF;
}

.menu:hover {
    height: 73px;
    color: #1764CE;
    background: #E5E6EB;
    border-bottom: 4px solid #1764CE;
    font-weight: bold;
}

.menu:hover span {
    color: #1764CE;
    font-weight: bold;
}

.menu:hover .list-menu{
    display: block;
    font-weight: normal;
}

.list-menu:hover{
    display: block;
    font-weight: normal;
    
}

.list-menu a:hover {
    background: #E5E6EB;
    color: #1764CE;
}

.footer-select {
    height: 56px;
    padding: 8px calc(50% - 591px);
    background: #DBECFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drop-down{
	width: 220px;
    height: 40px;
    border: 1px solid #BFE1FF;
	position: relative;
}
.drop-down .tag{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #1764CE;
	font-size: 14px;
	line-height: 40px;
	border:1px solid #BFE1FF;
	cursor: pointer;
	background: url("../common/drop-icon.png") no-repeat 172px center;
    background-size: 14px 7px;
}

.drop-down .tag img {
    width: 17px;
    height: 17px;
    margin-right: 12px;
    position: relative;
    top: -3px;
}
.drop-lists{
	position: absolute;
	width: 100%;
	top: 39px;
	left: 0px;
	border:1px solid #eee;
	max-height: 120px;
	overflow: auto;
	display: none;
	z-index: 9;
	background: #fff;
}
.drop-lists li{
	height: 30px;
	line-height: 30px;
	width: 100%;
}
.drop-lists a{
	display: block;
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.drop-lists a:hover{
	background: #eee;
}
.drop-groups2{
	position: relative;
}
.drop-groups2 .drop-down{
	position: initial;
}

.footer-more {
    height: 230px;
    padding: 33px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
    background: #1764CE;
}

.footer-more a  {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.footer-more img {
    width: 117px;
    height: 71px;
    margin-top: 24px;
}

@media screen and (min-width: 769px) {
    .header .logo {
        width: 500px;
        height: 92px;
        position: absolute;
        top: 34px;
        left: calc(50% - 250px);
    }
    .H5-drop {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        width: 100%;
    }
    .header {
        width: 100%;
        height: 4rem;
    }
    .header .logo {
        width: 4.12rem;
        height: 0.85rem;
        position: absolute;
        top: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .search {
        width: 3.5rem;
        position: absolute;
        left: calc(50% - 1.7rem);
        bottom: 16px;
    }
    .search input {
        width: 2rem;
        height: .42rem;
        font-size: .12rem;
        line-height: .42rem;
        padding-left: .1rem;
    }
    .search-btn {
        width: 1.3rem;
        height: .42rem;
        line-height: .42rem;
        display: inline-block;
        font-size: 0.16rem;
    }
    .search .searchIcon {
        width: .22rem;
        height: .22rem;
        display: inline-block;
        position: relative;
        top: -1px;
    }
    .win-drop {
        display: none;
    }
    .menu {
        width: 1.28rem;
        height: .78rem;
        line-height: .78rem;
        font-size: .22rem;
        margin: 0 .2rem;
        flex-shrink: 0;
    }
    .index-w1 {
        width: 100%;
        height: .77rem;
        overflow-x: scroll;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .index-w1 .menu:first-of-type {
        width: 1.28rem;
        height: .78rem;
        line-height: .78rem;
        text-align: center;
        font-size: .22rem;
        color: #060607;
        display: inline-block;
        position: relative;
        margin-right: 0;
    }

    .footer-select {
        padding: .08rem .2rem;
        flex-wrap: wrap;
        height: auto;
    }
    
    .drop-down .tag {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        padding-left: 20px;
        color: #1764CE;
        font-size: .14rem;
        line-height: 40px;
        border: 1px solid #BFE1FF;
        cursor: pointer;
        background: url(../common/drop-icon.png) no-repeat 2.5rem center;
        background-size: .14rem .07rem;
    }

    .drop-down .tag img {
        width: .17rem;
        height: .17rem;
        margin-right: .12rem;
    }

    .drop-down {
        width: 3rem;
        margin: .1rem 0;
    }
}