* {
    box-sizing: border-box;
}

body,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.container {
    width: 1210px;
    margin: 0 auto;
}

.header {
    height: 112px;
    background: #c7e7ff;
    border-bottom: 2px solid #6a9bcf;
}

.header .header_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.header_right .search_content{
    display: flex;
    align-items: center;
}
.header_right .search_content .search_ipt {
    width: 348px;
    height: 30px;
    margin-right: 21px;
    position: relative;
    border-radius: 50px;
    border: 2px solid #1e68a1;
}

.search_content .search_ipt input {
    width: 100%;
    height: 100%;
    border: 0;
    color: #005392;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 50px;
    background: transparent;
}

.search_content .search_ipt input::placeholder {
    color: #005392;
}

.search_content .search_ipt .search_icon {
    width: 60px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    padding: 0 5px 0 7px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 2px;
    top: 1px;
    justify-content: space-between;
    background: linear-gradient(to bottom, #1876fb, #044ba6);
}

.search_content .search_ipt .search_icon:hover {
    opacity: .8;
}

.search_ipt .search_icon span {
    padding-bottom: 3px;
}

.search_content .login_text a {
    font-size: 18px;
    color: #005392;
    letter-spacing: 3px;
}

.search_content .login_text span {
    padding: 0 19px;
    color: #005392;
}
.header_right .select_list{
    width: 135px;
    height: 25px;
    display: flex;
    font-size: 12px;
    margin-top: 7px;
    color: #666666;
    border-radius: 3px;
    background: #b5dcff;
}
.header_right .select_list .li{
    width: 33%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.header_right .select_list .header_active{
    color: #fff;
    font-weight: bold;
    background: #1978ff;
    border-radius: 3px;
}

nav{
    height: 52px;
    background: #004499;
}
nav .nav_gation .li{
    line-height: 50px;
    position: relative;
	margin-right: 30px;
    margin-left: 30px;
}
nav .nav_gation{
    display: flex;
    justify-content: space-between;
}
nav .nav_gation a{
    font-size: 22px;
    color: #a3b2d0;
}
.nav_gation .li:hover a{
    color: #fff;
}
.nav_gation .li .secondary .bt_line{
    width: 94px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom:0;
    z-index: 999;
    margin: 0 auto;
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.nav_gation .li .secondary{
    display: none;
}
nav .nav_gation .li:hover .secondary{
    display: block!important;
}
.nav_gation .li .secondary .secondary_menu{
    margin-top: 5px;
}
.nav_gation .li .secondary .secondary_menu{
    width: 170px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 47px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    box-shadow:  0 0 10px rgba(0,0,0,.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.nav_gation .li .secondary a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #333333!important;
    justify-content: center;
    flex-direction: column;
}
.nav_gation .li .secondary .menu_li{
    height: 54px;
    line-height: 20px;

}
.nav_gation .li .secondary .menu_li:hover{
    background: linear-gradient(to bottom, #1978ff, #054daa);
}
.nav_gation .li .secondary .menu_li:hover a{
    color: #fff!important;
}

footer {
    padding-bottom: 16px;
    padding-top: 22px;
    background: #004499;
}
.footer_content{
    display: flex;
    border-bottom: 2px solid #6688b3;
}
.footer_content .footer_li:nth-child(1){
    width: 28%;
    border-right: 2px solid #4270aa;
}
.footer_content .footer_li:nth-child(2){
    width: 38%;
    color: #cccccc;
    padding-left: 113px;
    border-right: 2px solid #4270aa;
}
.footer_content .footer_li:nth-child(3){
    width: 34%;
}
.footer_content .footer_li h4{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.footer_content .footer_li .line{
    margin-bottom: 76px;
}
.footer_content .footer_li .line span{
    padding-bottom: 42px;
    border-bottom: 2px solid #4270aa;
}
.footer_content .links a{
    display: block;
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 30px;
}
.footer_content .links a:hover{
    font-weight: bold;
}
.footer_content .links a:last-child{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.footer_li .code h4{
    margin-right: 30px;
}
.footer_li .code{
    color: #ccc;
    text-align: center;
}
.footer_li .code p{
    margin-top: 10px;
}
.footer_bottom{
    display: flex;
    margin-top: 17px;
    justify-content: center;
}
.footer_bottom a{
    display: block;
    font-size: 17px;
    color: #cccccc;
    margin: 0 14px 0 0;
    border-right: 2px solid #aab1c0;
    padding-right: 14px;
}
.footer_bottom a:hover{
    font-weight: bold;
}
.footer_bottom a:last-child{
    border: 0;
}