* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
}

.center-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑";
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

img {
    display: block;
}

.container {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
}

i,
em {
    font-style: normal;
}

/* 箭头动画 */
@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.mySwiper_total,
.mySwiper_total>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

header {
    width: 100%;
    background:transparent;
    border-bottom: 1px solid rgba(255,255,255,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.page_head .container,
header .container {
    height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav,
header nav ul {
    height: 100%;
}

header nav ul {
    display: flex;
    align-items: center;
}

header nav ul li {
    margin-left: 75px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul li span.line {
    width: 0;
    height: 5px;
    background-color: rgb(236, 201, 116);
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
}

header nav ul li:hover span.line,
header nav ul li.active span.line {
    width: 100%;
}

header nav ul li a {
    font-size: 18px;
    color: #fff;
}
header .logo .logo_black{
    display: none;
}
.page_head{
    background: url(../images/header_bg.jpg) no-repeat center;
    background-size: cover;
}
.page_head nav ul li a{
    color: #1c2e55;
}
.page_head .logo .logo_white{
    display: none;
}
.page_head .logo .logo_black{
    display: block;
}


.index1 .banner{
    /*margin-top: 105px;*/
    height: 100%;
}
.index1 .banner .mySwiper_banner{
    height: 100%;
}
.index1 .banner .mySwiper_banner .pic,
.index1 .banner .mySwiper_banner .pic img{
    height: 100%;
    width: 100%;
}
.index1 .banner .scroll_arrow {
    position: absolute;
    bottom: 170px;
    left: calc(50% - 10px);
    z-index: 3;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transform: rotate(90deg) translateY(-50%);
    cursor: pointer;
}

.index1 .banner .swiper-pagination {
    bottom: 140px;
    width: auto;
    left: auto;
    right: 240px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.index1 .banner .swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: 0 10px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    display: inline-block;
}

.index1 .banner .swiper-pagination .swiper-pagination-bullet-active {
    color: #f7d01e;
}

.index1 .banner .swiper-pagination .swiper-pagination-bullet span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index1 .banner .swiper-pagination .swiper-pagination-bullet span::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #f7d01e;
    margin-left: 7px;
    transition: width 0.5s ease;
}

.index1 .banner .swiper-pagination .swiper-pagination-bullet-active span::after {
    content: "";
    width: 148px;
    transition: width 0.5s ease;
}
/*轮播里的按钮*/
/*.index1 .banner .button{*/
/*    position: absolute;*/
/*    bottom: 274px;*/
/*    left: 240px;*/
/*    width: 258px;*/
/*    height: 70px;*/
/*    border-radius: 10px;*/
/*    border: 1px solid rgba(255,255,255,.5);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.index1 .banner .button .txt{*/
/*    width: 85.27%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding-left: 30px;*/
/*    box-sizing: border-box;*/
/*    border-right: 1px solid rgba(255,255,255,.5);*/
/*}*/
/*.index1 .banner .button .txt p{*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*}*/
/*.index1 .banner .button .triangle_box{*/
/*    width: calc(100% - 85.27%);*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.index1 .banner .button .triangle_box .triangle{*/
/*    width: 0;*/
/*    height: 0;*/
/*    border: 6px solid transparent;*/
/*    border-left-color: rgb(255,255,255);*/
/*}*/
.banner1 {
    width: 100%;
}

.banner1 .pic {
    width: 100%;
}

.banner1 .pic img {
    width: 100%;
}

.index2 .top {
    height: 555px;
    width: 100%;
    display: flex;
    margin-top: 105px;
}

.index2 .top .left {
    width: 773px;
    height: 100%;
    background: url(../images/index_about_left_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 160px 70px 255px;
    box-sizing: border-box;
}

.index_title {
    position: relative;
    height: 72px;
    line-height: 72px;
}

.index_title .pos {
    position: absolute;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_title .pos .icon {
    margin-right: 10px;
}

.index_title .pos span.en {
    display: block;
    text-transform: capitalize;
    font-size: 100px;
    font-weight: bold;
    font-family: "extraboldalt";
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 71, 157, .27);
    text-stroke: 2px rgba(0, 71, 157, .27);
    letter-spacing: 3px;
}

.index_title h1 {
    font-size: 36px;
    color: #1c2e55;
    font-weight: normal;
    position: relative;
    z-index: 2;
    margin-left: 10px;
}

.index_title h1.white {
    color: #fff;
}

.index2 .top .left .content {
    margin: 50px 0 80px 0;
}

.index2 .top .left .content p {
    font-size: 16px;
    color: #1c2e55;
    line-height: 1.875em;
    text-align: justify;
}

.index2 .top .left .link a {
    font-size: 18px;
    color: #1c2e55;
}

.index2 .top .right {
    width: calc(100% - 773px);
    height: 100%;
    background: url(../images/index_about_right_bg.jpg) no-repeat center;
    background-size: cover;
}

.index2 .top .right ul {
    display: flex;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index2 .top .right ul li {
    height: 213px;
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, .6);
    box-sizing: border-box;
    padding: 30px 0 15px 0;
}

.index2 .top .right ul li:last-child {
    border-right: none;
}

.index2 .top .right ul li .num {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 .top .right ul li .num h1 {
    font-size: 65px;
    color: #fff;
    font-family: "siyuan_bold";
    line-height: 0.85em;
}

.index2 .top .right ul li .num i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -10px;
}

.index2 .top .right ul li p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.index2 .bottom {
    width: 100%;
    height: calc(100% - 660px);
}

.index2 .bottom ul {
    display: flex;
    height: 100%;
}

.index2 .bottom ul li:nth-child(2),
.index2 .bottom ul li:nth-child(3),
.index2 .bottom ul li:nth-child(4) {
    width: 382.33px;
}

.index2 .bottom ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 55px;
    box-sizing: border-box;
    transition: all 0.3s;
    height: 100%;
}

.index2 .bottom ul li:nth-child(2) {
    background: url(../images/index_about_2_bg.jpg);
    background-size: cover;
}

.index2 .bottom ul li:nth-child(3) {
    background: url(../images/index_about_3_bg.png);
    background-size: cover;
}

.index2 .bottom ul li:nth-child(4) {
    background: url(../images/index_about_2_bg.jpg);
    background-size: cover;
}

.index2 .bottom ul li h2 {
    font-size: 22px;
    color: #1c2e55;
    margin: 25px 0 10px 0;
}

.index2 .bottom ul li .des p {
    line-height: 1.714em;
    font-size: 14px;
    color: rgba(28, 46, 85, .5);
    text-align: center;
}

/* 第一个蓝色盒子，不做效果 */
.index2 .bottom ul li:nth-child(1) a{
    width: 773px !important;
    height: 100%;
    background-color: rgb(28, 46, 85);
    padding: 64px 150px 60px 280px;
    box-sizing: border-box;
    display: block;
}
.index2 .bottom ul li:nth-child(1) h2 {
    font-weight: normal;
    font-size: 22px;
    color: #edebeb;
    margin: 25px 0 10px 0;
}

.index2 .bottom ul li:nth-child(1) .des p {
    color: #ecc76e;
    text-align: left;
}

.index2 .bottom ul li:hover a{
    cursor: pointer;
    box-shadow: 23px 0px 79px rgba(0, 0, 0, .2),
        -23px 0px 79px rgba(0, 0, 0, .2);
    background: #fff;
    position: relative;
    z-index: 2;
}

.index2 .bottom ul li:nth-child(1):hover a{
    box-shadow: none;
    background-color: rgb(28, 46, 85);
    position: static;
}

.index3 {
    background: url(../images/index3_news_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3>.container,
.index4>.container,
.index5>.container,
.index6>.container,
.index7>.container{
    margin-top: 105px;
    padding: 70px 0;
    box-sizing: border-box;
}
.index3 .slide_header,
.index4 .slide_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.index3 .slide_header ul,
.index4 .slide_header ul {
    display: flex;
    align-items: center;
}

.index3 .slide_header ul li,
.index4 .slide_header ul li {
    margin-left: 50px;
}

.index3 .slide_header ul li a {
    font-size: 18px;
    color: #1c2e55;
}

.index3 .slide_header ul li:last-child {
    width: 141px;
    height: 52px;
    background-color: rgb(0, 71, 157);
}

.index3 .slide_header ul li:last-child a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3 .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index3 .main .left {
    width: 467px;
    height: 546px;
    background-color: #fff;
}
.index3 .main .left .videoBox{
    height: 100%;
}
.index3 .main .left .videoBox a{
    height: 100%;
}
.index3 .main .left .videoBox .top {
    /*height: 317px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3 .main .left .videoBox .top video {
    max-width: 100%;
    /*max-height: 317px;*/
}

.index3 .main .left .videoBox .top img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index3 .main .left .videoBox .bottom {
    padding: 45px 45px 50px 45px;
    box-sizing: border-box;
}

.index3 .main .left .videoBox .bottom .video_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 45px 0;
    box-sizing: border-box;
}

.index3 .main .left .videoBox .bottom .video_header h5 {
    font-weight: normal;
    font-size: 18px;
    color: #f39910;
}

.index3 .main .left .videoBox .bottom .video_header .time,
.index3 .main .center .news_header .time {
    display: flex;
    align-items: center;
}

.index3 .main .left .videoBox .bottom .video_header .time p {
    font-size: 16px;
    color: #b4b4b4;
    margin-left: 10px;
}

.index3 .main .left .videoBox .bottom .video_title {
    padding: 0 15px;
    box-sizing: border-box;
}

.index3 .main .left .videoBox .bottom .video_title h2 {
    font-size: 24px;
    color: #282828;
    font-weight: normal;
    line-height: 1.2em;
}

.index3 .main .center {
    width: 467px;
    height: 546px;
    background: url(../images/index_news_item_bg.gif) no-repeat center;
    background-size: cover;
    padding: 60px 50px;
    box-sizing: border-box;
}

.index3 .main .center .news_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index3 .main .center .news_header h5 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.index3 .main .center .news_header .time p {
    font-size: 16px;
    color: #edebeb;
    margin-left: 10px;
}

.index3 .main .center .news_title {
    padding: 90px 0 60px 0;
    box-sizing: border-box;
}

.index3 .main .center .news_title h2 {
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
}

.index3 .main .center .news_content {
    height: 120px;
}

.index3 .main .center .news_content p {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.714em;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.index3 .main .center .link {
    width: 105px;
    height: 43px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin: 10px 0 0 auto;
}

.index3 .main .center .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.index3 .main .right {
    width: 447px;
}

.index3 .main .right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    box-sizing: border-box;
}

.index3 .main .right ul li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index3 .main .right ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgb(0, 94, 255);
    margin: 10px 23px 0 0;
}

.index3 .main .right ul li .news_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.index3 .main .right ul li .news_title h5 {
    font-weight: normal;
    font-size: 20px;
    color: #1c2e55;
    width: 340px;
    line-height: 1.2em;
    height: 47px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index3 .main .right ul li .des p {
    width: 378px;
    font-size: 14px;
    color: rgba(28, 46, 85, 0.302);
    line-height: 1.714em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index3 .main .right ul li .arrow {
    margin-left: 7px;
}

.index4 {
    background: url(../images/index4_product_bg.jpg) no-repeat center;
    background-size: cover;
}

.index4 .main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.index4 .main ul li {
    padding: 0 25px;
    box-sizing: border-box;
    width: 25%;
    margin-bottom: 60px;
}

.index4 .main ul li a {
    width: 100%;
}

.index4 .main ul li .pic {
    width: 100%;
    height: 196px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.index4 .main ul li .pic img {
    object-fit: contain;
    max-width: 100%;
    max-height: 196px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.index4 .main ul li:hover .pic img {
    transform: scale(1.05);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.index4 .main ul li h5 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.index4 .main ul li:last-child .pic {
    background-color: transparent;
    flex-direction: column;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.index4 .main ul li:last-child .pic p {
    font-size: 16px;
    color: #fff;
}

.index5 {
    background: url(../images/index7_service_bg.jpg) no-repeat center;
    background-size: cover;
}

.index5 .slide_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 76px;
    box-sizing: border-box;
}

.index5 .slide_header .right .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index5 .slide_header .right .toggle .swiper-button-prev,
.index5 .slide_header .right .toggle .swiper-button-next {
    position: static;
    margin-top: 0;
    color: #00479d;
    margin: 0 30px;
    transition: color 0.3s;
}

.index5 .slide_header .right .toggle .swiper-button-next.swiper-button-disabled,
.index5 .slide_header .right .toggle .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #ecc974;
}

.index5 .slide_header .right .toggle .swiper-button-next:after,
.index5 .slide_header .right .toggle .swiper-button-prev:after {
    font-size: 48px;
}

.index5 .slide_header .right .toggle .swiper-button-next:after {
    content: ">";
}

.index5 .slide_header .right .toggle .swiper-button-prev:after {
    content: "<";
}

.index5 .main .mySwiper_patent .swiper-slide {
    background-color: rgb(245, 243, 242);
    border: 1px solid rgb(191, 191, 191);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.index5 .main .mySwiper_patent .swiper-slide .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.index5 .main .mySwiper_patent .swiper-slide .pic img {
    max-height: 440px;
    object-fit: contain;
}

.index6 {
    background: url(../images/index6_field_bg.jpg) no-repeat center;
    background-size: cover;
}

.index6 .slide_header {
    padding-bottom: 33px;
    box-sizing: border-box;
}

.index6 .slide_header .index_title .pos span.en {
    -webkit-text-stroke-color: rgba(168, 214, 230, .27);
}

.index6 .main .top {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.index6 .main .top .left {
    width: 205px;
}
.index6 .main .top .right{
    height: 450px;
}
.index6 .main .top .right img{
    height: 100%;
}

.index6 .main .top .text p {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
    text-align: justify;
}

.index6 .main .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.index6 .main .bottom .prev,
.index6 .main .bottom .next {
    position: static;
    margin-top: 0;
    cursor: pointer;
}

.index6 .main .bottom .prev {
    margin-right: 25px;
}

.index6 .main .bottom .next {
    margin-left: 25px;
}

.index6 .main .bottom .prev.swiper-button-disabled,
.index6 .main .bottom .next.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.index6 .main .bottom .swiper-slide {
    height: 100px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.index6 .main .bottom .swiper-slide img {
    max-width: 100%;
    max-height: 100px;
}
.index6 .main .bottom .mySwiper_partner .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.index7 {
    background: url(../images/index7_service_bg.jpg) no-repeat center;
    background-size: cover;
}

.index7 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 55px;
}

.index7 .title span {
    font-size: 18px;
    color: #1c2e55;
    letter-spacing: 20px;
    font-family: "siyuan_regular";
}

.index7 .title h1 {
    font-size: 60px;
    color: #ecc976;
    text-transform: uppercase;
}

.index7 .title h2 {
    font-size: 36px;
    color: #1c2e55;
    font-weight: normal;
    font-family: "siyuan_regular";
}

.index7 .content ul {
    display: flex;
}

.index7 .content ul li {
    position: relative;
    flex: 1;
    height: 450px;
    transition: flex 0.7s ease;
}

.index7 .content ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(15, 35, 78, .5);
}

.index7 .content ul li:hover::before {
    background: none;
}
.index7 .content ul li a{
    width: 100%;
    height:100%;
}
.index7 .content ul li:hover a{
    position: relative;
    z-index: 2;
}
.index7 .content ul li .text {
    position: absolute;
    bottom: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: -50%;
    transform: translate(50%);
}

.index7 .content ul li .text h5 {
    font-size: 60px;
    color: #fff;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.index7 .content ul li .text p {
    font-size: 26px;
    color: #fff;
    transition: all 0.5s;
}

.index7 .content ul li:hover {
    flex: 2.7;
}

.index7 .content ul li:hover .text h5 {
    color: #ecc976;
}

.index7 .content ul li:hover .text p {
    color: #ecc976;
}

.footer {
    height: 688px !important;
    background-color: rgb(28, 46, 85);
}

.footer .top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
}

.footer .top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 125px;
}

.footer .top .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .top .left .company {
    width: 332px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
}

.footer .top .left .company p.cn {
    font-size: 22.33px;
    color: #fff;
}

.footer .top .left .company p.en {
    color: #fff;
    font-size: 12.18px;
}

.footer .top .right ul {
    display: flex;
    align-items: center;
}

.footer .top .right ul li {
    margin-left: 35px;
}

.footer .top .right ul li a {
    font-size: 18px;
    color: #fff;
}

.footer .center {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    height: calc(100% - (60px + 125px));
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 120px 0 145px 0;
}

.footer .center .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}

.footer_title .text {
    height: 51px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding-left: 10px;
    margin-left: 15px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer_title .text span {
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    font-family: Arial, Helvetica, sans-serif;
}

.footer_title .text p {
    font-size: 24px;
    color: #fff;
}

.footer_title .text p.in {
    font-style: italic;
    font-size: 32.48px;
    line-height: 1em;
    color: #fff;
}
.footer_title .text p.in a{
    font-size: 32.48px;
    line-height: 1em;
    color: #fff;
}

.footer .center .left,
.footer .center .right {
    width: 50%;
}

.footer .center .left .main form {
    height: 160px;
    width: 505px;
}

.footer .center .left .main form .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .center .left .main form input,
.footer .center .left .main form textarea {
    width: 505px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    font-family: "微软雅黑";
}

.footer .center .left .main form input[type="text"] {
    height: 37px;
    margin-bottom: 6px;
    padding-left: 20px;
    box-sizing: border-box;
}

.footer .center .left .main form textarea {
    height: 74px;
    width: 377px;
    padding: 20px;
    box-sizing: border-box;
}

.footer .center .left .main form input[type="submit"] {
    height: 74px;
    width: 122px;
    font-size: 14.21px;
    color: rgba(137, 137, 136, .7);
    letter-spacing: 5px;
    cursor: pointer;
}

.footer .center .right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .center .right .main .messageText {
    /*width: 533px;*/
    margin-top: -5px;
}
.footer .center .right .main .messageText p{
    display: flex;
    flex-wrap: wrap;
}
.footer .center .right .main .messageText p,
.footer .center .right .main .messageText p a{
    font-weight: normal;
    font-size: 14.21px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.7em;
    box-sizing: border-box;
}

.footer .center .right .main .messageText p:last-child {
    padding-bottom: 0;
}
.codeGroup{
    display: flex;
}
.footer .center .right .code{
    margin-left: 10px;
}
.footer .center .right .code .pic {
    width: 133px;
    height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .center .right .code .pic img {
    max-width: 100%;
    max-height: 133px;
}

.footer .center .right .code p {
    font-size: 14.21px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

.footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.footer .bottom p {
    font-family: "siyuan_regular";
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
}

.footer .bottom p:nth-child(1) {
    margin-right: 18px;
}

/* 走进河谷 */
.page_title {
    height: 137px;
    width: 100%;
    border-bottom: 1px solid rgb(239, 238, 238);
    box-sizing: border-box;
    margin-bottom: 38px;
}

.page_title .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 137px;
    padding-bottom: 25px;
    box-sizing: border-box;
    position: relative;
}

.page_title .left_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_title .left_title img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.page_title .left_title h1 {
    font-size: 36px;
    color: #1c2e55;
    font-weight: normal;
    padding-left: 55px;
    box-sizing: border-box;
    line-height: 1.1em;
}

.page_title .right_location p,
.page_title .right_location a {
    font-size: 16px;
    color: #777777;
    display: flex;
    align-items: center;
}


.col {
    width: 255px;
}

.col ul li {
    width: 100%;
    height: 58px;
    background-color: rgb(40, 74, 142);
    margin-bottom: 2px;
    transition: all 0.5s ease;
}

.col ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px 0 22px;
    box-sizing: border-box;
}

.col ul li span {
    font-size: 20px;
    color: #fffffe;
}

.col ul li:hover,
.col ul li.active {
    background-color: rgb(236, 200, 112);
}

.col ul li:hover span:last-child,
.col ul li.active span:last-child {
    color: #284a8e;
}

.col_container {
    display: flex;
    justify-content: space-between;
}

.col_title {
    width: 1048px;
    padding-top: 30px;
    box-sizing: border-box;
}

.col_title .main_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 22px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(229, 228, 226);
}

.col_title .main_title h2 {
    font-size: 26px;
    color: #333232;
    line-height: 1.1em;
}

.col_title .main_title p {
    font-size: 14px;
    color: #666666;
}

.page1 .main .content {
    padding: 50px 0 100px 0;
    box-sizing: border-box;
}
.page1 .main .content p{
    line-height: 1.6em;
}

.page1 .main .content img {
    max-width: 100%;
    object-fit: contain;
}

.page2 .main .content {
    padding: 64px 0 100px 0;
    box-sizing: border-box;
}

.page2 .main .content>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -37.5px 17px;
}

.page2 .main .content>ul>li {
    width: 33.3333%;
    padding: 0 37.5px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.page2 .main .content>ul>li>.pic {
    width: 300px;
    height: 380px;
    background-color: rgb(245, 243, 242);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .main .content>ul>li>.pic img {
    padding: 25px 33px;
    box-sizing: border-box;
    object-fit: contain;
    width: 100%;
}

.page2 .main .content>ul>li>p {
    font-size: 16px;
    color: #777777;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}

.flip_page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip_page ul li {
    margin: 0 11px;
}

.flip_page ul li p,
.flip_page ul li a,
.flip_page ul li span{
    font-size: 24px;
    color: #284a8e;
}

.flip_page ul li.active p,
.flip_page ul li:hover p,
.flip_page ul li:hover a,
.flip_page ul li.active span{
    color: rgb(236, 200, 112);
}

.page3 .main .content {
    margin-top: 63px;
    margin-bottom: 124px;
}

.page3 .main .content .mySwiper_history {
    width: 100%;
    height: 750px;
}

.page3 .main .content .mySwiper_history .swiper-wrapper {
    margin-left: 187px;
    width: calc(100% - 187px);
}

.page3 .main .content .mySwiper_history .swiper-slide {
    height: auto !important;
}

.page3 .main .content .mySwiper_history .swiper-scrollbar {
    background: rgba(119, 119, 119, .3);
    left: 74px;
    right: auto;
    width: 1px;
}

.page3 .main .content .mySwiper_history .swiper-scrollbar::before {
    content: "";
    display: flex;
    width: 13px;
    height: 13px;
    background-color: #777777;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -6.5px;
    z-index: 2;
}

.page3 .main .content .mySwiper_history .swiper-scrollbar::after {
    content: "";
    display: flex;
    width: 13px;
    height: 13px;
    background-color: #777777;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -6.5px;
    z-index: 2;
}

.page3 .main .content .mySwiper_history .swiper-scrollbar-drag {
    left: -5px;
    width: 10px;
    background-color: rgb(40, 74, 142);
    cursor: pointer;
}

.page3 .main .content .mySwiper_history h2 {
    font-size: 30px;
    color: #284a8e;
    /* font-family: "siyuan_regular"; */
}

.page3 .main .content .mySwiper_history .text p {
    /* font-family: "siyuan_regular"; */
    font-size: 14px;
    color: #333333;
    line-height: 1.5em;
}

.page4 .main .content {
    padding: 20px 0 110px 0;
    box-sizing: border-box;
}

.page4 .main .content .pic {
    width: 100%;
}

.page4 .main .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page4 .main .content .bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.page4 .main .content .bottom .pic_center {
    padding-bottom: 155px;
}

.page4 .main .content .bottom .pic_center img {
    object-fit: contain;
}

.page4 .main .content .bottom ul li {
    position: absolute;
    width: 190px;
    display: flex;
    flex-direction: column;
}

.page4 .main .content .bottom ul li:nth-child(1) {
    top: 26px;
    left: 0;
    justify-content: left;
}

.page4 .main .content .bottom ul li:nth-child(2) {
    left: 0;
    top: 485px;
    justify-content: left;
}

.page4 .main .content .bottom ul li:nth-child(3) {
    right: 0;
    top: 26px;
    justify-content: right;
    align-items: end;
}

.page4 .main .content .bottom ul li:nth-child(4) {
    right: 0;
    top: 485px;
    justify-content: right;
    align-items: end;
}

.page4 .main .content .bottom ul li:nth-child(5) {
    bottom: 0;
    width: 595px;
    left: calc((100% - 595px) / 2);
    justify-content: center;
    align-items: center;
}

.page4 .main .content .bottom ul li h4 {
    font-size: 24px;
    color: #1c2e55;
    margin-bottom: 10px;
}

.page4 .main .content .bottom ul li p {
    font-size: 16px;
    color: #777777;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5em;
}

/* 新闻列表 */
.page5 .main .content {
    padding: 40px 0 90px 0;
    box-sizing: border-box;
}

.page5 .main .content ol {
    margin-bottom: 15px;
}

.page5 .main .content ol li {
    padding: 25px 50px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.page5 .main .content ol li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page5 .main .content ol li .pic {
    width: 310px;
    /*height: 217px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .main .content ol li .pic img {
    max-width: 100%;
    max-height: 217px;
}

.page5 .main .content ol li .text_box {
    width: 610px;
}

.page5 .main .content ol li .text_box .news_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.page5 .main .content ol li .text_box .news_title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #1c2e55;
    line-height: 1.5em;
}

.page5 .main .content ol li .text_box .des p {
    font-size: 14px;
    color: #c6c6c6;
    line-height: 1.714em;
}

.page5 .main .content ol li .text_box p.time {
    font-size: 12px;
    color: #284a8e;
    margin-top: 5px;
}

.page5 .main .content ol li:hover {
    background: url(../images/news_list_bg.png) no-repeat center;
    background-size: cover;
    padding: 50px;
    box-shadow: 12px 0 27px rgba(0, 0, 0, .06);
}

.page5 .main .content ol li:hover .text_box .news_title h3 {
    color: #fff;
}

.page5 .main .content ol li:hover .text_box .des p {
    color: #fff;
}

.page5 .main .content ol li:hover .text_box p.time {
    color: #fff;
}

.page5 .main .content ol li:hover .text_box .arrow {
    overflow: hidden;
}

.page5 .main .content ol li:hover .text_box .arrow img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

/* 新闻详情页 */
.comNews {
    margin-top: 20px;
}

.comNews .comNews_title,
.comProduct .comProduct_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    height: 41px;
    border-bottom: 1px solid rgb(236, 236, 235);
    padding-bottom: 10px;
    box-sizing: border-box;
}

.comNews .comNews_title .left,
.comProduct .comProduct_title .left {
    display: flex;
}

.comNews .comNews_title .left img,
.comProduct .comProduct_title .left img {
    width: 13px;
    height: 41px;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.comNews .comNews_title .left h5,
.comProduct .comProduct_title .left h5 {
    font-weight: normal;
    font-size: 18px;
    color: #284a8e;
    margin-left: 27px;
}

.comNews .comNews_title .right a,
.comProduct .comProduct_title .right a {
    font-size: 12px;
    color: #284a8e;
}

.comNews .comNews_list ol,
.comProduct .comProduct_list ol {
    padding: 30px 0;
    box-sizing: border-box;
}

.comNews .comNews_list ol li {
    margin-bottom: 25px;
    padding-left: 15px;
    box-sizing: border-box;
}

.comNews .comNews_list ol li a {
    display: flex;
    /*justify-content: center;*/
    align-items: flex-start;
}

.comNews .comNews_list ol li a::before {
    content: "·";
    display: block;
    margin-right: 10px;
    font-size: 18px;
    color: #1c2e55;
}

.comNews .comNews_list ol li span {
    font-size: 14px;
    color: #777777;
    line-height: 1.35em;
}

.comProduct .comProduct_list ol {
    padding-top: 30px;
    box-sizing: border-box;
}

.comProduct .comProduct_list ol li {
    width: 100%;
    margin-bottom: 30px;
}

.comProduct .comProduct_list ol li .pic {
    width: 100%;
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(236,236,236);
    overflow: hidden;
    box-sizing: border-box;
}

.comProduct .comProduct_list ol li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.comProduct .comProduct_list ol li:hover .pic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.comProduct .comProduct_list ol li p {
    text-align: center;
    font-size: 12px;
    color: #282828;
    padding-top: 13px;
    box-sizing: border-box;
}

.page6 .main .main_title .return {
    width: 155px;
    height: 34px;
    border-radius: 5px;
    background-color: rgb(40, 74, 142);
}

.page6 .main .main_title .return a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
}

.page6 .main .content {
    padding: 55px 0 100px 0;
    box-sizing: border-box;
}

.page6 .main .content h1 {
    font-size: 28px;
    color: #111111;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.page6 .main .content p.time {
    font-size: 14px;
    color: #111111;
    text-align: center;
}

.page6 .main .content .textContent {
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page6 .main .content .textContent p {
    font-size: 16px;
    color: #777777;
    line-height: 1.5em;
}

.page6 .main .content .textContent img {
    max-width: 100%;
}
.page6 .main .content .lastPage p{
    display: flex;
}
.page6 .main .content .lastPage p,
.page6 .main .content .lastPage p a {
    font-size: 14px;
    color: #7074ec;
}
.page6 .main .content .lastPage p a:hover{
    color: #2a30e5;
}

/* 新品发布 */
.page7 .main .content {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.page7 .main .content ol {
    margin: 20px -7px;
    display: flex;
    flex-wrap: wrap;
}

.page7 .main .content ol li {
    width: 33.3333%;
    padding: 0 7px;
    margin: 15px 0;
    box-sizing: border-box;
}

.page7 .main .content ol li a {
    padding: 35px 26px 22px 26px;
    box-sizing: border-box;
    height: 391.56px;
    position: relative;
}

.page7 .main .content ol li .pic_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.page7 .main .content ol li .pic_bg img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.page7 .main .content ol li:hover .pic_bg img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.page7 .main .content ol li .left_header h3 {
    font-size: 22.69px;
    color: #fff;
    letter-spacing: 10px;
}

.page7 .main .content ol li .left_header h3:last-child {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 1px;
    box-sizing: border-box;
}

.page7 .main .content ol li .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 270px;
    padding: 0 35px;
    box-sizing: border-box;
}

.page7 .main .content ol li .center h1 {
    font-weight: normal;
    font-family: "siyuan_regular";
    font-size: 30px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 60px;
    text-align: center;
}

.page7 .main .content ol li .center span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    width: 98px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.page7 .main .content ol li .bottom_time {
    display: flex;
    align-items: center;
}

.page7 .main .content ol li .bottom_time p {
    font-size: 12.6px;
    color: #edebeb;
    padding-left: 10px;
    box-sizing: border-box;
}

/* 产品中心 */
.page8 .column {
    padding: 20px 0;
    box-sizing: border-box;
}

.page8 .column ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 22px;
}

.page8 .column ul li {
    width: 25%;
    height: 60px;
    padding: 0 7px;
    box-sizing: border-box;
    margin: 7px 0;
}

.page8 .column ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: rgb(40, 74, 142);
    transition: all 0.3s ease;
}

.page8 .column ul li:hover a,
.page8 .column ul li.active a {
    background-color: rgb(236, 200, 113);
}

.page8 .main .col_main {
    padding: 65px 0 160px 0;
    box-sizing: border-box;
}

.page8 .main .col_main h1 {
    font-size: 24px;
    color: #282828;
    font-family: "siyuan_regular";
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page8 .main .col_main .pic {
    width: 761px;
    height: 393px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.page8 .main .col_main .pic img {
    max-width: 100%;
    max-height: 393px;
}

.page8 .main .list_main {
    position: relative;
    border-top: 1px solid rgb(220, 220, 220);
    box-sizing: border-box;
}

.page8 .main .list_main .subNav {
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translate(-50%);
}

.page8 .main .list_main .subNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page8 .main .list_main .subNav ul li {
    width: 150px;
    height: 34px;
    margin: 0 35px;
    position: relative;
}

.page8 .main .list_main .subNav ul li::after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: -12px;
    left: calc((100% - 14px)/2);
    width: 0;
    height: 0;
    border: 6.5px solid transparent;
    border-top-color: rgb(40, 74, 142);
    transition: opacity 0.3s ease-in;
}

.page8 .main .list_main .subNav ul li a {
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 100%;
    background-color: rgb(222, 216, 212);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

.page8 .main .list_main .subNav ul li:hover a,
.page8 .main .list_main .subNav ul li.active a {
    color: #fff;
    background-color: rgb(40, 74, 142);
}

.page8 .main .list_main .subNav ul li:hover::after,
.page8 .main .list_main .subNav ul li.active::after {
    opacity: 1;
}


.page8 .main .list_main .subContent {
    /*background-color: rgb(249, 247, 246);*/
    background-color: #fff;
    padding: 60px 0 80px 0;
    box-sizing: border-box;
}

.page8 .main .list_main .subContent .boxText {
    width: 1018px;
    margin: 0 auto;
    display: none;
}

.page8 .main .list_main .subContent .boxText.active {
    display: block;
}

.page8 .main .list_main .subContent .boxText img {
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.page8 .main .list_main .subContent .boxText p {
    font-size: 16px;
    color: #333333;
    line-height: 1.8em;
}

.page8 .main .list_main .subContent .boxList {
    width: 1180px;
    margin: 0 auto;
    display: none;
}

.page8 .main .list_main .subContent .boxList.active {
    display: block;
}

.page8 .main .list_main .subContent .boxList ol {
    margin: 0 -13.75px;
    display: flex;
    flex-wrap: wrap;
}

.page8 .main .list_main .subContent .boxList ol li {
    padding: 0 13.75px;
    width: 33.3333%;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.page8 .main .list_main .subContent .boxList ol li .pic {
    background-color: #fff;
    /*height: 337px;*/
    height: 250px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    overflow: hidden;
}

.page8 .main .list_main .subContent .boxList ol li .pic img {
    max-width: 100%;
    /*max-height: 337px;*/
    max-height: 250px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page8 .main .list_main .subContent .boxList ol li p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

.page8 .main .list_main .subContent .boxList ol li:hover .pic {
    box-shadow: 0px 0px 25px rgba(4, 0, 0, .08);
}

.page8 .main .list_main .subContent .boxList ol li:hover .pic img {
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

/* 产品详情 */
.show_title {
    height: 100px;
    width: 100%;
    margin-top: 105px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.show_title .container {
    width: 1200px;
    height: 100px;
    padding-bottom: 0;
    align-items: center;
    position: static;
}

.show_title .left_title a {
    font-size: 16px;
    color: #fff;
    width: 155px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(40, 74, 142);
}

.page9 {
    background-color: rgb(240,240,240);
    padding: 60px 0;
    box-sizing: border-box;
}

.page9 .product_box h1 {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    text-align: center;
    padding-bottom: 55px;
}

.page9 .product_box .content {
    width: 1200px;
    margin: 0 auto;
}

.page9 .product_box .content img {
    max-width: 100%;
}

.page9 .product_box .content .prevNext {
    margin-top: 50px;
}

.page9 .product_box .content .prevNext p {
    font-size: 16px;
    color: #284a8e;
    margin-bottom: 20px;
    display: flex;
}

.page9 .product_box .content .prevNext p a {
    font-size: 16px;
    color: #284a8e;
}
.page9 .product_box .pro_show{
    width: 1200px;
    margin: 0 auto 60px;
}
.page9 .product_box .pro_show .mySwiper_proShow{
    width: 775px;
}
.page9 .product_box .pro_show ul li .pic img{
    max-width: 100%;
    max-height: 515px;
}

/* 专利资质 */
.page10 .main .content {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.page10 .main .content ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -37px;
    padding: 30px 0;
}

.page10 .main .content ol li {
    padding: 0 37px;
    box-sizing: border-box;
    width: 33.3333%;
    margin: 30px 0;
}

.page10 .main .content ol li .box {
    width: 100%;
    cursor: pointer;
}

.page10 .main .content ol li .box .pic {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 243, 242);
    overflow: hidden;
}

.page10 .main .content ol li .box .pic img {
    max-width: 100%;
    max-height: 380px;
    padding: 24px 33px;
    box-sizing: border-box;
}

.page10 .main .content ol li .box p {
    font-size: 16px;
    color: #777777;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.caseShow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.caseShow .bg_pic {
    width: 1440px;
    /*height: 920px;*/
    background: url(../images/imgShow_bg.png) no-repeat center;
    background-size: cover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.caseShow .box {
    position: relative;
    padding: 80px 50px;
    box-sizing: border-box;
}

.caseShow .box .cels {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.caseShow .box .con {
    display: flex;
    justify-content: center;
    align-items: center;

}

.caseShow .bg_pic .box .con .mySwiper_patent {
    width: auto;
}

.caseShow .bg_pic .box .con .mySwiper_patent .swiper-slide {
    width: 468px;
    height: 657px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseShow .bg_pic .box .con .mySwiper_patent .swiper-slide img {
    max-width: 100%;
    max-height: 657px;
}

.caseShow .bg_pic .box .con .mySwiper_patent .swiper-pagination {
    position: static;
    padding-top: 36px;
    box-sizing: border-box;
}

.caseShow .bg_pic .box .con .mySwiper_patent .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 5px;
    background-color: rgb(237, 202, 117);
    border-radius: 0;
    opacity: 1;
    margin: 5px var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.caseShow .bg_pic .box .con .mySwiper_patent .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(254, 254, 254);
}

.caseShow .box .title {
    margin: 0 auto;
}

.caseShow .box .title h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 30px 0;
    color: #fefefe;
    box-sizing: border-box;
}

/* 应用领域、合作客户 */
.page11 .main .content .box {
    padding: 58px 0 47px 0;
    box-sizing: border-box;
}

.page11 .main .content .box .box_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.page11 .main .content .box .box_title .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page11 .main .content .box .box_title .left h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    padding-left: 20px;
    box-sizing: border-box;
}

.page11 .main .content .box .box_title .right ul {
    display: flex;
    align-items: center;
}

.page11 .main .content .box .box_title .right ul li {
    padding: 0 12px;
    box-sizing: border-box;
}

.page11 .main .content .box .box_title .right ul li:last-child {
    padding: 0 0 0 12px;
}

.page11 .main .content .box .box_title .right ul,
.page11 .main .content .box .box_title .right ul li a {
    font-size: 14px;
    color: #284a8e;
}

/* 
.page11 .main .content .box .box_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.page11 .main .content .box .box_list ul li {
    width: 33.3333%;
    padding: 0 5px;
    box-sizing: border-box;
} */
.page11 .main .content .box .box_list ul li{
    box-sizing: border-box;
}
.page11 .main .content .box .box_list ul li .pic {
    width: 100%;
    height: 138px;
    border: 1px solid rgb(234, 235, 236);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.page11 .main .content .box .box_list ul li .pic img {
    max-width: 100%;
    max-height: 138px;
}

.page11 .main .content .box .box_list ul li p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}

/* 服务中心、文件下载 */
.page12 .main .content {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.page12 .main .content ol {
    padding: 26px 0;
    box-sizing: border-box;
}

.page12 .main .content ol li {
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background-color: rgb(248, 247, 248);
    padding: 0 54px 0 36px;
    box-sizing: border-box;
    margin: 22px 0;
    transition: box-shadow 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.page12 .main .content ol li .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page12 .main .content ol li .left .title {
    padding-left: 45px;
    box-sizing: border-box;
}

.page12 .main .content ol li .left .title h5 {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.page12 .main .content ol li .left .title p {
    font-size: 14px;
    color: #333333;
}

.page12 .main .content ol li .right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.page12 .main .content ol li .right a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.page12 .main .content ol li .right p {
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
    box-sizing: border-box;
}
.page12 .main .content ol li .right a:hover p{
    color: #284A8E;
}

/* 故障排除方法 */
.page13 .main .content {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.page13 .main .content ol {
    padding: 26px 0;
    box-sizing: border-box;
}

.page13 .main .content ol li {
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background-color: rgb(248, 247, 248);
    padding: 0 54px 0 36px;
    box-sizing: border-box;
    margin: 22px 0;
    transition: box-shadow 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page13 .main .content ol li .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page13 .main .content ol li .left .title {
    padding-left: 45px;
    box-sizing: border-box;
}

.page13 .main .content ol li .left .title h5 {
    font-weight: normal;
    font-size: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.page13 .main .content ol li .left .title p {
    font-size: 14px;
    font-size: #333333;
}

.page13 .main .content ol li .right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.page13 .main .content ol li .right .download {
    display: flex;
    align-items: center;
}

.page13 .main .content ol li .right .download p {
    margin-left: 15px;
    font-size: 14px;
    color: #333333;
}

.page13 .main .content ol li .right .see {
    margin-left: 25px;
}

.page13 .main .content ol li .right .see p {
    font-size: 14px;
    color: #333333;
}

.page13 .main .content ol li:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

.page13 .main .content ol li:hover .left .title h5 {
    color: #000;
}

.page13 .main .content ol li:hover .left .title p {
    color: #000;
}

/* 联系我们 */
.page14 .main .content {
    padding: 60px 0;
    box-sizing: border-box;
}

.page14 .main .content .box_title {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.page14 .main .content .box_title span {
    width: 23px;
    height: 3px;
    background-color: rgb(40, 74, 142);
    display: block;
}

.page14 .main .content .box_title h2 {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    margin-left: 13px;
}

.page14 .main .content .box1 .top {
    background-color: rgb(40, 74, 142);
    display: flex;
    margin-bottom: 40px;
}

.page14 .main .content .box1 .top .left,
.page14 .main .content .box1 .top .right {
    width: 50%;
    height: 290px;
}

.page14 .main .content .box1 .top .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page14 .main .content .box1 .top .right {
    padding: 35px 40px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page14 .main .content .box1 .top .right h5,
.page14 .main .content .box1 .top .right h5 a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    display: flex;
}
.page14 .main .content .box1 .top .right p{
    display: flex;
    flex-wrap: wrap;
}
.page14 .main .content .box1 .top .right p,
.page14 .main .content .box1 .top .right p a{
    font-size: 13px;
    color: #fff;
    line-height: 1.6em;
}

.page14 .main .content .box1 .top .right .code {
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.page14 .main .content .box1 .top .right .code img {
    max-width: 100%;
    max-height: 92px;
}

.page14 .content .box1 .bottom {
    width: 100%;
}

.page14 .content .box1 .bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page14 .main .content .box2 {
    padding-top: 40px;
    box-sizing: border-box;
}

.page14 .main .content .box2 .box_title {
    padding-bottom: 35px;
    box-sizing: border-box;
}

.page14 .main .content .box2 .tel_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page14 .main .content .box2 .tel_list ul li {
    margin: 0 0 35px 0;
    box-sizing: border-box;
    width: 50%;
}

.page14 .main .content .box2 .tel_list ul li h5 {
    font-size: 16px;
    color: #284a8e;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.page14 .main .content .box2 .tel_list ul li .tel_box {
    display: flex;
    align-items: center;
}

.page14 .main .content .box2 .tel_list ul li .tel_box p {
    padding-right: 20px;
    box-sizing: border-box;
}

.page14 .main .content .box2 .tel_list ul li .tel_box p,
.page14 .main .content .box2 .tel_list ul li .tel_box p a {
    font-size: 16px;
    color: #284a8e;
    display: flex;
}

.page14 .main .content .box2 .tel_list ul li .tel_box p:last-child {
    padding-right: 0px;
}

.page15 .main .content {
    padding: 95px 0 118px 0;
    box-sizing: border-box;
}

.page15 .main .content .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page15 .main .content .title span {
    font-size: 24px;
    color: #515050;
}

.page15 .main .content .title h1 {
    font-size: 36px;
    color: #1c2e55;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.page15 .main .content .title p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #595c63;
}

.page15 .main .content form {
    padding-top: 80px;
    box-sizing: border-box;
}

.page15 .main .content form .InputBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.page15 .main .content form .InputBox .left {
    width: 435px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.page15 .main .content form .InputBox .left input {
    width: 100%;
    height: 38px;
    padding: 0 25px;
    box-sizing: border-box;
    background-color: rgb(244, 244, 244);
    font-size: 16px;
    color: #333;
}

.page15 .main .content form .InputBox textarea {
    width: 580px;
    height: 140px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: rgb(244, 244, 244);
    display: block;
}

.page15 .main .content form .InputBox .left input:focus,
.page15 .main .content form .InputBox textarea:focus {
    outline: auto;
}

.page15 .main .content form input[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    margin-top: 35px;
    background-color: rgb(244, 244, 244);
    cursor: pointer;
}

/* 招聘信息 */
.page16 .main .content {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.page16 .main .content>ol {
    margin: 50px -5px 55px;
    display: flex;
    flex-wrap: wrap;
}

.page16 .main .content>ol>li {
    padding: 0 5px;
    box-sizing: border-box;
    width: 50%;
    margin: 15px 0;
}

.page16 .main .content>ol>li>.item {
    position: relative;
    background-color: rgb(246, 246, 246);
    height: 264px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.page16 .main .content>ol>li>.item>.box {
    padding: 45px 47px;
    box-sizing: border-box;
}

.page16 .main .content>ol>li>.item>.box .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.page16 .main .content>ol>li>.item>.box .title::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    background-color: rgb(40, 74, 142);
    position: absolute;
    left: 0;
}

.page16 .main .content>ol>li>.item>.box .title h3 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.page16 .main .content>ol>li>.item>.box .title span {
    font-size: 12px;
    color: #284a8e;
}

.page16 .main .content>ol>li>.item>.box .des {
    padding-top: 20px;
    box-sizing: border-box;
}

.page16 .main .content>ol>li>.item>.box .des p {
    font-size: 14px;
    color: #333333;
    line-height: 1.429em;
}

.page16 .main .content>ol>li>.item>.box .des p:first-child {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.jobShow .bg_pic {
    background: none;
    background-color: rgb(40, 74, 142);
    border-radius: 10px;
}

.jobShow .box {
    padding: 130px 120px;
    box-sizing: border-box;
}

.jobShow .box .cels {
    right: 50px;
}

.jobShow .box .con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.jobShow .box .title {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.jobShow .box .title::before {
    content: "";
    display: block;
    width: 9px;
    height: 36px;
    background-color: rgb(225, 225, 225);
}

.jobShow .box .title h3 {
    font-size: 24px;
    color: #fefefe;
    font-weight: bold;
    padding: 0 0 0 15px;
}

.jobShow .box .con .left {
    width: 42.19%;
}

.jobShow .box .con h5 {
    font-weight: normal;
    font-size: 20px;
    color: #fefefe;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.jobShow .box .con .con_text {
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.jobShow .box .con p {
    font-size: 16px;
    color: #fefefe;
    line-height: 2em;
}

.jobShow .box .con .right {
    width: 49.21%;
}

.page17 .main .content {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.page17 .main .content ol {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
}

.page17 .main .content ol li {
    padding: 0 10px;
    box-sizing: border-box;
    width: 33.3333%;
    margin: 20px 0;
}

.page17 .main .content ol li .pic {
    width: 100%;
    height: 138px;
    border: 1px solid rgb(234, 235, 236);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.page17 .main .content ol li .pic img {
    max-width: 100%;
    max-height: 138px;
}

.page17 .main .content ol li p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}
/*展厅一览、公司一览*/
.page18 .main .content {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.page18 .main .content ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    padding: 30px 0;
}

.page18 .main .content ol li {
    padding: 0 18px;
    box-sizing: border-box;
    width: 33.3333%;
    margin: 30px 0;
}

.page18 .main .content ol li .box {
    width: 100%;
    cursor: pointer;
}

.page18 .main .content ol li .box .pic {
    width: 100%;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 243, 242);
    overflow: hidden;
}

.page18 .main .content ol li .box .pic img {
    width: 100%;
    height: 100%;
    /*padding: 24px 33px;*/
    /*box-sizing: border-box;*/
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page18 .main .content ol li:hover .box .pic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page18 .main .content ol li .box p {
    font-size: 16px;
    color: #777777;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}
.page18 .caseShow .bg_pic{
    background: rgb(40,74,142);
    height: 750px;
    width: 1200px;
    border-radius: 10px;
}
.page18 .caseShow .bg_pic .box .con .mySwiper_patent .swiper-slide{
    height: 500px;
}
.caseShow .bg_pic .box .con .mySwiper_patent .swiper-slide img{
    max-height: 500px;
}
.video_list .content ul{
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}
.video_list .content ul li{
    padding: 0 30px;
    box-sizing: border-box;
    width: 50%;
}
/*回到顶部*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, rgb(40,74,142) 0%, rgb(40,74,142) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(40,74,142) 0%, rgb(40,74,142) 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, rgb(40,74,142) 0%, rgb(40,74,142) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(40,74,142) 0%, rgb(40,74,142) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: rgb(40,74,142);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-wrap .go-top-button i img{
    width: 100%;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, rgb(40,74,142) 0%, rgb(40,74,142) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(40,74,142) 0%, rgb(40,74,142) 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
/*售后咨询、客户咨询*/
.page19 .content .box1{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 80px;
}
.page19 .content .box1 .left,
.page19 .content .box1 .right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 56px;
    box-sizing: border-box;
}
.page19 .content .box1 .left{
    border-right: 1px solid rgba(0,0,0,.3);
}
.page19 .content .box1 .left h5,
.page19 .content .box1 .right .item p{
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}
.page19 .content .box1 .right .item p{
    padding-bottom: 50px;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold;
}
.page19 .content .box1 .right .item a{
    font-size: 36px;
    font-weight: bold;
    color: rgb(28,46,85);
}
.proShow{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.proShow .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
   
}
.proShow .container .box{
     height: calc(100% - 40px);
     background: #fff;
     width: 1200px;
     box-sizing: border-box;
     padding: 35px;
     position: relative;
     border-radius: 8px;
}

.proShow .container .box .content .images{
    overflow: hidden;
    height: 400px;
}
.proShow .container .box .content .images .mySwiper_proShow {
    width: 100%;
    height: 100%;
}
.proShow .container .box .content .images .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.proShow .container .box .content img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.proShow .container .box .title{
    text-align: center;
    font-size: 24px;
}
.proShow .container .box .clean{
    width:35px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.proShow .container .box .clean img{
    position:relative;
    left: -35px;
    width: 100%;
    filter: drop-shadow(35px 0 #333);
    cursor: pointer;
}
.proShow .container .box .content{
    height: calc(100% - 31px);
    box-sizing: border-box;
    padding: 25px 0;
    overflow-y: auto;
}
.proShow .container .box .content .images{
    width: 775px;
    border: 1px solid  #dcdcdc;
    margin: 0 auto;
}
td{
    border: 1px solid #dcdcdc;
}
