    body {
		overflow-x:hidden;
		overflow-y:auto;
	}

#func_li li {
    float: left;
    margin-bottom: 10px;
    min-height: 260px;
}

#func_li h4 {
    font-size: 22px;
}

#func_li p {
    font-size: 12px;
    line-height: 24px;
}
.custom-resp{
    margin-top:30px;
}
.custom-resp h4{color:#fd5f46;font-size: 16px;padding-top:0;margin-top:0;text-align:left;}
.custom-resp h6{color:#999797;font-size: 14px;text-align:left;}
.custom-resp p {
	text-align:left;
}

.func_box {
    overflow: hidden;
    padding-bottom: 50px;
    /*background: url(../images/tip.gif) center bottom 20px no-repeat;*/
}
.clickBtn{
	position:absolute;
	z-index:-1;
	bottom:18px;
	width:100%;
	margin:0 auto;
	text-align:center;
}


.bg_gray {
    background-color: #ececec;
}
.responsive_box {
    margin-bottom: 70px;
    overflow-x: hidden;
    padding-bottom: 30px;
    position: relative;
}

.sub_menu {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 12px;
    width: 100px;
    display: none;
}

.s_1,
.s_2,
.s_3,
.s_4,
.s_5,
.s_6,
.s_7,
.s_8,
.s_9,
.s_0 {
    position: absolute;
    width: 10px;
    border-right: 1px transparent solid;
    bottom: 66px;
    cursor: pointer;
    margin-left: -5px;
}

.s_1 {
    height: 156px;
    left: 3.336%;
}

.s_2 {
    height: 156px;
    left: 13.960%;
}

.s_3 {
    height: 156px;
    left: 24.846%;
}

.s_4 {
    height: 156px;
    left: 35.382%;
}

.s_5 {
    height: 156px;
    left: 46.708%;
}

.s_6 {
    height: 156px;
    left: 57.682%;
}

.s_7 {
    height: 156px;
    left: 67.867%;
}

.s_8 {
    height: 156px;
    left: 77.700%;
}

.s_9 {
    height: 156px;
    left: 87.182%;
}

.s_0 {
    height: 156px;
    left: 96.927%;
}

.s_1:hover .sub_menu,
.s_2:hover .sub_menu,
.s_3:hover .sub_menu,
.s_4:hover .sub_menu,
.s_5:hover .sub_menu,
.s_6:hover .sub_menu,
.s_7:hover .sub_menu,
.s_8:hover .sub_menu,
.s_9:hover .sub_menu,
.s_0:hover .sub_menu {
    /*border-color: red;*/
    display: block;
}

.title_index {
    max-width: 60%;
    margin-bottom: 5px;
}

.pt20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.case_box_index {
    margin-bottom: 20px;
    min-height: 330px;
}

.hover_border {
    border: 5px transparent solid;
    overflow: hidden;
	min-height:365px;
}

.owl-pagination{
    margin-top:60px;
    margin-bottom:30px;
}

.case_box_index:hover .hover_border {
    overflow: hidden;
    border: 5px #fd5f46 solid;
}

.case_box_index img {
   /* width: 360px;*/
}

.case_box_index h4 {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}

.case_box_index p {
    font-size: 12px;
    color: #262626;
    line-height:24px;
}

.col-xs-12.col-sm-6.col-md-3 img {
    /*width: 767px;*/
}

.nbs-flexisel-container {
    /*position: relative;*/
    max-width: 100%;
    overflow: hidden;
    padding:20px 0px;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /*text-align: center;*/
}

.nbs-flexisel-inner {
    overflow: hidden;
    /*float: left;*/
    width: 100%;
    /*    background: #fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    /* FF3.6+ */
    /*background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eee));*/
    /* Chrome,Safari4+ */
    /*background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);*/
    /* Chrome10+,Safari5.1+ */
    /*background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);*/
    /* Opera11.10+ */
    /*background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);*/
    /* IE10+ */
    /*background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);*/
    /* W3C */
    /*border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    font-size:10px;
    /*line-height: 0px;*/
    /*// display: inline-block;*/
    height: 100%;
}

.nbs-flexisel-item img {
    /*// width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    /*// max-width:100px;*/
    /*// max-height:45px;*/
}


/*分屏显示*/
.index-slider{width:100%;}
.index-slider ul{width:300%;overflow:hidden;padding:0;position:relative;}
.index-slider ul li{float:left;width:33.333%;list-style-type: none;}
.index-slider ul li img{max-width:100%;}

.btn-slider{
    position:absolute;    
    margin-top:-30px;
    top:50%;
    cursor: pointer;
    height:56px;width:56px;  
    overflow:hidden; 
    border:1px solid white; 
}
.prev{left:30px;}
.next{right:30px;}
.prev img{margin-left:-56px;}
.smallbtn-container{
    position:absolute;
    bottom:10%;right:10%;
}
.smallbtn-container img{
    margin-left:8px;
    cursor: pointer;
}

.kjdx-right-mark{
    position:absolute;
    left:-10%;top:50%;
    margin-top:-6px;
}
.kjdx-solution{
    position:relative;
}

/*底部导航条图标样式*/
.bottom-nav-container{
    border-top:1px solid #ccc;
}
.bottom-nav ul li{
    padding-left:0;
	padding-right:0;
	margin-left:4%;
}
.bottom-nav ul li:first-child{
    margin-left:0;
}
.bottom-nav ul li a{
    color:black;
    font-weight:100;
    font-size:14px;
}
.bottom-nav ul li a:hover{
    text-decoration: none;
    color:red;
}
.btn-add{
    padding:10px 10px;
    background:#fd5f46;
}
.phone-kefu p{
    color:red;
    font-size:20px;
    margin-top:-8px;
}
/*.self-margin-top-100 .phone-kefu p{
    color:red;
    font-size:20px;
    margin-top:-8px;
}*/
.icon-login img{
    /*margin-left:18px;*/
}
.btn-bottom{
    padding:5px 50px;
    background:#fd5f46;
}

/*.about-rhy li{margin:0 60px;}*/

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */


/* clearfix */
#responsive-mode li{
    margin-left:96px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    /*position: relative;*/
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px 7px;
    /*filter: Alpha(Opacity=50);IE7 fix*/
    /*opacity: 0.5;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #c3c3c3;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    /*filter: Alpha(Opacity=100);IE7 fix*/
    /*opacity: 1;*/
    border: 1px #fd5f46 solid;
    background-color: #fff;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    width: 40px;
    height: 33px;
    top: initial!important;
    bottom: 10px;
    cursor: pointer;
}

.nbs-flexisel-nav-left {
    background: url(../images/btn_left.gif) center center no-repeat;
    left: 30%;
}

.nbs-flexisel-nav-right {
    right: 30%;
    background: url(../images/btn_right.gif) center center no-repeat;
}
/*
.navbar-nav li a {
    font-weight: bold;
}
*/
.top_nav .logo {
    /*width: 11.65%;*/
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    /*width: 233px;*/
    background-color: #fd5f46;
}

.menu_nav {
    float: left;
    margin-top: 18px;
}

.top_nav .menu_nav li {
    float: left;
    display: block;
    /*padding:15px;*/
    padding: 10px 20px 0;
    background: url(../images/dot_menu.gif) right 20px no-repeat;
}

.move-right,.move-left{
    cursor: pointer;
    position:absolute; 
    top:120px;
    
}

.move-right {
	right: -20px;
}
.move-left {
	left: 0;
}

.top_nav .menu_nav li:last-child {
    background: none!important;
}

.top_nav .menu_nav li a {
    font-weight: bold;
    color: #000;
    border-bottom: 2px transparent solid;
    padding-bottom: 37px;
}

.menu_nav li.active a,
.menu_nav li:hover a {
    border-bottom: 4px #fd5f46 solid;
    /*display: block;*/
    color: #fd5f46;
}

.menu_nav a:hover {
    text-decoration: none;
}

.menu_nav .navbar-toggle {
    /*background-color: #FD5F46;*/
}

.login_box {
    position: absolute;
    right: 1px;
    height: 88px;
    top: 0;
}

.login_box a {
    color: #333;
    text-decoration: none;
}

.self-success-container{
	border:1px solid #ccc;
	padding:30px 10px;
}

.self-success-text{
	padding-top:40px;
}

.top_nav {
    position: relative;
    overflow: hidden;
    border-bottom: 1px #ccc solid;
    background-color: #fff;
}

.tel_top {
    position: absolute;
    right: 432px;
}

.top_txt {
    position: absolute;
    right: 74px;
}

.login_box li {
    border: 1px #FD5F46 solid;
    border-top: none;
    /*padding: 10px 15px;*/
    padding-left: 10px;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.self-money-ul li a{
	color:black;
	text-align:left;
	font-size:16px !important;
}

.self-money-ul li a:hover{
	color:red;
	background:none;	
}
.order-list{
    font-size:12px;
    overflow-x:auto;    
}
.self-color-red{
	color:red;
}
.self-clear-padding{
	padding:0;
}
.self-margin-top-10{
    margin-top:10px;
}
.self-margin-top-20{
    margin-top:20px;
}
.self-margin-top-60{
    margin-top:60px;
}
.self-margin-top-40{
    margin-top:40px;
}
.self-margin-top-30{
    margin-top:30px;
}
.self-margin-top-50{
    margin-top:50px;
}
.self-margin-top-100{
    margin-top:100px;
}
.self-margin-top-130{
    margin-top:130px;
}
.self-margin-top-90{
    margin-top:90px;
}
.self-margin-top-100 h4{
    margin-top:20px;
}
.self-margin-top-70{margin-top:70px}
.self-margin-top-80{margin-top:80px}
.self-margin-top-100 p{
    line-height: 1.6em;
    font-size:1.1em;
}
.self-margin-bottom-50{
    margin-bottom:50px;
}
.self-margin-bottom-90{
    margin-bottom:90px;
}
.self-margin-bottom-100{
    margin-bottom:100px;
}
.self-margin-top-90 p{
    margin-bottom:30px;
    line-height: 1.6em;
    font-size:1.1em;
}
.self-padding-60{
    padding-bottom:60px;
}
.self-padding-bottom-100{
    padding-bottom:100px;
}
.self-padding-30-0{
    padding:30px 0px;
}
.self-padding-bottom-30{
    padding-bottom:30px;
}
.self-pull{
    float:right;
}
.self-hidden{
    display:none;
}
.self-ds-bg{
    padding-bottom:100px;
    background:url(../images/gold.png) no-repeat center center;
}
.rhy_what p{
    font-size:14px;
}
.xt-features{
    position:absolute;
    height:98px;width:98px;    
    line-height:98px;
    text-align:center;
    color:white;
    font-size:1.4em;
    cursor: pointer;
    opacity: 0.7;
    filter:Alpha(opacity=70);
}
.xt-features-small{
    position:absolute;
    height:66px;width:66px;    
    line-height:66px;
    text-align:center;
    color:white;
    font-size:1em;
    cursor: pointer;
    opacity: 0.7;
    filter:Alpha(opacity=70);
}
.xt-features:hover,.xt-features-small:hover,.p2p:hover{
    opacity: 1;
    color:black;
}
.xt-features-bg-yellow{
    background:url(../images/bg-yellow.png) no-repeat;
}
.xt-features-bg-red{
    background:url(../images/bg-red.png) no-repeat;
    filter:Alpha(opacity=80);
    opacity:0.8;
}
.xt-features-bg-blue{
    background:url(../images/bg-blue.png) no-repeat;
}
.xt-features-bg-green{
    background:url(../images/bg-green.png) no-repeat;
}
.xt-features-bg-qing{
    background:url(../images/bg-qing.png) no-repeat;
}
.xt-features-bg-orange{
    background:url(../images/bg-orange.png) no-repeat;
}
.p2p{
    position:absolute;
    left:30%;top:20%;
    height: 124px;
    width:124px;
    line-height: 124px;
    text-align:center;
    font-size:3em;
    color:white;
    font-weight: 600;
    cursor: pointer;
    opacity:0.7;
    filter:Alpha(opacity=70);
    background:url(../images/bg-deepblue.png) no-repeat;
}
.intdust-pos{
    position:absolute;
    padding:12px 14px;
    background:#fbfbfb;
    border-radius: 6px;
    opacity: 0.8;
     filter:Alpha(opacity=80);
    font-size:1.1em;
    cursor: pointer;
}
.intdust-pos .indust-property{
    position:relative;
}
.intdust-pos .indust-property div{
    position:absolute;
    left:50%;top:100%;
    margin-left:-5px;
    margin-top:12px;
    border-top:10px solid #fbfbfb;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.intdust-pos:hover{
    background:yellow;
}
.intdust-pos .indust-property div:hover{
    border-top-color:yellow;
}

.intdust-pos-1{
    left:2%;
    top:10%;
}
.intdust-pos-2{
    left:65%;
    top:14%;
}
.intdust-pos-3{
    left:35%;
    top:30%;
}
.intdust-pos-4{
    left:2%;
    top:50%;
}
.intdust-pos-5{
    left:60%;
    top:60%;
}
.intdust-pos-6{
    left:20%;
    top:70%;
}

#submit_form{
    padding-top:8px;
    padding-bottom:8px;
}

.addSign{
    position:absolute;
    top:50%;
    right:-15px;
}

/*模版详情页面*/
.nav-mode-info div a{
    color:#999797;
}
.self-responsive-mode{
    position:absolute;
    display:inline-block;
    width:210px;
    padding-left:16px;
    left:180px;top:35px;
    background:url(../images/dot_menu.gif) left center no-repeat;
}
.menu-mode{margin-top:10px;margin-left:40px;}
.menu-mode ul li{float:left;background:url(../images/dot_menu.gif) left 20px no-repeat;}
.menu-mode ul li:first-child{background:none;}
.menu-mode ul li a{display:block;color:black;padding:10px 25px 30px 25px;font-size:14px;font-weight:600;}
.menu-mode ul li.active a{background:url(../images/menu-top.png) center bottom no-repeat;color:red;}

.page-pos,.page-pos a{color:#999797 !important;font-size:12px;}
.nav-mode-info div.menu_nav{
    margin-top:10px;
}
.net-phone{
    color:red;
    font-weight:100;
    font-size:24px;
    border:1px solid red;
    padding:2px 6px;
}
.mode-info-text h5{
    color:#999797;
    font-size:12px;
}
.mode-info-right{
    font-size:12px;
    color:#272727;
}
.mode-info-right select{
    padding:4px;
    margin-left:10px;
    border-color:#dedede;
    outline:none;
}
.rmb-mark{
    font-size:30px;
}
.price{
    font-size:52px;
    vertical-align:top;
}
.operator div{
    padding:12px 0px;
    font-size:16px;
    color:#999797;
    cursor:pointer;
}
.operator div.active{
    background:#fd5f46;
    color:white;
}
.similar-mode{
    padding:6px 12px;
    background:#f5f5f5;
}
.similar-mode span{
    font-size:16px;
}
.similar-mode span.mode-mark{
    color:red;
    font-size:20px;
}
.advantage{
    position:absolute;
    background:url(../images/dot_list_bg.png) no-repeat left center;
    padding:2px 20px;    
}

@media (max-width:768px){
    .advantage{
        position:static;
    }
	.erweima{
        margin-left:50%;
    }

}
@media (max-width:992px) and (min-width:768px){
    
    .move-left,.move-right{
        margin-top:100px;
    }
    .move-left{
        left:0;
    }
    .move-right{
        right:-20px;
    }
    .xs-block-webtype{
        display:block;
    }
    .mode-info-right select{
        margin:10px 0px;
    }
}

/*订单支付页面提示消息*/
.lay-opac{
    position:fixed;
    left:0;top:0;
    height:100%;
    width:100%;
    background:#ababab;
    opacity:0.8;
    filter:Alpha(opacity=80);
}
.pos-tip{
    position:fixed;
    left:50%;top:50%;
    margin-left:-300px;
    margin-top:-150px;
}
.pos-tip .tip-container{
    height:300px;
    width:600px;
    padding:0 30px;
}
.pos-tip .tip-container h4{
    padding:20px 0px;
    border-bottom:1px solid #ccc;
    font-weight:600;
}

.pos-tip .pay-success h3{
    font-size:16px;
    font-weight:600;
}
.pos-tip .pay-success h3 span{margin-left:20px;color:#f35d32;}
.pos-tip .tip-container .pay-success h3 a{color:#999797;}
.pos-tip .tip-container .pay-container{
    padding:60px 0px;
}
.pos-tip .tip-container .pay-container p{
    line-height:26px;
    font-size:14px;
}
.pos-tip .tip-container .pay-container .title{
    font-size:16px;
}
.pos-tip .tip-container .pay-container a{
    color:red;
}
.close-pay{
    position:absolute;
    right:-39px;top:0px;
    padding:10px;
    background:#898989;
    cursor: pointer;
}
.close-pay img{
     cursor: pointer;
}
.close-pay:hover{
    background:#650707;
}


.bright-spot-ul{
    max-width:120px;
    padding:0;
}
.bright-spot-ul li{
    padding:8px 12px;
    margin-bottom:18px;   
    text-align:left;
    cursor: pointer;
    border:1px solid transparent;
    margin-top:2px;
}
.bright-spot-ul li:hover{
    background: #fd5f46;
    border-color:#fd5f46;
    /*border-radius: 4px;*/
	color:white;
}
.bright-spot-ul .active{
    background: #fd5f46;
    border-color:#fd5f46;
    /*border-radius: 4px;    */
	color:white;
}
.order-info{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-bottom:20px;
    overflow-x:auto;   
}
.order-title,.order-details{
	padding:20px 0px;
	min-width:700px;

}

.self-font-size-12{
	font-size:12px
}
.self-balance{
	padding:0px 0px;
}
.self-balance h2{
	margin-bottom:30px;
}
.self-text-align{
	margin-left:18px;
	margin-top:-5px;
}
#my_charge,#myCash{
	padding:0px 10px;
}
#text-bright-pot{
    width:50%;
    position:absolute;
    left:30%;;top:45%;
    color:white;font-size:1em;
}
@media (max-width:1400px){
    #text-bright-pot{
        width:50%;
        top:40%;
    }
}
@media (min-width:1400px){
    #text-bright-pot{
        width:40%;
        left:50%;
    }
}
@media (max-width:768px){
	.self-xs-align{
		text-align:left;
	}
    .self-margin-top-90{
        margin-top:20px;
    }    
    .self-margin-bottom-50{
        margin-bottom:20px;
    }
    .self-margin-top-50{
        margin-top:20px;
    }
    .self-pull{
        float:left;
    }
	.self-margin-top-70{margin-top:30px}
	.self-margin-top-80{margin-top:30px}

    .self-xs-pull-right{
        float:right;
    }
    .self-margin-top-100{
        margin-top:30px;
    }
    .self-media-margin{
        margin-top:20px;
    }
    .self-margin-top-60{
        margin-top:30px;
    }
    .self-padding-bottom-100{
        padding-bottom:30px;
    }
    .xt-features{
       position:static;
       float:left;
    }
	.introduction-info>img{
		position:absolute;
		z-index: -1;
	}
    .xt-features-small{
       position:static;
       float:left;
    }
    .p2p{
        
    }
    .intdust-pos{
        position:static;
        margin-bottom:4px;
		font-size: 1em;
    }
	.tool-list>div{
		width:49%;
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	.introduction-info{
		position:relative;
	}
	.introduction-info>img{
		position:absolute;
		z-index: -1;
	}
	.intdust-pos:last-child{
    	margin-bottom:30px;
    }
	.advantage{
		background: url(../images/dot_list_bg.png) no-repeat 20% center;
		text-align:center;
	}
	.rhy_about_td {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.logo_txt{
		font-size: 16px !important;
	}
    .intdust-pos .indust-property div{
        position: static;
        display: none;
    }
    .self-ds-bg{
        background: none;
    }
    .bright-spot-ul{
        max-width:100%;
    }    
    .btn-slider{
        display:none;
    }
    .xs-block{
        display:block;
        padding:10px 14px;
    }
    .xs-block-webtype{
        display:block;
    }
    .mode-info-right select{
        margin:10px 0px;
    }
    .move-left,.move-right{
        display:none;
    }
    .nav-mode-info{
        float:left;
    }
    .phone-kefu,.icon-login{
        margin-top:30px;
    }
    .hlzx-right h6:first-child{
        margin-top:30px;
    }
    .kjdx-right-mark{
        display:none;
    }
    .kjdx-step{
        margin-top:15px;
    }
    .bright-spot-ul li{
        margin-bottom:0;
    }
    #responsive-mode li{
        margin-left:10px;
    }
    .self-responsive-mode{
        display:none;
    }
    .menu-mode{
        display:none;
    }
    .net-phone{
        display:none;
    }
    .iphone_box{
       background:none !important;
    }
    .like_mode{
        margin-bottom:30px;
    }
    div.img-payRight{
        width:100%;
        left:0 !important;
    }
    .img-payRight img.prev-img,.img-payRight img.next-img{
        display:none;
    }
    .img-payRight span.close-btn{
        right:0px;
        top:-29px;
    }
	
	.pager li>a, .pager li>span{
        border-radius: 5px;
    }
   .responsive_box{overflow-x:auto;}
   
}
@media (min-width:768px) and (max-width:1200px){
    .contact-us{
        margin-top:20px;
    }
    .hlzx-right h6:first-child{
        margin-top:30px;
    }
    .self-responsive-mode{
        display:none;
    }
}
@media (min-width:1200px){
    .erweima{
        margin-left:-20px;
    }
}

@media (min-width:990px) and (max-width:1199px){
    .erweima{
        margin-left:20px;
    }
}


html {
    position: relative;
    /*overflow: hidden;*/
}

body {
    /*overflow: hidden;*/
    /*overflow: auto;*/
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.menu_nav .icon-bar {
    background-color: #000;
}

.mobile_txt {
    display: none;
}

.mobile_nav {
    position: fixed;
    right: -142px;
    top: 0;
    /*width: auto;*/
    border-left: 1px #ccc solid;
    font-size: 16px;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /*display:  none;*/
    background-color: #fff;
}
.mobile_nav a {
	font-size: 16px !important;
}

.new-fp-address{
    position:fixed;
    width:100%;
    /*max-height:650px;*/
    max-width:500px;
    z-index:101;
    top:10%;
    left:35%;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:30px;
    background:white;
}
.new-address-title{
    position:relative;
}
.new-fp-address .close-btn{
    display:inline-block;
    padding:5px;
    background:#ccc;
    position:absolute;
    right:1px;top:1px;
    cursor: pointer;
    z-index:102;
}
.new-fp-address .close-btn:hover{
    background:#999897;
}
.new-fp-address h4{padding-bottom:10px;}
.self-form-top{
    margin-top:20px;
}
.btn-orange_address{
    background: #fd5f46;
    padding: 8px 18px;
    color: white;
    border-radius: 2px;
}
.btn-orange_address:hover{
    background: #d9534f;
    color: white;
}

.list-unstyled {
    margin-bottom: 0;
}

.mobile_nav li:first-child {
    height: 89px;
    line-height: 4.5;
}

.mobile_nav li {
    padding: 10px 15px;
    border-bottom: 1px #ccc solid;
    text-align: center;
}

.mobile_nav li.active {
    border-right: 2px #FD5F46 solid;
}

.mobile_nav li a {
    color: #333;
    text-decoration: none;
}
.self-return-ul{
	position:relative;
	margin-left:37%;
	padding:0;
}
.self-return-ul li{float:left;padding:0;}
.self-return-ul .stepLine{
	width:18%;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

.self-return-ul .stepLine-1{
	width:28%;
}
.return-step-span-4{
	position:absolute;
	margin-left:-20px;
    top:20px;
}
.return-step-span-2{
	position:absolute;
	margin-left:-10px;
    top:20px;
}
.self-return-ul  .step-finished{
	border-bottom:1px solid red;
}

.self-notice p{
	padding:20px 2px;
	font-size:0.9em;
	line-height:1.8em;
}
.self-notice  a:hover{
	color:red;
}
.self-notice div{
	padding:50px 0;
}

/* 解决方案页面自定义UL */
.solute-container{
	border-bottom:1px solid #ccc;
	background:white;
}
.self-ul-list{
	/*margin-left:10%;*/
    text-align:center;
}
.self-ul-list li{
	/*float:left;*/
    display:inline;
	margin-left:8%;
}
.self-ul-list li:first-child{
	margin-left:0px;
}
.self-ul-list li a{
	/*display:block;*/
    display:inline-block;
	padding:15px 0px;
	border-bottom:4px solid white;
	color:black;
}
.self-ul-list .border-red{
	border-color:red;
	color:red !important;
}
.self-ul-list li a:hover{
	border-color:red;
	text-decoration:none;
	color:red !important;
}
.self-ul-list li a:focus{text-decoration:none;}

.select_submenu{
    display:inline-block;
    padding:15px 0px;
    color:#fd5f46;
}

.self-solu-what{
    background:white;
    max-width:363px;
    min-height:210px;
}
.self-solu-what div{
    padding:40px 0px;
}
.self-solu-what div span{
    font-size:1em;
    font-weight:600;
}
.self-solu-what div p{
    padding-top:15px;
    font-size:0.75em;
}
.self-product-line{
    border-top:3px solid red;
    padding-top:30px;
    padding-left:0;
    padding-bottom:30px;
}
.self-product-line .btn,.self-contanct-btn .btn{
    padding:13px 32px;
    background: #fd5f46;
}
.self-product-line .btn:hover,.self-contanct-btn .btn:hover{
    background:#D43F3A;
}
@media (max-width:768px){
    .self-solu-what div{
        padding:5px 0px;
    }

}

/*about 页面样式*/

.sub_banner {
    overflow: hidden;
    color: #D8D8D8;
    text-align: center;
    /*padding-top: 98px;
    padding-bottom: 160px;*/
    padding-top: 129px;
    padding-bottom: 129px;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-us{
    background: url(../images/sub-banner-us.jpg) center center no-repeat;
}
.banner-respond{
     background: url(../images/sub-banner-respond.jpg) center center no-repeat;
     padding-top: 73px !important;
}
.banner-eg{
    background: url(../images/sub-banner-eg.jpg) center center no-repeat;
}
.banner-solute{
     background: url(../images/sub-banner-solute.jpg) center center no-repeat;
}
.banner-join{
     background: url(../images/partner.jpg) center center no-repeat;
}

.sub_banner p {
    font-size: 32px;
    margin-bottom: 0;
}
.sub_banner span{
    font-size:18px;
}

/*.tab_title {
    border-top: 1px #dedede solid;
    border-bottom: 1px #dedede solid;
    text-align: center;
    padding-top: 10px;
}

.tab_title li {
    display: inline-block;
    padding: 10px 5px;
    font-size: 16px;
}

.tab_title li a {
    color: #333;
    text-decoration: none;
}

.tab_title li.active {
    border-bottom: 3px #FD5F46 solid;
}

.tab_title li.active a {
    color: #FD5F46;
    text-decoration: none;
}*/

.tab-pane h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.tab-pane p {
    font-size: 14px;
    line-height: 20px;
    line-height:22px;
    /*margin-bottom:10px;*/
}

.rhy_about_td {
    padding-top: 60px;
    padding-bottom: 60px;
}

.rhy_about_td img {
    margin-bottom: 25px;
}

.rhy_about_td p {
    text-align: center;
    margin-bottom: 0;
}

.rhy_info {
    background: url(../images/rhy_info_bg.jpg) 5px 5px repeat;
    padding-top: 30px;
    padding-bottom: 95px;
}

.rhy_info h3 {
    margin-bottom: 40px;
}

.rhy_info .col-sm-offset-1 {
    padding-top: 70px;
}

.about_rhy_box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about_rhy_box h3 {
    margin-bottom: 30px;
    /*margin-bottom:8px;*/
}
.brand_border{
    border: 1px #ccc solid;
    overflow: hidden;
}
.about_rhy_box .small_title {
    margin-bottom: 30px;
}
.paddtb{ padding-top: 60px;}
.about_rhy_box .paddtb {
    padding-bottom: 60px;
}
.brand_border .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.brand_border .title.t1{background: #fd5f46;}
.brand_border .title.t2{background: #3297db;}


.form_box h3 {
    margin-top: 50px;
    margin-bottom: 40px;
}

#join_us b {
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}
.self-classic-eg{
	border:1px solid #ccc;
	margin-top:30px;	
	box-shadow:0 6px 12px rgba(0,0,0,.175);	
}
.btn-orange_active:hover {
    color: #fff;	
}
.self-input-focus{
    height:auto !important;
	padding-top:12px;
	padding-bottom:12px;
}
.self-input-focus:focus{
	border-color: red;
	border-width:1px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-getIdentCode{
	color:red;
	position:absolute;
	right:0;top:0;
	padding-top:10px;
	padding-bottom:10px;
}
.pwd-action{
	color:red;
	padding-top:10px;
}
.bottom_btn {
    padding-top: 50px;
}

.bottom_btn p {
    margin-bottom: 10px;
}

.tab-content{padding-bottom:60px;}
.responsive_diy li {
    font-size: 14px;
    color: #FD5F46;
    white-space: nowrap;
    list-style: none;
    background: url("../images/dot_list_bg.png") left center no-repeat;
    padding-left: 20px;
	margin-bottom:20px;
}

.responsive_diy ul {
    margin: 0;
    padding: 0;
    margin-top: 90px;
}

.responsive_diy {
    padding-bottom: 50px;
}

.experience {
    padding-bottom: 60px;
}

.experience .media-heading {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    background: url(../images/txt_bg.png) bottom left no-repeat;
    margin-bottom: 3px;
}

.experience .media_content {
    color: #999797;
    font-size: 12px;
}

.experience .media:first-child {
    margin-top: 15px;
}

#temp_responsive .nbs-flexisel-container {
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

#temp_responsive li {
    text-align: center;
}

#temp_responsive .nbs-flexisel-nav-left,
#temp_responsive .nbs-flexisel-nav-right {
    top: 22px!important;
    height: 13px;
    background: url(../images/temp_btn.png) left center no-repeat;
    width: 7px;
}
.red-caret img{
    margin:0;
}
#temp_responsive h5{
    margin-top:20px;
}
#type_template li.active{
    color:red;
}

#temp_responsive .nbs-flexisel-nav-left {
    left: 5px;
}

#temp_responsive .nbs-flexisel-nav-right {
    right: 5px;
    background-position: right center;
}

.temp_border {
    border: 10px #000 solid;
    position: relative;
    cursor: pointer;
}

.mode-info-hover{
    height:105%;width:104%;
    position:absolute;
    left:0;top:-10px;
    background:#3c4750 url(../images/mode-info-hover.png) center center no-repeat;
    opacity:0.8;
    filter:Alpha(opacity=80);
}

.iphone_box {
    /*position: absolute;
    right: -16px;
    bottom: -10px;
    background: url('../images/iphone.png') center center no-repeat;
    width:25%;
    max-width: 82px;
    max-height: 177px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 21px;*/
	
	position: absolute;
    right: -26px;
    bottom: -10px;
    /*background: url('../images/iphone.png') center center no-repeat;*/
    width:25%;
    max-width: 82px;
    max-height: 177px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 21px;
}

/*支付认证信息*/
.shade{
    position:fixed;
    z-index:99;
    top:0;left:0;
    width:100%;height:100%;
    background:#ccc;
    opacity:0.7;
    filter:Alpha(opacity=70);
}

.img-payRight{
    position:fixed;
    z-index:100;
    top:20px;
    left:25%;
    width:44%;
    background:white;
    padding-top:50px;
    padding-bottom:50px;
    text-align:center;
}
.img-payRight div{position:relative;}

.img-payRight img.img-responsive{max-width:450px;width:100%;}

.img-payRight p{margin-top:20px;margin-bottom:10px;}

.img-payRight span{font-size:12px;}

.img-payRight img.prev-img{
    position:absolute;
    left:20px;
    top:50%;
    margin-top:-39px;
}
.img-payRight img.next-img{
    position:absolute;
    right:20px;
    top:50%;
    margin-top:-39px;
}
.img-payRight .close-btn{
    display:inline-block;
    padding:5px;
    background:#ccc;
    position:absolute;
    right:-29px;
    top:-50px;
    cursor: pointer;
}
.img-payRight .close-btn:hover{background:#999897;}

.temp_box img {
    width: 640px;
}



.label_abs {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #858585;
}

#newPwd,#repeat-newPwd{
	text-indent: 0px;
}
.img-pwd-reset-true{
	padding-top:20px;
}

.third_login {
    text-align: center;
}

.third_login a {
    display: inline-block;
    margin: auto;
}

.login_line {
    border-bottom: 1px #ccc solid;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.login_line span {
    position: absolute;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.panel-body {
    padding-top: 0;
}
.retrun-panel{
	padding-top:30px;
}
label {
    cursor: pointer;
    font-weight: 400;
}

.panel {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.find_pwd {
    color: #fd5f46 !important;
    text-decoration: none;
}

.find_pwd:hover {
    color: #fd5f46;
    text-decoration: none;
}

.bg_white {
    background-color: #fff;
}
.font_black{
	color:black;
    text-decoration: underline;
    letter-spacing: 2px;
}
.font_green{
    color:green;
}

.font_black:hover{
	color:red;
	text-decoration:none;
}
.font_green:hover{
    color:red;

}

.order_bg {
    /*background: url(../images/order_bg.png) center center no-repeat;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 40px;*/
    position: relative;
    margin-top: 20px;
}

.img_bg {
    position: absolute;
    top: 0;
    left: 0;
}

.order_pic_bg {
    position: absolute;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.user_avatar {
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}
.user_info{
  /*  border-right:2px solid #e4e4e4;*/
    float:left;
    margin-left: 30px;
}
.custom-info{
    /*padding-bottom: 20px;*/
    border-right: 2px solid #e4e4e4;
}
.user_info h6 {
    color: #b5b5b5;
    margin-top: 20px;

}
.user_info h5{
    font-size: 14px;
    color:black;
    margin-top: 2px;
    margin-bottom: 10px;
}
.order_txt h5 {
    margin-top: 2px;
    margin-bottom: 2px;
    /*font-size: 0.8em;*/
}
.order_txt h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.order_price {
    color: #fd5f46;
}
.order_price .rmb{
    font-size: 18px;
    vertical-align: top;
}
.order_price h1 {
    font-size: 30px;
}

.my_menu li {
    float: left;
    margin-right: 50px;
}

.order_border {
    border: 1px #ccc solid;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mt25 {
    margin-top: 25px;
}

.my_menu_border {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    /*margin-top: 20px;*/
}

.my_menu li a {
    color: #7D7D7D;
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}

.my_menu li.active a,
.my_menu li a:hover {
    border-bottom: 4px #FD5F46 solid;
    color: #FD5F46;
}
.pagelbi{
	float:right;
	margin-top:10px;
	margin-right:14px;
	margin-bottom:10px;
}

.menu_mobile .dropdown-toggle {
    width: 100%;
    display: block;
    text-align: right;
    color: #333;
    text-decoration: none;
	background-color: #fff;
}

.menu_mobile .dropdown-menu {
    right: -13px;
    left: initial;
}

.menu_mobile .dropdown-menu li.active a {
    color: #FD5F46;
    background-color: #fff;
}

.border_title {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}

.add_addr_btn {
    width: 208px;
}

.my_info_label {
    text-align: right;
    padding: 0;
}

.order_buy .order_border .col-xs-12 {
    padding-bottom: 30px;
}

.order_buy .order_border:hover {
    border-color: #fd5f46;
    cursor: pointer;
}

.order_buy .order_border1 .col-xs-12 {
    padding-bottom: 30px;
}

.order_buy .order_border1:hover {
    border-color: #fd5f46;
    cursor: pointer;
}

.order_buy .order_border1:hover .edit_btn {
    display: block;
}
.order_border1 {
    border: 1px #ccc solid;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.edit_btn {
    position: absolute;
    bottom: 0;
    display: none;
}

.order_buy .order_border:hover .edit_btn {
    display: block;
}

.pay_name,
.pay_txt {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pay_txt {
    border-left: 1px #ccc solid;
}

.pay_txt {
    color: #8e8e8e;
}

.pay_name input {
    margin-right: 10px;
}

.pay_border {
    width: 100%;
    overflow: hidden;
    border: 1px #ccc solid;
    margin-bottom: 10px;
}

.is_select {
    border-color: #fd5f46;
}

.table thead td {
    font-size: 0.8em;
}

label.select_pay {
    width: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
}

.total_price,.vip {
    color: #fd5f46;
}

.all_m {
    color: #fd5f46;
    font-size: 28px;
}

.price_total b {
    padding-top: 10px;
    padding-right: 10px;
    display: inline-block;
}

.table>tbody>tr>td {
    border-top: none;
    vertical-align: middle;
    border-bottom: 1px #ddd solid;
}
.shop_name a{
    color: #333;
    text-decoration:none;
}
.ptb10{
    /*padding-top: 10px;*/
    padding-bottom: 20px;
}
.fp-container{
    border-bottom:1px solid #ccc;

}
.fp-container span{
    padding:25px 15px 20px 15px;
    
}
.fp-container span:first-child{
    border-right:1px solid #ccc;
}
.bd_top{
    border-top: none;
}
.order_state .table tr td{
    border: none;
}
.left_content,.pay_state,.right_content{
    font-size: 12px;
}
.right_content p{
    font-size: 12px;
}
.money h1{
    font-size: 50px;
    color: #fd5f46;
}
.jf h1{
    color: #f2c21b;
    font-size: 50px;
}
.hb h1{
    color: #39b5d9;
    font-size: 50px;
}
.hb .mm{
    font-size: 14px;
    color: #b5b5b5;
}
@media(max-width: 1479px) {
    .tel_top {
        display: none;
    }
}

@media(max-width: 1159px) {
    .top_txt {
        display: none;
    }
}

@media (max-width: 991px) {
    .case_box_index .col-xs-12 {
        padding: 0;
    }
    .top_nav .menu_nav li {
        padding-left: 6px;
        padding-right: 6px;
    }
    .sub_banner {
        padding-top: 90px;
        padding-bottom: 110px;
    }
    .sub_banner p {
        font-size: 22px;
    }
    .add_addr_btn {
        width: 160px;
    }
}

@media (max-width:767px) {
    .table-responsive {
        border: none;
    }
    .pay_border {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.temp_border{
    	width:90%;
		margin-left:5%;
    }
	.mode-info-right{
		margin-left: 0 !important;
	}
	.mode-info-right .self-margin-top-10{
    	font-size:16px;
    }
	.font-16{
		font-size:16px;
	}
	.responsive_diy ul {
		margin: 0;
		padding: 0;
		margin-top: 50px;
	}
	.self-margin-bottom-100{
		margin-bottom:50px;
	}
	.experience{
		margin-bottom:20px;
	}
	.pay_name,
    .pay_txt {
        padding-top: 0;
        padding-bottom: 0;
    }
    .pay_txt {
        border: none;
    }
    .my_info_label {
        height: 34px;
        line-height: 34px;
    }
    .responsive_box img {
        max-width: none;
        width: 767px;
    }
    .nbs-flexisel-nav-left {
        left: 20%;
    }
    .nbs-flexisel-nav-right {
        right: 20%;
    }
	.integral-wrap{
    	border-top: 1px #e4e4e4 solid;
    }
    .menu_nav .nav {
        display: none;
    }
    .top_nav .logo {
        /*width: 40%;*/
        /*max-width: 233px;*/
    }
    .menu_nav {
        /*width: 60%;*/
        float: right!important;
    }
    .login_box {
        display: none;
    }
    .menu_li {
        display: none;
    }
    .mobile_txt {
        display: block;
    }
    .m_width {
        width: 767px;
        position: relative;
    }
    .s_1,
    .s_2,
    .s_3,
    .s_4,
    .s_5,
    .s_6,
    .s_7,
    .s_8,
    .s_9,
    .s_0 {
        bottom: 20px;
    }
    .diy_func {
        width: 100%;
        margin: 10px auto;
    }
    .my_menu_border {
        padding-bottom: 0px;
		padding-top: 0;
    }
    .edit_btn{
        display: block;
    }
	.self-success-container{
		padding:10px 10px;
	}
	.self-success-text{
		padding:10px 10px;
	}
	.self-succ-loginBtn{
		padding-top:20px;
		
	}
	.self-succ-loginBtn  a{
		float:left;
	}
	.self-succ-loginBtn  a button{
	 	padding-left:20px;
		padding-right:20px;
	}
	.self-return-ul{margin-left:8%;}
	.self-return-ul .stepLine{
		width:20%;
	}
	.self-return-ul .stepLine-1{
		width:38%;
	}
}

@media(max-width: 640px) {
    .temp_box {
        width: 100%;
    }
    .table tbody td img {
        width: 100px;
    }
    .pay_txt{
        display: none!important;
    }
}

@media(max-width: 509px) {
    .order_pic_box,
    .order_txt {
        width: 50%;
    }
    .order_price {
        width: 100%;
        text-align: right;
    }
    .order_price h1 {
        font-size: 20px;
    }
    .order_txt {
        padding-left: 0;
    }
    .order_txt h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
    }
    .order_txt h5 {
        font-size: 0.8em;
    }
    .table span {
        display: block;
    }
}

@media(max-width: 490px) {
    .mobile_txt {
        display: none;
    }
    .area_select {
        width: 100%;
        margin-bottom: 5px;
    }
    .price_li span {
        display: block;
    }
    .pay_state span{
        display: block;
        line-height: 1.5;
    }
}

@media(max-width: 429px) {
    .rhy_about_td {
        width: 100%;
    }
    .table span.shop_pic{
        display: none;
    }
}

@media(max-width: 360px) {
    .case_box_index {
        width: 100%;
    }
    .case_box_index .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .sub_banner {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .sub_banner p {
        font-size: 16px;
    }
    .experience .media-heading {
        font-size: 14px;
        background: none;
        text-align: center;
    }
    .experience .media>.pull-left {
        float: none!important;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .self-classic-eg div.h3{
        font-size:16px;
    }
}


@media (max-width:252px) {
    .logo {
        width: 100%;
        text-align: center;
    }
    .menu_nav {
        margin-top: 0;
    }
}
@media(min-width: 430px){
    .shop_pic{
        margin-right: 10px;
    }
}
@media(min-width: 768px) {
	/*
    .navbar-nav {
        float: left!important;
        margin-right: 0;
        margin-top: 20px;
    }*/
    .border_login {
        overflow: hidden;
		margin-bottom:5%;
        padding: 60px 20px;
    }
    .right_content p{
        font-size: 14px;
    }
    .left_content .br{
        border-right: 1px #ccc solid;
    }
}

@media(min-width: 992px) {
    .top_nav .logo {
        /*width: 20%;*/
        /*max-width: 233px;*/
    }
}

.account_active {color: red !important;}
.blank1 {width:100%;}
.mgleft33 { margin-left: 32%;}

.example-list{
    padding-bottom:30px;
}

.erweima{
    position:absolute;
     left:-50%;
    top:-151px;
}

.operator div a{color:white;}
.operator div a:hover{text-decoration: none;}

.operator div{
    padding:12px 0px;
    font-size:16px;
    color:#999797;
    cursor:pointer;
}
.operator div.active{
    background:#fd5f46;
    color:white;
}
.operator div a{color:white;}
.operator div a:hover{text-decoration: none;}

.operator div{
    padding:12px 0px;
    font-size:16px;
    color:#999797;
    cursor:pointer;
}

.operator div a{color:white;}
.operator div a:hover{text-decoration: none;}
.operator div{
    padding:12px 0px;
    font-size:16px;
    color:#999797;
    cursor:pointer;
}
.btn-getIdentCode{
	color:red;
	position:absolute;
	right:0;top:0;
	padding-top:12px;
	padding-bottom:12px; 

    padding-top:11px\9;
    padding-bottom:11px\9;       
   
}

.btn-contact{
    padding:15px 34px !important;
    background: #fd5f46;
    color:white !important;
    font-size:16px !important;
}
.btn-contact:hover{
    background: #e01d1d;
    color:white;
}
.click-show{
    color:black;
}
.click-show:hover{
    color:red !important;
    text-decoration: none;
}
.pb_b,.pb_c{
    padding-bottom:27px !important;
}
.build-time{
    margin-top:30px !important;
	margin-bottom: 8px !important;
}

.zhaop-info p{
    margin-top:10px !important;
    line-height:26px !important;
    font-size:14px !important;
}

.six-advant-container{
    position:relative;
    z-index:1000;   
}
.six-advant-moveBtn{
    position:absolute;
    top:50%;
    margin-top:-36px;
    cursor:pointer;
    z-index:1001;  
}
.six-advant-moveBtn img{cursor: pointer;}

.six-left{
    left:10%;
}
.six-right{
    right:10%;
}

/*分部招募样式*/
.join-reduce{height:690px;background:url('../images/join-reduce.jpg') no-repeat}
.join-surrport{height:690px;background:url('../images/point-map.jpg') no-repeat center 100px}
.self-surrport-content{padding:20px 0px 10px 0px;color:red;}

.loading{
    background: url(../images/loading.gif) center center no-repeat #fff;
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9999;            
}

@media(max-width:502px){
    .order_price h1{
        padding-left:50%;
        text-align:left;
    }
    .order-operator{
	    padding-top:10px;
	}
	.btn-wrap{
		width:50%;
		float:right;
		padding:0;
	}
	.btn-pay{
		border-color:#fd5f46;
		margin-bottom:10px;
	}
	.btn-newpay{
		color: white !important;
		background-color: #fd5f46;
	}
	.order_txt h5{
		font-size:14px;
	}
	#func_li li{
		text-align:center;
	}
	#func_li li img{
		margin:0 auto;
	}
}
@media(max-width:370px){
	.money{
		padding-left:15px;
	}
}
@media (min-width: 768px){
	.integral-wrap{
	  width: 30%;
	}
	.user-info{
		border-right:1px solid #e7e7e7;
	}
}
