*{outline:none!important;}
.g_bg {background-position: center;background-size: cover;background-repeat: no-repeat  }


.pcNav{position: fixed;left: 0;top: 0; width: 100%; z-index: 999; transition: .4s all ease}
.n-pcNav{}
.n-pro .pcNav{}
.pcNav-b{display: flex;justify-content: space-between;align-items: center;}
.pcNav .g_w{position: relative}
.h-nav1{display: flex;position: relative;z-index: 9}
.h-nav1 > li {margin-left: 56px; display: flex;align-items: center;position: relative}
.h-nav1 > li:nth-child(1){margin-left: 0}
.h-nav1 > li > a{ width: 100%; height: 100px; line-height: 100px;display: block; text-align: center; color: #fff;font-size: 14px;opacity: .4;
    text-transform: uppercase; position: relative;transition: .4s all ease}
.h-nav1 > li > a i{font-size: 18px;margin-right: 6px;}
.h-nav1 > li.GetAnQuote > a{text-transform: capitalize}
.h-nav1 > li.active > a{opacity: 1;}
.h-nav1 > li:hover > a{opacity: 1;transition: .4s all ease}
.pcNav.active {background: #474747}
.pcNav-l img{transition: .4s all ease; max-width:150px;}

.menu {position: fixed;top: 0;right: 0;z-index: 888;display: none}
.menu .menu-btn-box {position: fixed;top: 56px;right: 2.4%;z-index: 99999;}
.menu .menu-btn-box .menu-btn {width: 48px;height: 30px;cursor: pointer;position: relative;z-index: 888;}
.menu .menu-btn-box .menu-btn.page-back {width: 120px;height: 30px;cursor: pointer;position: relative;z-index: 888;transition: .1s ease-in-out;}
@media all and (max-width: 768px) {
    .menu .menu-btn-box .menu-btn.page-back {transform: scale(.7) translate(40px,30px);}
}
.menu .menu-btn-box .menu-btn.page-back:hover {transform: translateX(-10px);}
.menu .menu-btn-box .menu-btn span {height: 3px;background-color: #fff;border-radius: 2px;position: absolute;transition: all .3s;}
.menu .menu-btn-box .menu-btn span:nth-child(1),
.menu .menu-btn-box .menu-btn span:nth-child(3) {width: 48px;left: 0;}
.menu .menu-btn-box .menu-btn span:nth-child(2) {width: 40px;top: 13px;right: 0;}
.menu .menu-btn-box .menu-btn span:nth-child(3) {top: 26px;}
.menu .menu-btn-box .menu-btn p {width: 0;height: 3px;background-color: #fff;border-radius: 2px;position: absolute;transition: all .3s;top: -4px;}
.menu .menu-btn-box .menu-btn p.left {left: 8px;transform: rotate(45deg);transform-origin: top left;}
.menu .menu-btn-box .menu-btn p.right {right: 8px;transform: rotate(-45deg);transform-origin: top right;}
.menu .menu-btn-box.on .menu-btn p {width: 48px;}
.menu .menu-btn-box.on .menu-btn span:nth-child(1),
.menu .menu-btn-box.on .menu-btn span:nth-child(3) {width: 0;}
.menu .menu-btn-box.on .menu-btn span:nth-child(2) {width: 0;}
.menu .menu-btn-box .menu-text {font-size: 16px;color: #fff;text-align: center;text-transform: uppercase;margin-top: 18px;position: relative;z-index: 666;}
.menu .menu-list-box {width: 0;height: 100vh;background-color: rgba(0,0,0,.85);position: relative;z-index: 777;transition: all .3s;}
.menu .menu-list-box.on {width: 400px;}
.menu .menu-list-box .lang{text-align: right;width: 100%;}
.menu .menu-list-box .lang a{width: 38px;height: 36px;display: inline-block;;margin-left: 10px;text-align: center;line-height: 34px; border: 1px solid #fff;font-size: 18px;transition: .4s all ease;}
.menu .menu-list-box .lang a.active{background: #fff;color: #000;}
.menu .menu-list-box .lang a:hover{background: #fff;color: #000;transition: .4s all ease;}
.menu .menu-list-box ul {width: calc(100% - 3vw);height: 500px;position: absolute;top: 0;bottom: 0;margin:auto ;padding-top: 20px;}
.menu .menu-list-box ul li {height: 80px;cursor: pointer;display: flex;align-items: center;}
.menu .menu-list-box ul li a,
.menu .menu-list-box ul li .text {color: #fff;text-align: right;flex: 1;}
.menu .menu-list-box ul li .text .en {text-transform: uppercase;font-size: 14px;transition: all .3s;}
.menu .menu-list-box ul li .text .cn {font-size: 12px;padding-top: 9px;transition: all .3s;}
.menu .menu-list-box ul li .heng {width: 0;height: 3px;background-color: #d0a35e;transition: all .3s;}
.menu .menu-list-box ul li:hover .text,
.menu .menu-list-box ul li.active .text {color: #d0a35e;}
.menu .menu-list-box ul li:hover .text .en,
.menu .menu-list-box ul li.active .text .en {font-size: 20px;}
.menu .menu-list-box ul li:hover .text .cn,
.menu .menu-list-box ul li.active .text .cn {font-size: 20px;padding-top: 11px;}
.menu .menu-list-box ul li:hover .heng,
.menu .menu-list-box ul li.active .heng {width: 49px;margin-left: 1vw;}
.body-nei .menu {z-index: 999;}
.menu.on .menu-btn-box .menu-btn span {background-color: #000;}
.menu.on .menu-btn-box.on .menu-btn span {background-color: #fff;}
.menu.on .menu-btn-box .menu-text {display: none;}
.menu.hei .menu-btn-box .menu-btn span {background-color: #000;}
.menu.hei .menu-btn-box .menu-text {color: #000;}

.i_view{background: #000;position: relative;width: 100vw;height: 100vh}
.i_after{position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%}
.i_after .page{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition: .5s all ease}
.i_after .page.active{opacity: 1}
.i_after .page .img{height: 100vh;background-size: cover;background-position: center;background-repeat: no-repeat}

.i-swiper{position: relative;z-index: 9}
.i-swiper .swiper-wrapper{height: 100vh}
.i-swiper .swiper-slide{height: 100vh;overflow: hidden;background-repeat:no-repeat;background-size: cover;background-position: center}
.i-swiper .swiper-pagination-bullet{background: #fff}
.i-swiper .swiper-pagination-bullet-active{background: #d61920}
.i-page{height: 100vh;}
.i-page0 .video{position: relative;width: 100%;height: 100%}
.i-page0 .video .video_img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;
    background-size: cover;background-position: center;background-repeat: no-repeat;opacity: 0;transition: .4s all ease}
.i-page0 .video .video_end{position: absolute;left: 50%;top: 48%;transform: translate(-50%,-50%);z-index: 9}
.i-page0 .video .video_logo{opacity: 0;transform: translateY(-30px);transition: .5s all ease;pointer-events: none;}
.i-page0 .video .icon-bofang{opacity: 0;display: block; margin: 50px auto 0 auto; width: 60px; height: 60px; transform: translateY(30px);pointer-events: none; cursor: pointer;
    line-height: 58px; border: 1px solid #ff0000; border-radius: 50%;color: #ff0000;font-size: 20px;text-align: center;transition: .5s all ease}
.i-page0 .video.active .video_end .video_logo{transform: translateY(0);opacity: 1;pointer-events: auto;}
.i-page0 .video.active .video_end .video_logo img{ max-width:67%; display:block; margin:0 auto;}
.i-page0 .video.active .video_end .icon-bofang{transform: translateY(0);opacity: 1;pointer-events: auto;}
.i-page0 .video.active .video_img{opacity: 1}
/*.i-page1 .video.active video{opacity: 0;pointer-events: none;}*/
.i-page0 .video video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: auto;width: 100%;}

.dow{ display: block; position: absolute;left: 50%;bottom:8px;transform: translate(-50%,0); opacity: .4; z-index: 99;
    width: 21px; height: 28px; background: url("../images/icon1.png") no-repeat; background-size: 100% 100%;
    animation:dowMore 2s linear infinite;cursor: pointer}
.dow:hover{opacity: 1}

@keyframes dowMore
{
    0% {
        transform: translate(-50%,0);
    }
    50% {
        transform: translate(-50%,-8px);
    }
    100% {
        transform: translate(-50%,0);
    }
}

.i_bottom{position: absolute;left: 0; bottom:26px; width: 100%;z-index: 29;pointer-events: none;}
.i_bottom .g_w{display: flex;justify-content: space-between;align-items: flex-end}
.i_bottom .bottom_l{pointer-events: auto;}
.i_bottom .bottom_l .share{color: rgba(255,255,255,.4);opacity: 0;pointer-events: none;}
.addthis_inline_share_toolbox{margin-top: 6px;}
.at-style-responsive .at-share-btn{background-color: rgba(255,255,255,.4)!important; margin:0 4px 0!important;border-radius: 2px!important;padding: 0!important;}
.at-style-responsive .at-share-btn span{width: 13px!important;height: 13px!important;line-height: 13px!important;}
.at-style-responsive .at-share-btn svg{fill:rgb(0, 0, 0)!important;width: 13px!important;height: 13px!important;}
.at-resp-share-element .at-share-btn:hover{background-color: rgba(255,255,255,1)!important;}
.i_bottom .bottom_r{color: #fff;opacity: .3;text-align: right; transition: .4s all ease;pointer-events: auto;}
.i_bottom .bottom_r i{font-size: 30px;}
.i_bottom .bottom_r span{font-size: 12px;display: block}
.i_bottom .bottom_r:hover{opacity: 1}


.i-page2{}
.i-page2 .list{display: flex}
.i-page2 .list .item{width: 16.666%;position: relative;overflow: hidden;transition: 1s all ease}
.i-page2 .list .item .g_bg{height: 100vh}
.i-page2 .list .item .before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #fff;transition: 1s all ease}
.i-page2 .list .item .before .view{position: relative;height: 100%;width: 100%;}
.i-page2 .list .item .before .top{position: absolute;left: 0; top: 24.8%; width: 100%; text-align: center}
.i-page2 .list .item .before .top img{ height:55px;}
.i-page2 .list .item .before .top i{height: 36px;line-height: 36px;display: block}
.i-page2 .list .item .before .top i:before{height: 36px;line-height: 36px;display: inline-block}
.i-page2 .list .item .before .top span{display: block; margin-top: 24px; font-size: 20px; line-height: 20px; font-family: MONTSERRAT_B}
.i-page2 .list .item .before .bottom{position: absolute;left: 0; bottom: 16.1%; width: 100%; text-align: center}
.i-page2 .list .item .before .bottom .iconfont{ display: block; margin: 0 auto; width: 60px; height: 60px; line-height: 58px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);font-size: 24px;}
.i-page2 .list .item:nth-child(1) .before .top i{font-size: 70px;}
.i-page2 .list .item:nth-child(2) .before .top i{font-size: 35px;}
.i-page2 .list .item:nth-child(3) .before .top i{font-size: 40px;}
.i-page2 .list .item .after{position: absolute;left: 0; bottom: 16.1%;width: 100%;
    color: #fff;padding-left: 10%;transform: translateX(-100%); opacity: 0;pointer-events: none;transition: 1s all ease}
.i-page2 .list .item .after span{ font-size:45px; line-height: 70px; font-family: MONTSERRAT_B;cursor: pointer}
@media all and (max-width:1100px) {
.i-page2 .list .item .after span{ font-size:24px; line-height:40px;}
}
.i-page2 .list .item .after p{margin-top: 30px; font-size:14px; opacity: .7;width: 710px; max-width: 90%; line-height: 26px; min-height: 52px; height: 52px;  overflow: hidden;cursor: pointer }
.i-page2 .list .item .after p::-webkit-scrollbar {
    width : 8px;
    height: 1px;
}
.i-page2 .list .item .after p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.i-page2 .list .item .after p::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : rgba(255,255,255,.4);
}
.i-page2 .list .item .after .icon-xia{position: relative; display: inline-block; transform: rotateX(180deg);
    margin-top: 28px; width: 26px;height: 26px; line-height: 26px;text-align: center; cursor: pointer;transition: .4s all ease}
.i-page2 .list .item .after .icon-xia:before{position: relative;z-index: 9}
.i-page2 .list .item .after .icon-xia:after{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(.2); z-index: 1;
    width: 100%; height: 100%; opacity: 0;background: #fff; transition: .6s all cubic-bezier(.51,.1,.4,1.76);border-radius: 50%;}
.i-page2 .list .item .after .icon{margin-top: 76px; padding:7px;  width: 90px; height: 90px; text-align: center; line-height: 90px; border-radius: 50%; background: #424242;position: relative}
.i-page2 .list .item .after .icon:before{ content: '';position: absolute;left:50%;top:-5px;transform: translateX(-50%) scale(.2); opacity: 1; z-index: 2;
    width: 88px;height: 55px;background: url("../images/icon2.png");background-size: 100% 100%; transition: .6s all cubic-bezier(.51,.1,.4,1.76);
    -moz-transform-origin: center bottom;
    -webkit-transform-origin:center bottom;
    -o-transform-origin:center bottom;}
.i-page2 .list .item .after .icon i{position: relative;z-index: 9;display: inline-block;width: 76px; height: 76px;
    text-align: center;line-height: 76px;font-size: 65px;color: #972d2a;background: #fff;border-radius: 50%}
.i-page2 .list .item .after .icon i:before{content: '';display: inline-block;width: 100%; height: 100%;background-size: 100% 100%;background-repeat: no-repeat}
.i-page2 .list .item .after .text.active p{height: auto;overflow-y: auto;max-height: 208px;}
.i-page2 .list .item .after .text.active .icon-xia{transform: rotateX(0);}
.i-page2 .list .item .after .icon-xia:hover:after{opacity: 1;transform: translate(-50%,-50%) scale(1);color: #d61920}
.i-page2 .list .item .after .icon-xia:hover{color: #d61920}
.i-page2 .list .item:nth-child(1) .after .icon i:before{background-image: url("../images/icon3.png")}
.i-page2 .list .item:nth-child(2) .after .icon i:before{background-image: url("../images/icon4.png")}
.i-page2 .list .item:nth-child(3) .after .icon i:before{background-image: url("../images/icon5.png")}
.i-page2 .list .item:nth-child(2) .after .icon:before{transform: translateX(-50%) rotate(120deg) scale(.2);top:-9px;opacity: 0}
.i-page2 .list .item:nth-child(3) .after .icon:before{transform: translateX(-50%) rotate(240deg) scale(.2);top:-11px;opacity: 0}

.i-page2 .list .item .after .icon.active:before{transform: translateX(-50%) scale(1);opacity: 1}
.i-page2 .list .item:nth-child(2) .after .icon.active:before{transform: translateX(-50%) rotate(120deg) scale(1);top:-9px;}
.i-page2 .list .item:nth-child(3) .after .icon.active:before{transform: translateX(-50%) rotate(240deg) scale(1);top:-11px;}

.i-page2 .list .item.active{width: 66.668%}
.i-page2 .list .item.active .before{transform: translateX(100%);opacity: 0;pointer-events: none;}
.i-page2 .list .item.active .after{transform: translateX(0);opacity: 1;pointer-events: auto;}

.i_title span{display: block; font-size:40px; line-height: 70px; font-family: MONTSERRAT_B;color: #fff }
.i_title i{display: block; margin-bottom: 30px; font-size: 24px; line-height: 24px; opacity:.5;font-family: MONTSERRAT_B;color: #fff}

.i-page1{}
.i-page1 .view{margin-top: 22vh; height:calc(100% - 22vh) ; position: relative;}
.i-page1 .view .g_w{height: 100%}
.i-page1 .view .con{height: 100%;padding-left: 15%;
    background: url("../images/i_page3_1.png") no-repeat;background-position: left top;background-size:auto 90%}
.i-page1 .view .text{margin-top:5%; padding-right: 80px; width: calc(100% - 544px); max-width: 800px; max-height:410px; overflow-y: auto;
    color: #fff;font-size: 16px;line-height: 30px;opacity: .3;text-align: justify; transition: .4s all ease-in}
.i-page1 .view .text p{margin-top: 28px;}
.i-page1 .view .text p:nth-child(1){margin-top: 0}
.i-page1 .img{position: absolute;right: 0;bottom: 0;z-index: 9;width:600px;}
@media all and (max-width:1100px) {
.i-page1 .view .text{ width:100%; padding-right:20px; text-align:left; font-size:13px; line-height:24px;}
.i-page1 .img{ display:none;}
}
.i-page1 .img .g_bg{padding-top: 152%;background: url("../images/i_page3_2.jpg") no-repeat;background-size: 100%;background-position: center}
.i-page1 .view .text:hover{opacity: 1;}
.i-page1 .view .text::-webkit-scrollbar {
    width : 8px;
    height: 1px;
}
.i-page1 .view .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.i-page1 .view .text::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : rgba(255,255,255,.4);
}



.i_pro{}
.i_pro.view{position: relative;height: 100%}
.i_pro .top{position: absolute;top: 30%;text-align: center;width: 100%}
.i_pro .bottom{position: absolute;bottom: 11.11%;width: 100%}
.i_pro .list{width: 1560px; max-width: 100%; margin: 0 auto;  display: flex;justify-content: space-between}
.i_pro .list .item{ width: calc(20% - 6px); position: relative}
.i_pro .list .item:before{content: '';display: block; position: absolute;top: 0%;left: 0;transform: translateY(-100%); width: 100%;height: 4px;background: #c0c1c3}
.i_pro .list .item:after{content: '';display: block; position: absolute;top: 0%;left: 50%;transform: translate(-50%,-100%); width:0;height: 4px;background: #d61920;transition: .6s all ease}
.i_pro .list .item a{display: block;color: #fff}
.i_pro .list .item .after{ height:180px; padding:10px; text-align:center; background: rgba(32,33,37,1);transition: .4s all ease; position:relative;}
.i_pro .list .item .after b{ font-family:MONTSERRAT_B; font-weight:400; font-size:18px; line-height:35px;margin-top:0px; display: block; transition: .4s all ease;}
.i_pro .list .item .after img{ max-height:66%;}
.i_pro .list .item .before{ font-family:MONTSERRAT_B;position: absolute;left: 0;top: 0;transform: translateY(40%); width: 100%;height:100%; padding:24px 22px 0 25px;
    font-size:18px; text-align: center; line-height:33px; color: #fff; background: rgba(32,33,37,.95);opacity: 0;pointer-events: none;transition: .6s all ease}
.i_pro .list .item:hover .before{transform: translateY(0);opacity: 1}
.i_pro .list .item:hover .after{background: rgba(32,33,37,0)}
.i_pro .list .item:hover:after{width: 100%;opacity: 1}

.i_pro .list .items{width: 33%;position: relative}
.i_pro .list .items:before{content: '';display: block; position: absolute;top: 0%;left: 0;transform: translateY(-100%); width: 100%;height: 4px;background: #c0c1c3}
.i_pro .list .items:after{content: '';display: block; position: absolute;top: 0%;left: 50%;transform: translate(-50%,-100%); width:0;height: 4px;background: #d61920;transition: .6s all ease}
.i_pro .list .items a{display: block;color: #fff}
.i_pro .list .items .after{height:250px; padding:10px; background: rgba(32,33,37,1); transition: .4s all ease}
.i_pro .list .items .after b{ font-family:MONTSERRAT_B; font-weight:400; font-size:18px; line-height:45px;margin-top:0px; display: block; transition: .4s all ease;}
.i_pro .list .items .after img{ height:75%;}
.i_pro .list .items .before{ font-family:MONTSERRAT_B;position: absolute;left: 0;top: 0;transform: translateY(40%); width: 100%;height:100%; padding:0px;
    font-size: 20px; text-align: center; line-height:240px; color: #fff; background: rgba(32,33,37,.9);opacity: 0;pointer-events: none;transition: .6s all ease}
.i_pro .list .items:hover .before{transform: translateY(0);opacity: 1}
.i_pro .list .items:hover .after{background: rgba(32,33,37,0)}
.i_pro .list .items:hover:after{width: 100%;opacity: 1}

.i-page4 .i_pro .list .item .after{padding-top: 20px;}
.i-page4 .i_pro .list .item .before{text-align: left;}
.i-page4 .i_pro .list .item .before span{font-family: MONTSERRAT_L;font-size: 18px;line-height: 32px;margin-top: 10px;display: block}
.i-page4 .i_pro .list .item:hover .after b{opacity: 0}

.i-page5 .text_list{width: 1400px; max-width: 100%; margin: 0 auto; margin-bottom: 64px; display: flex;justify-content: space-between}
.i-page5 .text_item{width: 33.333%;position: relative;padding: 0 66px;color: #fff;font-size: 18px;line-height: 30px;}
.i-page5 .text_item b{font-family: MONTSERRAT_B;font-size: 30px}
.i-page5 .text_item:nth-child(1){padding-left: 0}
.i-page5 .text_item:nth-child(3){padding-right: 0;}
.i-page5 .text_item:nth-child(3):after{display: none}
.i-page5 .text_item:after{content: '';position: absolute;top: 50%;right: 0; transform: translateY(-50%); display: block;width: 1px;height:58px;background: #fff }
.i-page5 .i_pro .list .item{width: 24.5%}
.i-page5 .i_pro .list .item .after{height: 120px;padding-top: 0; align-items: center;}
.i-page5 .i_pro .list .item .after i{font-size: 46px;}
.i-page5 .i_pro .list .item .after b{margin-top: 0}

.i_explore{overflow: hidden}
.i_explore .top {margin-top: 19vh}
.i_explore .top .i_w{display: flex;justify-content: space-between;align-items: self-start}
.i_explore .i_title{margin-top: 20px;}
.i_explore .i_title i{margin-bottom: 25px;}
.i_explore .bottom{margin-top: 40px; padding-left: 7.3%; position: relative; display: flex;justify-content: space-between;align-items: flex-start}
.i_explore .bottom .name{width: 498px;padding-top: 90px;padding-right: 94px; font-size:28px; line-height: 86px; color: #fff;text-decoration: underline;font-family: MONTSERRAT_B}
.i_explore .bottom .name b{display: none; animation:fadeInUp  .6s linear ; max-height: 172px; text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    /**/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
/*.i_explore .bottom .name b:hover{color: #d61920}*/
.i_explore .bottom .name b.active{display: -webkit-box;}
.i_explore .bottom .swiper_con{width: calc(100% - 498px);overflow: hidden}
.i_explore .bottom .swiper-container{overflow: initial;width: 960px;margin: 0}
.i_explore .bottom .swiper-wrapper{height: auto}
.i_explore .bottom .swiper-slide{width: 960px; height: auto; position: relative}
.i_explore .bottom .swiper-slide .img{position: relative;cursor: pointer}
.i_explore .bottom .swiper-slide .g_bg{display: block;padding-top: 50%;}
.i_explore .bottom .swiper-slide .play{ position:absolute;left:50%; top:45%; transform:translateX(-50%); z-index:999; width:51px; height:51px; background: url("../images/play.png") no-repeat;background-size:100% 100% }
.i_explore .bottom .swiper-slide .play svg {   z-index: 9; position: absolute;left: 0;top: 0;width: 100%;height: 100%; transform: rotate(-90deg) }
.i_explore .bottom .swiper-slide .play svg circle{stroke-dasharray:314,314;stroke-dashoffset:314; stroke:#d60007;transition: 1s all ease-in}
.i_explore .bottom .swiper-slide:hover svg circle { stroke-dashoffset:0; }
.i_explore .bottom .s_btn{width: 40px; height: 40px; margin: 0; line-height: 40px; text-align: center;pointer-events: auto;
    border-radius: 50%; border: 1px solid #fff; color: #fff; opacity:.4;  background: none;transition: .4s all ease}
.i_explore .bottom .swiper-button-prev{left:7.3%;top: auto; bottom: 64px;}
.i_explore .bottom .swiper-button-next{left:calc(7.3% + 70px);right: auto;top: auto; bottom: 64px;transform: rotate(180deg)}
.i_explore .bottom .s_btn:hover{border-color: #d61920;color: #d61920;opacity: 1;}


.i_w{max-width: 100%;width: 1620px;margin: 0 auto}
.i-page7{}
.i-page7 .i_explore{padding: 0}
.i-page7 .bottom{margin-top: 0}
.i-page7 .list{margin-top: 100px;position: relative;width: 100%;overflow: hidden}
.i-page7 .list .swiper-container{overflow: hidden;width: 100%}
.i-page7 .list .swiper-slide{width: auto}
.i-page7 .list .swiper-slide:before{display: none}
.i-page7 .list .item{}
.i-page7 .list .item .img{position: relative;overflow: hidden}
.i-page7 .list .item .g_bg{padding-top: 56.6%}
.i-page7 .list .item .text{position: absolute;left: 0;bottom: 0;width: 100%;padding:0 28px 22px 28px;color: #fff; background-color:rgba(0,0,0,0.5); text-align:left;}
.i-page7 .list .item .text h4{font-family: MONTSERRAT_B;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transform: translateY(40px);transition: .4s all ease}
.i-page7 .list .item .text span{display: block; margin-top: 12px; transform: translateY(40px);font-size: 12px;color: #bfbfbf;transition: .4s all ease}
.i-page7 .list .item .text p{height: 40px;overflow: hidden; line-height: 20px; font-size: 12px;margin-top: 20px;transform: translateY(40px);opacity: 0;pointer-events: none;transition: .4s all ease .2s}
.i-page7 .list .item .item_bottom{padding:24px;color: #fff;display: flex;justify-content: space-between;position: relative;transform: translateY(20px);opacity: 0;transition: .4s all ease }
.i-page7 .list .item .item_bottom:after{content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);
   display: block; width: 0;height: 2px; background: #d61920;transition: .4s all ease}
.i-page7 .list .item:hover .text h4{transform: translateY(15px);}
.i-page7 .list .item:hover .text span{transform: translateY(10px);color: #fff;}
.i-page7 .list .item:hover .text p{transform: translateY(0);opacity: .5;pointer-events:auto;}
.i-page7 .list .item:hover .item_bottom{transform: translateY(0);opacity: 1}
.i-page7 .list .item:hover .item_bottom:after{width: 100%;}
.i-page7 .bottom .swiper_btn{text-align: center;margin-top: 30px;}
.i-page7 .bottom .s_btn{position: relative;display: inline-block;margin: 0 20px;left: auto; top:auto; right: auto; bottom: auto;}


.i-page8{}
.i-page8 .view{position: relative;height: 100%;}
.i-page8 .view .before{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);z-index: 9;text-align: center}
.i-page8 .view .i_title i{margin-bottom: 70px;}
.i-page8 .view .before .icon-VR{display: block; position: relative; margin: 74px auto 0 auto; cursor: pointer;transition: .6s all ease;
    width: 50px;height: 50px;  font-size:24px; line-height: 48px;text-align: center;color: #d61920;border: 1px solid #d61920;border-radius: 50%;}
.i-page8 .view .before .icon-VR:before{position: relative;z-index: 9}
.i-page8 .view .before .icon-VR:after{content: ''; display: block; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(.2);
    width: 100%;height: 100%; opacity: 0; transition: .6s all cubic-bezier(.51,.1,.4,1.76);z-index: 2;background: #d61920;border-radius: 50%}
.i-page8 .view .before .icon-VR:hover:after{opacity: 1;transform: translate(-50%,-50%) scale(1);}
.i-page8 .view .before .icon-VR:hover{color: #fff;}
.i-page8 .view .after{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);z-index: 1}
.i-page8 .view .after .g_bg{width: 809px; height: 779px;background: url("../images/i_page8_1.png") no-repeat; background-size: 100% 100%;animation:rotateMore 40s linear infinite;}

.i-page9{}
.i-page9 .i_explore .top{margin-top: 16vh;}
.i-page9 .i_explore .bottom {overflow: initial;margin-top: 0}
.i-page9 .i_explore .bottom .swiper_con{width: 100%;padding-left: 150px; overflow: initial;}
.i-page9 .i_explore .bottom .swiper-container{overflow: hidden;padding-top: 175px;width: 100%}
.i-page9 .i_explore .bottom .swiper-wrapper{overflow: initial;}
.i-page9 .i_explore .bottom .swiper-slide{overflow: initial;}
.i-page9 .i_explore .bottom .swiper-slide:before{display: none}
.i-page9 .item{background: #474747;color: #fff;border-radius: 18px;display: flex;overflow: initial;}
.i-page9 .item .info{width: 53%;padding: 76px 68px;}
.i-page9 .item .info .name{display: block;padding: 0; padding-bottom: 15px;font-size: 30px;line-height: 30px;font-family: MONTSERRAT_B;font-weight: 400;text-decoration:none;
    border-bottom: 1px solid rgba(255,255,255,.2);width: auto;}
.i-page9 .item .info .position{display: block; margin-top: 20px; font-size: 16px;line-height: 24px;height: 120px; opacity: .5}
.i-page9 .item .info .app{display: flex;margin-top: 6px;}
.i-page9 .item .info .app a{display: inline-block}
.i-page9 .item .info .app a i{position: relative; display: inline-block; margin-right: 28px; width: 40px;height: 40px;line-height: 40px;text-align: center; color: #fff; border-radius: 50%;background: rgba(255,255,255,.2)}
.i-page9 .item .info .app a i:before{position: relative;z-index: 9}
.i-page9 .item .info .app a i:after{content: '';display: initial; width: 100%;height: 100%;position: absolute;left: 0;top: 0; z-index: 1;transition: .4s all cubic-bezier(.51,.1,.4,1.76);
    transform:scale(0) ;opacity: 0;background: #d61920;border-radius: 50%}
.i-page9 .item .info .app a i:hover:after{transform:scale(1) ;opacity: 1}
.i-page9 .item .img{width: 47%;position: relative;overflow: initial;padding-top: 100px;}
.i-page9 .item .img img{position: absolute;left: 0;bottom: 0;max-width: 100%;}
.i-page9 .i_explore .bottom .swiper-button-prev{bottom: 0}
.i-page9 .i_explore .bottom .swiper-button-next{bottom: 0}

.i-page10{}
.i-page10 .top{width: 100%; position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.i-page10 .top .i_w{display: flex;justify-content: space-between}
.i-page10 .top .i_w .item{padding: 142px 20px; text-align: center; color: #fff; border-radius: 16px; background: #474747}
.i-page10 .top .i_w .item b{font-family: MONTSERRAT_B;font-weight: 400;font-size:52px;line-height: 52px; }
.i-page10 .top .i_w .item a{position: relative; margin: 56px auto 0 auto; display: block;width: 140px; height:42px;transition: .4s all ease;
    text-align: center;line-height: 42px; font-size: 18px; color: #333333; border-radius: 30px; background: #777777;text-transform: uppercase }
.i-page10 .top .i_w .item a span{position: relative;z-index: 9}
.i-page10 .top .i_w .item a:before{content: ''; display: block; position: absolute;top: 0%; left: 0%;transform:scale(.2) ;z-index: 1;opacity: 0;
   width: 100%;height: 100%; background: #d61920; border-radius: 30px; transition: .6s all cubic-bezier(.51,.1,.4,1.76);}
.i-page10 .top .i_w .item:nth-child(1){width: 43%}
.i-page10 .top .i_w .item:nth-child(2){width: 55%}
.i-page10 .top .i_w .item:hover a{color: #fff; background: rgba(119,199,199,0);transition: .4s all ease;}
.i-page10 .top .i_w .item:hover a:before{transform:scale(1) ;opacity: 1}
.bottom{text-align: center; position: absolute;left: 0;bottom: 30px;color: #fff;font-size: 16px;width: 100%;text-transform: uppercase}
.i-page9 .bottom span{opacity: .3}
.i-page9 .bottom a{opacity: .3;color: #fff}
.i-page9 .bottom span:hover{opacity: 1}
.i-page9 .bottom a:hover{opacity: 1}

.n_contact{}
.n_contact .g_bg{width: 100%;height: 100vh;background: url("../images/n_contact.png") no-repeat; background-position: right center}
.form_view{padding-top: 18vh;width: 1240px;max-width: 100%}
.form_view  .i_title p{color: #fff;font-size: 18px; line-height: 32px; opacity: .4;margin-top: 37px;}
.form_con{margin-top: 44px;}
.form_row{display: flex;justify-content: space-between;margin-top: 16px;}
.form_row input,.form_row textarea,.form_row select{background: none;border: 0;border-bottom: 1px solid rgba(255,255,255,.2);
    padding:20px 0;font-size: 18px;color: rgba(255,255,255,.3);transition: .4s all ease}
.form_row input,.form_row select{width: 48%;}
.form_row option{background: none;color: #555;font-size: 16px;}
.form_row textarea{width: 100%;height: 80px;}
.form_row input::-webkit-input-placeholder {color: rgba(255,255,255,.3);}
.form_row input:-ms-input-placeholder {color: rgba(255,255,255,.3);}
.form_row input::placeholder {color: rgba(255,255,255,.3);}
.form_row textarea::-webkit-input-placeholder {color: rgba(255,255,255,.3);}
.form_row textarea:-ms-input-placeholder {color: rgba(255,255,255,.3);}
.form_row textarea::placeholder {color: rgba(255,255,255,.3);}
.form_row input:hover{border-color: #fff; color: #fff;transition: .4s all ease}
.form_row select:hover{border-color: #fff; color: #fff;transition: .4s all ease}
.form_row textarea:hover{border-color: #fff; color: #fff;transition: .4s all ease}
.form_btn{margin-top: 54px;}
.form_btn input,.form_btn .back{margin-right: 30px; display: inline-block;width: 140px; height: 42px; text-align: center; line-height: 40px; font-size: 18px; color: #fff;
    background: #525252; border-radius: 30px;border: 0;transition: .4s all ease}
.form_btn input.submit{background: #d61920}
.form_btn input:hover{transform: translateY(-4px); }

.n_thanks{}
.n_thanks .view{position: relative;overflow: hidden}
.n_thanks .view:after{content: '';display: block; position: absolute;left: 50%;top: 42%;width: 32.4%;padding-top: 26.568%;
    background: url("../images/n_thanks2.png") no-repeat; background-size: 100% 100%; animation:leftTopMore 8s ease-in-out infinite; }
.n_thanks .g_bg{width: 100%;height: 100vh;background: url("../images/n_thanks.png") no-repeat; background-position: right center}
.n_thanks .form_view{padding-top: 29.3vh;}
.n_thanks .i_title span{font-size: 60px; line-height: 96px;}
.n_thanks .a{margin-top: 70px;}
.n_thanks .a a{display: inline-block;margin-right: 40px; padding: 0 32px; height: 42px; line-height: 42px;text-align: center;color: #fff;text-transform: uppercase;
    background: #525252; border-radius: 30px;border: 0;transition: .4s all ease}
.n_thanks .a a:hover{background: #d61920;transform: translateY(-4px)}

.n_pro .i_explore .bottom .swiper-container{width: 700px;margin: 0;overflow: initial}
.n_pro .i_explore .bottom .name{width:650px;text-decoration: none; padding-top: 10px;}
.n_pro .i_explore .bottom .swiper_con{width: calc(100% - 550px);}
.n_pro .i_explore .bottom .swiper-slide:before{content: ''; padding-top: 60%;display: block!important;}
.n_pro .i_explore .bottom .name .info .title{border-bottom: 1px solid rgba(255,255,255,.3);line-height: 0;}
.n_pro .i_explore .bottom .name .info .title span{font-size: 24px; line-height: 30px; color: #fff; font-family: MONTSERRAT_B;display: inline-block;padding-bottom:32px;border-bottom: 1px solid #d61920;transform: translateY(1px) }
.n_pro .i_explore .bottom .name .info p{font-size: 16px; font-family: MONTSERRAT_L;line-height: 36px; opacity:1; color: #fff;margin-top:10px;transition: .4s all ease-in;
max-height:360px;overflow-y: auto;padding-right:0px;}
.n_pro .i_explore .bottom .name .info p img{ max-width:100%; margin-top:10px;}
.n_pro .i_explore .bottom .name .info p::-webkit-scrollbar {
    width : 8px;
    height: 1px;
}
.n_pro .i_explore .bottom .name .info p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.n_pro .i_explore .bottom .name .info p::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : rgba(255,255,255,.4);
}
.n_pro .i_explore .bottom .name .info p:hover{opacity: 1;}
.n_pro .i_explore .bottom .g_bg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%}
.n_pro .i_explore .bottom .info{display: none; animation:fadeInUp  .6s linear ;}
.n_pro .i_explore .bottom .info.active{display: block}
.n_pro .i_explore .bottom .swiper-button-prev{bottom: 0;transform: translateY(100%)}
.n_pro .i_explore .bottom .swiper-button-next{bottom: 0;transform: translateY(100%) rotate(180deg)}
.n_pro .i_explore .bottom{margin-top:50px;}
.n_pro .i-swiper{overflow: initial;height: 100vh}
.n_pro .i_explore{overflow: initial}
.n_pro .i_explore::before{
    content: '';
    display: table;
}
.n_banner{padding-top: 34.37%;}
.n_news {}
.n_news .view{padding: 80px 0 100px 0}
.n_news .n_w{width: 1356px;max-width: 100%; margin: 0 auto; display: flex}
.n_news .con_l{width: calc(100% - 360px);padding-right: 92px;}
.n_news .con_l .text{}
.n_news .con_l .title{text-align: center}
.n_news .con_l .title h3{font-size: 30px;font-family: MONTSERRAT_B;}
.n_news .con_l .title span{font-size: 16px;color: #474747; margin-top: 24px; display: block}
.n_news .con_l .p{font-size: 18px;line-height: 28px;color: #474747;margin-top: 20px;text-align: justify}
.n_news .con_r{width: 360px;}
.n_news .con_r .title{font-size: 22px; font-family: MONTSERRAT_B;color: #474747;padding-bottom: 12px;border-bottom: 1px solid #cfcfcf}
.n_news .con_r_form select,.n_news .con_r_form input{display: block; margin-top: 20px; width: 100%; height: 46px; padding: 0 18px; color: rgba(0,0,0,.5);
    font-size: 16px; line-height: 46px; background: none; border-radius: 4px; border: 1px solid #e2e2e2}
.n_news .con_r_form select:hover{color: #000;border-color: #000}
.n_news .con_r_form input:hover{color: #000;border-color: #000}
.n_news .con_r_form input.submit{color: #fff;background: #d61920;border: 0;border-radius: 30px;margin-top: 34px;}
.n_news .con_r_related {margin-top: 66px;}
.con_r_related .item{margin-top: 30px;}
.con_r_related .item .img{position: relative;overflow: hidden}
.con_r_related .item .g_bg{padding-top: 56.6%}
.con_r_related .item .text{position: absolute;left: 0;bottom: 0;width: 100%;padding:0 28px 22px 28px;color: #fff }
.con_r_related .item .text h4{font-family: MONTSERRAT_B;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transform: translateY(40px);transition: .4s all ease}
.con_r_related .item .text span{display: block; margin-top: 12px; transform: translateY(40px);font-size: 12px;color: #bfbfbf;transition: .4s all ease}
.con_r_related .item .text p{height: 40px;overflow: hidden;font-size: 12px; line-height: 20px; margin-top: 20px;transform: translateY(40px);opacity: 0;pointer-events: none;transition: .4s all ease .2s}
.con_r_related .item:hover .text h4{transform: translateY(0);}
.con_r_related .item:hover .text span{transform: translateY(0);color: #fff;}
.con_r_related .item:hover .text p{transform: translateY(0);opacity: .5;pointer-events:auto;}
.n_news .bottom{padding:28px 0;font-size: 16px;color: #fff; text-align: center; text-transform: uppercase;background: #474747;}
.n_news .bottom span{opacity: .3;margin: 0 4px;}
.n_news .bottom a{opacity: .3;color: #fff;margin: 0 4px;}
.n_news .bottom a:hover{opacity: 1}

.footer{padding:28px 0;font-size: 16px;color: #fff; text-align: center; text-transform: uppercase;background: #474747;}
.footer span{opacity: .3;margin: 0 4px;}
.footer a{opacity: .3;color: #fff;margin: 0 4px;}
.footer a:hover{opacity: 1}


.iframe_view{display: none; position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 99999999}
.iframe_view .before{position: absolute;max-width: 100%; width: 960px;left: 50%;top: 50%; transform: translate(-50%,-50%); z-index: 9;background:#000;}
.iframe_view .before:before{content: '';display: block; padding-top: 50%;}
.iframe_view .before iframe{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.iframe_view .before .close{position: absolute;left: 100%;bottom: 100%;font-size: 20px;color: #fff!important;opacity: 1}
.iframe_view .after{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;background: rgba(0,0,0,.8)}

@keyframes leftTopMore
{
    0% {
        left: 50%;top: 42%;transform: scale(1);opacity: 1;
    }

    100% {
        left: 100%;top: 10%;transform: scale(.1);opacity: .6%;
    }
}

@keyframes rotateMore
{
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-height: 740px) {
    .i_pro .top{top: 18%}
}

@media (max-width: 1800px) {

}

@media (max-width: 1745px) {
    /*.g_w{padding: 0 3%;}*/
    .g_w{width: 1620px;max-width: 100%;}
}
@media (max-width:1650px) {
    .g_w{padding: 0 5%}
    .i_bottom{bottom: 26px;}
    .i-page1 .list .item .after span{font-size: 50px;}
    .i_title span{font-size: 50px;line-height: 50px;}
    .i-page2 .view .text{margin-top: 50px;}
    .i-page2 .view .text p{margin-top: 18px;}
    .i-page2 .view .con{padding-left: 200px;}
    .i-page2 .img{width: 100%;}
    .i_pro .list .item .after b{font-size: 20px;}
    .i_pro .list .item .before{font-size: 18px;}
    .i-page4 .i_pro .list .item .before span{font-size: 16px;}
    .i-page5 .text_item b{font-size: 24px;}

    .i_w{padding: 0 5%}
    .i_explore .bottom{padding-left: 5%}
    .i_explore .bottom .name{font-size: 42px;line-height: 70px;padding-top: 60px;padding-right: 60px;}
    .i_explore .bottom .swiper-container{width: 760px;}
    .i_explore .top .i_w img{height: 90px;width: auto}
    .i-page7 .i_w{padding: 0}
    .i-page7 .list .swiper-container{width: 100%!important;}
    .i-page7 .bottom{padding-left: 0}
    .i-page7 .list .item .text{padding: 0 20px 20px 20px;}
    .i-page8 .view .after .g_bg{width: 647px;height: 623px;}
    .i-page9 .i_explore .bottom .swiper-container{padding-top: 100px;}
    .i-page9 .item .img img{max-height: calc(100% + 90px);}
    .i-page9 .item .info .name{font-size: 24px;}
    .i-page9 .item .info{padding: 50px 40px;}
    .i_explore .bottom .swiper-button-prev{left: 5%;}
    .i_explore .bottom .swiper-button-next{left: calc(5% + 70px);}
    .i-page10 .top .i_w .item{padding: 100px 20px;}
    .i-page10 .top .i_w .item b{font-size: 40px;}
    .i-page10 .bottom{font-size: 14px;bottom: 30px;}

    .n_contact .i_w{padding: 0}
    .n_contact .g_bg{background-size: auto 80%}
    .form_view{padding-top: 19vh;}
    .form_view .i_title p{margin-top: 20px;font-size: 16px;line-height: 28px;}
    .form_row input, .form_row textarea, .form_row select{padding: 16px 0;font-size: 16px;}
    .form_btn{margin-top: 30px;}
    .form_row{margin-top: 10px;}
    .n_thanks .g_bg{background-size: auto 80%}
    .n_thanks .i_title span{font-size: 50px;line-height: 80px;}

    .n_thanks .i_w{padding: 0}
    .n_news .bottom{font-size: 14px;}
}
@media (max-width:1440px) {
    .i_title i{font-size: 20px;}
    .i_bottom{bottom: 10px;}
    .i-page2 .view .text{padding-right: 40px;width: calc(100% - 500px);}
    .i-page2 .img{width: 100%;}
    .i_explore .bottom .swiper-container{width: 550px;}
    .i_explore .bottom .name{font-size: 30px;line-height: 40px;padding-top: 20px}
    .i_explore .bottom .swiper-button-prev{bottom: 0}
    .i_explore .bottom .swiper-button-next{bottom: 0}
    .i_explore .i_title i{margin-bottom: 15px;}
    .i_explore .i_title{margin-top: 0}
    .i_explore .top .i_w img{height: 80px;}
    .i-page7 .list{margin-top: 60px;}
    .i-page7 .bottom .swiper_btn{margin-top: 30px;}
    .i-page7 .bottom .s_btn{position: static}
    .i-page10 .top .i_w .item{padding: 80px 20px;}
    .i-page10 .top .i_w .item b{font-size: 36px;}
    .n_pro .i_explore .bottom{margin-top: 60px;}
    .n_pro .i_explore .bottom .swiper-container{width: 600px;}
    .n_pro .i_explore .bottom .name{padding-top: 30px;}

    .n_news .con_l .title h3{font-size: 24px;}
    .n_news .con_l .p{font-size: 16px;line-height: 24px;}
    .n_news .con_r .title{font-size: 20px;}
    .n_news .con_r_form select, .n_news .con_r_form input{font-size: 14px;}
    .con_r_related .item .text h4{font-size: 16px;}
}
@media (max-width:1400px) {
    .i_title span{font-size: 40px;line-height: 40px;}
    .i-page1 .list .item .after span{font-size: 36px;}
    .i-page1 .list .item .after .icon-xia{margin-top: 18px;}
    .i-page1 .list .item .after .icon{margin-top: 40px;}
    .i-page1 .list .item .after .icon{width: 80px;height: 80px;line-height: 80px;}
    .i-page1 .list .item .after .icon i{width: 66px;height: 66px;line-height: 66px;}
    .i-page1 .list .item .after .icon:before{width: 78px;height: 45px;}
    .i-page1 .list .item:nth-child(2) .after .icon.active:before{transform: translateX(-50%) rotate(120deg) scale(1);top:-4px;}
    .i-page1 .list .item:nth-child(3) .after .icon.active:before{transform: translateX(-50%) rotate(240deg) scale(1);top:-6px;}

    .i-page1 .list .item .before .bottom .iconfont{width: 50px;height: 50px;line-height: 50px;}
    .i_pro .list .item .after{padding: 30px 20px 0 20px;height: 160px;}
    .i_pro .list .item .after b{font-size: 18px;}
    .i_pro .list .item .before{padding: 30px 20px 0 20px;height: 160px;line-height: 34px;font-size: 16px;}
    .i-page4 .i_pro .list .item .before span{font-size: 14px;line-height: 24px;}
    .i-page5 .text_list{margin-bottom: 30px;}
    .i-page5 .text_item{font-size: 16px;padding: 0 40px}
    .i-page5 .text_item b{font-size: 20px;}
    .i-page5 .i_pro .list .item .after{height: 100px;}
    .i-page5 .i_pro .list .item .after i{font-size: 40px;}
    .i_explore .bottom .name{font-size: 24px;}
    .i_explore .top .i_w img{height: 70px;}
    .i-page7 .list .item .text p{margin-top: 10px;}
    .i-page7 .list .item .text{padding: 0 14px 14px 14px;}
    .i-page7 .list .item .item_bottom{padding:10px 18px;}
    .i-page7 .list{margin-top: 40px;}
    .i-page7 .bottom .swiper_btn{margin-top: 20px;}
    .i-page8 .view .i_title i{margin-bottom: 50px;}
    .i-page8 .view .before .i_title img{height: 60px;}
    .i-page8 .view .before .icon-VR{margin-top: 50px;}
    .i-page9 .item .info{padding:30px 20px ;}
    .i-page9 .item .info .name{font-size: 20px;padding-bottom: 10px;}
    .i-page9 .item .info .position{font-size: 14px;line-height: 20px;height: 100px;}
    .i-page10 .top .i_w .item b{font-size: 30px;}
    .i-page10 .top .i_w .item{padding: 60px 20px;}
    .i-page10 .top .i_w .item a{font-size: 16px;}
    .n_pro .i_explore .bottom{margin-top: 40px;}
    .n_pro .i_explore .bottom .swiper-container{width: 500px;}
    .n_pro .i_explore .bottom .name{padding-top: 30px;}
    .n_pro .i_explore .bottom .name .info .title span{padding-bottom: 20px;}
    .n_pro .i_explore .bottom .name .info p{margin-top: 20px;font-size: 14px;line-height: 24px;}

    .form_view .i_title p{line-height: 24px;font-size: 14px;}
    .form_row input, .form_row textarea, .form_row select{padding: 10px 0;font-size: 14px;}
    .form_row{margin-top: 10px}
    .form_con{margin-top: 30px;}
    .form_btn input{height: 36px;line-height: 36px;font-size: 16px;}

    .n_thanks .i_title span{font-size: 40px;line-height: 70px;}

    .n_news .n_w{padding: 0 5%}
}
@media (max-width:1360px) {
    .i_title span{font-size: 40px;line-height: 40px;}
    .i-page1 .list .item .after span{font-size: 36px;}
    .i-page1 .list .item .after .icon-xia{margin-top: 18px;}
    .i-page1 .list .item .after .icon{margin-top: 40px;}
    .i-page1 .list .item .after .icon{width: 80px;height: 80px;line-height: 80px;}
    .i-page1 .list .item .after .icon i{width: 66px;height: 66px;line-height: 66px;}
    .i-page1 .list .item .after .icon:before{width: 78px;height: 45px;}
    .i-page1 .list .item:nth-child(2) .after .icon.active:before{transform: translateX(-50%) rotate(120deg) scale(1);top:-4px;}
    .i-page1 .list .item:nth-child(3) .after .icon.active:before{transform: translateX(-50%) rotate(240deg) scale(1);top:-6px;}

    .i-page1 .list .item .before .bottom .iconfont{width: 50px;height: 50px;line-height: 50px;}
    .i_pro .list .item .after{padding:10px;height: 160px;}
    .i_pro .list .item .after b{font-size: 18px;}
    .i_pro .list .item .before{padding: 30px 20px 0 20px;height: 160px;line-height: 34px;font-size: 16px;}
    .i-page4 .i_pro .list .item .before span{font-size: 14px;line-height: 24px;}
    .i-page5 .text_list{margin-bottom: 30px;}
    .i-page5 .text_item{font-size: 16px;padding: 0 40px}
    .i-page5 .text_item b{font-size: 20px;}
    .i-page5 .i_pro .list .item .after{height: 100px;}
    .i-page5 .i_pro .list .item .after i{font-size: 40px;}
    .i_explore .bottom .name{font-size: 24px;}
    .i_explore .top .i_w img{height: 70px;}
    .i-page7 .list .item .text p{margin-top: 10px;}
    .i-page7 .list .item .text{padding: 0 14px 14px 14px;}
    .i-page7 .list .item .item_bottom{padding:10px 18px;}
    .i-page7 .list{margin-top: 40px;}
    .i-page7 .bottom .swiper_btn{margin-top: 20px;}
    .i-page8 .view .i_title i{margin-bottom: 50px;}
    .i-page8 .view .before .i_title img{height: 60px;}
    .i-page8 .view .before .icon-VR{margin-top: 50px;}
    .i-page9 .item .info{padding:30px 20px ;}
    .i-page9 .item .info .name{font-size: 20px;padding-bottom: 10px;}
    .i-page9 .item .info .position{font-size: 14px;line-height: 20px;height: 100px;}
    .i-page10 .top .i_w .item b{font-size: 30px;}
    .i-page10 .top .i_w .item{padding: 60px 20px;}
    .i-page10 .top .i_w .item a{font-size: 16px;}
    .n_pro .i_explore .bottom{margin-top: 40px;}
    .n_pro .i_explore .bottom .swiper-container{width: 500px;}
    .n_pro .i_explore .bottom .name{padding-top: 30px;}
    .n_pro .i_explore .bottom .name .info .title span{padding-bottom: 20px;}
    .n_pro .i_explore .bottom .name .info p{margin-top: 20px;font-size: 14px;line-height: 24px;}

    .form_view .i_title p{line-height: 24px;font-size: 14px;}
    .form_row input, .form_row textarea, .form_row select{padding: 10px 0;font-size: 14px;}
    .form_row{margin-top: 10px}
    .form_con{margin-top: 30px;}
    .form_btn input{height: 36px;line-height: 36px;font-size: 16px;}

    .n_thanks .i_title span{font-size: 40px;line-height: 70px;}

    .n_news .n_w{padding: 0 5%}
}

@media (max-width:1280px) {
    .i_title span{font-size: 34px;line-height: 34px}
    .i_title i{font-size: 18px;}
    .i_explore .top .i_w img{height: 60px;}
    .i-page0 .video .video_logo{width: 360px;}
    .i-page0 .video .icon-bofang{width: 40px; height: 40px;line-height: 40px;font-size: 16px;}
    .i-page1 .list .item .after span{font-size: 30px;}
    .i-page1 .list .item .after p{line-height: 24px;height:48px;min-height: 48px;}
    .i-page1 .list .item .after .icon-xia{margin-top: 10px;}
    .i-page1 .list .item .after .icon{margin-top: 30px;}
    .i-page1 .list .item .after .icon{width: 70px;height: 70px;line-height: 70px;font-size: 0}
    .i-page1 .list .item .after .icon i{width: 56px;height: 56px;line-height: 56px;}
    .i-page1 .list .item:nth-child(2) .after .icon.active:before{transform: translateX(-50%) rotate(120deg) scale(1);top:1px;}
    .i-page1 .list .item:nth-child(3) .after .icon.active:before{transform: translateX(-50%) rotate(240deg) scale(1);top:0px;}


    .i-page1 .list .item .after .icon:before{width: 68px;height: 35px;}
    .i-page1 .list .item:nth-child(1) .after .icon i{font-size: 55px;}
    .i-page1 .list .item:nth-child(2) .after .icon i{font-size: 25px;}
    .i-page1 .list .item:nth-child(3) .after .icon i{font-size: 30px;}
    .i-page2 .view .con{padding-left: 140px;}
    .i-page2 .view .text{margin-top: 20px;width: calc(100% - 450px)}
    .i-page2 .view .text{font-size: 14px;line-height: 24px;}
    .i-page2 .view .text p{margin-top: 10px;}
    .i_title i{margin-bottom: 20px;}
    .i_pro .list .item .after{height: 140px;}
    .i_pro .list .item .before{height: 140px;}
    .i_pro .list .item .after b{font-size: 16px;}
    .i-page5 .text_item{font-size: 14px;line-height: 24px;}
    .i-page5 .i_pro .list .item .after i{font-size: 36px;}
    .i-page5 .i_pro .list .item .after{height: 90px;}
    .i_explore .bottom .name{font-size: 20px;}
    .i-page7 .list .item .text h4{font-size: 16px;}
    .i-page8 .view .after .g_bg{width: 517px;height: 498px;}
    .i-page8 .view .i_title i{margin-bottom: 30px;}
    .i-page8 .view .before .i_title img{height: 50px;}
    .i-page9 .item .info{padding: 20px;}
    .i-page9 .item .info .position{margin-top: 10px;height: 80px;}
    .form_row textarea{height: 40px;}
    .form_con{margin-top: 20px;}
    .form_view .i_title p{margin-top: 10px;}
    .form_btn{margin-top: 20px;}
    .form_btn input{font-size: 14px;}

    .n_thanks .i_title span{font-size: 34px;line-height: 60px;}

    .n_news .con_l{padding-right: 40px;}
    .n_news .con_l .title h3{font-size: 20px;}
    .n_news .con_l .p{font-size: 14px;}
    .n_news .con_l .title span{font-size: 14px;}
}

@media (max-width:1220px) {
    .pcNav{display: none}
    .menu{display: block}
}

@media (max-width:1024px) {
    .menu .menu-btn-box .menu-text{font-size: 14px;margin-top: 0}
    .menu .menu-btn-box .menu-btn span:nth-child(1), .menu .menu-btn-box .menu-btn span:nth-child(3){width: 30px;}
    .menu .menu-btn-box .menu-btn span:nth-child(2){width: 30px;right: auto;left: 0;top: 8px;}
    .menu .menu-btn-box .menu-btn span:nth-child(3){top: 16px;}
    .menu .menu-btn-box .menu-btn{width: 30px;margin: auto}
    .menu .menu-btn-box.on .menu-btn p{width: 30px;}
    .menu .menu-btn-box .menu-btn p.left{left: 4px;}
    .menu .menu-list-box ul li:hover .text .en, .menu .menu-list-box ul li.active .text .en{font-size: 16px}
    .menu .menu-list-box ul li:hover .text .en, .menu .menu-list-box ul li.active .text .cn{font-size: 16px}
    .menu .menu-list-box ul li:hover .text .cn, .menu .menu-list-box ul li.active .text .cn{font-size: 16px;}
    .menu .menu-list-box ul li .text .cn{padding-top: 4px;}
    .menu .menu-list-box ul li:hover .text .cn, .menu .menu-list-box ul li.active .text .cn{padding-top: 4px;}
    .menu .menu-list-box.on{width: 260px;}
}

@media (max-width:998px){
    .n_news .n_w{display: block}
    .n_news .con_l{width: 100%;padding-right: 0}
    .n_news .con_r{display: none}
}

@media (max-width:768px) {
    .menu .menu-btn-box{top: 30px;}
    .dow{width: 10px;height: 14px;}
    .i-page1 .list .item .after span{font-size: 24px;}
    .i-page1 .list .item .before .top span{font-size: 18px;}
    .i-page2 .view .text{width: 100%}
    .i-page2 .img{position: static}
    .i_pro .list{display: block}
    .i_pro .list .item{width: 100%;margin-top: 10px;}
    .i_pro .list .item .after{height: 100px;}
    .i_pro .list .item .before{height: 100px;}
	.i_pro .list .items{width: 100%;margin-top: 10px;}
    .i_pro .list .items .after{height: 100px;}
    .i_pro .list .items .before{height: 100px;}
	
	.i_pro .list .items .after b{ position:absolute; left:10px; top:20%;}
	.i_pro .list .items .after img{ position:absolute; right:15px; top:15px;}
	
    .i-page5 .i_pro .top{top: 20%;}
    .i-page5 .i_pro .list .item{width: 100%}
    .i-page5 .text_item{padding: 0 20px;line-height: 20px;}

    .i_title i{font-size: 16px;}
    .i_title span{font-size: 24px;line-height: 24px;}
    .i_pro .list .item .after b{margin-top: 0}

    .i_explore .bottom{display: block;padding: 0 5%;padding-bottom: 80px;}
    .i_explore .bottom .name{font-size: 18px;width: 100% !important;}
    .i_explore .bottom .swiper_con{width: 100%;margin-top: 30px}
    /*.i_explore .bottom .swiper-container{width: 400px}*/
    .i-page7 .bottom{padding: 0 }
    .i-page9 .i_explore .bottom .swiper_con{padding-left: 0}
    .i-page10 .top .i_w{display: block}
    .i-page10 .top .i_w .item{width: 100%;margin:10px 0;padding: 40px 20px;}
    .i-page10 .top .i_w .item:nth-child(1){width: 100%}
    .i-page10 .top .i_w .item:nth-child(2){width: 100%}
    .i-page10 .top .i_w .item b{font-size: 24px;}
    .n_pro .i_explore .bottom .swiper_con{width: 100%}
    .n_news .view{padding: 40px 0}

}

@media (max-width:600px){
    .i_explore .i_title i{margin-bottom: 10px;}
    .i-page0 .video .video_logo{width: 300px;max-width: 90%}
    .i-page1 .list .item .after{padding-left: 30px;bottom: 10%}
    .i-page1 .list .item .after span{font-size: 20px}
    .i-page1 .list .item .after p{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;min-height: 40px;}
    .i-page1 .list .item .before .top{top: 30%}
    .i-page1 .list .item .before .bottom{bottom: 10%}
    .i-page1 .list .item .before .top span{display: none}
    .i-page1 .list .item .before .bottom .iconfont{width: 40px;height: 40px;line-height: 38px;font-size: 20px;}
	
    .i-page1 .list .items .after{padding-left: 30px;bottom: 10%}
    .i-page1 .list .items .after span{font-size: 20px}
    .i-page1 .list .items .after p{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;min-height: 40px;}
    .i-page1 .list .items .before .top{top: 30%}
    .i-page1 .list .items .before .bottom{bottom: 10%}
    .i-page1 .list .items .before .top span{display: none}
    .i-page1 .list .items .before .bottom .iconfont{width: 40px;height: 40px;line-height: 38px;font-size: 20px;}
	
    .i-page2 .view .con{padding:0 5%}
    .i-page2 .view .text{padding-right: 0;line-height: 20px}
    .i_pro .top{top: 20%}
    .i-page5 .i_pro .list {display: flex;justify-content: space-between;flex-wrap: wrap}
    .i-page5 .i_pro .list .item{width: 49%}
    .i-page5 .i_pro .list .item .after{height: 60px;}
    .i-page5 .i_pro .list .item .after i{font-size: 30px;}
    .i-page5 .text_list{display: block;margin-bottom: 0}
    .i-page5 .text_item{width: 100%;padding: 0 20px!important;margin-bottom: 10px; padding-bottom: 10px!important;border-bottom: 1px solid #fff}
    .i-page5 .text_item:after{display: none}
    .i_explore .top .i_w img{display: none}
    .i_explore .bottom{margin-top: 20px;padding-bottom: 60px;}
    .i_explore .bottom .name{padding-top: 0}
    .i_explore .bottom .swiper_con{margin-top: 20px;}
    .i_explore .bottom .swiper-container{width: 100%}
    .i-page8 .view .before .i_title img{height: auto}
    .i-page9 .item .info .app a i{margin-right: 18px;}
    .i-page9 .i_explore .bottom .swiper-container{padding-top: 60px;}
    .i-page9 .item .img img{max-height: calc(100% + 50px);}
    .i-page10 .top .i_w .item b{line-height: 40px;font-size: 20px;}
    .i-page10 .top .i_w .item a{margin-top: 30px;font-size: 14px;height: 36px;line-height: 36px;}
    .i-page10 .bottom{font-size: 12px;}
    .i_pro .list .item .after{padding:10px;height:100px; text-align:left; position:relative;}
	.i_pro .list .item .after b{ position:absolute; left:10px; top:20%;}
	.i_pro .list .item .after img{ position:absolute; right:15px; top:15px;}
    .n_pro .i_explore .top{margin-top:14vh }
    .n_pro .i_explore .bottom .swiper_con{margin-top: 10px;}
    .n_pro .i_explore .bottom .swiper-container{width: 100%}
    .n_pro .i_explore .bottom{margin-top: 10px;}
    .n_pro .i_explore .bottom .name{padding-top: 0}
    .n_pro .i_explore .bottom .name .info .title span{font-size: 20px;padding-bottom: 6px;}
    .n_pro .i_explore .bottom .name .info p{margin-top: 10px;}
    .form_view .i_title p{font-size: 12px;line-height: 20px;}
    .form_row option{font-size: 12px;}
    .form_btn input{margin-right: 10px;}
    .n_thanks .i_title span{font-size: 20px;line-height: 40px;}
    .n_thanks .a a{font-size: 14px;margin-right: 10px;height: 36px;line-height: 36px;padding: 0 20px}
    .n_news .con_l .title span{font-size: 12px;margin-top: 10px;}
    .n_news .bottom{font-size: 12px;}

    .menu .menu-list-box ul li{height: 60px;}
}