* {
  
    font-family: "思源黑体 CN Regular" !important;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i,
b {
    font-style: normal;
    font-weight: normal;
}

body {
    font: 14px "微软雅黑";
    color: #444;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
span {
    font-size: 100%;
    margin: 0;
    /*     line-height: 1.1; */
    color: inherit;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

em,
i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
    
}

textarea {
    resize: none;
}

i,
e {
    font-style: normal;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -webkit-touch-callout: none;
    vertical-align: top;
}

a {
    vertical-align: top;
    color: #333;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    
}

ul,
ol {
    list-style: none;
}

input[type="password"],
input[type="text"],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word; /*background: #fff;*/
}

button {
    border-radius: 3px;
}

input[type="text"]::-ms-input-placeholder {
    // IE10+ color: #999 !important;font-size: 13px;
}

input::-moz-placeholder {
    // Firefox4-18 color: #999 !important; font-size: 13px;
}

input::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 13px;
}

li {
    
}

h1 {
    font-size: 60px;
}

h3 {
    font-size: 35px !important;
    font-weight: bold !important;
    color: #02b2b5;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}
.centere {
    min-width: 1400px;
    margin: 0 auto 0;
    overflow: hidden;
}
.cl1 {
    color: #999999;
}
.cl2 {
    font-size: 16px;
    font-weight: 300;
    color: #02b2b5 !important;
}
.hidden {
    display: none;
}
/*清除浮动代码*/
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1;
}
/*           首页样式                */

.containeres {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.centere {
    min-width: 1280px;
    margin: 0 auto 0;
    overflow: hidden;
}
.caselist{
 display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-around;
    justify-content: space-around; text-align:center;
	margin: 20px auto;flex-wrap:wrap;
	}

	.caselist a {
    width: 360px;
    overflow: hidden;    color: #79fbff;margin-bottom: 30px;
}
.caselist h4 {
    margin: 15px 0;
}
.caselist img {
    transform: scale(1);
    transition: all ease 0.5s;
}.caselist img:hover {
    transform: scale(1.2);
    transition: all ease 0.5s;
}span.vrpictt {
    width: 360px;
    height: 295px;
    overflow: hidden;
    display: block;
}
.caselist a:hover {
    box-shadow: 0 -1px 11px 0px #fff;
    -webkit-box-shadow: 0 -1px 11px 0px #fff; transition:all ease 0.6s;}
/*轮播*/
.swiper-container {
    /* padding: 60px 0 90px;
    overflow-y: inherit;
    overflow-x: hidden;
    width: 100%; */
}
.swiper-wrapper {
    /*position: relative;*/
}
.swiper-slide {
    /* width: 475px;
    height: 375px;*/
    /*width: 475px!important;*/
    /*    height: auto;
    max-height:250px;*/
}
.swiper-slide > img {
    /* width: 100%;
    height:100%; */
}
/*.swiper-container{
    position: absolute;
}*/
.swiper-slide {
    /* -webkit-transition: transform 1.2s ;
    -moz-transition: transform 1.2s ;
    -ms-transition: transform 1.2s ;
    -o-transition: transform 1.2s ;
    -webkit-transform: scale(1) ;
    transform: scale(1) ; */
}
.swiper-slide a {
    /* display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 11; */
}
.swiper-slide a img {
    /* width: 46.2px;
    height: 46.2px;
    margin-top: 23%; */
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
    /* -webkit-transform: scale(1.4) !important;
    transform: scale(1.4)!important;
    z-index: 11; */
}
.swiper-slide-active a img {
    /*      width: 46.2px;
          height: 46.2px;*/
}
.swiper-slide-prev,
.swiper-slide-next {
    /* -webkit-transform: scale(1) !important;
    transform: scale(1)!important; */
}
.swiper-button-prev {
    /* background-image: url('/app/resource/images/nohas.png'); */
}
.swiper-button-prev:hover {
    /* background-image: url('/app/resource/images/has.png');
    transform: rotateY(180deg); */
}
.swiper-button-next {
    /* background-image: url('/app/resource/images/nohas.png');
    transform: rotateY(180deg); */
}
.swiper-button-next:hover {
    /* background-image: url('/app/resource/images/has.png');
    transform: rotateY(0deg); */
}
.video-vr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}
/*头部*/
.center,
.conter2 {
    margin: 0 auto 0;
    text-align: center;
    /*padding: 60px 0 30px;*/
}
.tcenter{
    text-align: center;
}
.mg1 {
    margin: 50px 0 50px;
}
.mg1 a {
    display: inline-block;
}
.mg2 {
    margin: 105px 0 45px;
}
.pdb1 {
    padding: 20px 0 65px;
}
.mt1 {
    margin-top: 10px;
}
.mt2 {
    margin-top: 20px;
}
.da1 {
    width: 100%;
    height: 40px;
    background: #404041;
    line-height: 40px;
    z-index: 2;
}
.da1 .center {
    overflow: hidden;
}
.da1_i1 {
    float: left;
    color: #fff;
}
.da1_i2 {
    float: right;
    color: #fff;
}
.da1_i2 img {
    width: 19px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}
/*banner*/
.dao-banner {
    width: 100%;
    height: 730px;
    position: relative;
}
.dao-banner img {
    width: 100%;
    height: 100%;
}
.zhao {
    width: 100%;
    position: absolute;
    top: 37%;
    text-align: center;
    pointer-events: none;
    /*background: rgba(0,0,0,0.4);*/
}
#banner-z h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 2px 2px 5px #44444452;
}
#banner-z a {
    margin: 60px 15px auto;
    display: inline-block;
    width: 140px;
    height: 40px;
    border-radius: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 16px;
    font-weight: bold;
}
#banner-z a:hover {
    background: #fff;
    color: #444;
}
.newpart1 {
    /* width: 100%; */
    height: 660px;
    overflow: hidden;
    background: url("part1_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.newpart2 {
    /* width: 100%; */
    height: 470px;
    background-color: #fafbff;
    overflow: hidden;
    position: relative;
}
.newpart3 {
    height: 605px;
    overflow: hidden;
}
.newpart4 {
    margin-bottom: 20px;
    background: url("part4_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 50px;
}
.newpart5 {
    background: url("app/resource/newIndex/img/part5_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /* min-height: 515px; */
    padding-top: 50px;
    padding-bottom: 50px;
}
.newpart6 {
    /* height: 875px; */
    padding-bottom: 30px;
    overflow: hidden;
}
/*顶部轮播*/
.part1s {
    overflow: hidden;
}
.tit img,
.tit2 img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
}
/*全景展示*/
.part2 {
    /*height: 700px;*/
    background: url(app/resource/images/pt1-bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /*padding:20px 0 76px;*/
}
.part4_tit {
    text-align: center;
}
.part4_tit h3 {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #ffffff !important;
}
.part4_tit .tit_h2 {
    color: #ffffff !important;
}
.tit_h2 {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
}
.tit_h2 {
    margin-top: 14px;
}
.tit_h3 {
    margin-top: 10px;
}
.part1_ul {
    display: flex;
    flex-direction: row;
    min-width: 1200px;
}
.part1_ul a {
    flex: 1;
    transition: flex 0.3s;
}
.part1_ul a:hover {
    flex: 1.4;
}
.part1_ul li {
    height: 386px;
    background: none;
    text-align: center;
    position: relative;
    
    overflow: hidden;
}
.baneffect1 {
    height: 100%;
    top: 0;
    left: 0;
}
.part1_ul_line {
    height: 96px;
    border-left: 1px solid #d2d2d2;
    position: absolute;
    bottom: 160px;
}
.part1_h1 {
    color: #999999;
    display: block;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    z-index: 1;
    
}
.part1_h2 {
    font-size: 24px;
    top: 185px;
    position: absolute;
    left: 35px;
    z-index: 1;
    display: none;
    
}
.part1_i1 {
    height: 100px;
    top: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.part1_i2 {
    height: 100px;
    display: none;
    top: 50px;
    position: absolute;
    left: 8px;
    margin: auto;
    z-index: 1;
}
.part1_icon {
    width: 35px;
    height: 9px;
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.part1_i3 {
    width: 26px;
    height: 17px;
    top: 236px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    animation: balloon1 1s ease-in-out infinite;
    -webkit-animation: balloon1 1s ease-in-out infinite;
}
@keyframes balloon1 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
@-webkit-keyframes balloon1 {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}
.part1_i4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 386px;
    background: linear-gradient(234deg, #1bd6d6 0%, #29c8d3 28.000000000000004%, #32b3e0 100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
    border-radius: 0px 60px 0px 0px;
    left: 0;
    display: none;
    z-index: 0;
    background-size: 100% 100%;
}
.part1_i5 {
    color: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 35px;
    line-height: 25px;
    text-align: left;
    bottom: -300px;
    /* display: none; */
    opacity: 0;
    transition: opacity 1s linear;
    transition-delay: 2s;
    -webkit-transition-delay: 2s; /* Safari */
}
.part1_ul li:hover {
    border: 0;
}
.part1_ul li:hover .part1_i4,
.part1_ul .active0 {
    flex: 1.4;
}
.part1_ul li:hover .part1_i4,
.part1_ul .active0 .part1_i4 {
    display: block;
}
.part1_ul > li:nth-of-type(1) .part1_i4 {
    display: inline-block;
}
.part1_ul li:hover .part1_i2,
.part1_ul .active0 .part1_i2 {
    display: block;
}
.part1_ul li:hover .part1_icon,
.part1_ul .active0 .part1_icon {
    display: block;
}
.part1_ul li:hover .part1_i5,
.part1_ul .active0 .part1_i5 {
    top: 185px;
    color: #fff;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.2s linear;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s; /* Safari */
}
.part1_ul li:hover .part1_i1,
.part1_ul li:hover .part1_i3,
.part1_ul .active0 .part1_i1,
.part1_ul .active0 .part1_i3 {
    display: none;
}
.part1_ul li:hover .part1_h2,
.part1_ul .active0 .part1_h2 {
    transition: all 0.6s linear;
    top: 140px;
    color: #fff;
    display: inline-block;
}
.part1_ul li:hover .part1_h1,
.part1_ul .active0 .part1_h1 {
    display: none;
}
@keyframes a6 {
    0% {
        bottom: -355px;
        display: block;
    }
    100% {
        bottom: 0;
    }
}
@-webkit-keyframes a6 {
    0% {
        bottom: -355px;
        display: block;
    }
    100% {
        bottom: 0;
    }
}
@keyframes a1 {
    0% {
        top: 73px;
    }
    100% {
        top: 30px;
    }
}
@-webkit-keyframes a1 {
    0% {
        top: 73px;
    }
    100% {
        top: 30px;
    }
}
/*功能*/
.part2_l {
    width: 35%;
    min-width: 450px;
    height: 470px;
    text-align: left !important;
    overflow: hidden;
}
.part2_ltit {
    width: 325px;
    /* margin: auto; */
}
.part2_ltit1 {
    opacity: 0.1;
    color: #02b2b5;
    font-size: 27px !important;
    font-weight: bold !important;
}
.part2_r {
    width: 65%;
    height: 470px;
}
.part2_timg img {
    width: 100%;
    margin-left: -100px;
}
.part3-box {
    padding-top: 100px;
}
.part3-box ul li {
    float: left;
    width: 33%;
    height: 105px;
    display: flex;
    /*justify-content: end;*/
    position: relative;
}
/*.part3-box ul li:nth-child(1) ,
.part3-box ul li:nth-child(4) ,.part3-box ul li:nth-child(7),*/
/* .part3-box ul li:nth-child(3) ,
.part3-box ul li:nth-child(6) ,.part3-box ul li:nth-child(9) {
    display: flex;
    justify-content: center;
} */
/* .part3-box ul li:nth-child(3) img{
    margin-left: 24px;
}
.part3-box ul li:nth-child(9) img{
    margin-left: -28px;
} */
/*.part3-box ul li:nth-child(2) ,
 .part3-box ul li:nth-child(5) ,.part3-box ul li:nth-child(8) {
    padding-left:3%;
    box-sizing: border-box;
}
 .part3-box ul li:nth-child(3) img,
 .part3-box ul li:nth-child(6) img,.part3-box ul li:nth-child(9) img{
     position: absolute;
     left: 11%;
 }
.part3-box ul li:nth-child(2) div,
.part3-box ul li:nth-child(5) div,.part3-box ul li:nth-child(8) div{
    position: absolute;
    left: 17%;
}
.part3-box ul li:nth-child(3) div,
.part3-box ul li:nth-child(6) div,.part3-box ul li:nth-child(9) div{
    position: absolute;
    left: 20%;
}*/
.part3-box ul li p {
    color: #999999;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part3-box ul li:hover h4 {
    color: #02b2b5 !important;
}
.part3-box ul li:hover .part2_hbor {
    background: #ffffff;
    box-shadow: 1px 0px 9px 0px rgba(80, 80, 80, 0.17);
}
.part3-box ul li:hover .part2_hbor_t {
    left: 0;
}
.part3-box ul li:hover .part2_hbor_r {
    top: 0;
}
.part3-box ul li:hover .part2_hbor_b {
    right: 0;
}
.part3-box ul li:hover .part2_hbor_l {
    top: 0;
}
.part2_hbor_t {
    border-top: 1px solid #02b2b5;
    position: absolute;
    left: -320px;
    top: 0;
    width: 100%;
    margin-left: 0 !important;
    display: inline-block;
    transition: left 0.5s;
}
.part2_hbor_r {
    border-right: 1px solid #02b2b5;
    position: absolute;
    right: 0;
    top: -92px;
    height: 100%;
    margin-left: 0 !important;
    display: inline-block;
    transition: top 0.5s;
}
.part2_hbor_b {
    border-bottom: 1px solid #02b2b5;
    position: absolute;
    right: -320px;
    bottom: 0;
    width: 100%;
    margin-left: 0 !important;
    display: inline-block;
    transition: right 0.5s;
}
.part2_hbor_l {
    border-left: 1px solid #02b2b5;
    position: absolute;
    left: 0;
    top: 92px;
    height: 100%;
    margin-left: 0 !important;
    display: inline-block;
    transition: top 0.5s;
}
.part2_hbor {
    width: 320px;
    height: 92px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.part3-box ul li img {
    width: 45px;
    height: 45px;
    padding-left: 25px;
    /*position: absolute;*/
    /*left:22% ;*/
}
.part3-box ul li div {
    text-align: left;
    margin-left: 20px;
    /* position: absolute;
    left:30% ;*/
}
/*服务客户*/
.part4-box li {
    float: left;
    display: inline-block;
    width: 14.22%;
    height: 170px;
    text-align: center;
    /*overflow: hidden;*/
    /*margin-left: 1px;
    margin-top: 1px;*/
}
.part4-box li a {
    display: none;
    /*display: block;*/
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.6px solid #e5e5e5;
}
.part4-box li a:first-child {
    display: block;
}
/*.part4-box img{
    width: 100%;
    height: 100%;}*/
.part4-box .logo-box {
    width: 86%;
    height: 90%;
    margin: 0 auto;
    padding-top: 5%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.part4-box .logo-box img {
    width: 70%;
    margin-left: 15%;
}
.refreshBox {
    width: 168px;
    height: 168px;
    transition: background 0.3s linear;
    background: #fff;
    border: 1px solid #dfdfdf;
    
}
.refreshBox i {
    margin-top: 65px;
    transition: transform 0.3s ease;
}
.icon-refresh {
    background-position: -22px -113px;
    background-size: 190px 134px;
    width: 35px;
    height: 25px;
}
.sprite-bg {
    display: inline-block;
    background: url("app/resource/newIndex/img/change_customer.svg") no-repeat;
    background-size: 100% 100%;
}
.refreshBox p {
    height: 20px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 20px;
    transition: color 0.3s linear;
}
.refreshBox:hover {
    background: #ffffff;
}
.refreshBox:hover p {
    color: #aaaaaa;
}
.refreshBox:hover i {
    background: url("app/resource/newIndex/img/change_customer.svg") no-repeat;
    background-size: 100% 100%;
    transform: rotate(1turn);
}
.part4-box .pic-box {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.part4-box .pic-box img {
    width: 100%;
    height: 100%;
}
.part4-box li:hover .logoBox {
    display: none;
}
.part4-box li:hover .pic-box {
    filter: alpha(opacity=100);
    opacity: 1;
}
/*   全景展示*/
.part5 {
    background: url(app/resource/images/pt5-bg.png) no-repeat;
    background-size: 100% 100%;
}
.tit2 {
    text-align: center;
    margin-top: 65px;
    color: #fff;
    font-size: 27px;
    display: block;
}
.tit2 img {
    width: 34px;
    height: 28px;
    margin-right: 15px;
    vertical-align: middle;
}
.tit2_h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
}
.tit2_h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
}
.part5_top {
    overflow: hidden;
    margin-top: 55px;
}
.part5_ul1 {
    overflow: hidden;
    float: left;
}
.part5_ul1 li {
    position: relative;
    float: left;
    text-align: left;
    /* width: 110px; */
    padding-right: 40px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    
    font-size: 14px;
}
.part5_ul1 li i {
    position: absolute;
    right: 20px;
    border-left: solid 1px #ffffff;
    height: 16px;
    margin-top: 11px;
    float: right;
    /* margin-right: 25px; */
}
.part5_ul1_a {
    color: #02b2b5 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
.part5_ul1 li:hover {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
}
.part5_top_a {
    float: left;
    text-align: center;
    width: 125px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    
    display: inline-block;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.part5_top_a i {
    font-size: 25px;
    margin-right: 5px;
    vertical-align: sub;
    margin-top: -2px;
}
.part5_top_a:hover {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
}
.part5_top_rig {
    float: right;
    width: 200px;
    height: 35px;
    border: 1px solid #f1ffff;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(241, 255, 255, 0.2);
    margin-right: 15px;
}
.part5_top_rig input {
    float: left;
    width: 160px;
    text-indent: 18px;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
}
.part5_top_rig input::-webkit-input-placeholder {
    color: #f1ffff !important;
}
.part5_top_rig input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f1ffff !important;
}
.part5_top_rig input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f1ffff !important;
}
.part5_top_rig input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f1ffff !important;
}
.part5_top_rig a {
    float: right;
    display: inline-block;
    width: 20px;
    height: 35px;
    background: url("app/resource/newIndex/img/search_0.svg") no-repeat 50% 50%;
    margin-right: 10px;
}
.part5_top_rig a:hover {
    background: url("app/resource/newIndex/img/search_1.svg") no-repeat 50% 50%;
}
.part5_min {
    margin-top: 20px;
}
.part5_ul2 {
    overflow: hidden;
    display: none;
}
.part5_ul2 li {
    float: left;
    width: 23.3%;
    /* height: 300px; */
    background: #ffffff;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 10px;
    margin-top: 15px;
    /* box-shadow:0 -1px 5px 0px #fff;-webkit-box-shadow:0 -1px 5px 0px #fff; */
}
.part5_ul2 li:last-child,
.part5_ul2 li:nth-child(4) {
    margin-right: 0;
}
.part5_ul2 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.part5_ul2_div {
    /* height: 285px; */
    width: 100%;
    overflow: hidden;
    position: relative;
}
.part5_ul2_div:hover .part5_ul2_bor {
    display: inline-block;
}
.part5_ul2_bor {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.ul2_pano_img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul2_pano_img i {
    background: url("app/resource/newIndex/img/v2_s1.svg") no-repeat;
    background-size: 100% 100%;
    width: 57px;
    height: 49px;
    position: relative;
}
.tiaozhuan {
    position: absolute !important;
}
.view_code {
    position: absolute;
    width: 150px;
    display: none;
}
.view_code img {
    width: 150px !important;
    height: 150px !important;
}
.pano_sh_zabor {
    width: auto;
    min-width: 59px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 50px;
}
.pano_sh_za {
    width: auto;
    min-width: 59px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    position: relative;
}
.pano_sh_zabor img {
    width: 14px !important;
    height: 13px !important;
    position: absolute !important;
    top: 6px !important;
    left: 10px !important;
}
.pano_sh_zabor i {
    position: absolute !important;
    top: 3px !important;
    right: 10px !important;
    color: #ffffff !important;
}
.pano_zan_bor {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.pano_zan_s {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
}
.pano_zan_s i {
    width: 13px;
    height: 11px;
    background: url("app/resource/newIndex/img/share_0.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 7px;
}
.pano_zan_s:hover i {
    background: url("app/resource/newIndex/img/share_1.svg") no-repeat;
}
.part5_ul2_div .part5_pano_img {
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
}
.part5_ul2 h2 {
    color: #2b2b2b;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin-top: 20px;
}
.part5_ul2 p {
    color: #666;
    line-height: 20px;
    margin-top: 11px;
    padding: 0 10px;
    text-align: left;
}
.part5_ul2 li:hover {
    box-shadow: 0 -1px 11px 0px #fff;
    -webkit-box-shadow: 0 -1px 11px 0px #fff;
}
.part5_ul2 li:hover .part5_ul2_div .part5_pano_img {
    transform: scale(1.2);
}
.zs_sea p {
    font-size: 12px;
    color: red;
    line-height: 28px;
    position: absolute;
    left: 5px;
    top: 32px;
    display: none;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    width: 100%;
    z-index: 2;
}
.swiper-pagination-switch {
    /* display: inline-block;  width: 20px;  height: 20px;border-radius: 20px; background: #fff;  margin: 0 10px;
     */
}
.swiper-active-switch {
    /* background: #ff821f; */
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
    /* text-align: center; */
}
/* .part5_ul2 li {
    height: 373px;
} */
.part5_ul2 li span {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    /* position: absolute; */
    left: 0;
    bottom: 10px;
    right: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
.part5_ul2 li a {
    position: relative;
}
.part5_ul2 span i {
    float: left;
    display: inline-block;
    color: #676767;
    font-size: 12px;
    text-indent: 20px;
    line-height: 24px;
    background: url("app/resource/newIndex/img/author.svg") no-repeat left center;
}
.part5_ul2 span b {
    float: right;
    display: inline-block;
    color: #676767;
    font-size: 12px;
    text-indent: 20px;
    line-height: 24px;
    background: url("app/resource/newIndex/img/view_icon.svg") no-repeat 0 50%;
    font-weight: normal;
}
.part5_ul2 h5 {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin-top: 18px;
    font-weight: bold;
    text-align: center;
}
/* 全景+行业 */
.part6 ul {
    position: relative;
    /*margin-right: -13px;*/
    overflow: hidden;
}
.part6 li {
    float: left;
    position: relative;
    width: 24.5%;
    height: 300px;
    margin-right: 0.5%;
    margin-bottom: 7px;
    overflow: hidden;
}
.part6 li.qjhy1 {
    width: 49.5%;
}
.part6 li.qjhy6 {
    width: 41%;
}
.part6 li.qjhy7 {
    width: 8%;
}
.hul li .mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=75);
    opacity: 0.75;
    transition: opacity 0.3s linear;
}
.part6 li .info2 {
    color: #fff;
    width: 26px;
    margin: 100% auto 0;
    transition: opacity 0.3s ease, transform 0.3s linear;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(-20px);
    text-shadow: 3px 3px 4px #333;
}
.part6 li:hover .zhebox .info2 {
    transform: translateX(0px);
    filter: alpha(opacity=100);
    opacity: 1;
}
.part6 li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s linear;
}
.part6 li .zhebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    opacity: 0.4;
    transition: opacity 0.3s linear;
}
.part6 li .zhebox .mask {
    /*    transition: opacity 0.3s linear;
    filter: alpha(opacity=0);
    opacity: .5;
    z-index: -1;*/
}
.part6 li .info {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 125px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s linear;
    transform: translateY(-20px);
    filter: alpha(opacity=0);
    opacity: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-shadow: 3px 3px 4px #333;
}
.part6 li a {
    display: block;
}
.part6 li:hover > img {
    transform: scale(1.3);
}
.part6 li:hover .zhebox .mask,
.part6 li:hover .zhebox .mask2 {
    filter: alpha(opacity=50);
    opacity: 0;
}
.part6 li:hover .zhebox .info {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
}
.part6 .moreBtn {
    font-weight: 400;
    color: #666;
    height: 27px;
    line-height: 32px;
    
    transition: color 0.3s linear;
}
.part6 .moreBtn a {
    color: #ed7812;
}
/*.part6 .moreBtn:hover {
    color: #ed7812;
    text-decoration: underline;
}*/
/*   全景知识*/
.part7 {
    width: 100%;
    height: 400px;
    background: url("app/resource/images/pt7-bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}
.qjhy-list-box {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.qjhy-list-box h3 {
    color: #333333;
}
.qjhy-list-box a {
    color: #999999;
}
.qjhy-list-box .qjhy-list {
    width: 39%;
    height: 100%;
}
.qjhy-list-box .qjhy-list.fr {
    margin-left: 155px;
}
.qjhy-list-box .qjhy-list .mg-hy {
    text-align: left;
    height: 50px;
    margin-left: -5px;
    margin-bottom: 10px;
}
.qjhy-list-box .qjhy-list ul li {
    min-width: 480px;
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: left;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.news_icon {
    margin-top: 20px;
    margin-left: 10px;
    display: none;
}
.qjhy-list-box .qjhy-list ul li a span {
    margin-right: 11px;
}
.qjhy-list-box .qjhy-list ul li a:hover {
    color: #02b2b5;
    font-size: 18px !important;
    font-weight: 400;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
    /* text-decoration: underline; */
}
.qjhy-list-box .qjhy-list ul li a:hover .news_icon {
    display: inline-block;
}
.more-wd,
.more-zs {
    color: #999999;
    font-size: 16px;
}
.more-wd:hover {
    color: #02b2b5;
}
.more-zs:hover {
    color: #02b2b5;
}
/*全景专题*/
.cityList ul li {
    float: left;
    width: 23.8%;
    /* height: 270px; */
    margin-right: 1.5%;
    margin-bottom: 24px;
}
.cityList ul li:last-child,
.cityList ul li:nth-child(4) {
    margin-right: 0;
}
.cityList ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.cityList ul li img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
}
.cityList ul li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.cityList ul li a.img:hover .mask-white {
    filter: alpha(opacity=0);
    opacity: 0;
}
.cityList ul li a img {
    width: 100%;
    height: 100%;
}
.more-zt {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin: auto;
}
.more-zt span {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    padding-left: 50px;
}
.more-zt:hover span {
    color: #02b2b5;
    padding-left: 30px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
}
.more-zt:hover i {
    width: 35px;
    height: 9px;
    background: url("app/resource/newIndex/img/more_icon.svg") no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
}
/*footer*/
.foot_contact {
    width: 100%;
    height: 343px;
    background: url("app/resource/newIndex/img/contact_img.jpg") no-repeat;
    background-size: 100% 100%;
}
.con_center {
    text-align: center;
}
.con_titword {
    background: linear-gradient(270deg, #36e4e4 0%, #22d5e1 27.7587890625%, #32b3e0 100%);
    -webkit-background-clip: text;
    padding-top: 70px;
    -webkit-text-fill-color: transparent;
    color: #02b2b5;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
}
.con_cenword {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 5px;
    padding-top: 20px;
}
/* .foot_top {
    width: 100%;
    height: 330px;
    background: url("app/resource/newIndex/img/bot_img.png") no-repeat;
    background-size: 100% 100%;
} */
.con_botinpt {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: auto;
    padding-top: 60px;
}
.con_botinpt1 {
    width: 250px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #56e8f2;
    border-radius: 23px;
}
.con_botinpt2 {
    width: 250px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #56e8f2;
    border-radius: 23px;
}
.con_botsub {
    width: 130px;
    height: 45px;
    background: linear-gradient(-88deg, #53eeee 0%, #56e8f2 28.000000000000004%, #32b3e0 100%);
    border-radius: 22px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 45px;
}
.con_botsub:hover {
    background: linear-gradient(-88deg, #32b3e0 0%, #56e8f2 28.000000000000004%, #53eeee 100%);
    
}
.place_con {
    color: #999999;
    font-size: 16px;
}
.con_input {
    width: 200px;
    height: 45px;
    margin: auto;
    color: #1a1a1a;
    font-size: 16px;
}
.foot_d1 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.foot_line0 {
    border-right: 1px solid #38383f;
    height: 200px;
    margin-top: 70px;
}
.foot_line1 {
    border-right: 1px solid #38383f;
    height: 200px;
    margin-top: 70px;
}
.foot_q1 {
    width: auto;
    min-width: 420px;
}
.foot_q1_div {
    width: 231px;
    height: 62px;
    margin-top: 50px;
}
.foot_q1_i1 {
    font-size: 32px;
    font-weight: bold;
    color: #eda71b;
    cursor: auto;
}
.foot_lianxi:hover span {
    color: #ffffff !important;
}
.q1_span {
    font-size: 14px;
    font-weight: 400;
    color: #949498;
}
.q1_span0 {
    font-size: 14px;
    font-weight: 400;
    color: #949498;
}
.q1_span1 {
    font-size: 14px;
    font-weight: 400;
    color: #949498;
}
.foot_address0:hover .q1_span0 {
    color: #ffffff !important;
}
.foot_address1:hover .q1_span1 {
    color: #ffffff !important;
}
.q1_line {
    width: 1px;
    height: 30px;
    background-color: #676b6f;
    transform: rotate(23deg);
    margin-left: 10px;
    margin-top: 5px;
}
.q1_line1 {
    width: 1px;
    height: 20px;
    background-color: #676b6f;
    transform: rotate(23deg);
    margin: -2px 10px 0px;
}
.foot_ul1_a {
    color: #fff !important;
}
.foot_xian {
    display: block;
    width: 100%;
    position: relative;
    height: 2px;
    background: #555454;
    margin-top: 20px;
}
.foot_xian_i1 {
    display: inline-block;
    position: absolute;
    height: 3px;
    left: 0;
    width: 85px;
    background: #646464;
    top: -2px;
}
.foot_q1_ul li {
    margin-top: 25px;
    overflow: hidden;
    line-height: 35px;
    
}
.foot_q1_i2 {
    display: none;
}
/* .foot_tit{
    color: #fff;font-size: 18px;
} */
.foot_a1 {
    display: block;
    
}
.foot_a1 span {
    width: auto;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 36px;
    padding-bottom: 2px;
}
.foot_a1 span:hover {
    color: #fff;
    font-size: 15px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s;
    border-bottom: solid 1px #ffffff;
}
.foot_q3 {
    float: left;
    margin-left: 65px;
    width: 134px;
}
.foot_ul {
    margin-top: 35px;
}
.foot_ul li a {
    display: block;
    color: #7f7f7f;
    
    margin-bottom: 25px;
}
.foot_ul li:hover a {
    color: #fff;
}
.foot_q4 {
    float: left;
    width: auto;
    min-width: 360px;
    height: 340px;
    position: relative;
}
.q4_tit {
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
    margin-left: 15px;
}
.q4_topimg {
    height: 100px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.q4_topimg > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/qw_imga0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 38px;
    height: 48px;
    
}
.q4_topimg > i:nth-of-type(1):hover {
    background: url("app/resource/newIndex/img/qw_imga1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 38px;
    height: 48px;
    
}
.q4_topimg > i:nth-of-type(2) {
    margin-left: 19px;
    
    background: url("app/resource/newIndex/img/qw_imgb0.png") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 69px;
    height: 36px;
}
.q4_topimg > i:nth-of-type(2):hover {
    margin-left: 19px;
    
    background: url("app/resource/newIndex/img/qw_imgb1.png") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 69px;
    height: 36px;
}
.q4_topimg > i:nth-of-type(3) {
    margin-left: 19px;
    
    background: url("app/resource/newIndex/img/qw_imgc0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 36px;
    height: 39px;
}
.q4_topimg > i:nth-of-type(3):hover {
    margin-left: 19px;
    
    background: url("app/resource/newIndex/img/qw_imgc1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 36px;
    height: 39px;
}
.q4_topimg > i:nth-of-type(4) {
    margin-left: 27px;
    
    background: url("app/resource/newIndex/img/qw_imgd0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 36px;
    height: 39px;
}
.q4_topimg > i:nth-of-type(4):hover {
    margin-left: 27px;
    
    background: url("app/resource/newIndex/img/qw_imgd1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 36px;
    height: 39px;
}
.q4_topimg > i:nth-of-type(5) {
    margin-left: 19px;
    
    background: url("app/resource/newIndex/img/qw_imge0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 49px;
    height: 42px;
}
.q4_topimg > i:nth-of-type(5):hover {
    margin-left: 19px;
    
    background: url("app/resource/newIndex/img/qw_imge1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 49px;
    height: 42px;
}
.q4_botimg {
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #676b6f;
}
.q4_botimga {
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.q4_botimgb {
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.q4_botimgc {
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.q4_botimgd {
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.q4_botimga > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imga0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimga:hover > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imga1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimgb > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imgb0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimgb:hover > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imgb1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimgc > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imgc0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimgc:hover > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imgc1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimgd > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imgd0.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimgd:hover > i:nth-of-type(1) {
    background: url("app/resource/newIndex/img/chat_imgd1.svg") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.q4_botimga:hover .q4_botworda {
    top: 15px !important;
    opacity: 1 !important;
    transition: all 0.3s;
    z-index: 10;
}
.q4_botimga:hover p {
    color: #ffffff;
}
.q4_botimgb:hover .q4_botwordb {
    top: 15px !important;
    opacity: 1 !important;
    transition: all 0.3s;
    z-index: 10;
}
.q4_botimgb:hover p {
    color: #ffffff;
}
.q4_botimgc:hover .q4_botwordc {
    top: 15px !important;
    opacity: 1 !important;
    transition: all 0.3s;
    z-index: 10;
}
.q4_botimgc:hover p {
    color: #ffffff;
}
.q4_botimgd:hover .q4_botwordd {
    top: 155px !important;
    opacity: 1 !important;
    transition: all 0.3s;
    z-index: 10;
}
.q4_botimgd:hover p {
    color: #ffffff;
}
.q4_botworda {
    width: auto;
    height: auto;
    background: #ffffff;
    box-shadow: 2px 5px 5px 0px rgba(237, 167, 27, 0.2);
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #676b6f;
    text-align: center;
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -30px;
    left: -45px;
    padding: 5px;
}
.q4_botworda::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: -6px;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.q4_botworda img {
    width: 160px;
    height: 160px;
}
.q4_botwordb {
    width: auto;
    height: auto;
    background: #ffffff;
    box-shadow: 2px 5px 5px 0px rgba(237, 167, 27, 0.2);
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #676b6f;
    text-align: center;
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -30px;
    left: 40px;
    padding: 5px;
}
.q4_botwordb::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: -6px;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.q4_botwordb img {
    width: 160px;
    height: 160px;
}
.q4_botwordc {
    width: auto;
    height: auto;
    background: #ffffff;
    box-shadow: 2px 5px 5px 0px rgba(237, 167, 27, 0.2);
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #676b6f;
    text-align: center;
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -30px;
    left: 135px;
    padding: 5px;
}
.q4_botwordc::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: -6px;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.q4_botwordc img {
    width: 160px;
    height: 160px;
}
.q4_botwordd {
    width: auto;
    height: 30px;
    background: #ffffff;
    box-shadow: 2px 5px 5px 0px rgba(237, 167, 27, 0.2);
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #676b6f;
    text-align: center;
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 100px;
    left: 175px;
    padding: 0 10px;
}
.q4_botwordd::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: -6px;
    left: 74%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.foot_er {
    background: #fff;
    width: 100%;
    height: 120px;
    text-align: left;
    overflow: hidden;
}
.foot_er img {
    width: 110px;
    height: 110px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}
/* .foot_tit{
    text-align: left;margin-bottom: 15px;
} */
.foot_ul2 li a {
    display: block;
    color: #7f7f7f;
    
    margin-top: 15px;
    text-align: center !important;
}
.foot_ul2 li:hover a {
    color: #fff;
}
.foot_d2 {
    overflow: hidden;
    margin-top: 7px;
}
.foot_d2 i {
    float: left;
    color: #898989;
    font-size: 12px;
    margin-right: 5px;
}
.foot_d2 a {
    float: left;
    color: #898989;
    font-size: 12px;
    margin-right: 11px;
}
.foot_d2 a:hover {
    color: #fff;
}
.foot_bot {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #212127;
}
.foot_bot i {
    color: #ffffff;
    font-size: 12px;
}
.foot_bot img {
    width: 84px;
    margin-left: 10px;
    vertical-align: middle;
}
.foot_bot1 i {
    color: #ffffff;
    font-size: 12px;
}
#___szfw_logo___ img {
    width: 100px !important;
}
.ckc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
    margin: auto;
}
/*合作窗口*/
.cooperate-box {
    width: 430px;
    height: 500px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.cooperate-box .hz-top {
    width: 100%;
    height: 125px;
    background: url("app/resource/newIndex/img/form_img.png") no-repeat;
    background-size: 100% 100%;
}
.cooperate-box .hz-top .hz-topword1 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 34px;
    padding-left: 17px;
}
.cooperate-box .hz-top .hz-topword2 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 17px;
}
.hz-content {
    padding: 0px 30px;
}
.hz-cenword {
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
}
.hz-cenword .icon1 {
    background: url("app/resource/newIndex/img/hz_imgl.png") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 95px;
    height: 8px;
}
.hz-cenword .icon2 {
    background: url("app/resource/newIndex/img/hz_imgr.png") repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 95px;
    height: 8px;
}
.hz-content h4 {
    line-height: 40px;
    margin-bottom: 4px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
}
.hz-content p {
    line-height: 18px;
    color: #666;
    font-size: 12px;
}
.hz-content ul {
    display: flex;
    justify-content: space-between;
    margin: 11px 0;
}
.lxxx span {
    color: #000;
}
.hz-content ul li {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.hz-content ul li i {
    color: #ec0000;
}
.hz-content input[type="text"] {
    width: 285px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 45px;
    text-indent: 15px;
}
.hz-content textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
}
.hz-btn {
    width: 287px;
    height: 46px;
    background: linear-gradient(-90deg, #ff5300 0%, #ffba00 100%);
    border-radius: 5px;
    line-height: 46px;
    color: #fff;
    margin: 15px 0 15px 45px;
    font-size: 16px;
}
.hz-bword1 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #1a1a1a;
    opacity: 0.6;
}
.hz-bword2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 10px;
}
.hz-bword2 span {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #02b2b5;
}
.zt-video > span {
    width: 26px;
    height: 26px;
    position: absolute;
    right: -20px;
    top: -22px;
    
    z-index: 99;
}
.coop-box {
    width: 800px;
    /* height: 86%; */
    margin: 0 auto;
    position: relative;
    /* margin-top: 15%; */
    top: 50%;
    transform: translateY(-50%);
}
.closetc {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    /* right: -20px; */
    right: 190px;
    top: 5px;
}
.closetc img {
    width: 100%;
    height: 100%;
}
.cooperate-box > span img,
.zt-video > span img {
    width: 100%;
    height: 100%;
}
/*专题视频*/
.zt-video {
    width: 68%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 4px;
    background: darkgray;
}
/*响应式布局*/
@media (min-width: 768px) {
    .center,
    .conter2 {
        width: 100%;
    }
    .part5_top {
        overflow: hidden;
        margin-top: 55px;
        margin-left: 10px;
    }
    .part5_top_rig {
        float: right;
        width: 200px;
        height: 35px;
        border: 1px solid #f1ffff;
        border-radius: 20px;
        overflow: hidden;
        background: rgba(241, 255, 255, 0.2);
        margin-right: 10px;
    }
    /* .part5_ul2 li {
        float: left;
        width: 320px;
        height: 362px;
        background: #ffffff;
        text-align: center;
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-top: 15px;
    } */
    /* .newpart5 {
        min-height: 410px;
        padding-top: 50px;
    } */
}
@media (min-width: 1280px) {
    .center {
        width: 1200px;
    }
    .conter2 {
        width: 1400px;
    }
    .part5_top {
        overflow: hidden;
        margin-top: 55px;
        margin-left: 10px;
    }
    /* .newpart4 {
        background: url(app/resource/newIndex/img/part4_bg.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        padding-top: 65px;
    } */
    /* .part5_ul2_div {
        width: 100%;
        height: 260px;
        overflow: hidden;
        position: relative;
    } */
    .part5_top_rig {
        float: right;
        width: 200px;
        height: 35px;
        border: 1px solid #f1ffff;
        border-radius: 20px;
        overflow: hidden;
        background: rgba(241, 255, 255, 0.2);
        margin-right: 10px;
    }
    /* .part5_ul2 li {
        float: left;
        width: 320px;
        height: 350px;
        background: #ffffff;
        text-align: center;
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-top: 15px;
    } */
    /* .newpart5 {
        min-height: 410px;
        padding-top: 65px;
    } */
}
@media (min-width: 1920px) {
    .center {
        width: 80%;
    }
    .conter2 {
        width: 1680px;
    }
    .refreshBox i {
        margin-top: 85px;
        transition: transform 0.3s ease;
    }
    .part5_top {
        overflow: hidden;
        margin-top: 55px;
        margin-left: 10px;
    }
    /* .newpart4 {
        background: url(app/resource/newIndex/img/part4_bg.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        min-height: 980px;
        padding-top: 65px;
    } */
    .part5_ul2_div {
        width: 100%;
        /* height: 290px; */
        overflow: hidden;
        position: relative;
    }
    .part5_top_rig {
        float: right;
        width: 200px;
        height: 35px;
        border: 1px solid #f1ffff;
        border-radius: 20px;
        overflow: hidden;
        background: rgba(241, 255, 255, 0.2);
        margin-right: 0;
    }
    /* .part5_ul2 li {
        float: left;
        width: 400px;
        height: 380px;
        background: #ffffff;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    } */
    .newpart3 {
        height: 685px;
        overflow: hidden;
    }
    .part4-box li {
        float: left;
        display: inline-block;
        width: 14.22%;
        height: 210px !important;
        text-align: center;
        /* overflow: hidden; */
    }
    .cityList ul li {
        /*width: 280px;*/
        height: 270px;
    }
    .part4-box li {
        height: 186px;
    }
    .part6 li {
        height: 333px;
    }
    .part6 li .info {
        margin: 140px auto 0;
    }
    /* .newpart5 {
        min-height: 460px;
        padding-top: 0px;
    } */
}
/*侧*/
/*.tjspD {
    width: 220px;
    height: 191px;
    position: fixed;
    top: 230px;
    left: -190px;
    z-index: 3;
}
.tjspDZ {
    width: 220px;
    height: 191px;
    position: fixed;
    top: 480px;
    left: -190px;
    z-index: 3;
}
.tjsp_min {
    position: absolute;
    top: 0;
    left: 190px;
    width: 220px;
    height: 191px;
    z-index: 7;
}
.tjsp_minZ {
    position: absolute;
    top: 0;
    left: 190px;
    width: 220px;
    height: 191px;
    z-index: 7;
}
.tjsp {
    width: 34px;
    height: 70px;
    background: #ff7800 url("app/resource/images/hy_tt_13.png") no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: 60px;
    border-radius: 0 4px 4px 0;
    
    z-index: 5;
}
.tjspD {
    width: 220px;
    height: 191px;
    position: fixed;
    top: 230px;
    left: -190px;
    z-index: 3;
}
.tjspDZ {
    width: 220px;
    height: 191px;
    position: fixed;
    top: 480px;
    left: -190px;
    z-index: 3;
}
.tjsp_min {
    position: absolute;
    top: 0;
    left: 190px;
    width: 220px;
    height: 191px;
    z-index: 7;
}
.tjsp_minZ {
    position: absolute;
    top: 0;
    left: 190px;
    width: 220px;
    height: 191px;
    z-index: 7;
}
.tjsp {
    width: 34px;
    height: 70px;
    background: #ff7800 url("app/resource/images/hy_tt_13.png") no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: 60px;
    border-radius: 0 4px 4px 0;
    
    z-index: 5;
}
.tjspZ {
    width: 34px;
    height: 70px;
    background: #018fd7 url("app/resource/images/hy_tt_13.png") no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: 30px;
    border-radius: 0 4px 4px 0;
    
    z-index: 5;
}
.tj_db {
    display: none;
}
.tjsp_d1 {
    height: 35px;
    line-height: 35px;
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #ff8d28;
    padding: 0 10px;
}
.tjsp_d1Z {
    height: 35px;
    line-height: 35px;
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #018fd7;
    padding: 0 10px;
}
.tjsp_d1 span {
    position: absolute;
    right: 10px;
    display: inline-block;
    height: 20px;
    width: 17px;
    top: 6px;
    
    background: url(app/resource/images/chaccc.png) no-repeat 50% 50%;
    background-size: 15px 17px;
}
.tjsp_d1Z span {
    position: absolute;
    right: 10px;
    display: inline-block;
    height: 20px;
    width: 17px;
    top: 6px;
    
    background: url(app/resource/images/chaccc.png) no-repeat 50% 50%;
    background-size: 15px 17px;
}
.tjsp_min2 {
    background: #ededed;
    padding: 0 9px 15px;
    float: left;
}
.tjsp_d2 {
    margin-top: 15px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff url(app/resource/images/hy_tt_07.png) no-repeat 11px 50%;
    background-size: 14px 15px;
    text-indent: 32px;
    display: block;
    float: left;
}
.tjsp_d3 {
    margin-top: 15px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff url(app/resource/images/hy_tt_10.png) no-repeat 11px 50%;
    background-size: 14px 15px;
    text-indent: 32px;
    display: block;
    float: left;
}
.tjsp_d4 {
    width: 200px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #ff7800;
    margin-top: 15px;
}
.tjsp_d4Z {
    width: 200px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #018fd7;
    margin-top: 15px;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}
.ly-pop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    display: none;
}
.ly-pop.show {
    visibility: visible;
    opacity: 1;
}
.ly-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    width: 398px;
    height: 182px;
}
.ly-cont-top {
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #efefef;
}
.ly-cont-top .labels {
    padding-left: 28px;
    background: url(app/resource/images/ly-01.png) 0 center no-repeat;
}
.ly-close {
    
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 10px;
    background: url(app/resource/images//ly-close.png) 0 0 no-repeat;
}
.ly-cont-wrap {
    margin-top: 31px;
    padding: 0 10px 0 110px;
    min-height: 81px;
    background: url(app/resource/images/ly-02.png) 0 center no-repeat;
}
.ly-cont-wrap i {
    color: #ed6a11;
}
.ly-cont-wrap .t {
    color: #383838;
}
.nav_rig {
    position: fixed;
    left: 5px;
    bottom: 200px;
    
    background-color: #616161;
    z-index: 1000;
    transition: width 0.3s ease 0s;
}
.right_list {
    width: 67px;
    height: 372px;
    background: #ffffff;
    box-shadow: 0px 6px 7px 0px rgba(172, 169, 167, 0.27);
    border-radius: 20px;
}
.right_list:hover {
    width: 209px;
    height: 372px;
    background: #ffffff;
    box-shadow: 0px 6px 7px 0px rgba(172, 169, 167, 0.27);
    border-radius: 20px;
}
.right_list:hover .stt {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s linear;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s; 
}

.right_list li {
    width: 100%;
    height: 62px;
}
.right_list .ico {
    display: inline-block;
    width: 67px;
    height: 62px;
    z-index: 2;
}
.right_list .ico1 {
    background: url(app/resource/newIndex/img/r_tp0.svg) repeat;
    width: 21px;
    height: 9px;
    background-size: 100% 100%;
    float: left;
    margin-left: 23px;
    margin-top: 27px;
}
.right_list .ico2 {
    background: url(app/resource/newIndex/img/r_zx0.svg) repeat;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    float: left;
    margin-left: 23px;
    margin-top: 20px;
}
.right_list .ico3 {
    background: url(app/resource/newIndex/img/r_kc0.svg) repeat;
    width: 18px;
    height: 21px;
    background-size: 100% 100%;
    float: left;
    margin-left: 24px;
    margin-top: 20px;
}
.right_list .ico4 {
    background: url(app/resource/newIndex/img/r_zl0.svg) repeat;
    width: 21px;
    height: 17px;
    background-size: 100% 100%;
    float: left;
    margin-left: 23px;
    margin-top: 22px;
}
.right_list .ico5 {
    background: url(app/resource/newIndex/img/r_dh0.svg) repeat;
    width: 21px;
    height: 20px;
    background-size: 100% 100%;
    float: left;
    margin-left: 23px;
    margin-top: 21px;
}
.right_list .ico6 {
    background: url(app/resource/newIndex/img/r_wx0.svg) repeat;
    width: 21px;
    height: 17px;
    background-size: 100% 100%;
    float: left;
    margin-left: 23px;
    margin-top: 22px;
}
.right_list .stt {
    display: none;
    font-size: 14px;
    line-height: 62px;
    color: #535353;
    transition: color 0.3s ease 0s;
    position: absolute;
    width: 160px;
    opacity: 0;
    text-align: center;
    z-index: -1;
}
.right_list li:hover .stt {
    color: #09b4b7;
    opacity: 1;
    z-index: 99;
}
.right_list li:hover .ico1 {
    background: url(app/resource/newIndex/img/r_tp1.svg) no-repeat;
    width: 21px;
    height: 9px;
    background-size: 100% 100%;
}
.right_list li:hover .ico2 {
    background: url(app/resource/newIndex/img/r_zx1.svg) no-repeat;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
}
.right_list li:hover .ico3 {
    background: url(app/resource/newIndex/img/r_kc1.svg) no-repeat;
    width: 18px;
    height: 21px;
    background-size: 100% 100%;
}
.right_list li:hover .ico4 {
    background: url(app/resource/newIndex/img/r_zl1.svg) no-repeat;
    width: 21px;
    height: 17px;
    background-size: 100% 100%;
}
.right_list li:hover .ico5 {
    background: url(app/resource/newIndex/img/r_dh1.svg) no-repeat;
    width: 21px;
    height: 20px;
    background-size: 100% 100%;
}
.right_list li:hover .ico6 {
    background: url(app/resource/newIndex/img/r_wx1.svg) no-repeat;
    width: 21px;
    height: 17px;
    background-size: 100% 100%;
}
.right_list li:hover {
    background-color: #e9f5f5;
    border-radius: 20px;
}
.float-right-box .top-list .return-webtop .stt {
    font-weight: bold;
}
.float-right-box .bot-share {
    position: relative;
    height: 50px;
}
.float-right-box .bot-share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    transition: background 0.3s ease 0s;
    margin: 0;
    padding: 0;
}
.float-right-box .bot-share .share {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.toolbar-layer {
    position: absolute;
    left: 220px;
    bottom: 0px;
    width: 160px;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transform-origin: left bottom;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 9;
}
.nav_ewm .toolbar-layer {
    height: 200px;
    background-position: 0 0;
}
.nav_ewm .toolbar-layer {
    height: 200px;
    background-position: 0 0;
}
.right_list li a:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.nav_ewm,
.toolbar-layer {
    background: url(app/resource/newIndex/img/toolbar.png) no-repeat;
}
.nav_video .toolbar-layer2 {
    background: url(app/resource/images/video-wn_03.png) no-repeat;
}
.nav_video .toolbar-layer {
    height: 160px;
    width: 270px;
}
.viDivBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
}
.viDiv {
    width: 740px;
    height: 415px;
    border: 0px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.viDiv span {
    width: 34px;
    height: 34px;
    position: absolute;
    right: -30px;
    top: -30px;
    
    z-index: 889;
    background: #fff;
    border-radius: 50%;
}
.viDiv span img {
    display: block;
    width: 100%;
    height: 100%;
}
.toolbar-div {
    height: 240px;
    width: 200px;
}
.toolbar-div {
    position: absolute;
    left: 220px;
    bottom: 0px;
    height: 240px;
    width: 200px;
    background: #ffffff;
    opacity: 0;
    border-radius: 20px;
    filter: alpha(opacity=0);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transform-origin: left bottom;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.toolbar-div p {
    line-height: 45px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 175px;
    margin: auto;
}
.toolbar-div1 {
    padding: 0 10px 8px;
}
.toolbar-div11 {
    width: 150px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    margin: auto;
    margin-top: 10px;
    border-radius: 16px;
    background: url(app/resource/newIndex/img/rl_name.svg) no-repeat 11px 50% #fff;
    background-size: 11px 12px;
    text-indent: 32px;
    display: block;
    color: #999;
}
.toolbar-div12 {
    width: 150px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    margin: auto;
    margin-top: 10px;
    border-radius: 16px;
    background: url(app/resource/newIndex/img/rl_phone.svg) no-repeat 11px 50% #fff;
    background-size: 13px 11px;
    text-indent: 32px;
    display: block;
    color: #999;
}
.toolbar-div13 {
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border-radius: 16px;
    margin-left: 15px;
    background: linear-gradient(90deg, #ffb467 0%, #ff8400 100%);
    margin-top: 10px;
    outline: 0;
    border: 0;
}
.toolbar-div label {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
    width: 155px;
    margin: auto;
}
.advisory2:hover {
    background-position: 0 -1022px;
}
.advisory2:hover .toolbar-div {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.zs_ul2_s2 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 31px;
    height: 31px;
    z-index: 1;
    background: url("app/resource/images/qjhz_13.png") no-repeat 50% 50%;
    background-size: 99% auto;
}
.zs_ul2_er {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: none;
}
.zs_ul2_x {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    z-index: 1;
    text-align: center;
    display: none;
}
.zs_ul2_x font {
    
    border: 2px solid #fff;
    display: none;
    font-weight: normal;
    height: 38px;
    line-height: 33px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    margin-top: -16px;
    width: 140px;
    margin-left: -70px;
    z-index: 2;
    animation: q13 0.8s linear backwards;
    -webkit-animation: q13 0.8s linear backwards;
}
.zs_ul2_x label {
    
    border: 2px solid #fff;
    display: none;
    font-weight: normal;
    height: 38px;
    line-height: 33px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    margin-top: -16px;
    width: 140px;
    z-index: 2;
    margin-left: -70px;
    animation: q13 0.8s linear backwards;
    -webkit-animation: q13 0.8s linear backwards;
    font-size: 14px;
    color: #fff;
}
.part5_ul2 li:hover .zs_ul2_x font {
    display: block;
}
.part5_ul2 li:hover .zs_ul2_x {
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
.part5_ul2 li:hover .zs_ul2_x label {
    display: block;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.part5_ul2 span b {
    background: url("app/resource/newIndex/img/view_icon.svg") no-repeat 0 50%;
    background-size: 16px auto;
}
*/
@keyframes q13 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes q13 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.zs_ul2_er_url {
    margin: auto;
    width: 160px;
    background: #fff;
    text-align: center;
    padding-top: 7px;
}
/* body #banner-z a {
    width: 130px;
    height: 35px;
    position: relative;
    border-radius: 18px;
    margin: 60px 15px auto;
} */

body #banner-z .video_btn {
    /* width: 130px; */
    /* height: 35px; */
    background: url("app/resource/newIndex/img/ban_imh1.png");
    background-size: 100% 100%;
    color: #02b2b5;
    text-align: left;
    text-indent: 47px;
    position: relative;
}
.video_btn i {
    height: 13px;
    width: 10px;
    display: inline-block;
    background: url("app/resource/newIndex/img/play_i1.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    left: 25px;
}

body #banner-z .video_btn:hover {
    color: #ffffff;
    background: linear-gradient(270deg, #53eeee 0%, #56e8f2 28.000000000000004%, #32b3e0 100%);
}

body #banner-z .video_btn:hover i {
    background: url("app/resource/newIndex/img/play_i0.svg") 50% 50% no-repeat;
    background-size: 100% auto;
}

body #banner-z .joinKLM {
    /* background: linear-gradient(-90deg, #53eeee 0%, #56e8f2 28.000000000000004%, #32b3e0 100%); */
    background: linear-gradient(
        -90deg
        , #05bdbd 0%, #15cec5 28.000000000000004%, #14a3d5 100%);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    border: 0;
}

body #banner-z .joinKLM:hover {
    background: linear-gradient(
        -90deg
        , #14a3d5 0%, #14a3d5 28.000000000000004%, #14a3d5 100%);
    /* background: linear-gradient(-90deg, #32b3e0 0%, #56e8f2 28.000000000000004%, #53eeee 100%); */
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.pev {
    pointer-events: none;
}

video {
    outline: none;
}
.top_img {
    vertical-align: top;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

html {
    -ms-overflow-style: scrollbar !important;
}
.foot_tit {
    color: #fff;
    font-size: 16px;
}
.part1 .swiper-container {
    /* overflow-y: hidden; */
}
.animated.fadeInUpxt {
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: 0px !important;
}
.animated.fadeInUpgn {
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: 0px !important;
}
.animated.fadeInUpkh {
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: 0px !important;
}
.animated.fadeInUpal {
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: 15px !important;
    position: relative;
}
.animated.fadeInUpxw {
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: 0px !important;
}
.animated.fadeInUpzt {
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: 0px !important;
}
@media screen and (max-width: 640px) {
    .baneffect1 {
        height: 100%;
        top: 0;
        left: 0;
    }
}
.activety {
    z-index: 999;
    position: fixed;
    top: 163px;
    right: 39px;
    width: 150px;
    height: 150px;
}
.flipper {
    position: absolute;
    width: 150px;
    height: 150px;
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
    animation: turnOut_actSpTips linear infinite 3.8s;
    -moz-backface-visibility:hidden;
}
.activety .off {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 8;
    transition: 0.3s;
    
}
.activety .off img{
    margin: 4px auto;
    width: 12px;
}
.activety .off:hover{
    transform: rotate(180deg);
}
@keyframes turnOut_actSpTips {
    0% {
        transform: rotateY(0deg);
    }
    10% {
        transform: rotateY(-180deg);
    }
    50% {
        transform: rotateY(-180deg);
    }
    60% {
        transform: rotateY(-360deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}
.flipper img {
    width: 100%;
}
.flipper .front,
.flipper .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.flipper .front {
}
.flipper .back {
    transform: rotateY(180deg);
}
.ur2_img{
    height: 0;
    padding-bottom: 79%;
    position: relative;
}