@charset "utf-8";
@font-face {
    font-family: 'NotoSansHans-Regular';
    src: url(../fonts/NotoSansHans-Regular.otf);
}


@font-face {
    font-family: 'OSWALD-REGULAR';
    src: url(../fonts/OSWALD-REGULAR.TTF);
}


body {
    font-family: Arial, "NotoSansHans-Regular";
    min-width: 320px;
    overflow-x: hidden;
    background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
a,
p{
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

p,
a {
    font-size: 14px;
}
.over-img{
    overflow: hidden;
}
.eli-padd {
    padding-left: 0;
    padding-right: 0;
}
.xysimg{
    height: 0;
    position: relative;
    overflow: hidden;
    background-color: #ccc
}
.xysimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: auto;
    max-height: 100%;
    display: block;
}
/*编辑版开始*/
.bjb{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}
.bjb img{
    max-width: 100%;
    height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p{
    color: #333333;
}
.bjb p{
    line-height: 2em;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .bjb{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*编辑版结束*/
@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}


/*pc头部*/

.pc-header {
    background-image: url(../images/gls-18.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 50px;
}

.pc-header-left,
.pc-header-center,
.pc-header-right {
    display: inline-block;
}

.pc-header-left {
    float: left;
    position: relative;
}

.pc-header-left a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc-header-center {
    margin-left: 9%;
    margin-top: 24px;
}

.pc-header-right {
    float: right;
}

.nav-bgcolor {
    background-color: #007bc5;
    position: relative;
    z-index: 10;
}

.pc-header-center a {
    color: #333;
}

.pc-header-center>.level1>li {
    display: inline-block;
    position: relative;
    margin: 15px 20px;
}

.pc-header-center>.level1>li>a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    transition: all .5s;
    color: #001f2c;
    padding-bottom: 10px;
}

.pc-header-center>.level1>li>a:after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #D4442C;
    position: absolute;
    bottom: 0px;
    transition: all .5s;
}

.pc-header-center>.level1>li>a:hover {
    color: #D4442C;
}

.pc-header-center>.level1>li.active>a {
    color: #D4442C;
}

.pc-header-center>.level1>li.active>a:after {
    width: 100%;
}

.pc-header-center>.level1>li>a.active:after {
    width: 100%;
}

.pc-header-center .level2 {
    position: absolute;
    top: 35px;
    left: 30px;
    background-color: #f6f6f6;

    width: 250px;
    z-index: 11;
    display: none;
    opacity: 0
}
.level1 li:nth-child(5) ul{ padding: 10px 20px 20px;}
.pc-header-center .level2>li>a {
    display: block;
    text-decoration: none;
    padding: 9px 0px 9px 0px;
    border-bottom: 1px solid #e2e2e2;
    color: #333333;
    position: relative;
    transition: all 1s;
}

.pc-header-center .level2>li>a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #D4442C;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all .7s ease-in-out;
}

.pc-header-center .level2>li>a:hover {
    color: #D4442C;
    padding-left: 7px;
}

.pc-header-center .level2>li>a:hover:after {
    width: 100%;
}

.pc-header-right ul>li {
    display: inline-block;
    height: 98px;
    line-height: 98px;
    margin-left: 15px;
}

.pc-header-right ul>li a {
    color: #585858;
    text-decoration: none;
    transition: all .5s;
    font-size: 16px;
}

.pc-header-right ul>li a:hover {
    color: #D4442C;
}

.pc-header-right ul>li a i {
    margin-right: 5px;
}

@media screen and (max-width: 1600px) {
    .pc-header {
        padding: 15px 30px;
    }
    .pc-header-center>.level1>li {
        margin: 15px 15px;
    }
    .pc-header-center {
        margin-left: 4%;
        margin-top: 24px;
    }
}

@media screen and (max-width: 1440px) {
    .pc-header-center>.level1>li>a {
        font-size: 14px
    }
    .pc-header-right ul>li a {
        font-size: 14px;
    }
    .pc-header-left embed {
        width: 220px;
    }
    .pc-header-center {
        margin-top: 25px;
    }
    .pc-header-right ul>li {
        height: 100px;
        line-height: 100px;
    }
    .pc-header-center>.level1>li {
        margin: 15px 10px;
    }
}


/*pc头部 end*/


/*wap头部*/

.wap-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../images/gls-18.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #e6e5e5;
}

.wap-header-left {
    display: inline-block;
    position: relative;
}

.wap-header-left a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wap-header-left img {
    width: 220px;
}

.wap-header-right {
    float: right;
}

.wap-header-right ul>li {
    display: inline-block;
    height: 77px;
    line-height: 90px;
    margin-left: 15px;
}

.wap-header-right ul>li a {
    color: #0073DF;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .wap-header-left embed {
        width: 170px;
    }
    .wap-header-right ul>li {
        height: 76px;
        line-height: 95px;
        margin-left: 15px;
    }
    .wap-header-right ul>li a {
        font-size: 16px;
    }
    .wap-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/*wap头部 end*/


/*wap主导航*/

.wap-nav {
    background-color: #006bc5;
    text-align: right;
}

.wap-nav-listbox {
    background-color: #f6f6f6;
    display: none;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wap-nav-listbox .level2 {
    display: none;
    background-color: #082644;
}

.wap-nav-listbox .level1>li>a {
    text-decoration: none;
    padding: 15px 15px 15px 36px;
    display: block;
    color: #333333;
    border-bottom: 1px solid #e2e2e2;
}

.wap-nav-listbox .level1>li>a>span {
    float: right;
}

.wap-nav-listbox .level1>li>a>span>i {
    transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a:hover {
    color: #fff;
    background-color: #D4442C;
}

.wap-nav-listbox .level1>li>a.active {
    color: #fff;
    border-bottom: 1px solid #0c3b6a;
    background-color: #082644;
}

.wap-nav-listbox .level1>li>a.active:hover {
    color: #fff;
    background-color: #082644;
}

.wap-nav-listbox .level1>li>a.active span>i {
    transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
    text-decoration: none;
    padding: 15px 15px 15px 60px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #0c3b6a;
}

.wap-nav-listbox .level2>li>a:hover {
    color: #fff;
    background-color: #D4442C;
}


/*wap主导航 end*/



/*wap端浮动导航*/
.float-wap-header{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f6f6f6;
    display: block;
    width: 100%;
    z-index: 999999999;
}
.float-wap-listbox{
    position: fixed;
    left: 0;
    top: 114px;
    display: block;
    width: 100%;
    z-index: 999999999;
}
@media screen and (max-width: 767px) {
    .float-wap-listbox{
        top: 83px;
    }
}
/*wap端浮动导航 end*/



/*pc端banner*/

.slider_banner {
    position: relative;
}

.slider_banner .icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes myfirst {
    0% {
        bottom: 20px;
    }
    100% {
        bottom: 25px;
    }
}

@-moz-keyframes myfirst
    /* Firefox */

{
    0% {
        bottom: 20px;
    }
    100% {
        bottom: 25px;
    }
}

@-webkit-keyframes myfirst
    /* Safari 和 Chrome */

{
    0% {
        bottom: 20px;
    }
    100% {
        bottom: 25px;
    }
}

@-o-keyframes myfirst
    /* Opera */

{
    0% {
        bottom: 20px;
    }
    100% {
        bottom: 25px;
    }
}

.slider_banner .icon:hover {
    animation: myfirst .4s infinite;
    -moz-animation: myfirst .4s infinite;
    /* Firefox */
    -webkit-animation: myfirst .4s infinite;
    /* Safari 和 Chrome */
    -o-animation: myfirst .4s infinite;
    /* Opera */
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
}


/*pc端banner end*/


/*wap端banner图开始*/

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet {
    background: #86909b;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}


/*wap端banner图结束*/


/*首页index-box1*/

.index-box1 {
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.index-box1-bt {
    text-align: center;
    color: #001f2c;
    margin-bottom: 40px;
}

.index-box-list {
    text-align: center;
    width: 18.4%;
    margin:0 0.8%;
}

.index-box-list a {
    text-decoration: none;
    color: #001f2c;
    display: block;
}

.index-box-list a>div {
    height: 133px;
    border: 1px solid #0073DF;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.index-box-list .box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    opacity: 1;
    width: 90%;
}

.index-box-list .box2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    opacity: 0;
    width: 90%;
}

.index-box-list .box1 p,
.index-box-list .box2 p {
    font-size: 18px;
}

.index-box-list a.active{
    background-color: #0073DF;
}

.index-box-list a.active .box1 {
    top: -25%;
    opacity: 0;
}

.index-box-list a.active .box2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.index-box-list a.active .box2 p{
    color: #fff;
}
.index-box1 .index-box1-lb{
    background-color: #0073DF;
    display: none;
}
.index-box1 .index-box1-lb-active{
    display: block;
}
.index-box1 .index-box1-lb ul{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.index-box1 .index-box1-lb ul li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.index-box1 .index-box1-lb ul li a{
    display: inline-block;
    color: #f3fced;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
}
.index-box1 .index-box1-lb ul li a:after{
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: all .5s;
}
.index-box1 .index-box1-lb ul li a:hover{
    color: #fff;
}
.index-box1 .index-box1-lb ul li a:hover:after{
    width: 100%;
}
@media screen and (max-width: 1440px) {
    .index-box1 {
        padding-top: 60px;
    }
    .index-box1-bt{
        margin-bottom: 35px;
    }
    .index-box1-bt h3{
        font-size: 28px;
    }
    .index-box1 .index-box1-lb ul li a {
        padding: 10px 12px;
    }
    .index-box1 .index-box1-lb ul li {
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media screen and (max-width: 1199px) {
    .index-box1 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .index-box-list .box1 img {
        width: 45px;
    }
    .index-box-list .box1 p,
    .index-box-list .box2 p {
        font-size: 16px;
    }
    .index-box1-bt{
        margin-bottom: 30px;
    }
    .index-box1-bt h3{
        font-size: 26px;
    }
    .index-box1 .index-box1-lb ul li a {
        padding: 10px 10px;
    }
    .index-box1 .index-box1-lb ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 991px) {
    .index-box-list .box1 img {
        width: 40px;
        margin-bottom: 5px;
    }
    .index-box-list .box1 p,
    .index-box-list .box2 p {
        font-size: 14px;
    }
    .index-box1 {
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .index-box1-bt{
        margin-bottom: 25px;
    }
    .index-box1-bt h3{
        font-size: 22px;
    }
    .index-box-list a>div {
        margin-bottom: 15px;
    }
    .index-box1 .index-box1-lb ul li a {
        padding: 7px 10px;
    }
    .index-box1 .index-box1-lb ul li {
        margin-left: 3px;
        margin-right: 3px;
    }
    .index-box1 .index-box1-lb ul li a:after{
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    .index-box1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .index-box-list {
        padding-left: 7px;
        padding-right: 7px;
    }
    .index-box-list a>div {
        margin-bottom: 14px;
    }
    .index-box1-bt{
        margin-bottom: 20px;
    }
    .index-box1-bt h3{
        font-size: 20px;
    }
    .index-box1 #klb{
        margin-left: -8px;
        margin-right: -8px;
    }
    .index-box1 .index-box1-lb ul li {
        margin-left: 0;
        margin-right: 0;
    }
}

/*首页index-box1 end*/

/*首页index-box2*/
.index-box2{
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 25px;
    padding-bottom: 60px;
}
.index-box2-left .swiper-container-left,
.index-box2-right .swiper-container-right{
    overflow: hidden;
}
.index-box2-left .swiper-slide{
    width: 100%;
    height: 100%;
}
.index-box2-left .swiper-button-next,
.index-box2-left .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.index-box2-left .swiper-button-next{
    background: none;
    right: -25px;
    left: auto;
    background-color: #D4442C;
    transition: all .7s;
}
.index-box2-left .swiper-button-next:hover{
    background-color: #0c4408;
}
.index-box2-left .swiper-button-next:after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/gls-23.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #999999;
}

.index-box2-left .swiper-button-prev{
    background: none;
    left: -25px;
    right: auto;
    background-color: #D4442C;
    transition: all .7s;
}
.index-box2-left .swiper-button-prev:hover{
    background-color: #0c4408;
}
.index-box2-left .swiper-button-prev:after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/gls-22.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #999999;
}
.index-box2-left .bgimg{
    padding-bottom: 49.89%;
    height: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.index-box2-left .bgimg .bgnumber{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 350px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #0073DF;
    transition: all 1s;
    font-family: "OSWALD-REGULAR";
}
.index-box2-left .bgimg .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
}
.index-box2-left .bgimg .text .xl{
    font-size: 30px;
    color: #fff;
}
.index-box2-left .bgimg .text .lx{
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
}
.index-box2-left .bgimg .text .sm{
    margin-top: 50px;
    color: #a4aab2;
}
.index-box2-right img{
    max-width: 100%;
    height: auto;
    display: block;
}
.index-box2-bg-text{
    position: absolute;
    top: -60px;
    right: -0px;
    font-size: 400px;
    z-index: 999;
    color: #0073DF;
    font-family: "FZS3JW";
    height: 305px;
    line-height: 320px;
    overflow: hidden;
    transition: font-size 1s;
}
@media screen and (max-width: 1750px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 300px;
    }
}
@media screen and (max-width: 1600px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 270px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 28px;
    }
    .index-box2-left .bgimg .text .lx {
        font-size: 16px;
        margin-top: 15px;
    }
    .index-box2-left .bgimg .text .sm {
        margin-top: 40px;
    }
    .index-box2-bg-text{
        font-size: 350px;
        height: 255px;
        line-height: 285px;
    }
}
@media screen and (max-width: 1440px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 230px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 26px;
    }
    .index-box2-left .bgimg .text .lx {
        font-size: 16px;
        margin-top: 10px;
    }
    .index-box2-left .bgimg .text .sm {
        margin-top: 35px;
    }
    .index-box2-bg-text{
        font-size: 300px;
        height: 215px;
        line-height: 245px;
    }
    .index-box2 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1280px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 180px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 22px;
    }
    .index-box2-left .bgimg .text .lx {
        font-size: 14px;
        margin-top: 10px;
    }
    .index-box2-left .bgimg .text .sm {
        margin-top: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .index-box2 {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .index-box2-left .swiper-button-next,
    .index-box2-left .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -22px;
        -moz-background-size: 40px 40px;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }
    .index-box2-left .swiper-button-next{
        right: -19px;
    }
    .index-box2-left .swiper-button-prev{
        left: -19px;
    }
    .index-box2-left .swiper-button-next:after{
        width: 40px;
        height: 40px;
    }
    .index-box2-left .swiper-button-prev:after{
        width: 40px;
        height: 40px;
    }
    .index-box2-left .bgimg .text .sm {
        font-size: 12px;
    }
    .index-box2-bg-text{
        font-size: 250px;
        height: 205px;
        line-height: 205px;
    }

}
@media screen and (max-width: 991px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 280px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 30px;
    }
    .index-box2-left .bgimg .text .lx {
        font-size: 18px;
        margin-top: 25px;
    }
    .index-box2-left .bgimg .text .sm {
        margin-top: 50px;
        font-size: 14px;
    }
    .index-box2 {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 200px;
    }
    .index-box2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .index-box2-left .swiper-button-next{
        right: 0px;
    }
    .index-box2-left .swiper-button-prev{
        left: 0px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 26px;
    }
    .index-box2-left .bgimg .text .lx {
        font-size: 14px;
        margin-top: 15px;
    }
    .index-box2-left .bgimg .text .sm {
        margin-top: 30px;
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 150px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 22px;
    }
    .index-box2-left .bgimg .text .lx {
        margin-top: 10px;
    }
    .index-box2-left .bgimg .text .sm {
        margin-top: 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 550px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 100px;
    }
    .index-box2-left .bgimg .text .xl {
        font-size: 20px;
    }
    .index-box2-left .bgimg .text .lx {
        margin-top: 15px;
        font-size: 14px;
    }
    .index-box2-left .bgimg .text .sm {
        display: none !important;
    }
    .index-box2-left .swiper-button-next,
    .index-box2-left .swiper-button-prev{
        display: none !important;
    }
    .index-box2-left .bgimg .text {
        width: 90%;
    }
}
@media screen and (max-width: 350px) {
    .index-box2-left .bgimg .bgnumber {
        font-size: 80px;
    }
}
/*首页index-box2 end*/

/*首页index-box3*/
.index-box3{
    padding:20px 65px;
}
.index-box3-t-one{
    padding-bottom: 49.89%;
    transition: all 1s;
}
.index-box3-t-two{
    padding-bottom: 99.78%;
    transition: all 1s;
}
.index-box3 a{
    display: block;
    overflow: hidden;
}
.index-box3 a:hover .index-box3-t-one,
.index-box3 a:hover .index-box3-t-two{
    transform: scale(1.1);
}
.index-box3 .zzc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0073DF;
    opacity: 0;
    display: block;
    transition: all .5s;
}
.index-box3 a:hover .zzc{
    opacity: 0.9;
}
.index-box3 .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    color: #fff;
}
.index-box3 .text h2{
    font-size: 26px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    transform: translateY(170%);
    transition: all .5s;
}
.index-box3 a:hover h2{
    transform: translateY(0%);
}
.index-box3 .text h2:after{
    content: "";
    width: 110%;
    display: block;
    background-color: #fff;
    opacity: 0.5;
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: -5%;
}
.index-box3 .text h2:before{
    content: "";
    width: 110%;
    display: block;
    background-color: #fff;
    opacity: 0.5;
    height: 1px;
    position: absolute;
    top: -12px;
    left: -5%;
}
.index-box3 .text p{
    opacity: 0;
    transition: all .5s;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-box3 a:hover p{
    opacity: 1;
}
@media screen and (max-width: 1680px) {
    .index-box3 .text h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1440px) {
    .index-box3 .text h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1280px) {
    .index-box3 .text h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .index-box3{
        padding-left: 45px;
        padding-right: 45px;
    }
    .index-box3 .text h2 {
        font-size: 18px;
        transform: translateY(230%);
    }
}
@media screen and (max-width: 767px) {
    .index-box3{
        padding-left: 25px;
        padding-right: 25px;
    }
    .index-box3 .text h2 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .index-box3 .text h2 {
        font-size: 14px;
        transform: translateY(100%);
    }
    .index-box3 a:hover h2{
        transform: translateY(50%);
    }
    .index-box3 .text p {
        display: none !important;
    }
}
@media screen and (max-width: 450px) {
    .index-box3 .text h2 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .index-box3 .text h2 {
        font-size: 14px;
        transform: translateY(0%);
    }
    .index-box3 a:hover h2{
        transform: translateY(-20%);
    }
}
/*首页index-box3 end*/

/*首页index-box4*/
.index-box4{
    padding: 65px;
}
.index-box4-bg-text{
    position: absolute;
    top: -60px;
    left: -0px;
    font-size: 400px;
    z-index: 999;
    color: #0073DF;
    height: 305px;
    line-height: 320px;
    overflow: hidden;
    transition: font-size 1s;
}
.index-box4 .left .index-box4-t{
    padding-bottom: 87.5%;
}
.index-box4 .right{
    background-color: #dadada;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
}
.index-box4 .right .swiper-slide>.wz{
    position: absolute;
    top: 50px;
    left:50%;
    transform: translateX(-50%);
    display: block;
    width: 90%;
    text-align: center;
}
.index-box4 .right .swiper-slide>.wz>span{
    color: #f3fced;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f3fced;
}
.index-box4 .right .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
}
.index-box4 .right .text h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.index-box4 .right .text p{
    text-align: center;
    margin-bottom: 25px;
    color: #b6ccbb;
}
.index-box4 .right .text p:nth-last-of-type(1){
    margin-bottom: 0px;
}
.index-box4 .right .text a{
    display: inline-block;
    padding: 7px 50px;
    text-decoration: none;
    color: #f3fced;
    border: 1px dashed #f3fced;
    margin-top: 25px;
    position: relative;
}
.index-box4 .right .text a:after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #f3fced;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 1;
    transition: all .5s;
}.index-box4 .right .text a:hover{
     border: 1px solid rgba(138,123,115,0);
 }
.index-box4 .right .text a:hover:after{
    width: 100%;
}
.index-box4 .right .lbt-box{
    transform: translateX(-12%);
}
.index-box4-swiper-container{
    overflow: hidden;
}
.index-box4 .right .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 80px;
    height: 37px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background: none;
    background: none;
    right: -40px;
    left: auto;
    top: 50%;
    transition: all .7s;
    background-image: url(../images/gls-28.png);
    transition: all 1s;
}
.index-box4 .right .swiper-button-next:hover{
    right: -60px;
}
.index-box4 .right .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 37px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background: none;
    right: -1px;
    top: 60%;
    left: auto;
    background-image: url(../images/gls-29.png);
    transition: all 1s;
}
.index-box4 .right .swiper-button-prev:hover{
    right: 10px;
}
.index-box4 .right .lbt-ys{
    color: #f3fced;
}
.index-box4 .right .lbt-ys .p1{
    border-bottom: 1px dashed #f3fced;
    min-width: 90px;
    text-align: right;
    font-family: "OSWALD-REGULAR";
}
.index-box4 .right .lbt-ys .p1>span{
    font-size: 22px;
    margin-right: 5px;
}
.index-box4 .right .lbt-ys .p2{
    min-width: 90px;
    text-align: right;
    font-family: "OSWALD-REGULAR";
}
.index-box4 .right .lbt-ys .p2>span{
    font-size: 22px;
    margin-right: 15px;
}
.index-box4 .right .index-box4-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets,
.index-box4 .right .index-box4-swiper-container .swiper-pagination-custom,
.index-box4 .right .index-box4-swiper-container .swiper-pagination-fraction {
    top: 30%;
    right: -5.5%;
    left: auto;
    bottom: auto;
    width: auto;
}
@media screen and (max-width: 1680px) {
    .index-box4 .right .swiper-slide>.wz {
        top: 40px;
    }
    .index-box4 .right .text h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .index-box4 .right .text p{
        line-height: 1.5em;
        height: 4.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 15px;
    }
    .index-box4 .right .text a {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1600px) {
    .index-box4-bg-text{
        font-size: 350px;
        height: 255px;
        line-height: 285px;
    }
}
@media screen and (max-width: 1440px) {
    .index-box4-bg-text{
        font-size: 300px;
        height: 215px;
        line-height: 245px;
    }
    .index-box4 .right .text {
        width: 78%;
    }
    .index-box4 .right .lbt-ys .p1 {
        min-width: 75px;
    }
    .index-box4 .right .lbt-ys .p2 {
        min-width: 75px;
    }
    .index-box4 .right .swiper-button-next {
        top: 55%;
    }
    .index-box4 .right .swiper-button-prev {
        top: 65%;
    }
    .index-box4 .right .text h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .index-box4 .right .text p{
        line-height: 1.5em;
        height: 4.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .index-box4 .right .text a {
        margin-top: 15px;
    }
    .index-box4 .right .swiper-slide>.wz {
        top: 30px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1280px) {
    .index-box4 .right .index-box4-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets, .index-box4 .right .index-box4-swiper-container .swiper-pagination-custom, .index-box4 .right .index-box4-swiper-container .swiper-pagination-fraction {
        top: 25%;
        right: -7.5%;
        left: auto;
        bottom: auto;
        width: auto;
    }
    .index-box4 .right .swiper-button-next {
        top: 60%;
    }
    .index-box4 .right .swiper-button-prev {
        top: 70%;
    }
    .index-box4 .right .swiper-slide>.wz {
        top: 20px;
    }
    .index-box4 .right .text h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .index-box4 .right .text p {
        font-size: 12px;
    }
    .index-box4 .right .text a {
        padding: 5px 35px;
        font-size: 12px;
    }
    .index-box4 .right .swiper-slide>.wz>span {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 1199px) {
    .index-box4 {
        padding: 30px 45px;
    }
    .index-box4-bg-text{
        font-size: 250px;
        height: 205px;
        line-height: 205px;
    }
}
@media screen and (max-width: 991px) {
    .index-box4 {
        padding: 20px 45px;
    }
    .index-box4 .right .lbt-box {
        transform: translateX(0%);
    }
    .index-box4 .right {
        background-color: rgba(218,218,218,0);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        padding: 4.5% 10%;
    }
    .index-box4 .right .swiper-slide>.wz{
        top: 50px;
    }
    .index-box4 .right .swiper-slide>.wz>span {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .index-box4 {
        padding: 10px 25px;
    }
    .index-box4 .right .swiper-slide>.wz{
        display: none !important;
    }
}
@media screen and (max-width: 500px) {
    .index-box4 .right .text p {
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .index-box4 .right .text a {
        margin-top: 10px;
    }
}
/*首页index-box4 end*/

/*首页index-box5*/
.index-box5{
    padding: 20px 150px 100px;
}
.index-box5-t{
    padding-bottom: 60%;
    transition: all .5s;
}
.index-box5 .bt{
    text-align: center;
    margin-bottom: 50px;
}
.index-box5 .bt h3{
    margin-bottom: 15px;
    color: #001f2c;
}
.index-box5 .bt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.index-box5 .bt ul>li{
    display: inline-block;
}
.index-box5 .bt ul>li a{
    color: #001f2c;
    text-decoration: none;
    position: relative;
    transition: all .5s;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 10px;
    font-size: 18px;
}
.index-box5 .bt ul>li a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #D4442C;
    transition: all .5s;
}
.index-box5 .bt ul>li a.active{
    color: #D4442C;
}
.index-box5 .bt ul>li a.active:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #D4442C;
}
.index-box5 .bt ul>li:after{
    content: "|";
    margin-left: 10px;
    margin-right: 5px;
    color: #c1c1c1;
    font-size: 10px;
    display: inline-block;
    transform: translateY(-2px);
}
.index-box5 .bt ul>li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
.index-box5 .index-box5-lb{
    display: none;
}
.index-box5 .index-box5-lb>div{
    margin-bottom: 30px;
}
.index-box5 .index-box5-lb.active{
    display: flex;
}
.index-box5 .index-box5-lb a{
    text-decoration: none;
}
.index-box5 .index-box5-lb .list-tp{
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}
.index-box5 .index-box5-lb .list-tp:hover .index-box5-t{
    transform: scale(1.1);
}
.index-box5 .index-box5-lb .list-bt h3{
    font-size: 17px;
    margin-bottom: 10px;
    color: #001f2c;
    transition: all .5s;
}
.index-box5 .index-box5-lb .list-bt:hover h3{
    color: #D4442C;
}
.index-box5 .list-lxrq{
    color: #aaafb1;
    margin-bottom: 10px;
}
.index-box5 .list-lxrq span{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(-2px);
}
.index-box5 .list-jj{
    color: #001f2c;
}
.index-box5 .index-box5-morebtn{
    border: 1px dashed #D4442C;
    color: #D4442C;
    display: inline-block;
    padding: 7px 50px;
    margin-top: 15px;
    position: relative;
    transition: all .5s;
}
.index-box5 .index-box5-morebtn:after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #D4442C;
    transition: all .5s;
}
.index-box5 .index-box5-morebtn:hover{
    border: 1px dashed rgba(144,0,0,0);
}
.index-box5 .index-box5-morebtn:hover:after{
    width: 100%;
}
@media screen and (max-width: 1680px) {
    .index-box5{
        padding: 20px 150px 80px;
    }
}
@media screen and (max-width: 1440px) {
    .index-box5{
        padding: 20px 120px 70px;
    }
    .index-box5 .bt h3 {
        margin-bottom: 10px;
    }
    .index-box5 .index-box5-lb .list-bt h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index-box5 .bt {
        margin-bottom: 30px;
    }
    .index-box5 .index-box5-morebtn {
        padding: 7px 30px;
    }
    .index-box5 .bt ul>li a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1280px) {
    .index-box5{
        padding: 20px 80px 60px;
    }
    .index-box5 .bt {
        margin-bottom: 20px;
    }
    .index-box5 .bt ul>li a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1199px) {
    .index-box5 .bt h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 991px) {
    .index-box5{
        padding: 20px 50px 50px;
    }
    .index-box5 .bt {
        margin-bottom: 20px;
    }
    .index-box5 .bt h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .index-box5{
        padding: 20px 10px 30px;
    }
    .index-box5 .bt {
        margin-bottom: 10px;
    }
    .index-box5 .bt h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .index-box5 .index-box5-morebtn {
        padding: 7px 50px;
    }
}
/*首页index-box5 end*/

/*pc底部*/

.pc-footer {
    background-color: #0073DF;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.pc-footer .icon-h1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    height: 382px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pc-footer .icon-h2 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 402px;
    height: 382px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pc-footer-logo-box {
    text-align: center;
    padding-top: 60px;
}

.pc-footer-logo {
    display: inline-block;
    position: relative;
}

.pc-footer-logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pc-footer-fhjz{
    text-align: center;
}
.pc-footer-fhjz a{
    padding: 10px 90px;
    display: inline-block;
    border: 1px dotted #f3fced;
    color: #f3fced;
    text-decoration: none;
    margin-top: 15px;
    opacity: 0.7;
    position: relative;
    transition: all .5s;
}
.pc-footer-fhjz a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: #f3fced;
    transition: all 1s;
}
.pc-footer-fhjz a:hover{
    opacity: 1;
    border: 1px solid rgba(0,0,0,0);
}
.pc-footer-fhjz a:hover:after{
    width: 100%;
    transition: all 1s;
}
.pc-footer-box1-dl {
    padding-top: 60px;
    padding-bottom: 40px;
}

.pc-footer-box1-dl .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pc-footer-box1-dl .row dl {
    display: block;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    margin-bottom: 0;
    align-self: baseline;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
}

.pc-footer-box1-dl .row dt {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-footer-box1-dl .row dt a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.pc-footer-box1-dl .row dd {
    margin-bottom: 15px;
    color: #8d969f;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-footer-box1-dl .row dd a {
    color: #8d969f;
    text-decoration: none;
}

.pc-footer-box1-dl .row dd a:hover {
    color: #b5b5b5;
}

.pc-footer-box2-hz{
    border-top: 1px solid #1b3c56;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pc-footer-box2 .left ul,
.pc-footer-box2 .right ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pc-footer-box2 .left ul li,
.pc-footer-box2 .right ul li{
    display: inline-block;
    color: #e1f0d8;
}
.pc-footer-box2 .left ul li:after,
.pc-footer-box2 .right ul li:after{
    content: "|";
    margin-left: 10px;
    margin-right: 5px;
}

.pc-footer-box2 .left ul li:nth-last-of-type(1):after,
.pc-footer-box2 .right ul li:nth-last-of-type(1):after{
    content: "";
    display: none;
}

.pc-footer-box2 .left{
    display: inline-block;
}
.pc-footer-box2 .right{
    float: right;
}

.pc-footer-box2 .left a,
.pc-footer-box2 .right a{
    display: inline-block;
    color: #e1f0d8;
    text-decoration: none;
}
.pc-footer-box2 .left a:hover,
.pc-footer-box2 .right a:hover{
    color: #b5b5b5;
}
@media screen and (max-width: 1199px) {
    .pc-footer-box2 .left {
        display: block;
        text-align: center;
    }
    .pc-footer-box2 .right {
        display: block;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .pc-footer-box2-hz {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*pc底部 end*/

/*wap底部*/
.wap-footer{
    background-color: #0073DF;
    padding-left: 20px;
    padding-right: 20px;
}
.wap-footer .wap-footer-logo-box{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.wap-footer .wap-footer-logo{
    position: relative;
    display: inline-block;
}
.wap-footer .wap-footer-logo a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wap-footer-fhjz a{
    padding: 10px 90px;
    display: inline-block;
    border: 1px dotted #f3fced;
    color: #f3fced;
    text-decoration: none;
    margin-top: 15px;
    opacity: 0.5;
}
.wap-footer .text{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #1b3c56;
    text-align: center;
    color: #8d969f;
}
.wap-footer .text a{
    color: #8d969f;
    text-decoration: none;
}
.wap-footer .text a:hover{
    color: #b5b5b5;
}
.wap-footer .text .p2{
    margin-top: 10px;
}
@media screen and (max-width: 500px) {
    .wap-footer .wap-footer-logo embed{
        width: 220px;
    }
    .wap-footer .wap-footer-logo-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wap-footer-fhjz a{
        padding: 10px 65px;
        margin-top: 5px;
    }
}
/*wap底部 end*/

/*内页banner*/
.ny-banner img{
    max-width: 100%;
    height: auto;
    display: block;
}
/*内页banner end*/

/*内页导航1*/
.ny-nav1{
    padding-left: 14.2%;
    padding-right: 14.2%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ny-nav1 ul{
    list-style: none;
    background-color: #f6f6f6;
    padding: 0px 14.5%;
}
.ny-nav1 ul>li{
    display: inline-block;
    margin-right: 35px;
}
.ny-nav1 ul>li:nth-last-of-type(1){
    margin-right: 0px;
}
.ny-nav1 ul>li>a{
    text-decoration: none;
    display: inline-block;
    color: #0073DF;
    padding: 18px 0px;
    position: relative;
}
.ny-nav1 ul>li>a:after{
    content: "";
    display: block;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #D4442C;
    transition: all .5s;
}
.ny-nav1 ul>li>a.active:after{
    width: 100%;
}
.ny-nav1 ul>li>a:hover:after{
    width: 100%;
}
@media screen and (max-width: 1680px) {
    .ny-nav1 ul>li>a {
        padding: 15px 0px;
    }
}
@media screen and (max-width: 1440px) {
    .ny-nav1 ul>li>a {
        padding: 12px 0px;
    }
    .ny-nav1 ul>li {
        margin-right: 20px;
    }
    .ny-nav1 ul {
        padding: 0px 12.5%;
    }
    .ny-nav1 {
        padding-left: 12.2%;
        padding-right: 12.2%;
    }
}
@media screen and (max-width: 1280px) {
    .ny-nav1 ul {
        padding: 0px 10.5%;
    }
    .ny-nav1 {
        padding-left: 10.2%;
        padding-right: 10.2%;
    }
}
@media screen and (max-width: 1199px) {
    .ny-nav1 ul>li>a {
        padding: 10px 0px;
    }
    .ny-nav1 ul>li>a:after {
        height: 3px;
    }
}
/*内页导航1 end*/

/*内页导航2*/
.ny-nav2{
    background-color: #0073DF;
}
.ny-nav2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.ny-nav2 ul li{
    display: inline-block;
}
.ny-nav2 ul li:after{
    content: "|";
    margin-left: 15px;
    margin-right: 10px;
    color: #959da6;
}
.ny-nav2 ul li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
.ny-nav2 ul li a{
    display: inline-block;
    color: #959da6;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ny-nav2 ul li a:hover{
    color: #fff;
}
.ny-nav2 ul li a.active{
    color: #fff;
}
@media screen and (max-width: 1680px) {
    .ny-nav2 ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 1440px) {
    .ny-nav2 ul li:after {
        content: "|";
        margin-left: 10px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 767px) {
    .ny-nav2 ul li a {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ny-nav2 ul li:after {
        font-size: 12px;
    }
    .ny-nav2 ul{
        padding: 0 15px;
    }
}
/*内页导航2 end*/

/*内页背景色及边距*/
.ny-box-bgcolor-padd{
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ny-box-bgcolor-padd>.row{
    padding: 4.3% 14.5%;
    width: 1200px;
    margin:0 auto;
}
.ny-box-padd{
    padding: 0;
    background-color: #fff;
}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1440px) {
    .ny-box-bgcolor-padd>.row{
        padding: 4.3% 12.5%;
    }
    .ny-box-padd{
        padding: 4.3% 12.5%;
    }
}
@media screen and (max-width: 1280px) {
    .ny-box-bgcolor-padd>.row{
        padding: 3.3% 10.5%;
    }
    .ny-box-padd{
        padding: 3.3% 10.5%;
    }
}
@media screen and (max-width: 991px) {
    .ny-box-bgcolor-padd>.row{
        padding: 30px 50px;
    }
    .ny-box-padd{
        padding: 30px 50px;
    }
}
@media screen and (max-width: 767px) {
    .ny-box-bgcolor-padd>.row{
        padding: 20px;
    }
    .ny-box-padd{
        padding: 20px;
    }
}
/*内页背景色及边距 end*/

/*分页*/
.paging{
    margin-top: 30px;
    margin-bottom: 30px;
}
.paging-list{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.paging-list li{
    display: inline-block;
}
.paging-list li a{
    padding: 6px 12px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #0073DF;
    display: inline-block;
    text-decoration: none;
}
.paging-list li a:hover{
    border: 1px solid #0073DF;
    background-color: #0073DF;
    color: #fff;
}
.paging-list li.active a{
    border: 1px solid #0073DF;
    background-color: #0073DF;
    color: #fff;
}
@media screen and (max-width: 991px){
    .paging-list li a{
        padding: 5px 10px;
    }
}
/*分页 end*/

/*产品世界-系列列表*/
.cpsj-xllb-box-xx{
    margin-bottom: 30px;
}
.cpsj-xllb-box-xx select{
    padding: 7px 10px;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    color: #0073DF;
    outline: none;
    margin-bottom: 15px;
}
.cpsj-xllb-box-xx input{
    padding: 6px 10px 7px;
    width: calc(100% - 40px);
    border: 1px solid #d2d2d2;
    border-right: none;
    border-radius: 4px 0 0 4px;
    color: #0073DF;
    outline: none;
    margin-bottom: 20px;
}
.cpsj-xllb-box-xx a{
    display: inline-block;
    padding: 9px 10px 7px;
    border: 1px solid #d2d2d2;
    border-radius: 0 4px 4px 0;
    color: #0073DF;
    margin-left: -7px;
    background-color: #fff;
    text-align: center;
    width: 42px;
}
.cpsj-xllb-box-xx a:hover{
    color: #fff;
    background-color: #0073DF;
}
.cpsj-xllb-box-xllist{
    margin-bottom: 30px;
}
.cpsj-xllb-box-xllist .xlimg{
    padding-bottom: 53.57%;
    transition: all 1s;
}
.cpsj-xllb-box-xllist h2{
    font-size: 14px;
    margin-top: 8px;
    color: #9da2a5;
}
.cpsj-xllb-box-xllist h2 a{
    color: #9da2a5;
    font-size: 14px;
    text-decoration: none;
}
.cpsj-xllb-box-xllist h3{
    font-size: 18px;
    margin-top: 15px;
    color: #001f2c;
}
.cpsj-xllb-box-xllist h3 a{
    color: #001f2c;
    font-size: 18px;
    text-decoration: none;
}
.cpsj-xllb-box-xllist .tjimg{
    padding-bottom: 100%;
}
.cpsj-xllb-box-xllist .nr a:hover .xlimg{
    transform: scale(1.05);
}
.cpsj-xllb-box-xllist .tj{
    margin-top: 15px;
}
.cpsj-xllb-box-xllist .tj>.row{
    padding-left: 15px;
    padding-right: 15px;
}
.cpsj-xllb-box-xllist .tj>.row>div{
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 991px){
    .cpsj-xllb-box-xx select {
        padding: 5px 10px;
        margin-bottom: 15px;
    }
    .cpsj-xllb-box-xx input {
        padding: 5px 12px 4px;
        width: calc(100% - 35px);
        border: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 4px 0 0 4px;
        color: #0073DF;
        outline: none;
        margin-bottom: 15px;
    }
    .cpsj-xllb-box-xx a{
        padding: 8px 4px 4px;
        border: 1px solid #d2d2d2;
        border-radius: 0 4px 4px 0;
        color: #0073DF;
        margin-left: -7px;
        background-color: #fff;
        text-align: center;
        width: 37px;
    }
}
@media screen and (max-width: 767px){
    .cpsj-xllb-box-xx {
        margin-bottom: 20px;
    }
    .cpsj-xllb-box-xx select {
        padding: 5px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .cpsj-xllb-box-xx input {
        padding: 5px 7px;
        font-size: 12px;
        width: calc(100% - 35px);
        margin-bottom: 0px;
    }
    .cpsj-xllb-box-xx a{
        padding: 4px 4px 3px;
        border: 1px solid #d2d2d2;
        border-radius: 0 4px 4px 0;
        color: #0073DF;
        margin-left: -7px;
        background-color: #fff;
        text-align: center;
        width: 37px;
    }
    .cpsj-xllb-box-xllist h3 a{
        font-size: 16px;
    }
}
@media screen and (max-width: 575px){
    .cpsj-xllb-box-xllist {
        margin-bottom: 15px;
    }
    .cpsj-xllb-box-xllist h3{
        margin-top: 10px;
    }
    .cpsj-xllb-box-xllist h3 a{
        font-size: 14px;
    }
    .cpsj-xllb-box-xllist h2 a{
        font-size: 12px;
    }
    .cpsj-xllb-box-xllist .tj {
        margin-top: 10px;
    }
}
/*产品世界-系列列表 end*/

/*产品世界-系列单品*/
.ny-cpsj-dplb>.row{
    padding-top: 0;
}
.cpsj-dplb-box>div>a{
    display: block;
    padding: 20px;
    transition: all 1s ease-in-out;
    text-decoration: none;
}
.cpsj-dplb-box>div>a:hover{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 18px 0 #ccc;
    box-shadow: 0 2px 18px 0 #ccc;
}
.cpsj-dplb-box>div>a .img2{
    opacity: 1;
    transition: all 1s;
}
.cpsj-dplb-box>div>a:hover .img2{
    opacity: 0;
}
.cpsj-dplb-box>div>a h3{
    font-size: 18px;
    margin-top: 15px;
    color: #001f2c;
}
.cpsj-dplb-box>div>a p{
    font-size: 14px;
    color: #9da2a5;
}
.cpsj-dplb-box .tp{
    padding-bottom: 101%;
}
.ny-cpsj-dplb-mbx ul{
    padding:2.1% 14.5%;
}
.ny-cpsj-dplb-mbx ul>li{
    display: inline-block;
}
.ny-cpsj-dplb-mbx ul>li>a{
    color: #f3fced;
}
.ny-cpsj-dplb-mbx ul>li:after{
    content: ">";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    color: #f3fced;
}
.ny-cpsj-dplb-mbx ul>li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
@media screen and (max-width: 1440px) {
    .ny-cpsj-dplb-mbx ul{
        padding: 2.1% 12.5%;
    }
}
@media screen and (max-width: 1280px) {
    .ny-cpsj-dplb-mbx ul{
        padding: 1.6% 10.5%;
    }
}
@media screen and (max-width: 991px) {
    .ny-cpsj-dplb-mbx ul{
        padding: 30px 50px;
    }
}
@media screen and (max-width: 767px) {
    .ny-cpsj-dplb-mbx ul{
        padding: 10px 20px;
    }
    .ny-cpsj-dplb-mbx ul>li>a{
        font-size: 12px;
    }
    .cpsj-dplb-box>div>a {
        padding: 15px;
    }
    .ny-cpsj-dplb-mbx ul>li:after {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 0;
    }
    .cpsj-dplb-box{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 575px) {
    .cpsj-dplb-box>div>a h3 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        color: #001f2c;
    }
    .cpsj-dplb-box>div>a p {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .cpsj-dplb-box>div>a {
        padding: 0px 0px 15px;
        margin-bottom: 15px;
    }
}
/*产品世界-系列单品 end*/

/*内页位置导航开始*/
.nrwzdh-bgcolor{
    background-color: #f6f6f6;
}
.nrwzdh-bgcolor>.row{
    padding-top: 20px;
    padding-bottom: 20px;
}
.nrwzdh-left{
    float: left;
}
.nrwzdh-left>ul>li{
    display: inline-block;
    position: relative;
}
.nrwzdh-left>ul>li:after{
    content: "-";
    margin-left: 5px;
    margin-right: 0px;
    color: #f3fced;
}
.nrwzdh-left>ul>li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
.nrwzdh-left>ul>li>a{
    color: #f3fced;
}
.nrwzdh-right{
    float: right;
}

.nrwzdh-right>p>a{
    text-decoration: none;
    color: #f3fced;
    margin-left: 5px;
    margin-right: 5px;
}
.cpxq-box{
    margin-top: 5%;
}
.cpxq-box-left .tp{
    padding-bottom: 100%;
}
.cpxq-box-left .dttp{
    padding-bottom: 100%;
    border: 1px solid #d3d3d3;
    background-color: #f6f6f6;
}
.cpxq_tp_swiper{
    margin-top: 10px;
    overflow: hidden;
    margin-left: 9%;
    margin-right: 9%;
}
.cpxq_tp_swiper .swiper-slide{
    cursor: pointer;
    position: relative;
}
.cpxq_tp_swiper .swiper-slide span{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #16314b;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.cpxq_tp_swiper .swiper-slide span.active{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #16314b;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.cpxq_tp_swiper .swiper-slide span.active::after{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 30px;
}
.cpxq_tp_swiper .swiper-button-prev{
    position: absolute;
    top: 55%;
    left: 3.5%;
    width: 6%;
    height: 89%;
    background-image: none;
    background-size: 50px 70px;
    margin-top: 0px;
    transform: translateY(-50%);
    border: 1px solid #e2e2e2;
    background-color: #f1f1f1;
}
.cpxq_tp_swiper .swiper-button-prev:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 12px;
    transform: translate(-50%,-50%);
    background-image: url(../images/gls-41.png);
}
.cpxq_tp_swiper .swiper-button-next{
    position: absolute;
    top: 55%;
    right: 3.5%;
    width: 6%;
    height: 89%;
    background-image: none;
    background-size: 50px 70px;
    margin-top: 0px;
    transform: translateY(-50%);
    border: 1px solid #e2e2e2;
    background-color: #f1f1f1;
}
.cpxq_tp_swiper .swiper-button-next:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 12px;
    transform: translate(-50%,-50%);
    background-image: url(../images/gls-42.png);
}
.cpxq-box-right h1{
    color: #001f2c;
    font-size: 26px;
}
.cpxq-box-right .xuxian{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px dotted #f3fced;
}
.cpxq-box-right .canshu>.row{
    margin-bottom: 15px;
}
.cpxq-box-right .canshu .left p{
    color: #001f2c;
}
.cpxq-box-right .canshu .right p{
    color: #f3fced;
}
.cpxq-box-right .ewm{
    margin-top: 95px;
}
.cpxq-box-right .ewm img{
    width: 80px;
    height: 80px;
}
.cpxq-box-right .ewm .text{
    vertical-align: bottom;
    color: #666666;
}
.cpxq-wb-box>.row{
    padding-top: 0;
}
.cpxq-wb-box .tb{
    overflow: hidden;
}
.cpxq-wb-box .tb p{
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #001f2c;
}
.cpxq-wb-box .tb p:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 110%;
    width: 1400px;
    font-size: 24px;
    color: #001f2c;
    border-bottom: 1px dotted #001f2c;
}
/*底部*/
.fx-footer{
    margin-bottom: 2%;
}
.fx-footer>p{
    padding-top: 2%;
    padding-bottom: 5%;
}
.fx-footer>p>i{
    color: #f3fced;
    margin-right: 4px;
}
.fx-footer>p>span{
    color: #f3fced;
    background-color: #ffffff;
    padding: 3px 7px;
    margin: 0 2px;
}
.fx-footer .fgx{
    border-bottom: 1px dotted #f3fced;
    display: block;
    width: 100%;
    margin-top: 0;
}

.fx-footer-left{
    height: 26px;
    line-height: 26px;
    display: inline-block;
    width: 250px;
    margin-top: 30px;
    color: #f3fced;
}
.fx-footer-left img{
    display: initial;
    height: auto;
}
.fx-footer-left>div{
    float: left;
}
.fx-footer-right{
    float: right;
    margin-top: 23px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
}
#to_top{
    cursor: pointer;
    text-decoration: underline;
}
.fx-footer-right>span{
    margin: 0 10px;
    color: #f3fced;
}
.fx-footer-right>span>a{
    color: #f3fced;
    text-decoration: underline;
}
.cpxq-wb-box .bjb{
    color: #001f2c;
}
.cpxq-wb-box .bjb p{
    color: #001f2c;
}
@media screen and (max-width: 1600px) {
    .cpxq-box-right .ewm {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .cpxq-box-right .ewm {
        margin-top: 20px;
    }
    .cpxq-box-right h1 {
        font-size: 24px;
    }
    .cpxq-wb-box .tb p {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .cpxq-box-right .ewm {
        margin-top: 10px;
    }
    .cpxq-box-right h1 {
        font-size: 22px;
    }
    .cpxq-box-right .xuxian {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px dashed #f3fced;
    }
    .cpxq-box-right .canshu>.row {
        margin-bottom: 10px;
    }
    .cpxq-box-right .ewm img{
        width: 70px;
        height: 70px;
    }
    .cpxq-wb-box .tb p {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .cpxq-box-right h1 {
        font-size: 20px;
    }
    .cpxq-box-right .canshu .left p {
        font-size: 12px;
    }
    .cpxq-box-right .canshu .right p {
        font-size: 12px;
    }
    .cpxq-box-right .ewm img{
        width: 60px;
        height: 60px;
    }
    .cpxq-box-right .ewm .text {
        font-size: 12px;
    }
    .cpxq_tp_swiper .swiper-slide span.active::after {
        content: "+";
        font-size: 24px;
    }
    .cpxq-wb-box .tb p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .cpxq-box {
        margin-top: 15px;
    }
    .nrwzdh-left {
        display: block;
        float: none;
    }
    .nrwzdh-right {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .nrwzdh-left>ul>li:after{
        content: ">";
        margin-left: 0px;
        margin-right: 0px;
    }
    .nrwzdh-left>ul>li>a{
        font-size: 12px;
    }
    .nrwzdh-right>p>a{
        margin-left: 2px;
        margin-right: 2px;
    }
    .nrwzdh-bgcolor>.row{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cpxq-box-right .canshu .left p {
        font-size: 14px;
    }
    .cpxq-box-right .canshu .right p {
        font-size: 14px;
    }
    .cpxq-box-right h1 {
        font-size: 16px;
    }
    .cpxq-box-left{
        margin-bottom: 25px;
    }
    .cpxq_tp_swiper .swiper-slide span.active::after {
        content: "+";
        font-size: 20px;
    }
    .cpxq_tp_swiper {
        margin-left: 0%;
        margin-right: 0%;
    }
    .cpxq-box-right .ewm {
        margin-top: 0px;
    }
    .fx-footer-left{
        float: left;
        margin-top: 15px;
    }
    .fx-footer-right{
        float: right;
        margin-top: 15px;
        height: 28px;
        line-height: 28px;
    }
    .fx-footer-right>span{
        margin: 0 5px;
        font-size: 12px;
    }
    .fx-footer {
        margin-bottom: 30px;
    }
    .cpxq-wb-box .tb p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .cpxq-box-right .canshu .left p {
        font-size: 12px;
    }
    .cpxq-box-right .canshu .right p {
        font-size: 12px;
    }
}
@media screen and (max-width: 428px) {
    .fx-footer-right{
        margin-top: 13px;
        float: left;
        margin-bottom: 10px;
    }
}
/*内页位置导航结束*/

/*印象格莱斯*/
.yxgls-bg{
    background-color: #0073DF;
}
.yxgls-box{
    margin-bottom: 80px;
    padding: 4.3% 14.5%;
}
.yxgls-box .tp{
    padding-bottom: 56.21%;
}
.yxgls-box .text{
    overflow: hidden;
}
.yxgls-box:nth-last-of-type(1){
    margin-bottom: 0px;
}
.yxgls-box h3{
    color: #f3fced;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}
.yxgls-box h3:after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 102%;
    width: 1200px;
    border-bottom: 1px dotted #f3fced;
}
.yxgls-box p{
    color: #ddd8d3;
    margin-bottom: 25px;
    font-size: 14px;
}
.yxgls-box p:nth-last-of-type(1){
    margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
    .yxgls-box{
        margin-bottom: 60px;
    }
    .yxgls-box h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .yxgls-box p{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .yxgls-box{
        margin-bottom: 40px;
    }
    .yxgls-box h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .yxgls-box p{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1280px) {
    .yxgls-box{
        margin-bottom: 30px;
    }
    .yxgls-box h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .yxgls-box{
        margin-bottom: 30px;
    }
    .yxgls-box h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .yxgls-box .imgbox{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .yxgls-box p{
        font-size: 12px;
    }
}
/*印象格莱斯 end*/

/*品牌文化*/
.ppwh-box1{
    margin-top: 60px;
}
.ppwh-box1 .left{
    overflow: hidden;
}
.ppwh-box1 .left-list{
    margin-bottom: 20px;
}
.ppwh-box1 h3{
    display: inline-block;
    font-size: 24px;
    color: #001f2c;
    position: relative;
    margin-bottom: 30px;
}
.ppwh-box1 h3:after{
    content: "";
    width: 1200px;
    border-bottom: 1px dotted #001f2c;
    position: absolute;
    left: 102%;
    bottom: 2px;
}
.ppwh-box1 .left-list .bt{
    color: #001f2c;
}
.ppwh-box1 .left-list .wz{
    color: #f3fced;
}
.ppwh-box1 .tp{
    padding-bottom: 168.56%;
    transform: translateY(-15%);
}
.ppwh-box1 .right-box{
    margin-bottom: -10%;
}

.ppwh-box2-padd>.row{
    padding-top: 0;
}
.ppwh-box2{
    background-color: #0073DF;
}
.ppwh-box2>.row>div>.ppwh-box2-list{
    margin-bottom: 65px;
    overflow: hidden;
}
.ppwh-box2>.row>div:nth-last-of-type(1)>.ppwh-box2-list{
    margin-bottom: 0px;
    overflow: hidden;
}
.ppwh-box2 .ppwh-box2-list .imgbox{
    margin-bottom: 30px;
}
.ppwh-box2 .ppwh-box2-list .tp{
    padding-bottom: 40.52%;
}
.ppwh-box2 .ppwh-box2-list h2{
    margin-bottom: 25px;
    color: #f3fced;
    display: inline-block;
    position: relative;
    font-size: 24px;
}
.ppwh-box2 .ppwh-box2-list h2:after{
    content: "";
    position: absolute;
    display: block;
    width: 1200px;
    bottom: 2px;
    left: 102%;
    border-bottom: 1px dotted #f3fced;
}
.ppwh-box2 .ppwh-box2-list p{
    margin-bottom: 15px;
    color: #ddd8d3;
    font-size: 14px;
}
@media screen and (max-width: 1680px) {
    .ppwh-box1 h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ppwh-box1 .left-list {
        margin-bottom: 15px;
    }
    .ppwh-box2 .ppwh-box2-list h2{
        font-size: 22px;
    }
    .ppwh-box2>.row>div>.ppwh-box2-list{
        margin-bottom: 55px;
        overflow: hidden;
    }
    .ppwh-box2 .ppwh-box2-list .imgbox {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .ppwh-box1 h3 {
        font-size: 20px;
    }
    .ppwh-box2 .ppwh-box2-list h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ppwh-box2>.row>div>.ppwh-box2-list{
        margin-bottom: 45px;
        overflow: hidden;
    }
    .ppwh-box2 .ppwh-box2-list .imgbox {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .ppwh-box1 h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ppwh-box2 .ppwh-box2-list h2{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ppwh-box1 .tp{
        transform: translateY(0%);
    }
    .ppwh-box1 .right-box{
        margin-bottom: 0%;
    }
    .ppwh-box1 .left-list {
        margin-bottom: 10px;
    }
    .ppwh-box1{
        margin-top: 0px;
    }
    .ppwh-box2 .ppwh-box2-list p{
        margin-bottom: 10px;
    }
    .ppwh-box2>.row>div>.ppwh-box2-list{
        margin-bottom: 40px;
        overflow: hidden;
    }
    .ppwh-box2 .ppwh-box2-list .imgbox {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .ppwh-box1 h3 {
        font-size: 16px;
    }
    .ppwh-box2 .ppwh-box2-list h2{
        font-size: 16px;
    }
    .ppwh-box2>.row>div>.ppwh-box2-list{
        margin-bottom: 25px;
        overflow: hidden;
    }
}
/*品牌文化*/

/*格莱斯大事记*/
.gsldsj-box1{
    text-align: center;
    margin-bottom: 50px;
}
.gsldsj-box1 .left,
.gsldsj-box1 .right{
    margin-left: 10px;
    margin-right: 10px;
}
.gsldsj-box1 .left select{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 5px 15px;
    color: #0073DF;
}
.gsldsj-box1 .right input{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 5px 15px;
    color: #0073DF;
    outline: none;
}
.gsldsj-box1 .right a{
    display: inline-block;
    border: 1px solid #d2d2d2;
    color: #0073DF;
    border-radius: 0 3px 3px 0;
    padding: 8px 8px 5px;
    transform: translateX(-5px);
    background-color: #fff;
}
.gsldsj-box1 .right a:hover{
    color: #fff;
    background-color: #0073DF;
}

.gsldsj-box2 img{
    max-width: 100%;
    height: auto;
    display: block;
}
.gsldsj-box2-left>div>p{
    float: right;
    margin-right: 50px;
    font-size: 40px;
    font-family: 'OSWALD-REGULAR';
    color: #0073DF;
    font-weight: bold;
}
.gsldsj-box2-right>div{
    border-left: 1px dotted #7b8e9c;
    position: relative;
    padding-bottom: 70px;
    transform: translateY(15px);
}
.gsldsj-box2>.row:nth-last-of-type(1)>.gsldsj-box2-right>div{
    border-left: none;
    padding-bottom: 0;
}
.gsldsj-box2-right>div>div{
    margin-left: 12.5%;
}
.gsldsj-box2-right>div>div p{
    margin-bottom: 15px;
    color: #001f2c;
}
.gsldsj-box2-right-dian{
    position: absolute;
    top: 0px;
    left: -8px;
}
@media screen and (max-width: 1680px){
    .gsldsj-box2-right>div>div{
        margin-left: 10%;
    }
    .gsldsj-box2-left>div>p{
        font-size: 38px;
        margin-right: 45px;
    }
}
@media screen and (max-width: 1440px){
    .gsldsj-box2-right>div>div{
        margin-left: 12%;
    }
    .gsldsj-box2-left>div>p{
        font-size: 34px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1280px){
    .gsldsj-box2-right>div>div{
        margin-left: 12%;
    }
    .gsldsj-box2-left>div>p{
        font-size: 32px;
        margin-right: 35px;
    }
    .gsldsj-box2-right>div {
        transform: translateY(10px);
    }
}
@media screen and (max-width: 1199px){
    .gsldsj-box2-left>div>h1 {
        margin-right: 25px;
    }
    .gsldsj-box2-right>div>div {
        margin-left: 25px;
    }
    .gsldsj-box2-right>div {
        padding-bottom: 50px;
    }
    .gsldsj-box2-left>div>p{
        margin-right: 30px;
    }
}
@media screen and (max-width: 991px){
    .gsldsj-box2-left>div>h1 {
        font-size: 28px;
        display: inline-block;
    }
    .gsldsj-box2-right>div>div{
        font-size: 12px;
    }
    .gsldsj-box2-left>div>p{
        margin-right: 25px;
    }
}
@media screen and (max-width: 767px){
    .gsldsj-box1{
        margin-bottom: 20px;
    }
    .gsldsj-box1 .left select{
        font-size: 12px;
    }
    .gsldsj-box1 .right input{
        font-size: 12px;
    }
    .gsldsj-box1 .right a{
        width: 30px;
        padding: 4px 5px 3px;
        transform: translateX(-5px);
    }
    .gsldsj-box2-left>div>h1 {
        margin-right: 20px;
        font-size: 18px;
        display: inline-block;
    }
    .gsldsj-box2-right>div>div{
        font-size: 12px;
        margin-left: 20px;
    }
    .gsldsj-box2-right>div {
        padding-bottom: 40px;
    }
    .gsldsj-box2-left>div>p{
        font-size: 28px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 575px){
    .gsldsj-box1 .left{
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .gsldsj-box1 .left select{
        width: 100%;
    }
    .gsldsj-box1 .right{
        display: block;
        margin: 0;
    }
    .gsldsj-box1 .right input{
        width: calc(100% - 35px);
    }
    .gsldsj-box2-left>div>p{
        font-size: 20px;
        margin-right: 0px;
    }
    .gsldsj-box2-right>div {
        transform: translateY(7px);
    }
}
/*格莱斯大事记 end*/

/*荣誉资质*/
.qyry{
    margin-bottom: 30px;
}
.qyry-bt{
    overflow: hidden;
    margin-bottom: 30px;
}
.qyry-bt>h2{
    font-size: 24px;
    color: #001f2c;
    position: relative;
    display: inline-block;
}
.qyry-bt>h2:after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 102%;
    border-bottom: 1px dotted #001f2c;
    width: 1200px;
}
.qyry-imgbox{
    position: relative;
    padding-bottom: 100%;
    background-color: #fff;
    height: 0;
}
.qyry-img{
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 2s;
}
.qyry-box{
    margin-bottom: 30px;
}
.qyry-box:hover>a{
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 10px 30px 1px #dedede;
    -moz-box-shadow: 0px 10px 30px 1px #dedede;
    -webkit-box-shadow: 0px 10px 30px 1px #dedede;
    -o-box-shadow: 0px 10px 30px 1px #dedede;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.qyry-box>a{
    color: #333333;
    text-decoration: none;
    display: block;
}
.qyry-box>a>h3{
    color: #001f2c;
    padding: 10px 10px 15px;
    font-size: 14px;

}
.qyry-box .fgx{
    margin-top: 10px;
    color: #e2e2e2;
}
@media screen and (max-width: 1440px){
    .qyry{
        margin-bottom: 20px;
    }
    .qyry-bt>h2{
        font-size: 22px;
    }
    .qyry-bt {
        margin-bottom: 25px;
    }
    .qyry-box {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1199px){
    .qyry{
        margin-bottom: 10px;
    }
    .qyry-bt {
        margin-bottom: 20px;
    }
    .qyry-bt>h2{
        font-size: 20px;
    }
    .qyry-box {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .qyry-box>a>h5{
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .qyry-bt {
        margin-bottom: 15px;
    }
    .qyry-bt>h2{
        font-size: 18px;
    }
    .qyry-box {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px){
    .qyry-bt>h2{
        font-size: 16px;
    }
}
/*弹出层*/
.tcc{
    position: fixed;
    top: 0%;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .8s ease-in-out;
    overflow: hidden;
    z-index: 99999999999;
    opacity: 0;
}
.tcc-active{
    opacity: 1;
    top: 0%;
    left: 0%;
}
.tcc-close{
    position: absolute;
    right: 2%;
    top: 3%;
    z-index: 999999999999999999;
    background-color: rgba(0,0,0,0);
    border: none;
    outline: none;
    color: #333333;
    transition: all .5s;
    cursor: pointer;
}
.tcc-close:hover{
    color: #0073DF;
    transform: rotate(90deg);
    outline: none;
}
.tcc .swiper-button-next,
.tcc .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 64px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 64px;
    -webkit-background-size: 27px 64px;
    background-size: 27px 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.tcc .swiper-button-next{
    background: none;
    right: 50px;
    left: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc .swiper-button-prev{
    background: none;
    left: 50px;
    right: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc .swiper-button-next:hover,
.tcc .swiper-button-prev:hover{
    border: 1px solid #D4442C;
}
.tcc .swiper-button-next:hover:after,
.tcc .swiper-button-prev:hover:after{
    color: #D4442C;
}
.tcc .swiper-button-prev:after {
    content: "<";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.tcc .swiper-button-next:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.swiper-tcc {
    width: 100%;
    height: 100%;
}
.swiper-tcc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f6f6f6;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide-box{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%,-50%);
}
.swiper-tcc .swiper-tcc-img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
    .tcc-close{
        font-size: 10px;
    }
}
/*荣誉资质 end*/

/*N理由*/
.ndly-bgcolor{
    background-color: #0073DF;
}
.ndly-box-one .ndly-box-btimg{
    text-align: center;
    margin-bottom: 30px;
}
.ndly-box-one .ndly-box-sdld p{
    color: #f3fced;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.ndly-box-one .right .text{
    overflow: hidden;
}
.ndly-box-one .right .text .bt{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.ndly-box-one .right .text .bt:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 102%;
    border-bottom: 1px dotted #fff;
    width: 1200px;
}
.ndly-box-one .right .text .wz{
    color: #8d969f;
    line-height: 1.75em;
}
.ndly-box-two .ndly-box-qdys p{
    color: #f3fced;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.ndly-box-two .bt{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.ndly-box-two .bt:after{
    content: "";
    position: absolute;
    left: 102%;
    bottom: 5px;
    width: 1200px;
    border-bottom: 1px dotted #fff;
}
.ndly-box-two .wzbox{
    overflow: hidden;
}
.ndly-box-two .wz{
    font-size: 14px;
    color: #8d969f;
    margin-top: 10px;
    text-align: center;
}
.ndly-box-two .text{
    font-size: 14px;
    color: #8d969f;
    line-height: 1.75em;
    margin-bottom: 30px;
}
.ndly-box-one .imgbox{
    text-align: center;
}
.ndly-box-two .imgbox{
    text-align: center;
}
.ndly-box-two .box{
    margin-bottom: 85px;
}
.ndly-box-two .footer{
    text-align: center;
}
@media screen and (max-width: 1680px){
    .ndly-box-one .ndly-box-sdld p{
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .ndly-box-two .ndly-box-qdys p{
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .ndly-box-one .right .text .bt {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ndly-box-two .bt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ndly-box-two .box {
        margin-bottom: 65px;
    }
}
@media screen and (max-width: 1440px){
    .ndly-box-one .ndly-box-sdld p{
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .ndly-box-two .ndly-box-qdys p{
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .ndly-box-one .right .text .bt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ndly-box-two .bt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ndly-box-two .box {
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 1280px){
    .ndly-box-one .ndly-box-sdld p{
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .ndly-box-two .ndly-box-qdys p{
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .ndly-box-one .right .text .bt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ndly-box-two .bt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ndly-box-two .box {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 991px){
    .ndly-box-two .imgbox{
        margin-bottom: 30px;
    }
    .ndly-box-one .right .text .bt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ndly-box-two .box {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767px){
    .ndly-box-two .ndly-box-qdys p {
        margin-top: 45px;
    }
    .ndly-box-two .box {
        margin-bottom: 25px;
    }
}
/*N理由 end*/

/*影视欣赏 and 格莱斯体验馆列表*/
.ysxs-box-one ul{
    text-align: center;
}
.ysxs-box-one ul li{
    display: inline-block;
}
.ysxs-box-one ul li:after{
    content: "|";
    display: inline-block;
    margin-left:10px;
    margin-right: 10px;
    color: #a7a7a7;
    font-size: 12px;
    transform: translateY(-3px);
}
.ysxs-box-one ul li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
.ysxs-box-one ul li a{
    display: inline-block;
    color: #001f2c;
    text-decoration: none;
    position: relative;
    transition: all .5s;
    font-size: 18px;
    margin-bottom: 10px;
}
.ysxs-box-one ul li a:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #D4442C;
    transition: all .5s;
}
.ysxs-box-one ul li a.active:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D4442C;
}
.ysxs-box-one ul li a.active{
    color: #D4442C;
}
.ysxs-box-one ul li a:hover{
    color: #D4442C;
}
.ysxs-box-one ul li a:hover:after{
    width: 100%;
}
.ysxs-box-two{
    margin-top: 0;
    float: right;
    width: 930px;
}
.ysxs-box-two>div{
    margin-bottom: 10px;
}
.ysxs-box-two a{
    text-decoration: none;
    color: #001f2c;
    display: block;
}
.ysxs-box-two .tp{
    padding-bottom: 60%;
    transition: all 1s;
}
.ysxs-box-two p{
    margin-top: 10px;
    transition: all .5s;
}
.ysxs-box-two a:hover .tp{
    transform: scale(1.1);
}
.ysxs-box-two a:hover p{
    color: #D4442C;
}
@media screen and (max-width: 1199px){
    .ysxs-box-one ul li a {
        font-size: 16px;
    }
    .ysxs-box-one ul li a.active:after {
        bottom: -3px;
    }
    .ysxs-box-one ul li:after {
        margin-left: 10px;
        margin-right: 10px;
        transform: translateY(-2px);
    }
    .ysxs-box-two {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    .ysxs-box-one ul li a {
        font-size: 14px;
    }
    .ysxs-box-one ul li a:after {
        bottom: -2px;
    }
    .ysxs-box-one ul li:after {
        margin-left: 5px;
        margin-right: 5px;
        transform: translateY(-2px);
    }
    .ysxs-box-two {
        margin-top: 15px;
    }
    .ysxs-box-two>div {
        margin-bottom: 15px;
    }
}
/*影视欣赏 and 格莱斯体验馆列表 end*/

/*3D体验馆 and 问题详情*/
.threeDtyg-box .bt{
    text-align: center;
    padding: 50px 15px 30px;
    border-bottom: 1px dotted #f3fced;
    color: #001f2c;
    font-size: 30px;
}
@media screen and (max-width: 1440px) {
    .threeDtyg-box .bt{
        padding: 45px 15px 25px;
        font-size: 28px;
    }
}
@media screen and (max-width: 1280px) {
    .threeDtyg-box .bt{
        padding: 40px 15px 20px;
        font-size: 26px;
    }
}
@media screen and (max-width: 1199px) {
    .threeDtyg-box .bt{
        padding: 35px 15px 15px;
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .threeDtyg-box .bt{
        padding: 30px 15px 15px;
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .threeDtyg-box .bt{
        padding: 25px 15px 15px;
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .threeDtyg-box .bt{
        padding: 20px 15px 10px;
        font-size: 18px;
    }
}
/*3D体验馆 and 问题详情 end*/

/*新闻列表*/
.xwlb-box-one ul{
    text-align: center;
}
.xwlb-box-one ul li{
    display: inline-block;
}
.xwlb-box-one ul li:after{
    content: "|";
    display: inline-block;
    margin-left:10px;
    margin-right: 10px;
    color: #a7a7a7;
    font-size: 12px;
    transform: translateY(-3px);
}
.xwlb-box-one ul li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
.xwlb-box-one ul li a{
    display: inline-block;
    color: #001f2c;
    text-decoration: none;
    position: relative;
    transition: all .5s;
    font-size: 18px;
    margin-bottom: 10px;
}
.xwlb-box-one ul li a:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #D4442C;
    transition: all .5s;
}
.xwlb-box-one ul li a.active:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D4442C;
}
.xwlb-box-one ul li a.active{
    color: #D4442C;
}
.xwlb-box-one ul li a:hover{
    color: #D4442C;
}
.xwlb-box-one ul li a:hover:after{
    width: 100%;
}
.xwlb-box-two{
    margin-top: 40px;
}
.xwlb-box-two>div{
    margin-bottom: 30px;
}
.xwlb-box-two a{
    text-decoration: none;
    color: #001f2c;
    display: block;
}
.xwlb-box-two .xwlb-box-two-btn{
    padding: 5px 15px;
    display: block;
    border: 1px solid #D4442C;
    color: #D4442C;
    font-size: 14px;
    margin-top: 10px;
    max-width: 150px;
    text-align: center;
}
.xwlb-box-two .xwlb-box-two-btn:hover{
    border: 1px solid #D4442C;
    color: #fff;
    background-color: #D4442C;
}
.xwlb-box-two .sj{
    color: #9da2a5;
}
.xwlb-box-two .sj a{
    color: #9da2a5;
    display: inline-block;
}
.xwlb-box-two .sj span{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transform: translateY(-2px);
}
.xwlb-box-two h3{
    font-size: 18px;
    color: #001f2c;
    margin-top: 10px;
}
.xwlb-box-two .tp{
    padding-bottom: 60%;
    transition: all 1s;
}
.xwlb-box-two p{
    margin-top: 10px;
    transition: all .5s;
}
.xwlb-box-two a:hover .tp{
    transform: scale(1.1);
}
.xwlb-box-two a:hover p{
    color: #D4442C;
}
@media screen and (max-width: 1199px){
    .xwlb-box-one ul li a {
        font-size: 16px;
    }
    .xwlb-box-one ul li a.active:after {
        bottom: -3px;
    }
    .xwlb-box-one ul li:after {
        margin-left: 10px;
        margin-right: 10px;
        transform: translateY(-2px);
    }
    .xwlb-box-two {
        margin-top: 20px;
    }
    .xwlb-box-two h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .xwlb-box-one ul li a {
        font-size: 14px;
    }
    .xwlb-box-one ul li a:after {
        bottom: -2px;
    }
    .xwlb-box-one ul li:after {
        margin-left: 5px;
        margin-right: 5px;
        transform: translateY(-2px);
    }
    .xwlb-box-two {
        margin-top: 15px;
    }
    .xwlb-box-two>div {
        margin-bottom: 15px;
    }
}
/*新闻列表 end*/

/*新闻详情*/
.xwxq-box .bt{
    text-align: center;
    padding: 50px 0px 15px;
    color: #001f2c;
    font-size: 30px;
}
.xwxq-box .date{
    text-align: center;
    font-size: 24px;
    padding: 0px 0px 30px;
    border-bottom: 1px dotted #f3fced;
}
.xwxq-box .tj a{
    text-decoration: none;
    color: #001f2c;
    display: block;
}
.xwxq-box .tj .xwxq-box-tj-btn{
    padding: 5px 15px;
    display: block;
    border: 1px solid #D4442C;
    color: #D4442C;
    font-size: 14px;
    margin-top: 10px;
    max-width: 150px;
    text-align: center;
}
.xwxq-box .tj .xwxq-box-tj-btn:hover{
    border: 1px solid #D4442C;
    color: #fff;
    background-color: #D4442C;
}
.xwxq-box .tj .sj{
    color: #9da2a5;
}
.xwxq-box .tj .sj a{
    color: #9da2a5;
    display: inline-block;
}
.xwxq-box .tj .sj span{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transform: translateY(-2px);
}
.xwxq-box .tj h3{
    font-size: 18px;
    color: #001f2c;
    margin-top: 10px;
}
.xwxq-box .tj .tp{
    padding-bottom: 60%;
    transition: all 1s;
}
.xwxq-box .tj p{
    margin-top: 10px;
    transition: all .5s;
}
.xwxq-box .tj a:hover .tp{
    transform: scale(1.1);
}
.xwxq-box .tj a:hover p{
    color: #D4442C;
}
.xwxq-box .tj>div{
    margin-bottom: 30px;
}
.xwxq-box .tjyd{
    overflow: hidden;
    margin-top: 20px;
}
.xwxq-box .tjyd p{
    color: #001f2c;
    font-size: 24px;
    position: relative;
    display: inline-block;
}
.xwxq-box .tjyd p:after{
    content: "";
    position: absolute;
    left: 102%;
    bottom: 5px;
    width: 1200px;
    border-bottom: 1px dotted #001f2c;
}
@media screen and (max-width: 1440px) {
    .xwxq-box .bt{
        padding: 45px 15px 15px;
        font-size: 28px;
    }
    .xwxq-box .date{
        font-size: 22px;
        padding: 0px 0px 25px;
    }
    .xwxq-box .tjyd p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1280px) {
    .xwxq-box .bt{
        font-size: 26px;
        padding: 40px 0px 15px;
    }
    .xwxq-box .date{
        font-size: 20px;
        padding: 0px 0px 20px;
    }
    .xwxq-box .tjyd p{
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .xwxq-box .bt{
        font-size: 22px;
        padding: 35px 0px 15px;
    }
    .xwxq-box .date{
        font-size: 18px;
        padding: 0px 0px 15px;
    }
    .xwxq-box .tj h3{
        font-size: 16px;
        color: #001f2c;
        margin-top: 10px;
    }
    .xwxq-box .tjyd p{
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .xwxq-box .bt{
        font-size: 20px;
        padding: 30px 0px 15px;
    }
    .xwxq-box .date{
        font-size: 16px;
    }
    .xwxq-box .tj>div{
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .xwxq-box .bt{
        font-size: 18px;
        padding: 20px 0px 15px;
    }
    .xwxq-box .tj>div{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .xwxq-box .bt{
        font-size: 16px;
        padding: 15px 0px 15px;
    }
}
/*新闻详情 end*/

/*专卖店列表*/
.zmdlb-box1{
    text-align: center;
    margin-bottom: 50px;
}
.zmdlb-box1 .left,
.zmdlb-box1 .center,
.zmdlb-box1 .right{
    margin-left: 10px;
    margin-right: 10px;
}
.zmdlb-box1 .left select{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 5px 15px;
    color: #0073DF;
}
.zmdlb-box1 .center select{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 5px 15px;
    color: #0073DF;
}
.zmdlb-box1 .right input{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 5px 15px;
    color: #0073DF;
    outline: none;
}
.zmdlb-box1 .right a{
    display: inline-block;
    border: 1px solid #d2d2d2;
    color: #0073DF;
    border-radius: 0 3px 3px 0;
    padding: 8px 8px 5px;
    transform: translateX(-5px);
    background-color: #fff;
}
.zmdlb-box1 .right a:hover{
    color: #fff;
    background-color: #0073DF;
}
.zmdlb-box2>.row>div{
    margin-bottom: 30px;
}
.zmdlb-box2 .tp{
    padding-bottom: 60%;
    transition: 1s;
}
.zmdlb-box2 a{
    text-decoration: none;
}
.zmdlb-box2 a:hover>div>.tp{
    transform: scale(1.1);
}
.zmdlb-box2 h3{
    margin-top: 15px;
    font-size: 18px;
    color: #001f2c;
    margin-bottom: 15px;
}
.zmdlb-box2 p{
    margin-top: 5px;
}
.zmdlb-box2-btn{
    padding: 5px 15px;
    display: block;
    border: 1px solid #D4442C;
    color: #D4442C;
    font-size: 14px;
    margin-top: 10px;
    max-width: 150px;
    text-align: center;
}
.zmdlb-box2-btn:hover{
    border: 1px solid #D4442C;
    color: #fff;
    background-color: #D4442C;
}
@media screen and (max-width: 767px){
    .zmdlb-box1{
        margin-bottom: 20px;
    }
    .zmdlb-box1 .left select{
        font-size: 12px;
    }
    .zmdlb-box1 .center select{
        font-size: 12px;
    }
    .zmdlb-box1 .right input{
        font-size: 12px;
    }
    .zmdlb-box1 .right a{
        width: 30px;
        padding: 4px 5px 3px;
        transform: translateX(-5px);
    }
    .zmdlb-box2 h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 575px){
    .zmdlb-box1 .left{
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .zmdlb-box1 .center{
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .zmdlb-box1 .left select{
        width: 100%;
    }
    .zmdlb-box1 .center select{
        width: 100%;
    }
    .zmdlb-box1 .right{
        display: block;
        margin: 0;
    }
    .zmdlb-box1 .right input{
        width: calc(100% - 35px);
    }
}
/*专卖店列表 end*/

/*专卖店列表详情*/
.zmdxq-box .xuxian{
    display: block;
    border-bottom: 1px dotted #f3fced;
}
.zmdxq-box-one{
    padding-top: 60px;
    padding-bottom: 60px;
}
.zmdxq-box-one .tp{
    padding-bottom: 61.61%;
}
.zmdxq-box-one h2{
    margin-bottom: 20px;
    font-size: 24px;
    color: #001f2c;
}
.zmdxq-box-one .dz{
    margin-bottom: 10px;
    margin-top: 20px;
    color: #001f2c;
    display: inline-block;
    margin-right: 10px;
}
.zmdxq-box-one .ts{
    display: inline-block;
}
.zmdxq-box-one .ts button{
    color: #b3b3b3;
    font-size: 12px;
    margin-bottom: 10px;
    border: none;
    background-color: #f6f6f6;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.zmdxq-box-one .ts button:hover{
    color: #999999;
}
.zmdxq-box-one .dh{
    margin-bottom: 10px;
    color: #001f2c;
}
.zmdxq-box-one .ewm{
    margin-top: 19.5%;
}
.zmdxq-box-one .ewm img{
    width: 80px;
    height: 80px;
}
.zmdxq-box-one .ewm span{
    vertical-align:bottom;
    color: #666666;
}
.zmdxq-box-two .bjb{
    padding-top: 60px;
    padding-bottom: 60px;
}
.zmdxq-box-three{
    padding-top: 60px;
    padding-bottom: 40px;
}
.zmdxq-box-three p{
    color: #001f2c;
    margin-bottom: 20px;
    font-size: 24px;
}
@media screen and (max-width: 1680px){
    .zmdxq-box-one .ewm {
        margin-top: 13.5%;
    }
    .zmdxq-box-one h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .zmdxq-box-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .zmdxq-box-two .bjb{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .zmdxq-box-three{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .zmdxq-box-three p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1440px){
    .zmdxq-box-one .ewm {
        margin-top: 11%;
    }
    .zmdxq-box-one h2 {
        font-size: 20px;
    }
    .zmdxq-box-one {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .zmdxq-box-two .bjb{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .zmdxq-box-three{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .zmdxq-box-three p{
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px){
    .zmdxq-box-one h2 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .zmdxq-box-one .ewm {
        margin-top: 15%;
    }
    .zmdxq-box-one .ewm img{
        width: 60px;
        height: 60px;
    }
    .zmdxq-box-one .ewm span {
        font-size: 12px;
    }
    .zmdxq-box-one .dh{
        font-size: 12px;
    }
    .zmdxq-box-one .dz{
        font-size: 12px;
        margin-top: 15px;
    }
    .zmdxq-box-one .dz a{
        font-size: 12px;
    }
    .zmdxq-box-one {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .zmdxq-box-two .bjb{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .zmdxq-box-three{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .zmdxq-box-three p{
        margin-bottom: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .zmdxq-box-one h2 {
        margin-top: 15px;
    }
    .zmdxq-box-one {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zmdxq-box-two .bjb{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zmdxq-box-three{
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .zmdxq-box-one .ewm {
        margin-top: 15px;
    }
    .zmdxq-box-one .dh{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px){
    .zmdxq-box-one h2{
        font-size: 16px;
    }
    .zmdxq-box-three p{
        font-size: 16px;
    }
}
/*专卖店列表详情 end*/

/*工程案例*/
.gcal-box1{
    text-align: center;
    margin-bottom: 50px;
}
.gcal-box1 .left,
.gcal-box1 .right{
    margin-left: 10px;
    margin-right: 10px;
}
.gcal-box1 .left select{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 5px 15px;
    color: #0073DF;
}
.gcal-box1 .right input{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 5px 15px;
    color: #0073DF;
    outline: none;
}
.gcal-box1 .right a{
    display: inline-block;
    border: 1px solid #d2d2d2;
    color: #0073DF;
    border-radius: 0 3px 3px 0;
    padding: 8px 8px 5px;
    transform: translateX(-5px);
    background-color: #fff;
}
.gcal-box1 .right a:hover{
    color: #fff;
    background-color: #0073DF;
}
.gcal-box2>div{
    margin-bottom: 30px;
}
.gcal-box2 a{
    text-decoration: none;
    color: #001f2c;
    display: block;
}
.gcal-box2 .tp{
    padding-bottom: 75%;
    transition: all 1s;
    background-color: #ccc;
}
.gcal-box2 .gcname{
    margin-top: 10px;
    transition: all .5s;
    font-size: 18px;
}
.gcal-box2 a:hover .tp{
    transform: scale(1.1);
}
.gcal-box2 a:hover .gcname{
    color: #D4442C;
}
.gcal-box2 .dq{
    color: #9da2a5;
    font-size: 14px;
    margin-top: 5px;
}
@media screen and (max-width: 1440px){
    .gcal-box1{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1280px){
    .gcal-box1{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1199px){
    .gcal-box2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    .gcal-box1{
        margin-bottom: 20px;
    }
    .gcal-box1 .left select{
        font-size: 12px;
    }
    .gcal-box1 .right input{
        font-size: 12px;
    }
    .gcal-box1 .right a{
        width: 30px;
        padding: 4px 5px 3px;
        transform: translateX(-5px);
    }
    .gcal-box2 {
        margin-top: 15px;
    }
    .gcal-box2>div {
        margin-bottom: 15px;
    }
    .gcal-box2 .gcname{
        font-size: 16px;
    }
    .gcal-box2 .dq{
        font-size: 12px;
    }
}
@media screen and (max-width: 575px){
    .gcal-box1 .left{
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .gcal-box1 .left select{
        width: 100%;
    }
    .gcal-box1 .right{
        display: block;
        margin: 0;
    }
    .gcal-box1 .right input{
        width: calc(100% - 35px);
    }
}
/*工程案例 end*/


/*联系我们*/
.lxwm-box .bt{
    overflow: hidden;
    margin-bottom: 45px;
}
.lxwm-box .bt p{
    font-size: 24px;
    color: #001f2c;
    position: relative;
    display: inline-block;
}
.lxwm-box .bt p:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 102%;
    border-bottom: 1px dotted #001f2c;
    width: 1200px;
}
.lxwm-box .nr p{
    margin-bottom: 35px;
    color: #f3fced;
}
@media screen and (max-width: 1440px){
    .lxwm-box .bt{
        margin-bottom: 40px;
    }
    .lxwm-box .nr p{
        margin-bottom: 30px;
    }
    .lxwm-box .bt p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px){
    .lxwm-box .bt{
        margin-bottom: 35px;
    }
    .lxwm-box .nr p{
        margin-bottom: 25px;
    }
    .lxwm-box .bt p{
        font-size: 20px;
    }
}
@media screen and (max-width: 991px){
    .lxwm-box .bt{
        margin-bottom: 30px;
    }
    .lxwm-box .nr p{
        margin-bottom: 30px;
    }
    .lxwm-box .bt p{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .lxwm-box .bt p{
        font-size: 16px;
    }
}
/*联系我们 end*/

/*资讯反馈*/
.zxfk-box .bt,
.zxfk-box2 .bt{
    overflow: hidden;
    margin-bottom: 35px;
}
.zxfk-box .bt p,
.zxfk-box2 .bt p{
    font-size: 24px;
    color: #001f2c;
    position: relative;
    display: inline-block;
}
.zxfk-box .bt p:after,
.zxfk-box2 .bt p:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 102%;
    border-bottom: 1px dotted #001f2c;
    width: 1200px;
}
.zxfk-box .nr .left,
.zxfk-box .nr .right{
    display: inline-block;
}
.zxfk-box .nr a{
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #f3fced;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.zxfk-box .nr a:hover .left{
    padding-left: 15px;
}
.zxfk-box .nr .left{
    padding-right: 2%;
    width: calc(100% - 30px);
    transition: all 1s;
}
.zxfk-box .nr .left p{
    color: #f3fced;
    line-height: initial;
    font-size: 18px;
}
.zxfk-box .nr .right{
    vertical-align: top;
}
.zxfk-padd>.row{
    padding-top: 0;
}
.zxfk-box2 .bd>div{
    margin-bottom: 20px;
}
.zxfk-box2 .bd input,
.zxfk-box2 .bd textarea{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d2d2d2;
    outline: none;
}
.zxfk-box2 .bd textarea{
    resize: none;
    height: 150px;
}
.zxfk-box2 .bd input[type*='submit']{
    max-width: 200px;
    background-color: #0073DF;
    border: 1px solid #0073DF;
    color: #fff;
    float: right;
    transition: all .5s;
    cursor: pointer;
}
.zxfk-box2 .bd input[type*='submit']:hover{
    background-color: #fff;
    border: 1px solid #0073DF;
    color: #0073DF;
}
@media screen and (max-width: 1440px){
    .zxfk-box .bt,
    .zxfk-box2 .bt{
        margin-bottom: 40px;
    }
    .zxfk-box .bt p,
    .zxfk-box2 .bt p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px){
    .zxfk-box .bt,
    .zxfk-box2 .bt{
        margin-bottom: 30px;
    }
    .zxfk-box .bt p,
    .zxfk-box2 .bt p{
        font-size: 20px;
    }
    .zxfk-box .nr .left p {
        font-size: 16px;
    }
    .zxfk-box .nr .right img{
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 991px){
    .zxfk-box .bt
    .zxfk-box2 .bt{
        margin-bottom: 25px;
    }
    .zxfk-box .bt p,
    .zxfk-box2 .bt p{
        font-size: 18px;
    }
    .zxfk-box2 .bd input,
    .zxfk-box2 .bd textarea{
        padding: 7px 12px;
    }
}
@media screen and (max-width: 767px){
    .zxfk-box .bt p,
    .zxfk-box2 .bt p{
        font-size: 16px;
    }
    .zxfk-box .nr .left p {
        font-size: 14px;
    }
    .zxfk-box .nr .right img{
        width: 15px;
        height: 15px;
    }
    .zxfk-box .nr a{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .zxfk-box2 .bd input[type*='submit']{
        max-width: 100%;
    }
}
/*资讯反馈end*/

/*经销商登录 and 经销商注册*/
.dl-box .dlk{
    margin: 7% auto;
    max-width: 300px;
}
.dl-box .dlk .bt{
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: #001f2c;
}
.dl-box .dlk .fbt{
    text-align: center;
    margin-bottom: 15px;
    color: #f3fced;
    overflow: hidden;
}
.dl-box .dlk .fbt span{
    position: relative;
    font-size: 16px;
}
.dl-box .dlk .fbt span:after{
    content: "";
    height: 1px;
    width: 300px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    background-color: #c0b8b4;
}
.dl-box .dlk .fbt span:before{
    content: "";
    height: 1px;
    width: 300px;
    position: absolute;
    right:calc(100% + 10px);
    top: 50%;
    background-color: #c0b8b4;
}
.dl-box .dlk>input{
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #c0b8b4;
    outline: none;
}
.dl-box .dlk .jzmm-box{
    margin-bottom: 15px;
}
.dl-box .dlk .jzmm-box .left{
    color: #001f2c;
    font-size: 14px;
}
.dl-box .dlk .jzmm-box .left input{
    margin-right: 5px;
}
.dl-box .dlk .jzmm-box .right{
    float: right;
}
.dl-box .dlk .jzmm-box .right a{
    color: #001f2c;
    text-decoration: none;
}
.dl-box .dlk>input[type*="submit"]{
    background-color: #0073DF;
    border: 1px solid #0073DF;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}
.dl-box .dlk>input[type*="submit"]:hover{
    background-color: #fff;
    border: 1px solid #0073DF;
    color: #0073DF;
}
@media screen and (max-width: 767px){
    .dl-box .dlk .bt{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dl-box .dlk>input{
        padding: 7px 12px;
    }
}
/*经销商登录 and 经销商注册 end*/

/*经销商列表*/
.jxslb-box{
    margin-top: 50px;
}
.jxslb-box>div{
    margin-bottom: 30px;
}
.jxslb-box a{
    color: #001f2c;
    text-decoration: none;
}
.jxslb-box a:hover .tp{
    transform: scale(1.1);
}
.jxslb-box a:hover .title{
    color: #D4442C;
}
.jxslb-box .tp{
    padding-bottom: 60%;
    transition: all 1s;
}
.jxslb-box .title{
    font-size: 18px;
    margin-top: 10px;
    transition: all 1s;
}
.jxslb-box .fl{
    font-size: 14px;
    color: #9da2a5;
}
@media screen and (max-width: 1440px){
    .jxslb-box{
        margin-top: 40px;
    }
}
@media screen and (max-width: 1280px){
    .jxslb-box{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .jxslb-box{
        margin-top: 20px;
    }
    .jxslb-box .title{
        font-size: 16px;
    }
    .jxslb-box .fl{
        font-size: 12px;
    }
    .jxslb-box>div{
        margin-bottom: 15px;
    }
}
/*经销商列表 end*/

/*搜索结果*/
.ss-box{
    min-height: 500px;
}
.ss-box .ssk select{
    padding: 5px 55px 5px 10px;
    color: #001f2c;
    background-color: #ddd8d3;
    border: 1px solid #ddd8d3;
}
.ss-box .bt>div{
    overflow: hidden;
}
.ss-box .bt p{
    margin-bottom: 20px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    color: #001f2c;
}
.ss-box .bt p:after{
    content: "";
    position: absolute;
    left:105%;
    bottom: 5px;
    width: 1200px;
    border-bottom: 1px dotted #001f2c;
}
.ss-box .ssk input{
    margin-left: -4px;
    margin-right: -4px;
    padding: 5px 10px;
    border: 1px solid #ddd8d3;
    outline: none;
    width: calc(100% - 230px);
}
.ss-box .ssk a{
    display: inline-block;
    text-decoration: none;
    padding: 9px 40px 6px;
    display: inline-block;
    background-color: #0073DF;
    color: #fff;
    border: none;
    text-align: center;
}
@media screen and (max-width: 1680px){
    .ss-box .bt p{
        font-size: 22px;
    }
}
@media screen and (max-width: 991px){
    .ss-box .bt p{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .ss-box .bt p{
        font-size: 18px;
    }
    .ss-box .ssk select{
        padding: 5px;
        width: 100%;
        margin-bottom: 10px;
    }
    .ss-box .ssk input{
        margin-left: 0px;
        margin-right: 0px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 10px;
    }
    .ss-box .ssk a{
        padding: 9px 40px 6px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .ss-box{
        min-height: auto;
    }
}
@media screen and (max-width: 575px){
    .ss-box .bt p{
        font-size: 16px;
    }
}
/*搜索结果 end*/

/*招商加盟*/
.zsjm-box{
    background-color: #0073DF;
}
.zsjm-box-one{
    margin-bottom: 80px;
}
.zsjm-box-one .dd{
    color: #959da6;
    margin-right: 10px;
}
.zsjm-box-one ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.zsjm-box-one ul>li{
    display: inline-block;
}
.zsjm-box-one ul>li:after{
    content: ">>";
    margin-left: 20px;
    margin-right: 15px;
    color: #959da6;
    font-size: 12px;
}
.zsjm-box-one ul>li:nth-last-of-type(1):after{
    content: "";
    display: none;
}
.zsjm-box-one ul>li a{
    color: #fff;
    text-decoration: none;
}
.zsjm-box-one ul>li a:hover{
    color: #f3fced;
}
.zsjm-box-two{
    margin-bottom: 30px;
}
.zsjm-box-two .left,
.zsjm-box-two .right{
    margin-bottom: 40px;
}
.zsjm-box-two .right h3{
    font-size: 24px;
    color: #f3fced;
    margin-bottom: 30px;
}
.zsjm-box-two .right .fbt{
    font-size: 18px;
    color: #f3fced;
    margin-bottom: 20px;
}
.zsjm-box-two .text{
    font-size: 14px;
    margin-bottom: 20px;
    color: #ddd8d3;
    line-height: 1.75em;
}
.zsjm-box-two .box{
    margin-bottom: 20px;
}
.zsjm-box-two .box .bt{
    font-size: 18px;
    color: #f3fced;
    margin-bottom: 20px;
}


.zsjm-box-three{
    margin-bottom: 80px;
}
.zsjm-box-three .bt{
    overflow: hidden;
}
.zsjm-box-three .bt>h3{
    position: relative;
    font-size: 24px;
    color: #f3fced;
    display: inline-block;
    margin-bottom: 30px;
}
.zsjm-box-three .bt>h3:after{
    content: "";
    width: 1200px;
    position: absolute;
    left: 102%;
    bottom: 5px;
    border-bottom: 1px dotted #f3fced;
}
.zsjm-box-three .lc-box>.row{
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}
.zsjm-box-three .lc-box p{
    color: #fff;
}
.zsjm-box-three .lc-box .hz{
    text-align: center;
}
.zsjm-box-three .lc-box .hz .number{
    font-size: 36px;
    font-family: "OSWALD-REGULAR";
}
.zsjm-box-three .lc-box .left,
.zsjm-box-three .lc-box .right{
    margin-bottom: 30px;
}
.zsjm-box-three .lc-box .hz .icon{
    position: relative;
}
.zsjm-box-three .lc-box .hz .icon img{
    position: relative;
    z-index: 1;
}
.zsjm-box-three .lc-box .left .hz .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 1200px;
    background-color: #48525c;
}
.zsjm-box-three .lc-box .left .hz .icon:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    height: 1px;
    width: 1200px;
    background-color: #48525c;
}
.zsjm-box-three .lc-box .right .hz .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    height: 1px;
    width: 1200px;
    background-color: #48525c;
}
.zsjm-box-three .lc-box .right .hz .icon:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 1200px;
    background-color: #48525c;
}
.zsjm-box-three .lc-box .hz .wz{
    margin-top: 10px;
}

.zsjm-box-four .left,
.zsjm-box-four .right{
    margin-bottom: 80px;
}
.zsjm-box-four .bt{
    overflow: hidden;
}
.zsjm-box-four .bt>h3{
    color: #f3fced;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.zsjm-box-four .bt>h3:after{
    content: "";
    position: absolute;
    left: 102%;
    bottom: 5px;
    width: 1200px;
    border-bottom: 1px dotted #f3fced;
}
.zsjm-box-four .text{
    font-size: 14px;
    margin-bottom: 5px;
    color: #ddd8d3;
    line-height: 1.75em;
}
.sqb-padd>.row{
    padding-top: 0;
}
.sqb-box .title{
    overflow: hidden;
}
.sqb-box .title>p{
    font-size: 24px;
    margin-bottom: 30px;
    color: #001f2c;
    position: relative;
    display: inline-block;
}
.sqb-box .title>p:after{
    content: "";
    width: 1200px;
    position: absolute;
    left: 102%;
    bottom: 5px;
    border-bottom: 1px dotted #001f2c;
}
.sqb-box .bt{
    margin-bottom: 10px;
    color: #001f2c;
}
.sqb-box input,
.sqb-box select{
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 3px;
    outline: none;
    color: #001f2c;
    font-size: 14px;
}
.sqb-box textarea{
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 10px 15px;
    outline: none;
    color: #001f2c;
    height: 150px;
    border-radius: 3px;
    resize: none;
    margin-bottom: 15px;
    font-size: 14px;
}
.sqb-box input[type*=reset]{
    color: #666666;
    background-color: #ddd8d3;
    border: 1px solid #ddd8d3;
    cursor: pointer;
    transition: all .5s;
}
.sqb-box input[type*=reset]:hover{
    color: #666666;
    background-color: #d1ccc8;
    border: 1px solid #d1ccc8;
}
.sqb-box input[type*=submit]{
    color: #fff;
    background-color: #0073DF;
    border: 1px solid #0073DF;
    cursor: pointer;
    transition: all .5s;
}
.sqb-box input[type*=submit]:hover{
    color: #0073DF;
    background-color: #fff;
    border: 1px solid #0073DF;
}
@media screen and (max-width: 1680px){
    .zsjm-box-two .right h3,
    .zsjm-box-three .bt>h3,
    .zsjm-box-four .bt>h3,
    .sqb-box .title>p{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .zsjm-box-two .left, .zsjm-box-two .right {
        margin-bottom: 35px;
    }
    .zsjm-box-one,
    .zsjm-box-three,
    .zsjm-box-four .left,
    .zsjm-box-four .right{
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1280px){
    .zsjm-box-two .right h3 ,
    .zsjm-box-three .bt>h3,
    .zsjm-box-four .bt>h3,
    .sqb-box .title>p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .zsjm-box-two .left, .zsjm-box-two .right {
        margin-bottom: 30px;
    }
    .zsjm-box-one,
    .zsjm-box-three,
    .zsjm-box-four .left,
    .zsjm-box-four .right{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 991px){
    .zsjm-box-three .lc-box .left,
    .zsjm-box-three .lc-box .right {
        margin-bottom: 20px;
    }
    .zsjm-box-two .left, .zsjm-box-two .right {
        margin-bottom: 25px;
    }
    .zsjm-box-one,
    .zsjm-box-three ,
    .zsjm-box-four .left,
    .zsjm-box-four .right{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px){
    .zsjm-box-three .lc-box .hz .number {
        font-size: 30px;
    }
    .zsjm-box-two .right h3,
    .zsjm-box-three .bt>h3,
    .zsjm-box-four .bt>h3,
    .sqb-box .title>p{
        font-size: 18px;
    }
    .zsjm-box-two .left, .zsjm-box-two .right {
        margin-bottom: 20px;
    }
    .zsjm-box-one,
    .zsjm-box-three ,
    .zsjm-box-four .left,
    .zsjm-box-four .right{
        margin-bottom: 40px;
    }
    .zsjm-box-two .text {
        margin-bottom: 15px;
    }
    .zsjm-box-one ul>li:after {
        margin-left: 15px;
        margin-right: 10px;
    }
    .zsjm-box-three .lc-box .left,
    .zsjm-box-three .lc-box .right {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px){
    .zsjm-box-three .lc-box .hz .wz {
        font-size: 12px;
    }
    .zsjm-box-two .left, .zsjm-box-two .right {
        margin-bottom: 15px;
    }
    .zsjm-box-one,
    .zsjm-box-three ,
    .zsjm-box-four .left,
    .zsjm-box-four .right{
        margin-bottom: 30px;
    }
    .zsjm-box-one ul>li:after {
        margin-left: 10px;
        margin-right: 5px;
    }
    .zsjm-box-three .lc-box .left,
    .zsjm-box-three .lc-box .right {
        margin-bottom: 15px;
    }
    .zsjm-box-three .lc-box .hz .wz {
        margin-top: 5px;
    }
}
/*招商加盟 end*/

.list_page{vertical-align: bottom;display:inline-block;*display:inline;*zoom:1;*margin-left:5px;font-size:14px;line-height:30px;text-align:center;padding-top: 20px; margin-left: 10%;}
.list_page li{float:left;list-style-type:none;}
.list_page li a{display:inline-block;padding: 0 10px;border: 1px solid #424d5b;background: #424d5b;margin: 0 2px;color: #fff!important;}
.list_page li a:hover{background:#0073DF;border:1px solid #0073DF;}
.list_page li.active a{background:#0073DF;border:1px solid #0073DF;}
.position{ width: 900px; margin:20px auto;}
.maincont1{ width: 900px; margin:20px auto;}
.green{ text-align: center;}
.explain{ text-align: center;}