 body {
            background-color: #F1F2F3;
            line-height: 2em;
        }
        p{
            margin: 0;
        }

        .article-list{
            background-color: #FFFFFF;
            padding: 30px;
            line-height: 0;
            margin-bottom: 20px;
            display: block;
            transition: all ease .3s;
        }
        .article-list:hover{
            transform: translate3d(0,-3px,0);
            box-shadow: 0 2px 5px 3px rgba(0,0,0,.05);
        }
        .article-title{
            color: #000000;
            line-height: 3em;
            font-size: 16px;
        }
        .article-intro{
            padding: 16px 0;
            font-size: 14px;
            color: #333333;
            line-height: 24px;
        }
        .article-meta{
            color: #999999;
            font-size: 12px;
            line-height: 1.1em;
            padding-top: 8px;
        }
        .font-red{
            color: #ff6780;
        }
        .icon-arrow-right{
            font-weight: 600;
        }
        .pager-link{
            background: #FFFFFF;
            display: block;
            text-align: center;
            line-height: 2.5em;
        }
        .pager-link:hover{
            background: #ff6780;
            color: #FFFFFF;
        }


        .article-classify-nav{
            width: 100%;
            background: #ffffff;
            margin-bottom: 20px;
        }
        .article-class{
            display: block;
            width: 100%;
            box-sizing: border-box;
            text-align: center;
            font-size: 16px;
            color: #333333;
            margin: 22px 0;
            border-right: 1px solid #f0f0f0;
            line-height: 1em;
        }
        .article-class:hover{
            color: #ff6666;
        }
        .article-class.selected{
            color: #ff6666;
        }
        .article-class-wrap:last-child .article-class{
            border-right: none;
        }
        .article-classify-nav-fix{
            position: fixed;
            top: 0;
            left: 0;
            background: #ffffff;
            width: 100%;
            z-index: 9999;
            box-shadow: 0 0 5px 3px rgba(0,0,0,.05);
        }
        .article-classify-nav .article-classify{
            width: 100%;
        }
        .article-classify-nav .article-class-wrap{
            width: 16%;
            display: inline-block;
        }
        .article-classify-nav-fix .article-classify{
            width: 1200px;
            margin: 0 auto;
        }
        .article-classify-nav-fix .article-class-wrap{
            width: 128px;
        }
        .article-classify-nav-fix .article-class{
            margin: 32px 0;
        }
		 h1,h2,h3 {
    font-weight: normal;
    margin: 0;
    color: #3e3a39;
    }
    body {
        color: #595757;
    }
    a {
    color: #656565;
    }
    @media (min-width: 768px) {
        a:link,
        a:active,
        a:focus,
        a:hover {
            text-decoration:none;
        }
    }

    ol,ul {
    padding-left: 40px;
    }
    ul li {
    line-height: 1.2em;
    }
    h2 {
    font-size: 1.2em;
    }

    .card-block {
        background-color: #fff;
        padding: 10px;
    }


    .banner-page-wizard .feedback-wrap .qrcode {
    margin-left: 0 !important;
    }

    .tab-content>.tab-pane {
        display: none;
    }
    .tab-content>.active {
    display: block;
    }



    .location-chooser-wrap{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        top:0;
        left:0;
        overflow: auto;
    }
    .location-chooser-wrap {
        z-index: 100000;
    }
    @media (min-width: 768px) {
        h2 {
            font-size: 2em;
        }
        .card-block {
            padding: 20px 30px;
        }
        .wizard-question-wrap {
            max-width: 500px;
            margin: 0 auto;
        }

    }
    strong{
        font-weight: 600;
    }
    .code-img-wrap{
        width: 100px;
    }
    /*pc1.1*/
    .main-col-1200{
        width: 1200px;
        margin: 0 auto;
    }
	 body {
            background-color: #F1F2F3;
            line-height: 2em;
        }
        p{
            margin: 0;
        }
        .side-bar{
            margin-left: 20px;
            padding: 0;
            background-color: #ffffff;
        }

        .rexian{
            padding: 40px 20px;
        }
        .rexian-con{
            border-bottom: 1px solid #cacaca;
            border-top: 1px solid #cacaca;
            font-size: 22px;
            color: #666666;
            height:70px;
            line-height: 70px;
        }
        .rexian-con>div{
            float: left;
        }
        .rexian .icon-telephone{
            font-size: 40px;
            line-height: 70px;
            width: 36px;
            padding-left: 5px;
        }
        .rexian .phone-number{
            text-align: center;
            width: 255px;
        }


        .related-article{
            padding: 10px 20px 30px 20px;
        }
        .related-article p{
            font-size: 18px;
            color: #666666;
        }
        .related-article p span{
            float: left;
        }
        .related-article p a{
            float: right;
            color: #666666;
            font-size: 16px;
        }
        .related-article .icon-arrow-right:before{
            font-weight: 600;
        }
        .related-con a{
            font-size: 14px;
            line-height: 3em;
            display: block;
        }

        .article-list{
            background-color: #FFFFFF;
            padding: 30px;
            line-height: 0;
            margin-bottom: 20px;
            display: block;
        }
        .article-title{
            color: #000000;
            line-height: 3em;
            font-size: 16px;
        }
        .article-intro{
            padding: 16px 0;
            font-size: 14px;
            color: #333333;
            line-height: 24px;
        }
        .article-meta{
            color: #999999;
            font-size: 12px;
            line-height: 1.1em;
            padding-top: 8px;
        }
        .font-red{
            color: #ff9900;
        }
        .icon-arrow-right{
            font-weight: 600;
        }
        .pager-link{
            background: #FFFFFF;
            display: block;
            text-align: center;
            line-height: 2.5em;
        }
        .pager-link:hover{
            background: #ff9900;
            color: #FFFFFF;
        }
		.block-link {
display: block;
width: 100%;
}
.primary-cta-wrap {
    position: relative;
    margin: 0 auto;
    padding-top: 2.3em;
    width: 4em;
}
.primary-cta-cycle {
    position: absolute;
    top: -1.8em;
    left: 0;
    background: #ff9900;
    border: solid 0.25em #fff;
    box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.2);
    padding: 3px;
}

.primary-cta-cycle .icon-font-zero {
    font-size: 2.1em;
    color: #fff;
}

.loc-wrap a:hover{
    color: #666666;
}
.loc-wrap span:last-child{
    color: #ff9900;
}
	*{margin:0;padding:0;}
html,body{padding:0;font-size:14px;color: #19191b;font-family:"΢   ź ","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei","tahoma","sans-serif";margin:0 auto;text-align:left;
background:#F1F2F3;background-position: top;}
div,form,img,ul,ol,li,dl,dt,dd{padding:0;margin:0;border:0;}
ul,ol,li{list-style:none;}
	.subscribe p{
    font-size: 19px;
    line-height: 24px;
    margin-top: 10px;
    color:#fc8d34;

}
.subscribe i {
    font-size: 14px;
    line-height: 16px;
    color: #4a4947;
    margin-top: 10px;
    margin-left:10px;
    display: block;
    margin-bottom: 5px;
}
.subscribe .type2 {
    width: 100%;
    height: 32px;
    border: 1px solid #d3d3d3;
    margin-top:8px;
}
select option {
    font-size: 15px;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.subscribe .liji {
   
    height: 40px;
    background:#fc8d34;
    margin-top: 14px;
}
.subscribe .liji a {
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    display: block;
}
.title_01{
color:#fc8d34;
font-size:22px;
font-weight:bold;
line-height:55px;
}
.title_01 span{
font-family:Bodoni Bk BT, sans-serif;
font-weight:100;
}
.title_02{

height:55px;
background:#fc8d34;
text-align:center;
line-height:55px;
font-size:22px;
color:#ffffff;
font-weight:bold;
}
	.numbers{min-width: 24px;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
	
	font-family: '微软雅黑';}
	
	.current{font-family: '微软雅黑';background:#4d555d;    margin: 0 8px;color:#fff;border-radius:14px;    padding: 0 4px;}
     .simple-order{
        position: relative;
        padding: 20px;
    }
    .simple-order p{
        margin: 0;
        font-size: 18px;
        color: #666666;
        font-weight: 600;
    }
    .simple-order-input-wrap{
        position: relative;
    }
    .simple-order-input-wrap input{
        width: 88%;
        height: 40px;
        box-shadow: inset 0 2px 2px rgba(0,0,0,.12);
        background-color: #f7f7f7;
        border-radius: 3px;
        border: none;
        outline: none;
        padding: 0 20px;
        margin: 0 auto 15px;
    }
    .simple-order-input-wrap a{
        display: block;
        width: 100%;
        height:40px;
        line-height: 40px;
        font-size: 18px;
        color: #666666;
        text-align: center;
        border: 1px solid #666666;
        border-radius: 20px;
    }
    .simple-order-input-wrap .error-msg{
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #999999;
        left: 0;
        bottom: 10px;
    }
    .simple-order-status-wrap{
        width: 100%;
        height: 200px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #efefef;
        color: #666666;
    }
    .status-wrap-close{
        position: absolute;
        top:0;
        right:0;
        font-size: 14px;
        line-height: 3em;
        padding: 0 14px;
        cursor: pointer;
    }
    .simple-order-status-message{
        font-size: 24px;
        color: #ff9900;
        font-weight: 600;
        text-align: center;
    }
    .simple-order-status-text{
        font-size: 16px;
        text-align: center;
        line-height: 3em;
    }
	.wizard-on-scroll-wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 90000;
}
.wizard-on-scroll {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.2em;
    overflow: hidden;
    color: #fff;
}
@media (max-width:768px) {
    .wizard-on-scroll {
        text-align: center;
        font-size: 0.9em;
    }    
}

.wizard-on-scroll .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
}

.wizard-cta-btn {
    font-size: 0.9em;
    padding: 5px 15px;
    margin-left: 10px;
    color: #fff;
    background-color: #e76590;
}
.helper a{
    color: #ffffff;
    font-size: 16px;
    background-color: #ff9900;
    padding: 5px 10px;
}