* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
    font-size: 14px;
}
body {
    font-family:  "寰蒋闆呴粦", "榛戜綋","瀹嬩綋";
    overflow-x: hidden;
}
.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
a,
p,
li,
h1,
h2,
h3 {
    text-decoration: none !important;
}
body {
    position: relative;
}
.isIe .select::after {
    content: none!important;
}
.swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 0.3rem;
    background: #ff0008;
}
.layui-layer-btn {
    display: flex;
    justify-content: center;
}
.breadcrum {
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;
}
.breadcrum a,
.breadcrum p {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .breadcrum a,
    .breadcrum p {
        font-size: 12px;
    }
}
.breadcrum a {
    cursor: pointer;
    color: #666;
    display: block;
}
.breadcrum i {
    margin-right: 5px;
    color: #e50110;
    font-size: 20px;
    line-height: 0.8;
}
@media only screen and (max-width: 1170px) {
    .breadcrum i {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .breadcrum i {
        font-size: 16px;
    }
}
.breadcrum .current {
    color: #333;
}
.textAreaContainer {
    font-size: 14px;
    line-height: 1.5;
}
/* header style */
.header {
    width: 100%;
    position: fixed;
    z-index: 9999;
}
.header .pcMenuContainer {
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #ebebeb;
}
.header .bottom {
    width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.9rem;
    background: #fff;
}
.header .bottom > a {
    display: flex;
    align-items: center;
    height: 100%;
}
.header .bottom .menu {
    height: 0.9rem;
}
.header .bottom .menu > ul {
    height: 100%;
    background: #fff;
}
.header .bottom .menu > ul > li > a {
    display: block;
    height: 100%;
}
.header .bottom > img {
    width: 1.6rem;
    cursor: pointer;
}
.header .bottom > .right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.header .bottom > .right i {
    display: block;
}
.header .menu > ul {
    display: flex;
}
.header .menu > ul > li {
    box-sizing: border-box;
    padding: 0 17px;
    line-height: 0.9rem;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
@media only screen and (max-width: 1024px) {
    .header .menu > ul > li {
        font-size: 16px;
    }
}
.header .menu > ul > li i {
    margin-right: 5px;
}
.header .menu > ul > li.active > a,
.header .menu > ul > li:hover > a {
    box-shadow: inset 0 -2px 0 #d12d25;
}
.header .menu ul li .innerWrap {
    display: flex;
    width: 1270px;
    margin: 0 auto;
}
.header .menu ul li .innerWrap .left {
    width: 50%;
    padding: 0.6rem 0 1rem;
    box-shadow: 15px 0 15px rgba(0, 0, 0, 0.1);
}
.header .menu ul li .innerWrap .left h2 {
    margin-bottom: 0.3rem;
    line-height: 1.5;
}
.header .menu ul li .innerWrap .right {
    display: block;
    width: 50%;
    padding: 0.6rem 0 1rem 1rem;
}
.header .menu ul li .innerWrap .right a {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    cursor: pointer;
}
.header .menu ul li .innerWrap .right h2 {
    margin-bottom: 0.3rem;
    line-height: 1.5;
}
.header .menu ul li .innerWrap .right .imgBox {
    width: 100%;
    height: 1.73rem;
}
.header .menu ul li .innerWrap .right .imgBox div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.header .menu ul li .child {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    top: calc(0.9rem);
    /*top: 0.9rem;*/
    background: #fff;
    transform-origin: top center;
    display: none;
    border-top: 1px solid #ebebeb;
    cursor: default;
}
.header .menu ul li .child ul {
    display: flex;
    flex-wrap: wrap;
}
.header .menu ul li .child li {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
}
@media only screen and (max-width: 1366px) {
    .header .menu ul li .child li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .header .menu ul li .child li {
        font-size: 14px;
    }
}
.header .menu ul li .child li a {
    width: 100%;
    height: 100%;
    color: #333;
}
.header .menu ul li .child li:last-child {
    border-bottom: none;
}
.header .menu ul li .child li:hover a {
    color: #d12d25;
}
.header .menu ul li:hover .child {
    /*animation-name: slideInDown;*/
    animation-duration: 0.4s;
    display: block;
    top: calc(0.9rem);
    border-top: 1px solid #ebebeb;
}


.header .menuContainer {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    z-index: -1;
}
.header .menuContainer ul li {
    position: relative;
    padding: 0.3rem;
    border-top: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
}
.header .menuContainer ul li .child {
    display: none;
    margin-top: 0.3rem;
}
.header .menuContainer ul li .child li:last-child {
    padding-bottom: 0;
}
.header .menuContainer ul li::after {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-family: 'FontAwesome';
    content: '\e683';
}
.toggleMenu {
    position: absolute;
    /*top: 0.9rem;*/
    left: 0;
    width: 100%;
    z-index: 997;
    background: linear-gradient(to right, #f4f4f4 0, #f4f4f4 50%);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    animation-duration: 0.4s;
    display: none;
}
.toggleMenu .innerWrap {
    display: flex;
    width: 1270px;
    margin: 0 auto;
}
.toggleMenu .innerWrap .left {
    width: 36.25%;
}
.toggleMenu .innerWrap .left ul {
    padding: 0.4rem 0;
}
.toggleMenu .innerWrap .left ul li {
    height: 0.8rem;
    padding: 0 0.25rem;
    cursor: pointer;
}
.toggleMenu .innerWrap .left ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.toggleMenu .innerWrap .left ul li.active {
    background: #fff;
}
.toggleMenu .innerWrap .left ul li.active p {
    color: #e60111;
}
.toggleMenu .innerWrap .left ul li.active div {
    display: none;
}
.toggleMenu .innerWrap .left ul li.active div.active {
    display: block;
}
.toggleMenu .innerWrap .left ul li a > div {
    width: 0.46rem;
    height: 0.46rem;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.2rem;
}
.toggleMenu .innerWrap .left ul li a > div.active {
    display: none;
}
.toggleMenu .innerWrap .center {
    width: 35.15%;
    background: #fff;
}
.toggleMenu .innerWrap .center > ul {
    padding: 0.4rem 0;
}
.toggleMenu .innerWrap .center > ul > li {
    display: none;
}
.toggleMenu .innerWrap .center > ul > li ul {
    height: 5.6rem;
    overflow-y: auto;
}
.toggleMenu .innerWrap .center > ul > li.active {
    display: block;
}
.toggleMenu .innerWrap .center > ul > li a {
    display: flex;
    align-items: center;
}
.toggleMenu .innerWrap .center > ul > li li {
    display: flex;
    align-items: center;
    height: 0.8rem;
    padding: 0 0.5rem;
    cursor: pointer;
}
.toggleMenu .innerWrap .center > ul > li li.active a,
.toggleMenu .innerWrap .center > ul > li li:hover a {
    color: #e60111;
}
.toggleMenu .innerWrap .center > ul > li li i {
    margin-right: 0.1rem;
}
.toggleMenu .innerWrap .right {
    width: 28.6%;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
    padding: 0.6rem 0 0.6rem 0.6rem;
}
.toggleMenu .innerWrap .right h2 {
    font-size: 30px;
    margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1440px) {
    .toggleMenu .innerWrap .right h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .toggleMenu .innerWrap .right h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .toggleMenu .innerWrap .right h2 {
        font-size: 18px;
    }
}
.toggleMenu .innerWrap .right .imgDiv {
    padding-top: 0.1rem;
    height: 0.7rem;
}
.toggleMenu .innerWrap .right .imgDiv img{
    height: 100%;
}
.toggleMenu .innerWrap .right .p1 {
    padding-top: 0.08rem;
    font-size: 18px;
    color: #666;
}
@media only screen and (max-width: 1024px) {
    .toggleMenu .innerWrap .right .p1 {
        font-size: 16px;
    }
}
.toggleMenu .innerWrap .right .p2 {
    font-size: 30px;
    color: #e60011;
}
@media only screen and (max-width: 1440px) {
    .toggleMenu .innerWrap .right .p2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .toggleMenu .innerWrap .right .p2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .toggleMenu .innerWrap .right .p2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1440px) {
    .toggleMenu .innerWrap {
        width: 1110px;
    }
}
.footer {
    display: block;
    padding-top: 0.8rem;
    background-color: #181d26;
    background-size: cover;
    background-position: center;
}
.footer .innerWrap {
    width: 1270px;
    margin: 0 auto;
}
.footer .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}
.footer .top .left {
    width: 100%;
}
.footer .top .left > ul {
    display: flex;
    justify-content: space-between;
    /*color: #fff;*/
}
.footer .top .left > ul > li p {
    margin-bottom: 0.3rem;
    font-weight: 600;
    font-size: 18px;
}
@media only screen and (max-width: 1024px) {
    .footer .top .left > ul > li p {
        font-size: 16px;
    }
}
.footer .top .left > ul > li ul li {
    cursor: pointer;
    color: #777;
    line-height: 2.5;
}
.footer .top .left > ul > li ul li:hover {
    color: #fd3b42;
    text-decoration: underline;
}
.footer .top .left > ul > li ul li:hover a {
    color: #fd3b42;
}
.footer .top .left > ul > li ul li a {
    color: #777;
    line-height: 2;
}
.footer .top .right {
    color: #000000;
}
.footer .top .right > img {
    width: 0.9rem;
    margin-bottom: 0.3rem;
}
.footer .top .right p {
    line-height: 2;
}
.footer .top .right p a {
    cursor: pointer;
    color: #fff;
}
.footer .top .right ul {
    display: flex;
    margin-top: 0.36rem;
}
.footer .top .right ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
}
.footer .top .right ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer .top .right ul li > img,
.footer .top .right ul li a img {
    width: 0.24rem;
    filter: opacity(0.3);
}
.footer .top .right ul li:hover {
    background: #e50111;
    border-color: #e50111;
}
.footer .top .right ul li:hover img {
    filter: opacity(1);
}
.footer .top .right ul li:hover .qrContainer {
    display: block;
}
.footer .top .right ul li .qrContainer {
    position: absolute;
    bottom: 0.8rem;
    z-index: 1;
    display: none;
    padding: 0.2rem;
    background: #fff;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.footer .top .right ul li .qrContainer::after {
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    margin-left: -0.18rem;
    content: "";
    width: 0;
    height: 0;
    border-left: 0.18rem solid transparent;
    border-right: 0.18rem solid transparent;
    border-top: 0.2rem solid #fff;
}
.footer .top .right ul li .qrContainer img {
    width: 1.3rem;
}
.footer .bottom {
    display: flex;
    justify-content: space-between;
    height: 1.05rem;
    /*border-top: 1px solid #2d3138;*/
    color: #666;
    line-height: 1.05rem;
}
.footer .bottom a {
    color: #666;
}
.footer .bottom .copyright a:hover {
    color: #fd3b42;
}
.footer .bottom ul {
    display: flex;
    align-items: center;
}
.footer .bottom ul li {
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    border-left: 1px solid #2a2e34;
    line-height: 0.16rem;
    cursor: pointer;
}
.footer .bottom ul li:hover {
    color: #fd3b42;
    text-decoration: underline;
}
.footer .bottom ul li:hover a {
    color: #fd3b42;
    text-decoration: underline;
}
.footer .bottom ul li a {
    color: #666;
}
.footer .bottom ul li:first-child {
    border-left: none;
}

.rightBar {
    display: block;
    position: fixed;
    top: 38vh;
    right: 0;
    z-index: 9999;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
@media only screen and (max-width: 1170px) {
    .rightBar {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .rightBar {
        font-size: 14px;
    }
}
.rightBar ul li {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
    position: relative;
    border-radius: 50%;
}
.rightBar ul li i{
    color: #df1f2d;
}
.rightBar ul li:hover {
    background: #df1f2d;
}
.rightBar ul li:hover i{
    color: #fff;
}
.rightBar ul li > img {
    width: 56%;
    filter: opacity(0.335);
}
.rightBarExposition{
    width: 55px;
    height: 280px;
    position: fixed;
    top: 30vh;
    right: 140px;
    z-index: 1000;
}
.rightBarExposition .phone{
    right: -70px;
    top: 30px;
    position: absolute;
}
.rightBarExposition .phone p{
    background: white;
    text-align: center;
    color: black;
    font-weight: bold;
}
.rightBarExposition .weiChat{
    right: -70px;
    position: absolute;
    top: 80px;
}
.rightBarExposition .weiChat p{
    background: white;
    text-align: center;
    color: black;
    font-weight: bold;
}
.rightBarExposition img{
    width: 120px;
    cursor: pointer;
}
@media only screen and (max-width: 1440px) {
    html {
        font-size: 18px;
    }
    .header .top .innerWrap {
        width: 1110px;
    }
    .header .bottom {
        width: 1270px;
    }
    .header .menu ul li .innerWrap {
        width: 1110px;
    }
    .footer .innerWrap {
        width: 1110px;
    }
    .rightBar ul li p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1280px) {
    .footer .innerWrap {
        width: 90%;
    }
    .header .top .innerWrap {
        width: 90%;
    }
    .header .menu ul li .innerWrap {
        width: 90%;
    }
    .header .bottom {
        width: 90%;
    }
    .toggleMenu .innerWrap {
        width: 90%;
    }
    .rightBar ul li p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1080px) {
    html {
        font-size: 16px;
    }
    .header {
        display: none;
    }
    .mobile-common-header {
        display: block;
        height: 1rem;
    }

    .rightBarExposition {
        display: none;
        width: 55px;
        height: 280px;
        position: none;
        top: 30vh;
        right: 25vh;
        z-index: 1000;
    }
    .rightBarExposition .phone {
        display: none;
        position: fixed;
        top: 57vh;
        right: 9vh;
    }
    .rightBarExposition .weiChat {
        display: none;
        position: fixed;
        top: 57vh;
        right: 9vh;
    }
    .rightBar ul li p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
    .breadcrum {
        display: none;
    }
    .rightBar {
        width: 180px;
        height: 60px;
        display: block;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: initial;
        bottom: 0 !important;
        z-index: 1;
    }
    .rightBar ul{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .rightBarExposition {
        display: none;
    }
    #toTop{
        display: none;
    }
    .rightBarExposition .phone,.rightBarExposition .weiChat {
        display: none;
    }
    body{
        padding-bottom: 50px !important;
    }
    /*.footer .bottom {*/
    /*    line-height: 0.4rem;*/
    /*    display: inline-block;*/
    /*    justify-content: inherit;*/
    /*}*/
    /*.footer .top, .footer .g-color-gray-light-v1{*/
    /*    display: none;*/
    /*}*/
    /*.footer .innerWrap {*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    /*.footer span, .footer a{*/
    /*    font-size: 10px;*/
    /*}*/
    .footer{
        display: none;
    }
}