﻿*{
    margin:0;
    padding:0;
    font-family: "微软雅黑";
}
a{
    font-size: 16px;
    color: #666;
    text-decoration: none;
}
img{
    display: block;
}
li{
    list-style: none;
}
input{
    border:1px solid #ddd;
    text-indent: 10px;
    font-size:16px;
    color:#4a4a4a;
    outline: none;
    -webkit-tap-highlight-color: rgba(43,107,255,0);
}
select{
    border:1px solid #ddd;
    text-indent: 10px;
    font-size:16px;
}
button{
    outline: none;
    border:none;
    border-radius: 10px;
}
/* .span2,.span8{
    float: left;
}
.span2{
    width: 16.66666667%;
}
.span8{
    width: 66.66666667%;
} */
.main{
    width:100%;
    overflow: hidden;
}
.header{
    width:100%;
    height:89px;
    background: #fff;
    position: relative;
    top:0;
    left: 0;
    line-height: 89px;
}
.header_view{
    width:100%;
}
.header_main{
    width:1200px;
    height:89px;
    margin:0 auto;
    /* overflow: hidden; */
}
.logo{
    display: block;
    width:196px;
    height:40px;
    margin-top:25px;
    float: left;
}
.logo img{
    width:100%;
    height:100%;
}
.header_con{
    float: left;
    margin-left: 70px;
}
.header_list{
    /* overflow: hidden; */
}
.header_list>li {
    float: left;
    /* width:100px; */
    position: relative;
    padding: 0px 20px;
    text-align: center;;
}
.header_list>li>a{
    font-size: 16px;
    color: #151515;
    padding: 9px 0;
   
}
.header_list>li>a:hover{
    color: #2B6BFF;
    border-bottom: solid 1px #378fdd;
}
.header_list>li .header_color{
    color: #2B6BFF;
    border-bottom: solid 1px #378fdd;
}

.header_select{
    padding:15px 0;
    background: #fff;
    position: absolute;
    top:89px;
    z-index: 101;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    /* overflow: hidden; */
}
.header_select1{
    width:130px;
    left:-30px;
}
.header_select2{
    width:348px;
    /* overflow: hidden; */
    left:-72px;
}
.header_select4{
    width:98px;
    left:2px;
}
.header_select5{
    width:98px;
    left:2px;
}

.header_select1 li,.header_select3 li,.header_select4 li,.header_select5 li{
    padding: 0 20px;
    line-height:35px;
    text-align: left;
}
.header_select1 li a,.header_select3 li a,.header_select4 li a,.header_select5 li a{
    font-size: 14px;
    color:#8d8d8d;  
}
.header_select1 li a:hover,.header_left_list li a:hover,.header_select3 li a:hover,.header_select4 li a:hover,.header_select5 li a:hover{
    color:#2B6BFF;
}

.header_select1::before,.header_select2::before,.header_select3::before,.header_select4::before,.header_select5::before{
    content: "";
    width:20px;
    height:20px;
    transform:rotate(-45deg);
    background: #fff;
    position: absolute;
    top:-10px;
    left:282px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.header_select1::after,.header_select2::after,.header_select3::after,.header_select4::after,.header_select5::after{
    content: "";
    width:40px;
    height:20px;
    background: #fff;
    position: absolute;
    top:0px;
    left:272px;
}
.header_select1::before{
    left:55px;
}
.header_select1::after{
    left:41px;
}
.header_select2::before{
    left:115px;
}
.header_select2::after{
    left:104px;
}
.header_select3::before{
    left:41px;
}
.header_select3::after{
    left:32px;
}
.header_select4::before{
    left:41px;
}
.header_select4::after{
    left:32px;
}
.header_select5::before{
    left:41px;
}
.header_select5::after{
    left:46px;
}
.header_left_list{
    float: left;
    padding:0 20px;
}
.header_left_list li{
    padding: 0 10px;
    line-height:35px;
    text-align: left;
}
.header_left_list li a{
    color:#8d8d8d;
    font-size: 14px;
}
.header_left_list li .header_disab{
    color:#333;
    font-size: 16px;
}

.header_list>li:hover .header_select{
    display: block;
}
.header_btn{
    float: right;
    display: flex;
    line-height: 20px;
    margin-top: 31px;
    /*margin-right: 20px;*/
}
.header_try1{
    padding:5px 10px;
    color:#fff;
    font-size: 14px;
    background: #2B6BFF;
    border-radius: 2px;
    cursor:pointer;
}
.footer_li .header_try{
    padding:0;
    background: transparent;
    cursor: pointer;
}
.header_login{
    border:1px solid #999999;
    font-size: 14px;
    color: #333333;
    padding:4px 15px; 
    margin-left: 20px;
}
.hermesBox{
    display: flex;
  }
  .hermesBorder{
    animation: fadeIn 1s 2s both infinite;
    font-size: 46px;
    font-weight: 400;
    color: #9BFFC8;
  }
  @-webkit-keyframes fadeIn {
    0% {
    opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
    opacity: 1; /*中间状态 透明度为0*/
    }
    100% {
    opacity: 0; /*结尾状态 透明度为1*/
    }
    }
#hermes{
    width: auto;
    height: 59px;
    font-size: 46px;
    font-weight: 600;
    color: #9BFFC8;
    line-height: 59px;
}
@keyframes name1{
    0%{
        background-position-y:0px;
    }
    50%{
        background-position-y:10px;
    }
    100%{
        background-position-y:0px;
    }
}
.banner_user{
    width:134px;
    height:134px;
    background-image: linear-gradient(-180deg, #8FC9FF 0%, #5799FF 100%);
    border-radius: 50%;
    margin:0 auto;
    position: relative;
    margin-top:63px;
}
.banner_user1{
    background-image: linear-gradient(-180deg, #07E3D8 0%, #03C2B0 100%);
}
.banner_user2{
    background-image: linear-gradient(-180deg, #FFB3B3 0%, #FF7B7B 100%);
}
.banner_user_icon{
    width:70px;
    height:70px;
    border:1px solid #fff;
    border-radius: 50%; 
    position: absolute;
    left:50%;
    margin-left: -35px;
    top:50%;
    margin-top:-35px;
}
.banner_userimg{
    width:70px;
    height:70px;
    display: block;
}
.userName{
    display: block;
    font-size: 39px;
    color:#fff;
    font-weight: 500;
    text-align: center;
    display: none;
    line-height: 70px;
}
.banner_views{
    width:260px;
    height:260px;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: -96px;
    top:188px;
}
.banner_view_animate{
    animation:name2 12s infinite linear;
}
@keyframes name2{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.banner_view2{
    top:-45px;
    left:267px;
}
.banner_view3{
    top:328px;
    left:391px;
}
.banner_view_img{
    width:258px;
    height:258px;
    /* border:1px solid #fff; */
     position: absolute;
    top:0;
    left: 0;
}
.banner_view_img img{
    display: block;
    width:46px;
    height:46px;
}
.banner_view_img .icon_rw01{
    position: absolute;
    top:23px;
    left: 54px;
}
.banner_view_img .icon_rw02{
    position: absolute;
    top:23px;
    right: 54px;
}
.banner_view_img .icon_rw03{
    position: absolute;
    top:114px;
    left:10px;
}
.banner_view_img .icon_rw04{
    position: absolute;
    top:114px;
    right:7px;
}
.banner_view_img .icon_rw05{
    position: absolute;
    bottom:21px;
    left: 55px;
}
.banner_view_img .icon_rw06{
    position: absolute;
    bottom:21px;
    right: 55px;
}
.banner_view_imgchang .icon_rw01{
    position: absolute;
    top:26px;
    left: 52px;
}
.banner_view_imgchang .icon_rw02{
    position: absolute;
    top:37px;
    right: 36px;
}
.banner_view_imgchang .icon_rw03{
    position: absolute;
    top:135px;
    left: 12px;
}
.banner_view_imgchang .icon_rw04{
    position: absolute;
    top:150px;
    right: 17px;
}
.banner_view_imgchang .icon_rw05{
    position: absolute;
    bottom:8px;
    left: 105px;
}
.banner_view_img div span{
    display: none;
}
.banner_userName{
    line-height:70px;
    font-size: 16px;
    color:#fff;
    font-weight: 500;
    text-align: center;
    display: none;
}
.banner_video_big{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:105;
    display: none;
    z-index: 103;
}
.banner_video_view{
    width:1200px;
    height:90%;
    margin:0 auto;
    margin-top:30px;
    position: fixed;
    top:26px;
    left: 50%;
    margin-left: -600px;
    z-index: 105;
    display: none;
}
.banner_video_view:hover .banner_view_icon{
    display: block;
}
.banner_video{
   width:100%;
   height:100%;
}
.banner_view_icon{
    width:50px;
    height:50px;
    position: absolute;
    top:87px;
    right:5px;
    display: none;
}
.banner_view_icon img{
    width:100%;
    height:100%;
}
.footer{
    width:100%;
    background: #2F3034;
    overflow: hidden;
}
.footer_main{
    width:1200px;
    margin: 0 auto;
    margin-top:34px;
    
}
.footer_list{
    overflow: hidden;
    padding-bottom:33px;
    border-bottom:1px solid rgba(255,255,255,0.09);
}
.footer_line{
    float: left;
    margin-left: 80px;
}
.footer_line:first-child{
    margin-left: 0;
}
.footer_tit{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom:27px;
}
.footer_li{
    margin-bottom:18px;
}

.footer_li a{
    font-size: 14px;
    color: #C6C5CA;
}
.footer_li a:hover{
    color:#3490FF;
}
.footer_ul1{
    float: left;
}
.footer_ul2{
    float: left;
    margin-left: 50px;
}
.footer_view{
    width:126px;
}
.footer_code{
    width:126px;
    height:126px;
    background: #424242;
    overflow: hidden;
}
.footer_code img{
    width:103px;
    height:103px;
    margin:0 auto;
    margin-top:12px;
}
.footer_view p{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top:13px;
}
.fotter_us{
    overflow: hidden;
    padding:20px 0;
}
.footer_call{
    float: left;
    margin-left: 250px;
}
.footer_call:first-child{
    margin-left: 0;
}
.footer_call p{
    font-size: 14px;
    color: #6B727A;
    vertical-align: middle;
}
.footer_call p span{
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 9px;
}
.footer_putOn{
    width:100%;
    background: #000000;
}
.footer_putOn_main{
    width:1200px;
    margin:0 auto;
    padding:15px 0;
}
.footer_putOn_main p{
    font-size: 13px;
	text-align:center;
    color: rgba(255,255,255,0.5);
}
.footer_putOn_main p a{
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
.footer_putOn_main p a:hover{
    color:#3490FF;
}
.userStories_page{
    margin:40px 0;
    color:#666;
    text-align: center;
}
.userStories_page button{
    display:inline-block;
    min-width:40px;
    height:38px;
    cursor:pointer;
    color:#666;
    font-size:13px;
    line-height:38px;
    background-color:#fff;
    border:1px solid #dce0e0;
    text-align:center;
    margin:0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}
#firstPage,.totalNum,.totalList,#lastPage{
    display:none;
}
#firstPage,#lastPage,#nextPage,#prePage{
    width:50px;
    /* color:#2B6BFF;
    border:1px solid #2B6BFF; */
}
#nextPage,#prePage{
    width:70px;
}
.userStories_page .current{
    background-color:#2B6BFF;
    border-color:#2B6BFF;
    color:#FFF;
}
 /* 页面数量 */
 .totalPages{
     margin:0 10px
    }
 .totalPages span,.totalSize span{
     color:#2B6BFF;
     margin:0 5px;
    }
 /*button禁用*/
 .userStories_page button:disabled{
 opacity:.5;
 cursor:no-drop;
}
.cur{
    color: #2B6BFF;
}
.applyPop{
    position: fixed;
    top:0;
    left: 0;
    bottom:0;
    right:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10001;
    display: none;
}
.applycom{
    width: 512px;
    min-height: 526px;
    margin:0 auto;
    margin-top:100px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.applyClose{
    display: block;
    width:20px;
    height:20px;
    position: absolute;
    right:12px;
    top:12px;
    cursor: pointer;
}
.apply_main{
    padding: 30px 40px 0 40px;
    /* margin-top: 3px; */
}
.apply_list{
    margin-top: 20px;
    /* margin-bottom:10px; */
}
.apply_list i {
	color: #FF2424;
	font-size: 0.6rem;
	/* margin-left: 54px; */
	}
.apply_list span{
    font-size:16px;
    color:#333;
    display: inline-block;
    width: 64px;
    font-weight: 400;
}
.apply_name{
    height: 43px;
    width: 212px;
    /* margin-left: 10px; */
}
.apply_sex {
    display: inline-block;
    width: 53px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border:1px solid #ddd;
    text-align: center;
    margin-left: 1px;
    cursor: pointer;
}
.apply_sex input{
    display: none;
}
.apply_sex_active{
    background: #2B6BFF;
    color:#fff;
}
.apply_name1{
    width: 333px;
}
.applycode{
    display: inline-block;
    width: 95px;
    height: 43px;
    color:#fff;
    border-radius: 4px;
    font-size:14px;
    background: #2B6BFF;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
}
.apply_list select{
    width: 166px;
    height: 40px;
    line-height: 40px;
    /* margin-left: 10px; */
    color:#9b9b9b;
}
.apply_list select option{
    color:#333;
}
.apply_button{
    width: 384px;
    height: 44px;
    background: #2B6BFF;
    color:#fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    /* letter-spacing: 5px; */
    cursor: pointer;
    margin-top:15px;
    margin: 40px auto 0 auto;
}
.apply_p{
    text-align: center;
    font-size:14px;
    margin-top: 15px;
    margin-bottom: 12px;
    color: #4a4a4a;
}
.topUp{
    cursor: pointer;
    width:44px;
    height:44px;
    /* border-radius: 50%;
    background: rgba(0,0,0,0.2); */
    position: fixed;
    right:20px;
    bottom:20px;
    display:none;
    /* color:#fff;
    font-size:16px;
    line-height: 100px;
    text-align: center;
    font-weight: 600; */
    z-index: 1000;
}
.topUp img{
	width:100%;
	height:100%;
}
.product_banner .asset{
    display: block;
    color: #fff;
    font-size: 16px;
    background: #2b6bff;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 45px;
    font-weight: 600;
    line-height: 45px;
}
.product_banner .applyasset{
    display: flex; 
    justify-content: center; 
    align-items: center; 
	 position: absolute;
	 top: 70%; 
	 left: 22%; 
	 transform: translate(-50%, -50%); 
	 text-align: center;
	 line-height: normal; 
	 margin: auto 0; 
}
.header_try.asset {
    text-decoration: none; 
}
.product_banner .asset:hover {
    box-shadow: 2px 2px 15px 1px #3490ff;
    opacity: 1;
    color: #fff;
    text-decoration: none;
}
.product_banner{
    width:100%;
    padding-top: 24.47%;
    height: 0;
    margin-top:5px;
    background: url(images/SPACEUPzcgl.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
	display: flex;
    justify-content: center; 
    align-items: center; 
}
.product_banner1{
    background: url(images/SPACEUPzcfx.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner2{
    background: url(images/IoT.jpg) no-repeat center center;
    background-size: cover;
    height:665px;
}
.product_banner3{
    background: url(images/broker.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner4{
    background: url(images/wisdom.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner5{
    background: url(images/mallforce.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner6{
    background: url(images/about.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner7{
    background: url(images/solution.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner8{
    background: url(images/news.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner9{
    background: url(images/case.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner10{
    background: url(images/shoppingcenterbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner11{
    background: url(images/complexbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner12{
    background: url(images/marketbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner13{
    background: url(images/investmentbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner14{
    background: url(images/finance.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner15{
    background: url(images/operationbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner16{
    background: url(images/managementbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner17{
    background: url(images/tenantbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner18{
    background: url(images/industrialparkbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product_banner19{
    background: url(images/officebuildingbanner.jpg) no-repeat center center;
    background-size: cover;
}
.apply_tit{
    color:#333;
    font-size: 24px;
    text-align: center;
    margin-top:21px;
}
.notclickn {
    pointer-events: none;
}
.apply_success_pop{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left: 0;
    background:rgba(255,255,255,0.9);
    display: none;
}
.apply_success_pop p{
    color:#333;
    font-size:18px;
    text-align: center;
    margin-top:200px;
    line-height: 28px;
}
.apply_yes{
    width:123px;
    height:44px;
    line-height: 44px;
    margin:0 auto;
    background: #2fba6e;
    border-radius: 4px;
    font-size: 16px;
    color:#fff;
    font-weight: 600;
    margin-top:26px;
    text-align:center;
    cursor: pointer;
}
.apply_top_hint{
    color:#FF4646;
    font-size:12px;
    text-indent:81px;
    display:none;
}
.slide_bar{
    width:164px;
    border-radius: 5px;
    background: #2B6BFF;
    position: fixed;
    top:200px;
    left: 1%;
}
.slideBar_ul{
    width: 100%;
    padding:10px 0;
}
.slideBar_ul li{
    width:100%;
    line-height: 48px;
    height:48px;
    text-align:center;
}
.slideBar_ul li a{
    color:#fff;
    font-size: 14px;
}
.slideBar_ul li a:hover{
    border-bottom: solid 1px #ffffff;
}
#des {
    text-align: center;
    background: #2B6BFF;
    padding:100px 0;
}

#des h2 {
    margin-bottom:30px;
    font-size:36px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.sectionImg{
    margin: 40px 180px 80px 195px;
    overflow: hidden;
}
.sectionImg li{
    float: left;
    width: 202px;
    height: 120px;
    text-align: center;
}
.sectionImg li img{
    margin-bottom: 10px;
    display: -webkit-inline-box;
}
.sectionImg li p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.container11 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.container11 a {
    position: relative;
    padding: 6px 20px;
    line-height: 56px;
    font-size:20px;
    font-weight: 600;
    color: #FFFFFF;
    background: #35CF8D;
    border-radius:10px;
}
.l-btn.green {
    color: #fff;
    border: 1px solid #32ced7;
    background: #32ced7;
}
.l-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    border: 1px solid #32ced7;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.l-btn + .l-btn {
    margin-right: 0;
}
.l-btn:hover {
    color: #42dde6;
    border: 1px solid #42dde6;
}
.l-btn.green {
    color: #fff;
    border: 1px solid #32ced7;
    background: #32ced7;
}
.l-btn.green:hover {
    background: #42dde6;
}
.l-btn.green {
    color: #fff;
    border: 1px solid #32ced7;
    background: #32ced7;
}
.l-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    border: 1px solid #32ced7;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.l-btn + .l-btn {
    margin-right: 0;
}
.l-btn:hover {
    color: #42dde6;
    border: 1px solid #42dde6;
}
.l-btn.green {
    color: #fff;
    border: 1px solid #32ced7;
    background: #32ced7;
}
.l-btn.green:hover {
    background: #42dde6;
}
.header_btn .tel {
    color: #2B6BFF;
}
.header_btn .tel i svg path {
    fill: #666666;
}
.header_btn .tel strong {
    color: #2B6BFF;
}
.header_btn .tel {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 14px;
}
.header_btn .tel i img {
    width: 100%;
    height: 100%;
    float: left;
}
.header_btn .tel i {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    overflow: hidden;
}
.header_btn .tel span {
  color:#1a1a1a;
}
.header_btn .tel strong {
    display: block;
    margin-left: 10px;
    font-size: 16px;
}
@media (max-width: 1199px) {
     .tel strong {
        margin-left: 6px;
    }
}
@media (max-width: 767px) {
   .tel strong {
        font-size: 14px;
    }
}


.new-nav {
    width: 68px;
    position: fixed;
    right: 24px;
    top: 50%;
    /* bottom:auto; */
    left: auto;
    z-index: 100;
    margin-top: -257px;
}

.new-nav .nav-list {
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 68px;
    height: 68px;
    margin-bottom: 2px;
    background-color: #fff;
    border-radius: 3px;
    background-position: 50% 32%;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px 0 rgba(44, 107, 234, 0.16);
}


.new-nav .nav-list.kefuks {
    width: 120px;
    height: 120px;
    background-image: url(images/kefu.png);
    box-shadow: none;
    position: relative;
    right: 27px;
    background-color: transparent;
}

.new-nav .nav-list.kefuks:hover {
    background-color: transparent;
}

.new-nav .nav-list.kefuks a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.new-nav .nav-list.gouwuche {
    background-image: url(images/trial.png);
}

.new-nav .nav-list.gouwuche:hover {
    background-image: url(images/trialh.png);
}

.new-nav .nav-list.beixuanpk {
    background-image: url(images/telephone.png);
}

.new-nav .nav-list.beixuanpk:hover {
    background-image: url(images/telephoneh.png);
}

.new-nav .nav-list.saoyisao {
    background-image: url(images/code.png);
}

.new-nav .nav-list.saoyisao:hover {
    background-image: url(images/codeh.png);
}

.new-nav .nav-list.fankui {
    background-image: url(images/anli.png);
}

.new-nav .nav-list.fankui:hover {
    background-image: url(images/anlih.png);
}


.new-nav .nav-list .P1 {
    font-size: 12px;
    font-weight: 400;
    color: #2C6BEA;
    line-height: 30px;
    padding: 35px 0 6px 0;
}

.new-nav .nav-list:hover {
    background-color: #2C6BEA;
}

.new-nav .nav-list:hover .P1 {
    color: #fff;
}

.new-nav .nav-box {
    position: relative;
    width: 68px;
}

.nav-ewm-box {
    padding-top: 10px;
    width: 200px;
    background: #FFFFFF;
    box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.05);
}

.nav-ewm-box .ewm-list {
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    z-index: 99999999999999;
}

.nav-ewm-box .ewm-list img {
    width: 180px;
    height: 241px;
    margin: 0 auto;
}
.nav-box .ewm-list .paragraph1{
    color: #888;
}
.nav-box .ewm-list .paragraph2{
    color: #FDB11F;
}

.nav-ewm-box .ewm-list p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.nav-list .nav-show {
    width: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    right: 60px;
    /* bottom: auto; */
    left: auto;
    top: 50%;
    z-index: 999999999999;
}

.nav-list .nav-show>div {
    float: right;
    margin-right: 20px;
}

.nav-list:hover .nav-show {
    width: 280px;
    text-align: right;
    z-index: 999999999999;
}

.nav-box .beixuanpk .tel-show {

    width: 220px;
    height: 80px;
    line-height: 80px;
    color: #2b6bff;
    position: absolute;
    right: 80px;
    box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 26px;
    font-weight: 600;
    top: -5px;
    display: none;
    background: #fff;
    z-index: 9999999999999999;
}

.nav-box .beixuanpk:hover .tel-show {
    display: block;
    z-index: 9999999999999999;
}
.trailsoft {
    font-size: 12px;
    font-weight: 400;
    color: #2C6BEA;
    line-height: 30px;
    padding: 35px 0 6px 0;
    display: block;
}
.trailsoft:hover{
    color: #FFFFFF;
}