.wx-in {
    width: 1180px;
    margin: 0 auto;
}

.wx-body {
    position: relative;
    overflow: hidden;
}

.wx-header-top {
    height: 48px;
    line-height: 48px;
    box-shadow: inset 0px -1px 0px 0px #F2F6F8;
}

.wx-header-top-list>a {
    margin-right: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.wx-header-top-list>a:hover {
    color: #3382FF;
}

.wx-header-list li {
    display: inline-block;
    position: relative;
}

.wx-header-list>li {
    height: 90px;
    line-height: 90px;
    margin-left: 80px;
}

.wx-header-list>li>a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.wx-header-list>li>a:hover::after,
.wx-header-list>li>a.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #3382FF;
}

.wx-header-list>li>a.active {
    color: #3382FF;
}

.wx-header-list>li:hover>a {
    color: #3382FF;
}

.wx-header-nav {
    height: 90px;
}

.wx-logo {
    width: 120px;
    height: 50px;
}

.wx-logo img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.wx-search-box {
    height: 90px;
    text-align: center;
    padding-top: 21px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    top: 48px;
    display: none;
}

.wx-search-box-main {
    font-size: 0;
}

.wx-search-ipt {
    width: 640px;
    height: 48px;
    background: #F5F7F8;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
}

.wx-search-btn {
    width: 80px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    background: #3382FF;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.wx-search-ipt::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #999;
}

.wx-search-ipt:-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #999;
}

.wx-search-ipt::-moz-input-placeholder {
    /* Mozilla Firefox 19+*/
    color: #999;
}

.wx-search-ipt:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #999;
}

.wx-search-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../image/gas-toolbar-search-icon-query.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.wx-search-icon-close {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url(../image/gas-toolbar-search-icon-close.png) center center no-repeat;
    background-size: 100% 100%;
}

.StranLink {
    position: relative;
    padding-left: 25px;
}

.StranLink::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/gas-toolbar-icon-language.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.wx-indexBanner {
    height: 680px;
}

.wx-indexBanner .swiper-container {
    width: 100%;
    height: 100%;
}

.wx-indexBanner-bg {
    height: 100%;
    width: 100%;
}

.wx-indexBanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0 10px;
}

.wx-indexBanner .swiper-pagination-bullet-active {
    width: 40px;
    height: 12px;
    background: #3382FF;
}

.wx-indexNews {
    padding: 80px 0;
}

.wx-indexNews-btn {
    margin: 0 auto;
}

.wx-indexNews-title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.wx-indexNews-pic {
    width: 480px;
    height: 320px;
}

.wx-indexNews-pic img {
    width: 100%;
    height: 100%;
}

.wx-indexNews-list {
    width: 660px;
    height: 320px;
    margin-left: 40px;
}

.wx-indexNews-list-title a {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wx-indexNews-list-desc {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wx-indexNews-list-container .swiper-slide:not(:last-child) {
    margin-bottom: 5px;
}

.wx-indexNews-list-container .swiper-slide-active .wx-indexNews-list-title a {
    color: #3382FF;
}

.wx-indexNews-list-container {
    height: 320px;
}

.wx-indexAbout {
    height: 450px;
    padding: 80px 0;
}

.wx-indexAbout-title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    width: 540px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wx-indexAbout-desc {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 540px;
}

.wx-moreBtn {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #3382FF;
    margin-top: 40px;
}

.wx-moreBtn a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.wx-moreIcon {
    display: inline-block;
    width: 9px;
    height: 8px;
    background: url(../image/gas-pub-more-icon-arrow.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    vertical-align: middle;
}

.wx-indexSun {
    padding: 80px 0;
}

.wx-indexSun .wx-in {
    position: relative;
}

.wx-indexSun-title {
    margin-bottom: 50px;
}

.wx-indexSun-main-block {
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5EDF1;
    padding: 10px;
    float: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.wx-indexSun-main-block:not(:last-child) {
    margin-right: 20px;
}

.wx-indexSun-main-block-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.wx-indexSun-main-block-desc {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.wx-indexSun-main-block-pic {
    width: 100%;
    height: 173px;
    margin: 0 auto;
}

.wx-indexSun-main-block-pic img {
    width: 100%;
    height: 100%;
}

.wx-indexSun-title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.wx-indexSun .wx-in::before {
    content: "";
    width: 300px;
    height: 346px;
    background: url(../image/gas-pub-pic-gas.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -200px;
    left: -150px;
    z-index: -1;
}

.wx-indexSun-main-block:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transform: translateY(-20px);
}

.wx-footer {
    height: 206px;
    background: #333;
    padding: 40px 0;
    position: relative;
}

.wx-footer-select {
    width: 200px;
    height: 32px;
    background: #666666;
    border-radius: 4px;
    color: #ccc;
    padding: 0 4px;
    -webkit-appearance: auto;
}

.wx-footer-999 {
    color: #999;
    font-weight: bold;
}

.wx-footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wx-footer-nav a {
    color: #999;
    margin-right: 10px;
    position: relative;
    font-weight: bold;
}

.wx-footer-nav a:hover {
    color: #3382FF;
}

.wx-footer-nav a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    position: absolute;
    background: #999;
    top: 50%;
    margin-top: -1px;
    right: -8px;
}

.wx-footer-state>a {
    color: #666;
    margin-left: 10px;
    margin-right: 10px;
}

.wx-footer-state a,
.wx-footer-state span {
    color: #666;
    font-size: 14px;
}

.wx-footer-select-tag {
    margin-left: 40px;
}

.wx-header-nav2 {
    width: 640px;
    height: 366px;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px #F2F6F8;
}

.wx-header-nav2 {
    width: 640px;
    height: 366px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px #F2F6F8;
    position: absolute;
    left: -320px;
    z-index: 2;
}

.wx-header-nav2-pic {
    width: 240px;
    height: 160px;
}

.wx-header-nav2-pic img {
    width: 100%;
    height: 100%;
}

.wx-header-nav2-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: initial;
    margin-top: 20px;
    margin-bottom: 16px;
    width: 240px;
}

.wx-header-nav2-desc {
    color: #999;
    font-size: 14px;
    line-height: initial;
    width: 240px;
}

.wx-header-nav2-left {
    width: 280px;
    box-shadow: inset -1px 0px 0px 0px #F2F6F8;
}

.wx-header-nav2-list li {
    display: block;
    line-height: initial;
    margin-bottom: 20px;
}

.wx-header-nav2-list li a {
    color: #333;
    font-size: 16px;
}

.wx-header-nav2-list li a.active {
    color: #3382FF;
}

.wx-header-nav2-list li a:hover {
    color: #3382FF;
}

.wx-header-nav2-list {
    padding-left: 40px;
}

.wx-header-nav2 {
    display: none;
}

.wx-header-list>li:hover .wx-header-nav2 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

.wx-singleBanner {
    width: 100%;
    height: 400px;
}

.wx-bread {
    height: 60px;
    line-height: 60px;
    background: #F9FBFC;
}

.wx-bread li {
    display: inline-block;
    position: relative;
}

.wx-bread-l li a {
    color: #666;
    font-weight: bold;
}

.wx-bread-l li.active::after,
.wx-bread-l li:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #3382FF;
}

.wx-bread-l li.active a,
.wx-bread-l li:hover a {
    color: #3382FF;
}

.wx-bread-l li:not(:last-child) {
    margin-right: 30px;
}

.wx-bread-r li {
    position: relative;
}

.wx-bread-r li a {
    color: #999;
    font-weight: bold;
}

.wx-bread-r li a:hover {
    color: #3382FF;
}

.wx-bread-r li:last-child a {
    color: #666;
    font-weight: bold;
}

.wx-bread-r li:last-child a:hover {
    color: #3382FF;
}

.wx-bread-r li:not(:last-child) {
    margin-right: 30px;
}

.wx-bread-r li:first-child::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/gas-crumbs-icon-hone.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -23px;
    top: 50%;
    margin-top: -7px;
}

.wx-bread-r li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/gas-crumbs-icon-arrow.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -23px;
    top: 50%;
    margin-top: -7px;
}

.wx-singleMain {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: calc(100vh - 344px);
}

.wx-singleTitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    line-height: initial;
}

.wx-singleContent {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.wx-singleContent img {
    max-width: 100%;
}

.wx-aboutNum {
    padding-top: 80px;
    height: 240px;
}

.wx-aboutNum-item-num {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.wx-aboutNum-item-dw {
    font-size: 14px;
    color: #fff;
}

.wx-aboutNum-item-desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.wx-aboutNum-item:nth-child(2) {
    margin: 0 80px;
}

.wx-aboutNum-item {
    width: 240px;
    text-align: center;
}

.wx-aboutNum .wx-in {
    width: 880px;
}

.wx-aboutNum-item-main {
    line-height: initial;
}

.wx-fzlc {
    width: 100%;
    min-height: 520px;
    background: url(../image/gas-about-couse-bg.png) center center no-repeat;
    background-size: cover;
}

.swiper-container-fzlc .swiper-slide {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.swiper-container-fzlc .swiper-slide::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 44px;
    background: url(../image/gas-about-couser-point-nor.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 36px;
}

.swiper-container-fzlc .swiper-slide.active {
    color: #3382FF;
}

.swiper-container-fzlc .swiper-slide.active::after {
    background: url(../image/gas-about-couser-point-sel.png) center center no-repeat;
    background-size: 100% 100%;
    top: 38px;
    width: 21px;
}

.swiper-container-fzlc {
    height: 100px;
    padding: 0 40px;
    background: url(../image/gas-about-couser-bg.png) center 64px no-repeat;
    background-size: 100% 8px;
}

.swiper-container-fzlc .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../image/gas-pub-scroll-btn-back-nor.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
    left: 0;
    top: 72px;
    opacity: 1;
}

.swiper-container-fzlc .swiper-button-prev:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../image/gas-pub-scroll-btn-back-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.swiper-container-fzlc .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../image/gas-pub-scroll-btn-next-nor.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
    right: 0;
    top: 72px;
    opacity: 1;
}

.swiper-container-fzlc .swiper-button-next:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../image/gas-pub-scroll-btn-next-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-fzlc-content {
    padding: 0 160px;
    margin-top: 40px;
    padding-bottom: 80px;
}

.wx-fzlc-content-block-title {
    color: #3382FF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.wx-fzlc-content-block-list>div {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}

.wx-fzlc-content-block-list>div>span:first-child {
    font-weight: bold;
    width: 60px;
    display: inline-block;
    margin-right: 20px;
}

.wx-fzlc-content-block:not(:first-child) {
    display: none;
}

.wx-dsj {
    width: 100%;
    min-height: 520px;
    background: url(../image/gas-about-couse-bg.jpg) center center no-repeat;
    background-size: cover;
}

.wx-dsj-desc {
    font-size: 14px;
    color: #666;
}

.wx-dsj-desc-title {
    font-size: 16px;
    font-weight: bold;
}

.wx-dsj-desc-content {
    font-size: 16px;
    font-weight: bold;
    color: #3382FF;
}

.wx-dsj-year {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3382FF;
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-top: 20px;
}

.wx-dsj-year::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: -53px;
    background: #fff;
    border: 3px solid #3382FF;
    top: 10px
}

.wx-dsj-desc {
    width: 680px;
    margin-left: 46px;
    padding-left: 45px;
    border-left: 1px solid #E5EDF1;
    padding-top: 20px;
}

.wx-dsj-item:not(:last-child) .wx-dsj-desc {
    padding-bottom: 80px;
}

.wx-dsj-desc>div {
    /* margin-bottom: 20px; */
}

.wx-dsj-main {
    width: 860px;
    margin: 0 auto;
}

.wx-dsj-btn {
    width: 64px;
    height: 64px;
    background: url(../image/gas-about-event-btn.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 135px;
    cursor: pointer;
}

.wx-fwpp-block1-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.wx-fwpp-block1-main-pic {
    width: 314px;
    height: 290px;
    margin-right: 206px;
    margin-left: 80px;
}

.wx-fwpp-block1-main-pic img {
    width: 100%;
    height: 100%;
}

.wx-fwpp-block1-main-font-item {
    width: 220px;
    height: 115px;
}

.wx-fwpp-block1-main-font-item-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #3382FF;
    font-weight: bold;
}

.wx-fwpp-block1-main-font-item:first-child {
    margin-right: 40px;
}

.wx-fwpp-block1 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.wx-fwpp-gx {
    height: 512px;
}

.wx-fwpp-gx-title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

.wx-fwpp-gx-item {
    width: 280px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
}

.wx-fwpp-gx-item:not(:last-child) {
    margin-right: 20px;
}

.wx-fwpp-gx-item-title1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
}

.wx-fwpp-gx-item-title2 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wx-fwpp-zz {
    background: #fff;
    padding-top: 80px;
}

.wx-fwpp-zzTitle {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.wx-fwpp-zzTitle::before {
    content: "";
    display: inline-block;
    width: 238px;
    height: 188px;
    background: url(../image/gas-about-brand-bg-arrow.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -80px;
}

.wx-fwpp-title {
    position: relative;
}


/* .wx-fwpp-title::before {
    content: "";
    display: inline-block;
    width: 238px;
    height: 188px;
    background: url(../image/gas-about-brand-bg-arrow.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: -1;
} */

.wx-fwpp-zz-item {
    width: 393px;
    height: 524px;
    padding: 40px;
    background: #F5F7F8;
    position: relative;
}

.wx-fwpp-zz-item-title {
    font-size: 20px;
    color: #3382FF;
    font-weight: bold;
}

.wx-fwpp-zz-itme-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}

.wx-fwpp-zz-item-pic {
    width: 100%;
    height: 262px;
    position: relative;
}

.wx-fwpp-zz-item-pic img {
    width: 100%;
    height: 100%;
}

.wx-fwpp-zz-item-padding {
    padding: 0;
}

.wx-fwpp-zz-item-other {
    height: 262px;
    padding: 40px;
    background: #F9FBFC;
}


/* .wx-fwpp-zz-itme1-bg::after {
    content: "";
    display: inline-block;
    width: 182px;
    height: 76px;
    background: url(../image/gas-about-brand-logo.png) center center no-repeat;
    background-size: 100% 100%;
    right: 10px;
    position: absolute;
} */

.wx-qywh-block1 {
    padding-bottom: 80px;
}

.wx-qywh-block1-pic {
    width: 360px;
    height: 240px;
    margin-right: 80px;
}

.wx-qywh-block1-font {
    width: 740px;
}

.wx-qywh-block1-pic img {
    width: 100%;
    height: 100%;
}

.wx-qywh-block1-font1 {
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
    margin-bottom: 20px;
}

.wx-qywh-block1-font2 {
    font-size: 14px;
    color: #666;
}

.wx-qywh-block1-item:first-child {
    margin-bottom: 20px;
}

.wx-qywh-block1-pic-r {
    margin-right: 0;
    margin-left: 80px;
}

.wx-qywh-block2 {
    height: 612px;
    padding: 80px;
}

.wx-qywh-block2-item {
    width: 380px;
    height: 452px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
}

.wx-qywh-block2-item-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.wx-qywh-block2-item-icon img {
    width: 100%;
    height: 100%;
}

.wx-qywh-block2-item-font1 {
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
    text-align: center;
    margin-bottom: 5px;
}

.wx-qywh-block2-item-font2 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 12px;
    text-align: center;
    height: 54px;
}

.wx-qywh-block2-item:not(:last-child) {
    margin-right: 20px;
}

.wx-qywh-block3 {
    padding: 80px 0;
}

.wx-qywh-block3-font {
    width: 1000px;
}

.wx-qywh-block3-icon {
    width: 40px;
    height: 40px;
    margin-right: 46px;
}

.wx-qywh-block3-icon img {
    width: 100%;
    height: 100%;
}

.wx-qywh-block3-font1 {
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
}

.wx-qywh-block3-font2 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wx-qywh-block3-item:not(:last-child) {
    box-shadow: inset 0px -1px 0px 0px #F2F4F4;
}

.wx-qywh-block3-item:not(:first-child) {
    margin-top: 40px;
}

.wx-qywh-block4 {
    height: 636px;
    padding: 80px 0;
}

.wx-fwpp {
    padding-bottom: 0;
}

.wx-qywh-block4-item {
    width: 380px;
    height: 476px;
    background: #fff;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease .3s;
}

.wx-qywh-block4-item:not(:last-child) {
    margin-right: 20px;
}

.wx-qywh-block4-item-pic {
    height: 180px;
    width: 100%;
}

.wx-qywh-block4-item-pic img {
    width: 100%;
    height: 100%;
}

.wx-qywh-block4-font {
    padding: 20px 0;
    height: 285px;
    width: 100%;
}

.wx-qywh-block4-item:hover .wx-qywh-block4-font {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: absolute;
    height: 360px;
    z-index: 2;
    background: #3382FF;
    bottom: 0;
    color: #fff;
}

.wx-qywh-block4-item:hover .wx-qywh-block4-font1,
.wx-qywh-block4-item:hover .wx-qywh-block4-font2,
.wx-qywh-block4-item:hover .wx-qywh-block4-font3 {
    color: #fff;
}

.wx-qywh-block4-item:hover .wx-qywh-block4-font .wx-qywh-block4-font3 {
    height: 250px;
    overflow-y: auto;
}

.wx-qywh-block4-font1 {
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.wx-qywh-block4-font2 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.wx-qywh-block4-font3 {
    font-size: 14px;
    color: #666;
    height: 180px;
    overflow: hidden;
    padding: 0 20px;
}


/* 设置滚动条的样式 */

.wx-qywh-block4-font3::-webkit-scrollbar {
    width: 4px;
}

.wx-qywh-block4-font3::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
    height: 100px;
    border-radius: 8px;
}

.wx-sfMain {
    padding-bottom: 0;
}

.wx-sf {
    padding-bottom: 40px;
}

.wx-sf-item {
    width: 260px;
    height: 366px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #E5EDF1;
    float: left;
    margin-bottom: 40px;
    cursor: pointer;
}

.wx-sf-item:not(:nth-child(4n)) {
    margin-right: 46px;
}

.wx-sf-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.wx-sf-item-pic {
    height: 283px;
    width: 100%;
}

.wx-sf-item-pic img {
    width: 100%;
    height: 100%;
}

.wx-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.wx-sf-mask {
    width: 468px;
    height: 580px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.wx-sf-mask-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 40px;
    margin-bottom: 10px;
}

.wx-sf-mask-pic {
    width: 100%;
    height: 490px;
}

.wx-sf-mask-pic img {
    width: 100%;
    height: 100%;
}

.wx-sf-mask-close {
    font-size: 30px;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    color: #3382FF;
}

.wx-honor-tab {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.wx-honor-tab li {
    width: 120px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    background: #F5F7F8;
    cursor: pointer;
}

.wx-honor-tab li.active {
    background: #3382FF;
    color: #fff;
}

.wx-honor-main-item-block {
    width: 360px;
    height: 400px;
    border-radius: 8px;
    border: 1px solid #E5EDF1;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 40px;
    background: #fff;
}

.wx-honor-main-item-block:not(:nth-child(3n)) {
    margin-right: 50px;
}

.wx-honor-main-item-block-pic {
    width: 100%;
    height: 213px;
}

.wx-honor-main-item-block-pic img {
    width: 100%;
    height: 100%;
}

.wx-honor-main-item-block-desc {
    margin: 10px;
}

.wx-honor-main-item-block-desc span {
    color: #666;
    font-size: 14px;
}

.wx-honor-main-item-block-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
}

.wx-honorMain {
    background: url(../image/gas-about-honor-bg.jpg) center bottom no-repeat;
    background-size: 100% 400px;
}

.wx-honor-mask {
    width: 839px;
    height: 629px;
    border-radius: 8px;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background: #fff;
}

.wx-honor-mask-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
}

.wx-honor-mask-pic {
    width: 100%;
    height: 533px;
}

.wx-honor-mask-pic img {
    width: 100%;
    height: 100%;
}

.wx-honor-mask-close {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -30px;
    color: #3382FF;
    cursor: pointer;
}

.wx-map-item-title {
    margin-bottom: 10px;
}

.wx-map-item-title a {
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
}

.wx-map-item-list li {
    font-size: 0;
    display: inline-block;
    margin-right: 50px;
}

.wx-map-item-list li a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.wx-map-item-list li a:hover {
    color: #3382FF;
}

.wx-map-item-list li a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../image/gas-pub-arrow.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -16px;
}

.wx-map-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F6F8;
}

.wx-map-item:not(:first-child) {
    padding-top: 30px;
}

.wx-newsMain-top {
    width: 1180px;
    height: 280px;
    border-radius: 8px;
    border: 1px solid #E5EDF1;
}

.wx-newsMain-top-pic {
    width: 360px;
    height: 240px;
}

.wx-newsMain-top-pic img {
    width: 100%;
    height: 100%;
}

.wx-newsMain-top .swiper-slide:hover .wx-newsMain-top-font-title {
    color: #3382FF;
}

.wx-newsMain-top {
    padding: 20px;
}

.wx-newsMain-top-font-time {
    font-size: 20px;
    color: #3382FF;
    font-weight: bold;
}

.wx-newsMain-top-font-title {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wx-newsMain-top-font-title a:hover {
    color: #3382FF;
}

.wx-newsMain-top-font-desc {
    font-size: 14px;
    color: #666;
}

.wx-newsMain-top-font {
    width: 738px;
    margin-left: 40px;
}

.wx-newsMain-top .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../image/news-btn-back-nor.png) center center no-repeat;
    background-size: 100% 100%;
    right: 140px;
    left: auto;
    top: 214px;
    opacity: 1;
}

.wx-newsMain-top .swiper-button-prev:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../image/news-back-sel.png) center center no-repeat;
    background-size: 100% 100%
}

.wx-newsMain-top .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../image/news-next-nor.png) center center no-repeat;
    background-size: 100% 100%;
    top: 214px;
    opacity: 1;
}

.wx-newsMain-top .swiper-button-next:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../image/news-next-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-newsMain-top .swiper-pagination {
    right: 83px;
    left: auto;
    width: auto;
    top: 200px;
}

.wx-newsMain-top .swiper-pagination .swiper-pagination-current {
    color: #3382FF;
}

.wx-newsMain-list-item {
    padding: 40px 0;
    border-bottom: 1px solid #F2F6F8;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.wx-newsMain-list-item:hover::before {
    content: "";
    display: inline-block;
    width: 126px;
    height: 126px;
    background: url(../image/gas-pub-pic-gas.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.wx-newsMain-list-item:hover .wx-newsMain-list-item-r>div:nth-child(1) {
    color: #3382FF;
}

.wx-newsMain-list-item-l {
    padding-left: 20px;
}

.wx-newsMain-list-item-l>div:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    color: #3382FF;
    text-align: right;
}

.wx-newsMain-list-item-l>div:nth-child(2) {
    font-size: 14px;
    color: #666;
}

.wx-newsMain-list-item-r {
    width: 1044px;
    margin-left: 60px;
}

.wx-newsMain-list-item-r>div:nth-child(1) {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wx-newsMain-list-item-r>div:nth-child(2) {
    font-size: 14px;
    color: #666;
}

.wx-detail-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.wx-detail-state {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 30px;
    border-bottom: 1px solid #F2F6F8;
    padding-bottom: 10px;
}

.wx-detail-state a {
    font-size: 16px;
    color: #999;
}

.wx-detail {
    padding: 80px 0;
}

.wx-detail-content {
    padding: 40px 0;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    border-bottom: 1px solid #F2F6F8;
}

.wx-detail-content img {
    max-width: 100%;
}

.wx-prevNext {
    padding-top: 10px;
}

.wx-prevNext-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.wx-prevNext-desc a {
    font-size: 16px;
    color: #666;
}

.wx-prevNext-desc a:hover {
    color: #3382FF;
}

.wx-detail-pic-bPic {
    width: 720px;
    height: 480px;
    text-align: center;
}

.wx-detail-pic-bPic img {
    max-width: 100%;
    max-height: 100%;
}

.wx-detail-pic-desc {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #F2F6F8;
}

.wx-detail-pic .gallery-top {
    width: 720px;
    text-align: center;
}

.wx-detail-picList .gallery-thumbs {
    width: 640px;
    height: 80px;
}

.wx-detail-picList .gallery-thumbs img {
    width: 100%;
    height: 100%;
}

.wx-detail-pic .swiper-button-prev {
    width: 32px;
    height: 80px;
    background: url(../image/sn-news-details-btn-scroll-back-nor.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: auto;
    top: 0;
    opacity: 1;
    margin-top: 0;
}

.wx-detail-pic .swiper-button-prev:hover {
    background: url(../image/sn-news-details-btn-scroll-back-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-detail-pic .swiper-button-next {
    width: 32px;
    height: 80px;
    background: url(../image/sn-news-details-btn-scroll-next-nor.png) center center no-repeat;
    background-size: 100% 100%;
    right: 0;
    left: auto;
    top: 0;
    opacity: 1;
    margin-top: 0;
}

.wx-detail-pic .swiper-button-next:hover {
    background: url(../image/sn-news-details-btn-scroll-next-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-detail-picList {
    width: 720px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
    margin-top: 40px;
    border-bottom: 1px solid #F2F6F8;
}

.wx-detail-picList .gallery-thumbs .swiper-slide {
    border: 2px solid #fff;
}

.wx-detail-picList .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #3382FF;
}

.wx-header-list>li:last-child .wx-header-nav2 {
    right: 0;
    left: auto;
}

.wx-detail-state span:not(:last-child) {
    margin-right: 10px;
}

.crc-pub-page-num,
.crc-pub-page-enter,
.crc-pub-page-next {
    border: 1px solid #F2F6F8!important;
    background: none!important;
}

.crc-pub-page-sel {
    color: #fff!important;
    border: 1px solid #3382FF!important;
    background: #3382FF!important;
}

.crc-pub-page-enter {
    border-color: #3382FF!important;
    background: #3382FF!important;
    color: #fff!important;
}

.wx-page {
    padding-top: 20px;
}

.wx-honor-main-item:not(:first-child) {
    display: none;
}

.StranLink:hover::before {
    background: url(../image/gas-toolbar-icon-language-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-search-icon:hover {
    background: url(../image/gas-toolbar-search-icon-query-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-search-icon-close:hover {
    background: url(../image/gas-toolbar-search-icon-close-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-honor-main-item-block:hover .wx-honor-main-item-block-title {
    color: #3382FF;
}

.wx-indexSun-main-block:hover .wx-indexSun-main-block-title {
    color: #3382FF;
}

.wx-moreBtn:hover a {
    background: #2D74E5;
}

.wx-fwpp-block1-main-font-item-first {
    margin-bottom: 58px;
}

.wx-fwpp-zz-main {
    margin-bottom: 80px;
}

.wx-fwpp-zz-item-pic2::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: -8px;
    z-index: 1;
    transform: translateY(-50%);
    left: 50%;
}

.wx-fwpp-zz-item-pic3::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 7px;
    z-index: 1;
    transform: translateY(-50%);
    left: 50%;
}

.wx-qywh-in {
    position: relative;
}

.wx-qywh-in::after {
    content: "";
    display: inline-block;
    width: 300px;
    height: 346px;
    background: url(../image/gas-pub-pic-gas.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -120px;
    right: 0;
    z-index: -1;
}

.wx-code-bg {
    width: 313px;
    height: 194px;
    background: url(../image/code-bg.png) center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 2;
    right: -178px;
    bottom: 30vh;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.wx-code-bg img {
    position: absolute;
    right: 10px;
    top: 20px;
}

.wx-indexNews-list-container .swiper-slide:hover .wx-indexNews-list-title a {
    color: #3382FF;
}

.wx-honor-main-item-block:hover {
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.13);
}

.wx-fwpp-block1-main-font {
    margin-top: 25px;
}

.wx-fwpp-block1-main-font-item p {
    line-height: 2;
}

.wx-fwpp-block1-main-font-2 {
    margin-top: 30px;
}

.wx-fwpp-block2New {
    /* height: 878px; */
    padding: 80px 0;
    background: url(../image/pic-bg.png) center center no-repeat;
    background-size: cover;
}

.wx-fwpp-block2New-item {
    padding: 40px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}

.wx-fwpp-block2New-item1 {
    width: 550px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.wx-fwpp-block2New-item2 {
    width: 610px;
    height: 260px;
    margin-bottom: 20px;
}

.wx-fwpp-block2New-item3 {
    width: 610px;
    height: 346px;
    margin-right: 20px;
}

.wx-fwpp-block2New-item4 {
    width: 550px;
    height: 266px;
}

.wx-fwpp-block2New-item-title1 {
    color: #3382FF;
    font-size: 20px;
    font-weight: bold;
}

.wx-fwpp-block2New-item-title2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wx-fwpp-block2New-item-desc {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.wx-fwpp-block2New-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.wx-fwpp-block3New-title {
    text-align: center;
}

.wx-fwpp-block3New-title {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}

.wx-fwpp-block3New {
    background: #F9FBFC;
    padding: 80px 0;
}

.wx-fwpp-block3New-main {
    background: #ffff;
    padding: 40px;
    text-align: center;
}

.wx-fwpp-block3New-main-desc {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.wx-fwpp-block3New-main-desc>p {
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
}

.wx-fwpp-block3New-main-desc>p::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3382FF;
    position: absolute;
    left: 0;
    top: 12px;
}

.wx-fwpp-block4New {
    padding: 80px 0;
}

.wx-fwpp-block4New-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wx-fwpp-block4New-title1 {
    font-size: 20px;
    color: #3382FF;
    font-weight: bold;
}

.wx-fwpp-block4New-title1-desc {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 70px;
}

.wx-fwpp-block4New-main-block-box {
    width: 400px;
    height: 160px;
    padding: 20px;
    background: #FFFFFF url(../image/pic-pop-bg01.png) left center no-repeat;
    background-size: 100% 100%;
    line-height: 28px;
    box-sizing: border-box;
}

.wx-fwpp-block4New-main-block-box-name {
    font-size: 20px;
    font-weight: bold;
    color: #3382FF;
    margin-bottom: 10px;
}

.wx-fwpp-block4New-main-block-box-desc>p:first-child {
    color: #3382FF;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.wx-fwpp-block4New-main-block-box-desc>p:last-child {
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.wx-fwpp-block4New-main-block-3-title {
    font-size: 14px;
    color: #3382FF;
    font-weight: bold;
}

.wx-fwpp-block4New-main-block-3-title2 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.wx-fwpp-block4New-main-block-1-desc {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

.wx-fwpp-block4New-main-block-1 {
    width: 400px;
    float: left;
}

.wx-fwpp-block4New-main-block-2 {
    width: 140px;
    float: left;
    margin-left: 30px;
    margin-right: 60px;
    margin-top: 45px;
}

.wx-fwpp-block4New-main-block-2 img {
    width: 100%;
}

.wx-fwpp-block4New-main-block-3 {
    width: 380px;
    float: left;
    margin-top: 45px;
    line-height: 28px;
}

.wx-fwpp-block4New-main-block-3>p:not(:last-child) {
    margin-bottom: 30px;
}

.wx-fwpp-block4New-main-block2 {
    margin-top: 100px;
}

.wx-fwpp-block4New-main-block2 .wx-fwpp-block4New-main-block-3-title {
    color: #f99c34;
}

.wx-fwpp-block4New-main-block2 .wx-fwpp-block4New-main-block-box-name {
    color: #f99c34;
}

.wx-fwpp-block4New-main-block2 .wx-fwpp-block4New-main-block-box-desc>p:first-child {
    color: #f99c34;
    font-weight: bold;
    display: inline-block;
}

.wx-fwpp-block4New-main-block2 .wx-fwpp-block4New-main-block-box-desc>p:last-child {
    display: inline-block;
}

.wx-fwpp-block4New-main-block2 .wx-fwpp-block4New-main-block-2 {
    margin-left: 60px;
    margin-right: 30px;
}

.wx-fwpp-block4New-main-block2 .wx-fwpp-block4New-main-block-box {
    background: #FFFFFF url(../image/pic-pop-bg02.png) left center no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
}

.wx-fwpp-block4New .wx-in {
    width: 1010px;
}

.wx-indexSun-new-item {
    width: 210px;
    text-align: center;
    transition: ease .3s;
    padding: 40px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.wx-indexSun-new-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.wx-indexSun-new-item:not(:last-child) {
    margin-right: 20px;
}

.wx-indexSun-new-item img {
    width: 48px;
    height: 49px;
}

.wx-indexSun-new-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.wx-indexSun-new-item-title a {
    color: #333;
}

.rcms-item {
    padding: 36px 40px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    position: relative;
}

.rcms-item-top {
    display: flex;
}

.xd-single-main {
    overflow: hidden;
    padding-bottom: 60px;
    line-height: 2;
}

.rcms-catlog-bot {
    padding-left: 220px;
    position: relative;
    top: -20px;
}

.rcms-item-bottom {
    padding-right: 220px;
    position: absolute;
    top: 120px;
}

.rcms-jing-bottom {
    position: absolute;
    padding-left: 220px;
    top: 120px;
}

.rcms-item-qiye {
    padding: 36px 40px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.rcms-catlog-pic {
    width: 180px;
    flex: 0 0 auto;
}

.rcms-catlog-pic img {
    width: 100%;
}

.rcms-catlog-text {
    flex-grow: 1;
    padding-left: 40px;
}

.rcms-item:nth-child(even) .rcms-catlog-text {
    padding-right: 40px;
    padding-left: 0px;
}

.rcms-catlog-title {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.rcms-catlog-sub {
    color: #F99D35;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.rcms-catlog-desc {
    line-height: 2;
    color: #666;
    text-align: justify;
}

.rcms-catlog-desc-title {
    font-weight: bold;
    margin-bottom: 2px;
}

.rcms-catlog-desc-item {
    color: #666;
}

.rcms-catlog-jzg-bg {
    padding-right: 0px!important;
    position: relative;
}

.rcms-catlog-jzg-pic,
.rcms-qiye-pic {
    width: 180px;
    height: 180px;
    position: absolute;
    right: 0px;
    top: -20px;
}

.rcms-catlog-jzg-pic img,
.rcms-qiye-pic img {
    width: 100%;
    height: 100%;
}

.rcms-catlog-disc-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.rcms-catlog-disc {
    display: flex;
}

.rcms-catlog-disc .rcms-catlog-disc-item:nth-child(2) {
    padding-left: 130px;
}

.rcms-catlog-disc .rcms-catlog-disc-item:nth-child(1) {
    padding-right: 110px;
    background: url(image/crcs-lines.png) no-repeat right center;
}

.rcms-catlog-qiye-disc .rcms-catlog-qiye-disc-item:nth-child(1) {
    background: url(image/crcs-lines.png) no-repeat right center;
    background-size: 1px 120px;
}

.rcms-catlog-disc-item {
    width: 50%;
    color: #666;
    min-height: 280px;
}

.rcms-catlog-disc-wrap p {
    margin-bottom: 50px;
}

.rcms-catlog-qiye-disc {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.rcms-catlog-qiye-disc-item {
    width: 50%;
    padding-left: 16px;
}

.rcms-catlog-qiye-disc-item:nth-child(even) {
    padding-left: 130px;
}

.rcms-item-qiye {
    position: relative;
}

.rcms-item-qiye-top {
    display: flex;
    margin-bottom: 10px;
}

.rcms-qiye-pic {
    right: 45px;
    top: 50px;
}

.rcms-catlog-qiye-disc-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.rcms-catlog-qiye-desc {
    color: #666;
}

.rcms-catlog-qiye-disc-desc p {
    margin-bottom: 5px;
}

.rcms-nopadding {
    padding: 0px;
}

.rcms-catlog-sub-text {
    margin-bottom: 30px;
}

.rcms-catlog-sub-text p {
    color: #666;
}

section {
    box-sizing: border-box;
}

.wx-indexSun-main {
    width: 900px;
    margin: 0 auto;
}

.rcms-item-qiye-blue {
    color: #3382FF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px
}

.wh-rq-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.wh-fl {
    width: 45%;
}

.wh-fr {
    width: 45%;
}