#change{background:url(../images/change.png) no-repeat;}

.list{
	width : 100%;
}
.list ul{
	list-style: none;
}
.list>ul>li{
	width        : 100%;
	border-bottom: 1px solid #cecdcd30;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;
}
.list>ul>li p[class=title]{
	width      : 100%;
	height     : 40px;
	line-height: 40px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size  : 16px;
}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	/* background: #444 !important;
	color     :#ee4977; */
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>a{
	font-size: 14px;
	/* background  : #3b3b3b; */
	color       : #9a9a9a;
	height      : 35px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 20px;
	line-height : 35px;
	border-left :2px solid #999999; 
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>a:hover{
	border-color: #EE4977; 
	background  : #5b5b5b;
}



.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.png);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 25px;
    padding-right: 34px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
	background-size: cover;
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer; 
    background-image: url(../images/consult_icon.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

@keyframes xuanzhuan {
  from {
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: linear;
  }
  20% {
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -300deg);
    animation-timing-function: linear;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -240deg);
    animation-timing-function: linear;
  }
  60% {
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
    animation-timing-function: linear;
  }
  80% {
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -60deg);
    animation-timing-function: linear;
  }
  to {
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);;
    animation-timing-function: linear;
  }
}

.demo {
    width: 100px;
    text-align: center;
}
.demo:hover {
  /*  animation: xuanzhuan 1s 1;
    -webkit-animation: xuanzhuan 1s 1;
    -moz-animation: xuanzhuan 1s 1; */
}

 @-webkit-keyframes anLoca {
from {
    -webkit-transform: scale3d(1, 1, 1);
}
to {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
 }

.indexLeft img:hover {
-webkit-animation: anLoca 1s;
-webkit-animation-iteration-count: 10000;
-webkit-animation-direction: alternate;
 }


/* 报价 */
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.all-action-header{
    font-weight:bold;
}
@media only screen and (min-width: 768px) {
    .all-action-header.all-action-header2{
        margin:60px 0 0;
    }
    .all-top{
        margin:100px 0 0;
        padding: 20px 0 0;
    }
    .all-top .price-top-header{
        margin:50px 0 0;
        height: 100px;
    }
    .all-content{
        /* margin: 0 240px; */
        justify-content:center;
    }
    .all-content-item{
        width:325px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        border-radius: 4px;
        margin-bottom: 100px;
        padding:0 0 20px;
    }
    .all-item-header{
        justify-content: center;
        align-items:center;
        width: 100%;
        height: 100px;
        color: #fff;
        font-size: 24px;
    }
    .all-item-header1{
        background:#004A8F;
        opacity: 0.5;
    }
    .all-item-header2{
        background:#49C7FF;
    }
    .all-item-header3{
        background:#F7A700;
    }
    .all-item-header4{
        background:#FF8345;
    }
    .all-item-content{
        /*justify-content: center;*/
        align-items: center;
    }
    .all-item-info{
        justify-content: center;
        align-items: center;
        margin: 20px 0 0;
        font-size:14px;
        text-align: center;
        color: #666;
        width:70%;
        height:70px;
    }
    .all-action-header{
        font-size: 16px;
        margin:30px 0 0;
    }
    .all-action-content{
        height:250px;
    }
    .all-actions{
        margin: 0 30px;
		padding-bottom:150px;
    }
    .all-action-item2{
        opacity: 0.5;
        align-items: flex-start;
    }
    .all-item-price{

    }
    .all-item-price span{
        color: #fa5362;
        font-size: 32px;
    }
    .server_prices_btns{
        margin: 5px 0 0;
    }
    .servebig{
        display: block;
    }
    .servesmall{
        display:none;
    }
}
@media only screen and (min-width: 768px) and (max-width:1600px){
    .all-item-info{
        font-size: 12px;
    }
    .all-action-header.all-action-header2{
        margin: 120px 0 0;
    }
    .all-action-item{
        align-items: flex-start;
        margin:10px 0 0;
        font-size:12px;
    }
    .all-action-item img{
        width:30px;
        margin-right: 4px;
    }
    .all-action-include{
        font-size: 14px;
        margin: 10px 0 0;
    }
    .all-action-include span{
        font-size:16px;
        color: #ff0000;
    }
}
@media only screen and (min-width:1600px) {
    .all-action-item{
        align-items: flex-start;
        margin:12px 0 0;
        font-size:16px;
    }
    .all-action-item img{
        width:30px;
        margin-right: 4px;
    }
    .all-action-include{
        font-size: 16px;
        margin: 10px 0 0;
    }
    .all-action-include span{
        font-size: 20px;
        color: #ff0000;
    }
}


@media only screen and (max-width: 768px) {
    .servebig{
        display: none;
    }
    .servesmall{
        display: block;
        margin: 90px 0 0;
    }
    .servesmall-header{
        color: #333;
        font-size:18px;
        font-weight: bold;
    }
    .servesmall-nav{
        margin:20px;
        justify-content:space-between;
        align-items: center;
    }
    .servesmall-nav-item{
        justify-content: center;
        align-items: center;
        width:70px;
        height:30px;
        font-size: 12px;
        border-radius: 15px;
        border: 1px solid #ccc;
    }
    #servesmallnav1{
        color:#fff;
        background:#f9515f;
    }
    .servesmallContent{
        margin: 0 20px 20px;
        padding-bottom:10px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        border-radius: 4px;
    }
    #servesmallContent1{

    }
    #servesmallContent2,#servesmallContent3,#servesmallContent4{
        display: none;
    }
    .servesmall-headline{
        justify-content: center;
        align-items: center;
        background:#004A8F;
        height: 50px;
        color: #fff;
        font-size: 20px;
    }
    .servesmall-headline1{
        opacity: 0.5;
    }
    .servesmall-headline2{
        background:#49C7FF;
    }
    .servesmall-headline3{
        background:#F7A700;
    }
    .servesmall-headline4{
        background:#FF8345;
    }
    .servesmall-info{
        margin:10px 20px 0;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    .servesmall-price{
        font-size:12px;
        text-align: center;
        margin: 10px 0 0;
    }
    .servesmall-price span{
        font-size: 20px;
        color:#ff0000;
    }
    .servesmall-btns{
        position: relative;
        background: #FF005D;
        color: #fff;
        font-size: 14px;
        padding: 5px 0;
        width:100px;
        justify-content: center;
        align-items: center;
        margin:10px auto;
        z-index: 10;
    }
    .servesmall-btns>a{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 12;
    }
    .servesmall-xian{
        height: 1px;
        background: #ccc;
        margin: 10px 30px 0;
    }
    .servesmall-feature{
        margin:0 20px;
    }
    .servesmall-feature-headeline{
        font-size: 12px;
        margin: 20px 0 0;
        font-weight: bold;
    }
    .servesmall-feature-item{
        align-items: flex-start;
        font-size: 12px;
        margin: 10px 0 0;
    }
    .servesmall-feature-item span{
        font-size:16px;
        color: #ff0000;
    }
    .servesmall-feature-item img{
        width:16px;
    }
    .servesmall-baibtns{
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 100%;
        height:50px;
        font-size:18px;
        position: fixed;
        bottom: 0;
        left: 0;
        background:#DC302C;
        z-index: 1000;
    }
    .servesmall-baibtns>a{
        position: fixed;
        bottom:0;
        left: 0;
        width: 100%;
        height:50px;
        z-index: 1001;
    }

    .jumbotron.bottoms{
        padding-bottom: 100px;
    }
}

