html, body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre, blockquote {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background: #fff;
    font-size: 12px;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-family: 'Microsoft YaHei','宋体',Verdana, Arial, sans-serif;
}

img, fieldset {
    border: 0;
    vertical-align: middle;
}

textarea {
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #4d6da0;
}

    a:hover {
    }

    a:focus {
        outline: none;
    }

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.overflows {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

input[type=text], input[type=submit] {
    outline: none;
    border: 0;
}

label {
    cursor: pointer;
}

p {
    letter-spacing: 0.5px;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.mainTop {
    padding-top: 150px;
}

.btn {
    background: url(../images/mBtnBack.png) no-repeat center;
    width: 136px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-align: center;
    margin: 0 auto;
    outline: none;
    border: 0;
    color: #fff;
}
    .btn:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .Btn:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .Btn:active {
        opacity: 1;
        box-shadow: inset 0 0 9px rgba(0,0,0,0.2);
    }
/*头部*/
.head {
    background-color: #fff;
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

    .head .logo {
        line-height: 60px;
    }

    .head .module-nav-01 {
        float: left;
        margin-left: 15px;
    }

        .head .module-nav-01 .firstlevel > li {
            position: relative;
            float: left;
            line-height: 60px;
            display: block;
            margin-left: 8px;
            z-index: 20;
            padding: 0 15px;
        }

        .head .module-nav-01 li i {
            height: 3px;
            width: 100%;
            border-top: 2px #4d6da0 solid;
            border-bottom: 1px #4d6da0 solid;
            position: absolute;
            bottom: 10px;
            left: 0;
            display: none;
        }

        .head .module-nav-01 li a {
            display: block;
            font-size: 13px;
            color: #4d6da0;
            position: relative;

        }

        /* 下拉 */
        .head .module-nav-01 .dropdown {
            position: absolute;
            left: 0px;
            top: 60px;
            display: none;
            width: 100%;
            height: auto;
            text-align: center;
            padding-bottom: 10px;
            z-index: 20;
            background-color:#fff;
             box-shadow: 0px 6px 8px -3px rgba(0,0,0,0.1) inset;

        }

            .head .module-nav-01 .dropdown ul {
                height: auto;
            }

            .head .module-nav-01 .dropdown li {
                
                line-height: 16px;
                margin: 0;
                padding:0 10px;
            }

                .head .module-nav-01 .dropdown li a {
                    color: #4d6da0;
                    font-size: 12px;
                    border-bottom: 1px #4d6da0 solid;
                    opacity: 0.5;
                    padding: 10px 0;

                }

                .head .module-nav-01 .dropdown li:hover a {
                    opacity: 1;
                }
    /* 登录注册 */
    .head .loginDiv {
        width: 150px;
        float: left;
        margin-left: 15px;
        text-align: center;
        color: #4d6da0;
    }

    .head .loginDiv .topDesign{
        color:#fff;
        background-color: #65c0af;
        padding: 5px;
        border-radius: 5px;
        font-weight: bold;
    }

        .head .loginDiv a {
            color: #4d6da0;
            line-height: 60px;
            padding: 0 1px;
            letter-spacing: 0.5px;
        }

        .head .loginDiv .login {
            background: url(../images/loginLine.png) no-repeat right center;
        
        }

        .head .tel {
        float: right;
        background: url(../images/telback.png) no-repeat left center;
        width: 150px;
        height: 28px;
        margin-top: 16px;
        line-height: 28px;
        color: #65c0af;
    }
    .head .tel span{ padding-left: 40px; }
/*底部*/
.foot {
    width: 100%;
    background-color: #4d6da0;
}

    .foot .inner {
        text-align: center;
    }

        .foot .inner .top {
            margin-top: 28px;
            margin-bottom: 15px;
            font-size: 14px;
            color: #fff;
        }

            .foot .inner .top a {
                padding-right: 10px;
                color: #fff;
                position:relative;
            }

                .foot .inner .top a.aBack {
                    padding: 0;
                }

        .foot .inner .bottom {
            color: #fff;
            opacity: 0.8;
            line-height: 18px;
        }
        .foot .inner .top a i{ position:absolute; top:-85px; left:-33px; display:none;}
/*banner轮播*/
.slideBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 530px;
}
 .slideBanner a{
    display:block;
    width:100%;
    height:100%;
 }
.slideBanner .slidesjs-pagination {
    position: absolute;
    bottom: 35px;
    left: 50%;
    display: block;
    z-index: 11;
}

.slideBanner .slidesjs-pagination li {
    float: left;
    font-size: 0;
    margin: 0 16px;
}

.slideBanner .slidesjs-pagination li a {
    width: 12px;
    height: 12px;
    border: 2px #fff solid;
    display: block;
    float: left;
}

.slideBanner .slidesjs-pagination li .active {
    background: #fff;
}
.slideBanner .slidesjs-navigation{
    width: 0;
    height: 0;
}
/*右侧悬浮样式*/
.rightBar {
    width: 50px;
    height: 195px;
    border: 1px #65c0af solid;
    border-radius: 30px;
    margin-left: 200px;
    text-align: center;
    background-color: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -80px;
    z-index: 50;
    *height: 165px;
}

    .rightBar li {
        position: relative;
        margin-top: 14px;
        cursor: pointer;
    }

    .rightBar a {
        display: block;
        width: 28px;
        opacity: 0.5;
        margin: 0 auto;
    }
     .rightBar a>img{
        width: 100%;
    }
        .rightBar a.active {
            opacity: 1;
        }

    .rightBar li .icon {
        position: absolute;
        left: -8px;
        top: 6px;
    }
     .rightBar li .num {
         display:inline-block;
        position: absolute;
        right: 60px;
        top: 0;
        color:#fff;
        height:28px;
        background-color:#65c0af;
        line-height:28px;
        padding-left:10px;
        padding-right:10px;
        border-radius:5px;
        width: 110px;
        font-size: 14px;
    }

.hoverHidden {
    display: none;
}

.rightBar li .code {
    position: absolute;
    right: 60px;
    top: -48px;
    padding: 8px;
    background-color: #65c0af;
    width: 120px;
}
.rightBar li .code img{

}

    .rightBar li .code p {
        color: #fff;
        margin-top: 5px;
        font-size: 14px;
        letter-spacing: 2px;
    }

.rightBar .topScroll {
    background: url(../images/rightbar04.png) no-repeat -1px center;
    background-size: 100% auto;
    line-height: 60px;
    color: #fff;
    margin-top: 16px;
    font-size: 14px;
    position: absolute;
    width: 52px;
    height: 53px;
}

/*登录弹窗样式*/
/*.popBox{ width:570px; margin:0 auto; background:#fff; position:absolute; top:235px; left:50%; margin-left:-285px; z-index:100; display:none;}
.popBox .loginWrap{ width:510px; margin:30px; border:2px #4d6da0 solid;}
.popBox .inner{ border:1px #4d6da0 solid;  margin:3px; width:502px; position:relative; }
.popBox .inner .title{ text-align:center;  letter-spacing:1px; position:absolute; left:0; top:-15px; width:502px; }
.popBox .inner .title span{ background-color:#fff; color:#4d6da0; font-size:16px; padding:0 30px; margin:0 auto;}
.popBox .inner .cont{ padding:32px 60px 28px; font-size:14px; }
.popBox .inner .cont table{width:100%; }
.popBox .inner .cont td:first-child{ color:#4d6da0; letter-spacing:1px;  }
.popBox .inner .cont td{ border-top:1px #4d6da0 solid; height:40px; line-height:40px;}
.popBox .inner .cont td .psw,.popBox .inner .cont td .email{ width:209px; height:40px; line-height:40px; padding-left:10px; font-size:14px; padding-right:20px;}
.popBox .inner .forgetPsw{ padding-left:10px; font-size:12px;}
.popBox .inner .cont .lastTd,.popBox .inner .send{ letter-spacing:0px; font-size:12px; }
.popBox .inner .cont .lastTd a{ color:#bbbaba;}
.popBox .inner .cont .lastTd input{ vertical-align:middle; margin-right:10px;}
.popBox .inner .cont .lastTd label{ color:#bbbaba; cursor:pointer;}
.popBox .inner .cont .lastTd label:hover{ color:#4d6da0;}
.popBox .inner .cont .lastTd a{ padding-left:45px;}
.popBox .inner .cont .lastTd .weibo{ background:url(../images/weibo.png) no-repeat 20px 0;}
.popBox .inner .cont .lastTd .weixin{ background:url(../images/weixin.png) no-repeat 19px 0;}
.popBox .inner .cont .lastTd .qq{ background:url(../images/qq.png) no-repeat 25px 0;}
.popBox .inner .cont .lastTd a:hover{ color:#4d6da0; background-position-y:-45px;}
.popBox .inner .cont .btn{ margin-top:25px;}
.popBox .close{ position:absolute; right:-67px; top:-36px;}*/

/*新登录弹窗样式*/
.popBoxBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/popBg.png) repeat;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
}

    .popBoxBg .popBoxClose {
        background: url(../images/close.png) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .popBoxBg .popContentBg {
        width: 600px;
        position: fixed;
        left: 50%;
        margin-left: -300px;
        top: 200px;
        background-color: #fff;
        padding-top: 64px;
        padding-bottom: 40px;
        z-index: 60;
    }

.popContentBg .popContent .commonTitle {
    width: 510px;
}

    .popContentBg .popContent .commonTitle div {
        width: 510px;
        top: -12px;
    }

    .popContentBg .popContent .commonTitle .title {
        font-size: 16px;
    }

.popBoxBg .popContentBg .popContent {
    width: 510px;
    margin: 0 auto;
}

.popContent ul {
    width: 380px;
    margin: 0 auto;
    margin-top: 37px;
}

.popContent li {
    margin-bottom: 25px;
    text-align: right;
    position: relative;
}

    .popContent li input {
        display: inline-block;
        width: 358px;
        padding-left: 20px;
        height: 40px;
        border: 1px solid #4d6da0;
        line-height: 40px;
        font-size: 14px;
        color: #ccc;
    }

    .popContent li a {
        font-size: 12px;
        color: #4d6da0;
    }

.popContent .loginBox {
    text-align: center;
    margin-top: 34px;
}

    .popContent .loginBox input[type=submit] {
        display: inline-block;
        width: 123px;
        height: 48px;
        color: #fff;
        font-size: 16px;
        line-height: 48px;
        background-color: #4d6da0;
        border-radius: 6px;
    }

    .popContent .loginBox a {
        display: inline-block;
        width: 121px;
        height: 46px;
        color: #4d6da0;
        font-size: 16px;
        line-height: 46px;
        border: 1px solid #4d6da0;
        border-radius: 6px;
        margin-left: 20px;
    }

.error {
    position: absolute;
    left: 20px;
    top: 43px;
    z-index: 60;
    color: #cf0000;
    font-size: 12px;
    background: url(../images/registerError.png) no-repeat;
    line-height: 20px;
    padding-left: 32px;
    margin-left: -20px;
    margin-top: 2px;
}

/*重置密码弹窗样式*/
/*.confirm {letter-spacing:0;}
#pswBox .inner .cont .btn{ margin-top:35px;}*/

/*重置密码弹窗样式*/
.popBoxReset {
    display: none;
}

    .popBoxReset .popContentBg {
        top: 100px;
    }

    .popBoxReset li.identify {
        text-align: left;
    }

        .popBoxReset li.identify input[type=text] {
            width: 160px;
        }

        .popBoxReset li.identify a {
            display: inline-block;
            width: 178px;
            height: 42px;
            color: #666;
            font-size: 14px;
            text-align: center;
            background-color: #e3e6ea;
            border-radius: 6px;
            line-height: 42px;
            margin-left: 16px;
        }
/*注册弹窗弹窗样式*/
.popBoxRegister {
    display: none;
}

    .popBoxRegister .error {
        background: url(../images/registerError.png) no-repeat;
        color: #666;
        font-size: 14px;
        line-height: 20px;
        padding-left: 38px;
        left: 0;
        top: 44px;
        margin-left: 0px;
    }

    .popBoxRegister .popContentBg {
        top: 128px;
    }

    .popBoxRegister li {
        margin-bottom: 26px;
    }

        .popBoxRegister li.identify {
            text-align: left;
        }

            .popBoxRegister li.identify .Btn  {
                width: 178px;
                height: 42px;
                margin-left: 16px;
                border: none;
                padding:0px;
                text-align:center;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color:#666;
                background:#E3E3E3;
                cursor:pointer
            }
            .popBoxReset li.identify .Btn{
                 width: 178px;
                height: 42px;
                margin-left: 14px;
                text-align:center;
                color:#666;
                padding:0;
                border: none;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                background:#E3E3E3;
                cursor:pointer
            }

            .popBoxRegister li.identify input[type=text] {
                width: 160px;
            }

.popBoxRegister li.identify a {
    display: inline-block;
    width: 178px;
    height: 42px;
    color: #666;
    font-size: 14px;
    text-align: center;
    background-color: #e3e6ea;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 42px;
    margin-left: 16px;
}

    .popBoxRegister .register {
        display: block;
        width: 32px;
        height: 33px;
        background: url(../images/registerRight.png) no-repeat;
        position: absolute;
        top: 11px;
        right: -38px;
        display: none;
    }
/*公共标题样式*/
.commonTitle {
    height: 6px;
    border-top: 2px solid #4d6da0;
    position: relative;
}

    .commonTitle p {
        height: 1px;
        border-top: 1px solid #4d6da0;
        margin-top: 3px;
    }

    .commonTitle div {
        position: absolute;
        width: 970px;
        left: 0;
        top: -18px;
        text-align: center;
    }

    .commonTitle .title {
        margin: 0 auto;
        font-size: 24px;
        color: #4d6da0;
        padding: 0 36px;
        background-color: #fff;
        letter-spacing: 0.5px;
    }
/*开始定制公共样式*/
.startOrder {
    border: 2px solid #4d6da0;
    position: relative;
    margin: 85px 0 80px 0;
    padding: 3px;
}

    .startOrder > div {
        width: 958px;
        border: 1px solid #4d6da0;
        position: relative;
    }

        .startOrder > div > p {
            font-size: 24px;
            width: 970px;
            height: 24px;
            text-align: center;
            position: absolute;
            left: 0;
            top: -21px;
            color: #4d6da0;
        }

            .startOrder > div > p span {
                padding: 0 36px;
                background-color: #fff;
                letter-spacing: 0.5px;
                margin: 0 auto;
            }


.orderContent .orderText{
    width: 207px;
    letter-spacing: 0.5px;
     font-size: 14px;
    color: #3f3a3a;
    text-align: center;
    line-height: 24px;
}

.orderContent {
    width: 207px;
    padding-top: 30px;
    margin: 0 auto;
}

    .orderContent a {
        display: block;
        background: url(../images/mBtnBack.png) no-repeat center;
        text-align: center;
        margin: 11px 0 45px 0;
        height: 40px;
        line-height: 40px;
        color: #fff;
    }
.orderContent a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); 
}
/*分页样式*/
.pageList {
    margin: 0 0 79px 0;
    float: right;
}
.pageList.nomargin{
 margin: 0 0 20px 0;
 
}
    .pageList li {
        font-size: 14px;
        float: left;
        margin-right: 5px;
        padding: 3px 7px;

    }
    .pageList li a{color: #707070;}

         
        .pageList .active {
            color: #4d6da0;
        }

    .pageList .pre, .pageList .next, .pageList .firstPage, .pageList .lastPage {
        display: block;
        height: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .pageList .pre {
        background: url("../images/prev.png") no-repeat center;
        margin-right: 45px;
    }

    .pageList .next {
        background: url("../images/next.png") no-repeat center;
        margin-left: 45px;
    }

    .pageList .firstPage {
        background: url("../images/pPrev.png") no-repeat center;
    }

    .pageList .lastPage {
        background: url("../images/nNext.png") no-repeat center;
    }

    /*公共标题*/
   .desPopTitle{
        text-align:center;
        background:url("../images/desPopbg_line.png") center repeat-x; 
        line-height:24px;
   }
   .desPopTitle span {
        background-color:#fff;
        padding:0 32px;
        display:inline-block;
        *display:inline;
        *zoom:1;
        font-size: 18px !important;
        color: #4d6da0;
        max-width: 80%;
    }
    
    /******************************移动端****************************/

    .samePadding {
      padding:0 10px;
   }

   /*公共头部*/

    /* 自适应 */
    .mobilenav{display:none; z-index: 20;  width: 100%;}
    .mobilenav-btn{position:fixed;top:18px;left:10px;display:block;width:27px;height:24px;background:url(../images/mNavIco.png) no-repeat ;
                   z-index: 51;}
    .mobilenav-btn.on{background-position:0 -24px;}
    .mobilenav ul{margin:0;padding:0;list-style:none; overflow: hidden;}
    .mobilenav li a{display:block;padding:8px 8px;font-size:12px;text-decoration:none;color:#fff; text-align:center;}
    .mobilenav .firstlevel{display:none;width:100%; height: 100%; padding-top: 66px; box-sizing:border-box;position: fixed;
                             background-color: rgba(0,0,0,0.5);z-index: 50;}
    
    .mobilenav .dropdown{display:none;width:100%;background-color:rgba(255,255,255,0.5);}
    .mobilenav .dropdown li{float: left; text-align: center;}
    .head .mTel {
        position:absolute;top:18px;right:10px;display:none;    z-index: 21;
    }
    .head .mTel a {
        display:block;
        width:27px;
        height:26px;
        background:url(../images/mTelIco.png) no-repeat;
    }
    .head .mLogo {
         position:absolute;top:18px;left:50%; display:none;margin-left:-40px; z-index: 21;
    }
    .head .mLogo a {
        display:block;
        width:110px;
        height:26px;
        background:url(../images/mLogo.png) no-repeat;
    }

    @media(max-width:970px){
        .w970{
          width:100% !important;
          box-sizing:border-box;
        }
        .mainTop{
            padding-top:38px;
        }
        .wrap {
            width:100%;
        }
        .main{
            padding-top: 55px;
        }
        .module-nav-01{display:none;}
        .mobilenav,.head .mTel,.head .mLogo{display:block;}
        .head .w970 {
            display:none;
        }
        .head{
            height: auto;
            position:static;
        }
        .mHead {
            width:100%;
            height:55px;
            background:none;
            background-color:#fff;
            box-shadow:0px 2px 5px #999;
            z-index: 12;
            position: fixed;
            left: 0;
            top: 0;
        }
        .popBoxRegister .error {
            top:41px;
        }
        .foot {
            height:auto;
            
        }
        .foot .inner {
            width:100%;
        }
      
      
        .slideBanner .slidesjs-pagination{
            bottom:12px;
        }
        .slideBanner .slidesjs-pagination li a{
            width: 8px;
            height: 8px;
            border:1px #fff solid;
        }
        .slideBanner .slidesjs-pagination li{
            margin: 0 10px;
        }
        /*开始定制公共模块*/
        .startOrder > div{ width: 100%; box-sizing:border-box; }
        .startOrder > div > p{
            width: 100%;
            
        }

         /* 公共标题*/
       .commonTitle div{
        width: 100%;
       }
        .pagination{
            overflow: hidden;
        }
    .slideBanner {
   
        height: 300px;
     }
      .rightBar{
           display: none!important;
        }
    }/*@media*/
    @media(max-width:767px){
       
        .desPopTitle .title {
        font-size: 14px !important;
        padding: 0 10px!important;
      }

    }
    @media(max-width:480px){
        
         /*开始定制公共模块*/
         .startOrder > div{ height: 162px;}
         .startOrder > div > p{ font-size: 16px; line-height: 35px;}
         .orderContent{ padding-top: 24px;}
         .startOrder > div > p span{padding:0 18px;}
          /* 公共标题*/
       .commonTitle div{
            top: -11px;
       }
       .commonTitle .title{
        font-size: 18px;
        padding: 0 15px;
       }
        .desPopTitle .title {
        font-size: 16px !important;
        padding: 0 15px;
      }
        .foot{
             padding-top:18px;
        }
        .foot .inner .top {
            margin-top:0;
            margin-bottom: 10px;
            font-size:12px;
        }
        .foot .inner .bottom {
            font-size:10px;
            padding-left:10px;
            padding-right:10px;
            padding-bottom:5px;
        }

        .slideBanner {
   
        height: 154px;
     }

    }/*@media*/

    /***************富文本***********/
  
     @media(max-width:970px){
        .richTxt img{
         max-width: 100% !important;
        margin: 0 auto !important;
        float: none !important;
        display: block !important;
        }
        .richTxt prev img{
         max-width: 100% !important;
        margin: 0 auto !important;
        float: none !important;
        display: block !important;
        }
        .richTxt pre {
        text-align: center;
        font-size: 14px;
        color: #4d6da0;
        line-height: 24px;
       }
     }