body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

:root, body {
    height: 100%;
    background-color: #fff;
}

body,
button,
input,
select,
textarea {
    font-family: "寰蒋闆呴粦";
    color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

.navTop {
    width: 100%;
    /* max-width: 1100px; */
    /*height: 80px;*/
    height: 65px;
    background-color: #1f7bce;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    opacity: 0.9;
}

.navTop .row,
.navFoot .row {
    margin: 0 auto;
    max-width: 1100px;
    height: 100%;
}
.navTop .logo {
    padding: 0;
}

.navTop .logo img {
    /* width: 100%;
    height: 100%; */
    max-width: 161px;
    max-height: 48px;
    margin-top: 10px;
    margin-left: 2px;


}

.navTop .navTop-left {
    height: 100%;
    padding: 0;
}

.navTop li {
    float: left;
}

.navTop li a {
    color: #fff;
    text-decoration: none;
}

.navTop .navTop-left ul {
    float: right;
}

.navTop .navTop-left ul li:last-of-type {
    padding-right: 0px;
}

.navTop .navTop-left .navTop-left-top li {
    padding: 10px 5px 15px;
    font-size: 12px;
}

.navTop .navTop-left .navTop-left-top li.bolder {
    font-weight: bold;
}

.navTop .navTop-left .navTop-left-bottom li {
    padding: 0 15px;
    font-size: 16px;
}
.en .navTop .navTop-left .navTop-left-bottom li {
    padding: 0 10px;
    font-size: 14px;
}
.navTop .navTop-left .navTop-left-bottom li a {
    position: relative;
    top: -10px;
}

.navTop .navTop-left .navTop-left-bottom li a.bold {
    font-weight: bold;
}

.navTop .navTop-left .navTop-left-bottom li a.active::after {
    position: absolute;
    /*top: 35px;*/
    top: 30px;
    left: 0px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.navTop .navTop-left .navTop-left-bottom li a:hover::after {
    position: absolute;
    /*top: 35px;*/
    top: 30px;
    left: 0px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.navTop .navTop-left .navTop-left-bottom li:nth-of-type(1) a.active::after {
    /* left: -15px; */
}
.en .navTop .navTop-left .navTop-left-bottom li a.active::after {
    width: 100%;
}
.en .navTop .navTop-left .navTop-left-bottom li:nth-of-type(1) a.active::after {
    left: 0;
}
/* 椤堕儴瀵艰埅缁撴潫 */

.navFoot div {
    padding: 0;
}

.navFoot {
    /* height: 255px; */
    background-color: #3c3c3c;
    color: #ddd;
    padding-top: 50px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.navFoot a {
    color: #ddd;
}

.navFoot .icon {
    padding-top: 40px;
}

.navFoot .icon .weibo img,
.navFoot .icon .wx img {
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
}

.navFoot .logo-code-code {
    text-align: right;
}

.navFoot .logo-foot img {
    max-width: 200px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}

.navFoot .logo-code-code img {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.navFoot .nav-foot {
    text-align: right;
}
.en .navFoot .nav-foot {
    text-align: right;
    padding-left: 25px;
}
.navFoot .nav-foot li {
    font-size: 24px;
    padding-bottom: 7px;
}
.en .navFoot .nav-foot li {
    font-size: 15px;
    padding-bottom: 7px;
    text-align: left;
}
.navFoot .nav-foot li a {
    font-size: 15px;
    margin-right: 35px;
}
.en .navFoot .nav-foot li a {
    font-size: 12px;
    text-align: left;
}
.navFoot .copy {
    padding-top: 57px;
    padding-bottom: 23px;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.navFoot .copy p:first-of-type {
    padding-bottom: 7px;
}

/* 宸︿晶鍥哄畾瀵艰埅 */
.mainContent .left-nav {
    /*width: 14%;*/
    width: 150px;
    position: relative;
    float: left;
    /*top: 138px;*/
}
/* 
.mainContent .left-nav h1 {
    font-size: 24px;
    padding-bottom: 6px;
}

.mainContent .left-nav h6 {
    font-size: 12px;
    padding-bottom: 31px;
}

.mainContent .left-nav li {
    padding-left: 10px;
    font-size: 15px;
    padding-bottom: 17px;
    position: relative;
}

.mainContent .left-nav li a {
    color: #ababab;
    text-decoration: none;
}

.mainContent .left-nav li a.active {
    color: #005bac;
}

.mainContent .left-nav li a.active::after {
    position: absolute;
    top: 0px;
    left: 77px;
    content: '';
    width: 4px;
    height: 25px;
    background-color: #f6ab00;
} */

.sideBar {
    width: 150px;
    float: left;
}
.sideBar .sideBar_title {
    color: #333;
    margin-bottom: 35px;
}
.sideBar .sideBar_title p:first-child {
    font-size: 24px;
    margin-bottom: 5px;
}
.sideBar .sideBar_title p:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
}
.sideBar .sideBar_ul {
    padding-left: 10px;
}
.sideBar .sideBar_ul li  {
    margin-bottom: 24px;
}
.sideBar .sideBar_ul li a {
    color: #ababab;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    width: 68px;
}
.sideBar .sideBar_ul li a:hover {
    color: #005bac;
    border-right:4px solid #f6ab00;
}
@media (max-width: 1200px) {
    .en .navTop .navTop-left .navTop-left-bottom li {
        font-size: 12px;
    }
}