﻿﻿@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div {
    border: 0 none;
    margin: 0;
    padding: 0;
}


/*鸿蒙字体*/
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');


}

@font-face {
    font-family: 'times';
    src: url('../fonts/times/TIMESLTSTD-ROMAN.eot');
    src: url('../fonts/times/TIMESLTSTD-ROMANd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/times/TIMESLTSTD-ROMAN.woff') format('woff'),
        url('../fonts/times/TIMESLTSTD-ROMAN.ttf') format('truetype'),
        url('../fonts/times/TIMESLTSTD-ROMAN.svg#TIMESLTSTD-ROMAN') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova/Proxima-Nova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova/Proxima-Nova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova/Proxima-Nova-Bold.eot'),
        url('../fonts/ProximaNova/Proxima-Nova-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PlusJakarta-Sans';
    src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff') format('woff'),
        url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakarta-Sans';
    src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff') format('woff'),
        url('../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
    --blue-color: #00569b;
    --red-color: #e6001f;
    --foot-red-color: #cf121b;
    --foot-blue-color: #002464;
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}


@media (min-width: 320px) and (max-width: 480px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1201px) {

    html {
        font-size: 16px;
    }
}

body {
    font-family: 'PlusJakarta-Sans', Arial, 'AvenirLTStd-light', 'AvenirLTStd', Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 2rem;
    /*font-weight: lighter;*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}



a {
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

a:hover {
    color: #2a72bb;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}

.webkit {
    font-size: 7px;
    -webkit-transform: scale(0.7);
    -webkit-text-size-adjust: none;
}

.navbar {
    margin-bottom: 0;
}

.header-nav {
    bottom: auto;
    top: 0;
    text-align: left;
}


@media only screen and (max-width: 767px) {
    /*导航*/

}


/*header-nav*/
@media screen and (min-width: 992px) {

    .header-nav .nav {
        display: table;
        width: 100%;
        position: relative;
    }

    /*header header-fixed*/
    .header.header-fixed .header-nav {
        /*background: #8b9ba2a1;*/
        /*background: url(../../images/en/ttbg.png) repeat ;*/
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #8b9ba2;
        /*background: #115679;*/
        background: rgba(185, 195, 199, 0.85);
    }


}


/* mobile header-nav*/
@media screen and (max-width: 991px) {

    h2.site-logo {
        /* background-color: var(--blue-color); */
        padding: 6px 15px;
        margin-bottom: 0;
    }

    .header-nav {
        bottom: auto;
        top: 0;
        text-align: left;
    }

    .mnmd-offcanvas__title,
    .navbar-header {
        background: #d6b9d5;
    }

    .navbar-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        /* background: linear-gradient(#4e0308, #ac0711); */
        /* background: linear-gradient(to bottom, #4e0308, #4e0308 20%, #ac0711 70%, #ac0711 100%); */
      
        padding: 6px 8px 5px;
        /* border-bottom: 1px solid #ccc; */
        background-size: cover;

    }



    body {
        position: relative;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }


}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) and (min-width: 568px) {}

.table-responsive {
    border: none;

}