body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    color: #555555;
}

html {
    overflow-y: scroll;
    background: #ffffff;
    font-size: 16px;
}

body {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    -webkit-text-size-adjust: none;
    position: relative;
}

a {
    color: #555555;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #C1C1C1;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #ededed;
}

@media only screen and (max-width: 1280px) {
    .area {
        width: 79px !important;
    }

    .province {
        width: 79px !important;
    }
}

/*.up_to {
    width: 60px !important;
    padding: 15px 5px;
    background: #F5F6FA;
    border-radius: 6px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -38px;
    display: none;
}

.up_to p {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 12px !important;
    color: #343E83;
    text-align: center;
}

.up_to img {
    width: 30px;
    margin: 0 15px;
    float: left;
}*/

.header {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #343E83;
}

.nav {
    width: 1280px;
    display: table;
    margin: 0 auto;
}

.logo {
    width: auto;
    height: 34px;
    float: left;
    margin: 13px 20px 13px 0;
}

.link {
    float: left;
}

.link_nav {
    float: left;
    position: relative;
}

.link_nav:hover {
    background-color: #1E2864;
}

#links {
    position: relative;
    background-color: #1E2864;
}

#links::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 48px;
    z-index: 9999;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #1E2864 transparent transparent transparent;
}

.link_nav a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 0.85rem;
    color: #f0f0f0;
    float: left;
    line-height: 60px;
    padding: 0 20px;
}

#nav_btn {
    position: static !important;
}

.arrow_bottom {
    width: 15px;
    height: 15px;
    margin-top: 21px;
    margin-left: 6px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.arrow_rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.small_nav {
    float: right;
    position: relative;
}

.nav_line {
    width: 1px;
    height: 20px;
    float: left;
    margin: 20px 15px;
    background: #bbb;
}

.small_nav a {
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 19px;
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.search_btn {
    width: 21px !important;
    height: 21px !important;
    margin: 20px auto !important;
    position: relative;
    z-index: 999;
}

.contact_btn {
    width: 24px !important;
    height: 24px !important;
    margin: 18px auto 18px 15px !important;
    position: relative !important;
}

.user_btn {
    width: 18px !important;
    height: 18px !important;
    margin: 21px auto 21px 15px !important;
}

.contact_ceng {
    position: absolute;
    top: 35px;
    left: -47px;
    z-index: 9999;
    width: 120px;
    background-color: white;
    box-shadow: 0 0 0 5px #F5F6FA;
    display: none;
}

.contact_ceng::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -17px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #EAF2FF transparent;
}

.contact_ceng img {
    width: 90%;
    float: left;
    margin: 5% 5% 0 5%;
}

.contact_ceng p {
    width: 90%;
    float: left;
    margin: 0 5% 5% 5%;
    line-height: 20px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.search_box {
    width: 304px;
    height: 38px;
    position: absolute;
    top: 11px;
    right: 110px;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.search {
    position: absolute;
    top: 4px;
    right: -300px;
    z-index: 9999;
    width: 296px;
    height: 30px;
    box-shadow: 0 0 0 5px #EAF2FF;
    border-radius: 2px;
}

.option {
    width: 60px;
    height: 30px;
    float: left;
    position: relative;
    border-right: 1px #d5d5d5 solid;
}

.select {
    float: left;
    width: 100%;
    height: 30px;
    padding-left: 8px;
    border: 0;
    outline: none;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 0.85rem;
    color: #333333;
    line-height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.option:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5px;
    top: 7px;
    pointer-events: none;
}

.input_text {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 0;
    float: left;
    padding: 0 30px 0 5px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 0.85rem;
    color: #333333;
    display: block;
}

.button {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin-left: -24px;
    margin-top: 6px;
    background-image: url("../images/search_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.area_box {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #F5F6FA;
    padding: 15px 0;
    display: none;
}

.area_nav {
    min-width: 1200px;
    max-width: 1300px;
    display: table;
    margin: 0 auto;
}

.area {
    position: relative;
    width: 81.25px;
    float: left;
}

.province {
    width: 81.25px !important;
    position: relative !important;
    float: left;
}

.province_title {
    font-size: 14px !important;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #343E83 !important;
    line-height: 30px !important;
    padding: 0 !important;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.province_title:hover {
    color: #3878D0 !important;
}

.initials {
    font-size: 14px !important;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #3878D0 !important;
    line-height: 30px !important;
    float: left;
    font-weight: bold;
    margin: 0 8px 0 15px;
}

.city {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9999 !important;
    background: #ffffff;
    box-shadow: 0 0 10px #e5e5e5;
    width: 240px;
    padding: 10px !important;
}

.city li {
    width: 80px;
    float: left;
}

.city li a {
    width: 80px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #333333;
    transition: all 0.05s;
    -webkit-transition: all 0.05s;
    float: left;
}

.city li a:hover {
    background: #343E83;
    color: #ffffff;
}

.city::after {
    content: "";
    position: absolute;
    top: 0;
    left: 48px;
    z-index: 9999;
    margin-left: -6px;
    margin-top: -12px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/*网站底部*/
.footer {
    width: 100%;
    height: auto;
    background: #343E83;
    padding: 20px 0 30px 0;
    float: left;
    margin-top: 80px !important;
    overflow: hidden;
}

.hots_box {
    width: 1200px !important;
    height: 30px !important;
    margin: 20px auto;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 4px;
    display: block;
}

.hots_title {
    width: 80px;
    height: 20px;
    float: left;
    line-height: 20px;
    margin: 5px auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.hots_list {
    width: 1120px;
    height: 30px;
    float: left;
}

.hots_list i {
    width: 1px;
    height: 10px;
    background: #ffffff;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.hots_boxs {
    width: 1060px;
    height: 30px;
    float: left;
    overflow: hidden;
    position: relative;
}

.hots_pre {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0 5px 20px;
    background-image: url("../images/left.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hots_next {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0;
    background-image: url("../images/right.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hots_list10 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hots_list10 a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}

.hots_list10 a:hover {
    color: #a3092a;
}

.hots_list20 {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hots_list20 a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}

.hots_list20 a:hover {
    color: #a3092a;
}

.foot_link {
    width: 1200px;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px #f0f0f0 solid;
    padding: 0 80px 30px 80px;
}

.foot_link p {
    width: 80px;
    height: 20px;
    float: left;
    line-height: 20px;
    margin: 5px auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.foot_a {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 45px;
}

.foot_a a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    float: left;
}

.foot_a a:hover {
    color: #a3092a;
}

.foot_a i {
    width: 1px;
    height: 14px;
    float: left;
    background: #ffffff;
    margin: 8px 10px;
}

.foot_information {
    width: auto;
    display: table;
    margin: 0 auto;
}
 
.bottom_logo {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    float: left;
    display: block;
}

.small_title {
    width: 230px;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-left: 20px;
    margin-top: 30px;
}

.small_top {
    width: auto;
    height: 30px;
    float: left;
}

.small_top p {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.small_top i {
    width: 2px;
    height: 18px;
    float: left;
    background: #ffffff;
    margin: 6px 10px;
}

.small_bottom {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;

}

.company_information {
    width: 260px;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-top: 30px;
    margin-left: 20px;
}

.company_name {
    width: auto;
    height: 30px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.company_address {
    width: auto;
    height: 20px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.company_contact {
    width: 390px;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-top: 30px;
    margin-left: 20px;
}

.company_phone {
    width: auto;
    height: 25px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.company_e-mail {
    width: auto;
    height: 25px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.company_text {
    width: auto;
    height: 50px;
    display: table;
    margin: 50px auto;
    line-height: 50px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
    background: #1E2864;
    padding: 0 40px;
    border-radius: 2px;
    overflow: hidden;
}








