@charset "uft-8";

/*banner*/
.banner{
    margin:0 auto; 
    position:relative; 
    width:100%;
}
.banner img{ 
    display:block; 
    width:100%;
}
.banner .hd ul{ 
    width:100%; 
    position:absolute; 
    z-index:999; 
    left:0; 
    bottom:53px; 
    text-align:center;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
}
.banner .hd ul li{ 
    width: 56px;
    height: 6px;
    border-radius:8px; 
    background:rgba(255,255,255,0.6); 
    text-indent:-9999px; 
    overflow:hidden; 
    margin:0 5px; 
    display:inline-block; 
    *display:inline; 
    overflow:hidden; 
    text-align:center; 
    cursor:pointer; 
    *zoom:1;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
}
.banner .hd ul li.on{ 
    width: 56px;
    height: 6px;
    background:rgba(255,255,255,1); 
}
.banner .bd{ 
    position:relative; 
    height:100%; 
    z-index:0; 
}
.banner .bd li{ 
    zoom:1; 
    vertical-align:middle;
}
.banner .prev{
    display:block; 
    position:absolute; 
    left:6%; 
    top:40%;
    display: none;
} 
.banner .prev img{
    display:block; 
    width:100%;
}
.banner .next img{
    display:block; 
    width:100%;
}
.banner .next {
    display:block; 
    position:absolute; 
    right:6%; 
    top:40%; 
    display: none;
} 

.searching-box{
    width: 906px;
    height: 140px;
    background: #fff;
    position: relative;
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.1); 
    -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.1); 
    box-shadow:0 2px 10px rgba(0,0,0,0.1); 
    margin: -32px auto 0 auto;
    border-radius: 8px;
    padding-left: 256px;
    padding-right: 38px;
}
.searching-box .icon-data{
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    background: url("/images/web/registered_icon1.png") no-repeat 10px 0;
    width: 186px;
    padding: 106px 0 32px 70px;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.searching-box .icon-data .t1{
    font-size: 16px;
}
.searching-box .icon-data .t2{
    font-size: 30px;
    color: #df1822;
    margin-left: 6px;
}
.searching-box .domain-name-box{
    padding: 24px 0 0 0;
}
.searching-box .domain-name-box .doname{
    overflow: hidden;
    width: 780px;
}
.searching-box .domain-name-box .doname .items{
    float: left;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    margin-right: 24px;
}
.searching-box .domain-name-box .doname .items .check{
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 4px;
}
.searching-box .mysearch{
    height: 60px;
    line-height: 60px;
    border:#d5d5d5 1px solid;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}
.searching-box .mysearch .ipt { 
    margin:0; 
    padding: 0 10px;
    width:calc(100% - 200px); 
    height:100%; 
    line-height:100%; 
    outline:none;
    box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    background:#fff; 
    color:#000; 
    border:none;
    border-top-left-radius:8px; 
    border-bottom-left-radius:8px;
    border-left:none; 
    font-size:16px;
    float: left;
}
.searching-box .mysearch .ipt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999; opacity:1; 
}

.searching-box .mysearch .ipt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;opacity:1;
}

.searching-box .mysearch .ipt:-ms-input-placeholder{
    color: #999999;opacity:1;
}

.searching-box .mysearch .ipt::-webkit-input-placeholder{
    color: #999999;opacity:1;
}
.searching-box .mysearch .btn {
    float: right;
    width:200px; 
    height:60px; 
    margin:0; 
    padding:0; 
    border:none; 
    border-right:none; 
    background:#2380d6; 
    cursor:pointer;
    border:none;
    border-top-right-radius:8px; 
    border-bottom-right-radius:8px; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    border-right:none;
    color: #fff;
    font-size: 18px;
}

.main-index-wrap{
    width: 1200px;
    margin: 0 auto;
}
.main-product-box{
    background: #fff;
    width: 100%;
}
.main-product-box .list{
    width: 1200px;
    margin: -20px auto 60px auto;
}
.main-product-box .list .pitem{
    width: 294px;
    padding: 26px 44px 0 44px;
    background: #fff;
    text-align: center;
    border:#fff 1px solid;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    height: 360px;
    float: left;
    margin-right: 24px;
    position: relative;
}
.main-product-box .list .pitem::before{
    content: "";
    background: #125073;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    right: 100%;
    z-index: 1;
    transition: all 0.3s ease-out 0.3s;
}
.main-product-box .list .pitem:hover::before{
    left: 0;
    right: 0;
    transition-delay: 0s;
}
.main-product-box .list .pitem:nth-child(3n){
    margin-right: 0;
}
.main-product-box .list .pitem:hover{
    border:#2380d6 1px solid;
    -moz-box-shadow:0 0 10px rgba(5,25,41,0.2); 
    -webkit-box-shadow:0 0 10px rgba(5,25,41,0.2);
    box-shadow:0 0 10px rgba(5,25,41,0.2);
}
.main-product-box .list .pitem .icon{
    width: 120px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.main-product-box .list .pitem .name{
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    height: 26px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-product-box .list .pitem .des{
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 9px;
}
.main-product-box .list .pitem .pline{
    width: 60px;
    height: 2px;
    display: block;
    background: #cccccc;
    margin: 20px auto;
}
.main-product-box .list .pitem .price{
    font-size: 16px;
    color: #de851c;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-product-box .list .pitem .price span{
    font-size: 28px;
}
.main-product-box .list .pitem .go{
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    margin: 0 auto;
    border-radius: 80px;
    display: block;
    margin-top: 18px;
    font-size: 16px;
    color: #2380d6;
    border:#2380d6 1px solid;
}
.main-product-box .list .pitem:hover .go{
    background: #2380d6;
    color: #fff;
    transition: width 0.2s ease-out 0.2s;
    width: 160px;
}

.main-hand-box{
    background: #f5f8fa;
    width: 100%;
    padding: 0 0 80px 0;
}
.main-hand-box .list{
    width: 1200px;
    margin: 0 auto 0 auto;
}
.main-hand-box .list .hitems{
    width: 380px;
    float: left;
    height: 315px;
    border:#2380d6 1px solid;
    background: #fff;
    position: relative;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    margin-right: 26px;
    margin-bottom: 40px;
}
.main-hand-box .list .hitems:nth-child(3n){
    margin-right: 0;
}
.main-hand-box .list .hitems .pic{
    width: 380px;
    height: 205px;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.main-hand-box .list .hitems .pic img{
    width: 380px;
    height: 205px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main-hand-box .list .hitems .nhame{
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 26px;
    height: 26px;
    padding: 12px 10px 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-hand-box .list .hitems .price{
    font-size: 16px;
    color: #de851c;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}
.main-hand-box .list .hitems .price span{
    font-size: 28px;
}
.main-hand-box .list .hitems .btn_go{
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 80px;
    display: block;
    margin-top: 18px;
    font-size: 16px;
    color: #2380d6;
    border:#2380d6 1px solid;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -18px;
    text-align: center;
}
.main-hand-box .list .hitems:hover{
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -moz-box-shadow:0 0 10px rgba(5,25,41,0.2); 
    -webkit-box-shadow:0 0 10px rgba(5,25,41,0.2);
    box-shadow:0 0 10px rgba(5,25,41,0.2);
}
.main-hand-box .list .hitems:hover .pic img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ali-my-box{
    width: 100%;
    background: #373d41;   
    height: 498px;
}
.ali-my-box .the-list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.ali-my-box .the-list .myitems{
    width: 300px;
    height: 498px;
    float: left;
    position: relative;
}
.ali-my-box .the-list .myitems:before{
    content: "";
    background: rgba(19,130,192,0.4);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 50%;
    z-index: 1;
    transition: all 0.2s ease-out 0.2s;
}
.ali-my-box .the-list .myitems:hover:before{
    left: 0;
    right: 0;
    transition-delay: 0s;
}
.ali-my-box .the-list .myitems .aaa{
    width: 300px;
    height: 498px;
    display: block;
    transition: all 0.6s ease-out 0s;
}
.ali-my-box .the-list .myitems .bbb{
    width: 300px;
    height: 498px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
}
.ali-my-box .the-list .myitems .aaa img{
    width: 300px;
    height: 498px;
    display: block;
}
.ali-my-box .the-list .myitems:hover .aaa{
    opacity: 0.6;
}
.ali-my-box .the-list .myitems:hover .bbb{
    background: rgba(0,0,0,0);
}
.ali-my-box .the-list .myitems .icon{
    display: block;
    width: 120px;
    height: 120px;
    margin: 120px auto 0 auto;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
}
.ali-my-box .the-list .myitems .line{
    width: 42px;
    background: #fff;
    height: 3px;
    display: block;
    margin: 34px auto 0 auto;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
}
.ali-my-box .the-list .myitems:hover .icon{
    -webkit-transform: translateY(-84px);
    transform: translateY(-84px);
}
.ali-my-box .the-list .myitems:hover .line{
    opacity: 0;
    -webkit-transform: translateY(-84px);
    transform: translateY(-84px);
}
.ali-my-box .the-list .myitems .titlename{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
}
.ali-my-box .the-list .myitems:hover .titlename{
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
}
.ali-my-box .the-list .myitems .des{
    font-size: 18px;
    line-height: 36px;
    height: 144px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
}
.ali-my-box .the-list .myitems:hover .des{
    opacity: 1;
    -webkit-transform: translateY(-92px);
    transform: translateY(-92px);
}
.ali-my-box .the-list .myitems .link-go{
    width: 110px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #2380d6;
    -moz-box-shadow:0 0 10px rgba(255,255,255,0.6); 
    -webkit-box-shadow:0 0 10px rgba(255,255,255,0.6); 
    box-shadow:0 0 10px rgba(255,255,255,0.6); 
    margin: 20px auto 0 auto;
    opacity: 0;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
}
.ali-my-box .the-list .myitems:hover .link-go{
    opacity: 1;
    -webkit-transform: translateY(-92px);
    transform: translateY(-92px);
}
.about-my-box{
    background: #fff;
    width: 100%;
    display: block;
}
.about-my-box .about-list{
    width: 1022px;
    margin: 0 auto 72px auto;
    overflow: hidden;
    padding-top: 20px;
}
.about-my-box .about-list .item{
    background: url("/images/web/index_line.png") no-repeat center center;
    background-size: 300px 172px;
    width: 300px;
    height: 172px;
    display: block;
    float: left;
    position: relative;
    margin-right: 60px;
}
.about-my-box .about-list .item:nth-child(3n){
    margin-right: 0;
}
.about-my-box .about-list .item .icon{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -20px;
}
.about-my-box .about-list .item:nth-child(1) .icon{
    background: url("/images/web/aboutus_icon.png") no-repeat 0 0;
    background-size: 120px 40px;
}
.about-my-box .about-list .item:nth-child(2) .icon{
    background: url("/images/web/aboutus_icon.png") no-repeat -40px 0;
    background-size: 120px 40px;
}
.about-my-box .about-list .item:nth-child(3) .icon{
    background: url("/images/web/aboutus_icon.png") no-repeat -80px 0;
    background-size: 120px 40px;
}
.about-my-box .about-list .item .num{
    font-size: 46px;
    color:#2380d6;
    text-align: center;
    font-weight: bold;
    padding: 28px 0 0 0;
}
.about-my-box .about-list .item .num span{
    font-size: 28px;
}
.about-my-box .about-list .item .ttt{
    font-size: 18px;
    color: #010101;
    text-align: center;
    line-height: 24px;
    margin: 6px 0 0 0;
}
.about-my-box .about-list .item .line{
    width: 60px;
    height: 2px;
    background: #cccccc;
    display: block;
    margin: 20px auto 0 auto;
}


.about-my-box .about-my{
    background: url("/images/web/rev_bg.png") no-repeat top center;
    background-size: 1920px 872px;
    width: 100%;
    height: 872px;
}
.about-my-box .about-my .company{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 872px;
}
.about-my-box .about-my .company .citem{
    
}
.about-my-box .about-my .company .citem .t1{
    font-size: 24px;
    color: #000000;
}
.about-my-box .about-my .company .citem .t1 span{
    font-size: 48px;
}
.about-my-box .about-my .company .citem .t2{
    font-size: 14px;
    color: #000;
    line-height: 18px;
    height: 18px;
    margin-top: -4px;
}
.about-my-box .about-my .company .citem .des{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    max-height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin-top: 10px;
}
.about-my-box .about-my .company .citem img{
    display: block;
    width: 100%;
    height: 100%;
}
.about-my-box .about-my .company .citem:nth-child(1){
    position: absolute;
    top: 56px;
    left: 0;
    width: 495px;
    height: 274px;
    padding: 0 0 0 45px;
    background: url("/images/web/aboutus_icon1.png") no-repeat left top;
    background-size: 40px 40px;
}
.about-my-box .about-my .company .citem:nth-child(2){
    position: absolute;
    right: 38px;
    top: 42px;
    width: 533px;
    height: 320px;
}
.about-my-box .about-my .company .citem:nth-child(3){
    position: absolute;
    left: 20;
    bottom: 20px;
    width: 702px;
    height: 469px;
}
.about-my-box .about-my .company .citem:nth-child(4){
    position: absolute;
    bottom: 206px;
    right: 44px;
    width: 324px;
    height: 220px;
    padding: 0 0 0 45px;
    background: url("/images/web/aboutus_icon1.png") no-repeat left top;
    background-size: 40px 40px;
    color: #fff !important;
}
.about-my-box .about-my .company .citem:nth-child(4) .des{
    color: #fff;
}
.about-my-box .about-my .company .citem:nth-child(4) .t1{
    color: #fff;
}
.about-my-box .about-my .company .citem:nth-child(4) .t2{
    color: #fff;
}
.my-advantage-box{
    padding: 0 0 60px 0;
}
.my-advantage-box .list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.my-advantage-box .list .item{
    width: calc(590px - 144px - 10px);
    padding: 40px 10px 40px 144px;
    height: calc(180px - 44px - 44px);
    background: #f5f8fa;
    margin-bottom: 20px;
    position: relative;
}
.my-advantage-box .list .item:nth-child(odd){
    float: left;
}
.my-advantage-box .list .item:nth-child(even){
    float: right;
}
.my-advantage-box .list .item .icon{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -50px;
    display: block;
}
.my-advantage-box .list .item h1{
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
}
.my-advantage-box .list .item p{
    font-size: 16px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    margin-top: 18px;
}
.my-advantage-box .baidu-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.my-advantage-box .baidu-box .blist{
    overflow: hidden;
    margin-top: 20px;
}
.my-advantage-box .baidu-box .blist .bai-item{
    width: 25%;
    float: left;
}
.my-advantage-box .baidu-box .blist .bai-item .icon1{
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}
.my-advantage-box .baidu-box .blist .bai-item h1{
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
    text-align: center;
    margin-top: 20px;
}
.my-advantage-box .baidu-box .go-where{
    width: 136px;
    height: 54px;
    line-height: 54px;
    background: #2380d6;
    display: block;
    border-radius: 8px;
    color: #fff;
    margin: 56px auto 0 auto;
    font-size: 18px;
    text-align: center;
}
.my-customer-box{
    background: #f7f7f7;
    width: 100%;
    padding: 0 0 60px 0;
}
.my-customer-box .cus-list{
    width: 1200px;
    margin: 0 auto;
}
.my-customer-box .cus-list li{
    width: 270px;
    height: 108px;
    float: left;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    margin-right: 40px;
    margin-bottom: 10px;
}
.my-customer-box .cus-list li:nth-child(4n){
    margin-right: 0;
}
.my-customer-box .cus-list li img{
    width: 270px;
    height: 108px;
    display: block;
}
.my-customer-box .cus-list li:hover{
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2); 
    box-shadow:0 2px 10px rgba(0,0,0,0.2); 
}




/*掌企通*/
.mybanner{
    width: 100%;
    height: 450px;
}
.mybanner a{
    display: block;
    width: 100%;
    height: 450px;
}

.thezqt-menu-prolist{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 90px 0;
}
.thezqt-menu-prolist .m-left{
    width: 166px;
    float: left;
}
.thezqt-menu-prolist .m-left .name{
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    display: block;
    margin-bottom: 28px;
}
.thezqt-menu-prolist .m-left .name:hover{
    font-size: 26px;
}
.thezqt-menu-prolist .m-left .on{
    color: #2380d6;
    font-size: 26px;
}
.thezqt-menu-prolist .m-left .list{
    margin-top: 18px;
}
.thezqt-menu-prolist .m-left .list .cname{
    font-size: 16px;
    display: block;
    background: url("/images/web/pro_line.png") no-repeat right center;
}
.thezqt-menu-prolist .m-left .list .cname:hover{
    font-size: 18px;
}
.thezqt-menu-prolist .m-left .list .on{
    color: #2380d6;
    font-size: 18px;
}
.thezqt-menu-prolist .m-left .list .con-list{
    font-size: 14px;
    line-height: 30px;
    padding: 10px 10px 0 10px;
}
.thezqt-menu-prolist .m-left .list .con-list a{
    display: block;
    padding-left: 10px;
    background: url("/images/web/circle2.png") no-repeat left 12px;
    background-size: 6px 6px;
}
.thezqt-menu-prolist .m-left .list .con-list a:hover{
    color: #2380d6;
}
.thezqt-menu-prolist .m-right{
    width: calc(100% - 166px - 80px);
    float: right;
}
.thezqt-menu-prolist .m-right .tab-select{
    line-height: 60px;
    height: 60px;
    display: block;
    font-size: 14px;
}
.thezqt-menu-prolist .m-right .tab-select .tl{
    float: left;
    position: relative;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list{
    float: left;
    margin-right: 24px;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .pp{
    cursor: pointer;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .pp .p1{
    display: inline-block;
    line-height: 60px;
    height: 60px;
    background: url("/images/web/tab_down.png") no-repeat right center;
    padding-right: 20px;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .pp .up{
    background: url("/images/web/tab_up.png") no-repeat right center;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice{
    width: calc(230px - 26px - 26px);
    height: calc(310px - 20px - 16px);
    background: #fff;
    position: absolute;
    left: 0;
    padding: 20px 26px 16px 26px;
    overflow-y:scroll;
    display: none;
    z-index: 900;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice::-webkit-scrollbar {
    width: 1px;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice::-webkit-scrollbar-track {
    background-color:fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice::-webkit-scrollbar-thumb {
    background-color:#999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice .line{
    width: 180px;
    height: 2px;
    background: #2380d6;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -90px;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice .money{
    display: block;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    border:#333 1px solid;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice .money.on{
    background: #2380d6;
    border: #2380d6 1px solid;
    color: #fff;
}
.thezqt-menu-prolist .m-right .tab-select .tl .list .mprice .get-sel{
    display: block;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    border:#2380d6 1px solid;
    background: #2380d6;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-top: 30px;
}
.thezqt-menu-prolist .m-right .tab-select .tr{
    float: right;
    position: relative;
}
.thezqt-menu-prolist .m-right .tab-select .tr h1{
    float: right;
    margin-left: 24px;
}
.thezqt-menu-prolist .m-right .tab-select .tr h1 span{
    font-size: 16px;
    font-weight: bold;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list{
    float: right;
    margin-left: 24px;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .pp{
    cursor: pointer;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .pp .p1{
    display: inline-block;
    line-height: 60px;
    height: 60px;
    background: url("/images/web/tab_down.png") no-repeat right center;
    padding-right: 20px;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .pp .up{
    background: url("/images/web/tab_up.png") no-repeat right center;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice{
    width: calc(230px - 26px - 26px);
    max-height: calc(310px - 20px - 16px);
    background: #fff;
    position: absolute;
    right: 0;
    padding: 20px 26px 16px 26px;
    overflow-y:scroll;
    display: none;
    z-index: 900;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice::-webkit-scrollbar {
    width: 1px;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice::-webkit-scrollbar-track {
    background-color:fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice::-webkit-scrollbar-thumb {
    background-color:#999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice .line{
    width: 180px;
    height: 2px;
    background: #2380d6;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -90px;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice .money{
    display: block;
    line-height: 36px;
    height: 36px;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.thezqt-menu-prolist .m-right .tab-select .tr .list .mprice .on{
    background: #2380d6;
    border: #2380d6 1px solid;
    color: #fff;
}

.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist{
    
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li{
    width: 302px;
    border:#d9d9d9 1px solid;
    height: 516px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    transition:0.6s;
    -moz-transition:0.6s;
    -webkit-transition:0.6s;
    -o-transition:0.6s;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li:hover{
    -moz-box-shadow:0 4px 10px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0 4px 10px rgba(0,0,0,0.2); 
    box-shadow:0 4px 10px rgba(0,0,0,0.2); 
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li:nth-child(3n){
    margin-right: 0;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li .pic{
    width: 302px;
    height: 403px;
    display: block;
    overflow: hidden;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li .pic img{
    width: 302px;
    height: 403px;
    display: block;
    transition: all 0.6s ease-out 0s;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li:hover .pic img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li .name{
    font-size: 18px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    margin: 10px 12px;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li .price{
    font-size: 28px;
    color: #de851c;
    font-weight: bold;
    width: 170px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 34px;
    height: 34px;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li .price span{
    font-size: 16px;
}
.thezqt-menu-prolist .m-right .mymain-prolist-menu .prolist li .num{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #2380d6;
    font-size: 14px;
    text-align: right;
    width: 94px;
    position: absolute;
    line-height: 34px;
    height: 34px;
    bottom: 10px;
    right: 12px;
}


/*商品列表*/
.themain-prolist{
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.themain-prolist .product-grid{
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 302px;
    border: #d5d5d5 1px solid;
    float: left;
    margin: 0 10px 20px 0;
}
.themain-prolist .product-grid:nth-child(3n){
    margin-right: 0;
}
.themain-prolist .product-grid:hover{ 
    box-shadow: 0 0 10px rgba(0,0,0,0.3); 
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.themain-prolist .product-grid .product-image{ 
    overflow: hidden;
    width: 302px;
    height: 302px; 
}
.themain-prolist .product-grid .product-image a{ 
    display: block; 
}
.themain-prolist .product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.themain-prolist .product-grid:hover .product-image img{ 
    transform: scale(1.1); 
}
.themain-prolist .product-grid .product-content{
    padding: 12px 12px 15px 12px;
    transition: all 0.5s ease 0s;
}
.themain-prolist .product-grid:hover .product-content{ 
    opacity: 0; 
}
.themain-prolist .product-grid .title{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themain-prolist .product-grid .title a{ 
    color: #000; 
}
.themain-prolist .product-grid .title a:hover{ 
    color: #2380d6; 
}
.themain-prolist .product-grid .price {
    font-size: 24px;
    font-weight: 600;
    color:#de851c;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.themain-prolist .product-grid .price span{
    font-size: 16px;
}
.themain-prolist .product-grid .count{
    font-size: 14px;
    color:#2380d6;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.themain-prolist .product-grid .social{
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.themain-prolist .product-grid:hover .social{
    opacity: 1;
    bottom: 42px;
}
.themain-prolist .product-grid .social li{ display: inline-block; }
.themain-prolist .product-grid .social li a{
    color: #909090;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 0 7px;
    border: 1px solid #909090;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.themain-prolist .product-grid .social li a:hover {
    color: #fff;
    background-color: #2380d6;
    width: 80px;
    border: 1px solid #083967;
}
.themain-prolist .product-grid .social li a:before,
.themain-prolist .product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #2380d6;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.themain-prolist .product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform:translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}
.themain-prolist .product-grid .social li a:hover:before,
.themain-prolist .product-grid .social li a:hover:after{
    opacity: 1;
}

.themain-prolist .product-grid .social li .ma{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.themain-prolist .product-grid .social li .ma-search{
    display: block;
    background: url("/images/web/pro_icon.png") no-repeat -100px 0;
    background-size: 200px 200px;
}
.themain-prolist .product-grid .social li a:hover .ma-search{
    display: block;
    background: url("/images/web/pro_icon.png") no-repeat -150px 0;
    background-size: 200px 200px;
}
.themain-prolist .product-grid .social li .ma-shopping-bag{
    display: block;
    background: url("/images/web/pro_icon.png") no-repeat 0 0;
    background-size: 200px 200px;
}
.themain-prolist .product-grid .social li a:hover .ma-shopping-bag{
    display: block;
    background: url("/images/web/pro_icon.png") no-repeat -50px 0;
    background-size: 200px 200px;
}
.themain-prolist .product-grid .social li .ma-contact{
    display: block;
    background: url("/images/web/pro_icon.png") no-repeat 0 -50px;
    background-size: 200px 200px;
}
.themain-prolist .product-grid .social li a:hover .ma-contact{
    display: block;
    background: url("/images/web/pro_icon.png") no-repeat -50px -50px;
    background-size: 200px 200px;
}



/*常见问题*/
.ask-question-menu{

}
.ask-question-menu .items{
    padding: 20px 0;
    border-bottom: #d5d5d5 1px solid;
}
.ask-question-menu .items .askname{
    font-size: 20px;
    color:#000;
    font-weight: bold;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
}
.ask-question-menu .items:hover .askname{
    color: #2380d6;
    font-size: 22px;
}
.ask-question-menu .items .des{
    font-size: 16px;
    margin-top: 6px;
    color: #666;
}
.ask-question-menu .items .pic-mod{
    overflow: hidden;
}
.ask-question-menu .items .pic-mod img{
    width: 138px;
    height: 138px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}
.ask-question-menu .items .answer{
    background: #f5f5f5;
    padding: 10px;
    font-size: 16px;
    margin-top: 14px;
}

/*功能*/
.all-funcion-mod{
    width: 1272px;
    margin: 0 auto 90px auto;
}
.all-funcion-mod .func-item{
    margin-bottom: -20px;
}
.all-funcion-mod .func-item dd{
    text-align: center;
    margin-bottom: 90px;
}
.all-funcion-mod .func-item dd h1{
    font-size: 34px;
    font-weight: 900;
    color: #2380d6;
}
.all-funcion-mod .func-item dd h2{
    text-align: center;
    font-size: 26px;
    color: #2380d6;
    font-weight: 600;
    position: relative;
}
.all-funcion-mod .func-item dd h2 span{
    background: #fff;
    width: 120px;
    display: inline-block;
    line-height: 42px;
    height: 42px;
}
.all-funcion-mod .func-item dt{
    background: url("/images/web/btn_drawer.png") no-repeat bottom center;
    background-size: 1272px 155px;
    height: 85px;
    overflow: hidden;
    padding: 0 120px 155px 180px;
    margin: -40px auto 0 auto;
}
.all-funcion-mod .func-item dt .func-con{
    width: 160px;
    float: left;
    text-align: center;
}
.all-funcion-mod .func-item dt .func-con img{
    width: 90px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.all-funcion-mod .func-item dt .func-con p{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    height: 26px;
}














/*掌企通买服务*/
.shopmenu-main-box{
    background: url("/images/web/shopmenu_bg.jpg") no-repeat top center;
    background-size: 1920px 3550px;
    width: 100%;
    height: 3500px;
    position: relative;
    z-index: 10;
    margin-top: -45px;
    padding: 50px 0 0 0;
}
.shopmenu-main-box .s-function{
    overflow: hidden;
    width: 1200px;
    margin: 20px auto 0 auto;
}
.shopmenu-main-box .s-function .item{
    float: left;
    text-align: center;
    width: 210px;
    margin: 0 60px 50px 60px;
}
.shopmenu-main-box .s-function .item:nth-child(1){
    margin-left: 0;
}
.shopmenu-main-box .s-function .item:nth-child(4){
    margin-right: 0;
}
.shopmenu-main-box .s-function .item:nth-child(5){
    margin-left: 160px;
}
.shopmenu-main-box .s-function .info{
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
}
.shopmenu-main-box .s-function .info:before{
    content: "";
    width: 150%;
    height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: radial-gradient(rgba(255,255,255,0.1) 15%, transparent 15%) 0 0,
                radial-gradient(rgba(255,255,255,0.1) 15%, transparent 15%) 16px 16px,
                radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
                radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 16px 17px;
    background-size: 32px 32px;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.56s ease 0s;
}
.shopmenu-main-box .s-function .item:hover .info:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.shopmenu-main-box .s-function .item .mypic{
    width: 144px;
    height: 144px;
    border-radius: 50%;
    display: block;
    background: url("/images/web/shopmenu_1.png") no-repeat;
    background-size: 144px 1008px;
    transition: all 0.3s ease 0s;
}
.shopmenu-main-box .s-function .item:hover .mypic{ transform: scale(1.3); }
.shopmenu-main-box .s-function .item .mypic.mi1{
    background-position: 0 0;
}
.shopmenu-main-box .s-function .item .mypic.mi2{
    background-position: 0 -144px;
}
.shopmenu-main-box .s-function .item .mypic.mi3{
    background-position: 0 -288px;
}
.shopmenu-main-box .s-function .item .mypic.mi4{
    background-position: 0 -432px;
}
.shopmenu-main-box .s-function .item .mypic.mi5{
    background-position: 0 -576px;
}
.shopmenu-main-box .s-function .item .mypic.mi6{
    background-position: 0 -720px;
}
.shopmenu-main-box .s-function .item .mypic.mi7{
    background-position: 0 -864px;
}
.shopmenu-main-box .s-function .item .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}
.shopmenu-main-box .s-function .item .icon li{
    display: inline-block;
    margin: 0 7px;
    transform: rotateX(90deg);
    transition: all 0.3s ease 0s;
}
.shopmenu-main-box .s-function .item .icon li:last-child{ transition-delay: 0.2s; }
.shopmenu-main-box .s-function .item:hover .icon li{ transform: rotateX(0); }
.shopmenu-main-box .s-function .item .icon li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #fff;
    font-size: 17px;
    color: #505050;
    transition: all 0.3s ease 0s;
}
.shopmenu-main-box .s-function .item .icon li a:hover{
    background: #2380d6;
    box-shadow: 0 0 10px rgba(0,0,0,0.3); 
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    color: #fff;
}
.shopmenu-main-box .s-function .item .icon li a .i-contact{
    width: 50px;
    height: 50px;
    background: url("/images/web/pro_icon.png") no-repeat 0 -50px;
    background-size: 200px 200px;
    display: block;
}
.shopmenu-main-box .s-function .item .icon li a:hover .i-contact{
    background: url("/images/web/pro_icon.png") no-repeat -50px -50px;
}
.shopmenu-main-box .s-function .item .name{
    font-size: 18px;
    color: #333;
}
.shopmenu-main-box .s-mapain{
    width: 1200px;
    height: 853px;
    margin: 40px auto 0 auto;
    background: url("/images/web/shopmenu_2.png") no-repeat center center;
    background-size: 1200px 853px;
    position: relative;
}
.shopmenu-main-box .s-mapain img{
    display: block;
    width: 521px;
    height: 223px;
    transition: all 0.3s ease 0s;
    position: absolute;
}
.shopmenu-main-box .s-mapain img:nth-child(1){
    left: 0;
    top: 124px;
}
.shopmenu-main-box .s-mapain img:nth-child(2){
    right: 138px;
    top: 0;
}
.shopmenu-main-box .s-mapain img:nth-child(3){
    right: 0;
    top: 317px;
}
.shopmenu-main-box .s-mapain img:hover{
    transform: scale(1.1); 
}
.shopmenu-main-box .s-thereason{
    width: 1160px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3); 
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    padding: 0 0 40px 0;
    background: #fff;
    border-radius: 4px;
}
.shopmenu-main-box .s-thereason .tablelist{
    width: 1058px;
    margin: 0 auto;
    border: #404e61 1px solid;
}
.shopmenu-main-box .s-thereason .tablelist tr{
    border-bottom: #404e61 1px solid;
}   
.shopmenu-main-box .s-thereason .tablelist tr:last-child{
    border-bottom: none;
}
.shopmenu-main-box .s-thereason .tablelist tr td:nth-child(1){
    width: 242px;
    line-height: 98px;
    font-size: 24px;
    font-weight: bold;
    color:#ffffff;
    text-align: center;
}
.shopmenu-main-box .s-thereason .tablelist tr td:nth-child(2){
    text-align: center;
    padding: 16px 0;
}
.shopmenu-main-box .s-thereason .tablelist tr:nth-child(odd) td:nth-child(1){
    background: #404e61;
}
.shopmenu-main-box .s-thereason .tablelist tr:nth-child(even) td:nth-child(1){
    background: #2380d6;
}
.shopmenu-main-box .s-thereason .tablelist tr h1{
    font-size: 20px;
    color: #221815;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.shopmenu-main-box .s-thereason .tablelist tr h2{
    font-size: 16px;
    color: #e53024;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.shopmenu-main-box .s-thereason .tablelist tr h3{
    font-size: 20px;
    color: #221815;
    line-height: 66px;
    height: 66px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.shopmenu-main-box .s-theline{
    background: url("/images/web/shopmenu_6.png") no-repeat center center;
    background-size: 1200px 400px;
    width: 1200px;
    height: 406px;
    margin: 40px auto 0 auto;
    position: relative;
}
.shopmenu-main-box .s-theline i{
    display: block;
    width: 100px;
    height: 140px;
    background: url("/images/web/shopmenu_7.png") no-repeat;
    background-size: 100px 1120px;
    transition: all 0.3s ease 0s;
}
.shopmenu-main-box .s-theline .line-i1{
    background-position: 0 0;
    position: absolute;
    top: 94px;
    left: 2px;
}
.shopmenu-main-box .s-theline .line-i2{
    background-position: 0 -140px;
    position: absolute;
    bottom: 26px;
    left: 156px;
}
.shopmenu-main-box .s-theline .line-i3{
    background-position: 0 -280px;
    position: absolute;
    top: 62px;
    left: 312px;
}
.shopmenu-main-box .s-theline .line-i4{
    background-position: 0 -420px;
    position: absolute;
    bottom: 44px;
    left: 466px;
}
.shopmenu-main-box .s-theline .line-i5{
    background-position: 0 -560px;
    position: absolute;
    top:2px;
    right: 478px;
}
.shopmenu-main-box .s-theline .line-i6{
    background-position: 0 -700px;
    position: absolute;
    bottom: 34px;
    right: 324px;
}
.shopmenu-main-box .s-theline .line-i7{
    background-position: 0 -840px;
    position: absolute;
    top: 88px;
    right: 168px;
}
.shopmenu-main-box .s-theline .line-i8{
    background-position: 0 -980px;
    position: absolute;
    bottom: 4px;
    right: 14px;
}
.shopmenu-main-box .s-theline i:nth-child(odd):hover{
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.shopmenu-main-box .s-theline i:nth-child(even):hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}



/*商品详情*/
.themain-prodetail-mod{
    overflow: hidden;
    padding: 10px 0 60px 0;
    width: 1200px;
    margin: 0 auto;
}
.themain-prodetail-mod .prodetail_box{
    width:572px; 
    float: left;
}
.themain-prodetail-mod .prodetail_box .left-pro{ 
    width: 572px; 
    text-align: left; 
    float: left; 
    background-color: #FFF; 
    margin-top: 0px; 
}
.themain-prodetail-mod .prodetail_box .left-pro .t1{
    width:100px;
    float:left;
}
.themain-prodetail-mod .prodetail_box .left-pro .t2{
    width:352px;
    text-indent:0;
    float:left;
    padding-left:10px;
}
.themain-prodetail-mod .prodetail_box .left-pro .t2 img{
    text-indent:0;
}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:68px;padding:1px;border:1px solid #ccc;height:68px;float:left}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{height:379px;margin:10px;overflow:hidden}
.themain-prodetail-mod .prodetail-info-box{
    width: calc(1200px - 572px - 00px);
    margin-left: 0px;
    float: right;
}
.themain-prodetail-mod .prodetail-info-box .t1{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
}
.themain-prodetail-mod .prodetail-info-box .t2{
    color: #808080;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: 6px;
}
.themain-prodetail-mod .prodetail-info-box .price{
    font-size: 30px;
    color: #de851c;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height: 50px;
    height: 50px;
    margin-top: 16px;
    padding: 10px 20px;
    background: #ecf1f6;
}
.themain-prodetail-mod .prodetail-info-box .price span{
    font-size: 40px;
}
.themain-prodetail-mod .prodetail-info-box .current-box{
    overflow: hidden;
    margin-top: 20px;
}
.themain-prodetail-mod .prodetail-info-box .current-box .ttt{
    font-size: 16px;
    float: left;
    line-height: 32px;
    width: 80px;
}

/*数量*/
.themain-prodetail-mod .prodetail-info-box .current-box .mycountbox{
    overflow: hidden;
    border: #666 1px solid;
    width: 144px;
}
.themain-prodetail-mod .prodetail-info-box .current-box .mycountbox .btn_jian{
    width: 32px;
    height: 32px;
    display: block;
    background: url("/images/web/btn_count.png") no-repeat 0 0;
    background-size: 32px 64px;
    float: left;
    cursor: pointer;
}
.themain-prodetail-mod .prodetail-info-box .current-box .mycountbox input{
    line-height:32px; 
    height:32px; 
    background:#fff; 
    width: 80px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    font-size:18px; 
    float: left;
    text-align: center;
    border: none;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
}
.themain-prodetail-mod .prodetail-info-box .current-box .mycountbox .btn_jia { width: 32px; height: 32px; display: block; background: url("/images/web/btn_count.png") no-repeat 0 -32px; background-size: 32px 64px; float: left; cursor: pointer; }
.themain-prodetail-mod .prodetail-info-box .buybtn-mod{
    margin-top: 24px;
}
.themain-prodetail-mod .prodetail-info-box .buybtn-mod .add-btn{
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border: #2380d6 1px solid;
    color: #2380d6;
    margin-right: 10px;
}
.themain-prodetail-mod .prodetail-info-box .buybtn-mod .buy-btn{
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border: #2380d6 1px solid;
    color: #fff;
    background: #2380d6;
    margin-right: 10px;
}
.themain-prodetail-mod .prodetail-info-box .download-bargain{
    padding-left: 30px;
    line-height: 24px;
    height: 24px;
    position: relative;
    font-size: 16px;
    margin-top: 20px;
}
.themain-prodetail-mod .prodetail-info-box .download-bargain .link{
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/web/check.png") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
.themain-prodetail-mod .prodetail-info-box .download-bargain a{
    color: #2380d6;
}
.themain-prodetail-mod .prodetail-info-box .download-bargain a:hover{
    text-decoration: underline;
    font-size: 18px;
}


.themain-comment-mod{
    margin: 0 auto 0px auto;
    width: 1200px;
    padding: 0 0 90px 0;
    overflow: hidden;
}
.themain-comment-mod .topmod{
    border-bottom: #d9d9d9 1px solid;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
}
.themain-comment-mod .topmod .items{
    display: inline-block;
    line-height: 58px;
    height: 58px;
    border-bottom: #fff 2px solid;
    width: 260px;
    text-align: center;
    font-weight: bold;
}
.themain-comment-mod .topmod .items.on{
    color: #2380d6;
    border-bottom: #2380d6 2px solid;
}
.themain-comment-mod .box-detail{
    font-size: 18px;
    padding: 20px 0;
}
.themain-comment-mod .box-detail img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.themain-comment-mod .describe{
    float: right;
    width: 920px;
}
.themain-comment-mod .contactour{
    float: left;
    width: 240px;
}
.themain-comment-mod .contactour .contact{
    border: #d9d9d9 1px solid;
}
.themain-comment-mod .contactour .contact dd{
    line-height: 40px;
    height: 40px;
    background: #f5f5f5 url("/images/web/icon_customer.png") no-repeat 10px center;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
}
.themain-comment-mod .contactour .contact dt{
    padding: 20px 20px 10px 20px;
}
.themain-comment-mod .contactour .contact dt .items{
    display: block;
    text-align: center;
    line-height: 46px;
    height: 46px;
    position: relative;
    border-radius: 90px;
    margin-bottom: 20px;
    font-size: 18px;
    border:#2380d6 1px solid;
    padding-left: 30px;
}
.themain-comment-mod .contactour .contact dt .items:nth-child(2){
    background: #2380d6;
    color: #fff;
}
.themain-comment-mod .contactour .contact dt i{
    display: block;
    width: 40px;
    height: 40px;
    background: url("/images/web/pro_icon.png") no-repeat;
    background-size: 160px 160px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 30px;
}
.themain-comment-mod .contactour .contact dt i.c1{
    background-position: -80px -40px;
}
.themain-comment-mod .contactour .contact dt i.c2{
    background-position: -40px -80px;
}
.themain-comment-mod .contactour .map-box{
    margin: 20px 0 0 0;
}
.themain-comment-mod .look-and-see{
    margin-top: 20px;
}
.themain-comment-mod .look-and-see dd{
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    background: url("/images/web/title_line1.png") no-repeat center center;
    color: #666;
}
.themain-comment-mod .look-and-see dt{
    border:#d5d5d5 1px solid;
    margin-top: 10px;
}
.themain-comment-mod .look-and-see dt .items{
    display: block;
    border-bottom: #d5d5d5 1px solid;
    padding: 10px 0 0 0;
    margin: 0 10px;
}
.themain-comment-mod .look-and-see dt .items:last-child{
    border-bottom: none;
}
.themain-comment-mod .look-and-see dt .items .pic{
    width: 220px;
    height: 220px;
    position: relative; 
}
.themain-comment-mod .look-and-see dt .items .pic img{
    width: 220px;
    height: 220px;
    display: block;
}
.themain-comment-mod .look-and-see dt .items .pic h1{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    height: 36px;
    background: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.themain-comment-mod .look-and-see dt .items p{
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themain-comment-mod .look-and-see dt .items:hover p{
    color: #2380d6;
}



/*建站服务*/
.website-menu-mod{
    
}
.website-menu-mod .w-sitelist{
    width: 1200px;
    margin: 0 auto 70px auto;
    position: relative;
}
.website-menu-mod .w-sitelist .line{
    width: 2px;
    background: #e5e5e5;
    height: calc(100% - 180px);
    position: absolute;
    left: 252px;
    top: 90px;
    display: block;
}
.website-menu-mod .w-sitelist ul{
    position: relative;
    z-index: 4;
}
.website-menu-mod .w-sitelist li{
    height: 180px;
    overflow: hidden;
    background: url("/images/web/website_7.png") no-repeat 248px center;
    background-size: 12px 16px;
    margin: 0 0 20px 0;
}
.website-menu-mod .w-sitelist li:last-child{
    margin-bottom: 0;
}
.website-menu-mod .w-sitelist li .icon{
    width: 210px;
    height: 180px;
    display: block;
    float: left;
}
.website-menu-mod .w-sitelist li .info{
    width: 868px;
    float: right;
    padding: 28px 0 0 0;
}
.website-menu-mod .w-sitelist li .info .num{
    background: #c3d8eb;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #2380d6;
    border-radius: 50%;
}
.website-menu-mod .w-sitelist li .info .t1{
    font-size: 28px;
    color: #000000;
    margin: 12px 0;
}
.website-menu-mod .w-sitelist li .info .t2{
    font-size: 18px;
    color: #999999;
}
.website-menu-mod .w-reason{
    position: relative;
    min-height: 290px;
}
.website-menu-mod .w-reason .bg{
    width: 100%;
    height: 290px;
    background: #2380d6;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.website-menu-mod .w-reason .main-title-menu{
    position: relative;
    z-index: 2;
}
.website-menu-mod .w-reason .main-title-menu .title{
    color: #fff !important;
}
.website-menu-mod .w-reason .main-title-menu .eng{
    color: #fff !important;
}
.website-menu-mod .w-reason .reasonbox{
    width: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.website-menu-mod .w-reason .reasonbox .info{
    background: #f5f5f5;
    width: calc(836px - 206px - 34px);
    float: left;
    padding: 82px 206px 130px 34px;
    height: 344px;
}
.website-menu-mod .w-reason .reasonbox .info li{
    padding-left: 90px;
    height: 76px;
    margin-bottom: 26px;
    position: relative;
}
.website-menu-mod .w-reason .reasonbox .info li i{
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border:#2380d6 2px solid;
    background: url("/images/web/website_9.png") no-repeat;
    background-size: 76px 304px;
}
.website-menu-mod .w-reason .reasonbox .info li .i1{
   background-position: 0 0;
}
.website-menu-mod .w-reason .reasonbox .info li .i2{
    background-position: 0 -76px;
}
.website-menu-mod .w-reason .reasonbox .info li .i3{
    background-position: 0 -152px;
}
.website-menu-mod .w-reason .reasonbox .info li .i4{
    background-position: 0 -228px;
}
.website-menu-mod .w-reason .reasonbox .info li p{
    font-size: 18px;
    color: #333333;
}
.website-menu-mod .w-reason .reasonbox .info li .t1{
    line-height: 76px;
}
.website-menu-mod .w-reason .reasonbox .info li .t2{
    line-height: 24px;
    height: 48px;
    padding: 14px 0;
}
.website-menu-mod .w-reason .reasonbox .picbox{
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 538px;
    height: 344px;
    top: 148px;
    right: 0;
}
.website-menu-mod .w-reason .reasonbox .picbox:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,63,91,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.website-menu-mod .w-reason .reasonbox .picbox:hover:after{
    opacity: 1;
}
.picbox img{
    width: 100%;
    height: auto;
}
.website-menu-mod .w-reason .reasonbox .picbox .box-content{
    width: 100%;
    background: #255773;
    padding: 10px 0;
    color: #d5f7ff;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.website-menu-mod .w-reason .reasonbox .picbox:hover .box-content{
    bottom: 0;
}
.website-menu-mod .w-reason .reasonbox .picbox .title{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
.website-menu-mod .w-reason .reasonbox .picbox .post{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
.website-menu-mod .w-reason .reasonbox .picbox .social{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.website-menu-mod .w-reason .reasonbox .picbox .social li{
    display: inline-block;
    margin-right: 7px;
    position: relative;
    transform: translateY(-100px);
    transition: all 0.5s ease 0s;
}
.website-menu-mod .w-reason .reasonbox .picbox:hover .social li:first-child{
    transition-delay: 0.5s;
}
.website-menu-mod .w-reason .reasonbox .picbox:hover .social li:last-child{
    transition-delay: 0.8s;
}
.website-menu-mod .w-reason .reasonbox .picbox .social li:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #f1e7c3;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.website-menu-mod .w-reason .reasonbox .picbox:hover .social li{
    transform: translateY(0);
}
.website-menu-mod .w-reason .reasonbox .picbox .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f1e7c3;
    font-size: 20px;
    font-weight: 700;
    color: #003f5b;
    margin-top: 50px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.website-menu-mod .w-reason .reasonbox .picbox:hover .social li a{
    opacity: 1;
}
.website-menu-mod .w-reason .reasonbox .picbox .social li a:hover{
    background: #ff9420;
    color: #fff;
}
.website-menu-mod .w-reason .reasontt{
    width: 440px;
    padding-left: 120px;
    right: 0;
    top: 0;
    padding-top: 50px;
    position: absolute;
}
.website-menu-mod .w-reason .reasontt span{
    font-size: 180px;
    color: #2380d6;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 180px;
    font-weight: bold;
}
.website-menu-mod .w-reason .reasontt h1{
    font-size: 30px;
    color: #666666;
}
.website-menu-mod .w-reason .reasontt h2{
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}



/*案例欣赏*/
.case-to-appreciate{
    width: 1200px;
    margin: 0 auto 60px auto;
    overflow: hidden;
}
.case-to-appreciate .appr-items{
    text-align: center;
    overflow: hidden;
    color: #fff;
    position: relative;
    width: 382px;
    height: 382px;
    float: left;
    margin-right: 26px;
    margin-bottom: 20px;
}
.case-to-appreciate .appr-items:nth-child(3n){
    margin-right: 0;
}
.case-to-appreciate .appr-items:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 69%, rgba(0, 0, 0, 0.76) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.case-to-appreciate .appr-items:hover:after{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.09) 11%, rgba(0, 0, 0, 0.12) 13%, rgba(0, 0, 0, 0.19) 20%, rgba(0, 0, 0, 0.29) 28%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.46) 43%, rgba(0, 0, 0, 0.53) 47%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.87) 84%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 0.94) 100%);
}
.case-to-appreciate .appr-items img{
    width: 382px;
    height: 382px;
    height: auto;
    display: block;
}
.case-to-appreciate .appr-items .box-content{
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.case-to-appreciate .appr-items .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transform: translateY(145px);
    transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.case-to-appreciate .appr-items .post{
    display: block;
    padding: 8px 0;
    font-size: 15px;
    transform: translateY(145px);
    transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.case-to-appreciate .appr-items:hover .title,
.case-to-appreciate .appr-items:hover .post{
    transform: translateY(0);
}
.case-to-appreciate .appr-items .social{
    list-style: none;
    padding: 0 0 5px 0;
    margin: 40px 0 25px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.case-to-appreciate .appr-items:hover .social{
    opacity: 1;
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.case-to-appreciate .appr-items .social:before{
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
}
.case-to-appreciate .appr-items .social li{
    display: inline-block;
}
.case-to-appreciate .appr-items .social li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #6d3795;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
}
.case-to-appreciate .appr-items .social li a:hover{
    background: #2380d6;
}
.case-to-appreciate .appr-items .social li:last-child a{
    margin-right: 0;
}
.case-to-appreciate .appr-items .social li .fa{
    background: url("/images/web/pro_icon.png") no-repeat 0 0;
    background-size: 200px 200px;
    width: 50px;
    height: 50px;
    display: block;
}
.case-to-appreciate .appr-items .social li a .fa-view{
    background-position: -150px 0; 
}
.case-to-appreciate .appr-items .social li a .fa-chat{
    background-position: -50px -50px; 
}
.case-to-appreciate .appr-items .social li a .fa-buy{
    background-position: -50px 0; 
}
.case-to-appreciate1  .appr-items{
    width: 302px;
    height: 302px;
}






/*购物车*/
.pay-conmand-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 140px 0;
}
/*查看购物袋*/
.pay-conmand-box .myshopping-mod{
    padding: 10px 0 0 0;
}
.pay-conmand-box .myshopping-mod .topname{
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pay-conmand-box .myshopping-mod .topname span{
    color: #2380d6;
    font-size: 22px;
    margin: 0 4px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list{

}
.pay-conmand-box .myshopping-mod .cartinfo .list>li{
    height: 156px;
    padding: 20px 20px 20px 56px;
    position: relative;
    border: #cccccc 1px solid;
    margin-bottom: 20px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li:last-child{
    margin-bottom: 0;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li input[type="checkbox"]{
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: middle; 
    line-height: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li input[type="checkbox"]:checked::before{
    background: #000 url("/images/web/check_on1.png") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    border: 1px solid #000;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info{
    width: 746px;
    padding-left: 170px;
    position: relative;
    height: 154px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .pic{
    width: 154px;
    height: 154px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .pro-name{
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: bold;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .pro-del{
    font-size: 16px;
    height: 66px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .countbox{
    overflow: hidden;
    position: absolute;
    left: 170px;
    bottom: 0;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .countbox .btn_jian{
    width: 32px;
    height: 32px;
    display: block;
    background: url("/images/web/btn_count.png") no-repeat 0 0;
    background-size: 32px 64px;
    float: left;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .countbox input{
    line-height:32px; 
    height:32px; 
    background:#fff; 
    width: 80px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    font-size:16px; 
    border: #000 1px solid;
    float: left;
    margin-left: 6px;
    text-align: center;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .info .countbox .btn_jia{
    width: 32px;
    height: 32px;
    display: block;
    background: url("/images/web/btn_count.png") no-repeat 0 -32px;
    background-size: 32px 64px;
    float: left;
    margin-left: 6px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .btn_delate{
    width: 20px;
    height: 20px;
    display: block;
    background: url("/images/web/btn_close.png") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .myprice {
    font-size: 22px;
    color:#de851c;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 160px;
}
.pay-conmand-box .myshopping-mod .cartinfo .list>li .myprice span {
    font-size: 30px;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox{
    line-height: 60px;
    height: 60px;
    background: #f0f0f0;
    margin-top: 24px;
    padding: 0 20px 0 56px;
    position: relative;
    overflow: hidden;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox input[type="checkbox"]{
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: middle; 
    line-height: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox input[type="checkbox"]:checked::before{
    background: #000 url("/images/web/check_on1.png") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    border: 1px solid #000;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox .myfl{
    float: left;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox .myfl a{
    display: inline-block;
    margin-right: 28px;
    font-size: 16px;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox .myfl a:hover{
    font-size: 18px;
    color: #2380d6;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox .total{
    float: right;
    width: 50%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: right;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox .total p{
    display: inline-block;
    font-size: 22px;
    color:#de851c;
}
.pay-conmand-box .myshopping-mod .cartinfo .total-pricebox .total p span{
    font-size: 30px;
}
.pay-conmand-box .myshopping-mod .cartinfo .btn_makesure{
    text-align: right;
    margin-top: 26px;
}
.pay-conmand-box .myshopping-mod .cartinfo .btn_makesure a{
    background: #2380d6;
    width: 160px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.pay-conmand-box .myshopping-mod .cartinfo .btn_makesure a.btn-gray{
    background: #666
}


/*上传资料以及订单确认*/
.pay-conmand-box .myorderpay-mod{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    overflow: hidden;
}
.pay-conmand-box .myorderpay-mod .theleft{
    width: 654px;
    float: left;
}
.pay-conmand-box .myorderpay-mod .theright{
    width: calc(100% - 674px);
    float: right;
}
.pay-conmand-box .myorderpay-mod .left-ticket{
    background: url("/images/web/ticket_top.png") no-repeat top center,url("/images/web/ticket_bottom.png") no-repeat bottom center;
    padding: 16px 0 30px 0;
}
.pay-conmand-box .myorderpay-mod .left-ticket .info{
    background: url("/images/web/ticket_center.png") repeat-y top center;
}
.pay-conmand-box .myorderpay-mod .left-ticket .info .ticketlist dd{
    background: #ffffff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.pay-conmand-box .myorderpay-mod .left-ticket .info .ticketlist dt{
    padding: 0 20px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .conditions-needed{
    padding: 24px 10px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .conditions-needed h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .conditions-needed p{
    font-size: 16px;
    line-height: 26px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .conditions-needed li{
    margin-bottom: 30px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .conditions-needed li:last-child{
    margin-bottom: 0;
}
.pay-conmand-box .myorderpay-mod .right-product dd{
    line-height: 44px;
    height: 44px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
.pay-conmand-box .myorderpay-mod .right-product dd span{
    font-size: 14px;
    color: #666;
    font-weight: 0;
    margin-left: 6px;
}
.pay-conmand-box .myorderpay-mod .right-product dt{
    margin-top: 20px;
}
.pay-conmand-box .myorderpay-mod .right-product dt .upload-mifile-box{
    overflow: hidden;
    max-height: 420px;
}
.pay-conmand-box .myorderpay-mod .right-product dt .upload-mifile-box li{
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    float: left;
    margin: 0 14px 20px 0;
}
.pay-conmand-box .myorderpay-mod .right-product dt .upload-mifile-box li:nth-child(4n){
    margin-right: 0;
}
.pay-conmand-box .myorderpay-mod .right-product dt .upload-mifile-box li .pic{
    display: block;
    width: 120px;
    height: 120px;
}
.pay-conmand-box .myorderpay-mod .right-product dt .upload-mifile-box li input[type="file"]{ 
    width:100%; 
    height:100%; 
    position:absolute; 
    left:0; 
    top:0; 
    opacity:0; 
    cursor:pointer;
}
.pay-conmand-box .myorderpay-mod .right-product dt .upload-mifile-box li .btn-close{
    background: url("/images/web/btn_close2.png") no-repeat center center;
    background-size: 28px 28px;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.pay-conmand-box .link-customer{
    line-height: 52px;
    height: 52px;
    font-size: 16px;
    color: #df1822;
}
.pay-conmand-box .link-customer:hover{
    text-decoration: underline;
}
.pay-conmand-box .about-statement{
    background: #fdfce8;
    padding: 20px;
    border: #cccccc 1px solid;
    border-radius: 4px;
    margin-top: 10px;
}
.pay-conmand-box .about-statement h1{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.pay-conmand-box .about-statement .info{
    padding-left: 30px;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.pay-conmand-box .about-statement .info input[type="checkbox"]{
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: middle; 
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}
.pay-conmand-box .about-statement .info input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}
.pay-conmand-box .about-statement .info input[type="checkbox"]:checked::before{
    background: #000 url("/images/web/check_on1.png") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    border: 1px solid #000;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}

/*按钮区域*/
.pay-conmand-box .how-btn{
    text-align: center;
    margin-top: 50px;
}
.pay-conmand-box .how-btn a{
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border:#2380d6 1px solid;
    margin: 0 30px;
    border-radius: 4px;
    color: #2380d6;
}
.pay-conmand-box .how-btn a.btn{
    background: #083967;
    color: #fff;
    border:#083967;
}

/*付款方式*/
.pay-conmand-box .pay-type-list{
    padding: 30px 10px;
}
.pay-conmand-box .pay-type-list li{
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 20px;
}
.pay-conmand-box .pay-type-list li:last-child{
    margin-bottom: 0;
}
.pay-conmand-box .pay-type-list li input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.pay-conmand-box .pay-type-list li input[type=radio]:after {
    content: "";
    display:block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #999999;
    background-color: #fff;
    box-sizing:border-box;
}
.pay-conmand-box .pay-type-list li input[type=radio]:checked:after {
    background: url("/images/web/circle.png") no-repeat center center;
    background-size: 8px 8px;
}


/*商品明细*/
.pay-conmand-box .myorderpay-mod .right-product dt .pro-issue-list li{
    border: #cccccc 1px solid;
    padding: 20px 20px 20px 164px;
    height: 134px;
    position: relative;
    margin-bottom: 20px;
}
.pay-conmand-box .myorderpay-mod .right-product dt .pro-issue-list li .pic{
    display: block;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.pay-conmand-box .myorderpay-mod .right-product dt .pro-issue-list li .name{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    height: 24px;
    overflow: hidden;   
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pay-conmand-box .myorderpay-mod .right-product dt .pro-issue-list li .des{
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*订单汇总*/
.pay-conmand-box .myorderpay-mod .left-ticket .cart-total-box{
    padding: 14px 0;
    border-bottom: #bfbfbf 1px dashed;  
}
.pay-conmand-box .myorderpay-mod .left-ticket .cart-total-box li{
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .cart-total-box li h1{
    float: left;
    width: 49%;
    text-align: left;
    overflow: hidden;   
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4c4c4c;
}
.pay-conmand-box .myorderpay-mod .left-ticket .cart-total-box li h2{
    float: right;
    width: 49%;
    text-align: right;
    overflow: hidden;   
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4c4c4c;
}
.pay-conmand-box .myorderpay-mod .left-ticket .thetotal-all{
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    margin-top: 10px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .thetotal-all h1{
    float: left;
    width: 49%;
    text-align: left;
    overflow: hidden;   
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4c4c4c;
}
.pay-conmand-box .myorderpay-mod .left-ticket .thetotal-all h2{
    float: right;
    width: 49%;
    text-align: right;
    overflow: hidden;   
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #de851c;
    font-size: 22px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .thetotal-all h2 span{
    font-size: 30px;
}
.pay-conmand-box .myorderpay-mod .left-ticket .thetotal-note{
    padding:20px 0 40px 0;
}
.pay-conmand-box .myorderpay-mod .left-ticket .thetotal-note input{
    width: 100%;
    box-shadow: none !important; 
    -webkit-appearance: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:none; 
    font-size:16px !important; 
    margin: 0 0;
    border:#808080 1px solid;
    position: relative;
    background: #fff;
}


/*支付结果*/
.pay-conmand-box .myresult-mod{
    padding: 76px 0 0 0;
}
.pay-conmand-box .myresult-mod .icon{
    width: 168px;
    height: 129px;
    display: block;
    margin: 0 auto 26px auto;
}
.pay-conmand-box .myresult-mod .resultt{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.pay-conmand-box .myresult-mod .result-btn{
    text-align: center;
    margin-top: 30px;
}
.pay-conmand-box .myresult-mod .result-btn a{
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border:#2380d6 1px solid;
    margin: 0 10px;
    border-radius: 4px;
}
.pay-conmand-box .myresult-mod .result-btn a.btn{
    background: #083967;
    color: #fff;
    border:#083967;
}


/*价格1*/
/* 价格专题页 package.html */
.package-main {}
.package-main .title-box{
  width: 100%;
  margin-top: 38px;
  text-align: center;
}

.package-footer {
  float: left;
  width: 100%;
  height: 532px;
  margin-top: -50px;
  background: url(/images/web/pg_footer_bg.png)  center center no-repeat;
  background-size: cover;
}
.package-footer .text-box{
  margin-top: 220px;
  text-align: center;
  color: #fff;
}
.package-footer .text-box .text{}
.package-footer .text-box .text1{
  font-size: 26px;
}
.package-footer .text-box .text2{
  font-size: 20px;
}
.package-footer .text-box .text3{
  font-size: 20px;
}
.package-footer .btn-box{
  margin-top: 90px;
  text-align: center;
}
.package-footer .btn-box .btn{
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  border-radius: 4px;
  color: #259ce7;
  background-color: #fff;
  display: inline-block;
}

.package-footer-2{
  /* float: left; */
  width: 100%;
  height: 594px;
  margin-top: -25px;
  background: url(/images/web/pg_footer_bg2.png) center center no-repeat;
  background-size: cover;
}

.package-footer-3{
  width: 100%;
  height: 3200px;
  /* background: url(/images/web/pg_footer_bg3.png) no-repeat; */
  /* background-size: cover; */
}
.package-footer-3 .box {
  width: 1200px;
  height: 3200px;
  margin: 0 auto;
  background: url(/images/web/main_bg.png) no-repeat;
  background-position-x: -10px;
  padding-top: 110px;
}
.package-footer-3 .table-box {
  width: 1160px;
  height: 634px;
  box-shadow: 0 0 10px 5px #e6e6e6;
  /* background: red; */
}
.package-footer-3 .table-box table {
  width: 100%;
  background-color: #fff;
}
.package-footer-3 .table-box table tr th {
  width: 20%;
  height: 88px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  background-color: #e9f5fc;
  font-size: 20px;
}
.package-footer-3 .table-box table tr th:last-child{
  border-right: none;
}

.package-footer-3 .table-box table tr td {
  position: relative;
  width: 20%;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
  box-shadow: 5px 0px 10px #e6e6e6;
  box-sizing: border-box;
}
.package-footer-3 .table-box table tr td:first-child {
  text-align: left;
}
.package-footer-3 .table-box table tr td:last-child{
  border-right: none;
}
.package-footer-3 .table-box table .left-list{}
.package-footer-3 .table-box table .left-list li{
  padding-left: 42px;
  height: 78px;
  line-height: 78px;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.package-footer-3 .table-box table .left-list li:first-child {
  border-top: none;
}
.left-list li img{
  vertical-align: middle;
}
.left-list li span {
  vertical-align: middle;
  
}
.package-footer-3 .table-box table tr td .td-bg{
  margin-top:-210px;
}

.package-footer-3 .table-box table tr td .td-text li{
  width: 170px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.package-footer-3 .table-box table tr td .td-text li img{
  vertical-align: middle;
}
.package-footer-3 .table-box table tr td .td-text li span{
  margin-left: 15px;
  vertical-align: middle;
}
.package-footer-3 .table-box table tr td .price-box{
  position: absolute;
  top: 73px;
  left: 50px;
  color: #f83f3f;
  font-weight: bold;
}
.package-footer-3 .table-box table tr td .price-box span:nth-child(1){
  font-size: 24px;
}
.package-footer-3 .table-box table tr td .price-box span:nth-child(2){
  font-size: 16px;
}

.package-footer-3 .table-box table tr th span{
	font-size:14px;	
}

.package-footer-3 .table-box.table-box-1{}


.package-footer-3 .table-box.table-box-2{
  margin-top: 140px;
  margin-left: 30px;
}
.package-footer-3 .table-box.table-box-3{
  margin-top: 140px;
  text-align: center;
}
.package-footer-3 .table-box.table-box-3 .tr-con {
  height: 468px;
}
.package-footer-3 .table-box.table-box-3 .tr-con .td-1 div{

  text-align: center;
}
.package-footer-3 .table-box.table-box-3 .tr-con .td-2 div {
  display: inline-block;
}
.package-footer-3 .table-box.table-box-3 .tr-con .td  div p{
  margin-top: 20px;
  font-size: 22px;
}
.package-footer-3 .table-box.table-box-3 table tr td .td-bg{
  margin-top:-44px;
}
.package-footer-3 .table-box.table-box-3 table tr td .price-box{
  position: absolute;
  top: 115px;
  left: 115px;
  color: #f83f3f;
  font-weight: bold;
}

.package-footer-3 .table-box.table-box-3 table tr:last-child .bottom-tip{
  padding-left: 40px;
  height: 77px;
  color: red;
  font-size: 18px;
}
.tablepic-box{
  margin-top: 140px;
}
.tablepic-box .pic{
  display:block;
  width: 1200px;
  margin:0 auto;
}

/* 专题页 */
.zhuanti-main{
    width: 100%;
}
.zhuanti-banner{
    width: 100%;
    height: 640px;
}
.zhuanti-banner a{
    display: block;
    width: 100%;
    height: 640px;
}

.zhuanti-main .item{
    text-align: center;
}
.zhuanti-main .item .title-bg{
    margin: 65px 0;
}
.zhuanti-main .item .title-bg1{

}
.zhuanti-main .item-1 .content-1 {

}
.zhuanti-main .item-1 .content-1 .box-1{
    padding-top: 50px;
    background: url(/images/web/zt_bg2.png) no-repeat;
}
.zhuanti-main .item-1 .content-1 .box-1 .left{
    display: inline-block;
}

.zhuanti-main .item-1 .content-1 .box-1 .left .img-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 782px;
    height: 316px;
}
.zhuanti-main .item-1 .content-1 .box-1 .left .img-box li {
    display: inline-block;
    flex-shrink: 0;
    margin: 0;
}
.zhuanti-main .item-1 .content-1 .box-1 .right{
    display: inline-block;
    width: 338px;
    vertical-align: top;
    margin-top: 20px;
    text-align: left;
    color: #fff;
}
.zhuanti-main .item-1 .content-1 .box-1 .right img{
    vertical-align: middle;
}
.zhuanti-main .item-1 .content-1 .box-1 .right span{
    font-size: 22px;
    vertical-align: middle;
}
.zhuanti-main .item-1 .content-1 .box-1 .right .text {
    margin-top: 35px;
    font-size: 16px;
}
.zhuanti-main .item-1 .content-1 .box-2{
    position: relative;
    height: 438px;
    overflow: hidden;
}
.zhuanti-main .item-1 .content-1 .box-2 .box2-ct{
    position: absolute;
    top: auto;
    left: 456px;
    bottom: 255px;
    width: 868px;
    height: 100px;
    background:red;
}
.zhuanti-main .item-1 .content-1 .box-2 .box2-ct .ours_slogan{
    position: absolute;
    top: 0;
    left: 0;
}

.zhuanti-main .item-2 {}
.zhuanti-main .item-2 .list-box{
    width: 1250px;
    margin: 0 auto;
}
.zhuanti-main .item-2 .list-box .item-box{
    display: inline-block;
    width: 614px;
    height: 384px;
}
.zhuanti-main .item-2 .list-box .item-box .title {
    text-align: left;
    height: 34px;
    line-height: 34px;
    margin-left: 33px;
    margin-top: 32px;
    padding-left: 20px;
    font-size: 24px;
    border-left: 3px solid #fff;
    border-radius: 1px;
    color: #fff;
}
.zhuanti-main .item-3 .content-3 .item {
    display: inline-block;
    width: 334px;
    height: 394px;
    margin: 10px;
    background: url(/images/web/zt_bg12.png) center no-repeat;
    background-size: cover;
}
.zhuanti-main .item-3 .content-3 .item:hover {
    transform: scale(1.1,1.1);
}
.zhuanti-main .item-3 .content-3 .item img {
    margin: 60px 0 10px 0;
}
.zhuanti-main .item-3 .content-3 .item .text{
    padding: 0 40px;
}
.zhuanti-main .item-2 .list-box .item-box:hover {
    transform: scale(1.05,1.05);
}
.zhuanti-main .item-2 .list-box .item-box .con .con-list{
    margin-left: 145px;
    margin-top: 20px;
    text-align: left;
}
.zhuanti-main .item-2 .list-box .item-box .con .con-list li{
    font-size: 16px;
    color: #fff;
}
.zhuanti-main .item-2 .list-box .item-box .con .con-list li:before {
    font-size: 20px;
    color: #fff;
}
.zhuanti-main .item-2 .list-box .item-box1{
    background: url(/images/web/zt_bg5.png) center no-repeat;
    background-size: cover;
}
.zhuanti-main .item-2 .list-box .item-box2{
    background: url(/images/web/zt_bg6.png) center no-repeat;
    background-size: cover;
}
.zhuanti-main .item-2 .list-box .item-box3{
    background: url(/images/web/zt_bg7.png)center no-repeat;
    background-size: cover;
}
.zhuanti-main .item-2 .list-box .item-box4{
    background: url(/images/web/zt_bg8.png) center no-repeat;
    background-size: cover;
}

.zhuanti-main .item-4{
    padding-bottom: 68px;
    background-color: #f4f7f9;
}
.zhuanti-main .item-4 .title-bg4 {
    margin-bottom: 0;
}
.zhuanti-main .item-4 .list-box {
    width: 1200px;
    height: 674px;
    margin: 0 auto;
    padding-top: 90px;
    background: url(/images/web/zt_bg13.png) 0 0 no-repeat;
}
.zhuanti-main .item-4 .list-box .l-item {
    display: flex;
    align-items: center;
    height: 120px;
}
.zhuanti-main .item-4 .list-box .l-item-1{
    margin-left: 270px;
}
.zhuanti-main .item-4 .list-box .l-item-2{
    margin-left: 320px;
}
.zhuanti-main .item-4 .list-box .l-item-3{
    margin-left: 320px;
}
.zhuanti-main .item-4 .list-box .l-item-4{
    margin-left: 270px;
}
.zhuanti-main .item-4 .list-box .l-item .t-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}
.zhuanti-main .item-4  .call-box{
    width: 460px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: 380px;
    border-radius: 4px;
    font-size: 18px;
    background-color: #dfeef7;

}
.zhuanti-main .item-4 .call-box img{
    vertical-align: middle;
}
.zhuanti-main .item-4 .call-box span{
    vertical-align: middle;
}
.zhuanti-main .content-5 {}
.zhuanti-main .content-5 {
    padding-bottom: 155px;
}
.zhuanti-main .content-5 .ipt-box{}
.zhuanti-main .content-5 .ipt-box .itp{
    width: 560px;
    height: 64px;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}
.zhuanti-main .content-5 .ipt-box .btn{
    display: inline-block;
    width: 180px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 20px;
    background-color: #259ce7;
    color: #fff;
}

.zhuanti-footer {
    width: 100%;
    height: 286px;
    text-align: center;
    color: #fff;
    background: url(/images/web/zhuanti_footer_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 114px;
}
.zhuanti-footer .text{
    font-size: 34px;
}
.zhuanti-footer .btn{
    width: 407px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 22px;
    border-radius: 4px;
    background-color: #259ce7;
}

/* 专题详情页 */
.zhuanti-apply-main {
    width: 100%;
}
.zhuanti-apply-main .banner{
    width: 100%;
}
.zhuanti-apply-main .content {
    /* float: left; */
    width: 100%;
    height: 843px;
    background: #fff url(/images/web/zt_apply_bg.png) center no-repeat;
    background-size: cover;
}
.zhuanti-apply-main .content .content-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.zhuanti-apply-main .content .form-box {
    float: right;
    width: 695px;
    height: 660px;
    /* margin-left: 875px; */
    /* margin-left: 50%; */
    margin: 0 auto;
    margin-top: 100px;
    background: url(/images/web/zt_form_bg.png) center no-repeat;
    background-size: cover;
}
.zhuanti-apply-main .content .form-box .form-1{
    width: 100%;
    height: 100%;
}
.zhuanti-apply-main .content .form-box .form-1 .title{
    margin: 40px 0 20px 80px;
}
.zhuanti-apply-main .content .form-box .form-1 .ipt-box .ipt-item {
    margin-top: 20px;
}
.zhuanti-apply-main .content .form-box .form-1 .ipt-box .ipt-item label{
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin-right: 20px;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;

}
.zhuanti-apply-main .content .form-box .form-1 .ipt-box .ipt-item input{
    width: 380px;
    height: 46px;
    padding-left: 15px;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}
.zhuanti-apply-main .content .form-box .form-1 .ipt-box .ipt-item input.yzm-ipt{
    width: 260px;
}

.zhuanti-apply-main .content .form-box .form-1 .ipt-box .ipt-item .yzm-btn{
    display: inline-block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    margin-left: 5px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #259ce7;
    color: #fff;
}
.zhuanti-apply-main .content .form-box .form-1 .btn-box {
    margin-top: 60px;
    text-align: center;
}
.zhuanti-apply-main .content .form-box .form-1 .btn-box .btn{ 
    display: inline-block;
    width: 220px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    border-radius: 4px;
    background-color: #259ce7;
    border: none;
    color: #fff;
}
.zhuanti-apply-main .content .form-box .form-1 .call-box{
    margin: 50px 40px auto auto;
    text-align: right;
}
.zhuanti-apply-main .content .form-box .form-1 .call-box img{
    vertical-align: middle;
}
.zhuanti-apply-main .content .form-box .form-1 .call-box span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.zhuanti-apply-main .content .form-box .form-2 {
    display: none;
    text-align: center;
}
.zhuanti-apply-main .content .form-box .form-2 .title {
    margin-top: 90px;
}
.zhuanti-apply-main .content .form-box .form-2 .text-box{
    margin: 60px auto;
}
.zhuanti-apply-main .content .form-box .form-2 .text-box .text1{
    font-size: 20px;
}
.zhuanti-apply-main .content .form-box .form-2 .text-box .text2{
    font-size: 18px;
}

.zhuanti-apply-main .content .form-box .form-2 .btn-box {

}
.zhuanti-apply-main .content .form-box .form-2 .btn-box .btn{
    display: inline-block;
    width: 220px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    border-radius: 4px;
    background-color: #259ce7;
    border: none;
    color: #fff;
}

.zhuanti-apply-main .content .form-box .form-2 .call-box{
    margin: 125px 40px auto auto;
    text-align: right;
}
.zhuanti-apply-main .content .form-box .form-2 .call-box img{
    vertical-align: middle;
}
.zhuanti-apply-main .content .form-box .form-2 .call-box span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
  

/*代运营标题*/
.package-agent-header{
    font-size: 28px;
    color: #000;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    height: 60px;
    margin-bottom: 20px;
}
/*代运营表格*/
.package-agent-service{
    width: 1200px;
    margin: 0 auto 90px auto;
    border:#333 2px solid;
    border-right: none;
    border-bottom: none;
}
.package-agent-service .list { 
    font-size:16px; 
    color:#333;
    line-height: 24px;
}
.package-agent-service .list .th { 
    line-height: 40px;
}
.package-agent-service .list td { 
    padding:10px 15px; 
    border-bottom:2px solid #333;
    border-right: 2px solid #333;
}
.package-agent-service .list th{ 
    padding:10px 15px; 
    border-bottom:2px solid #333;
    border-right: 2px solid #333;
}

.package-agent-service .talls{
    font-weight: bold;
    color: #df1822;
    font-size: 16px;
    margin-top: 4px;
    line-height: 24px;
}
.package-agent-service .des{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}


/*建站服务价格表*/
.pricing-menu-box{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.pricing-menu-box .pricingTable{
    text-align: center;
    background: #fff;
    padding: 30px 0;
    width: 382px;
    -moz-box-shadow:0px 2px 8px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0px 2px 8px rgba(0,0,0,0.2);
    box-shadow:0px 2px 8px rgba(0,0,0,0.2);
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
    float: left;
    margin-right: 27px;
}
.pricing-menu-box .pricingTable:nth-child(3n){
    margin-right: 0;
}
.pricing-menu-box .pricingTable:hover{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -moz-box-shadow:0 0 10px rgba(5,25,41,0.2); 
    -webkit-box-shadow:0 0 10px rgba(5,25,41,0.2);
    box-shadow:0 0 10px rgba(5,25,41,0.2);
}
.pricing-menu-box .pricingTable .title{
    font-size: 22px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.pricing-menu-box .pricingTable .price-value{
    padding: 30px 0;
    background: #de851c;
    margin-bottom: 30px;
    position: relative;
}
.pricing-menu-box .pricingTable .price-value:before{
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 46%;
}
.pricing-menu-box .pricingTable .month{
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.pricing-menu-box .pricingTable .amount{
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-top: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pricing-menu-box .pricingTable .amount span{
    font-size: 40px;
    font-weight: bold;
}

.pricing-menu-box .pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    font-size: 16px;
    color: #868686;
    line-height: 35px;
}

.pricing-menu-box .pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 40px;
    background: #083967;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #083967;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
}
.pricing-menu-box .pricingTable .pricingTable-signup:hover{
    background: #fff;
    color: #083967;
}




/*云产品*/
.cloud-menu-box{
    
}
.cloud-menu-box .clouditems{
    overflow: hidden;
    padding: 40px 0;
}
.cloud-menu-box .clouditems .pic-box .square{
    width: 154px;
    height: 154px;
    display: block;
    background: #2380d6;
    position: absolute;
}
.cloud-menu-box .clouditems .pic-box .pic img{
    width: 300px;
    height: 498px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -249px;
}
.cloud-menu-box .clouditems .des-box{
    width: calc(1200px - 30px - 300px - 188px);
    padding: 50px 94px 0 94px;
}
.cloud-menu-box .clouditems .des-box h1{
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #666;
}
.cloud-menu-box .clouditems .des-box h2{
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}
.cloud-menu-box .clouditems .des-box .line{
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    margin: 14px auto 0 auto;
}
.cloud-menu-box .clouditems .des-box p{
    text-align: center;
    font-size: 18px;
    color: #292929;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 48px;
}

.cloud-menu-box .clouditems .buttonbox{
    position:relative;
    margin:30px auto 0 auto;
    text-align: center;
}
.cloud-menu-box .clouditems a{
    display: inline-block;
    position: relative;
    margin: 0 30px;
}
.cloud-menu-box .clouditems .buttonbox a span{
    width:200px;
    height:60px;
    position:relative;
    background:rgba(35, 128, 214, .27);
    color:fff;
    font-weight:700;
    letter-spacing:1px;
    border:none;
    font-size:16px;
    outline:none;
    display:block;
    text-align:center;
    line-height:60px;
}
.cloud-menu-box .clouditems .buttonbox a .border{
    position:absolute;
    background:none;
    transition:all .5s ease-in-out;
}
#buttonbox-first>.border:nth-of-type(1){
  top:0;
  left:0;
  border-left:2px solid #2380d6;
  border-top:2px solid #2380d6;
  width:30px;
  height:30px;
}
#buttonbox-first>.border:nth-of-type(2){
  bottom:0;
  right:0;
  border-right:2px solid #2380d6;
  border-bottom:2px solid #2380d6;
  width:30px;
  height:30px;
}
#buttonbox-first:hover .border{
  width:205px;
  height:65px;
}
.cloud-menu-box .clouditems:nth-child(1){
    padding-top: 0;
}
.cloud-menu-box .clouditems:nth-child(odd){
    background: #fff;
}
.cloud-menu-box .clouditems:nth-child(odd) .pic-box{
    float: left;
    position: relative;
    padding: 30px 0 0 30px;
}
.cloud-menu-box .clouditems:nth-child(odd) .pic-box .square{
    position: absolute;
    left: 0;
    top:0;
}
.cloud-menu-box .clouditems:nth-child(odd) .pic-box .pic{
    width: 300px;
    height: 400px;
    -moz-box-shadow:6px 6px 14px rgba(0,0,0,0.2); 
    -webkit-box-shadow:6px 6px 14px rgba(0,0,0,0.2); 
    box-shadow:6px 6px 14px rgba(0,0,0,0.2); 
    background: #fff;
    position: relative;
    overflow: hidden;
}
.cloud-menu-box .clouditems:nth-child(odd) .des-box{
    float: right;
}
.cloud-menu-box .clouditems:nth-child(even){
    background: #eef3f7;
}
.cloud-menu-box .clouditems:nth-child(even) .pic-box{
    float: right;
    position: relative;
    padding: 30px 30px 0 0;
}
.cloud-menu-box .clouditems:nth-child(even) .pic-box .square{
    position: absolute;
    top: 0;
    right:0;
}
.cloud-menu-box .clouditems:nth-child(even) .pic-box .pic{
    width: 300px;
    height: 400px;
    -moz-box-shadow:-6px 6px 14px rgba(0,0,0,0.2); 
    -webkit-box-shadow:-6px 6px 14px rgba(0,0,0,0.2); 
    box-shadow:-6px 6px 14px rgba(0,0,0,0.2); 
    background: #fff;
    position: relative;
    overflow: hidden;
}
.cloud-menu-box .clouditems:nth-child(even) .des-box{
    float: left;
}
/*优势*/
.cloud-advan-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding:20px 0 70px 0;
}
.cloud-advan-box .adv-table{
    width: 480px;
    background: #EEF0F3;
    padding: 60px 40px;
    float: left;
    margin-right: 40px;
    background: #EEF0F3;
	border-top: 3px solid #EEF0F3;
	-webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -moz-box-shadow:0px 4px 10px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0px 4px 10px rgba(0,0,0,0.2); 
    box-shadow:0px 4px 10px rgba(0,0,0,0.2); 
    height: 496px;
}
.cloud-advan-box .adv-table:nth-child(2n){
    margin-right: 0;
}
.cloud-advan-box .adv-table:hover{
    border-color: #2380d6;
    transform:translate(0,7px);
    -webkit-transform:translate(0,7px);
    -moz-transform:translate(0,7px);
}
.cloud-advan-box .adv-table .adv-title{
    font-size: 16px;
    color: #262b38;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #666;
    font-style: italic;
}
.cloud-advan-box .adv-table .adv-name{
    font-size: 2em;
	font-weight: bold;
	padding: 0.5em 0 0.75em 0;
	border-top: 3px solid rgba(139, 144, 157, 0.18);
}
.cloud-advan-box .adv-table .adv-feature-list{
    padding: 0.75em 0 0.5em 0 ;
}
.cloud-advan-box .adv-table .adv-feature-list li{
    font-size: 16px;
    color: #8b909d;
    line-height: 24px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 20px;
}
.cloud-advan-box .adv-table .adv-feature-list li:last-child{
    margin-bottom: 0;
}
.cloud-advan-box .adv-table .adv-feature-list li::before{
    content: '·';
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.cloud-advan-box .adv-table .pricing-action {
	font-weight: bold;
	margin-top: auto;
	color: #fff;
	border-radius: 30px;
	background: #2380d6;
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: block;
    width: 400px;
    margin: 50px auto 20px auto;
    text-align: center;
    line-height: 56px;
    height: 56px;
    font-size: 18px;
}
.cloud-advan-box .adv-table .pricing-action:hover,
.cloud-advan-box .adv-table .pricing-action:focus {
	background-color: #083967;
}



/*ecs*/
.ecs-menu-box{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 70px 0;
    position: relative;
}
.ecs-menu-box .list{
    background: #fff;
    border-radius: 8px;
    -moz-box-shadow:0px 0 50px #b3cce3; 
    -webkit-box-shadow:0px 0 50px #b3cce3; 
    box-shadow:0px 0 50px #b3cce3; 
    overflow: hidden;
    width: 1200px;
}
.ecs-menu-box .list .item{
    float: left;
    width: calc(400px - 140px - 1px);
    padding: 30px 20px 40px 120px;
    border-right:#d5d5d5 1px solid;
    border-top:#d5d5d5 1px solid;
    position: relative;
    height: 108px;
}
.ecs-menu-box .list .item:nth-child(1),.ecs-menu-box .list .item:nth-child(2),.ecs-menu-box .list .item:nth-child(3){
    border-top: none;
}
.ecs-menu-box .list .item:nth-child(3n){
    border-right: none;
}
.ecs-menu-box .list1{
    width: 960px;
    margin: 0 auto;
}
.ecs-menu-box .list1 .item{
    width: calc(480px - 140px - 1px);
}
.ecs-menu-box .list1 .item:nth-child(3){
    border-top:#d5d5d5 1px solid;
}
.ecs-menu-box .list1 .item:nth-child(3n){
    border-right:#d5d5d5 1px solid;
}
.ecs-menu-box .list1 .item:nth-child(2n){
    border-right: none;
}
.ecs-menu-box .list .item i{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -40px;
    background: url("/images/web/ali_icon2.png") no-repeat;
    background-size: 480px 480px;
}
.ecs-menu-box .list .item i.ali{
    background-position: 0 0;
}
.ecs-menu-box .list .item i.ali1{
    background-position: -80px 0;
}
.ecs-menu-box .list .item i.ali2{
    background-position: -160px 0;
}
.ecs-menu-box .list .item i.ali3{
    background-position:-240px 0;
}
.ecs-menu-box .list .item i.ali4{
    background-position: -320px 0;
}
.ecs-menu-box .list .item i.ali5{
    background-position: -400px 0;
}
.ecs-menu-box .list .item .ecs-ttt{
    font-size: 20px;
    font-weight: bold;
}
.ecs-menu-box .list .item .ecs-des{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.ecs-pricetable-box{
    padding: 20px 0 70px 0;
}
.ecs-pricetable-box .ecs-price-list{
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.ecs-pricetable-box .ecs-price-list .pricing-item{
    position: relative;
    float: left;
    margin-bottom: 20px;
}

/* Rabten */
.ecs-pricetable-box .pricing-rabten {
    width: 1200px;
}
.ecs-pricetable-box .pricing-rabten .pricing-item {
	font-family: 'Roboto', sans-serif;
	padding: 40px 20px 60px 20px;
	cursor: default;
	color: #262b38;
    width: 243px;
    text-align: center;
    border: #d5d5d5 1px solid;
    height: 339px;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    margin-right: 20px;
}
.ecs-pricetable-box .pricing-rabten .pricing-item:nth-child(4n){
    margin-right: 0;
}
.ecs-pricetable-box .pricing-rabten .pricing-item:hover{
    -moz-box-shadow:0 2px 6px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2); 
    box-shadow:0 2px 6px rgba(0,0,0,0.2); 
    transform: translate(0,8px);
    -webkit-transform: translate(0,8px);
}
.ecs-pricetable-box .pricing-rabten .pricing-item:nth-child(4n){
    margin-right: none;
}
.ecs-pricetable-box .pricing-rabten .pricing-title {
	font-size: 14px;
    margin: 10px 0 0 0;
    color: #72757f;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ecs-pricetable-box .pricing-rabten .pricing-price {
	font-size: 2em;
	font-weight: bold;
	margin: 0.5em 0 0.75em;
	overflow: hidden;
}
.ecs-pricetable-box .pricing-rabten .pricing-currency {
	font-size: 0.5em;
	vertical-align: super;
}
.ecs-pricetable-box .pricing-rabten .pricing-period {
	font-size: 0.35em;
	color: #8b909d;
}
.ecs-pricetable-box .pricing-rabten .pricing-anim {
	display: inline-block;
	position: relative;
}
.ecs-pricetable-box .pricing-rabten .pricing-item:hover .pricing-anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.ecs-pricetable-box .pricing-rabten .pricing-item .pricing-anim-1{
    color: #de851c;
}
.ecs-pricetable-box .pricing-rabten .pricing-item:hover .pricing-anim-2 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
.ecs-pricetable-box .pricing-rabten .pricing-sentence {
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 24px 0 6px 0;
    color: #333;
    font-size: 20px;
    border-top: #d5d5d5 1px solid;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ecs-pricetable-box .pricing-rabten .pricing-feature-list {
	font-size: 16px;
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
    color: #8b909d;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ecs-pricetable-box .pricing-rabten .pricing-action {
	font-weight: bold;
	margin-top: auto;
    padding: 0 3em;
    line-height: 40px;
    height: 40px;
    display: inline-block;
	color: #fff;
	border-radius: 30px;
	background: #2380d6;
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 16px;
}
.ecs-pricetable-box .pricing-rabten .pricing-action:hover,
.ecs-pricetable-box .pricing-rabten .pricing-action:focus {
	background-color: #003f5b;
}
.ecs-pricetable-box .ecs-more-customer{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    margin-top: 30px;
}
.ecs-pricetable-box .ecs-more-customer a{
    display: inline-block;
    padding: 0 30px;

    position: relative;
}
.ecs-pricetable-box .ecs-more-customer a.momo{
    color: #fff;
}
.ecs-pricetable-box .ecs-more-customer a.momo .fa{
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    display: block;
    top: 50%;
    margin-top: -10px;
}
.ecs-pricetable-box .ecs-more-customer a.momo1{
    color: #444;
}
.ecs-pricetable-box .ecs-more-customer a.momo1 .fa{
    color: #444;
    font-size: 20px;
    position: absolute;
    right: 0;
    display: block;
    top: 50%;
    margin-top: -10px;
}

/*rds*/
.ecs-pricetable-box{
    background: linear-gradient(45deg, #7e67e5, #02cbdf); 
    background: -webkit-linear-gradient(45deg, #7e67e5, #02cbdf); 
    background: -o-linear-gradient(45deg, #7e67e5, #02cbdf);
    background: -moz-linear-gradient(45deg, #7e67e5, #02cbdf);
}
.ecs-pricetable-box .main-title-menu1 .title{
    color: #C3E9F5;
}
.ecs-pricetable-box .main-title-menu1 .eng{
    color: #C3E9F5;
}
.ecs-pricetable-box .pricing-norbu {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.ecs-pricetable-box .pricing-norbu .pricing-item {
	margin: 20px;
	color: #fff;
	cursor: default;
	font-family: 'Myriad Pro', Arial, sans-serif;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.08);
	border-radius: 10px;
	-webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
    width: 320px;
    padding: 20px 20px;
    text-align: center;
}
.ecs-pricetable-box .pricing-norbu .pricing-item:nth-child(3n){
    margin-right: 0;
}
.ecs-pricetable-box .pricing-norbu .pricing-item:hover {
	border: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.18);
}
.ecs-pricetable-box .pricing-norbu .pricing-title {
	font-size: 28px;
	font-weight: 400;
	margin: 8px 0;
	padding: 20px;
    position: relative;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ecs-pricetable-box .pricing-norbu .pricing-title::after {
	content: '';
	position: absolute;
	width: 20%;
	height: 2px;
	background: #fff;
	left: 40%;
	bottom: 0;
}
.ecs-pricetable-box .pricing-norbu .pricing-price {
	font-size: 3.5em;
	padding: 0 0 0 0;
	font-weight: 500;
	position: relative;
    z-index: 100;
}
.ecs-pricetable-box .pricing-norbu .pricing-currency {
	font-size: 0.5em;
	vertical-align: super;
}
.ecs-pricetable-box .pricing-norbu .pricing-period {
	font-size: 0.25em;
	padding: 1em;
}
.ecs-pricetable-box .pricing-norbu .pricing-sentence {
	padding: 16px 26px;
	font-size: 1em;
	margin: 0 auto 1em;
}

.ecs-pricetable-box .pricing-norbu .pricing-feature-list {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin: 0 2em;
	letter-spacing: 0;
	padding: 2em 0;
	list-style: none;
}

.ecs-pricetable-box .pricing-norbu .pricing-action {
	font-weight: bold;
	flex: none;
	margin: auto 1em 1em;
	padding: 10px 2em;
	color: #4aa8e4;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	-webkit-transition: background 0.3s;
    transition: background 0.3s;
    display: inline-block;
    font-size: 16px;
}

.ecs-pricetable-box .pricing-norbu .pricing-action:hover,
.ecs-pricetable-box .pricing-norbu .pricing-action:focus {
	background: #fff;
}