
.redcolor{color: #d35400;}
.top-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #2a76ef;
}
.top-header p, .top-header a {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}
.top-header a{text-decoration: underline;}
.content-top a{
    background-color: #2a76ef;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    font-weight: initial;
    display: none;
}
.header {
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 10px 0;
    transition: all .3s ease-in;
    top: 0;
    background-color: #fff !important;
}
.header .logo{
    align-self: center;
}
.header .logo img {
    width: 100%;
}

.header .topright {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 72px;
    line-height: 72px;
}

/*.header .nav {*/
/*    padding-right: 90px;*/
/*}*/

.header .nav .navlist {
    position: relative;
    display: table;
    width: 100%;
}

.header .nav li {
    display: table-cell;
    list-style: none;
    font-size: 16px;
    width: 11.111111111111%;
    text-align: center;
    position: relative;
}

.header .nav li.hover a {
    color: #3c78d8;
}

.header .nav li a {
    display: block;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.header .nav ul .subnav {
    background: #fff;
    border-top: 2px solid #E74C3C;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.header .nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.header .nav ul .subnav a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
    border: 0 none;
    border-bottom: 1px solid #eee;
    border-radius: initial;
}

.header .nav ul .subnav a:hover {
    color: #E74C3C;
    background: #f9f9f9;
    text-indent: 3px;
}
.header .content-top{
    text-align: right;
    margin: auto;
}
#sidebar li .nav-main-link{font-size: 16px;}
.footer {
    width: 100%;
    background: #242424;
    color: #fff;
    padding-bottom: 40px;
}

.footer .links {
    padding: 30px 0;
    margin-bottom: 40px;
    font-size: 16px;
    border-bottom: 1px solid #353535;
}

.footer .links span {
    color: #fff;
    display: inline-block;
}

.footer .links a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}
.footer .botnavlist ul:last-of-type{margin-top:50px;}
.footer .botnavlist li {
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
}

.footer .botnavlist li:first-child {
    padding-left: 0px;
}

.footer .botnavlist li a {
    color: #fff;
    line-height: 32px;
    font-size: 15px;
}

.footer .botnavlist li .drop {
    padding-top: 10px;
    margin-bottom: 30px;
}

.footer .botnavlist li .drop a {
    display: block;
    line-height: 26px;
    color: #999;
    width: 100%;
    font-size: 12px;
}

.footer .botnavlist li a:hover {
    color: #3c78d8;
}

.footer .qcode {
    height: 150px;
    background: url(../images/map.png) center no-repeat;
    width: 540px;
}

.footer .btel {
    width: 320px;
    line-height: 28px;
}

.footer .btel .p1 {
    color: #fff;
}

.footer .btel .p2 {
    margin-bottom: 10px;
    padding-left: 48px;
    background: url(../images/ico_tel.png) no-repeat left center;
    background-size: 30px;
    font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer .btel .p3 {
    color: #999;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer .qcode .ewm {
    width: 130px;
    height: 130px;
    display: block;
    border: 5px solid #666;
}

.copy {
    background: #191919;
    border-top: 1px solid #353535;
    line-height: 60px;
    color: #999;
    font-size: 12px;
    margin-bottom: 0px;
}
.copy p span{display:block;}


@media (min-width: 768px){
    .content {padding:0}
    .header {padding: 20px 0;}
    .header .content-top{
        line-height: 72px;
        text-align: center;
    }
    .content-top a{display:initial;}
    .footer .botnavlist ul:last-of-type{margin-top:0px;}
    .copy p span{display:initial;}
}
@media (min-width: 990px){
    .content {
        width: 980px;
        max-width: 100%;
    }
}
@media (min-width: 1220px){
    .content {
        width: 1200px;
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    #page-container>#page-header .content {
        max-width: 1920px;
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .content-top a{
        padding: 12px 30px;
    }
}
@media (min-width: 769px) and (max-width: 992px){
    .header .logo {margin: 0 auto;}
    .header .logo img {width: auto;}
}
@media (min-width: 1400px){
    .header .logo img {width: auto;}
}
@media (min-width: 1620px){
    /*.content {*/
    /*    width: 1380px;*/
    /*}*/
}
@media (max-width: 475px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.2);
        border-radius: 10px;
        border: 2px solid #fff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }
}
