* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
}

button {
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea {
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

i {
    font-weight: normal;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}

html::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

html::-webkit-scrollbar-thumb {
    background: #004d85;
    border-radius: 6px;
}

html::-webkit-scrollbar-corner {
    background: #004d85;
}

@font-face {
    font-family: english;
    src: url(https://www.gcfuson.com/public/static/officialweb/font/tt0035m_.ttf);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(99, 106, 144, 0.5);
    transition: 0.4s all;
}

header.active {
    background-color: rgba(30, 43, 105, 0.95);
    border-color: rgba(99, 106, 144, 0.5);
}

header.active .pc div {
    border-color: rgba(99, 106, 144, 0.5);
}

header.page {
    background-color: rgba(30, 43, 105, 0.95);
    border-color: rgba(99, 106, 144, 0.5);
}

header.page .pc div {
    border-color: rgba(99, 106, 144, 0.5);
}

header .pc {
    width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

header .pc .logo {
    width: 180px;
}

header .pc .logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

header .pc nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

header .pc nav ul li {
    position: relative;
}

header .pc nav ul li:hover #pc_lanmu {
    opacity: 1;
    pointer-events: auto;
}

header .pc nav ul li + li {
    margin-left: 45px;
}

header .pc nav ul li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f78537;
    opacity: 0;
    transition: 0.4s all;
}

header .pc nav ul li.active:after {
    opacity: 1;
}

header .pc nav ul li:hover:after {
    opacity: 1;
}

header .pc > nav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 98px;
    line-height: 98px;
}

header .pc > div {
    padding: 0 50px;
    height: 98px;
    border-left: 1px solid rgba(99, 106, 144, 0.5);
    border-right: 1px solid rgba(99, 106, 144, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-items: unset;
}

header .pc > div p {
    font-size: 13px;
    color: #fff;
}

header .pc > div h3 {
    font-size: 26px;
    color: #fff;
    margin-top: 6px;
}

header .pc > dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    width: 82px;
    height: 98px;
    position: relative;
}

header .pc > dl:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #fff;
}

header .pc > dl dd {
    cursor: pointer;
    transition: 0.4s all;
}

header .pc > dl dd:hover {
    top: -5px !important;
}

header .pc > dl dd.top-search {
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header .pc > dl dd.top-search:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url("../icon/top-search.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

header .pc > dl dd.top-video {
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

header .pc > dl dd.top-video:after {
    content: "";
    display: block;
    width: 21px;
    height: 15px;
    background: url("../icon/top-video.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

header .m {
    display: none;
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

header .m .menu {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 40px;
    background-color: transparent;
}

header .m .menu path {
    stroke: #868686;
}

header .m .menu label {
    left: -40px;
    top: -45px;
    max-width: 130px;
    max-height: 130px;
}

header .m > a {
    display: block;
    height: 45px;
}

header .m > a img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

header .m .Msearch {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url("../icon/Msearch.png") no-repeat;
    background-size: contain;
}

.ibanner {
    width: 100%;
    position: relative;
}

.ibanner a {
    width: 100%;
}

.ibanner a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ibanner a .pc {
    display: block;
}

.ibanner a .m {
    display: none;
}

.ibanner .swiper-pagination {
    bottom: 225px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 1700px !important;
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: left !important;
}

.ibanner .swiper-pagination .swiper-pagination-bullet {
    width: 76px;
    height: 5px;
    background-color: #676979;
    border-radius: 0;
    opacity: 0.9 !important;
}

.ibanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #196bb5;
}

.pbanner {
    width: 100%;
    position: relative;
}

.pbanner figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pbanner .indexTitle {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pbanner .indexTitle h4 {
    display: inline-block;
    color: #fff;
    width: auto;
    text-align: center;
}

.pbanner .indexTitle h4:after {
    background: url("../icon/title-b.png") no-repeat;
}

.pbanner .indexTitle h4:before {
    background: url("../icon/title-b.png") no-repeat;
}

.pbanner .indexTitle h5 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.pbanner ul {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: inherit;
}

.pbanner ul li + li {
    margin-left: 80px;
}

.pbanner ul li.active a:after {
    opacity: 1;
}

.pbanner ul li:hover a:after {
    opacity: 1;
}

.pbanner ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 120px;
}

.pbanner ul li a:after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.4s all;
    opacity: 0;
}

.PopupCode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.PopupCode ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.PopupCode ul li {
    background-color: #fff;
    padding: 20px;
    transition: 0.4s all;
}

.PopupCode ul li + li {
    margin-left: 30px;
}

.PopupCode ul li figure img {
    width: 260px;
    height: 260px;
}

.PopupCode ul li p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #434144;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #434144;
    transition: 0.4s all;
    letter-spacing: 2px;
}

.PopupCode ul li span {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #1e2b69;
    cursor: pointer;
    transition: 0.4s all;
    position: relative;
    padding-bottom: 3px;
}

.PopupCode ul li span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.4s all;
}

.PopupCode ul li span:hover:after {
    opacity: 1;
}

.PopupCode ul li:hover {
    background-color: #004d85;
}

.PopupCode ul li:hover p {
    color: #fff;
    border-color: #fff;
}

.PopupCode ul li:hover span {
    color: #fff;
}

.PopupSearch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.PopupSearch form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.PopupSearch form h4 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.PopupSearch form .div {
    margin-top: 20px;
    margin-bottom: 80px;
    width: 640px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    position: relative;
}

.PopupSearch ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.PopupSearch ul li {
    display: inline-block;
}

.PopupSearch ul li div {
    color: #fff;
}

.PopupSearch form .div select {
    width: 180px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 17px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url("../icon/dropDown.png") rgba(0, 0, 0, 0.7) 95% center no-repeat;
    background-size: 15px 15px;
    border-right: 1px solid #dfdfdf;
    color: #dfdfdf;
    letter-spacing: 2px;
}

.PopupSearch form .div select option {
    padding: 10px 0;
}

.PopupSearch form .div input {
    width: 453px;
    line-height: 48px;
    background-color: transparent;
    padding: 0 10px;
    color: #dfdfdf;
    font-size: 17px;
    letter-spacing: 2px;
}

.PopupSearch form .div input::-webkit-input-placeholder {
    color: #dfdfdf;
    font-size: 17px;
}

.PopupSearch form .div button {
    width: 80px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #dfdfdf;
    text-transform: uppercase;
    cursor: pointer;
}

.PopupSearch form .div button i {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.PopupSearch form .div button i:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 60px;
    background: url("../icon/search.png") no-repeat;
    background-position: center top;
    background-size: contain;
}

.PopupSearch form icon {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.4s all;
}

.PopupSearch form icon:hover {
    color: #1e2b69;
}

.PopupColumn {
    position: fixed;
    top: 75px;
    left: -1024px;
    padding: 20px 15px;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    background-color: #1e2b69;
    transition: 0.4s all;
    z-index: 99;
}

.PopupColumn.active {
    left: 0;
}

.PopupColumn li {
    border-bottom: 1px solid #6692b5;
}

.PopupColumn li.active a:after {
    background-color: #fff;
}

.PopupColumn li.active a icon {
    transform: translateY(-50%) rotate(180deg);
}

.PopupColumn li > a {
    display: block !important;
    font-size: 15px;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 1px;
    transition: 0.4s all;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
}

.PopupColumn li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.PopupColumn li > a icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../icon/downJT.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

.PopupColumn li dl {
    display: none;
    padding-bottom: 20px;
}

.PopupColumn li dl dd {
    padding: 10px 30px;
}

.PopupColumn li dl dd a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.PopupColumn p {
    font-size: 20px;
    margin-top: 30px;
    color: #004d85;
    cursor: pointer;
    font-family: english;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: unset;
}

.PopupColumn p i {
    display: block;
    width: 15px;
    height: 15px;
    background: url("https://www.gcfuson.com/public/static/officialweb/icon/top.png") no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-top: 2px;
}

footer {
    width: 100%;
    background-color: #1e2b69;
}

footer .footer1 {
    width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

footer .footer1 .left {
    padding-top: 70px;
    padding-bottom: 50px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
    padding-right: 130px;
    border-right: 1px solid #4d5786;
}

footer .footer1 .left dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

footer .footer1 .left dl dd a {
    display: block;
    font-size: 14px;
    color: #fff;
    transition: 0.4s all;
    opacity: 0.5;
}

footer .footer1 .left dl dd:hover a {
    opacity: 1;
}

footer .footer1 .left dl dd + dd {
    margin-top: 20px;
}

footer .footer1 .right {
    width: 325px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-items: unset;
}

footer .footer1 .right h5 {
    font-size: 16PX;
    color: #fff;
}

footer .footer1 .right ul {
    width: 220px;
    margin-top: 17px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

footer .footer1 .right ul li {
    width: 40px;
    height: 40px;
    transition: 0.4s all;
    position: relative;
}

footer .footer1 .right ul li:hover figure {
    opacity: 1;
    pointer-events: auto;
}

footer .footer1 .right ul li:hover {
    opacity: 1;
}

footer .footer1 .right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

footer .footer1 .right ul li figure {
    position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    opacity: 0;
    pointer-events: none;
    transition: .4s all;
    z-index: 20;
}

footer .footer1 .right ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footer1 .right ul li:nth-of-type(1) {
    background: url("../icon/tianmao.png") no-repeat;
    background-size: contain;
}

footer .footer1 .right ul li:nth-of-type(2) {
    background: url("../icon/weixin.png") no-repeat;
    background-size: contain;
}

footer .footer1 .right ul li:nth-of-type(3) {
    background: url("../icon/douyin.png") no-repeat;
    background-size: contain;
}

footer .footer1 .right ul li:nth-of-type(4) {
    background: url("../icon/shipinhao.png") no-repeat;
    background-size: contain;
}

footer .footer1 .right ul li:nth-of-type(5) {
    background: url("../icon/weibo.png") no-repeat;
    background-size: contain;
}

footer .footer1 .right > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: unset;
}

footer .footer1 .right > div figure {
    width: 110px;
    height: 110px;
}

footer .footer1 .right > div figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .footer1 .right > div > div {
    margin-left: 18px;
    position: relative;
}

footer .footer1 .right > div > div > p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

footer .footer1 .right > div > div h5 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

footer .footer1 .right > div > div .firendLink {
    width: 194px;
    cursor: pointer;
    border: 1px solid #626b96;
    position: absolute;
    top: 65px;
    left: 0;
}

footer .footer1 .right > div > div .firendLink.on p i {
    transform: translateY(-50%) rotate(180deg);
}

footer .footer1 .right > div > div .firendLink p {
    font-size: 14px;
    color: #fff;
    line-height: 43px;
    padding-left: 17px;
    position: relative;
}

footer .footer1 .right > div > div .firendLink p i {
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    background: url("../icon/footer-jt.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

footer .footer1 .right > div > div .firendLink dl {
    display: none;
    width: 100%;
    padding: 17px;
    padding-top: 0;
}

footer .footer1 .right > div > div .firendLink dl dd {
    padding: 5px 0;
    border-bottom: 1px solid #626b96;
}

footer .footer1 .right > div > div .firendLink dl dd a {
    display: block;
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    transition: 0.4s all;
    text-align: center;
}

footer .footer1 .right > div > div .firendLink dl dd a:hover {
    opacity: 1;
}

footer .footer1 .m {
    display: none;
    padding: 20px 0;
}

footer .footer1 .m figure {
    width: 200px;
}

footer .footer1 .m figure img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .footer1 .m p {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}

footer .footer1 .m h5 {
    font-size: 30px;
    color: #fff;
}

footer .footer2 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 50px;
    border-top: 1px solid #4d5786;
}

footer .footer2 div {
    width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

footer .footer2 div p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

footer .footer2 div p a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: 0.4s all;
}

footer .footer2 div p a:hover {
    opacity: 0.7;
}

.slide-nav {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 98;
}

.slide-nav .item {
    margin: 5px 0;
    width: 70px;
    height: 70px;
    border: 1px solid #bebebe;
    background-color: #fff;
    position: relative;
    opacity: 0 !important;
    pointer-events: none !important;
}

.slide-nav .goTop {
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all;
}

.slide-nav .goTop.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.slide-nav .icon {
    margin: 4px auto 0;
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
}

.slide-nav h4 {
    font-size: 12px;
    color: #4e4e4e;
    font-weight: 400;
    text-align: center;
}

.slide-nav .mask {
    margin-top: -1px;
    position: absolute;
    right: 100%;
    top: 0;
    transform: scale(1, 0);
    opacity: 0;
    white-space: nowrap;
    transition: 0.3s;
}

.slide-nav .tel {
    padding: 0 30px;
    height: 70px;
    line-height: 66px;
    font-size: 14px;
    color: #4e4e4e;
    border: 2px solid #1e2b69;
    border-right: none;
    background-color: #fff;
}

.slide-nav .qr {
    margin-right: 2px;
    width: 140px;
    height: 140px;
    border: 1px solid #1e2b69;
    overflow: hidden;
}

.slide-nav .qr img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-nav .item:hover {
    background-color: #1e2b69;
    border-color: #1e2b69;
}

.slide-nav .item:hover .icon {
    background-position: center -35px;
}

.slide-nav .item:hover h4 {
    color: #fff;
}

.slide-nav .item:hover .mask {
    transform: scale(1, 1);
    opacity: 1;
}

.yuyue_add {
    position: fixed;
    bottom: 20px;
    right: 50px;
    padding: 10px 20px;
    color: #1e2b69;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .4s all;
    z-index: 99;
}

/* .yuyue_add.active {
    pointer-events: auto;
    opacity: 1; } */
@media only screen and (max-width: 959px) {
    .yuyue_add {
        bottom: 170px !important;
    }

    .slide-nav {
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        font-size: 0;
        text-align: center;
    }

    .slide-nav .item {
        margin: 0;
        border: none;
        border-top: 1px solid #1e2b69;
        border-left: 1px solid #1e2b69;
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height: 60px;
    }

    .slide-nav .item:first-child {
        border: none;
        border-top: 1px solid #1e2b69;
    }

    .slide-nav .goTop {
        display: inline-block !important;
    }

    .slide-nav .icon {
        width: 30px;
        height: 30px;
        background-size: 30px auto;
    }

    .slide-nav .mask {
        left: 50%;
        right: auto;
        bottom: 100%;
        top: auto;
        transform: translateX(-50%) scale(1, 0);
    }

    .slide-nav .tel {
        padding: 0 15px;
        border: 2px solid #1e2b69;
        height: 46px;
        line-height: 42px;
    }

    .slide-nav .qr {
        width: 120px;
        height: 120px;
    }

    .slide-nav .item:hover .icon {
        background-position: center -30px;
    }

    .slide-nav .item:hover .mask {
        transform: scale(1, 1) translateX(-50%);
    }

    .slide-nav .item {
        width: 25%;
    }

    .slide-nav .wechat {
        display: none;
    }
}

.online {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff;
}

.online .main .tit {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.online .main .tit h3 {
    text-align: center;
    font-size: 24px;
    color: #434144;
    font-weight: bold;
}

.online .main .tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-family: "Arial";
    color: #787878;
    font-weight: bold;
}

.online .main .tit span b {
    color: #004d85;
}

.online .main .tit span:before {
    content: "";
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #434144;
}

.online .main .tit span:after {
    content: "";
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #434144;
}

.online .main form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.online .main form figure {
    display: block;
    width: 100%;
    position: relative;
    padding: 20% 0;
    width: 45%;
}

.online .main form figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.online .main form ul {
    width: 52%;
}

.online .main form ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    height: 40px;
}

.online .main form ul li + li {
    margin-top: 15px;
}

.online .main form ul li .ind {
    width: 48%;
    height: 100%;
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: transparent;
    color: #979797;
    font-size: 14px;
    transition: 0.2s all;
}

.online .main form ul li .ind::-webkit-input-placeholder {
    color: #979797;
    font-size: 14px;
}

.online .main form ul li select {
    background: url(../icon/dropDown.png) #fff 95% center no-repeat;
    background-size: 11px;
}

.online .main form ul li.phone input {
    width: 100%;
}

.online .main form ul li.textarea {
    height: 180px;
}

.online .main form ul li.textarea textarea {
    width: 100%;
    padding: 10px;
}

.online .main form ul li button {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #004d85;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s all;
    border: 1px solid transparent;
}

.online .main form ul li button:hover {
    background-color: transparent;
    border-color: #004d85;
    border-radius: 5px;
    color: #004d85;
}

.online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../icon/onlineClose.png) no-repeat center center #004d85;
    background-size: 60%;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    header.page {
        border-bottom: 1px solid #dadada;
    }

    .online .main form figure {
        display: none;
    }

    .online .main form ul {
        width: 100%;
    }

    .online .main {
        padding: 15px;
    }

    .online .main .tit h3 {
        font-size: 20px;
    }
}

.online .layui-form-select .layui-input {
    height: 40px;
    border-color: #bebebe;
    color: #979797;
}

.online .layui-form-select dl dd.layui-this {
    background-color: #004d85;
}

.online .layui-unselect.layui-form-select {
    width: 48%;
}

.online #distpicker-online .ind {
    display: block !important;
}

.online #distpicker-online .layui-unselect {
    display: none !important;
}

.videoWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}

.videoWindow video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

.videoWindow i {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: url("../icon/onlineClose.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.Mnav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.Mnav ul {
    width: 100%;
    background-color: #b5b5b5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.Mnav ul li {
    width: 33.333%;
    padding: 15px 0;
    transition: 0.4s all;
}

.Mnav ul li:hover {
    background-color: #1e2b69;
}

.Mnav ul li a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: unset;
}

.Mnav ul li a icon {
    display: block;
    width: 40px;
    height: 40px;
}

.Mnav ul li a span {
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.Mnav ul li:nth-of-type(1) icon {
    background: url("../icon/Mnav_tel.png") no-repeat;
    background-size: contain;
}

.Mnav ul li:nth-of-type(2) icon {
    background: url("../icon/Mnav_message.png") no-repeat;
    background-size: contain;
}

.Mnav ul li:nth-of-type(3) icon {
    background: url("../icon/Mnav_wx.png") no-repeat;
    background-size: contain;
}

.MgoTop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    display: none;
    width: 60px;
    height: 60px;
    background: url("../icon/MgoTop.png") no-repeat;
    background-size: contain;
    z-index: 90;
    transition: 0.4s all;
}

.MgoTop.active {
    opacity: 1;
    pointer-events: auto;
}

.m_search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #434144;
    z-index: 999;
    display: none;
}

.m_search ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_search ul li {
    display: inline-block;
}

.m_search .layui-form-radio {
    line-height: 24px;
}

.m_search .layui-form-radio div {
    color: #fff;
}

.m_search .layui-form-radio i {
    width: 25px !important;
    height: 25px !important
}

.m_search > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.m_search > div > i {
    width: 50px;
    height: 50px;
    background: url("../icon/Msearch.png") no-repeat;
    background-size: contain;
}

.m_search > div h5 {
    font-size: 32px;
    font-family: english;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 1px;
}

.m_search > div h5:before {
    content: "";
    margin-right: 2px;
}

.m_search > div form {
    width: 100%;
    padding: 0 15%;
    margin-top: 50px;
}

.m_search > div form input {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

.m_search > div form input:-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

.m_search > div form button {
    width: 100%;
    line-height: 50px;
    background-color: #1e2b69;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: english;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.m_search > div .searchClose {
    margin-top: 50px;
}

.m_search > div .searchClose i {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../icon/onlineClose.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.m_search > div .searchClose p {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: english;
    letter-spacing: 2px;
    font-weight: bold;
}

.indexTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.indexTitle h4 {
    font-size: 22px;
    color: #262626;
    display: inline-block;
    position: relative;
    padding: 0 50px;
    font-weight: bold;
}

.indexTitle h4:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    /* background-image: linear-gradient(-90deg, #fff, #1b6cb6); */
    background: url("../icon/title-l.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.indexTitle h4:before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    /* background-image: linear-gradient(-90deg, #1b6cb6, #fff); */
    background: url("../icon/title-l.png") no-repeat;
    position: absolute;
    transform: rotate(180deg);
    top: 50%;
    right: 0;
}

.indexTitle h5 {
    font-size: 52px;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.indexTitle p {
    font-size: 20px;
    color: #737373;
    margin-top: 15px;
}

.indexBtn {
    display: inline-block;
    border: 2px solid #acacac;
    transition: 0.4s all;
    cursor: pointer;
}

.indexBtn a {
    display: block;
    padding: 18px 69px;
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    transition: 0.4s all;
}

.indexBtn:hover {
    border-color: #1e2b69;
    background-color: #1e2b69;
}

.indexBtn:hover a {
    color: #fff;
}

.pro {
    width: 100%;
    padding-top: 130px;
    background-color: #e9eef2;
}

.pro .indexTitle h4 {
    font-size: 38px;
}

.pro .swiper-container {
    margin-top: 60px;
    height: 818px;
}

.pro .swiper-container a {
    display: block;
    position: relative;
    cursor: pointer;
    position: relative;
}

.pro .swiper-container a:hover div i {
    background-color: #fff;
    color: #1e2b69;
}

.pro .swiper-container a:hover figure {
    height: 818px;
    margin-top: 0;
}

.pro .swiper-container a:hover figure:after {
    opacity: 0;
    pointer-events: none;
}

.pro .swiper-container a figure {
    width: 100%;
    height: 788px;
    transition: 0.4s all;
    margin-top: 15px;
    position: relative;
}

.pro .swiper-container a figure:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.4s all;
}

.pro .swiper-container a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro .swiper-container a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pro .swiper-container a div p {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.pro .swiper-container a div i {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 106px;
    margin: 0 auto;
    margin-top: 25px;
    transition: 0.4s all;
}

.pro .swiper-container .swiper-pagination {
    display: none;
    position: static;
    margin-top: 10px;
}

.dashi {
    width: 100%;
    background: url("../image/dashi.jpg") no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 200px;
}

.dashi .main {
    width: 1700px;
    margin: 0 auto;
}

.dashi .indexTitle {
    width: 840px;
    display: block;
}

.dashi .indexTitle h4 {
    font-size: 20px;
    font-weight: bold;
}

.dashi .indexTitle p {
    font-size: 18px;
    line-height: 34px;
    color: #848484;
}

.dashi .indexBtn {
    margin-top: 45px;
    margin-bottom: 80px;
}

.count-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
}

.count-ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 325px;
}

.count-ul li:first-child {
    width: 215px;
    align-items: flex-start;
}

.count-ul li:first-child div {
    padding-right: 0;
}

.count-ul li:last-child {
    width: 255px;
    align-items: flex-end;
}

.count-ul li + li {
    position: relative;
}

.count-ul li + li:after {
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #898888;
}

.count-ul li div {
    padding-right: 30px;
    position: relative;
}

.count-ul li div p {
    display: inline-block;
    font-size: 80px;
    color: #1e2b69;
    font-weight: bold;
    font-family: "FangSong";
}

.count-ul li div span {
    display: inline-block;
    font-size: 50px;
    color: #1e2b69;
    font-weight: bold;
}

.count-ul li div i {
    font-style: normal;
    font-size: 25px;
    color: #1e2b69;
    position: absolute;
    top: 0;
    right: 0;
}

.count-ul li h5 {
    font-size: 18px;
    color: #383838;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
}

.shouxuan {
    width: 100%;
    background: url("../image/shouxuan.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 145px;
    padding-bottom: 295px;
}

.shouxuan .main {
    width: 1700px;
    margin: 0 auto;
}

.shouxuan .indexTitle {
    display: block;
}

.shouxuan .indexTitle h4 {
    color: #fff;
}

.shouxuan .indexTitle h4:after {
    background: url("../icon/title-h.png") no-repeat;
}

.shouxuan .indexTitle h4:before {
    background: url("../icon/title-h.png") no-repeat;
}

.shouxuan .tit {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 100px;
}

.shouxuan .tit span {
    font-size: 52px;
    color: #f78537;
    font-weight: bold;
}

.shouxuan .con {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 80px;
}

.shouxuan .con span {
    font-size: 40px;
    color: #f78537;
    font-weight: bold;
}

.shouxuan .indexBtn:hover {
    border-color: #196bb5;
    background-color: #196bb5;
}

.shouxuan .indexBtn a {
    color: #fff;
}

.anli {
    width: 100%;
    padding: 125px 0;
    overflow: hidden;
}

.anli .main {
    width: 1700px;
    margin: 0 auto;
}

.anli .main .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 90px;
}

.anli .main .indexTitle {
    display: block;
}

.anli .main .indexTitle h5 {
    margin-bottom: 0;
}

.anli .main .con {
    width: 1px;
    height: 559px;
    position: relative;
}

.anli .main .con .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 1850px;
}

.anli .main .con .swiper-container .item {
    transition: 0.4s all;
}

.anli .main .con .swiper-container .item a {
    display: block;
    width: 410px !important;
}

.anli .main .con .swiper-container .item a:hover p {
    color: #1e2b69;
}

.anli .main .con .swiper-container .item a:nth-of-type(2n) figure {
    height: 520px;
}

.anli .main .con .swiper-container .item a figure {
    width: 100%;
    height: 320px;
}

.anli .main .con .swiper-container .item a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.anli .main .con .swiper-container .item a p {
    font-size: 18px;
    color: #282828;
    margin-top: 15px;
    font-weight: bold;
    transition: 0.4s all;
}

.anli .main .m {
    display: none;
}

.anli .main .m figure {
    width: 100%;
    height: 400px;
}

.anli .main .m figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.anli .main .m p {
    font-size: 16px;
    color: #434144;
    text-align: center;
    margin-top: 20px;
}

.anli .main .m .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.anli .main .m .swiper-pagination .swiper-pagination-bullet {
    transition: 0.4s all;
}

.anli .main .m .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1e2b69;
}

.anli .main .pager {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.anli .main .pager div {
    width: 90%;
    height: 2px;
    background-color: #f2f2f2;
    position: relative;
}

.anli .main .pager div p {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1e2b69;
    transition: 0.4s all;
}

.anli .main .pager ul {
    width: 7%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.anli .main .pager ul li {
    width: 46px;
    height: 8px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    left: 0;
    margin-top: 0px;
}

.anli .main .pager ul li:hover:before {
    opacity: 1;
}

.anli .main .pager ul li:hover:after {
    opacity: 0;
}

.anli .main .pager ul li.active {
    pointer-events: none;
}

.anli .main .pager ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s all;
    background: url("../icon/anli-jt.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.anli .main .pager ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s all;
    background: url("../icon/anli-jt-on.png") no-repeat;
    background-size: contain;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.anli .main .pager ul li + li {
    right: 0;
}

.anli .main .pager ul li + li:after {
    transform: rotate(180deg);
}

.anli .main .pager ul li + li:before {
    transform: rotate(180deg);
}

.shouxuan.shipin {
    background: url("../image/video-bag.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.shouxuan.shipin .indexBtn a {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.shouxuan.shipin .indexBtn i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../icon/video.png") no-repeat;
    background-size: contain;
    margin-left: 60px;
}

.shouxuan.shipin .con {
    font-family: "FangSong";
    font-weight: normal;
}

.xinwen {
    width: 100%;
    padding-top: 115px;
    padding-bottom: 135px;
    overflow: hidden;
}

.xinwen .main {
    width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: unset;
}

.xinwen .main .left {
    width: 340px;
}

.xinwen .main .left .btn {
    width: 200px;
    margin-top: 370px;
    position: relative;
}

.xinwen .main .left .btn div {
    width: 95px;
    height: 70px;
    background-color: #dddddd;
    opacity: 1;
    transition: 0.4s all;
}

.xinwen .main .left .btn div:hover {
    background-color: #1e2b69;
}

.xinwen .main .left .btn div.swiper-button-prev {
    left: 0;
}

.xinwen .main .left .btn div.swiper-button-prev:after, .xinwen .main .left .btn div .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
}

.xinwen .main .left .btn div.swiper-button-next {
    right: 0;
}

.xinwen .main .left .btn div.swiper-button-next:after, .xinwen .main .left .btn div .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
}

.xinwen .main .right {
    width: 1px;
    height: 560px;
    position: relative;
}

.xinwen .main .right .swiper-container {
    width: 1730px;
    position: absolute;
    top: 0;
    left: 0;
}

.xinwen .main .right .swiper-container a {
    display: block;
    overflow: hidden;
}

.xinwen .main .right .swiper-container a:hover .con h5 {
    color: #1e2b69;
}

.xinwen .main .right .swiper-container a:hover .con span {
    right: -70px;
}

.xinwen .main .right .swiper-container a figure {
    width: 100%;
}

.xinwen .main .right .swiper-container a figure img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}

.xinwen .main .right .swiper-container a .con {
    width: 100%;
    background-color: #f7f7f7;
    padding: 44.5px 40px;
}

.xinwen .main .right .swiper-container a .con h5 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    transition: 0.4s all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xinwen .main .right .swiper-container a .con p {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.xinwen .main .right .swiper-container a .con time {
    font-size: 14px;
    color: #999;
}

.xinwen .main .right .swiper-container a .con span {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #999;
    display: block;
    width: 70px;
    height: 70px;
    background: url("../icon/xinwen-jt.png") center no-repeat;
    background-size: 50%;
    transition: 0.4s all;
}

.xinwen .main .right .swiper-pagination {
    display: none;
    position: static;
    margin-top: 30px;
}

.xinwen .main .right .swiper-pagination .swiper-pagination-bullet {
    transition: 0.4s all;
}

.xinwen .main .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1e2b69;
}

.xinwen .indexTitle {
    display: block;
}

.xianxia {
    width: 100%;
    background: url("../image/xianxia-bag.jpg") no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 110px;
}

.xianxia .main {
    width: 1700px;
    margin: 0 auto;
}

.xianxia .main ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.xianxia .main ul li {
    width: 24%;
    background-color: #fff;
}

.xianxia .main ul li:hover a div h4 {
    color: #1e2b69;
}

.xianxia .main ul li:hover a icon {
    transform: rotateY(180deg);
}

.xianxia .main ul li a {
    display: block;
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.xianxia .main ul li a div h4 {
    font-size: 24px;
    color: #343434;
    transition: 0.4s all;
}

.xianxia .main ul li a div p {
    font-size: 18px;
    color: #646464;
    margin-top: 5px;
}

.xianxia .main ul li a icon {
    display: block;
    width: 52px;
    height: 54px;
    transition: 0.4s all;
}

.xianxia .main ul li:nth-of-type(1) a icon {
    background: url("../icon/xianxia-1.png") no-repeat;
    background-size: contain;
}

.xianxia .main ul li:nth-of-type(2) a icon {
    width: 59px;
    height: 55px;
    background: url("../icon/xianxia-2.png") no-repeat;
    background-size: contain;
}

.xianxia .main ul li:nth-of-type(3) a icon {
    width: 63px;
    height: 60px;
    background: url("../icon/xianxia-3.png") no-repeat;
    background-size: contain;
}

.xianxia .main ul li:nth-of-type(4) a icon {
    width: 60px;
    height: 60px;
    background: url("../icon/xianxia-4.png") no-repeat;
    background-size: contain;
}

.mlanmu {
    display: none;
    margin-top: 76px;
}

.mlanmu h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: #000;
    padding: 20px;
    border-bottom: 1px solid #dadada;
}

.mlanmu h4:after {
    content: "";
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../icon/dropDown.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

.mlanmu h4.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.mlanmu dl {
    display: none;
}

.mlanmu dl dd {
    width: 90%;
    border: none;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
}

.mlanmu dl dd a {
    display: block;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    color: #676767;
}

.mlanmu dl dd.active a {
    color: #1e2b69;
}

.back_box {
    margin-bottom: 60px;
}

.back_box a {
    font-size: 20px;
    color: #1e2b69;
    transition: 0.4s all;
    border-bottom: 1px solid transparent;
}

.back_box a:hover {
    border-bottom-color: #1e2b69;
}

.back_box h1 {
    font-size: 26px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.jieshao {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 180px;
}

.jieshao .main {
    width: 1400px;
    margin: 0 auto;
}

.qinghuai {
    padding-bottom: 6%;
}

.jieshao .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.jieshao .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.licheng .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.licheng .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.qinghuai .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.qinghuai .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.chuanshiren .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.chuanshiren .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.tongdian .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.tongdian .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.biaozhun .indexTitle h4:before {
    background: url("../icon/title-b.png") no-repeat;
}

.biaozhun .indexTitle h4:after {
    background: url("../icon/title-b.png") no-repeat;
}

.haofuwu .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.haofuwu .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.haobiaozhun .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.haobiaozhun .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.liucheng .indexTitle h4:before {
    background: url("../icon/title-b.png") no-repeat;
}

.liucheng .indexTitle h4:after {
    background: url("../icon/title-b.png") no-repeat;
}

.mendian .indexTitle h4:before {
    background: url("../icon/title-b.png") no-repeat;
}

.mendian .indexTitle h4:after {
    background: url("../icon/title-b.png") no-repeat;
}

#maodian_youshi .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

#maodian_youshi .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.moshi .indexTitle h4:before {
    background: url("../icon/title-b.png") no-repeat;
}

.moshi .indexTitle h4:after {
    background: url("../icon/title-b.png") no-repeat;
}

.tiaojian .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.tiaojian .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.jiamenganli .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.jiamenganli .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.likejiameng .indexTitle h4:before {
    background: url("../icon/title-b.png") no-repeat;
}

.likejiameng .indexTitle h4:after {
    background: url("../icon/title-b.png") no-repeat;
}

.jieshao .main .indexTitle h5 {
    margin-bottom: 0;
}

.jieshao .main .con-p {
    margin-top: 70px;
    width: 100%;
}

.jieshao .main .con-p p {
    text-align: center;
    font-size: 14px;
    color: #626262;
    line-height: 34px;
}

.jieshao .main .con-m {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #626262;
    line-height: 34px;
}

.jieshao .main figure {
    margin-top: 70px;
    width: 100%;
    height: auto;
}

.jieshao .main figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhineng {
    width: 100%;
}

.zhineng figure {
    width: 100%;
    height: 700px;
    max-width: 100%;
}

.zhineng figure img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhineng figure video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhineng figure video source {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhineng .main {
    width: 100%;
    background: url("../image/zhineng-bag.jpg");
    background-size: contain;
    padding-top: 65px;
    padding-bottom: 75px;
}

.zhineng .main .con {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.zhineng .main .con h4 {
    font-size: 38px;
    color: #262626;
    line-height: 57px;
}

.zhineng .main .con > div {
    width: 830px;
}

.zhineng .main .con > div .tit {
    font-size: 15px;
    line-height: 30px;
    color: #707070;
}

.zhineng .main .con .count-ul {
    margin-top: 50px;
}

.zhineng .main .con .count-ul li {
    width: 20%;
}

.zhineng .main .con .count-ul li h5 {
    width: 100%;
    text-align: center;
}

.zhineng .main .con .count-ul li div {
    width: 100%;
    padding-right: 0;
}

.zhineng .main .con .count-ul li div p {
    font-size: 58px;
    width: 100%;
    text-align: center;
}

.licheng {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 140px;
}

.licheng .main {
    width: 1500px;
    margin: 0 auto;
}

.licheng .main .indexTitle h5 {
    margin-bottom: 0px;
}

.licheng .main .licheng-con {
    margin-top: 70px;
    width: 100%;
    position: relative;
}

.licheng .main .licheng-con .swiper-container {
    width: 1200px;
}

.licheng .main .licheng-con .swiper-container .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.licheng .main .licheng-con .swiper-container .swiper-slide figure {
    width: 50%;
}

.licheng .main .licheng-con .swiper-container .swiper-slide figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.licheng .main .licheng-con .swiper-container .swiper-slide div {
    width: 50%;
    padding: 90px 100px;
    background-color: #fff;
}

.licheng .main .licheng-con .swiper-container .swiper-slide div h5 {
    font-size: 70px;
    line-height: 70px;
    color: #434144;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
}

.licheng .main .licheng-con .swiper-container .swiper-slide div h5 span {
    font-size: 40px;
    color: #434144;
    margin-left: 15px;
}

.licheng .main .licheng-con .swiper-container .swiper-slide div p {
    font-size: 20px;
    line-height: 40px;
    color: #3e3e3e;
    margin-top: 30px;
}

.licheng .main .licheng-con .swiper-button-prev, .licheng .main .licheng-con .swiper-button-next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ccc;
    transition: 0.4s all;
    opacity: 1;
}

.licheng .main .licheng-con .swiper-button-prev:after, .licheng .main .licheng-con .swiper-button-next:after {
    font-size: 30px;
    color: #fff;
}

.licheng .main .licheng-con .swiper-button-prev:hover, .licheng .main .licheng-con .swiper-button-next:hover {
    background-color: #1e2b69;
}

.licheng .main .licheng-year {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.licheng .main .licheng-year .swiper-container {
    padding-bottom: 50px;
}

.licheng .main .licheng-year .swiper-wrapper {
    width: 100%;
    height: 20px;
}

.licheng .main .licheng-year .swiper-slide {
    background: url("../image/licheng-biaochi.png");
    background-size: contain;
    cursor: pointer;
}

.licheng .main .licheng-year .swiper-slide:hover p {
    color: #1e2b69;
}

.licheng .main .licheng-year .swiper-slide.swiper-slide-active p {
    color: #1e2b69;
}

.licheng .main .licheng-year .swiper-slide p {
    text-align: center;
    font-size: 16px;
    color: #3e3e3e;
    margin-top: 40px;
    transition: 0.4s all;
}

.zizhi {
    width: 100%;
}

.zizhi .main {
    width: 100%;
    margin: 0 auto;
    background: url("../image/zizhi.jpg") no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 260px;
}

.zizhi .main .view {
    width: 1400px;
    margin: 0 auto;
}

.zizhi .main .indexTitle {
    display: block;
}

.zizhi .main .indexTitle h4:after {
    background: url("../icon/title-z.png") no-repeat;
}

.zizhi .main .indexTitle h4:before {
    background: url("../icon/title-z.png") no-repeat;
}

.zizhi .main ul {
    margin-top: 50px;
}

.zizhi .main ul li {
    font-size: 14px;
    color: #626262;
}

.zizhi .main ul li + li {
    margin-top: 6px;
}

.zizhi .con {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
}

.zizhi .con .swiper-container {
    display: none;
}

.zizhi .con .view {
    width: 1600px;
    height: 450px;
    position: relative;
    margin: 0 auto;
    border-top: 1px dashed #a2a2a2;
    padding-top: 45px;
}

.zizhi .con .view ul {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    margin-bottom: 50px;
}

.zizhi .con .view ul li {
    transition: 0.4s all;
}

.zizhi .con .view ul li + li {
    margin-left: 20px;
}

.zizhi .con .view ul li a {
    display: block;
    color: #1e2b69;
    font-size: 16px;
    padding: 8px 20px;
    transition: 0.4s all;
}

.zizhi .con .view ul li.active {
    background-color: #1e2b69;
}

.zizhi .con .view ul li.active a {
    color: #fff;
}

.zizhi .con .view ul li:hover {
    background-color: #1e2b69;
}

.zizhi .con .view ul li:hover a {
    color: #fff;
}

.zizhi .con .view .swiper-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.zizhi .con .view .swiper-container a {
    display: block;
    height: 260px;
}

.zizhi .con .view .swiper-container a figure {
    height: 100%;
}

.zizhi .con .view .swiper-container a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.zizhi .con .view .swiper-container .swiper-pagination {
    position: static;
    margin-top: 40px;
}

.zizhi .con .view .swiper-container .swiper-pagination-bullet {
    transition: 0.4s all;
}

.zizhi .con .view .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1e2b69;
}

.qinghuai {
    width: 100%;
    padding-top: 100px;
    background-color: #fff;
}

.qinghuai .indexTitle h5 {
    margin-bottom: 0;
}

.qinghuai .main {
    width: 1400px;
    margin: 0 auto;
}

.qinghuai .main .con {
    width: 100%;
    margin-top: 60px;
    background: url("../image/qinghuai-bag.jpg") no-repeat;
    background-size: cover;
    padding: 0 50px;
    padding-top: 147px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.qinghuai .main .con div {
    width: 40%;
}

.qinghuai .main .con div h5 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.qinghuai .main .con div p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 31px;
    color: #fff;
}

.qinghuai .main .con ul {
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.qinghuai .main .con ul li {
    width: 49%;
}

.qinghuai .main .con ul li img {
    width: 100%;
    height: 370px;
    -o-object-fit: contain;
    object-fit: contain;
}

.shehui {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f8f9fa;
}

.shehui .main {
    width: 1400px;
    margin: 0 auto;
}

.shehui .main h3 {
    font-size: 34px;
    color: #424242;
    text-align: center;
}

.shehui .main ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.shehui .main ul li {
    width: 32%;
    position: relative;
    overflow: hidden;
}

.shehui .main ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.4s all;
}

.shehui .main ul li figure {
    width: 100%;
    height: 370px;
}

.shehui .main ul li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.shehui .main ul li div {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    transition: 0.4s all;
    padding: 0 30px;
    padding-bottom: 30px;
    z-index: 2;
}

.shehui .main ul li div h5 {
    font-size: 26px;
    color: #fff;
}

.shehui .main ul li div h6 {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    transition: 0.4s all;
}

.shehui .main ul li div p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 0px;
    transition: 0.4s all;
    opacity: 0;
    pointer-events: none;
}

.shehui .main ul li:hover div {
    bottom: 0;
}

.shehui .main ul li:hover h6 {
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
}

.shehui .main ul li:hover p {
    opacity: 1;
    pointer-events: auto;
}

.shehui .main ul li:hover:after {
    opacity: 1;
}

.chuanshiren {
    width: 100%;
    padding-bottom: 110px;
    padding-top: 100px;
    background-color: #f8f9fa;
}

.chuanshiren .indexTitle h5 {
    margin-bottom: 0;
}

.chuanshiren .main {
    width: 1400px;
    margin: 0 auto;
}

.chuanshiren .main .con {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #f8f9fa;
}

.chuanshiren .main .con figure {
    width: 534px;
    height: 593px;
}

.chuanshiren .main .con figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.chuanshiren .main .con div {
    width: 770px;
    padding-bottom: 220px;
    position: relative;
    padding-right: 60px;
}

.chuanshiren .main .con div h4 {
    font-size: 34px;
    color: #242424;
}

.chuanshiren .main .con div h5 {
    font-size: 26px;
    color: #595959;
    padding-bottom: 20px;
    position: relative;
    margin-top: 15px;
}

.chuanshiren .main .con div h5:after {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background-color: #1e2b69;
    position: absolute;
    bottom: 0;
    left: 0;
}

.chuanshiren .main .con div p {
    font-size: 15px;
    color: #545454;
    line-height: 30px;
    margin-top: 45px;
}

.chuanshiren .main .con div i {
    display: block;
    width: 177px;
    height: 73px;
    background: url("../image/qianming.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.chuanshiren .main ul {
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.chuanshiren .main ul li {
    width: 49%;
    background: url("../icon/chuanshiren-bag.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
}

.chuanshiren .main ul li:hover i {
    transform: rotateY(180deg);
}

.chuanshiren .main ul li i {
    display: block;
    width: 70px;
    height: 68px;
    transition: 0.4s all;
}

.chuanshiren .main ul li h5 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    position: relative;
}

.chuanshiren .main ul li h5:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.chuanshiren .main ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
}

.chuanshiren .main ul li:nth-of-type(n+3) {
    width: 32%;
    padding: 80px 0;
    margin-top: 25px;
}

.chuanshiren .main ul li:nth-of-type(1) i {
    background: url("../icon/chuanshiren-icon1.png") no-repeat;
    background-size: contain;
}

.chuanshiren .main ul li:nth-of-type(2) i {
    background: url("../icon/chuanshiren-icon2.png") no-repeat;
    background-size: contain;
}

.chuanshiren .main ul li:nth-of-type(3) i {
    background: url("../icon/chuanshiren-icon3.png") no-repeat;
    background-size: contain;
}

.chuanshiren .main ul li:nth-of-type(4) i {
    background: url("../icon/chuanshiren-icon4.png") no-repeat;
    background-size: contain;
}

.chuanshiren .main ul li:nth-of-type(5) i {
    background: url("../icon/chuanshiren-icon5.png") no-repeat;
    background-size: contain;
}

.zhengongfu {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 220px;
    background-color: #f8f8f8;
}

.zhengongfu .indexTitle h5 {
    margin-bottom: 0;
}

.zhengongfu .main {
    width: 1600px;
    margin: 0 auto;
}

.zhengongfu .main ul {
    width: 100%;
    margin-top: 45px;
    padding-top: 70px;
    padding-bottom: 100px;
    border-top: 1px dashed #b6b6b6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.zhengongfu .main ul li {
    width: 15%;
    cursor: pointer;
}

.zhengongfu .main ul li:hover h5 {
    color: #1e2b69;
}

.zhengongfu .main ul li:hover i:after {
    width: 100%;
}

.zhengongfu .main ul li.active h5 {
    color: #1e2b69;
}

.zhengongfu .main ul li.active i:after {
    width: 100%;
}

.zhengongfu .main ul li i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b6b6b6;
    position: relative;
}

.zhengongfu .main ul li i:after {
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background-color: #1e2b69;
    position: absolute;
    top: -2px;
    left: 0;
    transition: 0.4s all;
}

.zhengongfu .main ul li h4 {
    margin-top: 20px;
}

.zhengongfu .main ul li h4 span {
    font-size: 12px;
    color: #999;
}

.zhengongfu .main ul li h4 p {
    font-size: 22px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.zhengongfu .main ul li h4 p icon {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../icon/xiala.png") no-repeat;
    background-size: contain;
}

.zhengongfu .main ul li h5 {
    margin-top: 20px;
    font-size: 60px;
    color: #666;
    transition: 0.4s all;
    font-weight: bold;
    position: relative;
}

.zhengongfu .main ul li h5:after {
    content: "";
    display: block;
    width: 100%;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
}

.zhengongfu .main .view {
    background-color: #fff;
    padding: 100px 90px;
}

.zhengongfu .main .view h4 {
    font-size: 30px;
    color: #323232;
    text-align: center;
}

.zhengongfu .main .view p {
    font-size: 20px;
    line-height: 36px;
    color: #929292;
    margin-top: 15px;
    text-align: center;
}

.zhengongfu .main .view .con {
    width: 100%;
    margin-top: 60px;
}

.zhengongfu .main .view .con figure + figure {
    margin-top: 20px;
}

.zhengongfu .main .view .con img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.guochuan {
    width: 100%;
    padding-top: 118px;
    padding-bottom: 110px;
}

.guochuan .main {
    width: 1400px;
    margin: 0 auto;
}

.guochuan .main .zonglan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px dashed #bfbfbf;
}

.guochuan .main .zonglan div {
    width: 655px;
}

.guochuan .main .zonglan div h5 {
    display: inline-block;
    font-size: 56px;
    color: #1e2b69;
    padding-right: 15px;
    position: relative;
}

.guochuan .main .zonglan div h5 span {
    font-size: 16px;
    color: #1e2b69;
    margin-left: 3px;
}

.guochuan .main .zonglan div h5 i {
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    font-size: 24px;
    color: #1e2b69;
}

.guochuan .main .zonglan div > span {
    font-size: 16px;
    color: #0b0b0b;
    margin-top: 6px;
    display: block;
}

.guochuan .main .zonglan div p {
    font-size: 16px;
    color: #626262;
    line-height: 32px;
    margin-top: 30px;
}

.guochuan .main .zonglan dl {
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.guochuan .main .zonglan dl dd {
    width: 25%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
}

.guochuan .main .zonglan dl dd:nth-of-type(4n) {
    border-right: none;
}

.guochuan .main .zonglan dl dd:nth-of-type(n+5) {
    border-bottom: none;
}

.guochuan .main .zonglan dl dd h5 span {
    font-size: 56px;
    color: #1e2b69;
}

.guochuan .main .zonglan dl dd h5 i {
    font-size: 15px;
    color: #1e2b69;
    margin-left: 3px;
    font-style: normal;
}

.guochuan .main .zonglan dl dd p {
    font-size: 15px;
    color: #323232;
    margin-top: 8px;
}

.guochuan .main .item {
    width: 100%;
}

.guochuan .main .item dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.guochuan .main .item dl dd {
    width: 23%;
    margin-right: 2.666%;
    transition: 0.4s all;
    background-color: #fafafa;
}

.guochuan .main .item dl dd:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.guochuan .main .item dl dd:hover p {
    color: #1e2b69;
}

.guochuan .main .item dl dd:nth-of-type(4n) {
    margin-right: 0;
}

.guochuan .main .item dl dd:nth-of-type(n+5) {
    margin-top: 70px;
}

.guochuan .main .item dl dd a {
    display: block;
    width: 100%;
}

.guochuan .main .item dl dd a figure {
    width: 100%;
    height: 308px;
    padding: 20px 0;
}

.guochuan .main .item dl dd a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.guochuan .main .item dl dd a div {
    padding: 30px;
    background-color: #fff;
}

.guochuan .main .item dl dd a div p {
    font-size: 18px;
    color: #585858;
    text-align: center;
    transition: 0.4s all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.guochuan .main .item dl dd a div span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.guochuan .main .guochuan-page {
    margin: 0 auto;
    margin-top: 70px;
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.guochuan .main .guochuan-page .prev {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    cursor: pointer;
    transition: 0.4s all;
}

.guochuan .main .guochuan-page .prev:hover {
    background-color: #1e2b69;
}

.guochuan .main .guochuan-page .next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.4s all;
}

.guochuan .main .guochuan-page .next:hover {
    background-color: #1e2b69;
}

.wenhua {
    width: 100%;
    padding-top: 120px;
}

.wenhua .indexTitle h5 {
    margin-bottom: 0;
}

.wenhua .main {
    width: 100%;
}

.wenhua .main .con1 {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 105px;
}

.wenhua .main .con1 .view {
    margin-top: 45px;
    padding-top: 78px;
    border-top: 1px dashed #dfdfdf;
}

.wenhua .main .con1 .view .neirong {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.wenhua .main .con1 .view .neirong:nth-of-type(2) .wenan {
    padding-left: 90px;
    padding-right: 0;
}

.wenhua .main .con1 .view .neirong:nth-of-type(2) figure {
    position: relative;
    order: -1;
}

.wenhua .main .con1 .view .neirong .wenan {
    width: 50%;
    padding-right: 90px;
}

.wenhua .main .con1 .view .neirong .wenan h5 {
    font-size: 34px;
    color: #3e3e3e;
}

.wenhua .main .con1 .view .neirong .wenan div {
    margin-top: 40px;
}

.wenhua .main .con1 .view .neirong .wenan div p {
    font-size: 14px;
    color: #626262;
    line-height: 30px;
}

.wenhua .main .con1 .view .neirong .wenan div p + p {
    margin-top: 5px;
}

.wenhua .main .con1 .view .neirong figure {
    width: 50%;
}

.wenhua .main .con1 .view .neirong figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wenhua .main .con2 {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 150px;
    background-color: #f8f8f8;
}

.wenhua .main .con2 .view {
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
}

.wenhua .main .con2 .view ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: unset;
}

.wenhua .main .con2 .view ul li {
    width: 33.333%;
    border-top: 1px dashed #dfdfdf;
    border-right: 1px dashed #dfdfdf;
    padding-top: 70px;
    padding-bottom: 80px;
}

.wenhua .main .con2 .view ul li:nth-of-type(1) {
    padding-right: 48px;
}

.wenhua .main .con2 .view ul li:nth-of-type(2) {
    padding-left: 48px;
    padding-right: 48px;
}

.wenhua .main .con2 .view ul li:nth-of-type(3) {
    padding-left: 48px;
    border-right: none;
}

.wenhua .main .con2 .view ul li:nth-of-type(4) {
    padding-top: 135px;
    padding-right: 48px;
    border-bottom: 1px dashed #dfdfdf;
    border-right: 1px dashed #dfdfdf;
}

.wenhua .main .con2 .view ul li:nth-of-type(5) {
    width: 66.6666%;
    padding-left: 48px;
    border-right: none;
    border-bottom: 1px dashed #dfdfdf;
}

.wenhua .main .con2 .view ul h5 {
    font-size: 26px;
    color: #3e3e3e;
    font-weight: bold;
}

.wenhua .main .con2 .view ul h6 {
    font-size: 22px;
    color: #3e3e3e;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 35px;
}

.wenhua .main .con2 .view ul div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.wenhua .main .con2 .view ul div dl {
    width: 48%;
}

.wenhua .main .con2 .view ul div dl dt {
    font-size: 16px;
    color: #3e3e3e;
    font-weight: bold;
}

.wenhua .main .con2 .view ul div dl dd {
    margin-top: 10px;
    color: #626262;
    font-size: 14px;
}

.wenhua .main .con2 .view ul p {
    font-size: 14px;
    color: #626262;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 30px;
    height: 120px;
}

.wenhua .main .con2 .view ul figure {
    width: 100%;
    height: 300px;
}

.wenhua .main .con2 .view ul figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro_item {
    width: 100%;
    height: 100vh;
}

.pro_item .swiper-container {
    height: 100%;
}

.pro_item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pro_item a figure {
    width: 100%;
    height: 100%;
}

.pro_item a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro_item a div {
    width: 285px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 12px solid rgba(30, 43, 105, 0.7);
    padding: 80px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pro_item a div h4 {
    font-size: 34px;
    color: #1e2b69;
    font-weight: bold;
    text-align: center;
}

.pro_item a div h5 {
    font-size: 16px;
    color: #1e2b69;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.pro_item a div p {
    display: inline-block;
    border: 1px solid #1e2b69;
    padding: 12px 35px;
    color: #1e2b69;
    font-size: 18px;
    margin: 0 auto;
}

.m-pages {
    text-align: center;
    font-size: 14px;
    margin-top: 60px;
}

.m-pages ul {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 25px;
}

.m-pages li {
    float: left;
    margin: 0 3px;
}

.m-pages li.fengye a {
    font-size: 20px;
    font-weight: normal;
}

.m-pages li a {
    display: block;
    width: 37px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #ccc;
    border-radius: 3px;
    transition: 0.4s all;
    font-size: 13px;
}

.m-pages li.active a, .m-pages li:hover a {
    color: #fff;
    background-color: #004d85;
}

.m-pages .tz {
    display: inline-block;
    vertical-align: middle;
    color: #ff5e0e;
    line-height: 37px;
}

.m-pages .tz select {
    width: 64px;
    height: 36px;
    line-height: 35px;
    color: #004d85;
    padding-right: 21px;
    background: url(../icon/qwy-i4.png) center right 11px no-repeat;
    padding-left: 16px;
    border: 1px solid #ccc;
    margin: 0 10px;
    font-size: 14px;
}

.m-pages select {
    width: 65px;
    height: 35px;
    border: 1px solid #ccc;
    line-height: 33px;
    color: #004d85;
    padding-left: 10px;
    background: url(../icon/qwy-i4.png) #fff center right 10px no-repeat;
    background-size: 8px;
    font-size: 14px;
    border-radius: 3px;
}

.m-pages select option {
    width: 100%;
    height: 36px;
    font-size: 14px;
}

.pro_list {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 110px;
}

.pro_list .main {
    width: 1600px;
    margin: 0 auto;
}

.pro_list .main .prolist {
    width: 100%;
    margin-top: 65px;
}

.pro_list .main .prolist .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.pro_list .main .prolist .item a {
    display: block;
    width: 49%;
}

.pro_list .main .prolist .item a:hover div i {
    background: url("../icon/prolist-jt-on.png") no-repeat;
    background-size: contain;
}

.pro_list .main .prolist .item a:hover div p {
    color: #1e2b69;
}

.pro_list .main .prolist .item a:nth-of-type(n+3) {
    margin-top: 40px;
}

.pro_list .main .prolist .item a figure {
    width: 100%;
    height: 440px;
    background-color: #f8f9fa;
}

.pro_list .main .prolist .item a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pro_list .main .prolist .item a div {
    padding: 25px 0;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.pro_list .main .prolist .item a div p {
    font-size: 16px;
    color: #333;
    transition: 0.4s all;
}

.pro_list .main .prolist .item a div i {
    display: block;
    width: 18px;
    height: 12px;
    background: url("../icon/prolist-jt.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

.proview {
    background-color: #f6f6f6;
}

.proview .con {
    width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.proview .con .left {
    width: 55%;
    position: relative;
}

.proview .con .left a {
    width: 100%;
}

.proview .con .left a img {
    width: 100%;
    height: 670px;
    -o-object-fit: cover;
    object-fit: cover;
}

.proview .con .left .swiper-button-prev {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    cursor: pointer;
    transition: 0.4s all;
    opacity: 1;
    left: 50px;
}

.proview .con .left .swiper-button-prev:after {
    display: none;
}

.proview .con .left .swiper-button-prev:hover {
    background-color: #1e2b69;
}

.proview .con .left .swiper-button-next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.4s all;
    opacity: 1;
    right: 50px;
}

.proview .con .left .swiper-button-next:after {
    display: none;
}

.proview .con .left .swiper-button-next:hover {
    background-color: #1e2b69;
}

.proview .con .right {
    width: 45%;
    padding: 50px 50px 53px 80px;
}

.proview .con .right h4 {
    font-size: 28px;
    color: #000;
}

.proview .con .right h5 {
    font-size: 16px;
    color: #505050;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 18px;
    padding-bottom: 25px;
    position: relative;
}

.proview .con .right h6 {
    font-size: 16px;
    color: #505050;
    line-height: 28px;
    /* margin-top: 15px; */
    margin-bottom: 2px;
}

.proview .con .right h6 i:last-child {
    display: none;
}

.proview .con .right h5:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #7e7e7e;
    position: absolute;
    bottom: 0;
    left: 0;
}

.proview .con .right p {
    font-size: 16px;
    color: #111;
    white-space: pre-line;
    line-height: 28px;
    font-weight: bold;
}

.proview .con .right p span {
    font-size: 16px;
    color: #464646;
    font-weight: normal;
    white-space: pre-line;
}

.proview .con .right div {
    width: 100%;
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.proview .con .right div a {
    display: block;
    padding: 19px 35px;
    border: 1px solid #b7b7b7;
    font-size: 17px;
    color: #888;
    transition: 0.4s all;
}

.proview .con .right div a:hover {
    color: #fff;
    border-color: #1e2b69;
    background-color: #1e2b69;
}

.proview .con .right div a + a {
    margin-left: 13px;
}

.proview .view {
    width: 1600px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 105px;
}

.proview .view h5 {
    font-size: 18px;
    color: #111;
    font-weight: bold;
}

.proview .view .neirong {
    width: 100%;
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proview .view .neirong .left {
    width: 48%;
    background-color: #fff;
    padding: 70px 60px;
}

.proview .view .neirong .left img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.proview .view .neirong .right {
    width: 45%;
    margin-left: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.proview .view .neirong .right .box {
    background-color: #fff;
    padding: 30px;
}

.proview .view .neirong .right .box + .box {
    margin-top: 25px;
}

.proview .view .neirong .right .box h4 {
    font-size: 30px;
    color: #000;
}

.proview .view .neirong .right .box h5 {
    font-size: 18px;
    color: #505050;
    margin-top: 10px;
    font-weight: normal;
}

.proview .view .neirong .right .box form {
    width: 100%;
    margin-top: 35px;
}

.proview .view .neirong .right .box form ul {
    width: 100%;
}

.proview .view .neirong .right .box form ul li {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.proview .view .neirong .right .box form ul li + li {
    margin-top: 20px;
}

.proview .view .neirong .right .box form ul li:hover input {
    color: #383838 !important;
    border-color: #383838 !important;
}

.proview .view .neirong .right .box form ul li:hover input::-webkit-input-placeholder {
    color: #383838 !important;
}

.proview .view .neirong .right .box form ul li input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    color: #9a9a9a;
    font-size: 14px;
    padding-left: 0;
    transition: 0.4s all;
    border-radius: 0;
}

.proview .view .neirong .right .box form ul li.cloumn_name {
    z-index: 9;
}

.proview .view .neirong .right .box form ul li.cloumn_name .layui-unselect {
    width: 65px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.proview .view .neirong .right .box form ul li.cloumn_name .layui-unselect input {
    width: 100%;
    padding: 0;
    font-size: 14px;
}

.proview .view .neirong .right .box form ul li#cloumn-online {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.proview .view .neirong .right .box form ul li#cloumn-online .layui-unselect {
    width: 48%;
    height: 40px;
}

.proview .view .neirong .right .box form ul li#cloumn-online .layui-unselect .layui-input.layui-unselect {
    width: 100%;
}

.proview .view .neirong .right .box form ul li#cloumn-online .layui-unselect input {
    padding-left: 0;
    font-size: 14px;
}

.proview .view .neirong .right .box form ul li#cloumn-online select {
    width: 47%;
    height: 40px;
    border-bottom: 1px solid #d7d7d7;
    color: #9a9a9a;
    font-size: 14px;
    background: url(../icon/pro_xiala.png) #fff 95% center no-repeat;
    background-size: 11px;
}

.proview .view .neirong .right .box form ul li#cloumn-online .self_select {
    display: block !important;
}

.proview .view .neirong .right .box form ul li#cloumn-online .layui-unselect {
    display: none !important;
}

.proview .view .neirong .right .box form ul li.textarea {
    height: auto;
    color: #9a9a9a;
    font-size: 14px;
}

.proview .view .neirong .right .box form ul li.textarea textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    min-height: 70px;
    padding: 6px 0;
    transition: none;
    transition: 0.4s all;
}

.proview .view .neirong .right .box form ul li.textarea:hover textarea {
    color: #383838 !important;
    border-color: #383838 !important;
}

.proview .view .neirong .right .box form ul li.textarea:hover textarea::-webkit-input-placeholder {
    color: #383838 !important;
}

.proview .view .neirong .right .box form ul li.btn button {
    font-size: 14px;
    font-weight: bold;
    width: 48%;
    background-color: #1e2b69;
    color: #fff;
}

.proview .view .neirong .right .box form ul li.btn button + button {
    margin-left: 4%;
    color: #1e2b69;
    background-color: #e7ebff;
}

.proview .view .neirong .right .box form ul li .layui-form-select .layui-edge {
    border: none;
    background: url("../icon/pro_xiala.png") no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    margin-top: -3px;
}

.proview .view .neirong .right .box > dl {
    width: 100%;
    margin-top: 30px;
}

.proview .view .neirong .right .box > dl dd {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 35px;
    position: relative;
}

.proview .view .neirong .right .box > dl dd:first-child {
    padding-top: 0;
}

.proview .view .neirong .right .box > dl dd:after {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}

.proview .view .neirong .right .box > dl dd:nth-of-type(1):after {
    background: url("../icon/cloumn-icon1.png") no-repeat;
    width: 23px;
    height: 22px;
    background-size: contain;
    top: 10px;
}

.proview .view .neirong .right .box > dl dd:nth-of-type(2):after {
    background: url("../icon/cloumn-icon2.png") no-repeat;
    width: 19px;
    height: 24px;
    background-size: contain;
}

.proview .view .neirong .right .box > dl dd:nth-of-type(3):after {
    background: url("../icon/cloumn-icon3.png") no-repeat;
    width: 23px;
    height: 22px;
    background-size: contain;
}

.proview .view .neirong .right .box > dl dd:nth-of-type(4):after {
    background: url("../icon/cloumn-icon4.png") no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
}

.proview .view .neirong .right .box > dl dd:nth-of-type(5):after {
    background: url("../icon/cloumn-icon5.png") no-repeat;
    width: 23px;
    height: 19px;
    background-size: contain;
}

.address {
    width: 1600px;
    margin: 0 auto;
    margin-top: 99.49px;
    padding-top: 70px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.address i {
    display: block;
    width: 19px;
    height: 19px;
    background: url("../icon/home.png") no-repeat;
    background-size: contain;
}

.address span {
    margin: 0 6px;
}

.address a {
    color: #7b7b7b;
    transition: 0.4s all;
    font-size: 16px;
}

.address a:hover {
    color: #1e2b69;
}

.proClass {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.proClass .top {
    width: 100%;
    background-color: #f1f1f1;
    padding: 0 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.proClass .top.active {
    border-bottom: 2px solid #dfdfdf;
}

.proClass .top.active i {
    transform: rotateX(180deg);
}

.proClass .top h5 {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}

.proClass .top h5.active {
    border-bottom: 1px solid #dfdfdf;
}

.proClass .top h5.active p:after {
    transform: translateY(-50%);
}

.proClass .top h5 p {
    font-size: 18px;
    color: #3b3b3b;
}

.proClass .top h5 p:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 12px;
    opacity: 0;
    background: url("../icon/class-jt.png") no-repeat;
    background-size: contain;
    transform: rotateX(180deg) translateY(-50%);
    transform-origin: center top;
    transition: 0.4s all;
}

.proClass .top h5:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../icon/all.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.proClass .top nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.proClass .top nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.proClass .top nav ul li a {
    display: block;
    font-size: 16px;
    color: #3b3b3b;
    padding: 25px 22px;
    transition: 0.4s all;
}

.proClass .top nav ul li:hover a {
    color: #fff;
    background-color: #1e2b69;
}

.proClass .top nav ul li.active a {
    color: #fff;
    background-color: #1e2b69;
}

.proClass .top nav i {
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url("../icon/pro_xiala.png") no-repeat;
    background-size: contain;
    margin-left: 23px;
    cursor: pointer;
    transition: 0.4s all;
}

.proClass .con {
    width: 100%;
    display: none;
}

.proClass .con dl {
    padding: 25px 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.proClass .con dl dt {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: bold;
    margin-right: 45px;
}

.proClass .con dl + dl {
    border-top: 1px solid #dfdfdf;
}

.proClass .con dl dd {
    margin: 0 18px;
}

.proClass .con dl dd a {
    font-size: 16px;
    color: #3b3b3b;
    position: relative;
}

.proClass .con dl dd a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #1e2b69;
    opacity: 0;
    transition: 0.4s all;
}

.proClass .con dl dd.active a:after {
    opacity: 1;
}

.proClass .con dl dd:hover a:after {
    opacity: 1;
}

.life {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 160px;
}

.life .main {
    width: 1600px;
    margin: 0 auto;
}

.life .main .item {
    width: 100%;
    margin-top: 75px;
}

.life .main .item a {
    width: 100%;
    display: block;
    position: relative;
}

.life .main .item a + a {
    margin-top: 115px;
}

.life .main .item a figure {
    width: 80%;
    height: 660px;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
}

.life .main .item a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s all;
}

.life .main .item a div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    padding-top: 45px;
    padding-bottom: 25px;
    background-color: #fff;
}

.life .main .item a div h5 {
    font-size: 28px;
    color: #262628;
    line-height: 60px;
    padding-left: 130px;
    transition: 0.4s all;
    position: relative;
}

.life .main .item a div h5:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 95px;
    height: 1px;
    background-color: #b0b0b0;
    transition: 0.4s all;
}

.life .main .item a div p {
    font-size: 16px;
    color: #787878;
    margin-top: 5px;
    padding-left: 130px;
    transition: 0.4s all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.life .main .item a:hover img {
    transform: scale(1.05);
}

.life .main .item a:hover h5 {
    padding-left: 320px;
    color: #1e2b69;
}

.life .main .item a:hover h5:after {
    width: 215px;
}

.life .main .item a:hover p {
    padding-left: 320px;
}

.life .main .item a:nth-of-type(2n) figure {
    margin-left: 0;
    margin-right: auto;
}

.life .main .item a:nth-of-type(2n) div {
    left: auto;
    right: 0;
}

.life .main .item a:nth-of-type(2n) div h5 {
    text-align: right;
    padding-left: 0;
    padding-right: 130px;
}

.life .main .item a:nth-of-type(2n) div h5:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    width: 95px;
    height: 1px;
    background-color: #b0b0b0;
}

.life .main .item a:nth-of-type(2n) div p {
    text-align: right;
    padding-left: 0;
    padding-right: 130px;
}

.life .main .item a:nth-of-type(2n):hover img {
    transform: scale(1.05);
}

.life .main .item a:nth-of-type(2n):hover h5 {
    padding-right: 320px;
}

.life .main .item a:nth-of-type(2n):hover h5:after {
    width: 215px;
}

.life .main .item a:nth-of-type(2n):hover p {
    padding-right: 320px;
}

.case {
    width: 100%;
}

.case .main {
    width: 1600px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 110px;
}

.case .main .con {
    width: 100%;
    margin-top: 50px;
}

.case .main .con dl {
    width: 100%;
    height: 1080px;
}

.case .main .con dl dd {
    float: left;
    width: 373px;
    margin-left: 35px;
}

.case .main .con dl dd:hover a div:nth-of-type(2) i {
    background: url("../icon/prolist-jt-on.png") no-repeat;
    background-size: contain;
}

.case .main .con dl dd:hover a div:nth-of-type(2) p {
    color: #1e2b69;
}

.case .main .con dl dd:hover a div:nth-of-type(1) {
    opacity: 1;
    pointer-events: auto;
}

.case .main .con dl dd:hover a figure:after {
    opacity: 1;
    pointer-events: auto;
}

.case .main .con dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.case .main .con dl dd a figure {
    width: 100%;
    height: 275.5px;
    position: relative;
}

.case .main .con dl dd a figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(30, 43, 105, 0.7);
    transition: 0.4s all;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.case .main .con dl dd a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case .main .con dl dd a div:nth-of-type(1) {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.4s all;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.case .main .con dl dd a div:nth-of-type(1) p {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.case .main .con dl dd a div:nth-of-type(1) h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 280px;
    height: 70px;
    padding: 0 10px;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-right: none;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.case .main .con dl dd a div:nth-of-type(1) h5:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.4s all;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.case .main .con dl dd a div:nth-of-type(1) h5:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.4s all;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.case .main .con dl dd a div:nth-of-type(2) {
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.case .main .con dl dd a div:nth-of-type(2) p {
    font-size: 16px;
    color: #333;
    transition: 0.4s all;
}

.case .main .con dl dd a div:nth-of-type(2) i {
    display: block;
    width: 18px;
    height: 12px;
    background: url("../icon/prolist-jt.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

.case .main .con dl dd:nth-of-type(1) {
    width: 780px;
    margin-left: 0;
}

.case .main .con dl dd:nth-of-type(1) a figure {
    height: 650px;
}

.case .main .con dl dd:nth-of-type(1) div:nth-of-type(1) h5 {
    width: 400px;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    font-size: 22px;
}

.case .main .con dl dd:nth-of-type(1) div:nth-of-type(1) h5:after {
    height: 30px;
}

.case .main .con dl dd:nth-of-type(1) div:nth-of-type(1) h5:before {
    height: 30px;
}

.case .main .con dl dd:nth-of-type(1) div:nth-of-type(1) p {
    margin-top: 50px;
}

.case .main .con dl dd:nth-of-type(6) {
    margin-left: 0;
}

.case .main .con dl dd:nth-of-type(n+4) {
    margin-top: 43px;
}

.news {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 90px;
}

.news .main {
    width: 1600px;
    margin: 0 auto;
}

.news .main .item {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.news .main .item a {
    display: block;
    width: 32%;
    margin-right: 2%;
}

.news .main .item a:hover figure:after {
    opacity: 1;
    pointer-events: auto;
}

.news .main .item a:hover figure p {
    opacity: 1;
    pointer-events: auto;
}

.news .main .item a:nth-of-type(3n) {
    margin-right: 0;
}

.news .main .item a:nth-of-type(n+4) {
    margin-top: 60px;
}

.news .main .item a figure {
    position: relative;
}

.news .main .item a figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(30, 43, 105, 0.7);
    transition: 0.4s all;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.news .main .item a figure img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .main .item a figure p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 280px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-right: none;
    text-align: center;
    transition: 0.4s all;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.news .main .item a figure p:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.4s all;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.news .main .item a figure p:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.4s all;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.news .main .item a .info {
    padding: 30px 25px;
    background-color: #f5f5f5;
    transition: 0.4s all;
}

.news .main .item a .info h4 {
    color: #464646;
    font-size: 22px;
    height: 65px;
    font-weight: bold;
    line-height: 32px;
    transition: 0.4s all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .main .item a .info p {
    font-size: 14px;
    color: #a1a0a0;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 18px;
    margin-bottom: 20px;
    transition: 0.4s all;
}

.news .main .item a .info div {
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.news .main .item a .info div time {
    font-size: 16px;
    color: #333;
    transition: 0.4s all;
}

.news .main .item a .info div i {
    display: block;
    width: 18px;
    height: 12px;
    background: url("../icon/prolist-jt.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

.news .main .item a:hover .info {
    background-color: #1e2b69;
}

.news .main .item a:hover .info h4 {
    color: #fff;
}

.news .main .item a:hover .info p {
    color: #fff;
}

.news .main .item a:hover .info div time {
    color: #fff;
}

.news .main .item a:hover .info div i {
    background: url("../icon/prolist-jt-bai.png") no-repeat;
    background-size: contain;
}

.newview {
    width: 100%;
    margin-top: 45px;
}

.newview .con {
    width: 1600px;
    margin: 0 auto;
    margin-bottom: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between;
}

.newview .col-l {
    width: 76%;
    background-color: #f6f6f6;
    padding-top: 100px;
}

.newview .col-r {
    width: 21%;
    background-color: #fff;
}

.newview .con h3 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.newview .con time {
    font-size: 16px;
    color: #aaa;
    text-align: center;
    display: block;
    margin-top: 17px;
}

.newview .con .view {
    width: 100%;
    margin-top: 40px;
    padding: 0 90px;
}

.newview .con .view > div {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding-bottom: 100px;
    padding-top: 50px;
}

.newview .con .view video {
    max-width: 100%;
}

.newview .con .view img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}

.newview .con .share {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.newview .con .bottom ul {
    width: 100%;
    background-color: #ededed;
    padding: 15px 70px;
    /* margin-top: 50px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.newview .con .bottom ul li {

    padding: 6px 0;
}

.newview .con .bottom ul li a {
    font-size: 16px;
    color: #2b2b2b;
    transition: 0.4s all;
}

.newview .con .bottom ul li a:hover {
    color: #003698;
}

/* .newview .con .bottom ul li:nth-of-type(1) {
  padding-left: 18px;
  position: relative;
}
.newview .con .bottom ul li:nth-of-type(1):after {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background: url("../icon/xinwen-jt.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.newview .con .bottom ul li:nth-of-type(3) {
  padding-left: 24px;
  position: relative;
}



.newview .con .bottom ul li:nth-of-type(3):after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  background: url("../icon/sanheng.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
}

.newview .con .bottom ul li:nth-of-type(2) {
  padding-right: 18px;
  position: relative;
}
.newview .con .bottom ul li:nth-of-type(2):after {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background: url("../icon/xinwen-jt.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
} */

.newview .con .bottom .libiao {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.5rem 0 0px;
}

.newview .con .bottom .libiao i {
    display: block;
    background: url(../image/home1.png) no-repeat center center;
    width: 65px;
    height: 40px;
    background-color: #f26432
}


.newview .con .bottom .libiao a {
    width: 150px;
    transition: 0.4s;
    height: 40px;
    line-height: 40px;
    background-color: #003698;
    color: #fff;
    text-align: center;
}

.newview .con .bottom .libiao a:hover {
    background-color: #f26432;
    color: #fff;

}

.newview .con .bottom div {
    padding-top: 70px;
    padding-bottom: 65px;
    background: url("../image/news-bottom-bag.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.newview .con .bottom div h5 {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
}

.newview .con .bottom div p {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.newview .con .bottom div a {
    display: block;
    width: 175px;
    height: 45px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    color: #1e2b69;
    transition: 0.4s all;
}

.newview .con .bottom div a:hover {
    background-color: #1e2b69;
    color: #fff;
}

.wechat-qrcode p {
    font-size: 12px;
}

.xuanguanjia {
    width: 100%;
    padding-top: 100px;
}

.xuanguanjia #bmap {
    width: 100%;
    height: 570px;
}

.xuanguanjia .main {
    width: 100%;
}

.xuanguanjia .main .indexTitle h5 {
    margin-bottom: 0;
}

.xuanguanjia .main .tixi {
    width: 1400px;
    margin: 0 auto;
    margin-top: 45px;
    padding-top: 78px;
    padding-bottom: 120px;
    border-top: 1px dashed #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.xuanguanjia .main .tixi div.left {
    width: 40%;
}

.xuanguanjia .main .tixi div.left p {
    font-size: 18px;
    line-height: 36px;
    color: #262626;
}

.xuanguanjia .main .tixi div.left figure {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.xuanguanjia .main .tixi div.left figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.xuanguanjia .main .tixi div.right {
    width: 57%;
}

.xuanguanjia .main .tixi div.right figure {
    width: 100%;
    height: auto;
}

.xuanguanjia .main .tixi div.right figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.xuanguanjia .main .mapdiv {
    padding-top: 86px;
    padding-bottom: 158px;
    background-color: #fbfbfb;
}

.xuanguanjia .main .mapdiv .txt {
    color: #666666;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.xuanguanjia .main .mapdiv .search_store {
    width: 1500px;
    margin: 0 auto;
}

.xuanguanjia .main .mapdiv .search_store form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.xuanguanjia .main .mapdiv .search_store form .left {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.xuanguanjia .main .mapdiv .search_store form .left select {
    width: 32%;
    height: 58px;
    border: 1px solid #d7d7d7;
    padding: 0 20px;
    color: #979797;
    font-size: 16px;
    transition: 0.4s all;
    background: url(../icon/dropDown.png) #fff 95% center no-repeat;
    background-size: 11px;
}

.xuanguanjia .main .mapdiv .search_store form .right {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xuanguanjia .main .mapdiv .search_store form .right input {
    padding: 0 20px;
    color: #979797;
    font-size: 16px;
    height: 58px;
    width: 100%;
}

.xuanguanjia .main .mapdiv .search_store form .right button {
    width: 80px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #30336f;
}

.xuanguanjia .main .mapdiv .search_store .view {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xuanguanjia .main .mapdiv .search_store .view #map {
    width: 65%;
    height: 570px;
}

.xuanguanjia .main .mapdiv .search_store .view .item {
    width: 35%;
    height: 570px;
    overflow-y: auto;
    padding: 50px;
}

.xuanguanjia .main .mapdiv .search_store .view .item::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.xuanguanjia .main .mapdiv .search_store .view .item::-webkit-scrollbar-thumb {
    background: #1e2b69;
    border-radius: 6px;
}

.xuanguanjia .main .mapdiv .search_store .view .item::-webkit-scrollbar-corner {
    background: #1e2b69;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9e9e9;
    transition: 0.4s all;
    cursor: pointer;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li:hover {
    border-color: #1e2b69;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li:hover h5 {
    color: #1e2b69;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li.active {
    border-color: #1e2b69;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li.active h5 {
    color: #1e2b69;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li + li {
    margin-top: 45px;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li h5 {
    font-size: 24px;
    color: #333333;
    transition: 0.4s all;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li h6 {
    font-size: 16px;
    color: #666666;
    margin: 18px 0;
    padding-left: 26px;
    position: relative;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li h6:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 19px;
    background: url("../icon/address.png") no-repeat;
    background-size: contain;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li p {
    font-size: 16px;
    color: #666666;
    padding-left: 26px;
    position: relative;
}

.xuanguanjia .main .mapdiv .search_store .view .item ul li p:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../icon/tel.png") no-repeat;
    background-size: contain;
}

.xuanguanjia .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.xuanguanjia .bottom .item {
    width: 50%;
    height: 570px;
    position: relative;
}

.xuanguanjia .bottom .item:nth-of-type(1) {
    background: url("../image/item-1.jpg") no-repeat;
    background-size: cover;
}

.xuanguanjia .bottom .item:nth-of-type(2) {
    background: url("../image/item-2.jpg") no-repeat;
    background-size: cover;
}

.xuanguanjia .bottom .item:nth-of-type(2) div {
    left: 100px;
}

.xuanguanjia .bottom .item:nth-of-type(2) div h4 {
    text-align: right;
}

.xuanguanjia .bottom .item:nth-of-type(2) div h5 {
    text-align: right;
}

.xuanguanjia .bottom .item:nth-of-type(2) div h5:after {
    left: auto;
    right: 0;
    background-image: linear-gradient(-90deg, #fff, #9ebfd4);
}

.xuanguanjia .bottom .item div {
    width: 170px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}

.xuanguanjia .bottom .item div h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.xuanguanjia .bottom .item div h5 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.xuanguanjia .bottom .item div h5:after {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-90deg, #9ebfd4, #fff);
}

.xuanguanjia .bottom .item div a {
    display: block;
    width: 170px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    transition: 0.4s all;
}

.xuanguanjia .bottom .item div a:hover {
    border-color: #1e2b69;
    background-color: #1e2b69;
}

.anzhuang {
    width: 100%;
}

.anzhuang .indexTitle h5 {
    margin-bottom: 0;
}

.anzhuang .tongdian {
    padding-top: 110px;
    padding-bottom: 95px;
    width: 100%;
}

.anzhuang .tongdian ul {
    width: 1600px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.anzhuang .tongdian ul li {
    width: 25%;
}

.anzhuang .tongdian ul li figure {
    width: 100%;
    height: 280px;
}

.anzhuang .tongdian ul li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.anzhuang .tongdian ul li div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 280px;
    padding: 0 50px;
}

.anzhuang .tongdian ul li div h5 {
    width: 100%;
    font-size: 22px;
    color: #262626;
    font-weight: bold;
    text-align: left;
}

.anzhuang .tongdian ul li div p {
    font-size: 15px;
    color: #5b5b5b;
    line-height: 26px;
    margin-top: 6px;
}

.anzhuang .tongdian ul li:nth-of-type(2n) {
    position: relative;
    padding-bottom: 280px;
}

.anzhuang .tongdian ul li:nth-of-type(2n) figure {
    position: absolute;
    bottom: 0;
    left: 0;
}

.anzhuang .biaozhun {
    width: 100%;
    background: url("../image/biaozhun-bag.jpg") no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.anzhuang .biaozhun .indexTitle h4 {
    color: #fff;
}

/* .anzhuang .biaozhun .indexTitle h4:after{background-image:linear-gradient(-90deg, #3c467a, #fff)}
.anzhuang .biaozhun .indexTitle h4:before{background-image:linear-gradient(-90deg, #fff, #3c467a)} */
.anzhuang .biaozhun .indexTitle h5 {
    color: #fff;
}

.anzhuang .biaozhun figure {
    height: 630px;
    margin-top: 70px;
}

.anzhuang .biaozhun figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.anzhuang .haofuwu {
    padding-top: 115px;
    padding-bottom: 90px;
    width: 1500px;
    margin: 0 auto;
}

.anzhuang .haofuwu .indexTitle p {
    font-size: 15px;
    color: #616161;
}

.anzhuang .haofuwu ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.anzhuang .haofuwu ul li {
    width: 215px;
    border: 1px solid #929bbb;
    border-radius: 12px;
    padding: 10px;
    margin-right: 105px;
    position: relative;
}

.anzhuang .haofuwu ul li:after {
    content: "";
    display: block;
    width: 34px;
    height: 17px;
    background: url("../icon/haofuwu-jt.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -73px;
    transform: translateY(-50%);
}

.anzhuang .haofuwu ul li div {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.anzhuang .haofuwu ul li div icon {
    display: block;
    width: 67px;
    height: 53px;
}

.anzhuang .haofuwu ul li div p {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-family: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}

.anzhuang .haofuwu ul li div i {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-style: normal;
    position: relative;
    padding: 0 15px;
}

.anzhuang .haofuwu ul li div i:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.anzhuang .haofuwu ul li div i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.anzhuang .haofuwu ul li:nth-of-type(n+6) {
    margin-top: 48px;
}

.anzhuang .haofuwu ul li:nth-of-type(1) div {
    background: url("../icon/haofuwu-bag1.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(1) div icon {
    background: url("../icon/haofuwu-icon1.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(2) div {
    background: url("../icon/haofuwu-bag2.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(2) div icon {
    background: url("../icon/haofuwu-icon2.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(3) div {
    background: url("../icon/haofuwu-bag3.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(3) div icon {
    background: url("../icon/haofuwu-icon3.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(4) div {
    background: url("../icon/haofuwu-bag4.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(4) div icon {
    background: url("../icon/haofuwu-icon4.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(5) {
    margin-right: 0;
}

.anzhuang .haofuwu ul li:nth-of-type(5):after {
    display: none;
}

.anzhuang .haofuwu ul li:nth-of-type(5) div {
    background: url("../icon/haofuwu-bag5.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(5) div icon {
    background: url("../icon/haofuwu-icon5.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(6) {
    margin-left: 160px;
}

.anzhuang .haofuwu ul li:nth-of-type(6) div {
    background: url("../icon/haofuwu-bag6.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(6) div icon {
    background: url("../icon/haofuwu-icon6.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(7) div {
    background: url("../icon/haofuwu-bag7.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(7) div icon {
    background: url("../icon/haofuwu-icon7.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(8) div {
    background: url("../icon/haofuwu-bag8.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(8) div icon {
    background: url("../icon/haofuwu-icon8.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haofuwu ul li:nth-of-type(9) {
    margin-right: 0;
}

.anzhuang .haofuwu ul li:nth-of-type(9):after {
    display: none;
}

.anzhuang .haofuwu ul li:nth-of-type(9) div {
    background: url("../icon/haofuwu-bag9.png") no-repeat;
    background-size: cover;
}

.anzhuang .haofuwu ul li:nth-of-type(9) div icon {
    background: url("../icon/haofuwu-icon9.png") center no-repeat;
    background-size: contain;
}

.anzhuang .haobiaozhun {
    width: 100%;
    background-color: #efefef;
    padding-top: 80px;
    padding-bottom: 130px;
}

.anzhuang .haobiaozhun ul {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.anzhuang .haobiaozhun ul:nth-of-type(2) {
    width: 1600px;
}

.anzhuang .haobiaozhun ul li {
    width: 200px;
}

.anzhuang .haobiaozhun ul li figure {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
}

.anzhuang .haobiaozhun ul li figure img {
    width: 100%;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
}

.anzhuang .haobiaozhun ul li p {
    margin-top: 20px;
    color: #323232;
    font-size: 18px;
    text-align: center;
}

.anzhuang .haobiaozhun ul + ul {
    margin-top: 40px;
}

.liucheng {
    width: 100%;
    padding-top: 95px;
    padding-bottom: 110px;
    background: url("../image/liuchenh-bag.jpg") no-repeat;
    background-size: cover;
}

.liucheng .indexTitle h4 {
    color: #fff;
}

/* .liucheng .indexTitle h4:before{background-image:linear-gradient(-90deg, #fff, #3c477d)}
.liucheng .indexTitle h4:after{background-image:linear-gradient(-90deg, #3c477d, #fff)} */
.liucheng .indexTitle h5 {
    margin-bottom: 0;
    color: #fff;
}

.liucheng .video {
    width: 1600px;
    height: 610px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.liucheng .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

.liucheng .video i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 86px;
    height: 86px;
    background: url("../icon/openVideo.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.4s all;
}

.liucheng .video.active i {
    opacity: 0;
}

.liucheng .video.active video {
    pointer-events: auto;
}

.shichang {
    width: 100%;
    padding: 105px 0;
}

.shichang .indexTitle h5 {
    margin-bottom: 0;
}

.shichang .main {
    width: 1540px;
    margin: 0 auto;
}

.shichang .main .text {
    font-size: 15px;
    color: #6f6f6f;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 65px;
    text-align: center;
}

.shichang .main .con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.shichang .main .con figure {
    width: 65%;
    height: auto;
    border-right: 4px solid #fff;
}

.shichang .main .con ul {
    width: 35%;
}

.shichang .main .con ul li {
    width: 100%;
    padding: 40px;
    padding-right: 100px;
    background: url("../image/shichang_.png") no-repeat;
    background-size: cover;
    transition: 0.4s all;
    cursor: pointer;
    position: relative;
}

.shichang .main .con ul li i {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 180px;
    color: #fff;
    font-style: normal;
    opacity: 0;
    transition: 0.4s all;
    font-family: Impact;
}

.shichang .main .con ul li + li {
    border-top: 4px solid #fff;
}

.shichang .main .con ul li h5 {
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    transition: 0.4s all;
}

.shichang .main .con ul li p {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 30px;
    margin-top: 20px;
    transition: 0.4s all;
}

.shichang .main .con ul li:hover {
    background: url("../image/shichang.jpg") no-repeat;
    background-size: cover;
}

.shichang .main .con ul li:hover h5 {
    color: #fff;
}

.shichang .main .con ul li:hover p {
    color: #fff;
}

.shichang .main .con ul li:hover i {
    opacity: 0.5;
}

.shichang .main .con ul li.active {
    background: url("../image/shichang.jpg") no-repeat;
    background-size: cover;
}

.shichang .main .con ul li.active h5 {
    color: #fff;
}

.shichang .main .con ul li.active p {
    color: #fff;
}

.shichang .main .con ul li.active i {
    opacity: 0.1;
}

.mendian {
    width: 100%;
    background: url("../image/xinxiang.jpg") no-repeat;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 110px;
}

.mendian .main .indexTitle h4 {
    color: #fff;
}

/* .mendian .main .indexTitle h4:after {
  background-image: linear-gradient(-90deg, #fff, #000);
}
.mendian .main .indexTitle h4:before {
  background-image: linear-gradient(-90deg, #fff, #000);
} */
.mendian .main .indexTitle h5 {
    color: #fff;
    margin-bottom: 0;
}

.mendian .main .text {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}

.mendian .main .text.ma {
    margin: 0 auto;
    margin-top: 70px;
    width: 860px;
}

.mendian .main .swiper-container {
    width: 100%;
    margin-top: 60px;
}

.mendian .main .swiper-container.pc .swiper-slide {
    width: 1360px !important;
}

.mendian .main .swiper-container.m {
    display: none;
}

.mendian .main .swiper-container figure {
    width: 100%;
}

.mendian .main .swiper-container figure img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mendian .main .swiper-container .btn {
    width: 1600px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mendian .main .swiper-container .swiper-button-prev {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    cursor: pointer;
    transition: 0.4s all;
    opacity: 1;
    left: 30px;
    z-index: 999;
}

.mendian .main .swiper-container .swiper-button-prev:after {
    display: none;
}

.mendian .main .swiper-container .swiper-button-prev:hover {
    background-color: #1e2b69;
}

.mendian .main .swiper-container .swiper-button-next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.4s all;
    opacity: 1;
    right: 30px;
    z-index: 999;
}

.mendian .main .swiper-container .swiper-button-next:after {
    display: none;
}

.mendian .main .swiper-container .swiper-button-next:hover {
    background-color: #1e2b69;
}

.jiameng {
    width: 100%;
    padding-top: 115px;
    padding-bottom: 80px;
}

.jiameng .main {
    width: 1600px;
    margin: 0 auto;
}

.jiameng .main .indexTitle h5 {
    margin-bottom: 0;
}

/* .jiameng .main .indexTitle h4:before {
  background-image: linear-gradient(-90deg, #fff, #000);
}
.jiameng .main .indexTitle h4:after {
  background-image: linear-gradient(-90deg, #fff, #000);
} */
.jiameng .main ul {
    width: 100%;
    margin-top: 100px;
}

.jiameng .main ul li {
    width: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.jiameng .main ul li:nth-of-type(1) .con h5:before {
    background: url("../image/youshi-icon-1.png") no-repeat;
    background-size: contain;
}

.jiameng .main ul li:nth-of-type(2) .con h5:before {
    background: url("../image/youshi-icon-2.png") no-repeat;
    background-size: contain;
}

.jiameng .main ul li:nth-of-type(3) .con h5:before {
    background: url("../image/youshi-icon-3.png") no-repeat;
    background-size: contain;
}

.jiameng .main ul li:nth-of-type(4) .con h5:before {
    background: url("../image/youshi-icon-4.png") no-repeat;
    background-size: contain;
}

.jiameng .main ul li:nth-of-type(5) .con h5:before {
    background: url("../image/youshi-icon-5.png") no-repeat;
    background-size: contain;
}

.jiameng .main ul li:nth-of-type(6) .con h5:before {
    background: url("../image/youshi-icon-6.png") no-repeat;
    background-size: contain;
}

.jiameng .main ul li:nth-of-type(2n) figure {
    position: relative;
    order: -1;
}

.jiameng .main ul li:nth-of-type(2n) figure img {
    left: auto;
    right: 0;
}

.jiameng .main ul li:nth-of-type(2n) .con {
    padding-left: 80px;
    padding-right: 0;
}

.jiameng .main ul li figure {
    width: 50%;
    height: 560px;
    position: relative;
}

.jiameng .main ul li figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jiameng .main ul li .con {
    width: 50%;
    padding-right: 80px;
}

.jiameng .main ul li .con h5 {
    font-size: 36px;
    color: #161616;
    padding-bottom: 35px;
    margin-bottom: 45px;
    position: relative;
}

.jiameng .main ul li .con h5:after {
    content: "";
    display: block;
    width: 33px;
    height: 5px;
    background-color: #1e2b69;
    position: absolute;
    bottom: 0;
    left: 0;
}

.jiameng .main ul li .con h5:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: -10px;
    width: 205px;
    height: 178px;
}

.jiameng .main ul li .con .item {
    width: 100%;
}

.jiameng .main ul li .con .item p {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 41px;
    padding-left: 25px;
    position: relative;
}

.jiameng .main ul li .con .item p:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1e2b69;
    position: absolute;
    top: 16px;
    left: 0;
}

.jiameng .main ul li .con .item p span {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 41px;
    font-weight: bold;
}

.jiameng .main ul li .con dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
}

.jiameng .main ul li .con dl dd {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.jiameng .main ul li .con dl dd:last-child:after {
    display: none;
}

.jiameng .main ul li .con dl dd:after {
    content: "";
    display: block;
    width: 1px;
    height: 57px;
    background-color: #b8b8b8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jiameng .main ul li .con dl dd h6 {
    padding-right: 20px;
    position: relative;
}

.jiameng .main ul li .con dl dd h6 p {
    font-size: 60px;
    color: #1e2b69;
    font-family: "FangSong";
}

.jiameng .main ul li .con dl dd h6 i {
    font-style: normal;
    font-size: 30px;
    color: #1e2b69;
    position: absolute;
    top: 0;
    right: 0;
}

.jiameng .main ul li .con dl dd h6 i.small {
    font-size: 22px;
}

.jiameng .main ul li .con dl dd span {
    font-size: 20px;
    color: #3c3c3c;
    text-align: center;
    margin-top: 20px;
}

.moshi {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 130px;
    background: url("../image/moshi.jpg") no-repeat;
    background-size: cover;
}

.moshi .main {
    width: 1600px;
    margin: 0 auto;
}

.moshi .main .indexTitle h4 {
    color: #fff;
}

.moshi .main .indexTitle h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
}

.moshi .main .indexTitle .indexTitle h4:before {
    background-image: linear-gradient(-90deg, #fff, #213172);
}

.moshi .main .indexTitle .indexTitle h4:after {
    background-image: linear-gradient(-90deg, #213172, #fff);
}

.moshi .main .text {
    font-size: 15px;
    color: #b7bcd2;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 520px;
}

.moshi .main .con {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.moshi .main .con ul {
    width: 42%;
}

.moshi .main .con ul li {
    width: 100%;
    padding: 18px 0;
    padding-left: 120px;
    transition: 0.4s all;
    background: url("../image/moshi-text-bag.png") no-repeat;
    background-size: cover;
    transition: 0.4s all;
    position: relative;
}

.moshi .main .con ul li:after {
    content: "";
    display: block;
    width: 42px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translateY(-50%);
    background: url("../icon/moshi-icon2.png") no-repeat;
    background-size: contain;
}

.moshi .main .con ul li:hover {
    background: url("../image/moshi-text-bag-on.png") no-repeat;
    background-size: cover;
}

.moshi .main .con ul li + li {
    margin-top: 17px;
}

.moshi .main .con ul li h5 {
    font-size: 22px;
    color: #fff;
}

.moshi .main .con ul li p {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
}

.moshi .main .con figure {
    width: 55%;
}

.moshi .main .con figure img {
    width: 100%;
    height: 100%;
    max-height: 660px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tiaojian {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 120px;
}

/* .tiaojian .indexTitle h4:before {
  background-image: linear-gradient(-90deg, #fff, #000);
}
.tiaojian .indexTitle h4:after {
  background-image: linear-gradient(-90deg, #fff, #000);
} */
.tiaojian .main {
    width: 1600px;
    margin: 0 auto;
}

.tiaojian .main .con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.tiaojian .main .con figure {
    width: 50%;
}

.tiaojian .main .con figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tiaojian .main .con dl {
    width: 50%;
    padding: 60px 0px 30px 90px;
}

.tiaojian .main .con dl dt {
    font-size: 28px;
    font-weight: bold;
    color: #262626;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1e2b69;
}

.tiaojian .main .con dl dd {
    font-size: 16px;
    line-height: 30px;
    color: #4e4e4e;
}

.tiaojian .main .con dl dd + dd {
    margin-top: 35px;
}

.jiamenganli {
    padding-top: 90px;
    padding-bottom: 110px;
    width: 100%;
    background-color: #f7f7f7;
}

.jiamenganli .indexTitle h5 {
    margin-bottom: 0;
}

/* .jiamenganli .indexTitle h4:after {
  background-image: linear-gradient(-90deg, #fff, #000);
}
.jiamenganli .indexTitle h4:before {
  background-image: linear-gradient(-90deg, #fff, #000);
} */
.jiamenganli .main {
    width: 1600px;
    margin: 0 auto;
}

.jiamenganli .main .swiper-container {
    width: 100%;
    margin-top: 50px;
}

.jiamenganli .main .swiper-container a {
    display: block;
    width: 100%;
}

.jiamenganli .main .swiper-container a figure {
    width: 100%;
    height: 340px;
}

.jiamenganli .main .swiper-container a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jiamenganli .main .swiper-container a div {
    padding-top: 25px;
}

.jiamenganli .main .swiper-container a div h5 {
    color: #262626;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.jiamenganli .main .swiper-container a div span {
    display: block;
    color: #727272;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.jiamenganli .main .swiper-container a div p {
    color: #262626;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.jiamenganli .btn {
    width: 160px;
    height: 65px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.jiamenganli .btn .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    cursor: pointer;
    transition: 0.4s all;
    opacity: 1;
    left: 50px;
}

.jiamenganli .btn .swiper-button-prev:after {
    display: none;
}

.jiamenganli .btn .swiper-button-prev:hover {
    background-color: #1e2b69;
}

.jiamenganli .btn .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../icon/sanjiaoxing.png") #cacaca center no-repeat;
    background-size: 30%;
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.4s all;
    opacity: 1;
    right: 50px;
}

.jiamenganli .btn .swiper-button-next:after {
    display: none;
}

.jiamenganli .btn .swiper-button-next:hover {
    background-color: #1e2b69;
}

.likejiameng {
    width: 100%;
    background: url("../image/jiameng-bag.jpg") no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 90px;
}

.likejiameng .indexTitle h4 {
    color: #fff;
}

.likejiameng .indexTitle h5 {
    color: #fff;
    margin-bottom: 0;
}

/* .likejiameng .indexTitle h4:before {
  background-image: linear-gradient(-90deg, #213172, #fff);
}
.likejiameng .indexTitle h4:after {
  background-image: linear-gradient(-90deg, #213172, #fff);
} */
.likejiameng .main {
    width: 1600px;
    margin: 0 auto;
}

.likejiameng .main form {
    width: 100%;
    margin-top: 50px;
}

.likejiameng .main form div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.likejiameng .main form div .ind {
    width: 32%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    padding: 0 40px;
    color: #8d8d8d;
    background-color: #fff;
}

.likejiameng .main form div select {
    background: url(../icon/pro_xiala.png) #fff 93% center no-repeat;
    background-size: 11px;
}

.likejiameng .main form div .self_select {
    display: block !important;
}

.likejiameng .main form div .layui-unselect {
    display: none !important;
}

.bottom_yuyue .layui-unselect {
    display: none !important;
}

.news_form .layui-unselect {
    display: none !important;
}

.likejiameng .main form div + div {
    margin-top: 30px;
}

#proList-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

#proList-form .ind:first-child {
    margin-bottom: 15px;
    width: 100%;
}

.likejiameng .main form div textarea.ind {
    width: 100%;
    padding: 40px;
    min-height: 260px;
    line-height: normal;
}

.likejiameng .main form button {
    display: block;
    width: 280px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    margin-top: 45px;
    color: #293d8d;
    text-align: center;
    transition: 0.4s all;
    font-size: 20px;
    background-color: #fff;
}

.likejiameng .main form button:hover {
    color: #fff;
    background-color: #1e2b69;
}

.bottom_yuyue {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    padding: 40px 0;
    transition: .8s all;
}

.bottom_yuyue.active {
    bottom: -225px;
}

.bottom_yuyue.active .close {
    background: url("https://www.gcfuson.com/public/static/officialweb/icon/open_yuyue.png") center no-repeat;
    background-size: 50%;
}

.bottom_yuyue figure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.bottom_yuyue figure img {
    width: 183px;
    height: 58.2px;
    object-fit: contain;
}

.bottom_yuyue .index_title {
    width: auto;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #fff;
}

.bottom_yuyue .index_title p {
    width: 260px;
    font-size: 24px;
    color: #bdbdbd;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}

.bottom_yuyue .index_title span {
    font-size: 24px;
    text-align: left;
}

.bottom_yuyue .index_title span b {
    color: #fff;
    font-size: 24px;
}

.bottom_yuyue > div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}

.bottom_yuyue > div .close {
    position: absolute;
    right: -40px;
    top: -30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #1e2b69;
    border-radius: 50%;
    background: url("../icon/onlineClose.png") center no-repeat;
    background-size: 50%;
    cursor: pointer;
}

.bottom_yuyue > div form {
    width: 40%;
}

.bottom_yuyue > div form dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.bottom_yuyue > div form dl dd {
    width: 32%;
    height: 35px;
}

.bottom_yuyue > div form dl dd:nth-of-type(4) {
    width: 100%;
}

.bottom_yuyue > div form dl dd select {
    background: url(../image/drop-down.png) #fff 95% center no-repeat;
}

.bottom_yuyue > div form dl dd .ind {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 0 10px;
    background-color: #fff;
    color: #434144;
    font-size: 14px;
    border-radius: 3px;
    transition: .2s all;
}

.bottom_yuyue > div form dl dd .ind::-webkit-input-placeholder {
    color: #434144;
}

.bottom_yuyue > div form dl dd .yuyue_btn {
    width: 100%;
    height: 100%;
    border: 1px solid #1e2b69;
    background-color: #1e2b69;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: .4s all;
}

/* .bottom_yuyue > div form dl dd .yuyue_btn:hover {
              border-color: #1e2b69;
              color: #1e2b69;
              background-color: transparent;
              border-radius: 3px; } */
.bottom_yuyue > div form dl dd#distpicker-yuyue {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.bottom_yuyue > div form dl dd#distpicker-yuyue .ind {
    display: block;
    width: 32%;
}

.bottom_yuyue > div form dl dd:nth-of-type(n+4) {
    margin-top: 20px;
}

@media screen and (max-width: 1700px) {
    .likejiameng .main {
        width: 100%;
        padding: 0 20px;
    }

    .jiamenganli .main {
        width: 100%;
        padding: 0 20px;
    }

    .tiaojian .main .con dl {
        padding: 20px;
    }

    .tiaojian .main {
        width: 100%;
        padding: 0 20px;
    }

    .moshi .main {
        width: 100%;
        padding: 0 20px;
    }

    .jiameng .main {
        width: 100%;
        padding: 0 20px;
    }

    .jiameng .main ul li figure img {
        position: static;
        width: 100%;
    }

    .mendian .main {
        padding: 0 20px;
    }

    .mendian .main .swiper-container.m {
        display: block;
    }

    .mendian .main .swiper-container.pc {
        display: none;
    }

    .mendian .main .swiper-container .btn {
        width: 160px;
        position: static;
        height: 65px;
        margin: 0 auto;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        margin-top: 30px;
    }

    .mendian .main .swiper-container .swiper-button-prev {
        position: static;
        transform: none;
        margin-top: 0;
    }

    .mendian .main .swiper-container .swiper-button-next {
        position: static;
        margin-top: 0;
    }

    .liucheng .video {
        width: 100%;
        padding: 0 20px;
        height: auto;
    }

    .anzhuang .haobiaozhun {
        padding: 60px 0;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(1) {
        width: 100%;
        padding: 0 20px;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) {
        width: 100%;
        padding: 0 20px;
    }

    .anzhuang .haobiaozhun ul li {
        width: 15%;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) li {
        width: 12%;
    }

    .anzhuang .tongdian ul {
        width: 100%;
        padding: 0 20px;
    }

    .anzhuang .tongdian {
        padding: 60px 0;
    }

    .case .main .con dl dd a div:nth-of-type(1) {
        display: none !important;
    }

    .case .main .con dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        height: auto;
    }

    .case .main .con dl dd a figure {
        height: 420px !important;
    }

    .case .main .con dl dd {
        width: 32% !important;
        margin-left: 0 !important;
        float: none;
    }

    .newview .con {
        width: 100%;
        padding: 20px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .newview .address {
        padding: 60px 20px;
    }

    .news .main {
        width: 100%;
        padding: 0 20px;
    }

    .life .main {
        width: 100%;
        padding: 0 20px;
    }

    .pro_list .main {
        width: 100%;
        padding: 0 20px;
    }

    header .pc {
        width: 100%;
        padding: 0 20px;
    }

    header .pc > div {
        padding: 0 30px;
    }

    .ibanner .swiper-pagination {
        width: 100% !important;
        padding: 0 20px !important;
        bottom: 100px !important;
    }

    footer .footer1 {
        width: 100%;
        padding: 0 20px;
    }

    footer .footer2 div {
        width: 100%;
        padding: 0 20px;
    }

    .indexTitle p {
        padding: 0 10px;
        line-height: 24px;
    }

    .dashi .main {
        width: 100%;
        padding: 0 20px;
    }

    .shouxuan .main {
        width: 100%;
        padding: 0 20px;
    }

    .anli .main {
        width: 100%;
        padding: 0 20px;
    }

    .anli .main .con .swiper-container .item a {
        width: auto !important;
        height: 320px;
    }

    .anli .main .con {
        width: 100%;
        height: auto;
    }

    .anli .main .con .swiper-container {
        width: 100%;
        position: static;
    }

    .anli .main .top {
        margin-bottom: 50px;
    }

    .anli .main .pager ul {
        width: 117px;
    }

    .anli .main .pager {
        flex-wrap: nowrap;
    }

    .xinwen .main {
        width: 100%;
        padding: 0 20px;
    }

    .xinwen .main .right {
        width: 100%;
        height: auto;
    }

    .xinwen .main .left {
        width: 100%;
    }

    .xinwen .indexTitle {
        display: flex;
    }

    .xinwen .main .left .btn {
        display: none;
    }

    .xinwen .main .right .swiper-container {
        width: 100%;
        position: static;
    }

    .xinwen .main .right .swiper-container a:last-child {
        display: none;
    }

    .xinwen .main .right .swiper-pagination {
        display: block;
    }

    .xianxia .main {
        width: 100%;
        padding: 0 20px;
    }

    .zhineng .main .con .count-ul li div p {
        font-size: 40px;
    }

    .zhineng .main .con > div {
        width: 900px;
    }

    .zizhi .con {
        width: 100%;
        padding: 50px 20px;
    }

    .zizhi .con .view {
        padding-top: 30px;
        width: 100%;
        padding: 0 20px;
        padding-top: 30px;
    }

    .address {
        width: 100%;
        padding: 60px 0;
    }

    .proview .con {
        width: 100%;
    }

    .proview .main {
        padding: 0 20px;
    }

    .proview .view {
        width: 100%;
    }

    .zhengongfu .main {
        width: 100%;
        padding: 0 20px;
    }

    .case .main {
        width: 100%;
        padding: 60px 20px;
    }
}

@media screen and (max-width: 1600px) {
    .shichang .main {
        width: 100%;
        padding: 0 20px;
    }

    .xuanguanjia .main .mapdiv .search_store {
        width: 100%;
        padding: 0 20px;
    }

    .pro .swiper-container .swiper-pagination {
        display: block;
    }

    .pro .swiper-container {
        height: auto;
    }

    .pro .swiper-container a:hover figure {
        height: 680px;
    }

    .pro .swiper-container a figure {
        height: 680px;
    }

    .pro .swiper-container a figure {
        margin-top: 0;
    }

    .xianxia .main ul li a {
        padding: 30px 20px;
    }

    .xianxia .main ul li a div h4 {
        font-size: 20px;
    }

    .xianxia .main ul li a div p {
        font-size: 14px;
    }

    .xianxia .main ul li a icon {
        zoom: 0.7;
    }

    .xianxia {
        padding: 80px 0;
    }

    .anzhuang .haofuwu {
        width: 100%;
        padding: 60px 20px;
    }

    .anzhuang .haofuwu ul li {
        width: 18%;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .anzhuang .haofuwu ul li:after {
        display: none;
    }

    .anzhuang .haofuwu ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item ul li h5 {
        font-size: 20px;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item ul li h6 {
        font-size: 14px;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item ul li + li {
        margin-top: 30px;
    }

    .xuanguanjia .main .mapdiv .search_store .view #map {
        width: 60%;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item {
        width: 40%;
    }
}

@media screen and (max-width: 1500px) {
    .xuanguanjia .main .tixi {
        width: 100%;
        padding: 0 20px;
        padding-top: 30px;
    }

    header .pc nav ul li + li {
        margin-left: 30px;
    }

    header .pc > nav ul li a {
        font-size: 14px;
    }

    header .pc .logo {
        width: 180px;
    }

    header .pc > div h3 {
        font-size: 20px;
    }

    .anli .main .con {
        display: none;
    }

    .anli .main .m {
        display: block;
    }

    .anli .main .pager {
        display: none;
    }

    .licheng .main {
        width: 100%;
        padding: 0 20px;
    }

    .licheng .main .licheng-con .swiper-container {
        width: 80%;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div h5 {
        font-size: 40px;
        line-height: 40px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div h5 span {
        font-size: 24px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div {
        padding: 20px 40px;
    }

    .licheng .main .licheng-year {
        width: 100%;
    }

    .zizhi .main .view {
        width: 100%;
        padding: 0 20px;
    }

    .zizhi .main {
        padding: 100px 0;
    }

    .qinghuai .main {
        width: 100%;
        padding: 0 20px;
    }

    .shehui .main {
        width: 100%;
        padding: 0 20px;
    }

    .chuanshiren .main {
        width: 100%;
        padding: 0 20px;
    }

    .guochuan .main {
        width: 100%;
        padding: 0 20px;
    }

    .proClass .top {
        padding: 0 20px;
    }

    .proClass .top nav ul li a {
        font-size: 14px;
        padding: 20px;
    }

    .proClass .con dl {
        padding: 20px;
    }

    .proClass .con dl dd a {
        font-size: 14px;
    }

    .pro_list {
        padding: 40px 0px;
    }

    .wenhua .main {
        width: 100%;
        padding: 0 20px;
    }

    .wenhua .main .con1 .view .neirong .wenan div {
        margin-top: 20px;
    }

    .wenhua .main .con2 .view {
        width: 100%;
    }

    .wenhua .main .con2 {
        padding: 0 20px;
        padding-top: 40px;
    }

    .wenhua .main .con1 {
        width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .bottom_yuyue > div .close {
        right: 0;
    }
}

@media screen and (max-width: 1500px) {
    .bottom_yuyue > div .close {
        right: 0;
    }

    .bottom_yuyue > div {
        width: 100%;
        padding: 0 40px;
    }

    .bottom_yuyue > div .close {
        right: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .newview .col-r {
        display: none;
    }

    .newview .col-l {
        width: 100%;
        padding: 20px;
    }

    .newview .con .view {
        padding: 0;
    }

    .newview .con .view > div {
        padding-bottom: 50px;
    }

    .likejiameng {
        padding: 60px 0;
    }

    .likejiameng .main form div .ind {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .likejiameng .main form button {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .jiamenganli {
        padding: 60px 0;
    }

    .tiaojian {
        padding: 60px 0;
    }

    .tiaojian .main .con figure {
        width: 100%;
    }

    .tiaojian .main .con dl {
        width: 100%;
        padding: 20px 0;
    }

    .moshi {
        padding: 60px 0;
    }

    .jiameng .main ul {
        margin-top: 40px;
    }

    .jiameng .main ul li:nth-of-type(2n) .con {
        padding-left: 30px;
    }

    .jiameng .main ul li .con h5 {
        font-size: 28px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .jiameng .main ul li .con h5:after {
        height: 3px;
    }

    .jiameng .main ul li .con .item p {
        font-size: 18px;
        line-height: 34px;
    }

    .jiameng .main ul li .con .item p span {
        font-size: 18px;
        line-height: 34px;
    }

    .jiameng .main ul li .con dl {
        margin-top: 30px;
    }

    .jiameng .main ul li .con {
        padding: 60px 30px;
        padding-left: 0;
    }

    .jiameng .main ul li .con dl dd h6 p {
        font-size: 40px;
    }

    .jiameng .main ul li .con dl dd h6 i {
        font-size: 16px;
    }

    .jiameng .main ul li .con dl dd span {
        font-size: 16px;
    }

    .jiameng .main ul li figure {
        height: auto;
    }

    .jiameng .main ul li {
        align-items: unset;
    }

    .jiameng {
        padding: 60px 0;
    }

    .mendian .main .swiper-container.m {
        margin-top: 30px;
    }

    .mendian {
        padding: 60px 0;
    }

    .mendian .main .swiper-container figure img {
        height: 320px;
    }

    .shichang .main .con figure {
        width: 55%;
    }

    .shichang .main .con ul {
        width: 45%;
    }

    .shichang .main .text {
        margin: 30px 0;
    }

    .shichang .main .con ul li {
        padding: 20px;
    }

    .shichang {
        padding: 60px 0;
    }

    .xuanguanjia .main .tixi div.left p {
        font-size: 16px;
        line-height: 28px;
    }

    .xuanguanjia {
        padding-top: 60px;
    }

    .liucheng {
        padding: 60px 0;
    }

    .anzhuang .haobiaozhun ul li:nth-of-type(n+4) {
        margin-top: 20px;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) {
        margin-top: 20px;
    }

    .anzhuang .haobiaozhun ul li {
        width: 32%;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) li {
        width: 32%;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) li:last-child {
        width: 100%;
    }

    .case .main .con dl dd a figure {
        height: 320px !important;
    }

    .newview .address {
        padding: 40px 20px;
    }

    .news {
        padding: 60px 0;
    }

    .zhengongfu .main ul {
        padding: 60px 0;
    }

    .zhengongfu {
        padding: 60px 0;
    }

    .wenhua {
        padding-bottom: 60px;
    }

    .address {
        padding: 40px 20px;
    }

    .guochuan .main .zonglan {
        padding: 40px 0;
    }

    .guochuan .main .item dl dd:nth-of-type(n+5) {
        margin-top: 30px;
    }

    .guochuan .main .zonglan div {
        width: 100%;
    }

    .guochuan .main .zonglan dl {
        width: 100%;
        margin-top: 20px;
    }

    .guochuan .main .zonglan div h5 {
        width: 130px;
        display: block;
        margin: 0 auto;
    }

    .guochuan .main .zonglan div > span {
        text-align: center;
    }

    .guochuan .main .zonglan div p {
        text-align: center;
        margin-top: 20px;
    }

    .guochuan {
        padding: 60px 0;
    }

    .chuanshiren .main .con div h4 {
        font-size: 28px;
    }

    .chuanshiren .main .con div h5 {
        font-size: 22px;
    }

    .chuanshiren .main .con {
        align-items: unset;
        margin-top: 40px;
    }

    .chuanshiren .main .con figure {
        width: 30%;
        height: auto;
    }

    .chuanshiren .main .con div {
        width: 68%;
        padding: 20px;
        padding-bottom: 120px;
    }

    .chuanshiren .main .con div p {
        margin-top: 20px;
    }

    .chuanshiren {
        padding: 60px 0;
    }

    .shehui {
        padding: 60px 0;
    }

    .licheng .main .licheng-con {
        margin-top: 50px;
    }

    .licheng {
        padding: 60px 0;
    }

    .zhineng .main {
        padding: 60px 0;
    }

    .zhineng .main .con .count-ul li {
        width: 20% !important;
    }

    .zhineng .main .con h4 {
        margin: 0 auto;
        text-align: center;
    }

    .zhineng .main .con > div .tit {
        text-align: center;
    }

    .zhineng .main .con > div {
        width: 100%;
        margin-top: 30px;
    }

    .zhineng .main .con {
        width: 100%;
        padding: 0 20px;
    }

    .jieshao {
        padding: 60px 0;
    }

    .xinwen {
        padding: 60px 0;
    }

    .anli {
        padding: 60px 0;
    }

    .shouxuan {
        padding: 60px 0;
    }

    .shouxuan .tit {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .shouxuan .con {
        font-size: 24px;
    }

    .shouxuan .con span {
        font-size: 24px;
    }

    .shouxuan .tit span {
        font-size: 38px;
    }

    .dashi {
        padding: 60px 0;
    }

    header .pc > div {
        display: none;
    }

    header .pc > dl {
        width: 19px;
    }

    header .pc > dl dd.top-video {
        display: none;
    }

    header .pc > dl:after {
        display: none;
    }

    header .pc > nav ul li a {
        font-size: 16px;
    }

    footer .footer1 .right {
        display: none;
    }

    footer .footer1 .left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding: 40px 0;
    }

    footer .footer2 {
        padding: 20px 0;
    }

    footer .footer2 div p {
        font-weight: normal;
    }

    footer .footer2 div p a {
        font-weight: normal;
    }

    .pro {
        padding-top: 60px;
    }

    .pro .swiper-container {
        margin-top: 30px;
    }

    .indexTitle h5 {
        font-size: 38px;
    }

    .indexBtn a {
        padding: 15px 50px;
        font-size: 18px;
    }

    .count-ul li div p {
        font-size: 50px;
    }

    .count-ul li div span {
        font-size: 30px;
    }

    .count-ul li div i {
        font-size: 18px;
    }

    .count-ul {
        width: 100%;
    }

    .count-ul li {
        width: 25% !important;
    }

    .count-ul li {
        align-items: center !important;
    }

    .count-ul li h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .jieshao .main {
        width: 100%;
        padding: 0 20px;
    }

    .jieshao .main .con-p {
        margin-top: 40px;
        display: none;
    }

    .jieshao .main .con-m {
        display: block;
        margin-top: 40px;
    }

    .jieshao .main figure {
        margin-top: 40px;
    }

    .qinghuai {
        padding-top: 60px;
    }

    .wenhua .main .con2 {
        padding-top: 90px;
    }

    .wenhua .main .con2 .view ul li:nth-of-type(4) {
        width: 50%;
    }

    .wenhua .main .con2 .view ul li:nth-of-type(5) {
        width: 50%;
    }

    .life .main .item a figure {
        height: 500px;
    }

    .life .main .item a div {
        padding: 30px 0;
    }

    .life .main .item a div h5 {
        font-size: 22px;
        line-height: 46px;
    }

    .life .main .item a div p {
        margin-top: 0;
    }

    .life {
        padding: 60px 0;
    }

    .xuanguanjia .main .mapdiv {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1300px) {
    .jiameng .main ul li .con {
        width: 100%;
        padding: 20px 0 !important;
    }

    .jiameng .main ul li + li {
        margin-top: 20px;
    }

    .jiameng .main ul li figure {
        width: 100%;
        position: relative;
        order: -1;
    }
}

@media screen and (max-width: 1200px) {
    .moshi .main .text {
        margin-top: 20px;
    }

    .moshi .main .con {
        margin-top: 30px;
    }

    .moshi .main .con figure {
        position: relative;
        order: -1;
        width: 100%;
    }

    .moshi .main .con ul {
        width: 100%;
        margin-top: 20px;
    }

    .anzhuang .haofuwu ul li {
        width: 32%;
    }

    .anzhuang .haofuwu ul li:nth-of-type(n+4) {
        margin-top: 20px !important;
    }

    .news .main .item a {
        width: 49%;
        margin-right: 2% !important;
    }

    .news .main .item a:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .news .main .item a:nth-of-type(n+3) {
        margin-top: 40px;
    }

    .life .main .item a + a {
        margin-top: 40px;
    }

    .life .main .item a:nth-of-type(2n) div {
        left: 0;
        right: auto;
    }

    .life .main .item a:nth-of-type(2n) div h5 {
        text-align: left;
        padding-left: 130px;
        padding-right: 0;
    }

    .life .main .item a:nth-of-type(2n) div p {
        text-align: left;
        padding-left: 130px;
        padding-right: 0;
    }

    .life .main .item a:nth-of-type(2n) div h5:after {
        right: auto;
        left: 0;
    }

    .life .main .item a figure {
        width: 100%;
    }

    .life .main .item a div {
        position: static;
        width: 100%;
    }

    .life .main .item {
        margin-top: 40px;
    }

    .wenhua .main .con2 .view ul li {
        padding: 30px !important;
    }

    .wenhua .main .con1 .view .neirong .wenan {
        padding-right: 30px;
    }

    .wenhua .main .con1 .view .neirong:nth-of-type(2) .wenan {
        padding-left: 30px;
    }

    .wenhua .main .con1 .view {
        padding-top: 40px;
        margin-top: 40px;
    }

    .pro_list .main .prolist .item a figure {
        height: 340px;
    }

    .pro_list .main .prolist .item a:nth-of-type(n+3) {
        margin-top: 20px;
    }

    header .pc > nav ul li a {
        font-size: 14px;
    }

    .ibanner .swiper-pagination {
        bottom: 60px !important;
    }

    .ibanner .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
        height: 3px;
    }

    .xianxia .main ul li {
        width: 49%;
    }

    .xianxia .main ul li:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .licheng .main .licheng-con .swiper-button-prev, .licheng .main .licheng-con .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .licheng .main .licheng-con .swiper-button-prev:after, .licheng .main .licheng-con .swiper-button-next:after {
        font-size: 16px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div h5 span {
        font-size: 18px;
        margin-left: 10px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div {
        padding: 20px;
    }

    .licheng .main .licheng-con .swiper-container {
        width: 90%;
    }

    .licheng .main .licheng-con .swiper-button-prev {
        left: -10px;
    }

    .licheng .main .licheng-con .swiper-button-next {
        right: -10px;
    }

    .zizhi .main {
        padding: 60px 0;
    }

    .qinghuai .main .con {
        padding-top: 60px;
    }

    .qinghuai .main .con div {
        width: 100%;
    }

    .qinghuai .main .con div h5 {
        text-align: center;
    }

    .qinghuai .main .con div p {
        text-align: center;
    }

    .qinghuai .main .con ul {
        width: 100%;
        margin-top: 40px;
    }

    .shehui .main ul li figure {
        height: 280px;
    }

    .guochuan .main .item dl dd {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .guochuan .main .item dl dd:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .guochuan .main .item dl dd:nth-of-type(n+3) {
        margin-top: 15px !important;
    }

    .proview .con .left {
        width: 100%;
    }

    .proview .con .right {
        width: 100%;
        padding: 20px;
    }

    .proview .con .left a img {
        height: 480px;
    }

    .proview .view {
        padding: 40px 0;
    }

    .proview .view .neirong .right {
        display: none;
    }

    .proview .view .neirong .left {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .newview .con {
        padding: 30px 20px
    }

    .yuyue_add {
        right: 20px;
    }

    .bottom_yuyue > div form {
        width: 100%;
    }

    .bottom_yuyue.active {
        bottom: -362.36px;
    }

    .bottom_yuyue > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .bottom_yuyue figure {
        margin-bottom: 4%;
    }

    .bottom_yuyue > div {
        padding: 0 20px;
    }

    .bottom_yuyue > div .close {
        right: 20px;
    }

    .zhineng figure {
        height: auto;
    }

    header.page {
        background-color: transparent;
    }

    .wenhua .main .con1 {
        padding-bottom: 40px;
    }

    .wenhua .main .con2 {
        padding-top: 40px;
    }

    .zhengongfu .main .view {
        padding: 40px 30px;
    }

    .xuanguanjia #bmap {
        display: none;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item {
        width: 100%;
    }

    .case .main .con {
        margin-top: 0;
    }

    .case .proClass {
        display: none;
    }

    .news .main .item {
        margin-top: 0px;
    }

    .news .proClass {
        display: none;
    }

    .mendian .main .text.ma {
        width: 100%;
        padding: 0 20px;
    }

    .shichang .main .con figure {
        display: none;
    }

    .shichang .main .con ul {
        width: 100%;
    }

    .xuanguanjia .main .mapdiv .search_store form .left {
        width: 100%;
    }

    .xuanguanjia .main .mapdiv .search_store form .right {
        width: 100%;
        margin-top: 20px;
    }

    .xuanguanjia .main .tixi div.left p {
        text-align: center;
    }

    .xuanguanjia .main .tixi div.left {
        width: 100%;
    }

    .xuanguanjia .main .tixi div.right {
        width: 100%;
    }

    .anzhuang .biaozhun figure {
        height: auto;
    }

    .anzhuang .biaozhun figure img {
        width: 80%;
    }

    .anzhuang .tongdian ul li {
        width: 50%;
    }

    .anzhuang .tongdian ul {
        margin-top: 40px;
    }

    .life .main .item a {
        pointer-events: none;
    }

    .life .main .item a:hover h5 {
        padding-left: 130px;
    }

    .life .main .item a:hover p {
        padding-left: 130px;
    }

    .life .main .item a:hover h5:after {
        width: 95px;
    }

    .life .main .item a:nth-of-type(2n):hover h5:after {
        width: 95px;
    }

    .case .main .con dl dd a figure {
        height: 240px !important;
    }

    .newview {
        margin-top: 0;
    }

    .newview .con .view {
        padding: 0;
    }

    .newview .con .view > div {
        padding: 40px 0;
    }

    .newview .con .bottom ul {
        margin-top: 30px;
        padding: 15px 30px;
    }

    .newview .con .bottom ul li a {
        font-size: 14px;
    }

    .news .main .item a .info div {
        padding-top: 15px;
    }

    .news .main .item a figure img {
        height: 280px;
    }

    .news .main .item a .info h4 {
        font-size: 20px;
    }

    .news .main .item a .info {
        padding: 15px;
    }

    .life .main .item a:hover img {
        transform: scale(1);
    }

    .life .main .item a:hover h5 {
        padding-left: 60px;
    }

    .life .main .item {
        margin-top: 0;
    }

    .life .proClass {
        display: none;
    }

    .zhengongfu .main ul {
        padding: 50px 0;
    }

    .zhengongfu .main ul li {
        width: 32%;
    }

    .wenhua .main .con2 .view ul figure {
        height: auto;
    }

    .wenhua .main .con2 .view ul p {
        height: auto;
        margin: 20px 0;
    }

    .wenhua .main .con2 .view ul li {
        width: 100% !important;
        border-right: none !important;
        padding: 30px 0 !important;
    }

    .wenhua .main .con1 .view .neirong .wenan {
        width: 100%;
        padding-right: 0;
    }

    .wenhua .main .con1 .view .neirong figure {
        width: 100%;
        margin-top: 20px;
    }

    .wenhua .main .con1 .view .neirong:nth-of-type(2) .wenan {
        padding-left: 0;
        position: relative;
        order: -1;
        margin-top: 20px;
    }

    .proview .view {
        padding-bottom: 0;
    }

    .proview {
        padding: 40px 0;
    }

    .address {
        display: none;
    }

    .m-pages ul {
        margin-right: 15px;
    }

    .chuanshiren .main .con figure {
        width: 40%;
    }

    .chuanshiren .main .con div {
        width: 58%;
    }

    .chuanshiren .main .con figure img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .shehui .main h3 {
        font-size: 28px;
    }

    .shehui .main ul li figure {
        height: 380px;
    }

    .shehui .main ul li {
        width: 100%;
    }

    .shehui .main ul li + li {
        margin-top: 20px;
    }

    .qinghuai .main .con div h5 {
        font-size: 26px;
    }

    .qinghuai .main .con div p {
        margin-top: 20px;
    }

    .qinghuai .main .con ul {
        margin-top: 30px;
    }

    .qinghuai .main .con {
        margin-top: 40px;
        padding: 0 20px;
        padding-top: 30px;
    }

    .zhineng .main .con .count-ul li div p {
        font-size: 26px;
    }

    .zhineng .main .con .count-ul {
        margin-top: 30px;
    }

    .zhineng .main .con h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .xinwen .main .right .swiper-container a .con {
        padding: 20px;
    }

    .xinwen .main .right .swiper-container a .con span {
        display: none;
    }

    .xinwen .main .right .swiper-container a .con p {
        margin-bottom: 30px;
    }

    .videoWindow video {
        width: 96%;
    }

    .anli .main .indexTitle h5 {
        margin-top: 10px;
    }

    .shouxuan .indexTitle {
        display: block;
        text-align: center;
    }

    .shouxuan .tit {
        font-size: 30px;
        text-align: center;
    }

    .shouxuan .tit span {
        font-size: 30px;
        text-align: center;
    }

    .shouxuan .indexBtn {
        display: block;
        width: 160px;
        margin: 0 auto;
    }

    .shouxuan .con {
        text-align: center;
    }

    .dashi .indexBtn {
        margin: 50px 0;
    }

    .dashi .indexTitle p {
        padding: 0;
        text-align: center;
    }

    .dashi .indexTitle h5 {
        text-align: center;
    }

    .dashi .indexTitle {
        display: flex;
    }

    .indexTitle h5 {
        font-size: 30px;
        margin: 20px 0;
    }

    .mlanmu {
        display: block;
    }

    footer .footer1 .left {
        display: none;
    }

    .PopupSearch {
        display: none !important;
    }

    .MgoTop {
        display: block;
    }

    .slide-nav {
        display: none;
    }

    .Mnav {
        display: block;
    }

    header .pc {
        display: none;
    }

    header .m {
        display: block;
    }

    header .m {
        padding: 15px 10px;
    }

    .ibanner {
        margin-top: 75px;
    }

    /*header .m > a img {*/
    /*    content: url("../image/m_logo.png");*/
    /*}*/
    footer .footer1 .m {
        display: block;
    }

    footer {
        padding-bottom: 70px;
    }

    header.active {
        background-color: transparent;
        /* border-color: #636a90; */
    }

    .pro .swiper-container a div i {
        width: 90px;
        height: 90px;
        line-height: 85px;
    }

    .pro .swiper-container a figure {
        height: 600px;
    }

    .pro .swiper-container a:hover figure {
        height: 600px;
    }

    .pro .indexTitle h4 {
        font-size: 30px;
    }

    .pbanner {
        display: none;
    }

    .dashi .indexTitle {
        width: 100%;
    }

    .ibanner .swiper-pagination {
        text-align: center !important;
    }

    .dashi .indexBtn {
        width: 220px;
        margin: 50px auto;
        display: block;
    }

    .dashi .indexBtn a {
        text-align: center;
    }

    .shouxuan .indexBtn a {
        text-align: center;
    }

    .shouxuan.shipin .indexBtn {
        width: 240px;
    }

    .proClass .top h5 {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .proClass .top h5:after {
        display: none;
    }

    .proClass .top {
        padding: 0;
    }

    .proClass .top nav {
        width: 100%;
    }

    .proClass .top nav i {
        display: none;
    }

    .proClass .top nav ul {
        width: 100%;
    }

    .proClass .top nav ul li {
        width: 50%;
    }

    .proClass .top nav ul li a {
        text-align: center;
    }

    .proClass .top nav ul li.active a {
        background-color: transparent;
        color: #1e2b69;
    }

    .proClass .con {
        display: none;
        background-color: #f1f1f1;
    }

    .proClass .con dl {
        border-top: 1px solid #dfdfdf;
        padding: 0;
    }

    .proClass .con dl dt {
        width: 100%;
        margin-right: 0;
        width: 100%;
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
        font-size: 18px;
    }

    .proClass .con dl dd {
        width: 50%;
        margin: 0;
    }

    .proClass .con dl dd a {
        display: block;
        padding: 20px;
        font-size: 14px;
        text-align: center;
    }

    .proClass .con dl dd.active a:after {
        opacity: 0;
    }

    .proClass .con dl dd.active a {
        color: #1e2b69;
    }

    .proClass .top h5 p {
        display: inline-block;
        position: relative;
        padding-right: 40px;
        font-weight: bold;
    }

    .proClass .top h5 p:after {
        opacity: 1;
    }

    .proClass .top nav {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .count-ul li div p {
        font-size: 36px;
    }

    .count-ul li div span {
        font-size: 18px;
    }

    .count-ul li div {
        padding-right: 20px;
    }

    .count-ul li div i {
        font-size: 14px;
    }

    .count-ul li h5 {
        margin-top: 5px;
    }

    .count-ul li {
        width: 50% !important;
    }

    .count-ul li:nth-of-type(n+3) {
        margin-top: 30px;
    }

    .count-ul li:nth-of-type(3):after {
        display: none;
    }

    .indexTitle p {
        text-align: center;
    }

    .zhineng .main .con .count-ul li {
        width: 50% !important;
    }

    .zhineng .main .con .count-ul li:nth-of-type(n+3) {
        width: 33.3333% !important;
    }

    .liucheng .video {
        margin-top: 30px;
    }

    .xuanguanjia .main .mapdiv .search_store .view #map {
        display: none;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item {
        width: 100%;
        padding: 20px;
        height: 500px;
    }

    .xuanguanjia .bottom .item {
        width: 100%;
        height: auto;
    }

    .xuanguanjia .bottom .item div {
        position: static;
        transform: none;
        padding: 60px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .xuanguanjia .bottom .item div h5:after {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {

    .newview .con .bottom .libiao a {
        height: 32px;
        width: 100%;
        line-height: 32px;
        font-size: 14px;
    }

    .newview .con .bottom .libiao i {
        height: 32px;
        width: 50px;
    }

    .bottom_yuyue .index_title p {
        text-align: left !important;
    }

    .zizhi .con .view {
        height: 380px;
    }

    .back_box {
        margin-bottom: 20px;
    }

    .back_box h1 {
        font-size: 18px;
    }

    .back_box a {
        font-size: 16px;
    }

    .likejiameng .main form {
        margin-top: 30px;
    }

    .likejiameng .main form div .ind {
        width: 100%;
    }

    .likejiameng .main form div .ind + .ind {
        margin-top: 20px;
    }

    .likejiameng .main form div + div {
        margin-top: 20px;
    }

    .jiameng .main ul li .con .item p {
        font-size: 14px;
        line-height: 26px;
        padding-left: 15px;
    }

    .jiameng .main ul li .con .item p span {
        font-size: 14px;
        line-height: 26px;
    }

    .jiameng .main ul li .con .item p:after {
        width: 6px;
        height: 6px;
        top: 10px;
    }

    .jiameng .main ul li .con h5 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .jiameng .main ul li .con dl dd h6 p {
        font-size: 30px;
    }

    .jiameng .main ul li .con dl dd h6 i {
        font-size: 12px;
    }

    .jiameng .main ul li .con dl dd span {
        font-size: 14px;
        margin-top: 10px;
    }

    .mendian .main .text.ma {
        margin-top: 40px;
    }

    .xuanguanjia {
        padding-top: 40px;
    }

    .liucheng .video i {
        width: 40px;
        height: 40px;
    }

    .anzhuang .biaozhun figure {
        margin-top: 40px;
    }

    .news .main .item a {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .news .main .item a + a {
        margin-top: 30px !important;
    }

    .life .main .item a:nth-of-type(2n) div h5 {
        padding-left: 0;
    }

    .life .main .item a:nth-of-type(2n) div p {
        padding-left: 0;
    }

    .life .main .item a:nth-of-type(2n) div h5:after {
        display: none;
    }

    .life .main .item a figure {
        height: auto;
    }

    .life .main .item a div {
        padding: 15px 0;
    }

    .life .main .item a div h5 {
        font-size: 20px;
        padding-left: 0;
    }

    .life .main .item a div h5:after {
        display: none;
    }

    .life .main .item a div p {
        padding-left: 0;
    }

    .zhengongfu .main .view h4 {
        font-size: 28px;
    }

    .zhengongfu .main .view p {
        font-size: 16px;
    }

    .zhengongfu .main .view .con {
        margin-top: 30px;
    }

    .wenhua .main .con2 {
        padding-top: 40px;
    }

    .pro_list .main .prolist .item a figure {
        height: 280px;
    }

    .pro_list .main .prolist .item a div {
        padding: 15px 0;
    }

    .pro_list .main .prolist {
        margin-top: 30px;
    }

    .guochuan .main .zonglan dl dd h5 span {
        font-size: 40px;
    }

    .guochuan .main .zonglan dl dd h5 i {
        font-size: 12px;
    }

    .guochuan .main .zonglan dl dd {
        width: 50%;
    }

    .guochuan .main .zonglan dl dd:nth-of-type(2) {
        border-right: none;
    }

    .guochuan .main .zonglan dl dd:nth-of-type(6) {
        border-right: none;
    }

    .guochuan .main .zonglan dl dd:nth-of-type(7) {
        border-top: 1px dashed #bfbfbf;
    }

    .guochuan .main .zonglan dl dd:nth-of-type(8) {
        border-top: 1px dashed #bfbfbf;
    }

    .chuanshiren .main ul li p {
        padding: 0 10px;
    }

    .chuanshiren .main ul li:nth-of-type(n+3) {
        padding: 40px 0;
    }

    .chuanshiren .main ul li {
        padding: 40px 0;
    }

    .chuanshiren .main ul li:nth-of-type(n+3) {
        margin-top: 15px;
    }

    .chuanshiren .main .con figure {
        width: 100%;
    }

    .chuanshiren .main .con div {
        width: 100%;
        padding-bottom: 90px;
    }

    .chuanshiren .main .con div i {
        bottom: 20px;
    }

    .chuanshiren .main ul li i {
        zoom: 0.5;
    }

    .chuanshiren .main ul li:nth-of-type(n+3) {
        width: 49%;
    }

    .chuanshiren .main ul li:last-child {
        width: 100%;
    }

    .qinghuai .main .con ul li img {
        height: auto;
    }

    .qinghuai .main .con {
        margin-top: 30px;
    }

    .licheng .main .indexTitle h5 {
        margin-top: 10px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide figure {
        width: 100%;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div {
        width: 100%;
    }

    .licheng .main .licheng-con {
        margin-top: 30px;
    }

    .jieshao .main .con-m {
        margin-top: 20px;
    }

    .jieshao .main figure {
        margin-top: 20px;
    }

    .anli .main .indexTitle {
        display: flex;
    }

    .anli .indexBtn {
        margin-top: 40px;
        width: 100%;
    }

    .anli .indexBtn a {
        text-align: center;
    }

    .anli .main .top {
        display: block;
    }

    .pro {
        padding-top: 40px;
    }

    .ibanner a .pc {
        display: none;
    }

    .ibanner a .m {
        display: block;
    }

    .pro .swiper-container a figure {
        height: 520px;
    }

    .pro .swiper-container a:hover figure {
        height: 520px;
    }

    .indexTitle p {
        font-size: 16px;
    }

    .mlanmu h4 {
        padding: 15px 20px;
    }

    .dashi {
        padding: 40px 0;
    }

    .dashi .indexTitle p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 28px;
    }

    .count-ul li h5 {
        padding: 0 10px;
    }

    .shouxuan .con {
        margin-bottom: 50px;
    }

    .jieshao {
        padding: 40px 0;
    }

    header.active {
        border-color: #dfdfdf;
    }

    header {
        border-color: #dfdfdf;
    }

    .licheng .main .licheng-year {
        margin-top: 40px;
    }

    .zizhi .con {
        padding: 0;
    }

    .zizhi .con .view {
        border-top: none;
        padding: 20px;
    }

    .zizhi .con .view ul {
        margin-bottom: 20px;
    }

    .zizhi .con .view ul li a {
        font-size: 14px;
    }

    .zizhi .con .view .swiper-container .swiper-pagination {
        margin-top: 20px;
    }

    .guochuan .main .guochuan-page {
        margin-top: 40px;
    }

    .proview .con .left .swiper-button-next {
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .proview .con .left .swiper-button-prev {
        left: 20px;
        width: 40px;
        height: 40px;
    }

    /* .proview .con .right h5 {
    margin-bottom: 0px;
  } */
    .newview .con h3 {
        font-size: 20px;
    }

    .newview .con .view {
        margin-top: 20px;
    }

    .newview .con .view > div {
        padding: 20px 0;
    }

    .newview .con .bottom div {
        padding: 40px 0;
    }

    .newview .con .bottom div h5 {
        font-size: 40px;
    }

    .newview .con .bottom div p {
        font-size: 16px;
    }

    .newview .con .bottom div a {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .case .main .con dl dd {
        width: 100% !important;
    }

    .case .main .con dl dd + dd {
        margin-top: 20px !important;
    }

    .case .main .con dl dd a figure {
        height: 320px !important;
    }

    .anzhuang .haobiaozhun ul li p {
        margin-top: 10px;
        font-size: 14px;
    }

    .xuanguanjia .main .mapdiv .txt {
        margin: 20px 0;
    }

    .xuanguanjia .main .mapdiv .txt {
        padding: 0 20px;
    }

    .mendian .main .text.ma {
        padding: 0;
    }

    .likejiameng .main form div textarea.ind {
        padding: 20px;
    }
}

@media screen and (max-width: 620px) {
    .moshi .main .text {
        width: 100%;
    }

    .mendian {
        padding: 40px 0;
    }

    .xuanguanjia .main .mapdiv .search_store form .left select {
        width: 100%;
    }

    .xuanguanjia .main .mapdiv .search_store form .left select + select {
        margin-top: 20px;
    }

    .zhengongfu .main ul li {
        width: 48%;
    }

    .xianxia {
        padding: 40px 20px;
    }

    .xinwen {
        padding: 40px 0;
    }

    .shouxuan {
        padding: 40px 0;
    }

    .anli {
        padding: 40px 0;
    }

    .shouxuan {
        padding: 40px 0;
    }

    .dashi {
        padding: 40px 0;
    }

    .pro {
        padding-top: 40px;
    }

    .shouxuan .con {
        margin-bottom: 30px;
    }

    .anli .main .m .swiper-pagination {
        margin-top: 20px;
    }

    .xinwen .main .right .swiper-pagination {
        margin-top: 20px;
    }

    .indexBtn {
        border: 1px solid #acacac;
    }

    .xianxia .main {
        padding: 0;
    }

    .xianxia .main ul li {
        width: 100%;
    }

    .xianxia .main ul li + li {
        margin-top: 15px;
    }

    .pro_list .main .prolist .item a {
        width: 100%;
    }

    .pro_list .main .prolist .item a + a {
        margin-top: 20px;
    }

    .wenhua .main .con1 .view .neirong .wenan h5 {
        font-size: 24px;
    }

    .wenhua .main .con1 .view .neirong .wenan div {
        margin-top: 10px;
    }

    .wenhua .main .con1 .view .neirong figure {
        margin-top: 10px;
    }

    .zhengongfu .main ul li h5 {
        font-size: 30px;
    }

    .zhengongfu .main ul li h5:after {
        height: 15px;
    }

    .zhengongfu .main ul li:nth-of-type(n+3) {
        margin-top: 30px;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(1) {
        margin-top: 30px;
    }

    .anzhuang .haofuwu ul {
        margin-top: 30px;
    }

    .xuanguanjia .main .mapdiv {
        padding: 40px 0;
    }

    .shichang {
        padding: 40px 0;
    }

    .jiameng .main ul li .con dl dd {
        width: 50%;
    }

    .jiameng .main ul li .con dl dd:nth-of-type(2n):after {
        display: none;
    }

    .jiameng .main ul li .con dl dd:nth-of-type(n+3) {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #d8d8d8;
    }

    .likejiameng {
        padding: 40px 0;
    }

    .jiamenganli {
        padding: 40px 0;
    }

    .moshi {
        padding: 40px 0;
    }

    .tiaojian {
        padding: 40px 0;
    }

    .jiameng {
        padding: 40px 0;
    }
}

@media screen and (max-width: 520px) {
    .newview .con .bottom ul li {
        width: 100%;
        padding: 0 !important;
    }

    .newview .con .bottom ul li:after {
        display: none !important;
    }

    .newview .con .bottom ul li a {
        display: block;
        padding-bottom: 10px;
        /* text-align:center; */
    }

    .yuyue_add {
        font-size: 14px;
        padding: 5px 10px;
        display: none;
        bottom: 155px !important;
    }

    .bottom_yuyue > div .close {
        top: -20px;
    }

    .bottom_yuyue .index_title span {
        margin-top: 0;
    }

    .bottom_yuyue.active {
        bottom: -302.8px;
    }

    .bottom_yuyue {
        padding: 30px 0;
    }

    .bottom_yuyue figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .bottom_yuyue .index_title p {
        width: 114px;
    }

    .bottom_yuyue .index_title {
        width: 50%;
        margin-left: 15px;
        padding-left: 15px;
    }

    .bottom_yuyue figure img {
        width: 109.8px;
        height: 34.91px;
    }

    .bottom_yuyue .index_title p {
        display: none;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .bottom_yuyue .index_title span {
        font-size: 16px !important;
    }

    .bottom_yuyue .index_title span b {
        font-size: 16px !important;
    }

    .zhineng figure {
        height: 220px;
    }

    .zizhi .con .view {
        height: 280px;
    }

    .wenhua .main {
        padding: 0 10px;
    }

    .guochuan .main {
        padding: 0 10px;
    }

    .zhengongfu .main {
        padding: 0 10px;
    }

    .zhengongfu .main .view {
        padding: 20px 10px;
    }

    .news .main .item a .info p {
        margin: 15px 0;
    }

    .likejiameng .main form div .ind {
        font-size: 14px;
    }

    .jiamenganli .main .swiper-container a figure {
        height: 280px;
    }

    .jiamenganli .main .swiper-container {
        margin-top: 30px;
    }

    .likejiameng .main form button {
        margin-top: 20px;
        width: 100%;
    }

    .jiamenganli .btn {
        margin-top: 30px;
        width: 120px;
        height: 45px;
    }

    .jiamenganli .btn .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .jiamenganli .btn .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .jiamenganli .main .swiper-container a div {
        padding-top: 15px;
    }

    .jiamenganli .main .swiper-container a div h5 {
        font-size: 20px;
        font-weight: normal;
    }

    .jiamenganli .main .swiper-container a div span {
        margin: 10px 0;
    }

    .tiaojian .main .con dl dd {
        line-height: 24px;
        font-size: 14px;
    }

    .tiaojian .main .con dl dt {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .tiaojian .main .con dl {
        padding-bottom: 0;
    }

    .tiaojian .main .con dl dd + dd {
        margin-top: 15px;
    }

    .moshi .main .con ul li {
        padding-left: 80px;
    }

    .moshi .main .con ul li h5 {
        font-size: 18px;
    }

    .moshi .main .con ul li p {
        font-size: 14px;
        margin-top: 5px;
    }

    .moshi .main .con ul li:after {
        left: 20px;
    }

    .jiameng .main ul li .con h5:before {
        zoom: 0.6;
    }

    .moshi .main .indexTitle h5 {
        font-size: 22px;
    }

    .shichang .main .con ul li + li {
        border-top: 8px solid #fff;
    }

    .jiameng .main ul li .con .item p + p {
        margin-top: 10px;
    }

    .jiameng .main ul li .con {
        padding-bottom: 0 !important;
    }

    .jiameng .main ul {
        margin-top: 30px;
    }

    .mendian .main .swiper-container .btn {
        width: 120px;
        height: 45px;
    }

    .mendian .main .swiper-container .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .mendian .main .swiper-container .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .mendian .main .text.ma {
        margin-top: 20px;
    }

    .mendian .main {
        padding: 0 10px;
    }

    .jiameng .main {
        padding: 0 10px;
    }

    .mendian .main .text {
        margin-top: 15px;
    }

    .mendian .main .swiper-container figure img {
        height: 260px;
    }

    .shichang .main .con ul li h5 {
        font-size: 18px;
    }

    .shichang .main .con ul li p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .shichang .main .text {
        margin: 20px 0;
    }

    .xuanguanjia .bottom .item div h5 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .xuanguanjia .bottom .item div a {
        font-size: 14px;
        width: 140px;
        height: 40px;
        line-height: 36px;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item ul li h6:after {
        zoom: 0.9;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item ul li p:after {
        zoom: 0.9;
    }

    .xuanguanjia .main .mapdiv .search_store .view .item ul li h5 {
        font-size: 18px;
    }

    .xuanguanjia .main .mapdiv .search_store form .left select {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .xuanguanjia .main .mapdiv .search_store form .right input {
        height: 45px;
        font-size: 14px;
    }

    .xuanguanjia .main .mapdiv .search_store form .right button {
        width: 120px;
        line-height: 45px;
        height: 45px;
        font-size: 14px;
    }

    .xuanguanjia .main .mapdiv .txt {
        padding: 0 10px;
    }

    .xuanguanjia .main .mapdiv .search_store {
        padding: 0 10px;
    }

    .xuanguanjia .main .tixi {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .xinwen .main .right .swiper-container a .con p {
        margin: 15px 0 !important;
    }

    .indexTitle h5 {
        margin-top: 10px;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) li {
        width: 48%;
    }

    .anzhuang .haobiaozhun ul:nth-of-type(2) li:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .anzhuang .haobiaozhun ul li:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .anzhuang .haobiaozhun ul li {
        width: 48%;
    }

    .anzhuang .haobiaozhun {
        padding: 40px 0;
    }

    .anzhuang .haofuwu ul li div icon {
        zoom: 0.6;
    }

    .anzhuang .haofuwu ul li div {
        padding: 30px 0;
    }

    .anzhuang .haofuwu {
        padding: 40px 10px;
    }

    .anzhuang .haofuwu ul li {
        width: 48%;
    }

    .anzhuang .haofuwu ul li:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .anzhuang .haofuwu ul li:last-child {
        width: 100%;
    }

    .anzhuang .tongdian ul li figure {
        height: auto;
    }

    .anzhuang .biaozhun {
        padding: 50px 0;
    }

    .anzhuang .tongdian ul {
        padding: 0;
        margin-top: 20px;
    }

    .anzhuang .tongdian ul li:nth-of-type(2n) {
        padding-bottom: 0;
    }

    .anzhuang .indexTitle h5 {
        margin-top: 5px;
    }

    .anzhuang .tongdian {
        padding: 30px 10px;
    }

    .anzhuang .tongdian ul li:nth-of-type(2n) figure {
        position: static;
    }

    .anzhuang .tongdian ul li div {
        padding: 20px 0;
        height: auto;
    }

    .anzhuang .tongdian ul li div p {
        display: block;
        width: 100%;
    }

    .anzhuang .tongdian ul li + li {
        margin-top: 10px;
    }

    .anzhuang .tongdian ul li {
        width: 100%;
    }

    .case .main {
        padding: 30px 10px;
    }

    .case .main .con dl dd a figure {
        height: 280px !important;
    }

    .newview .con .bottom ul {
        padding: 15px 10px;
        margin-top: 20px;
    }

    .newview .con {
        padding: 30px 10px;
    }

    .news .main {
        padding: 0 10px;
    }

    .pro_list .main {
        padding: 0 10px;
    }

    .news {
        padding: 30px 0;
    }

    .life .main .item a div h5 {
        line-height: 32px;
    }

    .life .main .item a + a {
        margin-top: 20px;
    }

    .life .main .item a div p {
        font-size: 14px;
    }

    .life .main .item a div {
        padding: 10px 0;
    }

    .life {
        padding: 30px 0;
    }

    .zhengongfu .indexTitle h5 {
        margin-top: 5px;
    }

    .zhengongfu .main .view p {
        line-height: 26px;
    }

    .zhengongfu .main .view .con {
        margin-top: 20px;
    }

    .zhengongfu .main .view h4 {
        font-size: 24px;
    }

    .zhengongfu .main ul {
        padding: 30px 0;
        margin-top: 30px;
    }

    .chuanshiren .main .con div {
        padding: 20px 0;
        padding-bottom: 90px;
    }

    .zhengongfu {
        padding: 40px 0;
    }

    .wenhua .main .con2 .view ul h6 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .wenhua .main .con2 .view ul h5 {
        font-size: 22px;
    }

    .wenhua .main .con2 .view {
        margin-top: 20px;
    }

    .wenhua .indexTitle h5 {
        margin-top: 5px;
    }

    .wenhua .main .con1 .view {
        margin-top: 20px;
        padding-top: 20px;
    }

    .wenhua {
        padding: 40px 0;
    }

    .pro_item a div {
        border: 6px solid rgba(30, 43, 105, 0.7);
        padding: 50px 20px;
        width: 70%;
    }

    .proClass .top h5 p {
        padding-right: 30px;
        font-size: 16px;
    }

    .proClass .top h5 p:after {
        width: 15px;
        height: 8px;
    }

    .pro_list {
        padding: 30px 0px;
    }

    .proClass .con dl dt {
        padding: 10px;
        font-size: 16px;
    }

    .proClass .top h5 {
        padding: 10px;
        font-size: 14px;
    }

    .proClass .con dl dd a {
        padding: 10px;
        font-size: 14px;
    }

    .proClass .top nav ul li a {
        padding: 10px;
    }

    .proview .view {
        padding-top: 20px;
    }

    .proview .view .neirong {
        margin-top: 20px;
    }

    .proview .main {
        padding: 0 10px;
    }

    .proview {
        padding: 30px 0;
    }

    .proview .con .right div a + a {
        margin-left: 0;
    }

    .proview .con .left a img {
        height: 280px;
    }

    .proview .con .right h4 {
        font-size: 22px;
    }

    .proview .con .right h5 {
        margin-top: 10px;
        padding-bottom: 15px;
    }

    .proview .con .right div {
        margin-top: 20px;
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
    }

    .proview .con .right div a {
        width: 48%;
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
    }

    .m-pages {
        margin-top: 30px;
    }

    .m-pages li {
        display: none;
    }

    .m-pages li.fengye {
        display: block;
    }

    .guochuan .main .guochuan-page {
        width: 120px;
    }

    .guochuan .main .guochuan-page .prev {
        width: 45px;
        height: 45px;
    }

    .guochuan .main .guochuan-page .next {
        width: 45px;
        height: 45px;
    }

    .guochuan .main .guochuan-page {
        margin-top: 20px;
    }

    .guochuan .main .item dl dd a div {
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .guochuan .main .item dl dd {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .guochuan .main .item dl dd + dd {
        margin-top: 15px !important;
    }

    .guochuan .main .zonglan {
        padding: 20px 0;
    }

    .guochuan .indexTitle h5 {
        margin-top: 5px;
    }

    .guochuan {
        padding: 40px 0;
    }

    .guochuan .main .zonglan dl dd {
        padding: 15px 0;
    }

    .chuanshiren .main ul li h5 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .chuanshiren .main ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .chuanshiren {
        padding: 40px 0;
    }

    .chuanshiren .main ul li {
        width: 100% !important;
    }

    .chuanshiren .main ul li + li {
        margin-top: 15px;
    }

    .chuanshiren .indexTitle h5 {
        margin-top: 5px;
    }

    .chuanshiren .main .con {
        margin-top: 30px;
    }

    .chuanshiren .main {
        padding: 0 10px;
    }

    .qinghuai .main .con div h5 {
        font-size: 22px;
    }

    .shehui .main h3 {
        font-size: 22px;
    }

    .shehui .main ul {
        margin-top: 20px;
    }

    .shehui .main ul li figure {
        height: 300px;
    }

    .shehui {
        padding: 40px 0;
    }

    .qinghuai .main {
        padding: 0 10px;
    }

    .qinghuai .indexTitle h5 {
        margin-top: 5px;
    }

    .qinghuai {
        padding: 40px 0;
    }

    .licheng .main {
        padding: 0 10px;
    }

    .zizhi .con .view ul li + li {
        margin-left: 6px;
    }

    .zizhi .con .view ul li a {
        font-size: 12px;
        padding: 8px;
    }

    .zizhi .con .view {
        padding: 0;
    }

    .zizhi .con {
        padding: 30px 10px;
    }

    .zizhi .con .view .swiper-container a {
        height: 180px;
    }

    .zizhi .main .indexTitle {
        display: flex;
    }

    .zizhi .main ul {
        margin-top: 0;
    }

    .zizhi .main ul li {
        text-align: center;
    }

    .zizhi .indexTitle h5 {
        margin-top: 5px;
    }

    .licheng .main .indexTitle h5 {
        margin-top: 5px;
    }

    .zizhi .main {
        padding: 40px 0;
    }

    .licheng .main .licheng-year {
        margin-top: 20px;
    }

    .licheng .main .licheng-con .swiper-container .swiper-slide div p {
        margin-top: 5px;
    }

    .licheng {
        padding: 40px 0;
    }

    .zhineng .main .con h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .zhineng .main .con > div {
        margin-top: 15px;
    }

    .jieshao .main .indexTitle h5 {
        margin-top: 5px;
    }

    .count-ul li h5 {
        font-size: 12px;
    }

    .zhineng .main .con {
        padding: 0 10px;
    }

    .zhineng .main {
        padding: 40px 0;
    }

    .jieshao .main {
        padding: 0 10px;
    }

    .dashi .main {
        padding: 0 10px;
    }

    .xianxia .main ul li a div h4 {
        font-size: 16px;
    }

    .xianxia .main ul li a icon {
        zoom: 0.5;
    }

    .xianxia .main ul li a {
        padding: 15px;
    }

    .xinwen .main {
        padding: 0 10px;
    }

    .shouxuan.shipin .con {
        margin-bottom: 30px;
    }

    .shouxuan.shipin .indexBtn a {
        padding: 10px;
    }

    .shouxuan.shipin .indexBtn {
        width: 260px;
    }

    .anli .main .m figure {
        height: 280px;
    }

    .indexTitle h5 {
        font-size: 22px;
    }

    .shouxuan .indexBtn a {
        padding: 10px 0;
    }

    .shouxuan .main {
        padding: 0 10px;
    }

    .shouxuan .tit {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .shouxuan .con {
        font-size: 18px;
        font-weight: normal;
    }

    .shouxuan .con span {
        font-size: 18px;
        font-weight: normal;
    }

    .shouxuan .tit span {
        font-size: 22px;
    }

    .count-ul li div {
        padding-right: 15px;
    }

    .count-ul li div p {
        font-size: 26px;
    }

    .count-ul li div i {
        font-size: 12px;
    }

    .pro .indexTitle h4 {
        font-size: 24px;
    }

    .pro .swiper-container {
        margin-top: 20px;
    }

    .indexTitle p {
        font-size: 14px;
    }

    .pro .swiper-container a div p {
        font-weight: normal;
        font-size: 22px;
    }

    .pro .swiper-container a div i {
        width: 70px;
        height: 70px;
        line-height: 65px;
    }

    .pro .swiper-container a figure {
        height: 420px;
    }

    .pro .swiper-container a:hover figure {
        height: 420px;
    }

    .m_search div > i {
        width: 40px;
        height: 40px;
    }

    .m_search div h5 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 30px;
    }

    .m_search div form {
        padding: 0 40px;
        margin-top: 20px;
    }

    .m_search div form input {
        line-height: 40px;
        font-size: 16px;
    }

    .m_search div form button {
        margin-top: 30px;
        line-height: 40px;
        font-size: 14px;
    }

    .MgoTop {
        width: 40px;
        height: 40px;
    }

    .Mnav ul li a icon {
        width: 20px;
        height: 20px;
    }

    .Mnav ul li a span {
        font-size: 14px;
        margin-left: 10px;
    }

    header .m .Msearch {
        width: 22px;
        height: 22px;
    }

    header .m .menu label {
        max-width: 90px;
        max-height: 90px;
        left: -32px;
        top: -25px;
    }

    header .m > a {
        height: 30px;
    }

    header .m {
        padding: 10px;
    }

    .ibanner {
        margin-top: 50px;
    }

    .mlanmu {
        margin-top: 50px;
    }

    .mlanmu h4 {
        padding: 12px 14px;
        font-size: 16px;
    }

    .mlanmu h4:after {
        right: 16px;
        width: 15px;
        height: 15px;
    }

    .dashi .indexTitle h5 {
        font-size: 22px;
        margin: 0;
    }

    .PopupColumn {
        top: 50px;
    }

    .ibanner .swiper-pagination {
        bottom: 30px !important;
    }

    .ibanner .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }

    footer .footer1 .m figure {
        width: 150px;
    }

    footer .footer1 .m p {
        font-size: 18px;
    }

    footer .footer1 .m h5 {
        font-size: 20px;
    }

    footer {
        padding-bottom: 50px;
    }

    footer .footer2 {
        padding: 15px 0;
    }

    footer .footer2 div p:nth-of-type(1) a {
        display: block;
        line-height: 24px;
    }

    footer .footer2 div p {
        display: block;
        line-height: 24px;
    }

    .dashi .indexBtn {
        margin: 30px auto;
        width: 258px;
    }

    .shouxuan .indexBtn {
        width: 258px;
    }

    .dashi .indexBtn a {
        padding: 10px 0;
    }

    .indexBtn a {
        font-size: 16px;
        font-weight: normal;
    }

    .dashi .indexTitle h4 {
        font-size: 18px;
    }

    .indexBtn a {
        padding: 10px 0;
    }

    .anli .main {
        padding: 0 10px;
    }

    .anli .indexBtn {
        width: 258px;
        margin: 0 auto;
        margin-top: 30px;
        display: block;
    }

    .anli .main .top {
        margin-bottom: 20px;
    }

    .shehui {
        padding-top: 30px;
    }

    .shehui .main ul li div {
        padding: 0 20px;
        bottom: -50px;
    }

    .shehui .main ul li div h5 {
        font-size: 20px;
    }

    .shehui .main ul li div h6 {
        margin-top: 5px;
    }

    .shehui .main ul li div p {
        font-size: 14px;
        line-height: 24px;
    }

    .shehui .main ul li:hover div {
        bottom: 20px;
    }
}

@media screen and (max-width: 420px) {
    .m_search div form {
        padding: 0 15px;
    }

    .m_search div .searchClose i {
        width: 30px;
        height: 30px;
    }

    .m_search div .searchClose p {
        font-size: 14px;
    }
}

#pc_lanmu {
    width: 100%;
    height: auto;
    position: fixed;
    top: 98px;
    left: 0;
    background-color: #fff;
    padding: 40px 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s all;
    transition: .4s all;
}

#pc_lanmu > .main {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

#pc_lanmu > .main .left {
    width: 400px;
}

#pc_lanmu > .main .left figure {
    width: 85px;
    height: 85px;
}

#pc_lanmu > .main .left figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#pc_lanmu > .main .left h3 {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
}

/* #pc_lanmu > .main .left h3:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url("../icon/tel.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */

#pc_lanmu > .main .left h4 {
    font-size: 14px;
    color: #575656;
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
}

/* #pc_lanmu > .main .left h4:after {
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  background: url("../icon/address.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */

#pc_lanmu > .main .left a {
    display: inline-block;
    margin-top: 30px;
    height: auto;
    line-height: normal;
    padding: 15px 35px;
    background-color: #1e2b69;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#pc_lanmu > .main .right {
    width: 1200px;
    border-left: 1px solid #e9e9e9;
    padding: 20px 50px;
}

#pc_lanmu > .main .right .swiper-container {
    width: 900px;
    margin: 0 auto;
}

#pc_lanmu > .main .right dl {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-end;
}

#pc_lanmu > .main .right dl dd {
    width: 31%;
    margin-right: 3.5%;
    padding-bottom: 15px;
    padding-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#pc_lanmu > .main .right .pic img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

header .pc > nav ul li .right {
    position: relative;
}

header .pc > nav ul li .right a {
    height: auto;
    line-height: normal;
}

header .pc > nav ul li .right .swiper-button-prev {
    background: url("../icon/class-jt.png") no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    left: 80px;
}

header .pc > nav ul li .right .swiper-button-prev:after {
    display: none;
}

header .pc > nav ul li .right .swiper-button-next {
    background: url("../icon/class-jt.png") no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    right: 80px;
}

header .pc > nav ul li .right .swiper-button-next:after {
    display: none;
}

#pc_lanmu > .main .right .title {
    font-size: 14px;
    color: #434144;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

#pc_lanmu > .main .right .title:After {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #434144;
}

#pc_lanmu > .main .right dl dd a {
    height: auto;
    line-height: normal;
}

#pc_lanmu > .main .right a div {
    line-height: normal;
}

#pc_lanmu > .main .right dl dd:hover i {
    border: 5px solid #1e2b69;
}

#pc_lanmu > .main .right dl dd.active i {
    border: 5px solid #1e2b69;
}

#pc_lanmu > .main .right dl dd:nth-of-type(3n) {
    margin-right: 0;
}

#pc_lanmu > .main .right dl dd:nth-of-type(n+4) {
    margin-top: 75px;
}

#pc_lanmu > .main .right dl dd div h5 {
    font-size: 14px;
    color: #3b3b3b;
}

#pc_lanmu > .main .right dl dd div p {
    margin-top: 10px;
    font-size: 14px;
    color: #626262;
    line-height: 20px;
    width: 160px;
    text-transform: uppercase;
}

#pc_lanmu > .main .right dl dd i {
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #a6a6a6;
    -webkit-transition: .4s all;
    transition: .4s all;
    border-radius: 50%;
}

@media screen and (max-width: 1600px) {
    #pc_lanmu > .main {
        width: 100%;
        padding: 0 20px;
    }

    #pc_lanmu > .main .left {
        display: none;
    }

    #pc_lanmu > .main .right {
        width: 100%;
        border-left: none;
    }

    header .pc > nav ul li .right .swiper-button-prev {
        left: 10px;
    }

    header .pc > nav ul li .right .swiper-button-next {
        right: 10px
    }
}

.m-serve {
    background-color: #f6f6f6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.m-serve .tit {
    text-align: center;
    padding: 24px 0 45px;
    background-color: #ddae60;
}

.m-serve .tit h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: bold;
}

.m-serve .tit p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.m-serve .tit p em {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

.m-serve .form {
    margin: -26px 20px 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 19px 15px 19px;
    border: 1px solid #f0f0f0;
}

.m-serve .form .item .inp, .m-serve .form select {
    border: 1px solid #e2e2e2;
    padding: 0 20px 0 13px;
    font-size: 12px;
    color: #828282;
    line-height: 35px;
    height: 35px;
    display: block;
    width: 100%;
    border-radius: 3px;
}

.m-serve .form select {
    width: 48%;
    background: url(../icon/qwy-i5.png) center right 11px no-repeat;
}

.m-serve .form select:last-child {
    margin-top: 15px;
    width: 100%;
}

.m-serve .form .item {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}

.m-serve .form .item .s1 {
    float: left;
    width: 47%;
}

.m-serve .form .item .s2 {
    float: right;
    width: 47%;
}

.m-serve .form .sub {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #d0101b;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.m-serve .form .sub:hover {
    border-radius: 3px;
    color: #d0101b;
    background-color: transparent;
    border-color: #d0101b;
}

.m-serve .form .sub {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #d0101b;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.m-serve .form .sub:hover {
    border-radius: 3px;
    color: #d0101b;
    background-color: transparent;
    border-color: #d0101b;
}

.g-box {
    padding: 15px 15px 5px 20px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.g-tit1 {
    overflow: hidden;
    margin-bottom: 15px;
}

.g-tit1 h3 {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #000;
    background: url(https://www.gcfuson.com/public/static/officialweb/icon/a-ico12.png) center left no-repeat;
    line-height: 34px;
    font-weight: 400;
}

.g-tit1 a {
    float: right;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 8px;
}

.m-list2 {
    padding-bottom: 10px;
}

.m-list2 li a {
    display: block;
    font-size: 14px;
    color: #838282;
    line-height: 24px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 10px;
}

.m-list2 li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #e3e3e3;
    margin-top: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
    color: #ff5e0e;
}

.m-list3 {
    overflow: hidden;
    margin: 0 -9px;
}

.m-list3 li {
    float: left;
    width: 50%;
    padding: 0 9px;
    text-align: center;
}

.m-list3 li a {
    display: block;
    font-size: 14px;
    color: #5e5e5e;
    transition: .4s all;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 18px;
    background-color: #efefef;
}

.g-box {
    padding: 23px 20px 5px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
}

.g-tit1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.g-tit1 h3 {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #000;
    background: url(../icon/qwy-i6.png) center left no-repeat;
    line-height: 34px;
    font-weight: 400;
    font-weight: 700;
}

.g-tit1 a {
    float: right;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 8px;
}

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
    color: #ddae60;
}

.ul-form {
    overflow: hidden;
    margin: 0 -4px;
}

.ul-form li {
    float: left;
    width: 50%;
    margin-top: 12px;
    padding: 0 4px;
}

.g-box {
    padding: 15px 15px 5px 20px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.g-tit1 {
    overflow: hidden;
    margin-bottom: 15px;
}

.g-tit1 h3 {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #000;
    background: url(https://www.gcfuson.com/public/static/officialweb/icon/a-ico12.png) center left no-repeat;
    line-height: 34px;
    font-weight: 400;
}

.g-tit1 a {
    float: right;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 8px;
}

.m-list2 {
    padding-bottom: 10px;
}

.m-list2 li a {
    display: block;
    font-size: 14px;
    color: #838282;
    line-height: 24px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 10px;
}

.m-list2 li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #e3e3e3;
    margin-top: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
    color: #ff5e0e;
}

.m-list3 {
    overflow: hidden;
    margin: 0 -9px;
}

.m-list3 li {
    float: left;
    width: 50%;
    padding: 0 9px;
    text-align: center;
}

.m-list3 li a {
    display: block;
    font-size: 14px;
    color: #5e5e5e;
    transition: .4s all;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 18px;
    background-color: #efefef;
}

.g-box {
    padding: 23px 20px 5px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
}

.g-tit1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.g-tit1 h3 {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #000;
    background: url(../icon/qwy-i6.png) center left no-repeat;
    line-height: 34px;
    font-weight: 400;
    font-weight: 700;
}

.g-tit1 a {
    float: right;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 8px;
}

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
    color: #ddae60;
}

.ul-form {
    overflow: hidden;
    margin: 0 -4px;
}

.ul-form li {
    float: left;
    width: 50%;
    margin-top: 12px;
    padding: 0 4px;
}

.ul-list5 {
    overflow: hidden;
}

.ul-list5 li {
    margin-bottom: 25px;
}

.ul-list5 li a {
    display: block;
}

.ul-list5 li .pic {
    position: relative;
    padding-top: 75.39%;
    margin-bottom: 7px;
    overflow: hidden;
}

.ul-list5 li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s all;
}

.ul-list5 li .txt {
    text-align: center;
}

.ul-list5 li .txt .tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: .4s all;
}

.ul-list5 li .txt p {
    font-size: 14px;
    color: #868686;
}

.ul-list5 li:hover .txt .tit {
    color: #ddae60;
}

.ul-list5 li:hover .pic img {
    transform: scale(1.03);
}
    