﻿/* 重置公共样式 */

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

:focus {
    outline: none;
}

html,
body {
    height: 100%;
    color: #0D0D0D;
    font-family: "microsoft yahei";
}

@font-face {
    font-family: "SourceHanSerifCN-Heavy";
    src: url(../font/SourceHanSerifCN-Heavy.otf);
}

.siyuan {
    /* font-family: "SourceHanSerifCN-Heavy"; */
    font-weight: bold !important;
}

input {
    outline: none;
    border: none;
}

img {
    display: block;
    border: none;
}

.MainW {
    width: 1220px;
    margin: 0 auto;
}

.colorBlue {
    color: #2765DC;
}

.color6 {
    color: #666666;
    font-weight: ;
}


/* flex布局样式 */

.flex {
    display: flex !important;
}

.flex1 {
    flex: 1;
}

.flexCloum {
    display: flex;
    flex-direction: column;
}

.flex_c_c {
    justify-content: center;
    align-items: center;
}

.flex_s_s {
    justify-content: flex-start;
    align-items: flex-start;
}

.flex_s_c {
    justify-content: flex-start;
    align-items: center;
}

.flex_end_c {
    justify-content: flex-end;
    align-items: center;
}

.flex_spr_c {
    justify-content: space-around;
    align-items: center;
}

.flex_sp_c {
    justify-content: space-between;
    align-items: center;
}

.flex_sp_end {
    justify-content: space-between;
    align-items: flex-end;
}

.flex_sp_s {
    justify-content: space-between;
    align-items: flex-start;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-sw-c {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* align-items: center; */
}


/* 字体样式 */

.fontBase {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font32 {
    font-size: 32px;
}

.font45 {
    font-size: 45px;
}

.font36 {
    font-size: 36px;
}

.font28 {
    font-size: 28px;
}

.font48 {
    font-size: 48px;
}

.fontBold {
    font-weight: 600;
}

.colorBack {
    color: #0D0D0D;
}

.color9 {
    color: #999999;
}

.fontLetter {
    letter-spacing: 2px;
}

.fontLetter2 {
    letter-spacing: 4px;
}

.fontLetter3 {
    letter-spacing: 3px;
}


/* margin */

.MarginT5 {
    margin-top: 5px;
}

.MarginL30 {
    margin-left: 30px;
}

.MarginL10 {
    margin-left: 10px;
}

.MarginLF30 {
    margin-left: -30px;
}

.MarginL10 {
    margin-left: 10px;
}


/*
********************************首页样式开始********************************
*/

.HNIndex {
    position: relative;
    width: 100%;
    height: auto;
}

.Header {
    width: 100%;
    height: 120px;
}

.HeaderBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px 0px rgba(0, 25, 50, 0.2);
    background-color: #FFFFFF;
    z-index: 9999;
}

.Logo,
.Logo2 {
    width: auto;
    height: 80px;
}

.Logo a,
.Logo2 a {
    display: block;
    width: 420px;
    height: 80px;
    background: url(../img/home/hnlogo.png) no-repeat center center;
    background-size: 100% 100%;
}

.TopNav {
    display: block;
    height: 100%;
}

.TopLi li {
    position: relative;
    margin-left: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    color: #CCCCCC;
    cursor: pointer;
}

.WXSild {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 9999;
    display: none;
}

.WXSild img {
    width: 100%;
    height: 100%;
}

.TopLi li a {
    color: #CCCCCC;
}

.TopLi .TopLiSpan {
    color: #2765dc;
}

.TopLi li:hover a {
    color: #2765dc;
}

.TopLi {
    height: 50%;
}

.BotLi {
    height: 50%;
}

.BotLi>li {
    position: relative;
    height: 100%;
    margin-left: 35px;
    box-sizing: border-box;
    cursor: pointer;
}

.BotLi li>a {
    color: #333333;
}

.BotLi li:hover .HoverImg img {
    display: block;
}

.BotLi li .SelectLi {
    color: #2765dc;
    font-weight: 600;
}

.NavCon {
    display: none;
    position: absolute;
    top: 50px;
    left: -10px;
    padding: 20px;
    padding-bottom: 0;
    width: 138px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0, 25, 50, 0.2);
}

.NavCon a {
    display: block;
    margin-bottom: 20px;
}

.NavCon a span {
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #333333;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 0;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.NavCon a:hover span {
    border-left-color: #005cff;
}

.NavCon a:hover {
    color: #005cff;
}

.banner-container {
    overflow: hidden;
    width: 100%;
    height: 877px;
    padding-top: 120px;
    box-sizing: border-box;
    text-align: center;
}

.banner-container ul {
    position: absolute;
    top: 0px;
    left: 0;
    width: auto;
    height: 100%;
}

.banner-container ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-container ul li img {
    width: 100%;
    height: 100%;
}

.hdd {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 16px;
}

.bannercire {
    width: auto;
    text-align: center;
}

.bannercire li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-left: 30px;
    border: 3px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}

.bannercire .bannercireSelect {
    background-color: #005cff;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
}

.banner {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* 通知 */

.Inform {
    display: none;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #2765dc;
}

.InformCon {
    position: relative;
    width: 100%;
    height: 100%;
}

.InformBor {
    width: 10%;
    border-right: 1px solid #ccdded;
}

.InformTitle {
    padding-left: 10px;
    box-sizing: border-box;
}

.InformRight {
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 70px;
    line-height: 70px;
    margin-left: 15px;
}

.GongRight {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GongCon {
    width: 80%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GongRight:hover a {
    color: #2765DC;
}

.GongRight:hover .Dot1 {
    background-color: #2765DC;
}

.Gong {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
}

.Arrow {
    position: absolute;
    top: 0;
    right: -19px;
    width: 70px;
    height: 70px;
}

.next {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #CCCCCC;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}

.next:hover {
    border-right: 12px solid #ff6900;
}

.pre {
    width: 0;
    height: 0;
    margin-left: 10px;
    border-top: 10px solid transparent;
    border-left: 12px solid #CCCCCC;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}

.pre:hover {
    border-left: 12px solid #ff6900;
}


/* 新闻中心 */

.NewCenter {
    width: 100%;
    height: 885px;
    box-sizing: border-box;
    background: url(../img/home/background11.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.NewTitle {
    position: relative;
    width: 100%;
    height: 70px;
}

.NewTitle p {
    text-align: center;
    margin-bottom: 5px;
}

.Subject .NewTitle p {
    text-align: left;
    margin-bottom: 5px;
}

.NewTab {
    height: 80px;
}

.NMore {
    margin-right: 5px;
}

.NMore a {
    color: #333333;
}

.NMore:hover a {
    font-weight: 600;
}

.NewTab .NewLi {
    margin-right: 65px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
}

.NewLiIN {
    height: 100%;
}

.NewLi1 {
    color: #2765dc;
    font-weight: bold !important;
}

.PowerStation .NewCon {
    position: relative;
    width: 100%;
    height: calc(100% - 80px - 120px);
}

.NewsCenterCon {
    width: 100%;
    height: calc(100% - 80px - 24px - 51px);
    overflow: hidden;
}

.NewsCenterCon .NewCon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.NewConC {
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-face-color: #7fadff;
    scrollbar-highlight-color: #7fadff;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-3dlight-color: #ededed;
    scrollbar-darkshadow-color: #ededed;
    scrollbar-base-color: #7fadff;
}

.NewConC::-webkit-scrollbar {
    width: 12px;
    height: 1px;
}

.NewConC::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px #7fadff;
    background: #7fadff;
}

.NewConC::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ededed;
    border-radius: 10px;
    background: #FFFFFF;
}

.NewsCenterCon {
    display: none;
}

.NewLi:hover .NewLiIN {
    transform: translateY(-30px);
    transition: 0.8s;
}

.NewLiSelect {
    transform: translateY(-30px);
    transition: 0.8s;
    font-weight: bold !important;
}

.NewCon .NewConL {
    width: calc(50% - 30px);
    height: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px -10px rgba(22, 49, 76, 0.5);
}

.NewCon .NewConL>a {
    background-color: #FFFFFF;
    transition: all 0.35s ease-out 0s;
}

.NewCon .NewConL a {
    display: block;
    width: 100%;
    height: 100%;
}

.NewCon .NewConL>a:hover {
    background-color: #2765DC;
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.NewsBody {
    width: 100%;
    height: calc(100% - 330px);
    padding: 20px;
    box-sizing: border-box;
}

.NewCon .NewConL .More {
    transition: all 1s;
}

.NewCon .NewConL>a:hover .More {
    opacity: 1;
}

.NewCon .NewConL>a:hover .NewConLTitle {
    color: #FFFFFF;
}

.NewCon .NewConL>a:hover .NewConLTime {
    color: #FFFFFF;
}

.NewCon .NewConL>a:hover .NewConLSubTitle {
    color: #FFFFFF;
}

.NewConLImg {
    width: 100%;
    height: 330px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.NewConLImg img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.NewConLTitle {
    width: 100%;
    height: 60px;
    cursor: pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.NewConLSubTitle {
    width: 100%;
    height: 65px;
    color: #999999;
    margin: 50px 0;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.NewConCPad {
    width: calc(50% - 20px);
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.NewConC {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 10px 10px 10px;
}

.NewConCItem {
    width: 100%;
    height: 142.5px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.35s ease-out;
    box-shadow: 0 0 20px -10px rgba(22, 49, 76, 0.4);
}

.NewConCItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgb(22 49 76 / 30%);
}

.NewConCItem:hover {
    background-image: linear-gradient(to right, #2966dc, #87a6e3);
}

.NewConCItem:hover .NewConCItemTime {
    color: #FFFFFF;
}

.NewConCItem:hover .NewConCItemTitle {
    color: #FFFFFF;
}

.NewConCItem .NewConCItemTime {
    width: 125px;
    height: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
    color: #999999;
}

.NewConCItem .NewConCItemTitle {
    width: 265px;
    height: auto;
    margin-top: 0;
}

.NewConCItemTitle {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.NewConCItemTitle p {
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.NewConCItemLeftImg {
    width: 137px;
    height: 100%;
}

.NewConCItemLeftImg img {
    width: 100%;
    height: 100%;
}

.NewConCItem:last-child {
    margin-bottom: 0;
}

.NewConCItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.NewConCItemImg {
    position: relative;
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.NewMask {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}

.NCRBodyItem .NewConCItemImg {
    height: 208px;
}

.NewConCItemImg img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s;
}

.NewConCItemSub {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.More {
    width: 70px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    background-color: #ff6900;
}

.NCRBodyItem .NewBody {
    width: 100%;
    height: calc(100% - 208px);
    padding: 30px 15px;
    box-sizing: border-box;
}

.NewBody .More {
    transition: all 2s;
}

.NewConCItem:hover .NewBody {
    color: #FFFFFF;
    background-color: #2765dc;
}

.NewConCItem:hover .NewBody .More {
    opacity: 1;
}


/* 新增 */

.XinZen {
    display: none;
    position: relative;
    width: 100%;
    /*height: 160px;*/
    height: 80px;
    margin-bottom: 48px;
    overflow: hidden;
}

.XinZen ul {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.XinZen ul li {
    width: 100%;
    height: 100%;
}

.XinZen ul li img {
    width: 100%;
    height: 100%;
}


/* 电站介绍 */

.PowerStation {
    position: relative;
    width: 100%;
    height: 778px;
    padding: 50px 0 0px 0;
    box-sizing: border-box;
    background: url(../img/home/shouyedianz.png) no-repeat center center;
    background-size: 100% 100%;
}

.PowerTab {
    height: 120px;
    transition: all 0.3s;
}

.PowerTab .PowerLi {
    padding-right: 65px;
    cursor: pointer;
    white-space: nowrap;
}

.PowerTab .PowerLiSelect {
    color: #2765dc;
    font-weight: bold !important;
}

.wrap {
    width: 100%;
    height: 100%;
    perspective: 950px;
    -webkit-perspective: 950px;
}

.PowerTu {
    width: 900px;
    height: 90%;
    position: absolute;
    top: 45%;
    left: 51%;
    transform: translate(-50%, 50%) scale(0.55);
    overflow: hidden;
    transition: all 0.6s ease-out 0s;
    transform-style: preserve-3d;
}

.PowerTu:nth-child(1) {
    transform: translate(-130%, -50%) scale(0.8) rotateY(30deg);
    z-index: 9;
}

.PowerTu:nth-child(2) {
    transform: translate(-50%, -50%) scale(1);
    z-index: 999;
}

.PowerTu:nth-child(3) {
    transform: translate(30%, -50%) scale(0.8) rotateY(-30deg);
    z-index: 9;
}

.PowerTu img {
    height: 100%;
    width: 100%;
}

.Mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    opacity: 0.7;
}

.PowerTu:hover .Mark,
.PowerTu.active .Mark {
    opacity: 0;
}

.ArrPre {
    position: absolute;
    top: 45%;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #CCCCCC;
    opacity: 0.8;
    z-index: 10;
    cursor: pointer;
}

.ArrNext {
    position: absolute;
    top: 45%;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #CCCCCC;
    opacity: 0.8;
    z-index: 999;
    cursor: pointer;
}

.ArrNext:hover {
    background-color: #005cff;
}

.ArrPre:hover {
    background-color: #005cff;
}

.PowerTitle {
    position: absolute;
    top: 70%;
    left: 10%;
    width: 230px;
    height: 60px;
    padding: 15px 25px;
    box-sizing: border-box;
    background: url(../img/home/pt.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FFFFFF;
    z-index: 999;
    overflow: hidden;
}

.PowerSubTitle {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 专题专栏 */

.Subject {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 772px;
    padding: 40px 0;
    box-sizing: border-box;
}

.imgBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 45.4%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transition: all 2s cubic-bezier(0.515, 1.650, 0.410, 0.520);
    -moz-transition: all 2s cubic-bezier(0.515, 1.650, 0.410, 0.520);
    -o-transition: all 2s cubic-bezier(0.515, 1.650, 0.410, 0.520);
    transition: all 1.5s;
}

.imgBox2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 27.8%;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transition: all 2s cubic-bezier(0.515, 1.650, 0.410, 0.520);
    -moz-transition: all 2s cubic-bezier(0.515, 1.650, 0.410, 0.520);
    -o-transition: all 2s cubic-bezier(0.515, 1.650, 0.410, 0.520);
    transition: all 1.5s;
}

.ZTMore {
    width: 115px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #2765DC;
    margin-left: 45%;
    background-color: #FFFFFF;
}

.ZTMore:hover {
    background-color: #2765DC;
}

.ZTMore:hover a {
    color: #FFFFFF;
}

.ZTMore a {
    color: #2765DC;
}

.maoding {
    position: relative;
}

.SubjectMore a {
    position: absolute;
    left: 43%;
    bottom: 13%;
    color: #ff6900;
}

.SubjectMore:hover a {
    font-weight: 600;
}

.SubjectCon {
    display: none;
    position: relative;
    width: 100%;
    height: calc(100% - 80px - 80px);
    overflow: hidden;
}

.SubjectConT {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.SubJJItem {
    position: relative;
    width: calc(25% - 15px);
    height: 100%;
    margin-right: 20px;
    opacity: 0;
    transition: all 2s ease-out 0s;
    overflow: hidden;
}

.SubJJItem>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.SubJJItem:nth-child(4n) {
    margin-right: 0px;
}

.SubJJItem:nth-child(even) {
    transform: translateY(-80px);
}

.SubJJItem:nth-child(odd) {
    transform: translateY(80px);
}

.SubJJItem a img {
    width: 100%;
    height: 100%;
    transition: all 1s ease-out 0s;
}

.SubJJItem:hover img {
    transform: scale(1.1);
}

.SubJJItem:last-child {
    margin-right: 0;
}

.SubJJItemOne {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0 auto;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    box-sizing: border-box;
}

.SubJJItemTwo {
    position: absolute;
    top: 150px;
    left: 70px;
    margin: 0 auto;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    box-sizing: border-box;
    opacity: 0.5;
}

.SubJJItemthree {
    position: absolute;
    top: 192px;
    left: 100px;
    margin: 0 auto;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    box-sizing: border-box;
    opacity: 0.5;
}

.SubJJItemMore {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.SubjectDot,
.SubjectDot2,
.SubjectDot3 {
    position: absolute;
    bottom: 0;
    left: 45%;
}

.SubjectDot li {
    width: 15px;
    height: 15px;
    margin-top: 20px;
    border: 1px solid #2765dc;
    border-radius: 50%;
    margin-right: 40px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.SubjectDot2 li,
.SubjectDot3 li {
    width: 15px;
    height: 15px;
    margin-top: 20px;
    border: 1px solid #2765dc;
    border-radius: 50%;
    margin-right: 40px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.SubjectDot2 .DotLiSelect,
.SubjectDot .DotLiSelect,
.SubjectDot3 .DotLiSelect {
    background-color: #2765dc;
}

.Subjecton {
    width: 1200px;
    height: 100%;
}

.SubjectBig {
    margin-left: 0;
    transition: all 0.5s;
}

.SubjectonItem {
    display: block;
    width: 50%;
    height: 50%;
}

.SubjectonItem img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s;
}

.SubjectonItem:hover img {
    transform: scale(1.1);
}

.SubJJItem:hover .SubJJItemTwo,
.SubJJItem:hover .SubJJItemthree {
    opacity: 1;
}

.SubjectBig2 {
    width: 100%;
    height: 92%;
    margin-left: 0px;
    transition: all 0.6s ease-out 0s;
}

.SubjectonItem2 {
    position: relative;
    width: 21%;
    height: 80%;
    margin-right: 4%;
    margin-top: 60px;
    text-align: center;
    z-index: 4;
    transform: perspective(60px) rotateY(-3deg);
    transition: all 0.3s;
}

.SubjectonItem2:hover {
    transform: perspective(70px) rotateY(-3deg);
}

.SubjectonItem2 span {
    box-shadow: 27px 0 5px 5px #adadad;
    content: "";
    height: 10px;
    right: 18px;
    position: absolute;
    top: 93.5%;
    -ms-transform: scale(0);
    -webkit-transform: perspective(60px) rotateX(-60deg) rotateY(-5deg);
    -moz-transform: perspective(60px) rotateX(-60deg) rotateY(-5deg);
    transform: perspective(60px) rotateX(-60deg) rotateY(-5deg);
    width: 1px;
    z-index: 1;
}

.SubjectonItem2::after {
    background-color: #efefef;
    box-shadow: inset 0 0 3px #666;
    content: " ";
    height: 97%;
    left: 100%;
    position: absolute;
    top: 1.8%;
    -webkit-transform: perspective(60px) rotateY(21deg);
    -moz-transform: perspective(60px) rotateY(21deg);
    transform: perspective(60px) rotateY(21deg);
    width: 5%;
    z-index: 2;
}

.SubjectonItem2 img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #adadad;
    border-right: 0;
}


/* 首页影像澜沧江 */

.YXConBig {
    width: 100%;
    height: 100%;
}

.YXConItem {
    width: 200%;
    height: 100%;
}

.YXConItem .MaskBus {
    display: none;
}

.YXConItem1 {
    position: relative;
    display: block;
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: calc(50% - 20px);
    cursor: pointer;
}

.YXConItem1 img {
    width: 100%;
    height: 100%;
}

.YXConItem1Bo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.YXConItem1Bo img {
    width: 100%;
    height: 100%;
}

.YXConItem1:hover .MaskBus {
    display: block;
}

.YXConItem1:hover .YXConItem1Bo {
    display: block;
}


/* 点击返回顶部 */

.TopCon {
    position: fixed;
    right: 15px;
    bottom: 12%;
    height: 50px;
    width: 50px;
    z-index: 9999;
    border-radius: 50px;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px #b9b9b9;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/home/toTop.png) no-repeat center center;
    background-size: 35px 35px;
}

.TopCon:hover {
    background-color: #f3f3f3;
}


/* 底部 */

.Footer {
    width: 100%;
    height: 300px;
    background-color: #f0f2f5;
}

.FooterTop {
    display: block;
    width: 100%;
    height: 66%;
    overflow: hidden;
}

.FooterNav {
    width: 50%;
    transition: all 1.5s ease-out 0s;
}

.FooterNav li {
    margin-right: 80px;
    margin-bottom: 20px;
    font-weight: 600;
}

.FooterNav li:hover a {
    color: #2765dc;
}

.FooterImg {
    width: 50%;
    height: 100%;
    transition: all 1.5s ease-out 0s;
}

.Sao {
    width: 20%;
    height: 100%;
    margin-left: 5%;
    cursor: pointer;
}

.Sao img {
    width: 100%;
}

.FooterBot div {
    text-align: center;
    margin-bottom: 10px;
}

.FooterBot div p a:hover {
    color: #2765dc;
}


/*
********************************子页面新闻中心开始********************************
*/

.NewsCenter {
    /* position: relative; */
    width: 100%;
    height: 100%;
    color: #0D0D0D;
}


/* .Dan {
	overflow-x: hidden;
} */


/* 下拉样式重设高*/

.NBanner {
    width: 100%;
    height: 480px;
    background: url(../img/SubPage/nbanner.png) no-repeat center center;
    background-size: 100% 100%;
}

.NConLeft {
    width: 270px;
    height: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.NConRight {
    width: calc(100% - 300px);
    height: 100%;
    padding-bottom: 60px;
    margin-left: 30px;
    box-sizing: border-box;
}

.NConLTitle {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #2765dc;
    color: #2765dc;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.NConLeft ul li,
.NConLeft ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.NConLeft ul .NConLeftSelect {
    background-color: #2765dc;
    color: #FFFFFF !important;
    font-weight: 600;
}

.NCRBody {
    display: none;
}

.NCRBodyTitle {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.NCRBodyTitle ul li a,
.NCRBodyTitle ul li {
    color: #666666;
}

.NCRBodyTitle ul li a:hover {
    color: #2765DC;
}

.NCRBodyCon {
    width: 105%;
    height: auto;
}

.NCRBodyItem {
    width: calc(33% - 30px);
    height: 360px;
    margin-right: 30px;
    background-color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.35s ease-out 0s;
}

.NCRBodyItem:hover {
    background-color: #2765dc;
    transform: translateY(-5px);
}

.NCRBodyItem:hover a {
    color: #FFFFFF !important;
}

.NCRBodyItem:hover .NewBody .More {
    opacity: 1;
}

.NCRBodyItem:hover .NewBody .More a {
    color: #FFFFFF;
}

.NConLeft .NConLTitle:hover,
.NConLeft ul li:hover {
    box-shadow: 0px 0px 4px 2px #CCCCCC;
    cursor: pointer;
}

.Page {
    padding: 0 25px;
    margin-top: 20px;
    box-sizing: border-box;
}

.PageTitle {
    width: 30%;
}

.PageCon {
    height: 40px;
    border-radius: 3px;
}

.PageCon .CurrentPage {
    background-color: #2765DC;
    color: #FFFFFF!important;
}

.PageCon ul {
    height: 100%;
    max-width: 400px;
    border-radius: 3px;
    border: 1px solid #2765DC;
}

.PageCon ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.PageCon li:first-child,
.PageCon li:last-child {
    padding: 0 8px;
    box-sizing: border-box;
    height: 100%;
}

.PageCon li:first-child {
    border-right: 1px solid #2765DC;
}

.PageCon li:last-child {
    border-left: 1px solid #2765DC;
}

.PageCon li:hover {
    background-color: #2765DC;
    color: #ffffff;
}

.PageCon ul a,
.PageCon ul span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.PageCon a:first-child,
.PageCon a:last-child {
    padding: 0 8px;
    box-sizing: border-box;
    height: 100%;
}

.PageCon a:first-child {
    border-right: 1px solid #2765DC;
}

.PageCon a:last-child {
    border-left: 1px solid #2765DC;
}

.PageCon a:hover {
    background-color: #2765DC;
    color: #ffffff;
}

.PageBtn {
    width: 17%;
    height: 35px;
    border-radius: 3px;
}

.PageBtn2 {
    background-color: #2765DC;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.PageBtn input {
    width: 100%;
    height: 100% !important;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #2765DC;
}

.NewsCenter .Footer {
    width: 100%;
    height: 300px;
    background-color: #f0f2f5;
    border-top: 1px solid #2765dc;
}


/* 工作简讯 */

.JXItem {
    width: 100%;
    height: 170px;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 30px 50px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.35s ease-out;
    overflow: hidden;
}

.JXItem3 {
    display: block;
    width: calc(100% - 10px);
    height: 142.5px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 30px 50px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.35s ease-out;
    overflow: hidden;
    box-shadow: 0 0 20px -10px rgba(22, 49, 76, 0.2);
}

.JXItem3:hover {
    transform: translateY(-5px);
}

.JXItem2 {
    width: 100%;
    height: 160px;
    background: url(../img/home/subject1.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.35s ease-out;
    padding: 35px 70px;
    box-sizing: border-box;
    overflow: hidden;
}

.JXItem2:hover {
    transform: translateY(-5px);
}

.NewsCenterCon .JXItem {
    width: 100%;
    height: 180px;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 30px 50px;
    box-sizing: border-box;
    cursor: pointer;
}

.JXItemLine {
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    margin-left: 50px;
    margin-right: 30px;
    box-sizing: border-box;
}

.JXItemRight {
    width: 70%;
    height: 100%;
}

.JXItemRight p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.JXItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgb(22 49 76, 30%);
}

.JXItem:hover,
.JXItem3:hover {
    color: #FFFFFF;
    background-image: linear-gradient(to right, #2866dc, #8aabe8);
}

.JXItem2:hover {
    color: #FFFFFF;
    background-image: url(../img/home/subject2.png);
}

.JXItem:hover p,
.JXItem2:hover p,
.JXItem3:hover p {
    color: #FFFFFF !important;
}


/*
********************************新闻中心-工作简讯********************************
*/


/* 文章都用此样式 */

.JXView {
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
    color: #0D0D0D;
    background-color: #FFFFFF;
}

.JXViewTitle {
    text-align: center;
}

.JXViewSubTitle {
    padding: 35px 0;
    box-sizing: border-box;
    color: #666666;
    border-bottom: 1px solid #ececec;
}

.JXViewImg {
    max-width: 100%;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
}

.JXViewImg img {
    width: 100%;
    height: auto;
}

.JXViewImg video {
    width: 100%;
    height: 100%;
}

.JXViewCon {
    padding: 0 50px;
    box-sizing: border-box;
    width: 100%;
}

.JXViewCon p {
    text-indent: 50px;
    color: #333333;
}


/* 专题专栏右侧内容新增样式 */

.NBanner2 {
    position: relative;
    width: 100%;
    height: 480px;
}

.NBanner2 img {
    width: 100%;
    height: 100%;
}

.JJThemBody {
    width: 100%;
    height: 100%;
}

.JJThemItem {
    width: 100%;
    height: 340px;
    padding: 20px;
    box-sizing: border-box;
}

.JJThemItem a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 15px 2px rgba(21, 48, 75, 0.2);
}

.JJThemItem img {
    width: 100%;
    height: 100%;
}

.HNThemItem {
    width: 100%;
    height: 100%;
    margin-top: 70px;
}

.HNThemShu {
    width: 28%;
    height: 400px;
    position: relative;
    margin-right: 5%;
    margin-bottom: 40px;
    text-align: center;
    z-index: 4;
    transform: perspective(60px) rotateY(-3deg);
    transition: all 0.3s;
}

.HNThemShu:hover {
    transform: perspective(70px) rotateY(-3deg);
}

.HNThemShu span {
    box-shadow: 27px 0 5px 5px #adadad;
    content: "";
    height: 10px;
    right: 18px;
    position: absolute;
    top: 93.5%;
    -ms-transform: scale(0);
    -webkit-transform: perspective(60px) rotateX(-60deg) rotateY(-5deg);
    -moz-transform: perspective(60px) rotateX(-60deg) rotateY(-5deg);
    transform: perspective(60px) rotateX(-60deg) rotateY(-5deg);
    width: 2px;
    z-index: 1;
}

.HNThemShu img {
    width: 100%;
    height: 100%;
}

.HNThemShu::after {
    background-color: #efefef;
    box-shadow: inset 0 0 5px #333;
    content: " ";
    height: 95%;
    left: 100%;
    position: absolute;
    top: 3%;
    -webkit-transform: perspective(60px) rotateY(25deg);
    -moz-transform: perspective(60px) rotateY(25deg);
    transform: perspective(60px) rotateY(25deg);
    width: 5%;
    z-index: 2;
}

.HNThemJia {
    width: 100%;
    height: 32px;
}

.HNThemJia img {
    width: 100%;
    height: 100%;
}


/* 锚点跳转 */

.maodian {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 1;
    display: none;
}

.current {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #949494;
    margin: 12px 0;
    transition: all 0.6s;
}

.currentActive {
    height: 25px;
    width: 10px;
    border-radius: 100px;
    background-color: #2765dc;
}


/* 关于我们 */

.AboutTop {
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 4px 20px -7px #dde1e5;
    margin-bottom: 10px;
}

.AboutTop ul li {
    padding-right: 30px;
    height: 100%;
    position: relative;
}

.AboutTopLISelect {
    color: #2765dc;
    font-weight: 600;
}

.AboutTop li:hover>a {
    color: #2765dc;
    font-weight: 600;
}

.AboutTop li:hover .AboutSan {
    border-top-color: #2765DC;
}

.AboutSanSelect {
    border-top-color: #2765DC;
}

.AboutSan {
    position: absolute;
    top: 28px;
    right: 10px;
    width: 0;
    height: 0;
    cursor: pointer;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #333333;
}

.QYBody {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 160px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 1px #e7eaef;
    padding: 0 15px;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.QYBodyTitle {
    width: 100%;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    border-bottom: 1px solid #f0f4f7;
}

.QYSubTab {
    width: 100%;
}

.QYBody .QYBodyTwo {
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.QYBody .QYBodyTwo:hover>a {
    color: #2765DC;
    font-weight: 600;
}


/* 关于我们-我们的企业样式 */

.QYCon {
    width: 100%;
    height: 480px;
    background: url(../img/SubPage/background1.png) no-repeat center center;
    background-size: 100% 100%;
}

.UsCulture {
    width: 100%;
    height: 100%;
}

.CultureHeight {
    width: 100%;
    height: 20%;
}

.Culture {
    width: 100%;
    height: 60%;
}

.CultureL {
    width: 40%;
    height: 100%;
}

.CultureL img {
    width: 100%;
    height: 100%;
}

.CultureR {
    width: 50%;
    height: 100%;
}

.CultureRTitle {
    margin-bottom: 45px;
}

.CultureMore,
.RYUMore {
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #2765DC;
}

.RYUMore {
    margin-left: 50%;
    transform: translateX(-50%);
}

.CultureMore a,
.RYUMore a {
    color: #2765DC;
}

.CultureMore:hover,
.RYUMore:hover {
    background-color: #2765DC;
}

.CultureMore:hover a {
    color: #FFFFFF;
}

.RYUMore:hover a {
    color: #FFFFFF;
}


/* 关于我们-我们的组织架构 */

.ZUZHICon {
    width: 100%;
    height: 770px;
    background: url(../img/SubPage/background2.png) no-repeat center center;
    background-size: 100% 100%;
}

.ZUZHITitle {
    position: relative;
    width: 100%;
    height: 160px;
    padding-top: 80px;
    box-sizing: border-box;
    text-align: center;
}

.ZUZHITitlePo {
    position: absolute;
    bottom: 45px;
    right: 0%;
}

.Audio {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.controls {
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
}

.play-pause {
    border: 0;
    outline: 0;
    padding: 0;
    width: 49px;
    height: 49px;
    margin: 0 28px;
    background: none;
    display: inline-block;
    vertical-align: middle;
}

.icon-play {
    width: 49px !important;
    height: 49px;
    background: url(../img/SubPage/bfz.png) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    color: #478f59;
}

.icon-pause {
    width: 49px !important;
    height: 49px;
    background: url(../img/SubPage/zt.png) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    color: #478f59;
}

.controls span {
    color: #b3b5b7;
    font-size: 12px;
    display: inline-block;
    width: 34px;
}

.audio-time {
    display: inline-block;
    vertical-align: middle;
}

.ZUZHISubTitle {
    text-align: center;
    color: #666666;
}

.ZUZHILogo {
    width: 530px;
    height: 240px;
    margin-top: 80px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.ZUZHILogo img {
    width: 100%;
    height: 100%;
}

.ZUZHICommon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 0;
    cursor: pointer;
    border: 20px solid transparent;
}

.ZUZHICommon1:hover {
    border: 20px solid #f070b0;
}

.ZUZHICommon2:hover {
    border: 20px solid #94afe4;
}

.ZUZHICommon3:hover {
    border: 20px solid #8be0e0;
}

.ZUZHICommon4:hover {
    border: 20px solid #eea65d;
}

.ZUZHICommon5:hover {
    border: 20px solid #bee695;
}

.DGDWCon1 {
    margin-top: -60px;
}

.DGDWCon2 {
    margin-top: 40px;
}

.DGDWCon3 {
    margin-top: 60px;
}

.ZUZHICommon1 {
    background-color: #e74596;
}

.ZUZHICommon2 {
    background-color: #2765dc;
}

.ZUZHICommon3 {
    background-color: #27dbdb;
}

.ZUZHICommon4 {
    background-color: #eb8b2b;
}

.ZUZHICommon5 {
    background-color: #89e62b;
}


/* 关于我们-我们的资质荣誉 */

.RYUCon {
    width: 100%;
    height: 1000px;
    background: url(../img/SubPage/background3.png) no-repeat center center;
    background-size: 100% 100%;
}

.RYUBody {
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.RYUBodyItem {
    display: block;
    width: 24.8%;
    height: 300px;
    border-bottom: 1px solid #f0f2f5;
    border-right: 1px solid #f0f2f5;
    background-color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}

.RYUBodyItem:hover {
    background-color: #f5f7fb;
}

.RYUBodyItem:nth-child(4n) {
    border-right: none;
}

.RYUBodyItem:nth-last-child(1),
.RYUBodyItem:nth-last-child(2),
.RYUBodyItem:nth-last-child(3),
.RYUBodyItem:nth-last-child(4) {
    border-bottom: none;
}

.RYUBodyItemImg {
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
}

.RYUBodyItemImg img {
    width: 100%;
    height: 100%;
}

.RYUBodyItemTitle {
    width: 100%;
    height: 40px;
    margin-top: 25px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 关于我们-我们的企业文化 */

.WHCon {
    width: 100%;
    height: 830px;
    background: url(../img/SubPage/background4.png) no-repeat center center;
    background-size: 100% 100%;
}

.WHBody {
    width: 100%;
    height: 445px;
    margin-top: 30px;
}

.WHBodyItem {
    display: block;
    width: 31%;
    height: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 4px #eff2f5;
    cursor: pointer;
}

.WHBodyItem:hover {
    background-color: #f5f7fb;
}

.WHBodyItemImg {
    width: 100%;
    height: 260px;
}

.WHBodyItemTitle {
    text-align: center;
}

.WHBodyItemSubTitle {
    width: 100%;
    height: 90px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}


/* 关于我们-我们的历史 */

.LSCon {
    width: 100%;
    height: 1025px;
    background: url(../img/SubPage/background5.png) no-repeat center center;
    background-size: 100% 100%;
}

.LSBody {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 100px;
}

.LSBody img {
    width: 100%;
    height: 100%;
}

.LSBodyDot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #edf2f6;
    transition: all 0.3s;
    border: 0;
}

.LSBodyDot:hover {
    background-color: #2765dc;
    border: 6px solid #e9effb;
}

.LSBodyDot1 {
    position: absolute;
    bottom: -16.1%;
    left: 2.2%;
    cursor: pointer;
}

.LSBodyDot2 {
    position: absolute;
    bottom: 49.5%;
    left: 16%;
    cursor: pointer;
}

.LSBodyDot3 {
    position: absolute;
    bottom: 7.8%;
    left: 28.5%;
    cursor: pointer;
}

.LSBodyDot4 {
    position: absolute;
    bottom: 61.8%;
    left: 42%;
    cursor: pointer;
}

.LSBodyDot4 {
    position: absolute;
    bottom: 61.8%;
    left: 42%;
    cursor: pointer;
}

.LSBodyDot5 {
    position: absolute;
    bottom: 20%;
    left: 55%;
    cursor: pointer;
}

.LSBodyDot6 {
    position: absolute;
    bottom: 86%;
    left: 68%;
    cursor: pointer;
}

.LSBodyDot7 {
    position: absolute;
    bottom: 52.5%;
    left: 81%;
    cursor: pointer;
}

.LSBodyDotTitle {
    width: 200px;
    margin-top: 20px;
}

.LSBodyDotTitle p {
    text-align: center;
    line-height: 1.5;
}

.LSBodyDotTitle2 {
    width: 200px;
    margin-bottom: 20px;
}

.LSBodyDotTitle2 p {
    text-align: center;
    line-height: 1.5;
}


/* 关于我们-联系我们 */

.LXCon {
    width: 100%;
    height: 950px;
    background-color: #fbfcfe;
}

.LXBody {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.LXBody img {
    width: 100%;
    height: 100%;
}

.LXWay {
    width: 100%;
    height: 65px;
    margin: 50px 0;
}

.LXWayItem {
    width: 50%;
    height: 100%;
    padding-left: 90px;
    box-sizing: border-box;
    border-right: 1px solid #f0f2f5;
}

.LXWayItem:last-child() {
    border-right: 0;
}

.LXWayItem p {
    line-height: 1.5;
}

.LXCopyRight p {
    text-align: center;
    line-height: 1.8;
}

.QYJSCon {
    width: 100%;
    height: auto;
    background: #fbfcfe url(../img/SubPage/jieshaobg.png) no-repeat bottom center;
    background-size: 100% auto;
}

.QYJSBody {
    width: 100%;
    height: 100%;
}

.QYJSBodyHeight {
    width: 100%;
    height: 80px;
}

.QYJSBodyImg {
    width: 34%;
    height: 100%;
}
.QYJSBodyImg img {
	width: 100%;
}
.QYJSBodyCon {
    width: 63%;
    height: 100%;
    margin-left: 3%;
}

.QYJSBodyCon p {
    text-indent: 40px;
    line-height: 2;
}

.QYLNCon {
    width: 100%;
    background-color: #f2f3f5;
}

.QYLNBody {
    width: 100%;
    height: 100%;
}

.QYLNBodyItem {
    width: 29%;
    height: 440px;
    margin-right: 50px;
    margin-bottom: 60px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 4px #f4f6f8;
    position: relative;
    overflow: hidden;
}

.QYLNBodyItem .color9 {
    display: none;
}

.QYLNBodyItemInBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.QYLNBodyItemInBoxPO {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #2765dc;
    transition: 0.6s;
}

.QYLNBodyItem:hover .QYLNBodyItemInBoxPO {
    height: 100%;
}

.QYLNBodyItem:hover .QYLNBodyItemTitle {
    color: #FFFFFF;
}

.QYLNBodyItem:hover .color9 {
    display: block;
    color: #FFFFFF;
}

.QYLNBodyItemImg {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.QYLNBodyItemImg1 {
    background: url(../img/SubPage/nian1.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItem:hover .QYLNBodyItemImg1 {
    background-image: url(../img/SubPage/nians1.png);
}

.QYLNBodyItemImg2 {
    background: url(../img/SubPage/nian2.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg3 {
    background: url(../img/SubPage/nian3.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg4 {
    background: url(../img/SubPage/nian4.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg5 {
    background: url(../img/SubPage/nian5.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg6 {
    background: url(../img/SubPage/nian6.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg7 {
    background: url(../img/SubPage/nian7.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg8 {
    background: url(../img/SubPage/nian8.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg13 {
    background: url(../img/SubPage/nian13.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg9 {
    background: url(../img/SubPage/nian9.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg10 {
    background: url(../img/SubPage/nian10.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg11 {
    background: url(../img/SubPage/nian11.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItemImg12 {
    background: url(../img/SubPage/nian12.png) no-repeat center center;
    background-size: 100% 100%;
}

.QYLNBodyItem:hover .QYLNBodyItemImg2 {
    background-image: url(../img/SubPage/nians2.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg3 {
    background-image: url(../img/SubPage/nians3.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg4 {
    background-image: url(../img/SubPage/nians4.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg5 {
    background-image: url(../img/SubPage/nians5.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg6 {
    background-image: url(../img/SubPage/nians6.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg7 {
    background-image: url(../img/SubPage/nians7.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg8 {
    background-image: url(../img/SubPage/nians8.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg9 {
    background-image: url(../img/SubPage/nians9.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg10 {
    background-image: url(../img/SubPage/nians10.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg11 {
    background-image: url(../img/SubPage/nians11.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg12 {
    background-image: url(../img/SubPage/nians12.png);
}

.QYLNBodyItem:hover .QYLNBodyItemImg13 {
    background-image: url(../img/SubPage/nians13.png);
}

.QYLNBodyItem .QYLNBodyItemTitle {
    margin: 40px 0;
}

.QYXCCon {
    width: 100%;
    height: 675px;
}

.QYXCCon video {
    object-fit: fill;
    height: 100%;
}


/* 关于我们-我们的组织架构 */

.WMZZJG {
    width: 100%;
}

.WMZZJGBody {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 75px;
    border-top: 1px solid #f1f1f1;
    padding: 50px 0;
    box-sizing: border-box;
}

.WMZZJGLine {
    position: absolute;
    top: -2px;
    left: 0;
    width: 65px;
    height: 3px;
    background-color: #2765dc;
}

.WMZZJGBodyTitle {
    margin-bottom: 30px;
}

.WMZZJGBody ul {
    width: 25%;
    padding: 0 35px;
    box-sizing: border-box;
}

.WMZZJGBody ul li {
    margin-bottom: 30px;
    height: 60px;
    list-style: disc outside none;
}


/* 关于我们-我们的资质荣誉 */

.WMRYCon {
    width: 100%;
}


/* 关于我们-我们的文化历史 */

.WHSSCon {
    width: 100%;
    height: 100%;
    border-top: 1px solid #f0f2f5;
    border-left: 1px solid #f0f2f5;
}

.WHSSItem {
    position: relative;
    width: 33%;
    height: 300px;
    border-right: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}

.WHSSItemBai {
    color: #FFFFFF;
}

.WHSSItem:nth-child(1) {
    background-color: #cf0503;
}

.WHSSItem:nth-child(3) {
    background-color: #0054a7;
}

.WHSSItem:nth-child(5) {
    background-color: #5e993f;
}

.BiaoYu {
    padding: 0 50px;
    box-sizing: border-box;
    text-indent: 30px;
    margin-top: 25%;
}

.WHSSItem>img {
    width: 100%;
    height: 100%;
}

.WHSSItemLogo {
    position: absolute;
    z-index: 999;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 2px #edeff1;
    background-color: #FFFFFF;
}

.WHSSItemLogo1 {
    box-shadow: 0px 0px 4px 2px #c2010f;
    background-color: #d7000f;
}

.WHSGCon {
    width: 100%;
    height: 100%;
}

.WHLSCon {
    width: 100%;
    height: 100%;
}

.WHLSConLeft {
    width: 5%;
    height: 100%;
}

.WHLSConRight {
    width: 95%;
    height: 100%;
}

.WHLSTimeLine {
    width: 10px;
    height: 100%;
    border-radius: 0 0 5px 5px;
    background-image: linear-gradient(to bottom, #dbf4fb, #2766dc);
}

.WHLSConRightItem {
    width: 100%;
    height: 100%;
}

.WHLSConRightTitle {
    position: relative;
}

.WHLSConRightDot {
    position: absolute;
    top: 0;
    left: -46%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2765DC;
    border: 10px solid #e9effb;
}

.WHLSConRightSubTitle {
    height: 0px;
    display: none;
}

.WHLSTime {
    margin-bottom: 45px;
}

.WHLSTime div:nth-child(1) {
    width: 200px;
}

.WHLSTime div:nth-child(2) {
    width: calc(100% - 200px);
}

.WHLSConRightImg {
    width: 18px;
    height: 10px;
}

.WHLSConRightImg1 {
    width: 18px;
    height: 10px;
    background: url(../img/SubPage/up.png) no-repeat center center;
    background-size: 100% 100%;
}

.WHLSConRightImg2 {
    width: 18px;
    height: 11px;
    /* background: url(../img/SubPage/down.png) no-repeat center center;
	background-size: 100% 100%; */
}

.Down {
    transition: all 0.3s;
}

.WHLST {
    margin-bottom: 20px;
    cursor: pointer;
}


/* 专题点开页面样式 */

.DanBanner {
    width: 100%;
    height: 480px;
    margin-top: 120px;
}

.DanBanner img {
    width: 100%;
    height: 100%;
}

.DanZhuan {
    width: 100%;
    height: 1300px;
    background: url(../img/SubPage/danbg1.png) no-repeat center center;
    background-size: 100% 100%;
}

.DanZhuanTitle {
    margin-top: 70px;
}

.DanZhuanTitle p {
    text-align: center;
}

.DZFan {
    width: 100%;
    height: 375px;
    margin: 50px 0;
}

.DZFanItem {
    width: 19%;
    height: 100%;
    background: url(../img/SubPage/fanzhen.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 40px;
    color: #FFFFFF;
}

.FanTitle {
    width: 100%;
    height: 100px;
    line-height: 120px;
    text-align: center;
}

.FanBOdy {
    width: 100%;
    height: 275px;
    margin-top: 45%;
    padding-right: 20px;
    box-sizing: border-box;
}

.FanBOdy2 {
    width: 100%;
    height: 275px;
    margin-top: 18%;
    padding-right: 20px;
    box-sizing: border-box;
}

.FanBOdy p,
.FanBOdy2 p {
    text-align: center;
    line-height: 1.5;
}

.DZFanItem2 {
    width: 40%;
    height: calc(100% - 25px);
    margin-top: 25px;
    background: url(../img/SubPage/meiti.png) no-repeat center center;
    background-size: 100% 100%;
}

.DZFanItem2T {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.DZFanItem2B {
    width: 100%;
}

.Ling1 {
    width: 8px;
    height: 8px;
    background-color: #d30c0c;
    transform: rotate(45deg);
}

.Ling {
    margin-top: 30px;
}


/* 学习贯彻进行时 */

.Learn {
    width: 100%;
    height: 100%;
}

.LearnTitle {
    width: 100%;
    height: 50px;
    color: #d30c0c;
    padding-left: 35%;
    box-sizing: border-box;
}

.LearnTitle1 {
    margin: 0 10px;
}

.Ling2 {
    width: 16px;
    height: 16px;
    background-color: #d30c0c;
    transform: rotate(45deg);
}

.LearnTitleImg {
    width: 100%;
    height: 11px;
    margin-left: 25%;
}

.LearnNews {
    width: 100%;
    height: 100%;
}

.LearnNewsTitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #d30c0c;
    margin-top: 40px;
}

.LearnNewsTitleR {
    width: 115px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    background-color: #efefef;
}

.LearnNewsTitleR a {
    color: #d30c0c;
}

.LearnNewsBody {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.LearnNewsBodyL {
    position: relative;
    width: 41%;
    height: 100%;
    background-color: pink;
    overflow: hidden;
}

.XiaoKanBodyR .LearnNewsBodyL {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: pink;
    overflow: hidden;
}

.LearnNewsBodyR {
    width: calc(59% - 40px);
    height: 100%;
    margin-left: 40px;
}

.LearnNewsBodyL ul {
    position: absolute;
    width: 100%;
    height: 100%;
}

.LearnNewsBodyL li {
    width: 100%;
    height: 100%;
}

.LearnNewsBodyL img {
    width: 100%;
    height: 100%;
}

.LNewsBo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    background: url(../img/SubPage/b.png) no-repeat center center;
    background-size: 100% 100%;
}

.LNewsBoL {
    width: 70%;
    height: 100%;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    z-index: 999;
}

.LearnNewsBody2 {
    width: 100%;
    height: 100px;
}

.LNewsBoR {
    width: 30%;
    height: 100%;
}

.LNewsBoR li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.LNewsBoR .LNewsBoR1Select {
    background-color: #d30c0c;
}

.LNBRLi {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fef6e8;
    border-top: 2px solid #eeab35;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DanZhuan2 {
    width: 100%;
    height: 280px;
    background: url(../img/SubPage/learn2.png) no-repeat center center;
    background-size: 100% 100%;
}

.DanZhuan2L {
    width: 50%;
    height: 100%;
    line-height: 1.8;
}

.DanZhuan3 {
    width: 100%;
    height: 530px;
}

.DanZhuan3L {
    width: 58%;
    height: 100%;
}

.DanZhuan3R {
    width: calc(42% - 40px);
    height: 100%;
    margin-left: 40px;
}

.DZBody {
    position: relative;
    width: 100%;
    height: calc(100% - 120px);
    background: url(../img/SubPage/lilun1.png) no-repeat bottom center;
    background-size: 100% 100%;
}

.DZBodyItem1 {
    position: absolute;
    top: 35px;
    right: 60px;
    width: 330px;
    height: 60px;
    line-height: 60px;
    background: url(../img/SubPage/jv.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    box-sizing: border-box;
    color: #f4bfbf;
}

.DZBodyItem2 {
    position: absolute;
    top: 80px;
    left: 85px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    background: url(../img/SubPage/jv.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    box-sizing: border-box;
    color: #f4bfbf;
}

.DZBodyItem3 {
    position: absolute;
    top: 110px;
    right: 25px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    background: url(../img/SubPage/jv2.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    box-sizing: border-box;
    color: #d30c0c;
}

.DZBodyItem4 {
    position: absolute;
    top: 125px;
    right: 145px;
    width: 400px;
    height: 60px;
    line-height: 60px;
    background: url(../img/SubPage/jv2.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    box-sizing: border-box;
    color: #d30c0c;
}

.DZBodyItem5 {
    position: absolute;
    top: 170px;
    left: 25px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    background: url(../img/SubPage/jv.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    box-sizing: border-box;
    color: #f4bfbf;
}

.DZBodyItem6 {
    position: absolute;
    top: 200px;
    left: 235px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    background: url(../img/SubPage/jv.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    box-sizing: border-box;
    color: #f4bfbf;
}

.Ping {
    width: 100%;
    height: calc(100% - 120px);
    background: url(../img/SubPage/ping.png) no-repeat center center;
    background-size: 100% 100%;
}

.PingTitle {
    width: 100%;
    height: 150px;
    line-height: 190px;
    color: #FFFFFF;
    text-align: center;
}

.PingBody {
    width: 100%;
    height: calc(100% - 150px);
    padding: 40px 70px 80px;
    box-sizing: border-box;
}

.PingSub {
    width: 100%;
    height: 100%;
    text-indent: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.DanZhuan4 {
    width: 100%;
    height: 660px;
}

.DanZhuan4T {
    width: 100%;
    margin-top: 85px;
}

.DanZhuan4More {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d30c0c;
    background-color: #FFFFFF;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.DanZhuan4More a {
    color: #d30c0c;
}

.DanZhuan4More:hover a {
    color: #FFFFFF;
}

.DanZhuan4More:hover {
    background-color: #d30c0c;
}

.DZ4Body {
    width: 100%;
    height: 400px;
    background: url(../img/SubPage/dz4.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 35px;
}

.DZ4Big {
    width: 400%;
    height: 100%;
    margin-left: 0;
    transition: all 1.5s cubic-bezier(1, .25, .84, -0.09);
}

.DZ4BigItemCon {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.DZ4BigItem {
    width: 100%;
    height: 100%;
}

.DZ4BigItem1 {
    position: relative;
    width: 225px;
    height: 300px;
    background-color: pink;
}

.DZ4BigItem1 img {
    width: 100%;
    height: 100%;
}

.DZ4BigItem1Title {
    position: absolute;
    bottom: -35px;
    left: 20px;
    width: 240px;
    height: 170px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.Five2 {
    width: 100%;
    height: 65px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.DZ4BigL {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: url(../img/SubPage/arl.png) no-repeat center center;
    background-size: 100% 100%;
}

.DZ4BigR {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: url(../img/SubPage/arl.png) no-repeat center center;
    background-size: 100% 100%;
}

.DZ4BigL img,
.DZ4BigR img {
    cursor: pointer;
}


/* 小康沧源行 */

.XiaoKan {
    width: 100%;
    height: auto;
    /* background: url(../img/SubPage/xiaokan1.png) no-repeat center center;
	background-size: 100% 100%; */
}

.XiaoKanTitle {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background: url(../img/SubPage/zhuantit.png) no-repeat center center;
    text-align: center;
}

.XiaoKanTitle span {
    letter-spacing: -4px;
}

.XiaoKanBody {
    width: 100%;
    height: 430px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 40px;
}

.XiaoKanBody2 {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 40px;
}

.XiaoKanBodyL {
    width: 50%;
    height: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.XiaoKanBodyR {
    position: relative;
    width: 470px;
    height: 100%;
    overflow: hidden;
}

.XiaoKanBodyR ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.XiaoKanBodyR ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.GuoDu {
    transition: all 0.6s;
}

.XiaoKanBodyR ul li,
.XiaoKanBodyR ul li img {
    width: 100%;
    height: 100%;
}

.XiaoKanBodyRPo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
    background: url(../img/SubPage/b.png) no-repeat center center;
    background-size: 100% 100%;
}

.XiaoKanBodyLTop {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.XiaoKanLi {
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dotted #cbcbcb;
    color: #666;
    cursor: pointer;
}

.XiaoKanItem {
    width: 30%;
    height: 340px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
}

.XIaoKanDot {
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
}

.XiaoKanLi:hover .XIaoKanDot {
    background-color: #0054A7;
}

.XiaoKanLi:hover a {
    color: #0054A7;
}

.XiaoKanMore2 {
    height: 28px;
    width: 86px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #bcbcbc;
    overflow: hidden;
    margin-top: 25px;
}

.XiaoKanMore2 a {
    color: #FFFFFF;
}

.XiaoKanBo {
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding: 0 12px;
    box-sizing: border-box;
    z-index: 1;
}

.XiaoKanBo .LNewsBoL {
    width: 100%;
    line-height: 35px;
}

.XiaoKanMore2:hover {
    background-color: #999;
}

.XiaoKanItem:hover .XiaoKanItemImg {
    transform: translateY(-5px);
}

.XiaoKanItem:hover {
    background-color: #2765DC;
}

.XiaoKanItem:hover .XiaoKanItemTitle {
    color: #FFFFFF;
}

.XiaoKanItem:hover .XiaoKanItemTitle2 {
    color: #FFFFFF;
}

.XiaoKanItemImg {
    width: 100%;
    height: 240px;
    transition: all 0.3s;
}

.XiaoKanItemImg img {
    width: 100%;
    height: 100%;
}

.XiaoKanItemTitle {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.XiaoKanItemTitle2 {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

.XiaoKanItemTitle2 p {
    text-align: center;
}

.XiaoKanMore {
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #2765DC;
    margin-top: 40px;
    margin-left: 50%;
    transform: translateX(-80px);
    background-color: #FFFFFF;
    cursor: pointer;
}

.XiaoKanMore a {
    color: #2765DC;
}

.XiaoKanMore:hover a {
    color: #FFFFFF;
}

.XiaoKanMore:hover {
    background-color: #2765DC;
}


/* 经营发展-电站介绍 */

.JSBusItem {
    display: block;
    width: calc(50% - 30px);
    height: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    transition: all 0.3s;
}

.JSBusItem:hover {
    background-color: #2765DC;
}

.JSBusItem:hover .color9,
.JSBusItem:hover .colorBlue {
    color: #ffffff;
}

.JSBusItem:hover {
    transform: translateY(-5px);
}

.JSBusItem:hover li {
    color: #FFFFFF;
}

.JSBusItemImg {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.JSBusItemImg img {
    width: 100%;
    height: 100%;
}

.JSBusItem ul {
    width: 100%;
    height: 80px;
    padding: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

.JSBusItem li {
    list-style: square;
    width: 100%;
}

.JSBusItem li p {
    margin-bottom: 8px;
}


/* 10.19新加 党的建设 */

.LearnNewsTitleR:hover {
    background-color: #d30c0c;
}

.LearnNewsTitleR:hover a {
    color: #FFFFFF;
}


/* 经营发展 */

.BusDevelop {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.BusDevelopCon {
    color: #333333;
}

.BusDevelopCon p {
    text-indent: 40px;
    margin-top: 10px;
    line-height: 2;
}

.BusDevelopNum {
    width: 100%;
    height: 90px;
    margin: 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.BusDevelopNumItem {
    width: 25%;
    height: 100%;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #333333;
}

.BusDevelopNumItem:nth-child(3) {
    border-right: 0;
}

.BusDevelopNumCon {
    margin-top: 20px;
}

.Map {
    position: relative;
    width: 100%;
    height: 1440px;
}

.Map img {
    width: 100%;
    height: 100%;
}

.MapItem {
    width: 180px;
    height: 50px;
    cursor: pointer;
}


/* 发展绩效 */

.JiXiao {
    width: 100%;
    height: 100%;
    background-color: pink;
    margin-top: 20px;
}

.JiXiao img {
    width: 100%;
    height: 100%;
}


/* 10.20新增,头部阴影 */

.anchorBL {
    display: none !important;
}


/* 经营发展-澜沧江影像10.21 */

.BusYXTop {
    width: 97%;
    height: 500px;
    margin: 0 auto;
}

.BusYXTop video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.BusYXTop img {
    width: 100%;
    height: 100%;
}

.BusYXBot {
    position: relative;
    width: 100%;
    height: 160px;
    padding-top: 15px;
    overflow: hidden;
}

.BusYXBotBig {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.BusYXBotBigItem {
    position: relative;
    width: 100%;
    height: calc(100% - 30px);
}

.BusYXBotBigItem1 {
    position: relative;
    width: 33%;
    height: 100%;
    border: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.2s;
    margin: 0 10px;
}

.BusTopTip {
    display: none;
    position: absolute;
    top: -19px;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 15px solid #2765DC;
    border-right: 10px solid transparent;
    border-top: 0;
    border-left: 10px solid transparent;
}

.BusYXBotBigItem1Select1 {
    border-color: #2765DC;
}

.BusYXBotBigItem1 img {
    width: 100%;
    height: 100%;
}

.BusYXBotBigL {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    border-right: 15px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0;
    cursor: pointer;
}

.BusYXBotBigR {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 15px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
    cursor: pointer;
}

.BusYXBotBigR:hover {
    border-left-color: #2765DC;
}

.BusYXBotBigL:hover {
    border-right-color: #2765DC;
}

.MaskBus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.BusYXTitle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1366px) {
    .banner-container {
        height: 700px;
    }
    .banner-video {
        height: 760px;
    }
    .fontBase {
        font-size: 14px;
    }
    .font20 {
        font-size: 18px;
    }
    .font12 {
        font-size: 10px;
    }
    .font14 {
        font-size: 12px;
    }
    .font18 {
        font-size: 16px;
    }
    .font22 {
        font-size: 20px;
    }
    .font24 {
        font-size: 22px;
    }
    .font32 {
        font-size: 30px;
    }
    .font36 {
        font-size: 34px;
    }
    .font45 {
        font-size: 43px;
    }
    .font28 {
        font-size: 26px;
    }
    .font48 {
        font-size: 46px;
    }
}

@media (max-width: 1280px) {
    .banner-container {
        height: 660px;
    }
    .banner-video {
        height: 710px;
    }
    .fontBase {
        font-size: 12px;
    }
    .font20 {
        font-size: 16px;
    }
    .font12 {
        font-size: 8px;
    }
    .font14 {
        font-size: 10px;
    }
    .font18 {
        font-size: 16px;
    }
    .font22 {
        font-size: 18px;
    }
    .font24 {
        font-size: 20px;
    }
    .font32 {
        font-size: 28px;
    }
    .font36 {
        font-size: 32px;
    }
    .font45 {
        font-size: 41px;
    }
    .font28 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .banner-container {
        overflow: hidden;
        width: 100%;
        height: 877px;
        padding-top: 120px;
        box-sizing: border-box;
        text-align: center;
    }
    .banner-video {
        height: 1070px;
    }
    .NewsMore {
        display: none;
    }
    .move-mask,
    .move-box,
    .header-menu-title {
        display: none;
    }
}

@media (max-width: 992px) {
    .MainW {
        width: 850px;
    }
    .TopNav {
        display: none;
    }
    .banner-container {
        height: 540px;
    }
    .banner-video {
        height: 550px;
    }
    .fontBase {
        font-size: 18px;
    }
    .font20 {
        font-size: 22px;
    }
    .font12 {
        font-size: 14px;
    }
    .font14 {
        font-size: 16px;
    }
    .font15 {
        font-size: 17px;
    }
    .font18 {
        font-size: 20px;
    }
    .font24 {
        font-size: 26px;
    }
    .font22 {
        font-size: 24px;
    }
    .font32 {
        font-size: 34px;
    }
    .font45 {
        font-size: 47px;
    }
    .font36 {
        font-size: 36px;
    }
    .font28 {
        font-size: 30px;
    }
    .font48 {
        font-size: 50px;
    }
    .fontBold {
        font-weight: bold !important;
    }
    /* 新闻中心 */
    .NewCenter {
        height: auto !important;
        background: #f8f9f9 !important;
    }
    .NewCenter .NewConL {
        width: 100% !important;
        height: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        overflow: hidden;
        transition: all 0.35s ease-out 0s;
        box-shadow: none;
    }
    .NewConL>a {
        width: calc(50% - 10px) !important;
        height: 460px !important;
        margin-right: 20px;
        margin-top: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 0 20px -10px rgba(22, 49, 76, 0.5);
    }
    .NewConL>a:nth-child(2n) {
        margin-right: 0px;
    }
    .NewConL .NewConLImg {
        height: 260px;
    }
    .NewConL .NewConLTitle {
        height: 70px;
        margin-bottom: 25px;
    }
    .NewConL .NewConLSubTitle {
        display: none;
    }
    .NewConCPad {
        display: none;
    }
    .NewsMore {
        display: block;
        width: 135px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #005cff;
        background-color: #FFFFFF;
        border-radius: 30px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .NewsMore a {
        color: #005cff;
    }
    .NewsMore:hover {
        background-color: #005cff;
    }
    .NewsMore:hover a {
        color: #FFFFFF;
    }
    .NMore {
        display: none;
    }
    .NewTab {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
    /* 专题专栏 */
    .Subject {
        height: 1000px !important;
    }
    .imgBox,
    .imgBox2,
    .SubjectMore {
        display: none;
    }
    .NewTitle {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
    .SubJJItem {
        width: calc(50% - 10px) !important;
    }
    .SubjectonItem2 {
        width: calc(40% - 10px) !important;
        margin-right: calc(10% + 20px);
        transform: perspective(60px) rotateY(-2deg);
    }
    .SubJJItem:nth-child(2),
    .SubjectonItem2:nth-child(2) {
        margin-right: 0;
    }
    .SubJJItem:nth-last-child(2),
    .SubjectonItem2:nth-last-child(2) {
        display: none !important;
    }
    .SubJJItem:nth-last-child(1),
    .SubjectonItem2:nth-last-child(1) {
        display: none !important;
    }
    .YXConItem1 {
        width: calc(50% - 20px);
        height: 300px !important;
    }
    .SubjectConT {
        height: 90% !important;
    }
    .NewsCenterCon .NewCon {
        min-height: 500px;
        overflow: hidden;
    }
    /* 底部 */
    .Footer {
        height: 420px!important;
    }
    .FooterTop {
        justify-content: center !important;
        align-items: center !important;
    }
    .FooterNav {
        display: none;
    }
    .FooterImg {
        width: 100%;
        justify-content: center !important;
        align-items: center !important;
    }
    .FooterBot>div {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .FooterBot>div img {
        margin: 10px 0;
    }
    /* 头部菜单 */
    .move-menu {
        width: 50px;
        height: 42px;
        background: url(../img/moveblue/menublue.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .move-mask {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999999;
    }
    .move-box {
        float: right;
        display: none;
        width: 50%;
        height: 100%;
        background-color: #fff;
    }
    .move-title {
        width: 100%;
        height: 120px;
        background-color: #005cff;
        padding: 0 35px;
        box-sizing: border-box;
    }
    .move-title span {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/moveblue/xblue.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .move-box ul {
        width: 100%;
        height: 100%;
    }
    .move-box ul li .menut-li {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 25px 40px;
        box-sizing: border-box;
        font-weight: bold;
        transition: all 0.2s;
    }
    .move-box ul li {
        border-bottom: 1px solid #eeeeee;
    }
    .move-box ul li span {
        display: block;
        width: 25px;
        height: 15px;
        background: url(../img/moveblue/xiaxia.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .second-menu {
        display: none;
        width: 100%;
        height: auto;
        text-align: center;
        font-weight: normal;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .second-menu-li {
        margin-top: 30px;
    }
    /* 公司新闻---二级页面 */
    .header-menu-title {
        display: block;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .NConLeft {
        display: none;
    }
    .NConRight {
        width: 98% !important;
        margin-left: 0 !important;
    }
    .NewConCItemSub {
        height: 60px!important;
    }
    .Page {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .Page>div:nth-child(1) {
        width: 80% !important;
        margin-bottom: 40px;
    }
    .Page>div:nth-child(2) {
        justify-content: center !important;
        align-items: center !important;
    }
    .NCRBodyTitle {
        display: none!important;
    }
    .NBanner {
        height: 400px;
    }
    .NCRBodyItem {
        width: calc(50% - 30px);
        height: 410px;
    }
    .NewConCItemImg {
        height: 248px !important;
    }
    .Logo2 a {
        width: 53px;
        background: url(../../Resource/img/moveblue/home.png) no-repeat center center;
    }
    .JXView {
        background-color: transparent;
    }
}


/* 清除浮动 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}