.text-hide {

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-hide2 {

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-hide3 {

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.text-hide4 {

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pagination {
    display: flex !important;
    margin: 30px 0;
    justify-content: center;
    flex-direction: row !important;

    align-items: center;

    position: relative;
    gap: 1rem !important;
}

.pagination li {

    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f7fa;
    color: #656667;
    font-size: 1rem;
    line-height: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li.active {
    background: #1c77e2;
    color: #fff;
}


/*wkwang.cn*/
html,
body,
div,
span,
applet,
object,
iframe,
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;
    vertical-align: baseline;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-font-smoothing: antialiased;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    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;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button {
    outline: 0;
    border: 0;
    appearance: none;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.clear,
.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrap1600 {
    width: 1600px;
    margin: 0 auto;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*reset end*/
body {
    /* font-family: "microsoft yahei"; */
    font-family: "Source Han Sans CN-Regular", "Source Han Sans CN";
    font-size: 14px;
    /*color: #686868;*/
    color: #676a70;
}


body a {
    /*color: #686868;*/
    color: #676a70;

}

.header {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

/*.header .top {*/
/*    width: 100%;*/
/*    height: 90px;*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.05) 100%);*/
/*    border-radius: 0px 0px 0px 0px;*/
/*}*/

/*.header .top-w {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.header .nav {*/
/*    width: 1300px;*/
/*    margin: 0 auto;*/
/*}*/

/*.header .nav ul {*/
/*    width: 1300px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin: auto;*/
/*    line-height: 100px;*/
/*}*/

/*.header .nav li {*/
/*    font-size: 18px;*/
/*    color: #868686;*/
/*    text-align: center;*/
/*    height: 100px;*/
/*    overflow: hidden;*/
/*    width: 120px;*/
/*}*/

/*.header .nav a.nav_head {*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    line-height: 100px;*/
/*}*/

/*.header .nav a {*/
/*    font-family: Source Han Sans CN-Regular, Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    line-height: 26px;*/
/*}*/

/*.header .nav a.nav_head.on,*/
/*.header .nav a.nav_head:hover {*/
/*    color: #ffffff;*/
/*    padding-bottom: 20px;*/
/*    border-radius: 0px 0px 0px 0px;*/
/*    opacity: 1;*/
/*    border-bottom: 4px solid #FFFFFF;*/
/*}*/

/*.header .nav li a.nav_body {*/
/*    color: #868686;*/
/*    background-color: #fff;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    height: 50px;*/
/*    display: block;*/
/*}*/

/*.header .nav li:hover a.nav_body {*/
/*    z-index: 21;*/
/*}*/

/*.nav ul li:hover {*/
/*    color: #fff;*/
/*    height: auto;*/
/*}*/

/*.nav ul li.hover {*/
/*    height: 100px;*/
/*    overflow: hidden;*/
/*}*/

/*.nav ul li.hover a {*/
/*    color: #fff;*/
/*}*/

/*a.nav_head {*/
/*    color: #868686;*/
/*}*/

/*.nav ul li a {*/
/*    text-decoration: none;*/
/*    color: #868686;*/
/*}*/

/*.nav ul a.nav_body:hover {*/
/*    color: #1C77E2;*/
/*    background-color: #f1f1f1;*/
/*    text-decoration: none;*/
/*}*/

/*.nav .nav_body:last-child {*/
/*    border-bottom: #1C77E2 solid 2px;*/
/*}*/

/* header style 2 */
.header-small {
    width: 100%;
    height: 110px;
    background: #1C77E2;
}

.header-small .top {
    width: 100%;
    height: 110px;
}

.header-small .top-w {
    display: flex;
    justify-content: space-between;
}

.header-small .nav {
}

.header-small .nav ul {
}

.header-small .nav li {
    float: left;
    height: 110px;
    line-height: 100px;
    overflow: hidden;
}

.header-small .nav a.nav_head {
    display: block;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 90px;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.header-small .nav a.nav_head.on,
.header-small .nav a.nav_head:hover {
    color: #ffffff;
    padding-bottom: 20px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border-bottom: 4px solid #FFFFFF;
}

.header-small .nav li .nav_body {
    display: block;
    line-height: 50px;
    text-align: center;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-small .nav li .nav_body:hover {
    background: #f1f1f1;
    color: #1a5ad9;
}

.header-small .nav li:hover a.nav_body {
    color: #868686;
    font-size: 14px;
    display: block;
    z-index: 21;
}

header .subnav {
    height: 82px;
    line-height: 82px;
    background: #F3F6FC;
    z-index: 20;
    width: 100%;
    /* border: 1px solid #F5F5F5; */
}

header .subnav ul {
    text-align: center;
}

header .subnav li {
    display: inline-block;
    margin: 0 20px 0 20px;
}

header .subnav a {
    display: block;
    height: 82px;
    font-size: 18px;
    font-weight: 400;
    color: #222834;
    line-height: 82px;
}

header .subnav a.on,
header .subnav a:hover {
    font-weight: 500;
    color: #222834;
    border-bottom: 4px solid #1C77E2;
}

.footer {
    position: relative;
    width: 100%;
    background: #2F5FB6;
    padding-bottom: 100px;
}

.footer .nav-bottom {
}

.footer .nav-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) 1 1;
}

.footer .nav-bottom li {
}

.footer .nav-bottom li a {
    position: relative;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 24px;
}

.footer .nav-bottom li a::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 3px;
    height: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.footer .nav-bottom li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .nav-bottom li:last-child a::after {
    border: 0;
}

.footer .info {
    text-align: center;
    margin-top: 55px;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
}

.footer .info span {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding-right: 16px;
    margin-right: 16px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 3px;
}

.footer .info span:last-child,
.footer .info span:nth-child(3) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.footer .info a {
    color: #fff;
}

.footer .logo-bottom {
    text-align: center;
    margin-top: 70px;
}

.footer .logo-bottom {
    display: none;
}

.footer .contact-ico-wrap {
    position: absolute;
    top: 140px;
    left: calc(50% + 416px);
}

.footer .contact-ico-wrap dl {
    display: inline-block;
    margin-left: 33px;
    position: relative;
}

.footer .contact-ico-wrap dl:nth-child(1) dd {
    bottom: 40px;
}

.footer .contact-ico-wrap dl:nth-child(2) dd {
    bottom: 40px;
}

.footer .contact-ico-wrap dl:nth-child(3) dd {
    bottom: 40px;
}

.footer .contact-ico-wrap dl:hover dd {
    opacity: 1;
}

.footer .contact-ico-wrap dt {
    cursor: pointer;
}

.footer .contact-ico-wrap dd {
    position: absolute;
    background-color: #FFFFFF;
    font-weight: 400;
    color: #222834;
    opacity: 0;
    width: 150px;
    text-align: center;
    line-height: 2em;
    border-radius: 5px;
    left: -60px;
    max-height: 150px;
    transition: 0.3s;
}

.footer .contact-ico-wrap dd img {
    width: 150px;
    height: 150px;
}

.news-list {
    padding: 32px 0;
}

.news-list li {
    border: 1px solid #DFE4EE;
    padding: 30px 23px;
    margin-bottom: 32px;
    border-left: none;
    border-right: none;
}

.news-list li:hover {
    box-shadow: 4px 4px 20px 0px rgba(8, 44, 125, 0.1);
}

.news-list .img {
    width: 510px;
    height: 300px;
    margin-right: 48px;
}

.news-list .info {
    width: 958px;
}

.news-list .info .title {
    font-size: 32px;
    font-weight: 500;
    color: #222834;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
}

.news-list .info .title a {
    color: #222834;
}

.news-list .info .con {
    margin-top: 24px;
    height: 180px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 400;
    color: #4F5662;
    line-height: 36px;
}

.news-list .info .date {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #7D8187;
}

.news-list .info .time {
    padding-left: 33px;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-time.png') 0 11px no-repeat;
}

.news-list .info .more a {
    display: block;
    width: 72px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #B3B9C0;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows.png') calc(100% - 26px) center no-repeat;
    transition: 0.3s;
    font-size: 12px;
}

.news-list .info .more span {
    display: none;
}

.news-list li:hover .info .more a {
    width: 148px;
    color: #ffffff;
    font-size: 16px;
    background: #1C77E2 url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows2.png') calc(100% - 26px) center no-repeat;
}

.news-list li:hover .info .more span {
    display: block;
    padding-left: 20px;
}

.news-list li:hover .info .title {
    border-bottom: 1px solid #1C77E2;
}

.news-list li:hover .info .title a {
    color: #1C77E2;
}

.news-notice {
    padding: 30px 0;
}

.news-notice li {
    padding: 25px 0;
    border: 2px solid #f8f8f8;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.news-notice li:last-child {
    margin: 0;
}

.news-notice li:hover {
    box-shadow: 4px 4px 20px 0px rgba(8, 44, 125, 0.1);
}

.news-notice li:hover .more {
    opacity: 1;
}

.news-notice li:hover .title a {
    color: #1C77E2;
}

.news-notice .info {
    width: 1100px;
    margin-right: 35px;
    overflow: hidden;
}

.news-notice .date {
    margin-left: 35px;
    margin-right: 30px;
    border-right: 1px #e5e5e5 solid;
    padding-right: 35px;
}

.news-notice .date .day {
    font-size: 40px;
    font-family: Barlow-Medium, Barlow;
    font-weight: 500;
    color: #1a5ad9;
    line-height: 56px;
}

.news-notice .date .year {
    font-size: 24px;
    font-family: Barlow-Medium, Barlow;
    font-weight: 500;
    color: #4F5662;
    line-height: 33px;
}

.news-notice .title {
    height: 48px;
    overflow: hidden;
    font-size: 22px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #222834;
    line-height: 48px;
}

.news-notice .title a {
    color: #222834;
}

.news-notice .info .con {
    height: 36px;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #4F5662;
    padding-right: 40px;
    line-height: 36px;
    overflow: hidden;
}

.news-notice .more {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-left: 1px solid #DFE4EE;*/
    opacity: 0;
    transition: 0.3s;
    margin-right: 30px;
}

.news-notice .more img {
    border: 3px dashed #DFE4EE;
    width: 100%;
}

.investment-operate {
    width: 1300px;
    margin: 0 auto;
}

.investment-operate li {
    padding: 25px 0;
    border-bottom: 2px solid #f9f9f9;
    display: flex;
}

.investment-operate .info {
    width: 1150px;
}

.investment-operate .date {
    color: #1C77E2;
    width: 140px;
    height: 140px;
    background: #F3F6FC;
    border-radius: 4px 4px 4px 4px;
    padding: 29px 0 0 20px;
}

.investment-operate .date .day {
    font-size: 30px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #1C77E2;
}

.investment-operate .date .year {
    font-size: 20px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #1C77E2;
    margin-top: 24px;

}

.investment-operate .title {
    font-size: 22px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #222834;
    line-height: 33px;
    overflow: hidden;
    margin: 17px 0 10px 30px;
}

.investment-operate .title a {
    color: #222834;
}

.investment-operate li:hover .title a {
    color: #1C77E2;
}

.investment-operate .source-more {
    line-height: 35px;
    margin: 0px 0 0 30px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.investment-operate .source-more .more a {
    display: block;
    width: 118px;
    height: 38px;
    line-height: 38px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #B3B9C0;
    background: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows.png) calc(100% - 20px) center no-repeat;
    transition: 0.3s;
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #7D8187;
}

.investment-operate .source-more .more span {
    padding-left: 20px;
}

.investment-operate li .source-more .more a:hover {
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows2.png') calc(100% - 22px) center no-repeat;
    background-color: #1C77E2;
    color: #ffffff;
}

.planning-overall {
    padding: 64px 0;
}

.planning-overall .h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #222834;
    margin-bottom: 48px;
}

.planning-overall .con {
}

.planning-overall .con img {
    max-width: 100%;
}

.planning-overall .con p {
    margin: 1.5em;
    color: #4F5662;
    font-size: 18px;
    text-indent: 2em;
}

.planning-dynamic {
}

.planning-dynamic li {
    padding: 24px 0;
    margin-top: 48px;
}

.planning-dynamic .img {
    width: 520px;
    height: 300px;
    overflow: hidden;
}

.planning-dynamic .img img {
    width: 520px;
    max-width: 520px;
    max-height: 300px;
    margin-left: 20px;
}

.planning-dynamic .info {
    margin-left: 48px;
    width: 1000px;
}

.planning-dynamic .title {
    margin-top: 40px;
}

.planning-dynamic .title a {
    height: 48px;
    font-size: 32px;
    font-weight: 500;
    color: #222834;
    overflow: hidden;
}

.planning-dynamic .title a span {
    display: inline-block;
    border-right: 2px solid #DFE4EE;
    padding-right: 32px;
    margin-right: 32px;
}

.planning-dynamic .con {
    height: 144px;
    font-size: 18px;
    font-weight: 500;
    color: #4F5662;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 44px;
    overflow: hidden;
    height: 70px;
}

.planning-dynamic {
}

.planning-dynamic .info .date {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #7D8187;
}

.planning-dynamic .info .time {
    padding-left: 33px;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-time.png') 0 11px no-repeat;
}

.planning-dynamic .info .more a {
    display: block;
    width: 72px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows2.png') calc(100% - 26px) center no-repeat;
    transition: 0.3s;
    font-size: 12px;
}

.planning-dynamic .info .more span {
    font-size: 16px;
    font-weight: 400;
}

.planning-dynamic li:hover .info .more a {
    width: 148px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #B3B9C0;
    background: #1C77E2 url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows2.png') calc(100% - 26px) center no-repeat;
}

.planning-dynamic li:hover .info .more span {
    display: block;
    padding-left: 20px;
}

.planning-dynamic li:hover .title a {
    color: #1C77E2;
}

.planning-dynamic li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* 在建路线 */
.planning-in-construction {
    padding: 32px 0;
    width: 1300px;
    margin: 0 auto;
}

.planning-in-construction ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.planning-in-construction li:nth-child(3n) {
    margin-right: 0;
}

.planning-in-construction li {
    width: 31%;
    border: 1px solid #DFE4EE;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 32px;
    margin-right: 32px;
    padding-bottom: 0;
}

.planning-in-construction li:hover {
    box-shadow: 4px 4px 20px 0px rgba(8, 44, 125, 0.1);
}

.planning-in-construction .img {
    position: relative;
    border: 1px solid #F3F6FC;
    width: 100%;
    margin: 0 auto;
    height: 220px;
    overflow: hidden;
}

.planning-in-construction .img .play_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.planning-in-construction .img .play_icon img {
    width: 60px;
    height: 60px;
    display: inline-block;
    transition: all 0.3s;
}

.planning-in-construction li:hover .play_icon {
    background: rgba(0, 0, 0, 0.13);
}

.planning-in-construction li:hover .play_icon img {
    transform: scale(1.1);
}


.planning-in-construction .img .arrows {
    display: none;
    right: 30px;
    top: 30px;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/planning-in-construction-arrows.png') center center / cover no-repeat;
}

.planning-in-construction .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.planning-in-construction .info {
    margin-top: 10px;
}

.planning-in-construction .info .title {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    color: #222834;
    line-height: 30px;
    /* height: 48px; */
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.planning-in-construction .info .title a {
    color: #222834;
}

.planning-in-construction .info .con {
    margin: 0 auto;
    margin-top: 10px;
    height: 110px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #4F5662;
    line-height: 28px;
}

.planning-in-construction .info .date {
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 400;
    color: #7D8187;
}

.planning-in-construction .info .time {
    padding-left: 33px;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-time.png') 0 11px no-repeat;
}

.planning-in-construction .info .eyes {
    margin-left: 80px;
    padding-left: 33px;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/planning-in-construction-eyes.png') 0 11px no-repeat;
}

.planning-in-construction .info .more span {
    display: none;
}

.planning-in-construction li:hover .info .more a {
    width: 148px;
    background-color: #1C77E2;
    color: #ffffff;
    font-size: 16px;
}

.planning-in-construction li:hover .info .more span {
    display: block;
    padding-left: 20px;
}

.planning-in-construction li:hover .info .title a {
    color: #1C77E2;
}

.planning-in-construction li:hover .img .arrows {
    display: block;
}

.features-wrap {
    background: #F3F6FC;
    padding-bottom: 30px;
}

.features-wrap .title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #255DDB;
    padding: 28px 0;

}

.features {
    padding: 60px 80px;
    background-color: #ffffff;
    width: 1300px;
    margin: 0 auto;
}

.features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.features li {
    width: 48%;
}

.features-list-wrap {
    background: #F3F6FC;
    padding-bottom: 30px;
}

.features-list-wrap .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #255DDB;
    padding: 28px 0;

}

.features-list {
    width: 1300px;
    margin: 0 auto;
}

.features-list ul {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* 1111 */
.features-list li {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    padding: 22px 30px;
    display: flex;
}

.features-list .img {
    width: 210px;
    height: 160px;
}

.features-list .img img {
    width: 210px;
    height: 160px;
    border-radius: 4px 4px 4px 4px;
}

.features-list .info {
    margin-left: 30px;
    width: 330px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.features-list .title2 {
}

.features-list .title2 a {
    font-size: 20px;
    font-weight: bold;
    color: #222834;
    line-height: 1.5em;
    overflow: hidden;
}

.features-list .info .date {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #7D8187;
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.features-list .info .time {
    padding-left: 33px;
    font-size: 14px;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-time.png') 0 11px no-repeat;
}

.features-list .info .more a {
    display: block;
    width: 128px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #B3B9C0;
    background: url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows.png') calc(100% - 20px) center no-repeat;
    transition: 0.3s;
    font-size: 10px;
    transform: scale(0.8)
}

.features-list .info .more span {
    font-size: 13px;
    font-weight: 400;
}

.features-list li:hover .info .more a {
    color: #ffffff;
    font-size: 16px;

    background: #1C77E2 url('https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows2.png') calc(100% - 26px) center no-repeat;
}

.features-list li .info .more span {
    display: block;
    padding-left: 20px;
}

.features-list li:hover .title2 a {
    color: #1C77E2;
}

.features-list li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.path {
    height: 48px;
    line-height: 48px;
    background: #F3F6FC;
    font-size: 16px;
    font-weight: 400;
    color: #4F5662;
}

.path div {
    max-width: 1600px;
    min-width: 1300px;
    padding-left: 30px;
    margin: 0 auto;

}

.path a {
    color: #4F5662;
}

.path span {
    padding: 0 8px;
}

.feature-details-wrap {
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/bg1.png);
    background-repeat: no-repeat;
    background-size: cotain;
}

.feature-details {
    max-width: 1600px;
    min-width: 1300px;
    margin: 0px auto;
    display: flex;
}

.feature-details .h1 {
    font-size: 36px;
    font-weight: bold;
    color: #222834;
    line-height: 56px;
    margin-top: 53px;
}

.feature-details .info {
    font-size: 16px;
    font-weight: 400;
    color: #7D8187;
    margin-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE4EE;
    margin-bottom: 30px;
}

.feature-details .info span {
    margin-left: 15px;
}

.feature-details .content {
    line-height: 200%;
    margin-bottom: 74px;
    font-size: 18px;
}

.feature-details .content p {
    text-indent: 2em;
}

.feature-details .content img {
    max-width: 100%;
    margin-left: -2em;
}

.feature-details .content .ql-align-left {
    text-align: left;
}

.feature-details .content .ql-align-center {
    text-align: center;
}

.feature-details .content .ql-align-right {
    text-align: right;
}

.feature-details .content .ql-align-justify {
    text-align: justify;
}


/*.feature-details .content .ql-align-center img {*/
/*    margin-left:-2em;*/
/*}*/

.party-building .djdt-wrap,
.party-building .dfjl-wrap,
.party-building .gtfc-wrap {
    position: relative;
}

.party-building .djdt-wrap {
    background: url('../images/djdt.jpg') 0 0 no-repeat;
    /*height: 850px;*/
    /*padding-top: 100px;*/
    padding: 20px 0;
}

.party-building .djdt {
    width: 1300px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.party-building .title-h2 {
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.party-building .textcn {
    height: 68px;
    border-left: 8px solid #1C77E2;
    width: 230px;
    font-size: 30px;
    font-weight: bold;
    color: #222834;
    line-height: 49px;
    padding-left: 28px;
    position: relative;
    z-index: 2;
}

.party-building .texten {
    width: 980px;
    font-size: 34px;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #DFE4EE;
    position: absolute;
    bottom: 0;
    left: 36px;
    text-transform: uppercase;
}

.party-building .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #7D8187;
}

.party-building .djdt .image-text-tab {
    width: 100%;
    margin-left: -56px;
    display: flex;
    justify-content: space-between;
}

.party-building .djdt .image-text-tab .img {
    width: 600px;
    height: 453.42857142857144px;
}

.party-building .djdt .image-text-tab .img img {
    width: 600px;
    height: 453.42857142857144px;
    object-fit: cover;
}

.party-building .djdt .image-text-tab .imglist {
    width: 300px;
}

.party-building .djdt .image-text-tab .imglist img {
    width: 290px;
    height: 190px;
}

.party-building .djdt .image-text-tab .imglist .title {
    font-size: 16px;
    font-weight: 500;
    color: #4F5662;
    margin: 5px 0 15px 0;
    overflow: hidden;
}

.party-building .djdt .image-text-tab .imglist li:hover .title {
    color: #1C77E2;
}

.party-building .djdt .testlist {
    width: 320px;
    margin-left: 10px;
    overflow: hidden;
}

.party-building .djdt .testlist li {
    height: 115px;
    border-bottom: 1px solid #DFE4EE;
    margin-bottom: 30px;
}

.party-building .djdt .testlist .testlist-title {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #222834;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.party-building .djdt .testlist .testlist-con {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #4F5662;
    line-height: 1.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.party-building .djdt .testlist a:hover .testlist-title {
    color: #1C77E2;
}

.party-building .dfjl-wrap {
    background: #6EA8EA url('../images/dfjl.jpg') center center no-repeat;
    background-position: -400px;
    background-size: cover;
}

.dfjl-wrap .dfjl {
    width: 1300px;
    margin: 0 auto;
}

.party-building .dfjl .image-text-tab {
    margin-top: 20px;
}

.party-building .dfjl .image-text-tab .hd li {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 24px;
    padding-right: 3px;
}

.party-building .dfjl .image-text-tab .hd li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #1C77E2;
    border-left: 4px solid #1C77E2;
}

.party-building .dfjl .image-text-tab .hd li:hover .title {
    color: #1C77E2;
}

.party-building .dfjl .image-text-tab .img {
    width: 760px;
    height: 500px;
    overflow: hidden;
}

.party-building .dfjl .image-text-tab .img img {
    width: 800px;
    height: 500px;
    object-fit: cover;
}

.party-building .dfjl .image-text-tab .textlist {
    width: 500px;
}

.party-building .dfjl .image-text-tab .date {
    width: 106px;
    height: 104px;
    border-right: 1px solid #DFE4EE;
    margin-right: 20px;
}

.party-building .dfjl .image-text-tab .day {
    font-size: 32px;
    font-family: Barlow-SemiBold, Barlow;
    font-weight: 600;
    color: #222834;
}

.party-building .dfjl .image-text-tab .year {
    font-size: 20px;
    font-family: Barlow-Medium, Barlow;
    font-weight: 500;
    color: #4F5662;
    margin-top: 42px;
}

.party-building .dfjl .image-text-tab .title {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #4F5662;
    overflow: hidden;
}

.party-building .dfjl .image-text-tab .con {
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #4F5662;
    line-height: 1.5em;
    overflow: hidden;
}

.party-building .gtfc-wrap {
    /*height: 1045px;*/
    background: url('../images/gtfc.jpg') left -13px no-repeat;
    padding: 20px 0;
}

.party-building .gtfc {
    width: 1300px;
    margin: 0 auto;
}

.party-building .gtfc .image-text-tab {
    margin-top: 33px;
}

.party-building .gtfc .image-text-tab .info {
    width: 600px;
}

.party-building .gtfc .image-text-tab .info .title {
    font-size: 28px;
    font-weight: 500;
    color: #222834;
    line-height: 1.5em;
}

.party-building .gtfc .image-text-tab .info .con {
    font-size: 18px;
    font-weight: 400;
    color: #222834;
    line-height: 40px;
    margin-top: 20px;
}

.party-building .gtfc .image-text-tab .info .but a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: #E79214 url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/news-icon-arrows2.png) calc(100% - 16px) center no-repeat;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 21px;
    margin-top: 32px;
}

.party-building .gtfc .image-text-tab .front-back {
    width: 186px;
    position: relative;
    top: -140px;
}

.party-building .gtfc .image-text-tab .front-back img {
    width: 48px;
    height: 48px;
}

.party-building .gtfc .image-text-tab .front-back {
}

.party-building .gtfc .image-text-tab .img {
    width: 660px;
    height: 481.25px;
    position: relative;
}

.party-building .gtfc .image-text-tab .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-building .gtfc .image-text-tab .img .textinfo {
    position: absolute;
    bottom: 0px;
    padding: 40px 50px;
    color: #ffffff;
    height: 200px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.party-building .gtfc .image-text-tab .textinfo-title {
    height: 48px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    overflow: hidden;
}

.party-building .gtfc .image-text-tab .textinfo-con {
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5em;
}

iframe {
    vertical-align: bottom;
}

.l_content {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
}

.sider {
    width: 540px;
    padding: 50px 30px;
    border-left: 1px #e5e5e5 solid;
}

.sider h3 {
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
    color: #333;
}

.sider li {
    padding: 10px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.sider li p {
    line-height: 150%;
    font-size: 14px;
    height: 42px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sider li span {
    font-size: 16px;
}

.sider h5 {
    font-size: 18px;
    line-height: 33px;
    color: #333;
    height: 33px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sider .side_pic {
    width: 180px;
    height: auto;
    max-height: 104px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    object-fit: cover;
}

.sider li:hover h5 {
    color: #255DDB;
}

.sider li:hover {
    border-bottom: 2px #255DDB solid;
}

.feedback {
    width: 1200px;
    background-color: #fff;
    margin: 132px auto;
    padding: 30px 50px;
}

.feedback_warp {
    background-color: #F3F6FC;
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/bmy_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.feedback_warp .feedback_top_bg {
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/feedback_top_bg.png);
    background-repeat: no-repeat;
    background-size: 150px 150px;
    position: absolute;
    top: 30px;
    right: 500px;
    height: 150px;
    width: 150px;
}

.feedback h2 {
    font-size: 24px;
    font-weight: bold;
}

.feedback .neirong .item {
    clear: both;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.feedback .neirong .item .l {
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 15px;
}

.feedback .neirong .item input.text {
    width: 400px;
    height: 40px;
    line-height: 40px;
    border: 1px #e5e5e5 solid;
    margin-right: 15px;
    padding-left: 15px;
    color: #333;
    font-size: 18px;
    vertical-align: middle;
}

.feedback .neirong .item label input {
    margin-right: 10px;
}

.feedback .neirong .item textarea.xiangqing {
    border: 1px #e5e5e5 solid;
    padding: 10px;
    color: #333;
    font-size: 18px;
    width: 800px;
    height: 80px;
}

.feedback .neirong .item label {
    margin-right: 15px;
}

.feedback .tips {
    background-color: #fcead0;
    font-size: 18px;
    color: #c71241;
    text-align: left;
    line-height: 50px;
    margin: 15px 0;
    padding-left: 15px;
    display: none;
}

.feedback .neirong .btn {
    width: 240px;
    height: 44px;
    line-height: 44px;
    background: #E79214;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    margin: 20px auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.feedback .neirong .item .yzmimg {
    width: 100px;
    vertical-align: middle;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
    visibility: hidden;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

.searchtitle {
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}