/*初始样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
html {
    font-family: "microsoft yahei";
    font-weight: 300;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
    margin: 0;
    font-weight: 300;
    color: #333;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
}

em, i {
    font-style: normal;
    font-weight: 300;
}

strong {
    font-weight: normal;
    font-weight: 300;
}

ul, ol {
    padding: 0;
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hand01 {
    cursor: pointer;
}

/*初始样式结束*/

/* 头部样式 */

/*登录弹窗遮罩*/
.headWrap .enroll_zhezhao {
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    z-index: 800;
    display: none;
}

/*登录弹窗遮罩*/

/* 小头部导航 */
.headWrap .navigation_line {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ff5b59;
    display: none;
}

.headWrap .top_navigation {
    width: 100%;
    height: 48px;
    background-color: #19253E;

}

.headWrap .top_navigation_content {
    width: 1100px;
    margin: 0 auto;
}

.headWrap .top_left {
    font-size: 12px;
    float: left;
    color: #A9A9AB;
    line-height: 48px;
}

.headWrap .top_right {
    float: right;
    font-size: 12px;
    color: #A9A9AB;
    line-height: 48px;
}

.headWrap .wx_icon {
    margin-top: 8px;
    float: left;
    margin-right: 4px;
}

#username {
    color: #A9A9AB;
}

.headWrap .identity{
    float: right;
    font-size: 12px;
    color: #A9A9AB;
    line-height: 48px;
    margin-left: 10px;
    display: none;
    position: relative;
}
.headWrap .identity span{
    color: #A9A9AB;
}
.headWrap .top_right {
    padding: 0 10px;
    position: relative;
}

.headWrap .top_right .wx_img {
    width: 16px;height: 16px;
    background: url("../../img/weixin_icon.png") no-repeat;
    background-size: 100%;
    float: left;
    margin: 16px 4px 0 0px;
}

.headWrap .top_right:hover {
    background: #2e3137  ;
    color: #fff;
}
.headWrap .top_right:hover .wx_img {
    width: 16px;height: 16px;
    background: url("../../img/weixin_icon1.png") no-repeat;
    background-size: 100%;
}
.headWrap .top_right:hover .wx {
    top: 50px;
    opacity: 1;
}

.headWrap .wx {
    width: 88px;
    height: 88px;
    position: absolute;
    top: -100px;
    z-index: 99;
    left: 0px;
    transition: 0.6s;
    opacity: 0;
}

.headWrap .wx img {
    width: 88px;
    height: 88px;
    display: block;
}

/* 小头部导航 */

/* 路由导航 */
.headWrap .navigation_content_box {
    width: 100%;
    background-color: #fff;
}

.headWrap .navigation_content {
    width: 1100px;
    height: 58px;
    margin: 0 auto;
    position: relative;
}

.headWrap .navigation_logo {
    width: 150px;
    float: left;
    margin-top: 14px;

}

.headWrap .navigation_logo img {
    width: 100%;
    display: block;
}

.headWrap .navigation_box {
    float: left;
    height: 55px;
    margin-left: 60px;
    padding-top: 4px;
}

.headWrap .navigation_box a {
    display: block;
    float: left;
    margin-left: 60px;
}

.headWrap .navigation_list {
    width: 66px;
    text-align: center;
    font-size: 14px;
    line-height: 53px;
    color: #333;
    position: relative;
    border-bottom: 2px solid #fff;
    font-weight: 400;
}

.headWrap .navigation_list:hover {
    color: #4C59E1;
    border-bottom: 2px solid #4C59E1;
}

.headWrap .nav_list_on {
    color: #4C59E1;
    font-weight: 400;
    border-bottom: 2px solid #4C59E1;
}

.headWrap .administration_center {
    float: left;
    margin-left: 5px;
    font-size: 14px;
    line-height: 58px;
    color: #333;
    cursor: pointer;
}

.headWrap .administration_center:hover {
    color: #ff7214;
}

.headWrap .entry_box {
    width: 170px;
    float: right;
    margin-top: 14px;
}

.headWrap .entry_btn {
    float: right;
    width: 75px;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ff6e0d;
    background: #ff6e0d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

.headWrap .entry_btn span {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}

.headWrap .enroll_btn {
    float: left;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
    width: 75px;
    background: #538ffc;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: none;
    border: 1px solid #e7e9ec;
}

.headWrap .enroll_btn span {
    line-height: 30px;
    font-size: 12px;
    color: #333;
}

.headWrap .userContent {
    float: left;
    margin-top: 21px;
    margin-left: 180px;
}

.headWrap .index_entry_btn {
    border-radius: 20px;
    border: 1px solid #fff;
}

.headWrap .index_enroll_btn {
    border-radius: 20px;
    border: 1px solid #fff;
    background: none;
}

.headWrap .index_entry_btn:hover {
    background: #fff;
}

.headWrap .index_enroll_btn:hover {
    background: #fff;
}

.headWrap .index_entry_btn:hover span {
    color: #828796;
}

.headWrap .index_enroll_btn:hover span {
    color: #828796;
}

.headWrap .entry_btn .index_dlTxt {
    color: #fff;
}

.headWrap .enroll_btn .index_dlTxt {
    color: #fff;
}

/*底部备案样式*/
.footer_box {
    width: 1100px;
    margin: 0 auto;
}

footer {
    padding: 20px 0;
    width: 100%;
    background-color: #19253e;
}

.footer_left {
    /*margin-top: 20px;*/
    float: left;
}

.footer_left_txt {
    width: 710px;
    font-size: 12px;

    color: #b3b5ba;
    margin-top: 10px;
}

.footer_left_txt p {
    color: #b3b5ba;
}

.footer_right_box {
    float: left;
    margin-top: 20px;
    margin-left: 70px;
}

.footer_right_box li {
    color: #b3b5ba;
    font-size: 12px;
    margin-top: 8px;
}

.footer_img {
    width: 100px;
    height: 100px;
    float: right;
    margin-top: 28px;
}

.footer_img img {
    width: 100px;
    height: 100px;
    display: block;
}

/*底部备案样式结束*/

/* 首页导航的样式 */

.headWrap .index_Administration {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    float: right;
    margin-top: 6px;
}

.index_Administration .userContent {
    margin: 11px 15px;
}

.index_Administration .administration_center {
    line-height: 40px;
    margin-left: -8px;
}

.headWrap .administration_clear:hover {
    color: #333;
}

/* 首页导航的样式 */

/* 路由导航 */

/*IE兼容遮罩和弹窗*/
.zz001 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.zz001_alert {
    background: #fff;
    width: 620px;
    height: 400px;
    position: absolute;
    z-index: 1001;
    text-align: center;
}

.alert001_img {
    width: 132px;
    height: 106px;
    margin: 40px auto;
    display: block;
}

.alert001_txt {
    text-align: center;
    width: 450px;
    margin: 10px auto 40px;
}

.alert001_btn {
    color: #538ffc;
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 1px solid #538ffc;
    text-align: center;
    line-height: 40px;
}

.alert001_btn1 {
    margin-left: 20px;
}

/*IE兼容遮罩和弹窗*/

/* 头部样式 */
.jeBox-footer button {
    width: 130px;
    height: 32px;
    line-height: 32px;
}

.jeBox-content {
    text-align: center;
    line-height: 100px;
}

.jeBox-header {
    text-align: center;
}

/*-------------------- 首页样式------------------------ */
.index_title {
    width: 160px;
    margin: 0 auto;
    height: 54px;
    border-bottom: 2px solid #dee2ee;
    position: relative;
    font-size: 24px;
}

.index_title_xian {
    background: #ff6e0d;
    height: 2px;
    position: absolute;
    bottom: -2px;
    width: 50px;
    left: 55px;
}

.indexbg {
    background: #fff;
}

/* banner图 */
.bannerBox {
    width: 100%;
}

/* banner图 */

/* 平台优势 */
.index .new_hp_one {
    background-color: #fff;
}

.index .new_one_content {
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 36px;
}

.index .new_hp_title {
    font-size: 20px;
    color: #454545;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

/*功能区*/
.index .gongneng_box {
    width: 1100px;
    margin: 0 auto;
    margin-bottom:36px;
}

.index .fc_title {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.index .icon {
    width: 100px;
    height: 100px;
    background: green;
    border-radius: 50%;
    margin: 0 auto;
}

.index .fc_txt {
    text-align: center;
    width: 170px;
    font-size: 14px;
    color: #616161;
    margin: 0 auto;
    line-height: 22px;
    margin-top: 10px;
}

.index .fc1 {
    margin: 0 10px 10px;
    width: 200px;
    height: 200px;
    float: left;
}

.index .icon1 {
    width: 98px;
    height: 98px;
    margin: 0 auto;
    display: block;
}

/* 平台优势 */

/*功能展示 免费创建*/
/*免费创建*/
.index .gnzs{
    width: 100%;
    background: #f7f8fb;
    padding: 30px 0 20px;
}
.index .gn_box{
    width: 1100px;
    margin: 0 auto;
    overflow-x: hidden;
    margin-bottom:36px;
}
.index .gn_ul{
    width: 1200px;
}
.index .gn_li{
    position: relative;
    width: 260px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 370px;
    float: left;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 10px;

}
.index .gn_li:hover{
    box-shadow: 0 0 16px #edeff5;
}
.index .gn_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;z-index: 2;
    border-radius: 4px;
}
.index .gn_div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;z-index: 1;
    border-radius: 4px;
    transition:  0.5s;
    opacity: 0.9;
}
.index .gn_li:hover .gn_div{
    opacity: 1;
}
.index .gn_li:nth-child(1) .gn_div{
    background-image: -webkit-linear-gradient(-130deg, #c03cff, #2284d8);
    background-image: -moz-linear-gradient(-130deg, #c03cff, #2284d8);
    background-image: -o-linear-gradient(-130deg, #c03cff, #2284d8);
    background-image: linear-gradient(-130deg, #c03cff, #2284d8);
}

.index .gn_li:nth-child(2) .gn_div{
    background-image: -webkit-linear-gradient(-130deg, #f97225, #a48d3b);
    background-image: -moz-linear-gradient(-130deg, #f97225, #a48d3b);
    background-image: -o-linear-gradient(-130deg, #f97225, #a48d3b);
    background-image: linear-gradient(-130deg, #f97225, #a48d3b);
}
.index .gn_li:nth-child(3) .gn_div{
    background-image: -webkit-linear-gradient(-130deg, #006fa5, #2ad369);
    background-image: -moz-linear-gradient(-130deg, #006fa5, #2ad369);
    background-image: -o-linear-gradient(-130deg, #006fa5, #2ad369);
    background-image: linear-gradient(-130deg, #006fa5, #2ad369);
}
.index .gn_li:nth-child(4) .gn_div{
    background-image: -webkit-linear-gradient(-130deg, #f23c3c, #c68837);
    background-image: -moz-linear-gradient(-130deg, #f23c3c, #c68837);
    background-image: -o-linear-gradient(-130deg, #f23c3c, #c68837);
    background-image: linear-gradient(-130deg, #f23c3c, #c68837);
}

.index .gn_title{
    font-size: 28px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 90px auto 90px;

}
.index .gn_li:hover .gn_title{
    transform: scale(1.2);
}
.index .gn_text{
    font-size: 14px;
    color: #fff;
    width: 87%;
    margin: 0 auto;
}
.index .gn_use{
    position: absolute;
    bottom: 85px;left: 17px;
    color: #fff;
    font-size: 14px;
}
.index .gn_use span{font-size: 18px;}
.index .gn_use span{color: #fff;}
.index .gn_btn{
    position: absolute;
    bottom: 35px;
    width: 210px;
    box-sizing: border-box;
    left: 25px;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
}
/*免费创建 功能展示*/
/**/

/* 案例展示 */
.index .scene {
    width: 100%;
    background: #fff;
}

.exhibition {
    position: relative;
    width: 262px;
    min-height: 314px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 0px 6px 10px;
    box-shadow: 0 0 30px #e9e9e9;
}

.exhibition:hover .ewm_box {

    opacity: 1;
}

.exhibition img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;
    height: 262px;
}

.index .exhibition_txt {
    text-align: center;
    margin-top: 13px;
}

.index .ewm_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    background: #fff;
    border-radius: 10px;
    transition: .4s;
    opacity: 0;

}

.index .ewm_box img {
    width: 108px;
    height: 108px;
    margin: 60px auto 50px;
    display: block;
    border-radius: 0;
}

.index .urlBTn {
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #ff6e0d;
    box-shadow: 0 3px 5px #ffd8be;
    margin: 0 auto;
    cursor: pointer;
}

/* 案例展示 */

/* 服务行业 */
.index .service_nva {
    width: 1100px;
    border-top: 1px solid #eaeef3;
    margin: 0 auto;
}

.service_nvaBtn {
    width: 220px;
    height: 70px;
    position: relative;
    float: left;
}

.service_nvaBtn div {
    width: 100px;
    height: 70px;
    position: absolute;
    top: -2px;
    left: 60px;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.service_nvaBtn_active {
    color: #1e80ff;
    border-top: 2px solid #1e80ff;
}

.index .enterprise_content {
    width: 1100px;
    margin: 0 auto;
    display: none;
    margin-top: -48px;
    margin-bottom:36px;
}

.index .enterprise_list {
    width: 210px;
    height: 80px;
    background: #fff;
    float: left;
    margin: 25px 5px 5px;
}

.index .enterprise_list:hover {
    box-shadow: 0 1px 20px #eceef1;
}

/* 服务行业 */

/* 关于我们 */
.index .about_we {
    width: 100%;
    background: url(../../img/gywm_bg.png);
}

.index .aboutBox {
    width: 1100px;
    margin: 0 auto;
}

.index .about_l {
    width: 610px;
    /*height: 380px;*/
    border-radius: 2px;
    margin-right: 50px;
}

.index .about_l img {
    width: 100%;
    display: block;
}

.index .about_r {
    width: 500px;
    height: 380px;
    border-radius: 2px;
    position: relative;
}

.index .about_we_txt {
    margin-top: 20px;
    font-size: 30px;
    color: #0f358e;
    margin-bottom: 45px;
}

.index .about_we_txt1 {
    font-size: 16px;
    color: #595f6f;
}

.index .new_bg_btn {
    position: absolute;
    bottom: 26.5px;
    left: 0;
    width: 166px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff6e0d;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 15px #f4c7aa;
    border-radius: 5px;
}

.index .about_bg_box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.new_bg_btn:hover {
    background: #ee5910;
}

/* 关于我们 */

/*-------------------- 首页样式------------------------ */

/*-------------------- 登录注册忘记密码样式------------------------ */
.login_bg {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.login_bg img {
    width: 100%;
}

.register_box {
    width: 1100px;
    margin: 0 auto;
}

.denlu_zhuce {
    width: 385px;
    position: relative;
}

.register_tab_box {
    width: 400px;
    margin-left: 63px;
    position: relative;
}

.login {
    list-style: none;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #0c2145;
    cursor: pointer;
}

.login_a {
    color: #0c2145;
    margin-top: 14px;
    display: block;
    font-size: 18px;
}

.login_kuai {
    width: 26px;
    height: 5px;
    border-radius: 5px;
    background: #ff7213;
    position: absolute;
    left: 0px;
    top: -10px;
}

.enter_input {
    width: 260px;
    height: 26px;
    padding-left: 10px;
    margin-left: 5px;
    font-size: 14px;
    background: #fff;
    border: none;
    outline: none;
}

.enter_txt {
    float: left;
    margin-top: 5px;
    width: 20px;
}

.enter_box {
    margin-top: 20px;
    border: 1px solid #e7ecf4;
    border-radius: 4px;
    padding: 10px;
    position: relative;
}

.denglu_box {
    width: 400px;
    margin-left: 63px;
}

.forget_mima {
    font-size: 14px;
    color: #0c2145;
    text-decoration: none;
    padding-top: 10px;
    display: block;
    width: 70px;
}

.login_btn {
    width: 400px;
    height: 48px;
    border: 1px #d9d9d9 solid;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #999;
    background-color: #f7f7f7;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    border-radius: 4px;
}

.login_btn_on {
    background: #ff7213;
    color: #fff;
    border: 1px #ff7213 solid;
}

.yzm1_input {
    width: 170px;
    height: 26px;
    padding-left: 10px;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 2px;
    border: none;
    outline: none;
    float: left;

}

.yzm1_btn {
    border: none;
    outline: none;
    width: 90px;
    height: 46px;
    float: right;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #4d6079;
}

.login_title {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}

.login_title .left {
    float: left;
    color: #fff;
    font-size: 35px;
}

.login_title .right {
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 4px;
    float: right;
    color: #fff;
    border: 1px solid #ff7213;
    cursor: pointer;
    background: #ff7213;
}

.enterbox {
    width: 526px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 5px #f6f2f9;
    padding-top: 50px;
    margin-top: 110px;
    padding-bottom: 60px;
}

.borderColor {
    border-color: #538ffc;
}

.login_success {
    width: 100%;
    height: 350px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.success_img {
    width: 169px;
    margin: 20px auto;
    margin-top: 40px;
}

.success_img img {
    width: 100%;
}

.success_txt {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.agreement_pairNumber {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../img/pair_number.png) no-repeat;
    margin: 8px 10px 0 0;
    cursor: pointer;

}

.agreement_txt {
    font-size: 14px;
    float: left;
    margin-top: 6px;
}

.agreement_box {
    margin-top: 10px;
}

.pairNumber_no {
    background-position: -22px 0;
}

/*滑动验证*/
.hd_box {
    position: relative;
}

.huadong {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 50px;
}

/*-------------------- 登录注册忘记密码样式------------------------ */

/*-------------------- 案例展示样式------------------------ */

.case {
    background: #f1f3f7;
}

.banner {
    width: 100%;
    position: relative;
}

.banner_img {
    width: 100%;
    display: block;
}
.banner_text{
     display: block;
     width:4.25%;
     position: absolute;
     left: 50%;
     margin-left: -550px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
 }
@media screen and (max-width: 1920px) {
    .banner_text{
        display: block;
        width:6%;
        position: absolute;
        left: 50%;
        margin-left: -550px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
}
.case .case_box {
    width: 1100px;
    margin: 30px auto 0;
    min-height: 500px;
}

.case .case_every {
    position: relative;
    width: 262px;
    min-height: 314px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 10px 6px;
}

.case .case_every img {
    width: 100%;
    height: 262px;
    border-radius: 10px 10px 0 0;
}

.case .case_txt {
    width: 240px;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
}

.case_txt .discount {
    float: left;
    color: #ff9939;
}

.case_txt .original_price {
    float: right;
    color: #999999;
    text-decoration: line-through;
}

/*移入显示二维码*/
.case .ewm_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    background: #fff;
    border-radius: 10px;
    transition: .4s;
    opacity: 0;

}

.case .ewm_box img {
    width: 108px;
    height: 108px;
    margin: 60px auto 50px;
    display: block;
}

.case .ewm_box .urlBTn {
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #ff6e0d;
    box-shadow: 0 3px 5px #ffd8be;
    margin: 0 auto;
    cursor: pointer;
}

.case_every:hover .ewm_box {
    opacity: 1;
}

/*-------------------- 案例展示样式------------------------ */

/*-------------------- 分页样式------------------------ */
.page {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page_top {
    width: 100px;
    height: 30px;
    border: solid 1px #e6e6e6;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    float: left;
}

.page_next {
    width: 100px;
    height: 30px;
    border: solid 1px #e6e6e6;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    float: left;
}

.page_number {
    width: 40px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    color: #555;
    float: left;
    border: solid 1px #e6e6e6;
    border-left: none;

}

.shenglve {
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    font-size: 14px;
}

/*-------------------- 分页样式------------------------ */

/*-------------------- 案例详情样式------------------------ */
.case_detailsBox {
    width: 1100px;
    margin: 30px auto 0;
}

.crumbs {
    font-size: 16px;
}

.case_detailsContent {
    height: 400px;
    border-bottom: 1px solid #eaeef3;
    margin-top: 30px;
}

.case_Img {
    width: 310px;
    float: left;
}

.case_Img img {
    width: 100%;
}

.caseRight_txt {
    width: 760px;
    float: right;
}

.case_name {
    font-size: 16px;
}

.case_industry {
    margin-top: 25px;
}

.case_industry li {
    display: inline-block;
    font-size: 14px;
}

.industry_btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #1e80ff;
    border: 1px solid #1e80ff;
    border-radius: 18px;
    margin-left: 5px;
}

.case_question {
    font-size: 16px;
    margin-top: 20px;
}

.case_details_btn {
    float: right;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #1e80ff;
    border-radius: 18px;
    margin-left: 5px;
    box-shadow: 0 3px 5px #a1c6f6;
    cursor: pointer;
    border: none;
    outline: none;
}

.pay_moneyTime {
    font-size: 12px;
    text-align: right;
    color: #ff9311;
    margin-bottom: 10px;
}

.diseable {
    background: #ccc;
    color: #fff;
    box-shadow: none;
}

/*-------------------- 案例详情样式------------------------ */

/*-------------------- 案例支付样式------------------------ */
.payment {
    background: #f1f3f7;
}

.payment_box {
    width: 1020px;
    margin: 30px auto;
    min-height: 640px;
    background: #ffff;
    padding-bottom: 20px;

}

.cpayment_title {
    font-size: 16px;
    line-height: 40px;
    background: #f9f9f9;
    padding: 0 40px;
}

.payment_content {
    padding: 0 40px;

}

.payment_one {
    margin-top: 20px;
}

.payment_left {
    float: left;
}

.payment_left img {
    width: 135px;
    height: 135px;
}

.payment_right {
    float: left;
    margin-left: 20px;
}

.set_name {
    font-size: 16px;
    margin-top: 10px;
}

.set_money {
    margin-top: 45px;
    font-size: 16px;
    color: #ff735d;
}

.line_x {
    width: 100%;
    border-top: 1px dotted #ebedf0;
    margin-top: 20px;
}

.payment_method {
    font-size: 16px;
    margin-top: 20px;
}

.payment_method_btn {
    margin-top: 20px;
}

.zfb {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    background: #0eaaff;
    color: #fff;
    float: left;
    cursor: pointer;
    position: relative;
}

.zfb_change {
    background: none;
    color: #0eaaff;
    border: 1px solid #0eaaff;
}

.wxzf {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    background: #03c80d;
    color: #fff;
    margin-left: 20px;
    float: left;
    cursor: pointer;
    position: relative;
}

.wx_change {
    background: none;
    color: #03c80d;
    border: 1px solid #03c80d;
}

.radio_style {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.service_content {
    font-size: 14px;
    margin-top: 15px;
}

.payment_wrap {
    margin-top: 90px;
}

.payment_wrap_money {
    float: left;
    font-size: 16px;
    line-height: 35px;
}

.payment_wrap_btn {
    float: right;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #1e80ff;
    border-radius: 18px;
    margin-left: 5px;
    box-shadow: 0 3px 5px #a1c6f6;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
}

.zf_time {
    position: absolute;
    top: -40px;
    right: 5px;
    color: #ff9311;
    font-size: 12px;
}

.payment_btn_change {
    background: #fff;
    border: 1px solid #ebedf0;
    color: #333;
    box-shadow: none;
    margin-right: 10px;
}

.examination_radio {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.examination_icon {
    width: 24px;
    height: 24px;
    background: url(../../img/active_checkedicon.png) no-repeat;
    background-position: -36px 0;
    display: inline-block;
    position: relative;
    float: left;
}

.examination_icon input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.examination_icon_active {
    background-position: 2px 0;
}

.examination_icon_txt {
    margin-left: 10px;
    float: left;
    margin-top: 1px;
}

/*-------------------- 案例支付样式------------------------ */

/*-------------------- 帮助中心样式------------------------ */
.help_content img {
    width: 100%;
}

.help_box {
    width: 1100px;
    margin: 40px auto;
    min-height: 500px;
}

.help_title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight:bold;
}

.every_problem {
    float: left;
    position: relative;
    width: 260px;
    height: 120px;
    margin: 7px;
    color: #333;
    line-height: 120px;
    text-align: center;
    background: #f5f6fa;
}

.every_problem img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

._help_problem {
    margin-bottom: 20px;
}

/*-------------------- 帮助中心样式------------------------ */

/*-------------------- 常见问题样式------------------------ */
.common_problem {
    background: #f1f3f7;
}

.common_problem_content {
    width: 1100px;
    margin: 30px auto;
}

.problem_left_box {
    width: 200px;
    min-height: 740px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 20px;
    float: left;
}

.problem_left_head {
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;

}

.problem_line {
    width: 170px;
    margin: 10px auto 0;
    height: 1px;
    background: #f1f3f7;
}

.problem_list1 {
    list-style: disc;
    font-size: 14px;
    color: #333;
    margin-left: 50px;
    line-height: 45px;
    cursor: pointer;
}

.wenti_list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    float: left;
}

.problem_list_box:hover {
    background: #e0dcdc;
}
.problem_list_box1{background:#e0dcdc; }


.problem_right_box {
    width: 880px;
    min-height: 720px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 20px;
    padding-top: 40px;
    float: right;
}

.problem_right_title {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.problem_right_time {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.problem_right_content {
    width: 785px;
    margin: 0 auto;
}

/*-------------------- 常见问题样式------------------------ */

/*-------------------- 关于我们------------------------ */
.about_content {
    width: 1100px;
    margin: 30px auto;
}

.tel_number_box {
    width: 273px;
    margin-top: 10px;
}

.tel_number_about {
    float: right;
    font-size: 14px;
    width: 228px;
    color: #333;
    font-weight: bold;
}

.problem_box {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    min-height: 600px;
    padding-bottom: 80px;
}

.problem_content {
    width: 1050px;
    margin: 0 auto;
    padding-top: 30px;
}

.content_head {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;

}

.about_txt {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.ewm_box {
    width: 270px;
    margin: 50px auto 0;
}

.ewm_title {
    margin-top: 130px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ewm_txt {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}

.ewm_img {
    width: 170px;
    height: 170px;
    border: 1px solid #ece6e6;
    margin: 15px auto 0;

}

.ewm_img img {
    width: 160px;
    height: 160px;

    margin: 5px;
    display: block;
}

.ewm_qq {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.kefu_mail {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.about_icon {
    width: 275px;
    float: left;
}

.about_iconImg {
    width: 92px;
    margin: 0 auto;
}

.about_iconTxt {
    text-align: center;
    margin-top: 10px;
}

/*-------------------- 关于我们------------------------ */

/*-------------------- 会员服务------------------------ */
.member_box {
    width: 1100px;
    margin: 40px auto;
}

.every_member {
    float: left;
    width: 260px;
    min-height: 960px;
    border: 1px solid #e9ecf3;
    border-radius: 18px;
    box-shadow: 0 2px 2px 2px #f4f4f7;
    margin: 0 6px;
    position: relative;

}

.member_top {
    width: 100%;
    height: 255px;
    padding-top: 25px;
    position: relative;
}

.member_bgImg {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 18px 18px 0 0;
    z-index: -1;
}

.member_title {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.member_title2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 130px 0 22px 0;
}

.member_btn {
    width: 140px;
    height: 40px;
    border-radius: 18px;
    margin: 0 auto;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.member_line {
    width: 220px;
    height: 1px;
    background: #f4f4f7;
    margin: 20px auto;
}

.classification_title_blue {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    color: #577eff;
}

.classification_txt {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    color: #707070;
}

.classification_title_orange {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    color: #ff9a22;
}

/*.current{*/
/*width: 120px;*/
/*height: 30px;*/
/*border-radius: 20px;*/
/*text-align: center;*/
/*line-height: 30px;*/
/*position: absolute;*/
/*top: -17px;*/
/*left: 70px;*/
/*background: #fff;*/
/*}*/
.current_color1 {
    border: 1px solid #577eff;
    color: #577eff;
}

.current_color2 {
    border: 1px solid #ffa334;
    color: #ffa334;
}

.current_color3 {
    border: 1px solid #9a7ae9;
    color: #9a7ae9;
}

.current_color4 {
    border: 1px solid #0c84e6;
    color: #0c84e6;
}

.already_opened {
    text-align: center;
    margin-top: 30px;
}

/*-------------------- 会员服务------------------------ */

/*-------------------- 免费创建 ------------------------ */
.free_creation .gnzs{
    width: 100%;
    background: #f7f8fb;
    padding: 50px 0 50px;
}
.free_creation .gn_box{
    width: 1100px;
    margin: 0 auto;
    overflow-x: hidden;
}
.free_creation .gn_ul{
    width: 1200px;
}
.free_creation .gn_li{
    position: relative;
    width: 355px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    float: left;
    border-radius: 4px;
    margin-right: 17px;
    margin-bottom: 10px;
}
.free_creation .gn_li:nth-child(3n){
    margin-right: 0;
}

.free_creation .gn_li:hover{
    box-shadow: 0 0 16px #edeff5;
}
.free_creation .gn_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;z-index: 2;
    border-radius: 4px;
    padding: 35px 30px 35px 25px;
    box-sizing: border-box;
}
.free_creation .gn_div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;z-index: 1;
    border-radius: 4px;
    transition:  0.5s;
    opacity: 0.9;
}
.free_creation .gn_li:hover .gn_div{
    opacity: 1;
}
/*.free_creation .gn_li:nth-child(1) .gn_div{*/
    /*background-image: -webkit-linear-gradient(-130deg, #c03cff, #2284d8);*/
    /*background-image: -moz-linear-gradient(-130deg, #c03cff, #2284d8);*/
    /*background-image: -o-linear-gradient(-130deg, #c03cff, #2284d8);*/
    /*background-image: linear-gradient(-130deg, #c03cff, #2284d8);*/
/*}*/

/*.free_creation .gn_li:nth-child(5) .gn_div{*/
    /*background-image: -webkit-linear-gradient(-130deg, #c03cff, #2284d8);*/
    /*background-image: -moz-linear-gradient(-130deg, #c03cff, #2284d8);*/
    /*background-image: -o-linear-gradient(-130deg, #c03cff, #2284d8);*/
    /*background-image: linear-gradient(-130deg, #c03cff, #2284d8);*/
/*}*/

/*.free_creation .gn_li:nth-child(2) .gn_div{*/
    /*background-image: -webkit-linear-gradient(-130deg, #f97225, #a48d3b);*/
    /*background-image: -moz-linear-gradient(-130deg, #f97225, #a48d3b);*/
    /*background-image: -o-linear-gradient(-130deg, #f97225, #a48d3b);*/
    /*background-image: linear-gradient(-130deg, #f97225, #a48d3b);*/
/*}*/
/*.free_creation .gn_li:nth-child(6) .gn_div{*/
    /*background-image: -webkit-linear-gradient(-130deg, #f97225, #a48d3b);*/
    /*background-image: -moz-linear-gradient(-130deg, #f97225, #a48d3b);*/
    /*background-image: -o-linear-gradient(-130deg, #f97225, #a48d3b);*/
    /*background-image: linear-gradient(-130deg, #f97225, #a48d3b);*/
/*}*/
/*.free_creation .gn_li:nth-child(3) .gn_div,.free_creation .gn_li:nth-child(7) .gn_div{*/
    /*background-image: -webkit-linear-gradient(-130deg, #006fa5, #2ad369);*/
    /*background-image: -moz-linear-gradient(-130deg, #006fa5, #2ad369);*/
    /*background-image: -o-linear-gradient(-130deg, #006fa5, #2ad369);*/
    /*background-image: linear-gradient(-130deg, #006fa5, #2ad369);*/
/*}*/
/*.free_creation .gn_li:nth-child(4) .gn_div{*/
    /*background-image: -webkit-linear-gradient(-130deg, #f23c3c, #c68837);*/
    /*background-image: -moz-linear-gradient(-130deg, #f23c3c, #c68837);*/
    /*background-image: -o-linear-gradient(-130deg, #f23c3c, #c68837);*/
    /*background-image: linear-gradient(-130deg, #f23c3c, #c68837);*/
/*}*/

.free_creation .gn_title{

    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.free_creation .gn_title::after{
    position: absolute;
    display: block;
    content: '';
    width: 26px;
    height: 4px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    left: 50%;
    margin-left: -13px;
    box-sizing: border-box;
    margin-top: 10px;
}

.free_creation .gn_li:hover .gn_btn{
    transform: scale(1.1);
}
.free_creation .gn_text{

    margin-top: 40px;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    height: 48px;
}
.free_creation .gn_use{
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
/*.free_creation .gn_use span{font-size: 18px;}*/
.free_creation .gn_use span{color: #fff;}

.free_creation .gn_btn{
    margin: 20px auto 14px;
    bottom: 35px;
    box-sizing: border-box;
    left: 25px;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    font-weight: bold;
}
/*-------------------- 免费创建 ------------------------ */

/*下拉导航*/
.nav_downList{
    width: 100px;
    height: 0;
    background: #19253E;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    transition: .4s;
}
.headWrap .identity:hover .nav_downList{
    bottom: -118px;
    height: 120px;

}
.userState{
    width: 58px;
    height: 24px;
    border-radius: 6px;
    background: #fff;
    line-height: 24px;
    font-size: 12px;
    float: right;
    margin-top: 12px;
    margin-left: 20px;
    color: #333;
}
.nav_downList li{
    line-height: 29px;
    font-size: 12px;
    text-align: center;
    color: #A9A9AB;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.user_jt{
    width: 10px;
    height: 5px;
    background: url("../../img/up_jt.png");
    float: right;
    margin-top: 22px;
    transition: .4s;
}
.headWrap .identity:hover .user_jt{
    transform:rotate(180deg);
}
.userState img{
    float: left;
    margin: 5px 2px 0 7px;
}


/*活动弹窗*/
.upper_limit{
    width: 450px;
    height: 340px;
    border-radius: 8px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 3;
     display: none;
    z-index: 10;
}
.upper_title{
    width: 94%;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}
.upper_img{
    width: 80px;
    margin: 30px auto;
}
.upper_txt{
    font-size: 14px;
    text-align: center;
    width: 42%;
    margin-left: 28%;
}

.upper_btn{
    width:120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #ff7213;
    margin: 20px auto;
    font-size: 14px;
    cursor: pointer;
    display: none;
}
.upper_close{
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}
.upper_mask{
    width: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
