html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    vertical-align: middle;
}


/* custom */

a {
    outline: none;
    color: #16418a;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

a:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/* @font-face {
    font-family: 'PingFangSC-Regular';
    src: url("./../font/PingFang-Medium.ttf"); */


/* src: url("./../font/PingFang.eot");  */


/* IE9 */


/* src: url("./../font/PingFang.woff2") format("woff2"),
         url("./../font/PingFang.woff") format("woff"),
         url("./../font/PingFang.ttf") format("truetype"),
         url("./../font/PingFang.eot") format("embedded-opentype"),
         url("./../font/PingFang.svg") format("svg"); */


/* font-weight: normal;
    font-style: normal;
} */


/* @font-face {
    font-family: 'PingFang SC';
    src: url("./../font/PingFang-Medium.ttf"); */


/* src: url("./../font/PingFang.eot");  */


/* IE9 */


/* src: url("./../font/PingFang.woff2") format("woff2"),
         url("./../font/PingFang.woff") format("woff"),
         url("./../font/PingFang.ttf") format("truetype"),
         url("./../font/PingFang.eot") format("embedded-opentype"),
         url("./../font/PingFang.svg") format("svg"); */


/* font-weight: normal;
    font-style: normal;
} */

html,
body {
    font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'SimHei', 'SimSun', Arial, Helvetica, sans-serif;
    min-height: 100vh;
}

body {
    min-width: 1280px;
}

.view-transition {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
}

.view-transition-nav {
    transition: height 0.2s linear 0s;
    -webkit-transition: height 0.2s linear 0s;
    -moz-transition: height 0.2s linear 0s;
    -o-transition: height 0.2s linear 0s;
    -ms-transition: height 0.2s linear 0s;
}

.common-bg {
    background: #F3F4F5;
}


/* 公用宽度 */

.wrap-1280 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* 共用头部 */

.common-header {
    background: url('../img/header-bg.png?v=1213') 0 top no-repeat #1395a7;
    background-size: auto 100%;
    position: relative;
    z-index: 100;
    min-width: 1280px;
}

.common-header .common-header-row1 {
    overflow: hidden;
    color: #E6E4E0;
    font-size: 14px;
    line-height: 1;
}

.common-header .common-header-row1 a {
    color: #eee;
    display: block;
    float: left;
}

.common-header .common-header-row1 a:hover {
    opacity: 0.7;
}

.common-header .common-header-row1 .logo-bar {
    float: left;
    padding: 20px 0 15px 0;
}

.common-header .common-header-row1 .logo-bar img {
    display: block;
    /* width: 542px; */
    height: 50px;
}

.common-header .common-header-row1 .link-bar {
    float: right;
    padding: 40px 0;
}

.common-header .common-header-row1 .link-bar span {
    padding: 0 11px;
    display: block;
    float: left;
}

.common-header .common-header-row1 .link-bar a {
    cursor: pointer;
}

.common-header .common-header-row1 .link-bar i {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    background: url('./../img/icon-cn.png') 0 0 no-repeat;
    background-size: 100% auto;
    opacity: 0.7;
    border-radius: 3px;
    line-height: 0;
    margin-left: 8px;
}

.common-header .common-header-row1 .link-bar i.en {
    background: url('./../img/icon-en.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.common-header .main-nav-out {
    position: relative;
}

.common-header .main-nav {
    border-top: 1px solid #3BAFBE;
    padding: 20px 0 0 0;
    height: 44px;
    text-align: center;
}

.common-header .main-nav>li {
    display: inline-block;
    margin: 0 31px;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    height: 44px;
}

.common-header .main-nav>li a.parents-bar {
    color: #FFF;
    display: inline-block;
}


/* 新的导航样式-start */

.common-header .main-nav>li ul.new-sub-nav {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 64px;
    background: url('./../img/nav-bg.png') right bottom no-repeat rgba(237, 243, 244, 0.98);
    background-size: 370px auto;
    z-index: 300;
    opacity: 1;
    box-shadow: 0px 10px 20px 0px rgba(113, 113, 113, 0.2);
    border-radius: 0px 0px 20px 20px;
}

.common-header .main-nav>li ul.new-sub-nav0 {
    width: 280px;
    margin-left: -100px;
    background: rgba(237, 243, 244, 0.98);
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 22px 0 0 0;
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list dl {
    margin: 0 33px 0 33px;
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list dl dd {
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #1395a7;
    text-align: left;
    padding: 10px 0 10px 12px;
    position: relative;
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list dl dd::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1395a7;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3px;
    display: block;
    content: '';
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list dl dd a {
    color: #1395a7;
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list dl dt {
    width: 214px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    margin: 16px 0 24px 0;
    background: rgba(105, 84, 49, 0.1);
}

.common-header .main-nav>li ul.new-sub-nav0>li.dl-list dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-header .main-nav>li ul.new-sub-nav1,
.common-header .main-nav>li ul.new-sub-nav2,
.common-header .main-nav>li ul.new-sub-nav3 {
    width: 100%;
    left: 0;
}

.common-header .main-nav>li ul.new-sub-nav4 {
    width: 280px;
    margin-left: -75px;
}

.common-header .main-nav>li ul.new-sub-nav5,
.common-header .main-nav>li ul.new-sub-nav6 {
    width: 280px;
    margin-left: -95px;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists {
    overflow: hidden;
    display: flex;
    width: 1280px;
    margin: 0 auto;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p {
    float: left;
    width: 319px;
    margin: 25px 0;
}

.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p {
    float: left;
    width: 33%;
    margin: 25px 0;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p.rline,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p.rline,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p.rline {
    border-right: 1px solid #ddd;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p span,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p span,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p span {
    margin: 0 0 5px 85px;
    padding-left: 40px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #1395a7;
    text-align: center;
    line-height: 42px;
    position: relative;
    text-align: left;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p span a,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p span a,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p span a {
    color: #1395a7;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p span b,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p span b,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p span b {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1395a7;
    border-radius: 50%;
    left: 25px;
    top: 50%;
    margin-top: -3px;
    display: block;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p i,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p i,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p i {
    font-size: 16px;
    font-weight: 400;
    color: #adb2b3;
    display: block;
    line-height: 1;
    margin: 0 25px 10px 125px;
    text-align: left;
    font-style: normal;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p i.addStyle {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 125px;
}

.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p i.addStyle a {
    float: left;
    margin: 0 0 10px 0;
    display: block;
    width: 50%;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p i a,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p i a,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p i a {
    color: #adb2b3;
}

.common-header .main-nav>li ul.new-sub-nav1 li.menu-lists p span:hover,
.common-header .main-nav>li ul.new-sub-nav2 li.menu-lists p span:hover,
.common-header .main-nav>li ul.new-sub-nav3 li.menu-lists p span:hover {
    background: #f1f1f1;
    border-radius: 21px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
}

.common-header .main-nav>li ul.new-sub-nav4>li,
.common-header .main-nav>li ul.new-sub-nav5>li,
.common-header .main-nav>li ul.new-sub-nav6>li {
    opacity: 1;
    font-weight: 400;
    color: #1395a7;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.5;
    cursor: pointer;
    padding: 0 30px 15px 30px;
}

.common-header .main-nav>li ul.new-sub-nav4>li a,
.common-header .main-nav>li ul.new-sub-nav5>li a,
.common-header .main-nav>li ul.new-sub-nav6>li a {
    color: #1395a7;
    position: relative;
    display: flex;
    padding-left: 16px;
}

.common-header .main-nav>li ul.new-sub-nav4>li a::before,
.common-header .main-nav>li ul.new-sub-nav5>li a::before,
.common-header .main-nav>li ul.new-sub-nav6>li a::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1395a7;
    border-radius: 50%;
    left: 0;
    top: -1px;
    display: block;
    content: '';
    margin-right: 10px;
    margin-top: 10px;
}

.common-header .main-nav>li:hover ul.new-sub-nav0 {
    height: auto;
    padding-bottom: 20px;
}

.common-header .main-nav>li:hover ul.new-sub-nav1 {
    height: auto;
    padding-bottom: 20px;
}

.common-header .main-nav>li:hover ul.new-sub-nav2 {
    height: auto;
    padding-bottom: 20px;
}

.common-header .main-nav>li:hover ul.new-sub-nav3 {
    height: auto;
    padding-bottom: 20px;
}

.common-header .main-nav>li:hover ul.new-sub-nav4 {
    height: auto;
    padding-bottom: 20px;
    padding-top: 30px;
}

.common-header .main-nav>li:hover ul.new-sub-nav5 {
    height: auto;
    padding-bottom: 20px;
    padding-top: 30px;
}

.common-header .main-nav>li:hover ul.new-sub-nav6 {
    height: auto;
    padding-bottom: 20px;
    padding-top: 30px;
}

.common-header .main-nav>li:hover a.parents-bar {
    font-size: 20px;
    opacity: 0.98;
}


/* 新的导航样式-end */

.common-header .main-nav>li ul.sub-nav {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 64px;
    background: #fff;
    left: 0;
    width: 1220px;
    z-index: 300;
    opacity: 1;
}

.common-header .main-nav>li ul.sub-nav1 {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(113, 113, 113, 0.2);
    opacity: 0.98;
    border-radius: 0px 0px 20px 20px;
    width: 1280px;
}

.common-header .main-nav>li ul.sub-nav1 li.dl-list {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.common-header .main-nav>li ul.sub-nav1 li.dl-list dl {
    float: left;
    width: 390px;
}

.common-header .main-nav>li ul.sub-nav1 li.dl-list dl dd {
    text-align: center;
    border-bottom: 1px solid #DAD4D3;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #1395a7;
}

.common-header .main-nav>li ul.sub-nav1 li.dl-list dl dt {
    margin: 30px 55px 0 55px;
    width: 280px;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
}

.common-header .main-nav>li ul.sub-nav1 li.dl-list dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists {
    overflow: hidden;
    display: flex;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p {
    float: left;
    width: 319px;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p.rline {
    border-right: 1px solid #53939C;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p span {
    margin: 0 85px 5px 85px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #1395a7;
    text-align: center;
    padding-left: 5px;
    line-height: 42px;
    position: relative;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.common-header .main-nav>li a.parents-bar-flex ul.sub-nav2 li.menu-lists {
    width: 100%;
}

.common-header .main-nav>li a.parents-bar-flex ul.sub-nav2 li.menu-lists p span {
    padding-left: 40px;
    text-align: left;
}

.common-header .main-nav>li a.parents-bar-flex ul.sub-nav2 li.menu-lists p {
    width: 33.33%;
}

.common-header .main-nav>li a.parents-bar-flex ul.sub-nav2 li.menu-lists p:last-of-type {
    border-right: 0;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p span:hover {
    background: #EEEEEE;
    border-radius: 21px;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p i {
    font-size: 14px;
    font-weight: 400;
    color: #adb2b3;
    display: block;
    line-height: 1;
    margin: 0 55px 10px 125px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p>b.addStyle {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 55px 10px 125px;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p>b.addStyle>i {
    float: left;
    margin: 0 0 10px 0;
    display: block;
    width: 50%;
}

.common-header .main-nav>li ul.sub-nav2 li.menu-lists p span b {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1395a7;
    border-radius: 50%;
    left: 25px;
    top: 50%;
    margin-top: -3px;
    display: block;
}

.common-header .main-nav>li a.parents-bar-pos {
    position: relative;
}

.common-header .main-nav>li ul.sub-nav0 {
    width: 220px;
    left: 980px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.common-header .main-nav>li ul.sub-nav0 li {
    opacity: 1;
    font-weight: 400;
    color: #1395a7;
    text-align: left;
    font-size: 18px;
    padding-bottom: 15px;
    overflow: hidden;
    line-height: 1.5;
    cursor: pointer;
}

.common-header .main-nav>li ul.sub-nav0 li span {
    float: left;
    display: block;
}

.common-header .main-nav>li ul.sub-nav0 li span.pot {
    width: 20px;
}

.common-header .main-nav>li ul.sub-nav0 li span.link {
    width: 200px;
}

.common-header .main-nav>li:hover ul.sub-nav {
    height: auto;
    overflow: auto;
}

.common-header .main-nav>li:hover ul.sub-nav1 {
    padding: 30px 0 50px 0;
}

.common-header .main-nav>li:hover ul.sub-nav2 {
    padding: 25px 0 25px 0;
}

.common-header .main-nav>li:hover ul.sub-nav0 {
    padding: 30px;
}


/* 共用底部 */

.common-footer {
    overflow: hidden;
    background: url('../img/footer-bg.png?v=123') right bottom no-repeat #1395a7;
    background-size: 628px auto;
    position: relative;
    z-index: 2;
    min-width: 1280px;
}

.common-footer {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
}

.common-footer a {
    color: #FFF;
}

.common-footer a:hover {
    color: #FFF;
    opacity: 0.8;
}

.common-footer h5 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 25px;
    font-weight: 500;
}

.common-footer h6 {
    font-size: 14px;
    font-weight: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

.common-footer .common-footer-row1 {
    overflow: hidden;
    padding: 82px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.common-footer .common-footer-row1 li {
    float: left;
    height: auto;
    padding: 0 45px;
    border-right: 1px solid #3AAEBD;
}

.common-footer .common-footer-row1 li.li5 {
    flex: 0.8;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-right: 0 none;
}

.common-footer .common-footer-row1 li.li5 dl {
    float: left;
    margin: 20px 0 0 0;
    width: 57px;
    cursor: pointer;
}

.common-footer .common-footer-row1 li.li5 dl dt {
    width: 57px;
    height: 57px;
    margin: 2px auto;
    position: relative;
}

.common-footer .common-footer-row1 li.li5 dl dt img {
    display: block;
    width: 100%;
}

.common-footer .common-footer-row1 li.li5 dl dt img.code {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.common-footer .common-footer-row1 li.li5 dl:hover dt img.code {
    display: block;
}

.common-footer .common-footer-row1 li.li5 dl dd {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    color: rgba(255, 255, 255, 1);
}

.common-footer .common-footer-row1 li p {
    margin: 4px 0;
}

.common-footer .common-footer-row1 li .about {
    padding-bottom: 5px;
    /* font-weight: bold; */
}

.common-footer .common-footer-row1 li .about a {
    /* font-weight: bold; */
}

.common-footer .common-footer-row1 li .about-block {
    padding-bottom: 5px;
}

.common-footer .common-footer-row1 li.li3 p span {
    display: block;
}

.common-footer .common-footer-row2 {
    border-top: 1px solid #3AAEBD;
    padding: 20px 0 0 0;
    text-align: center;
    position: relative;
}

.common-footer .common-footer-row2 li {
    padding-bottom: 15px;
}

.common-footer .common-footer-row2 span {
    color: #fff;
    opacity: 0.3;
    padding: 0 20px;
}

.common-footer .common-footer-row2 b {
    color: rgba(255, 255, 255, 1);
}

.common-footer .common-footer-row2 img {
    width: 54px;
    height: 65px;
    display: block;
    position: absolute;
    right: 192px;
    top: 21px;
}


/* 公用面包屑 */

.common-website {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    padding-bottom: 15px;
    margin: 0 30px;
}

.common-website a {
    color: #666;
}

.common-website a:hover {
    opacity: 0.7;
}

.common-website a:last-of-type {
    color: #1395a7;
}

.common-website span {
    padding: 0 5px;
}

.common-website b a {
    color: #1395a7;
}

.common-content {
    background: #fff;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -60px;
    z-index: 10;
    position: relative;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.common-content .contents {
    padding: 30px;
    text-align: justify;
    line-height: 2;
    font-size: 14px;
    color: #666;
    font-family: 'SimSun', Arial, "Microsoft Yahei", 'SimHei';
}

.common-content-blank {
    height: 60px;
}

.common-content-banner {
    width: 100%;
    height: 134px;
    background: linear-gradient(90deg, #E8E0D1 0%, #E6D6CF 100%);
}

.common-content-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.common-layout {
    width: 100%;
    border-top: 6px solid #F3F4F5;
    display: flex;
}

.common-layout .left-menu {
    width: 200px;
    border-right: 6px solid #F3F4F5;
    float: left;
    min-height: 500px;
}

.common-layout .left-menu>ul>li>a {
    display: block;
    box-sizing: border-box;
    padding: 15px 10px 15px 30px;
    text-align: justify;
    border-bottom: 3px solid #F3F4F5;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
}

.common-layout .left-menu>ul>li.hasMenu>a::after {
    content: ' ';
    width: 15px;
    height: 10px;
    background: url('../img/icon-downRow.png') 0 center no-repeat;
    background-size: 10px auto;
    display: inline-block;
}

.common-layout .left-menu>ul>li>a>img {
    width: 14px;
    display: block;
    float: left;
    margin-right: 12px;
}

.common-layout .left-menu>ul>li>dl {
    display: none;
}

.common-layout .left-menu>ul>li>dl dd>a {
    display: block;
    box-sizing: border-box;
    padding: 15px 10px 15px 55px;
    text-align: justify;
    border-bottom: 3px solid #F3F4F5;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

.common-layout .left-menu>ul>li>dl dd>a:hover,
.common-layout .left-menu>ul>li>dl dd>a.cur,
.common-layout .left-menu>ul>li>dl dd>a.cur:hover {
    background: #1395a7;
    color: #fff;
}

.common-layout .left-menu>ul>li.cur>a {
    color: #1395a7;
}

.common-layout .left-menu>ul>li.cur>a::after {
    background: url('../img/icon-upRow.png') 0 center no-repeat;
    background-size: 10px auto;
}

.common-layout .left-menu>ul>li.cur>dl {
    display: block;
}

.common-layout .left-menu>ul>li.curNomenu>a {
    /* background: #1395a7; */
    color: #1395a7;
    font-weight: bold;
}

.common-layout .left-menu>ul>li>a:hover {
    background: #1395a7;
    color: #fff;
}

.common-layout .left-menu>ul>li>a>i {
    display: none;
    background: #ffff;
    border-radius: 3px;
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    margin: 5px 0 0 25px;
    color: #ccc;
}

.common-layout .left-menu>ul>li>a:hover>i {
    display: block;
    z-index: 9999;
}

.common-layout .right-content {
    width: 1074px;
    float: left;
}

.common-h1-bar-1 {
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.common-h1-bar-1 span {
    display: inline-block;
    padding-left: 30px;
    background: url("../img/icon-tit-left.png") 0 center no-repeat;
    background-size: auto 25px;
}

.common-h1-bar-1 span i {
    display: inline-block;
    padding-right: 30px;
    background: url("../img/icon-tit-right.png") right center no-repeat;
    background-size: auto 25px;
    font-style: normal;
    text-align: center;
    position: relative;
}

.tree-bg {
    background: url("../img/tree-bg.png") right bottom no-repeat;
    background-size: 484px auto;
    min-height: 692px;
    margin-bottom: 26px;
}

.common-pages-bar {
    padding: 40px 0;
    text-align: right;
}

.common-pages-bar a,
.common-pages-bar span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 0 5px;
}

.common-pages-bar span {
    color: #ccc;
}

img {
    /* background-image: url('/template_resource/10012/img/default_image.jpg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* background-color: #a1a0a5; */
}

img.load {
    background-image: none;
    background: transparent
}

img.error {
    background-image: none;
    background-color: #a1a0a5;
}


/* 公共左菜单样式 */

.sub-menu-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 富文本样式 */

.common__detail-rich {
    text-align: justify;
    line-height: 2;
    font-size: 14px;
    color: #666;
    font-family: 'SimSun', Arial, "Microsoft Yahei", 'SimHei';
}

.common__detail-rich h6 {
    font-size: 14px;
}

.common__detail-rich h5 {
    font-size: 16px;
}

.common__detail-rich h4 {
    font-size: 18px;
}

.common__detail-rich h3 {
    font-size: 21px;
}

.common__detail-rich h2 {
    font-size: 24px;
}

.common__detail-rich h1 {
    font-size: 36px;
}

.common__detail-rich i {
    font-style: italic;
}

.common__detail-rich h6,
.common__detail-rich h5,
.common__detail-rich h4,
.common__detail-rich h3,
.common__detail-rich h2,
.common__detail-rich h1 {
    font-weight: bold;
}

.common__detail-rich strong {
    font-weight: bold;
}

.common__detail-rich table {
    background: rgba(237, 243, 244, 0.98);
    /* font-size: 14px; */
    border: 1px solid rgba(217, 217, 217, 0.97);
    margin: 0 auto -1px auto;
    font-weight: 400;
    color: #6B6A68;
    line-height: 24px;
    /* margin-bottom: -1px; */
    max-width: 100%;
}

.common__detail-rich img {
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.common__detail-rich img.error {
    max-height: 300px;
}

.common__detail-rich table tr td {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.97);
    border-right: 1px solid rgba(217, 217, 217, 0.97);
}

.common__detail-rich table tr td a {
    color: #6B6A68;
}

.common__detail-rich table tr td a:hover {
    opacity: 0.7;
}

.common__detail-rich table tr.bg {
    background: #E9E6E1;
    color: #1395a7
}

.simple-pages {
    width: 1220px;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
    font-size: 20px;
    font-family: PingFang SC;
    color: #999999;
    line-height: 24px;
    width: 90%;
    margin: 30px 0;
}

.simple-pages .cur-page {
    height: 24px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1395a7;
    line-height: 24px;
}

.simple-pages .all-page {
    margin-right: 30px;
}

.simple-pages .pagination-last {
    width: 32px;
    height: 32px;
    background: url('/template_resource/20235/img/card_prev.png') 0 0 no-repeat #333;
    background-size: 100% 100%;
    margin-right: 16px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.simple-pages .pagination-next {
    width: 32px;
    height: 32px;
    background: url('/template_resource/20235/img/card_next.png') 0 0 no-repeat #333;
    ;
    background-size: 100% 100%;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.simple-pages .JS-pages {
    display: none;
}

.common__detail-head {
    text-align: center;
}

span.yxkg a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 18px;
    background: url('./../img/bob.gif') 0 0 no-repeat;
    background-size: auto 11px;
}

.TRS_Editor {
    text-align: justify;
    line-height: 2;
    font-size: 14px;
    color: #666;
    font-family: 'SimSun', Arial, "Microsoft Yahei", 'SimHei';
}

.TRS_Editor strong {
    font-weight: bold;
}


/* 读者指南公共样式 */

.reader-guide-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.reader-guide-container>.banner {
    width: 100%;
    height: 134px;
    background-image: url("./img/banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.reader-guide-container>.main {
    width: 1280px;
    border-radius: 20px;
    margin: -59px auto 0;
    padding: 26px;
    max-height: calc(100vh - 134px);
    min-height: 744px;
    position: relative;
}

.reader-guide-container>.main>.header {
    width: 1220px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    padding: 30px;
}

.reader-guide-container>.main>.header>.breads {
    width: 100%;
    height: 18px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    float: left;
    position: relative;
}

.reader-guide-container>.main>.header>.breads a {
    color: #666666;
}

.reader-guide-container>.main>.header>.breads a:last-of-type {
    color: #1395a7;
}

.reader-guide-container>.main>.left {
    width: 200px;
    float: left;
    margin-top: 6px;
    /* height: calc(100vh - 200px); */
    ;
    min-height: 700px;
}

.reader-guide-container>.main>.left>.menu {
    width: 100%;
    border-radius: 0px 0px 0px 20px;
    overflow: hidden;
    transition: all 0.6s;
}

.reader-guide-container>.main>.left>.menu>.menu-empty {
    width: 100%;
    background: #FFF;
    transition: all 0.6s;
}

.reader-guide-container>.main>.left>.menu>.menu-item {
    width: 200px;
    margin-bottom: 3px;
}

.reader-guide-container>.main>.left>.menu>.menu-item.active>.menu-title:hover div {
    color: #FFF;
    text-shadow: 0px 0px 1px #1395a7;
}

.reader-guide-container>.main>.left>.menu>.menu-item.active>.menu-title div {
    color: #1395a7;
    text-shadow: 0px 0px 1px #1395a7;
}

.reader-guide-container>.main>.left>.menu>.menu-item.active>.sub-menu-list {
    max-height: 500px;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.menu-title {
    width: 170px;
    height: 58px;
    background: #FFF;
    line-height: 58px;
    padding-left: 30px;
    cursor: pointer;
    transition: all 0.6s;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.menu-title:hover {
    background: #1395a7;
    color: #FFF;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.menu-title p {
    width: 14px;
    height: 14px;
    background: #e6e6e6;
    display: inline-block;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.menu-title div {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-left: 11px;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.menu-title div.menu-url {
    display: none;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list {
    margin-top: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.6s;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list>.sub-menu-item {
    width: 200px;
    margin-bottom: 3px;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list>.sub-menu-item:last-of-type {
    margin-bottom: 0px;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list>.sub-menu-item>.sub-menu-title {
    width: 144px;
    height: 58px;
    background: #FFF;
    line-height: 58px;
    padding-left: 56px;
    font-size: 12px;
    line-height: 58px;
    cursor: pointer;
    transition: all 0.6s;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list>.sub-menu-item>.sub-menu-title:nth-of-type(1) {
    margin-top: 3px;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list>.sub-menu-item>.sub-menu-title.active {
    background: #1395a7;
    color: #FFF;
}

.reader-guide-container>.main>.left>.menu>.menu-item>.sub-menu-list>.sub-menu-item>.sub-menu-title:hover {
    background: #1395a7;
    color: #FFF;
}

.reader-guide-container>.main>.right {
    width: 1074px;
    /* height: calc(100vh - 200px); */
    min-height: 700px;
    float: right;
    margin-top: 6px;
    background: #FFF;
    position: relative;
    border-radius: 0px 0px 20px 0px;
    transition: all 0.6s;
}

.reader-guide-container>.main>.right>.main-bg {
    width: 484px;
    height: 692px;
    background-image: url("./img/tree-bg.png");
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    bottom: 30px;
}

.reader-guide-container>.main>.main-bg {
    width: 484px;
    height: 692px;
    position: absolute;
    right: 0;
    bottom: 26px;
    background-image: url("./img/tree-bg.png");
    background-size: 100% 100%;
}

.reader-guide-container>.main>.right>.content-box {
    /* height: calc(100% - 80px); */
    width: calc(100% - 80px);
    /* overflow-y: auto; */
    margin: 40px;
    position: relative;
    z-index: 2;
    /* scrollBar-base-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-hightlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF; */
}

.reader-guide-container>.main>.right>.content-box::-webkit-scrollbar {
    background: transparent;
}

.reader-guide-container>.main>.right>.content-box>.content {
    width: 563px;
    /* height: 653px; */
    background: #FAF9F7;
    border-radius: 10px;
    float: left;
    margin-top: 30px;
}


/* .right>.content-box p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
}
.right>.content-box hr{
    border: 0px;
    border-top: 1px solid #ccc;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
} */

.clear {
    clear: both;
}

.reader-guide-container>#currentTitle {
    height: 0;
    overflow: hidden;
}

.menu-url {
    display: none;
}

.reader-guide-container>.main>.right>.content-box>.main-table {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(237, 243, 244, 0.98);
    text-align: center;
    border-collapse: separate;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.reader-guide-container>.main>.right>.content-box>.main-table tr {
    min-height: 58px;
    height: 58px;
}

.reader-guide-container>.main>.right>.content-box>.main-table td {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.reader-guide-container>.main>.right>.content-box>.main-table td:nth-of-type(1) {
    border-left: none;
}

.reader-guide-container>.main>.right>.content-box>.main-table th {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #1395a7;
    text-align: center;
    border-left: 1px solid #d9d9d9;
}

.reader-guide-container>.main>.right>.content-box>.main-table th:nth-of-type(1) {
    border-left: none;
}

.black-font th {
    color: #333333;
}

.black-font td {
    color: #333333;
}

.dark-line {
    background-color: #E9E6E1!important;
}

@font-face {
    font-family: "iconfont";
    /* Project id 3236116 */
    src: url('/template_resource/10012/font/iconfont.woff2?t=1646892972563') format('woff2'), url('/template_resource/10012/font/iconfont.woff?t=1646892972563') format('woff'), url('/template_resource/10012/font/iconfont.ttf?t=1646892972563') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.5s;
}

.icon-arrow-down:before {
    content: "\e665";
}

.reader-guide-container>.main>.left>.menu>.menu-item.active>.menu-title>.iconfont {
    transform: rotate(180deg);
}

.reader-guide-container>.main>.left>.menu>.menu-item>.menu-title>.iconfont {
    display: none;
}

.reader-guide-container>.main>.left>.menu>.menu-item.hasChildren>.menu-title>.iconfont {
    display: inline-block;
}

.wjls-content {
    padding-right: 240px;
    position: relative;
}

.wjls-title {
    font-size: 22px;
    font-weight: 600;
    color: #1395a7;
    line-height: 28px;
    padding-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.wjls-content p {
    padding-bottom: 20px;
}

.wjls-content img {
    float: right;
    width: 219px;
    height: 354px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    display: inline-block;
    padding: 7px;
    margin-left: 40px;
}

.jcdt-content {
    text-align: justify;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(217, 217, 217, 0.97);
}

.jcdt-content-h1 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-bottom: 30px;
}

.jcdt-content>table {
    background: rgba(237, 243, 244, 0.98);
    font-size: 14px;
    font-weight: 400;
    color: #6B6A68;
    line-height: 24px;
    margin-bottom: -1px;
}

.jcdt-content>table tr td {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.97);
    border-right: 1px solid rgba(217, 217, 217, 0.97);
}

.jcdt-content>table tr td a {
    color: #6B6A68;
}

.jcdt-content>table tr td a:hover {
    opacity: 0.7;
}

.jcdt-content>table tr.bg {
    background: #E9E6E1;
    color: #1395a7
}

.wenxian-content {
    width: 100%;
    overflow: hidden;
}

.wenxian-content .left-wxi {
    width: 312px;
    background: rgba(237, 243, 244, 0.98);
    border-radius: 10px;
    padding: 20px 30px;
    float: left;
}

.wenxian-content .left-wxi dt {
    width: 305px;
    height: 195px;
    overflow: hidden;
}

.wenxian-content .left-wxi dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wenxian-content .left-wxi dd {
    margin-top: 30px;
    padding: 0 10px;
}

.wenxian-content .left-wxi dd p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: justify;
}

.wenxian-content .left-wxi dd p.font-1 {
    font-size: 16px;
    margin-top: 15px;
}

.wenxian-content .left-wxi dd p.line {
    border-top: 1px solid #96B5B8;
    margin-top: 50px;
    padding-top: 30px;
}

.wenxian-content .right-wxi {
    float: right;
    width: 820px;
}

.wenxian-content .right-wxi img {
    float: right;
    height: 290px;
    width: 195px;
    display: inline-block;
    margin-left: 30px;
}
