/*  首页头部 */
/* 1920头部 */
.head {
    width: 100%;
    background-color: #ffffff;
    padding: 1% 0;
}
.head .head_logo {
    float: left;
}
.head .head_main {
    float: right;
}
.head .head_main ul li {
    float: left;
}
.head .head_contact {
    display: flex;
    justify-content: flex-end;
}
.head .head_contact ul li {
    margin-left: 0.5vw;
}
.head .head_contact li:nth-child(3) {
    display: flex;
    align-items: center;
}
.head .head_contact li:nth-child(3) img {
    margin-right: 0.5vw;
}
.head .head_contact li:nth-child(3) span {
    color: #000000;
    font-size: 14px;
}

.head .head_menu {
    margin-top: 1vw;
}
.head .head_menu .CAli {
    color: #333333;
    font-size: 16px;
    line-height: 2em;
    -webkit-filter: grayscale(100%) brightness(100%);
    filter: grayscale(100%) brightness(100%);
    margin-left: 1.8vw;
    transition: all .5s;
}
.head .head_menu .CAli .CAa {
    padding-left: 2vw;
}
.head .head_menu .CAli:nth-of-type(1) {
    background: url(../image/head_menu1.png) left no-repeat;
}
.head .head_menu .CAli:nth-of-type(2) {
    background: url(../image/head_menu7.png) left no-repeat;
}
.head .head_menu .CAli:nth-of-type(3) {
    background: url(../image/head_menu3.png) left no-repeat;
}
.head .head_menu .CAli:nth-of-type(4) {
    background: url(../image/head_menu2.png) left no-repeat;
}
.head .head_menu .CAli:nth-of-type(5) {
    background: url(../image/head_menu4.png) left no-repeat;
}
.head .head_menu .CAli:nth-of-type(6) {
    background: url(../image/head_menu6.png) left no-repeat;
}
.head .head_menu .CAli:nth-of-type(7) {
    background: url(../image/head_menu8.png) left no-repeat;
}

.head .head_menu .CAli:hover {
    -webkit-filter: grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%);
    transition: all .5s;
    color: #0f3d9a;
    transform: translateY(-5px);
}
.head .head_menu .on {
    -webkit-filter: grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%);
    color: #0f3d9a;
}



/* BANNER */
.pub_banner{
    display: block;
}
.mi_pub_banner{
    display: none;
}


/* 手机头部 */
.mi_head{
    width: 100%;
    display: none;
    background-color: #0d3b95;
    transition: all 0.5s;
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: none;
    height: 20vw;
}

.mi_head .logo{
    width: 44.7%;
    padding: 0vw 3vw;
    float: left;
}
.mi_head .mi_Cal{
    float: right;
    width: 15%;
    padding-top: 6.5vw;
}
.mi_head .mi_Cal .mmx1{
    width: 10vw;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-top: 1vw;
}
.mi_head .mi_Cal .mmx2{
    width: 10vw;
    height: 2px;
    background-color: #E76D3E;
    display: block;
    margin: 2vw 0;
}

.menuls{
    display: none;
    position: fixed;
    right: -110%;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.2s ease 0s;
    overflow-y: scroll;
    overflow-x: hidden !important;
}
.menuls .menu_one {
    line-height: 20vw;
    background-color: #0d3b95;
    height: 20vw;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 3px;
}
.menuls .menu_one .close {
    display: inline-block;
    height: 19vw;
    /* background: url(../image/close.png) no-repeat center; */
    margin-right: 7.8%;
    /* margin-top: 6vw; */
    cursor: pointer;
    color: #fff;
    font-size: 7vw;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 7.8% 0 10.2%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show {
    right: 0;
    transition: all 0.44s ease 0s;
}


.dropdown-menu{
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    right: 0;
    top: 100%;
    left: 50%;
    width: 160px;
    margin-left: -80px;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background: rgba(45,54,133,0.8);
    text-align: center;
    display: block;
    transition: ease-in 0.3s;
    padding: 15px 30px;
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 2px;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}

.dropdown-menu .dmli:hover{
    background: rgba(243,152,0,0.8)!important;
    color: #FFFFFF!important;
}



/* 首页公共标题 */
.sin_title .sintit_cn {
    color: #1b1b1b;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 2em;
}
.sin_title .sintit_en {
    color: #777777;
    font-size: 1vw;
    text-transform: uppercase;
    line-height: 2em;
}



/* 首页关于我们 */
.sin_about {
    position: relative;
}
.sin_about .sinab_left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5%;
    height: 100%;
    background-image: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    display: flex;
    align-items: center;
}
.sin_about .sinablf_word {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 2.5vw;
    color: #cccccc;
    width: 100%;
    letter-spacing: 0.4em;
    font-weight: bold;
}

.sin_about .sinab_middle {
    position: absolute;
    height: 100%;
    left: 10%;
    padding: 4% 0;
    width: 40%;
    color: #1b1b1b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sin_about .sinab_middle .sinab_main {
    
}
.sin_about .sinab_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
}

.sin_about .sinab_menu .list {
    transition: all .5s;
    background-color: #e5e5e5;
    color: #555555;
    font-size: 1vw;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 7vw;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sin_about .sinab_menu .list a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sin_about .sinab_menu .list p {
    width: 100%;
    text-align: center;
}
.sin_about .sinab_menu .list img {
    margin-bottom: 15px;
    -webkit-filter: grayscale(100%) brightness(30%);
    filter: grayscale(100%) brightness(30%);
    transition: all .5s;
}

.sin_about .sinab_menu .list:hover {
    color: #ffffff;
    transform: translateX(-5px);
    transition: all .5s;
}

.sin_about .sinab_menu .list::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -56%;
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    background: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    transition: all .6s;
}
.sin_about .sinab_menu .list:hover::before {
    width: 154%;
    transition: all .6s;
   
}




.sin_about .sinab_menu .list:hover img {
    -webkit-filter: grayscale(100%) brightness(100%);
    filter: grayscale(100%) brightness(100%);
    transition: all .5s;
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg); /* IE 9 */
    -webkit-transform:rotateY(360deg); /* Safari and Chrome */
}
.sin_about .sinab_content {
    font-size: 14px;
    line-height: 2em;
}
.sin_about .sinab_content p {
    margin-top: 4%;
}
.sin_about .sinab_content p:nth-child(1) {
    margin-top: 0%;
}

.sin_about .sinab_right {
    float: right;
    width: 42%;
    height: 100%;
    margin: 4% 0;
}


/* 首页解决方案 */
.shp_service {
    background: url(../image/shp_service.jpg) center no-repeat;
    position: relative;
}
.shp_service .sin_title {
    margin: 6% 0;
}
.shp_service .sin_title .sintit_cn {
    color: #ffffff;
}
.shp_service .sin_title .sintit_en {
    color: #ffffff;
}

.shp_service .shpser_left {
    float: left;
    width: 50%;
}
.shp_service .shpser_left .shpser_content {
    color: #ffffff;
}
.shp_service .shpser_left .shpser_content .p1 {
    font-size: 1.5vw;
    font-weight: bold;
}
.shp_service .shpser_left .shpser_content .p2 {
    font-size: 16px;
    line-height: 2em;
    margin: 6% 0;
}

.shp_service .shpser_left .shpser_content .more {
    display: inline-block;
    background-color: #f3a601;
    font-size: 16px;
    padding: 2% 7%;
    border-radius: 105px;
    margin-bottom: 10%;
    transition: all .5s;
}
.shp_service .shpser_left .shpser_content .more:hover {
    transition: all .5s;
    transform: translateX(5px);
}
.shp_service .shpser_right {
    position: absolute;
    height: 92%;
    right: 0%;
    width: 45%;
    top: 4%;
}
.shp_service .shpser980_turn {
    display: none;
} 
.shp_service .shpser_right .shpser_img {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.shp_service .shpser_right .shpser_img img {
    position: absolute;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    100% {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes un_mymove {
    100% {-webkit-transform: rotate(-360deg);}
}
/* Standard syntax */
@keyframes mymove {
    100% {transform: rotate(360deg);}
}
@keyframes un_mymove {
    100% {transform: rotate(-360deg);}
}

.shp_service .shpser_right .shpser_img .img1 {
    height: 100%;
   -webkit-animation: mymove 20s infinite linear; /* Chrome, Safari, Opera */
    animation: mymove 20s infinite linear; 
}
.shp_service .shpser_right .shpser_img .img2 {
    height: 70%;
    -webkit-animation: un_mymove 6s infinite linear; /* Chrome, Safari, Opera */
    animation:  un_mymove 6s infinite linear; 
}
.shp_service .shpser_right .shpser_img .img3 {
    height: 85%;
}


.shp_service .shpser_right .shpser_list a {
    display: flex;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all .3s;
    text-align: center;
    padding: 0 1%;
    height: 5.5vw;
    width: 5.5vw;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: .9vw;
    color: #555555;
    font-weight: bold;
}
.shp_service .shpser_right .shpser_list a:hover {
    background-color: #f3a601;
    color: #ffffff;
    transition: all .3s;
    transform: rotate(360deg);
}

/*@keyframes spin2 {
	from{
		transform: translate(50%, 340px)
		rotate(0turn)
		translate(-50%, -340px)
		translate(50%,50%)
		rotate(1turn)
		translate(-50%,-50%)
	}
	to{
		transform: translate(50%, 340px)
		rotate(1turn)
		translate(-50%, -340px)
		translate(50%,50%)
		rotate(0turn)
		translate(-50%,-50%)
	}
}*/
.shp_service .shpser_right .shpser_list a:nth-child(1) {
    top: 12%;
    left: 16%;
    /*animation: spin2 10s infinite linear;*/
}
.shp_service .shpser_right .shpser_list a:nth-child(2) {
    top: 16%;
    left: 58%;
}
.shp_service .shpser_right .shpser_list a:nth-child(3) {
    top: 40%;
    left: 22%;
}
.shp_service .shpser_right .shpser_list a:nth-child(4) {
    top: 30%;
    left: 77%;
}
.shp_service .shpser_right .shpser_list a:nth-child(5) {
    top: 75%;
    left: 20%;
}
.shp_service .shpser_right .shpser_list a:nth-child(6) {
    top: 74%;
    left: 46%;
}
.shp_service .shpser_right .shpser_list a:nth-child(7) {
    top: 74%;
    left: 70%;
}



/* 首页 技术中心 */
.sin_software {
    background: url(../image/shp_technology.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 3% 0;
}
.sin_software .sinsoft_menu {
    padding-top: 2%;
}
.sin_software .sinsoft_menu ul li {
    float: left;
    width: 20%;
    font-size: 18px;
    color: #aaaaaa;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.sin_software .sinsoft_menu ul li a {
    display: block;
    text-align: center;
    padding: 10% 0;
}
.sin_software .sinsoft_menu ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    transition: all .3s;
}
.sin_software .sinsoft_menu ul li:hover {
    transition: all .5s;
    color: #ffffff;
}
.sin_software .sinsoft_menu ul li:hover::before {
    height: 100%;
    transition: all .3s;
}
.sin_software .sinsoft_menu ul .on {
    background: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    transition: all .7s;
    color: #ffffff;
}
/*.sinsoft_menu ul li:hover img {
    transform: rotateY(360deg);
    transition: all 1s;
}*/
.sin_software .sinsoft_body {
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}
.sin_software .sinsoft_body .ssoft_right {
    float: left;
    width: 45%;
    color: #333333;
    padding-left: 1%;
}
.sin_software .sinsoft_body .ssoft_right .title {
    width: 55%;
    margin-top: 7%;
}
.sinsoft_body .ssoft_right .title_span {
    position: absolute;
    bottom: 0;
    right: 36%;;
}
.sinsoft_body .ssoft_right p {
    font-size: 16px;
    padding: 5% 0 4% 0;
    line-height: 1.5;
}

.sinsoft_body .ssoft_right .more a {
    font-size: 18px;
    color: #ffffff;
    background-image: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    display: inline-block;
    padding: 2.5% 7%;
    border-radius: 30px;
    margin: 0 0 4% 0;
    transition: all .5s;
}
.sinsoft_body .ssoft_right .more a:hover {
    transition: all .5s;
    transform: translateX(5px);
}
.sinsoft_body .ssoft_left {
    float: right;
    width: 50%;
}
.sin_software .sinsoft_content .more_all {
    display: none;
}



/* 首页 行业应用 */
.shp_industry {
    position: relative;  
}


.shp_industry .shpindu_change {
   
}
.shp_industry .shpindu_change img {
    display: block;
    width: 100%; 
}

.shp_industry .shpindu_change .shpindu_word {
    position: absolute;
    right: 5%;
    top: 8%;
    color: #ffffff;
    float: right;
    text-align: right;
    width: 60%;
    z-index: 2;
}
.shp_industry .shpindu_word .shpindu_title {
    font-size: 1.5vw;
    padding: 2% 0;
    font-weight: bold;
}
.shp_industry .shpindu_word .shpindu_intro {
    font-size: 1.2vw;
    line-height: 2em;
}
.shp_industry .shpindu_word a {
    display: inline-block;
    border-radius: 20px;
    background-color: #f3a601;
    font-size: 1.2vw;
    padding: 1.5% 5%;
    margin-top: 3%;
    transition: all .5s;
}
.shp_industry .shpindu_word a:hover {
    transition: all .5s;
    transform: translateX(-5px);
}


.shp_industry .shpindu_main {
    position: absolute;
    height: 100%;
    width: 90%;
    top: 0;
    left: 5%;
    padding: 3% 0;
}
.shp_industry .sin_title {
    float: left;
}
.shp_industry .sin_title .sintit_cn {
    color: #ffffff;
}
.shp_industry .sin_title .sintit_en {
    color: #ffffff;
}

.shp_industry .shpindu_menu {
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.shp_industry .shpindu_menu ul {
    width: 100%;
    display: flex;  
    justify-content: space-between; 
    padding: 0 5%;
}
.shp_industry .shpindu_menu ul li {
    float: left;
    width: 20%;
    text-align: center;
    color: #555555;
    font-size: 20px;
    background-color: #e6e7e9;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.shp_industry .shpindu_menu ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    transition: all .3s;
}
.shp_industry .shpindu_menu ul li:hover {
    color: #ffffff;
    transition: all .3s;
}
.shp_industry .shpindu_menu ul li:hover a {
    -webkit-filter: grayscale(100%) brightness(300%);
    filter: grayscale(100%) brightness(300%);
}
.shp_industry .shpindu_menu ul li:hover::before {
    width: 100%;
    transition: all .3s;
}
.shp_industry .shpindu_menu ul .on {
    background: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    color: #ffffff;
}
.shp_industry .shpindu_menu ul .on a {
    -webkit-filter: grayscale(100%) brightness(300%);
    filter: grayscale(100%) brightness(300%);
}
.shp_industry .shpindu_menu ul li a {
    display: block;
    padding: 10% 0 10% 18%;
    margin-left: 7%;
}
.shp_industry .shpindu_menu ul li:nth-child(1) a {
    background: url(../image/shpindustry_icon1.png) no-repeat left;
    background-size: 20%;
}
.shp_industry .shpindu_menu ul li:nth-child(2) a {
    background: url(../image/shpindustry_icon2.png) no-repeat left;
    background-size: 20%;
}
.shp_industry .shpindu_menu ul li:nth-child(3) a {
    background: url(../image/shpindustry_icon3.png) no-repeat left;
    background-size: 20%;
}
.shp_industry .shpindu_menu ul li:nth-child(4) a {
    background: url(../image/shpindustry_icon4.png) no-repeat left;
    background-size: 20%;
}

/* 首页 新闻 */
.shp_news {
    margin-bottom: 70px;
}
.shp_news .sin_title {
    padding: 5% 0;
}
.shp_news .snews_body .top1 {
    position: relative;
    width: 100%!important;
}
.shp_news .snews_body .top  {
    margin-top: 2%;
}
.shp_news .snews_body .top1 {
    margin-top: 0px;
}
.shp_news .snews_body .top .top_img {
    display: none;
}
.shp_news .snews_body .top1 .top_img {
    display: block;
    float: left;
    width: 40%;
}
.shp_news .snews_body .top1 .down_img {
    display: none;
}
.shp_news .snews_body .top .down_img img {
    width: 100%;
}
.shp_news .snews_body .top .top_img img {
    width: 100%;
    height: 100%;
    display: block;
}
.shp_news .snews_body .top1 .top_content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient( 150deg, #058ad9 10%, #17399a 100%);
    padding: 0 5%;
}
.shp_news .snews_body .top1 .top_content .tit {
    color: #ffffff;
}
.shp_news .snews_body .top1 .top_content .cot span {
    color: #ffffff!important;
}
.shp_news .top1 .time {
    color: #ffffff!important;
    margin: 0 auto;
    transition: all .3s;
}
.shp_news .top1 .tit {
    margin: 5% 0;
    font-size: 1.5vw;
    transition: all .3s;
}
.shp_news .top .tit {
    font-size: 18px;
    color: #151515;
    font-weight: bold;
}
.shp_news .top .time {
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    margin: 5% 0;
}

.shp_news .top .cot {
    line-height: 1.5em;
    font-size: 14px;
    color: #555555;
    margin: 6% 0;
}
.shp_news .top1 .cot {
    height: 43%;
    margin: 3% 0;
    color: #ffffff!important;
    line-height: 2em!important;
}
.shp_news .top1 .more {
    color: #ffffff!important;
}
.shp_news .top .more {
    display: block;
    width: 90%;
    font-size: 14px;
    color: #0f3d9a;
    transition: all .3s;
}
.shp_news .snews_body .top {
    float: left;
    width: 20.5%;
    margin-right: 6%;
}
.shp_news .snews_body .top:nth-child(5) {
    margin-right: 0%;
}
.shp_news .snews_body .top:hover .tit {
    transform: translateY(-10px);
    transition: all .3s;
    color: #0f3d9a;
}
.shp_news .snews_body .top:hover .time {
    transform: translateY(-10px);
    transition: all .3s;
}



/* 底部 */
.foot {
    background-color: #202328;
    padding: 2% 0;
}
.foot_list{
    width: 23%;
    float: left;
}
.foot_list:nth-child(1) {
    width: 20%;
}
.foot .foot_logo img {
    padding-top: 10%;
    width: 70%;
}
.foot_list .foot_title {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}
.foot_list:nth-child(2) .foot_title {
    background: url(../image/foot_list1.png) left no-repeat;
}
.foot_list:nth-child(3) .foot_title {
    background: url(../image/foot_list2.png) left no-repeat;
}
.foot_list:nth-child(4) .foot_title {
    background: url(../image/foot_list3.png) left no-repeat;
}
.foot_list .foot_title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5%;
    line-height: 2em;
    padding-left: 15%;
}
.foot_list .foot_title span{
    font-size: 18px;
    padding-left: 5%;
    letter-spacing: 1px;
}
.foot_list .foot_ul {
    position: relative;
    margin-left: 15%;
}
.foot_list .foot_ul li a {
    font-size: 14px;
    color: #cccccc;
}
.foot_list .foot_ul li {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 3%;
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.foot_list .foot_rwm {
    margin-left: 15%;
    width: 20%;
}
.foot_list .foot_rwm p {
    font-size: 14px;
    color: #555555;
    text-align: center;
    line-height: 2em;
}

.foot_list .ulli50 li {
    width: 35%;
    margin-right: 5%;
}

.copyright {
    font-size: 0.8vw;
    padding: 2%;
    color: #ffffff;
    text-align: center;
    background-color: #00479d;
    line-height: 2em;
}

.bottom-fix{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0%;
    z-index: 6;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}

/* 右侧浮动联系方式 */
.floating{
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 50px;
    z-index: 999;
}
.floating li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
}

.floating li a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0d3b95;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    position: relative;
    z-index: 2;
    background-size: 80%!important;
}

.floating li .floating_tel{
    background-image: url(../image/floating1.png);
}
.floating li .floating_qq{
    background-image: url(../image/floating2.png);
}
.floating li .floating_wx{
    background-image: url(../image/floating3.png);
}
.floating li .floating_top{
    background-image: url(../image/floating4.png);
}

.floating li span {
    background: #0d3b95;
    color: #fff;
    font-size: 15px;
    text-align: left;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 50px;
    top: 0;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
}

.floating li:hover span {
    width:200px; 
    padding-left:30px; 
    z-index:1;
}
.floating li:nth-of-type(3):hover span{
    width: 150px;
    z-index:1;
    right: 50px;
    height: auto;
    padding: 20px 30px;
}
.floating li:nth-of-type(3) span img{
    width: 80%;
}