﻿/*公共样式*/

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mv20 {
    margin: 20px 0;
}

.pd20 {
    padding: 20px;
}

.text-red {
    color: #ff0000;
}

.blod {
    font-weight: 700;
}

.mw-100 {
    max-width: 100%;
}

.w-100 {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

.text-center {
    text-align: center;
}

a {
    text-decoration: none;
    color: #333;
}

input, label, select, option, textarea, button, fieldset, legend {
    font-size: 14px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #333 !important;
    border: 1px solid #ccc;
}

input, textarea {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio
}

input {
    text-indent: 10px;
    border-radius: 3px;
    border: solid 1px #000000;
    outline: 0;
}

input[type=text], input[type=password], input[type=number], input[type=email], textarea {
    -webkit-appearance: none;
}

button {
    cursor: pointer;
}

.content-base {
    line-height: 22px;
    word-break: break-word;
    overflow-wrap: break-word;
    background-color: #FAFAFA;
}

.content-base p {
    overflow-wrap: break-word;
    margin-bottom: 10px;
}

.content-base a {
    color: #095b8b;
}

.content-base img {
    max-width: 100% !important;
    height: auto !important;
}

.content-base h2, .content-base h3, .content-base h4, .content-base h5 {
    margin: 10px 0;
}

.main-content-trace {
    margin: 20px 0;
}

dl, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*ul li {
    margin: 10px 0;
}*/

ul {
    list-style: none;
}

button {
    border: 0;
    cursor: pointer;
}

textarea {
    border: solid 1px #ccc;
    max-width: 100%;
    text-indent: 10px;
}

.vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation {
    width: 100%;
    min-height: 40px;
    background-color: #f0f0f0;
    display: flex;
    justify-items: center;
    align-items: center;
}

.sidebar-icons {
    background: url(/Content/img/sidetoolbar.png) no-repeat center;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.sidebar-qq {
    background-position: -48px 0px;
}

.sidebar-tel {
    background-position: -48px -43px;
}

.sidebar-tel2 {
    background-position: 3px -43px;
}

.sidebar-email {
    background-position: -48px -91px;
}

.sidebar-email2 {
    background-position: 3px -91px;
}

.sidebar-qrcode {
    background-position: -48px -136px;
}

.sidebar-qrcode2 {
    background-position: 3px -136px;
}

.sidebar-inquiry {
    background-position: -48px -181px;
}

.sidebar-inquiry2 {
    background-position: 3px -181px;
}

.sidebar-top {
    background-position: -48px -228px;
}

.sidebar-top2 {
    background-position: 3px -228px;
}

#sidebars {
    position: fixed;
    right: 10px;
    z-index: 1124;
    top: 50%;
    transform: translateY(-50%);
}

#sidebars ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 6px;
}

#sidebars ul li .pop {
    position: absolute;
    display: none;
    border-radius: 5px;
    background: #fff;
    min-height: 61px;
    min-width: 210px;
    top: 1px;
    right: 60px;
    padding: 5px 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
}

#sidebars .phone, #sidebars .wechat {
    font-size: 14px;
    font-weight: bold;
    color: #ff5400;
    width: 100%;
}

@media(max-width:996px) {
    #sidebars {
        display: none;
    }
}

@media (max-width: 576px) {
    .hidden576 {
        display: none;
    }
}


/*Header*/


#header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

#header ul.nav, #header div.flag {
    display: flex;
    justify-content: space-between;
}

#header ul.nav li a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #05344c;
}


/*Footer*/
.footer .foot_top {
    background-color: #D70707;
    padding: 40px 0 20px 0;
}

.footer .foot_top h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 40px;
}

.footer .foot_top ul li {
    margin-bottom: 25px;
}

.footer .foot_top a {
    font-size: 14px;
    color: #ffffff;
    word-break: break-all;
}

.footer .foot_bottom {
    padding: 30px 0;
    background-color: #333;
}

.footer .foot_bottom .left {
    display: flex;
    align-items: center;
}


.footer .foot_bottom .left .text h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
}

.footer .foot_bottom .left .text p {
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .foot_bottom .left .logo {
    display: flex;
    align-items: center;
}

.footer .foot_bottom .right p {
    text-align: end;
}

.footer .foot_bottom .right a {
    display: inline-block;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    margin-bottom: 5px;
}

.footer,
.footer a {
    color: #fff;
}

@media(max-width:768px) {
    .footer .foot_bottom .left {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer .foot_bottom .left .logo {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer .foot_bottom .right p {
        text-align: center;
    }
}

@media(min-width:1430px) {
    .container {
        max-width: 1400px;
    }
}
