﻿/* 秀站网 精品与原创织梦模板提供商，一站式建站 */
/* 主营业务：快速建站、快排、高权重域名、海外服务器 */
/* 模板建站：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */
body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1;
}
img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
:focus {
    outline: none !important;
    border-color: inherit;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
h3, h4, h5, h6 {
    font-weight: normal;
}
.auto {
    width: 1100px;
    margin: 0 auto;
}
em, i {
    font-style: normal;
}
* {
    box-sizing: border-box;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"] {
    border: none;
}
textarea {
    -webkit-appearance: none;
}
:hover {
    transition: all .2s;
}
.img_hover_wrap {
    overflow: hidden;
}
.img_hover {
    transition: all .3s;
}
.img_hover:hover {
    transform: scale(1.05, 1.05);
}
.img_traslate {
    transition: all .3s;
}
.img_traslate:hover {
    transform: translateY(-10px);
}
.img_rotate {
    transition: all .3s;
}
.img_rotate:hover {
    transform: rotate(-360deg);
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.img {
    display: block;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ele {
    position: relative;
}
.ele:before, .ele:after {
    content: '';
    position: absolute;
    display: block;
}
.ipt {
    display: block;
    border: none;
}
.ipt_button {
    cursor: pointer;
}
.item_scale .icon {
    transition: all .3s;
}
.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.btn {
    display: block;
    text-align: center;
}
.button_gradient {
    background: #00a1fd;
    background: -webkit-gradient(linear, left top, right bottom, from(#00a1fd), to(#00e4f4));
    background: -moz-linear-gradient(top, #00a1fd, #00e4f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1fd', endColorstr='#00e4f4');
}
.c_pink {
    color: #ff006c;
}
.c_green {
    color: #00cd6f;
}
.c_blue {
    color: #199fff;
}
.c_org {
    color: #ff5722;
}
.white_bg {
    background: #fff;
}
/*头部*/
.head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 10px 0;
    height: 80px;
}
.inner_head {
    background: #fff;
}
.inner_head .hd_nav li {
    color: #333333;
}
.hd_logo {
    position: absolute;
    top: 10px;
    left: 2%;
}
.hd_logo .img {
    height: 57px;
    width: auto;
}
.hd_btns {
    position: absolute;
    top: 20px;
    right: 1%;
}
.hd_btns .lk {
    display: block;
    float: right;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #33aaff;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 30px;
}
.hd_btns .lk:hover {
    display: block;
    float: right;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #33aaff;
    background: #33aaff;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 30px;
}
.hd_btns .login {
    color: #fff;
    background: #33aaff;
}
.hd_btns .reg {
    color: #33aaff;
}
.hd_btns .lk:hover {
    box-shadow: 0 0 5px #33aaff;
}
.hd_center {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    top: 15px;
}
.hd_center .hdimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
}
.hd_nav {
    text-align: center;
    padding: 10px 0;
}
.hd_nav li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 0 25px;
}
.hd_nav li:hover, .hd_nav li.cur {
    color: #33aaff;
}
.inner_head {
    box-shadow: 0 0 10px #eee;
}
/*底部*/
.foot {
    background: #2d3040;
    padding: 15px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    text-align: center;
    line-height: 24px;
}
.main {
    margin-top: 80px;
}
/*注册*/
.reg_main {
    padding: 30px 0 50px;
    background: url(../images/reg_07.jpg) no-repeat bottom center;
    background-size: cover;
}
.reg_form {
    width: 800px;
    margin: 0 auto;
}
.reg_form .module {
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff;
}
.reg_form .top {
    background: #eff8ff;
    padding: 30px 20px;
}
.reg_form .title {
    font-size: 24px;
    color: #333333;
    line-height: 20px;
    border-left: 4px solid #199fff;
    padding-left: 25px;
    height: 20px;
    display: block;
}
.reg_form .detail {
    padding: 45px 20px 50px 155px;
}
.reg_form .row {
    margin-bottom: 15px;
}
.reg_form .ipt_txt {
    display: inline-block;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    width: 320px;
    height: 45px;
    line-height: 45px;
    padding-left: 60px;
    font-size: 15px;
    color: #333;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 22px;
}
.reg_form .tip {
    display: inline-block;
    font-size: 13px;
    color: #aaaaaa;
    line-height: 45px;
}
.reg_form .getcode {
    width: 120px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
}
.reg_form .phone {
    background-image: url(../images/reg_01.png);
}
.reg_form .psd {
    background-image: url(../images/reg_02.png);
}
.reg_form .psdagain {
    background-image: url(../images/reg_02.png);
}
.reg_form .code {
    background-image: url(../images/reg_03.png);
}
.reg_form .name {
    background-image: url(../images/reg_04.png);
}
.reg_form .company {
    background-image: url(../images/reg_05.png);
}
.reg_form .qq {
    background-image: url(../images/reg_06.png);
}
.reg_form .ipt_button {
    width: 300px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    font-size: 16px;
    color: #fff;
    margin: 30px auto 0;
}
.reg_form .notice {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.reg_form .notice .sel {
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
}
.reg_form .notice .sel.cur {
    background: url(../images/reg_08.png) no-repeat center;
    background-size: cover;
    border-color: #20243e;
}
.reg_form .notice input {
    opacity: 0;
    filter: alpha(opacity=0);
}
/*登录*/
.login_main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login_03.jpg) no-repeat center;
    background-size: cover;
}
.login_box {
    position: fixed;
    width: 1200px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -280px;
    border-radius: 30px;
    background: #fff;
    padding: 70px 110px 50px 70px;
}
.login_box .imgbox {
    width: 600px;
}
.login_box .info {
    width: 330px;
}
.login_box .title {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.login_box .smtit {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    margin-top: 15px;
    text-align: center;
}
.login_form {
    margin-top: 40px;
}
.login_form .row {
    padding: 18px 0 10px;
    border-bottom: 1px solid #20243e;
}
.login_form .ipt {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    display: inline-block;
}
.login_form .ipt_txt {
    padding-left: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}
.login_form .imgcode {
    width: 110px;
    height: 44px;
    display: inline-block;
    float: right;
}
.login_form .ipt_button {
    width: 320px;
    height: 50px;
    background: #20243e;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin: 30px auto 0;
}
.login_form .name {
    background-image: url(../images/reg_04.png);
}
.login_form .psd {
    background-image: url(../images/reg_02.png);
}
.login_form .code {
    background-image: url(../images/reg_03.png);
    width: 200px;
}
.login_form .notice {
    margin-top: 15px;
}
.login_form .remember {
    font-size: 14px;
    color: #888888;
}
.login_form .remember input {
    opacity: 0;
    filter: alpha(opacity=0);
}
.login_form .remember .sel {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 5px;
}
.login_form .remember .sel.cur {
    background: url(../images/reg_08.png) no-repeat center;
    background-size: cover;
    border-color: #20243e;
}
.login_form .notice a {
    font-size: 14px;
    color: #888888;
    margin-left: 10px;
}
.login_form .notice .reg_btn {
    color: #20243e;
}
.login_form .notice a:hover {
    text-decoration: underline;
}
/*营销学院*/
.mar_main {
    padding: 20px 0 50px;
    background: #f2f7fa;
}
.mar_l {
    width: 240px;
}
.mar_l li {
    padding: 0 10px;
    height: 70px;
    margin-bottom: 5px;
}
.mar_l li a {
    display: block;
    height: 70px;
    font-size: 20px;
    color: #666666;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: 45px center;
    background-size: 30px;
    padding-left: 95px;
    background-color: #fff;
}
.mar_l li.school a {
    background-image: url(../images/mar_02.png);
}
.mar_l li.activity a {
    background-image: url(../images/mar_03.png);
}
.mar_l li.help a {
    background-image: url(../images/mar_04.png);
}
.mar_l li.about a {
    background-image: url(../images/contact_03.png);
}
.mar_l li.process a {
    background-image: url(../images/contact_04.png);
}
.mar_l li.contact a {
    background-image: url(../images/contact_05.png);
}
.mar_l li:hover, .mar_l li.cur {
    background: url(../images/mar_05.jpg) no-repeat center;
    background-size: cover;
    transition: all 0s;
}
.mar_l li:hover a, .mar_l li.cur a {
    background-color: transparent;
    color: #fff;
    transition: all 0s;
}
.mar_l li.school:hover a, .mar_l li.school.cur a {
    background-image: url(../images/mar_02-1.png);
}
.mar_l li.activity:hover a, .mar_l li.activity.cura {
    background-image: url(../images/mar_03-1.png);
}
.mar_l li.help:hover a, .mar_l li.help.cura {
    background-image: url(../images/mar_04-1.png);
}
.mar_l li.about:hover a, .mar_l li.about.cur a {
    background-image: url(../images/contact_03-1.png);
}
.mar_l li.process:hover a, .mar_l li.process.cur a {
    background-image: url(../images/contact_04-1.png);
}
.mar_l li.contact:hover a, .mar_l li.contact.cur a {
    background-image: url(../images/contact_05-1.png);
}
.mar_r {
    width: 950px;
}
.mar_list {
    padding-bottom: 20px;
}
.mar_list .item {
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}
.mar_list .imgbox {
    width: 220px;
    height: 150px;
    border-radius: 8px;
}
.mar_list .info {
    width: 665px;
}
.mar_list .title {
    display: block;
    font-size: 20px;
    color: #333333;
}
.mar_list .brief {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-top: 25px;
}
.mar_list .bot {
    margin-top: 30px;
}
.mar_list .tag {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-right: 55px;
}
.mar_list .tag .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.mar_list .more {
    float: right;
    font-size: 14px;
    color: #199fff;
    line-height: 20px;
}
.mar_list .title:hover {
    color: #199fff;
}
.mar_list .more:hover {
    text-decoration: underline;
}
.mar_list .item:hover {
    box-shadow: 0 0 20px #ddd;
}
.pagelist {
    text-align: center;
}
.pagelist a {
    font-size: 14px;
    color: #9aabb8;
    width: 60px;
    height: 40px;
    border: 1px solid #9aabb8;
    border-radius: 4px;
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    line-height: 40px;
}
.pagelist b {
    font-size: 14px;
    color: #9aabb8;
    width: 60px;
    height: 40px;
    border-radius: 4px;
    margin: 0 3px;
    text-align: center;
    line-height: 40px;
}
.pagelist a.cur, .pagelist a:hover {
    color: #fff;
    background: #199fff;
    border-color: #199fff;
}
.pagelist a b {
    border: 0px;
}
.mar_top {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
}
.mar_top .lbox {
    width: 680px;
}
.mar_top .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.mar_top .brief {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
}
.mar_top .rbox {
    width: 160px;
    position: absolute;
    top: -15px;
    right: 30px;
}
.mar_top .rbox .img {
    width: 100%;
}
/*文章详情*/
.arc_main {
    background: url(../images/mar_13.jpg) no-repeat bottom center #f2f7fa;
    background-size: cover;
}
.arc_content {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
}
.arc_content .title {
    font-size: 32px;
    color: #333333;
    text-align: center;
}
.arc_content .tag {
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}
.arc_content .tag span {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin: 0 30px;
}
.arc_content .tag .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.arc_content .editbox {
    padding: 25px 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
}
.arc_content .editbox img {
    width: 100%;
    margin-bottom: 10px;
}
.arc_content .editbox p {
    font-size: 15px;
    color: #666666;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.pagenav li {
    width: 50%;
    font-size: 15px;
    color: #888888;
    float: left;
}
.pagenav li a {
    color: #888888;
}
.pagenav li.next {
    text-align: right;
}
.pagenav li:hover a {
    color: #199fff;
    text-decoration: underline;
}
.arc_rela {
    background: #fff;
    padding: 25px 30px;
    border-radius: 6px;
    margin-top: 10px;
}
.arc_rela .title {
    font-size: 20px;
    color: #333333;
    border-left: 4px solid #199fff;
    line-height: 20px;
    padding-left: 25px;
}
.arc_rela_list {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 15px;
}
.arc_rela_list li {
    width: 50%;
    float: left;
    font-size: 15px;
    color: #888888;
    line-height: 40px;
    padding-left: 45px;
    background: url(../images/mar_12.jpg) no-repeat 30px center;
    background-size: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arc_rela_list li:hover {
    color: #199fff;
}
/*联系我们*/
.contact_map {
    margin-top: 20px;
    border: 2px solid #fff;
}
.contact_info {
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    box-shadow: 0 0 10px #eee;
}
.contact_info .title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
.contact_info .box {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #f0f0f0;
}
.contact_info .box .tit {
    font-size: 22px;
    color: #4e8fec;
    margin-bottom: 5px;
}
.contact_info .box li {
    font-size: 16px;
    color: #666666;
    line-height: 44px;
}
/*首页*/
.idx_banner {
    height: 700px;
    padding-top: 80px;
}
.idx_login {
    width: 340px;
    height: 420px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -330px;
}
.idx_login .top {
    text-align: center;
    padding-top: 25px;
}
.idx_login .top .cn {
    font-size: 20px;
    color: #333333;
}
.idx_login .top .en {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
    text-transform: uppercase;
}
.idx_login .about_login:after {
    display: none;
}
.idx_login .about_login .login_form {
    padding-top: 20px;
}
.idx_login .close {
    background: url(../images/close.png) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.idx_login .about_in {
    padding-bottom: 0;
}
.idx_login .login_form {
    margin-top: 0;
    padding: 30px 20px 55px;
}
.idx_login .login_form .row {
    padding: 0;;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
    border: none;
}
.idx_login .login_form .ipt_txt {
    padding-left: 45px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}
.idx_login .login_form .code {
    width: 150px;
}
.idx_login .login_form .imgcode {
    width: 100px;
}
.idx_login .login_form .imgcode img {
    height: 45px;
}
.idx_login .login_form .ipt_button {
    width: 100%;
    margin: 10px auto 0;
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
}
.idx_top {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 75px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 20px #4c4444;
    margin-top: -90px;
}
.idx_top li {
    width: 262px;
    float: left;
}
.idx_top li .info {
    text-align: center;
    display: inline-block;
}
.idx_top .icon {
    margin-right: 20px;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    display: inline-block;
}
.idx_top .num {
    font-size: 20px;
    color: #20243e;
}
.idx_top .font {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.idx_top .num span {
    font-size: 36px;
}
/*.idx_main{background: url(../images/idx_28.jpg) no-repeat center;background-size:cover;}*/
.idx_seo {
    padding: 70px 0 10px;
    background: url(../images/idx_33.jpg) no-repeat center bottom;
    background-size: cover;
    margin-top: 10px;
}
.idx_seo .title {
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.idx_seo .smtit {
    font-size: 24px;
    color: #00bbfa;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}
.idx_seo .brief {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    width: 1080px;
    margin: 45px auto 0;
}
.idx_seo .detail {
    margin-top: 60px;
}
.idx_seo .detail .img {
    width: auto;
    margin: 0 auto;
}
.idx_titbox {
    text-align: center;
}
.idx_titbox .en {
    font-size: 66px;
    color: #999999;
    text-transform: uppercase;
    opacity: .3;
    font-family: pingfang;
}
.idx_titbox .cn {
    font-size: 36px;
    color: #222222;
    margin-top: -35px;
    letter-spacing: 2px;
}
.idx_titbox .line {
    background: url(../images/idx_24.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 4px;
    display: block;
    margin: 25px auto 0;
}
.idx_titbox .sm {
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.idx_risk {
    padding: 180px 0 130px;
    background: url(../images/idx_32.jpg) no-repeat center;
    background-size: cover;
}
.idx_risk .detail {
    margin-top: 75px;
}
.idx_risk .lbox {
    width: 530px;
}
.idx_risk .lbox li {
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
.idx_risk .lbox .icon {
    width: 90px;
}
.idx_risk .lbox .info {
    width: 360px;
}
.idx_risk .lbox .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding: 5px 0 5px;
}
.idx_risk .lbox .desc {
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}
.idx_risk .rbox {
    width: 50%;
}
.idx_price {
    padding: 80px 0 0;
}
.idx_price .list {
    margin-top: 80px;
    text-align: center;
    font-size: 0;
}
.idx_price .item {
    width: 25%;
    display: inline-block;
}
.idx_price .item .icon:before, .idx_price .item .icon:after {
    width: 110px;
    height: 1px;
    display: block;
    background: #dfe2e6;
    content: '';
    top: 50%;
    position: absolute;
}
.idx_price .item .icon:before {
    left: -110px;
}
.idx_price .item .icon:after {
    right: -110px;
}
.idx_price .item .icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.idx_price .item .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
}
.idx_price .item .price {
    font-size: 30px;
    color: #079eff;
    font-style: normal;
    margin: 20px 0;
}
.idx_price .item .fz {
    font-size: 16px;
    color: #999999;
    padding: 0 30px;
}
.idx_price .item_1 .icon {
    background-image: url(../images/idx_06.png);
}
.idx_price .item_2 .icon {
    background-image: url(../images/idx_07.png);
}
.idx_price .item_3 .icon {
    background-image: url(../images/idx_08.png);
}
.idx_price .item_4 .icon {
    background-image: url(../images/idx_09.png);
}
.idx_price .item_1:hover .icon {
    background-image: url(../images/idx_06-1.png);
}
.idx_price .item_2:hover .icon {
    background-image: url(../images/idx_07-1.png);
}
.idx_price .item_3:hover .icon {
    background-image: url(../images/idx_08-1.png);
}
.idx_price .item_4:hover .icon {
    background-image: url(../images/idx_09-1.png);
}
.idx_advan {
    padding: 250px 0 50px;
    background: url(../images/idx_31.jpg) no-repeat top center;
    background-size: cover;
}
.idx_advan .list {
    margin-top: 80px;
    text-align: center;
    font-size: 0;
}
.idx_advan .item {
    width: 31.3%;
    margin: 0 1%;
    border-radius: 6px;
    box-shadow: 0 0 10px #ddd;
    padding: 70px 55px 0;
    height: 500px;
    display: inline-block;
    vertical-align: text-top;
    background: #fff;
    transition: all .3s;
}
.idx_advan .item .icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.idx_advan .item .title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.idx_advan .item .sm_line {
    margin-top: 25px;
    background: url(../images/idx_24.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 4px;
    display: block;
    margin: 25px auto 0;
}
.idx_advan .item .desc {
    margin-top: 30px;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}
.idx_advan .item_1 .icon {
    background-image: url(../images/idx_10.png);
}
.idx_advan .item_2 .icon {
    background-image: url(../images/idx_11.png);
}
.idx_advan .item_3 .icon {
    background-image: url(../images/idx_12.png);
}
.idx_advan .item:hover {
    background: #079eff;
    transform: scale(1.05, 1.05);
}
.idx_advan .item:hover .title, .idx_advan .item:hover .desc {
    color: #fff;
}
.idx_advan .item:hover .line {
    background: #fff;
}
.idx_advan .item_1:hover .icon {
    background-image: url(../images/idx_10_1.png);
}
.idx_advan .item_2:hover .icon {
    background-image: url(../images/idx_11_1.png);
}
.idx_advan .item_3:hover .icon {
    background-image: url(../images/idx_12_1.png);
}
.idx_customer {
    padding: 135px 0 150px;
    background: url(../images/idx_29.jpg) no-repeat center;
    background-size: cover;
}
.idx_customer .idx_titbox .en {
    color: #fff;
}
.idx_customer .idx_titbox .cn {
    color: #fff;
}
.idx_customer .list {
    margin-top: 70px;
    font-size: 0;
}
.idx_customer .list li {
    width: 30.3%;
    height: 400px;
    border-radius: 10px;
    text-align: center;
    padding: 55px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin: 5px 1.5%;
    background: #fff;
}
.idx_customer .list .icon {
    border-radius: 50%;
    box-shadow: 0 0 10px #ddd;
}
.idx_customer .list .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}
.idx_customer .list .en_tit {
    font-size: 16px;
    color: #999999;
    margin-top: 25px;
    text-transform: uppercase;
}
.idx_customer .list .sm_line {
    width: 40px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.idx_case {
    padding: 40px 0;
}
.idx_case .detail {
    margin-left: -2%;
    margin-top: 80px;
}
.idx_case .column {
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    width: 31.33%;
    margin-left: 2%;
    padding: 20px 10px 10px;
}
.idx_case .column a:hover {
    text-decoration: underline;
}
.idx_case li {
    font-size: 0;
}
.idx_case li .words {
    width: 25%;
}
.idx_case li .website {
    width: 50%;
}
.idx_case li .rank {
    width: 25%;
}
.idx_case li span {
    font-size: 14px;
    color: #888888;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.idx_case li.first {
    margin-bottom: 10px;
}
.idx_case li.first span {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}
.idx_case .column li:hover span {
    color: #079eff;
}
.idx_case .box {
    height: 120px;
}
.idx_media {
    padding: 100px 0 115px;
}
.idx_media .list {
    margin: 75px 0 0 0;
    font-size: 0;
    text-align: center;
    padding-bottom: 70px;
    position: relative;
}
.idx_media .list .item {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
.idx_media .list .img {
}
.idx_media .list .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    background: rgba(7, 158, 255, .7);
}
.idx_media .swiper-container {
    position: initial;
}
.idx_media .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px !important;
}
.idx_last {
    background: url(../images/idx_30.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 0 0 110px;
}
.idx_ad {
    background: url(../images/idx_23.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0 140px;
    text-align: center; /*height: 400px;*/
    border-radius: 25px;
}
.idx_ad .title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.idx_ad .title .fz {
    font-size: 48px;
    color: #079eff;
}
.idx_ad .button {
    width: 250px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    background: #08a9ff;
    background: -webkit-gradient(linear, left top, right bottom, from(#08a9ff), to(#326ce4));
    background: -moz-linear-gradient(top, #08a9ff, #326ce4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a9ff', endColorstr='#326ce4');
    margin: 60px auto 0;
    display: block;
}
.idx_ad .button:hover {
    box-shadow: 0 0 10px #326ce4;
}
.idx_news {
    margin-top: 120px;
}
.idx_news .detail {
    margin: 80px 0 0 -30px;
}
.idx_news .idx_titbox .en {
    color: #fff;
}
.idx_news .idx_titbox .cn {
    color: #fff;
}
.idx_news .column {
    margin-left: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    width: 380px;
}
.idx_news .column .t_tit {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.idx_news .column .line {
    background: url(../images/idx_24.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 4px;
    display: block;
    margin: 15px auto 0;
}
.idx_news .column .list {
    margin-top: 25px;
}
.idx_news .column li {
    position: relative;
    border-bottom: #dedede 1px dotted;
    padding: 10px 0
}
.idx_news .column .tit {
    width: 70%;
    display: inline-block;
    font-size: 15px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.idx_news .column .date {
    float: right;
    font-size: 13px;
    color: #999;
    line-height: 30px;
}
.idx_news .column li font {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.idx_news .column li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #079eff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    margin-top: 15px;
}
.idx_news .column li:hover .tit, .idx_news .column li:hover .date {
    color: #079eff;
}
/*底部*/
.footer {
    background: #20243e;
}
.footer_b {
    padding: 15px 0;
    border-top: 1px solid #3c415e;
}
.footer_b p {
    font-size: 13px;
    color: #99a6bf;
    text-align: center;
    line-height: 26px;
}
.footer_t {
    padding: 60px 0 30px;
}
.ft_col1 {
    width: 215px;
}
.ft_col1 .tit {
    font-size: 22px;
    color: #ffffff;
}
.ft_col1 .box {
    margin-top: 25px;
}
.ft_col1 .lk {
    font-size: 14px;
    color: #99a6bf;
    line-height: 30px;
    display: block;
}
.ft_col1 a.lk:hover {
    color: #fff;
    text-decoration: underline;
}
.ft_txt {
    width: 340px;
    border-left: 1px solid #3c415e;
    padding: 10px 0 10px 40px;
}
.ft_txt .logo {
    height: 40px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.ft_txt .brief {
    font-size: 14px;
    color: #99a6bf;
    line-height: 22px;
    margin-top: 20px;
}
.sj_menu {
    background: url(../images/sj_menu.png) no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: none;
    position: fixed;
    right: 20px;
    top: 10px;
}
.sj_logo {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
    .auto {
        width: 100%;
        padding: 0 3%;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
    /*首页*/
    .idx_login {
        margin-top: -250px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .head {
        padding: 5px 0;
        height: 60px;
    }
    .hd_logo {
        position: initial;
        float: left;
    }
    .hd_logo .img {
        height: 50px;
    }
    .hd_btns {
        position: initial;
        float: right;
    }
    .hd_nav {
        padding: 0;
        float: left;
        margin-left: 35px;
    }
    .hd_nav li {
        line-height: 50px;
        margin: 0 15px;
    }
    .hd_btns {
        margin-top: 10px;
    }
    .hd_btns .lk {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-left: 15px;
        font-size: 14px;
    }
    /*首页*/
    .idx_login {
        display: none;
    }
    .idx_banner {
        height: 490px;
    }
    .idx_top {
        width: 100%;
        margin-top: 0;
        padding: 40px 30px;
        box-shadow: none;
    }
    .idx_top li {
        width: 25%;
    }
    .idx_top .num span {
        font-size: 26px;
    }
    .idx_top .icon {
        width: 40px;
        height: 40px;
    }
    .idx_top .font {
        margin-top: 5px;
    }
    .idx_seo {
        padding: 70px 0 10px;
    }
    .idx_seo .brief {
        width: 80%;
    }
    .idx_seo .detail .img {
        width: 80%;
    }
    .idx_price .item .icon:before, .idx_price .item .icon:after {
        display: none;
    }
    .idx_risk .lbox {
        width: 50%;
    }
    .idx_risk .lbox li {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .idx_risk .lbox .icon {
        width: 60px;
    }
    .idx_risk .lbox .info {
        width: calc(100% - 60px);
    }
    .idx_risk .lbox .desc {
        margin-top: 10px;
    }
    .idx_risk .lbox .title {
        font-size: 20px;
    }
    .idx_media .list {
        margin-left: 0;
    }
    .idx_media .list .item {
        margin-left: 0;
        height: auto;
    }
    .idx_news .detail {
        margin-left: -2%;
    }
    .idx_news .column {
        width: 31.3%;
        margin-left: 2%;
    }
    .idx_news .column li:before {
        margin-top: 12px;
    }
    /*底部*/
    .ft_col1 {
        width: 18%;
    }
    .ft_txt {
        width: 28%;
    }
    /*登录*/
    .login_box {
        width: 500px;
        height: 500px;
        margin-top: -250px;
        margin-left: -250px;
        padding: 40px 30px 30px 30px;
    }
    .login_box .imgbox {
        width: 60%;
        display: none;
    }
    .login_box .info {
        width: 100%;
    }
    .login_main .hd_logo {
        margin-top: 10px;
    }
    .login_box .title {
        font-size: 30px;
    }
    .login_form .ipt_button {
        display: block;
        float: none;
    }
    /*注册*/
    .main {
        margin-top: 60px;
    }
    .foot {
        padding: 15px 3%;
        line-height: 20px;
    }
    /*联系我们*/
    .mar_l {
        width: 210px;
    }
    .mar_l li a {
        background-position: 25px center;
        padding-left: 70px;
    }
    .mar_r {
        width: calc(100% - 230px);
    }
    .contact_info .title {
        font-size: 24px;
    }
    .contact_info .box .tit {
        font-size: 20px;
    }
    /*营销学院*/
    .mar_top .rbox {
        display: none;
    }
    .mar_list .info {
        width: calc(100% - 240px);
    }
    .mar_list .brief {
        margin-top: 10px;
        line-height: 20px;
    }
    .mar_list .bot {
        margin-top: 10px;
    }
    /*文章详情*/
    .arc_content .title {
        font-size: 28px;
    }
    .arc_content .tag span {
        margin: 0 15px;
    }
    .pagenav li {
        width: 100%;
        line-height: 30px;
    }
    .pagenav li.next {
        text-align: left;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sj_menu {
        display: block;
    }
    .head {
        padding: 5px 0;
        height: 50px;
    }
    .hd_logo {
        position: initial;
        float: left;
    }
    .hd_logo .img {
        height: 40px;
    }
    .hd_btns {
        position: initial;
        float: right;
    }
    .hd_nav {
        padding: 0;
        float: left;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50px;
        background: rgba(0, 0, 0, .6);
        display: none;
    }
    .hd_nav li {
        line-height: 40px;
        margin: 0 15px;
        display: block;
        text-align: left;
        padding: 0 3%;
    }
    .hd_btns {
        margin-top: 5px;
        margin-right: 50px;
    }
    .hd_btns .lk {
        width: 60px;
        height: 30px;
        line-height: 30px;
        margin-left: 15px;
        font-size: 14px;
    }
    /*首页*/
    .idx_login {
        display: none;
    }
    .idx_banner {
        height: 400px;
    }
    .idx_top {
        width: 100%;
        margin-top: 0;
        padding: 40px 30px;
        box-shadow: none;
    }
    .idx_top li {
        width: 25%;
    }
    .idx_top .num span {
        font-size: 26px;
    }
    .idx_top .icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .idx_top .font {
        margin-top: 5px;
    }
    .idx_seo {
        padding: 20px 0 10px;
        margin-top: 0;
    }
    .idx_seo .brief {
        width: 90%;
    }
    .idx_seo .detail .img {
    }
    .idx_seo .title {
        font-size: 26px;
    }
    .idx_seo .smtit {
        font-size: 20px;
    }
    .idx_titbox .en {
        font-size: 50px;
    }
    .idx_titbox .cn {
        font-size: 30px;
        margin-top: -25px;
    }
    .idx_titbox .sm {
        font-size: 16px;
    }
    .idx_price .item .icon:before, .idx_price .item .icon:after {
        display: none;
    }
    .idx_price .item .icon {
        width: 80px;
        height: 80px;
    }
    .idx_price .item .title {
        font-size: 20px;
    }
    .idx_price .item .price {
        font-size: 22px;
    }
    .idx_risk .lbox {
        width: 50%;
    }
    .idx_risk .lbox li {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .idx_risk .lbox .icon {
        width: 40px;
    }
    .idx_risk .lbox .info {
        width: calc(100% - 50px);
    }
    .idx_risk .lbox .desc {
        margin-top: 5px;
    }
    .idx_risk .lbox .title {
        font-size: 17px;
    }
    .idx_advan .item {
        padding: 30px 15px 0;
        height: 375px;
    }
    .idx_advan .item .icon {
        width: 80px;
        height: 80px;
    }
    .idx_advan .item .title {
        font-size: 28px;
        margin-top: 30px;
    }
    .idx_advan .item .desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .idx_customer .list li {
        height: 300px;
        padding-top: 35px;
    }
    .idx_customer .list .icon {
        width: 100px;
    }
    .idx_customer .list .title {
        margin-top: 30px;
        font-size: 22px;
    }
    .idx_ad {
        padding: 100px 0 100px;
    }
    .idx_ad .title {
        font-size: 28px;
    }
    .idx_ad .title .fz {
        font-size: 40px;
    }
    .idx_media .list {
        margin-left: 0;
    }
    .idx_media .list .item { /*width: 23%;*/
        margin-left: 0;
        height: auto;
    }
    .idx_news .detail {
        margin-left: -1%;
    }
    .idx_news .column {
        width: 32.3%;
        margin-left: 1%;
    }
    .idx_news .column .t_tit {
        font-size: 20px;
    }
    /*底部*/
    .ft_col1 {
        width: 25%;
    }
    .ft_txt {
        width: 100%;
        display: none;
    }
    /*登录*/
    .login_box {
        width: 460px;
        height: 480px;
        margin-top: -250px;
        margin-left: -230px;
        padding: 40px 30px 20px 30px;
    }
    .login_box .imgbox {
        width: 60%;
        display: none;
    }
    .login_box .info {
        width: 100%;
    }
    .login_main .hd_logo {
        margin-top: 10px;
    }
    .login_box .title {
        font-size: 26px;
    }
    .login_form .ipt_button {
        display: block;
        float: none;
    }
    .login_form .ipt {
        height: 36px;
        line-height: 36px;
    }
    /*注册*/
    .main {
        margin-top: 50px;
    }
    .foot {
        padding: 15px 3%;
        line-height: 20px;
    }
    .inner_head {
        background: rgba(0, 0, 0, .6) !important;
    }
    .sj_logo {
        display: block;
    }
    .pc_logo {
        display: none;
    }
    .inner_head .hd_nav li {
        color: #fff;
    }
    .reg_form .detail {
        padding: 45px 0 20px;
        width: 80%;
        margin: 0 auto;
    }
    /*联系我们*/
    .mar_l {
        width: 100%;
        float: none;
        font-size: 0;
    }
    .mar_l li {
        width: 31.3%;
        margin: 0 1%;
        display: inline-block;
        padding: 0;
        height: 45px;
    }
    .mar_l li a {
        background-position: 15px center;
        padding-left: 35px;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-size: 24px;
        font-size: 16px;
    }
    .mar_l li a {
        background-position: 25px center;
        padding-left: 70px;
        width: 100%;
    }
    .mar_r {
        width: 100%;
        margin-top: 20px;
    }
    .contact_info .title {
        font-size: 24px;
    }
    .contact_info .box .tit {
        font-size: 20px;
    }
    /*营销学院*/
    .mar_top .rbox {
        display: none;
    }
    .mar_list .info {
        width: calc(100% - 240px);
        padding-top: 10px;
    }
    .mar_list .brief {
        margin-top: 10px;
        line-height: 20px;
    }
    .mar_list .bot {
        margin-top: 10px;
    }
    .pagelist a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    /*文章详情*/
    .arc_content .title {
        font-size: 28px;
    }
    .arc_content .tag span {
        margin: 0 15px;
    }
    .pagenav li {
        width: 100%;
        line-height: 30px;
    }
    .pagenav li.next {
        text-align: left;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .sj_menu {
        display: block;
    }
    .head {
        padding: 5px 0;
        height: 50px;
        background: rgba(0, 0, 0, .6) !important;
    }
    .hd_logo {
        position: initial;
        float: left;
    }
    .hd_logo .img {
        height: 40px;
    }
    .hd_btns {
        position: initial;
        float: right;
    }
    .hd_nav {
        padding: 0;
        float: left;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50px;
        background: rgba(0, 0, 0, .6);
        display: none;
        padding-bottom: 10px;
    }
    .hd_nav li {
        line-height: 35px;
        margin: 0 15px;
        display: block;
        text-align: left;
        padding: 0 3%;
        font-size: 15px;
    }
    .hd_btns {
        margin-top: 5px;
        margin-right: 50px;
    }
    .hd_btns .lk {
        height: 30px;
        line-height: 30px;
        margin-left: 15px;
        font-size: 14px;
        border: none;
        width: auto;
    }
    .hd_btns .login {
        background: transparent;
    }
    /*首页*/
    .idx_login {
        display: none;
    }
    .idx_banner {
        height: 210px;
    }
    .idx_top {
        width: 100%;
        margin-top: 0;
        padding: 20px 0px;
        box-shadow: none;
    }
    .idx_top li {
        width: 25%;
        text-align: center;
    }
    .idx_top .num span {
        font-size: 16px;
    }
    .idx_top .icon {
        width: 30px;
        height: 30px;
        float: none;
        margin: 0 auto;
    }
    .idx_top .font {
        margin-top: 5px;
        font-size: 12px;
    }
    .idx_top li .info {
        display: block;
        margin-top: 5px;
    }
    .idx_top .num {
        font-size: 16px;
        margin-top: 10px;
    }
    .idx_seo {
        padding: 10px 0 10px;
        margin-top: 0;
    }
    .idx_seo .brief {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 25px;
    }
    .idx_seo .detail {
        margin-top: 15px;
    }
    .idx_seo .detail .img {
    }
    .idx_seo .title {
        font-size: 16px;
        line-height: 24px;
        padding: 0 5%;
    }
    .idx_seo .smtit {
        font-size: 15px;
        margin-top: 15px;
    }
    .idx_titbox .en {
        font-size: 34px;
    }
    .idx_titbox .cn {
        font-size: 22px;
        margin-top: -18px;
    }
    .idx_titbox .line {
        margin-top: 15px;
    }
    .idx_titbox .sm {
        font-size: 14px;
        margin-top: 20px;
    }
    .idx_risk {
        padding: 90px 0 30px;
    }
    .idx_risk .detail {
        margin-top: 35px;
    }
    .idx_risk .lbox {
        width: 100%;
        float: none;
    }
    .idx_risk .lbox li {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .idx_risk .lbox .icon {
        width: 40px;
    }
    .idx_risk .lbox .info {
        width: calc(100% - 50px);
    }
    .idx_risk .lbox .desc {
        margin-top: 5px;
        font-size: 14px;
    }
    .idx_risk .lbox .title {
        font-size: 16px;
    }
    .idx_risk .rbox {
        width: 80%;
        margin: 15px auto 0;
        float: none;
    }
    .idx_price .list {
        margin-top: 40px;
    }
    .idx_price .item {
        width: 50%;
        margin-bottom: 25px;
    }
    .idx_price {
        padding-top: 50px;
    }
    .idx_price .item .icon:before, .idx_price .item .icon:after {
        display: none;
    }
    .idx_price .item .icon {
        width: 60px;
        height: 60px;
    }
    .idx_price .item .title {
        font-size: 16px;
        margin-top: 15px;
    }
    .idx_price .item .price {
        font-size: 17px;
        margin: 15px 0;
    }
    .idx_price .item .fz {
        font-size: 14px;
    }
    .idx_advan {
        padding: 150px 0 30px;
    }
    .idx_advan .list {
        margin-top: 30px;
    }
    .idx_advan .item {
        width: 100%;
        padding: 20px 15px 20px;
        height: auto;
        margin-bottom: 15px;
    }
    .idx_advan .item .icon {
        width: 70px;
        height: 70px;
    }
    .idx_advan .item .sm_line {
        margin-top: 15px;
    }
    .idx_advan .item .title {
        font-size: 20px;
        margin-top: 20px;
    }
    .idx_advan .item .desc {
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .idx_customer {
        padding: 80px 0 50px;
        background: url(../images/idx_29.jpg) no-repeat center;
    }
    .idx_customer .list {
        margin-top: 30px;
    }
    .idx_customer .list li {
        height: auto;
        padding: 20px 0 30px;
        width: 31.3%;
        margin: 5px 1%;
    }
    .idx_customer .list .icon {
        width: 50px;
    }
    .idx_customer .list .title {
        margin-top: 20px;
        font-size: 15px;
    }
    .idx_customer .list .en_tit {
        font-size: 12px;
        margin-top: 15px;
    }
    .idx_customer .list .sm_line {
        height: 4px;
    }
    .idx_case .detail {
        margin-top: 35px;
        margin-left: 0;
    }
    .idx_case .column {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .idx_case .column td {
        padding: 5px 0;
    }
    .idx_case .column th {
        font-size: 15px;
        line-height: 30px;
    }
    .idx_media {
        padding: 30px 0;
    }
    .idx_media .list {
        margin-left: 0;
        margin-top: 30px;
        padding-bottom: 35px;
    }
    .idx_media .list .item { /*width: 48%;*/
        margin-left: 0;
        height: auto;
        margin-bottom: 10px;
    }
    .idx_media .list .title {
        font-size: 14px;
        line-height: 36px;
    }
    .idx_media .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }
    .idx_ad {
        padding: 60px 0 60px;
        box-shadow: 0 0 10px #999;
    }
    .idx_ad .title {
        font-size: 16px;
    }
    .idx_ad .title .fz {
        font-size: 20px;
    }
    .idx_ad .button {
        width: 150px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-top: 50px;
    }
    .idx_last {
        padding-bottom: 40px;
    }
    .idx_news {
        margin-top: 40px;
    }
    .idx_news .detail {
        margin-left: 0;
        margin-top: 30px;
    }
    .idx_news .column {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 20px 10px 20px;
    }
    .idx_news .column .t_tit {
        font-size: 18px;
    }
    .idx_news .column li {
        font-size: 14px;
        line-height: 26px;
        display: none;
    }
    .idx_news .column .tit, .idx_news .column .date {
        line-height: 26px;
        font-size: 14px;
    }
    .idx_news .column li:before {
        margin-top: 11px;
    }
    .idx_news .column li:nth-child(1) {
        display: block;
    }
    .idx_news .column li:nth-child(2) {
        display: block;
    }
    .idx_news .column li:nth-child(3) {
        display: block;
    }
    .idx_news .column li:nth-child(4) {
        display: block;
    }
    .idx_news .column li:nth-child(5) {
        display: block;
    }
    .left {
        display: none
    }
    .nybox .auto .right {
        width: 100%
    }
    /*底部*/
    .footer_t {
        padding: 20px 0 5px;
    }
    .ft_col1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .ft_txt {
        width: 100%;
        display: none;
    }
    .ft_col1 .tit {
        font-size: 14px;
    }
    .ft_col1 .box {
        margin-top: 5px;
    }
    .ft_col1 .lk {
        font-size: 12px;
        line-height: 24px;
        display: inline-block;
        margin-right: 15px;
    }
    .footer_b p {
        font-size: 12px;
        line-height: 22px;
    }
    /*登录*/
    .login_box {
        width: 90%;
        height: auto;
        margin-top: -190px;
        margin-left: 0;
        padding: 30px 30px 30px 30px;
        left: 5%;
        border-radius: 15px;
    }
    .login_box .imgbox {
        width: 60%;
        display: none;
    }
    .login_box .info {
        width: 100%;
    }
    .login_main .hd_logo {
        margin-top: 10px;
    }
    .login_box .title {
        font-size: 20px;
    }
    .login_form {
        margin-top: 20px;
    }
    .login_form .ipt_button {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .login_form .ipt {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .login_form .row {
        padding: 8px 0 3px;
    }
    .login_form .ipt_txt {
        padding-left: 45px;
        background-size: 16px;
    }
    .login_form .imgcode {
        width: 90px;
        height: 36px;
    }
    .login_form .imgcode img {
        height: 36px;
        width: 90px;
    }
    .login_form .code {
        width: 180px;
    }
    /*注册*/
    .main {
        margin-top: 50px;
    }
    .foot {
        padding: 10px 4%;
        line-height: 18px;
        font-size: 12px;
    }
    .inner_head {
        background: rgba(0, 0, 0, .6) !important;
    }
    .sj_logo {
        display: block;
    }
    .pc_logo {
        display: none;
    }
    .inner_head .hd_nav li {
        color: #fff;
    }
    .reg_main {
        padding: 15px 0 20px;
    }
    .reg_form {
        width: 100%;
    }
    .reg_form .detail {
        padding: 25px 0 20px;
        width: 90%;
        margin: 0 auto;
    }
    .reg_form .top {
        padding: 15px 10px;
    }
    .reg_form .title {
        font-size: 16px;
        padding-left: 15px;
    }
    .reg_form .tip {
        display: block;
        line-height: 35px;
    }
    .reg_form .ipt_txt {
        background-size: 18px;
        background-position: 15px center;
        padding-left: 45px;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        display: block;
        width: 100%;
    }
    .reg_form .row {
        margin-bottom: 5px;
    }
    .reg_form .code {
        width: 70%;
        float: left;
    }
    .reg_form .getcode {
        width: 25%;
        font-size: 14px;
        border-radius: 10px;
        float: right;
        height: 40px;
        line-height: 40px;
    }
    .reg_form .module {
        margin-bottom: 0;
    }
    .reg_form .ipt_button {
        width: 60%;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
    .reg_form .notice .sel {
        width: 15px;
        height: 15px;
    }
    .reg_form .notice {
        line-height: 15px;
    }
    /*联系我们*/
    .mar_l {
        width: 100%;
        float: none;
        font-size: 0;
    }
    .mar_l li {
        width: 31.3%;
        margin: 0 1%;
        display: inline-block;
        padding: 0;
        height: 40px;
    }
    .mar_l li a {
        background-position: 10px center;
        padding-left: 35px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-size: 20px;
        font-size: 15px;
    }
    .mar_r {
        width: 100%;
        margin-top: 20px;
    }
    .contact_info .title {
        font-size: 17px;
    }
    .contact_info .box {
        padding: 25px 0;
    }
    .contact_info .box .tit {
        font-size: 15px;
        text-align: left;
    }
    .contact_info .box li {
        font-size: 14px;
        line-height: 33px;
        text-align: left;
    }
    .contact_info {
        background: transparent;
        box-shadow: none;
    }
    /*营销学院*/
    .mar_top .rbox {
        display: none;
    }
    .mar_top .lbox {
        width: 100%;
    }
    .mar_top .title {
        font-size: 16px;
    }
    .mar_top .brief {
        font-size: 14px;
        line-height: 22px;
    }
    .mar_list .info {
        width: 100%;
        padding-top: 15px;
    }
    .mar_list .brief {
        margin-top: 10px;
        line-height: 20px;
    }
    .mar_list .bot {
        margin-top: 10px;
    }
    .mar_list .item {
        padding: 10px;
    }
    .mar_list .imgbox {
        width: 100%;
        height: auto;
    }
    .mar_list .title {
        font-size: 17px;
    }
    .mar_list .tag {
        font-size: 12px;
        line-height: 16px;
    }
    .mar_list .tag .icon {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .mar_list .more {
        margin-top: 10px;
    }
    .pagelist a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    /*文章详情*/
    .arc_content .title {
        font-size: 18px;
    }
    .arc_content .tag span {
        margin: 0 15px;
    }
    .pagenav li {
        width: 100%;
        line-height: 26px;
        font-size: 14px;
    }
    .pagenav li.next {
        text-align: left;
    }
    .arc_content {
        padding: 35px 10px;
    }
    .arc_content .tag {
        margin-top: 15px;
    }
    .arc_content .tag span {
        font-size: 12px;
    }
    .arc_content .tag .icon {
        width: 14px;
        height: 14px;
    }
    .arc_content .tag span:nth-child(1) {
        display: none;
    }
    .arc_content .tag span:nth-child(2) {
        display: none;
    }
    .arc_content .editbox p {
        font-size: 14px;
        line-height: 24px;
    }
    .arc_content .editbox {
        padding: 15px 5px;
    }
    .arc_rela {
        padding: 20px 10px;
    }
    .arc_rela .title {
        font-size: 16px;
        padding-left: 20px;
    }
    .arc_rela_list {
        margin-top: 10px;
        padding-top: 10px;
    }
    .arc_rela_list li {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        background: url(../images/mar_12.jpg) no-repeat 10px center;
        padding-left: 25px;
    }
    .arc_main {
        padding-bottom: 30px;
    }
}
.yq_p {
    color: #99a6bf;
    font-size: 14px;
}
.yq_link {
    color: #99a6bf;
    font-size: 14px;
    padding-right: 15px;
}
/*右侧客服 开始*/
.floatBox {
    position: fixed;
    right: 3px;
    top: 50%;
    background: #fff;
    width: 74px;
    z-index: 100;
    -webkit-box-shadow: 3px 3px 3px;
    -moz-box-shadow: 3px 3px 3px;
    box-shadow: -1px 1px 20px rgba(0, 0, 0, .13);
}
.floatBox li a {
    color: #666666;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 50px 0 5px 0;
    border: 1px solid #ededed;
    border-top: 0;
    background-image: url(http://www.xiuzhanwang.com/style/images/floatbox.png);
    background-position: center 8px;
    background-repeat: no-repeat;
}
.floatBox li a:hover {
    color: #ff6800
}
.floatBox li.li_o a {
    border-color: #9cb8e2;
    background-color: #9cb8e2;
    color: #fff;
    background-position: 16px 9px;
    cursor: default;
    padding-top: 35px;
    padding-bottom: 0px;
}
.floatBox li.li_t a {
    background-image: url(http://www.xiuzhanwang.com/style/images/q-o.gif)
}
.floatBox li.li_s a {
    background-image: url(http://www.xiuzhanwang.com/style/images/q-t.gif)
}
.floatBox li.li_f a {
    background-image: url(http://www.xiuzhanwang.com/style/images/q-s.gif)
}
.floatBox li.li_w a {
    background-image: url(http://www.xiuzhanwang.com/style/images/q-f.gif)
}
.fixer {
    position: fixed;
    right: 0px;
    top: 0;
    _position: absolute;
    _top: e-xpression(documentElement.scrollTop+10 + "px");
    z-index: 100;
}
.floatBox.fixer {
    top: 150px
}
/*右侧客服 结束*/
.mbx {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 20px;
    height: 40px;
}
.mbx b {
    font-weight: 100;
    float: left;
    background: url(../images/sy.png) no-repeat;
    text-indent: 26px
}
.mbx .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0
}
.mbx .breadcrumbs li {
    margin: 0 2px 0 0;
    padding: 0
}
.mbx .breadcrumbs li i {
    font-family: 宋体;
    font-style: inherit;
    font-weight: 700;
    margin: 0 8px
}
.container {
    margin: 0 auto;
    width: 1100px;
}
.left {
    float: left;
    width: 20%;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 30px;
}
.menuTitle {
    display: block;
    width: 100%;
    height: 140px;
    padding-top: 22px;
    color: #fff;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    font-family: impact;
    background: url(../images/title1.jpg);
    font-weight: 100;
    letter-spacing: 1px;
}
.menuTitle p {
    display: block;
    width: 148px;
    height: 36px;
    border: 1px solid #fff;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    font-family: 微软雅黑;
    font-weight: 100
}
.nycl-nav {
    background: #fbf7f7
}
.nycl-nav li {
    font-weight: 100;
    line-height: 45px;
    overflow: hidden;
    text-indent: 36px;
    background: url(../images/clfl1.gif) repeat-x
}
.nycl-nav li a {
    color: #fff;
    font-size: 16px
}
.nycl-nav .sub-menu {
    padding: 11px 12px 12px 14px
}
.nycl-nav .sub-menu li {
    font-weight: 100;
    line-height: 44px;
    height: 44px;
    border-bottom: 1px #bfbfbf dashed;
    overflow: hidden;
    background: url("../images/lf_n_ic1.gif") 20px 18px no-repeat
}
.nycl-nav .sub-menu li a {
    color: #333;
    font-size: 16px
}
.cphone {
    overflow: hidden;
    background: #333;
    padding: 20px 0;
    margin-bottom: 20px
}
.cphone .fe3g {
    float: left;
    background: url(../images/contact_03-1.png) no-repeat center;
    margin-left: 5px;
    width: 62px;
    height: 50px
}
.cphone .cdhl {
    margin-left: 66px;
    color: #fff;
    padding: 5px 13px;
    border-left: 1px dotted #5c5c5c
}
.cphone .cdhl span {
    font-size: 13px
}
.cphone .cdhl p {
    font-size: 20px;
    font-family: arial
}
.right {
    float: right;
    width: 75%;
    min-height: 500px;
    background: #fff;
    margin-top: 30px;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.right_title {
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 20px
}
.right_name {
    float: left;
    color: #20243e;
    border-bottom: 2px solid #20243e;
    height: 37px;
    font-weight: 700
}
.right_name font {
    color: #979797;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 100
}
.prolist {
    width: 848px;
    border: 1px solid #ddd;
    padding: 15px 0;
    margin: 15px 0
}
.prolist:hover {
    border: 1px solid #20243e;
}
.prolistfl {
    float: left;
    padding: 15px
}
.prolistfl img {
    padding: 5px
}
.prolistfr {
    float: left;
    width: 500px;
    padding: 25px 10px;
    color: #7a7a7a;
    line-height: 28px
}
.prolistfr h2 {
    color: #282828;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden
}
.prolistfr h2 a {
    font-size: 22px;
    font-weight: 500
}
.prolistfr p {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 26px
}
.prolisttop {
    overflow: hidden
}
.prockxq {
    width: 103px;
    height: 35px;
    background: #20243e;
    text-align: center;
    margin-top: 15px
}
.prockxq a {
    color: #fff;
    font-size: 14px;
    line-height: 35px
}
.yych {
    font-size: 14px;
    height: 90px;
    overflow: hidden;
    line-height: 24px;
}
.met_pager {
    height: 45px;
    line-height: 35px;
    margin: 20px auto;
    padding-top: 15px;
    text-align: center
}
.met_pager ul {
    margin: 0 auto;
    display: inline-block;
}
.met_pager li {
    padding: 0 13px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: -1px;
    float: left;
    background-color: #FFF;
    cursor: pointer;
}
.met_pager li a {
    color: #444;
}
.met_pager li.thisclass, .met_pager ul li.thisclass a, .met_pager ul li.thisclass a:hover {
    color: #fff !important;
    background-color: #24b727;
}
.xwwztitle {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px
}
.wzbt3f3 {
    padding-bottom: 20px
}
.wzfbdsjll {
    font-size: 14px
}
.wzfbdsjll span {
    margin: 0 10px
}
.cpmiaoshu {
    padding-top: 40px;
    border-top: 2px solid #45a643;
    margin-bottom: 60px
}
.cpmstxt88 {
    padding-top: 40px;
    margin-bottom: 30px
}
.cpmstxt88 p, .cpmstxt88 div {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px
}
.cpmstxt88 p img, .cpmstxt88 div img {
    max-width: 100%;
    height: auto
}
.cpmstxt88 h2, .cpmstxt88 h3, .cpmstxt88 h4, .cpmstxt88 h5, .cpmstxt88 h6 {
    margin-bottom: 20px;
    border-left: 3px solid #45a643;
    text-indent: 15px
}
.cpmstxt88 ul, .cpmstxt88 ol {
    border-left: 3px solid #45a643;
    background: #fbfbfb;
    margin-bottom: 20px;
    padding: 15px 0
}
.cpmstxt88 ul li, .cpmstxt88 ol li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 25px;
    padding-bottom: 20px
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wzzzxx {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 60px
}
.wzzzxx h4 {
    margin-top: -32px;
    width: 110px;
    background: #fff;
    text-align: center;
    margin-bottom: 15px
}
.f4n3h5q {
    line-height: 30px;
    font-size: 14px;
    background: url(../images/dd.png) left 12px no-repeat;
    text-indent: 15px
}
.mct3 {
    text-indent: 0;
    line-height: 39px;
    height: 39px;
    border: 1px #cacaca dashed;
    border-left: none;
    border-right: 0;
    margin-bottom: 50px;
    font-size: 14px;
    margin-top: 50px
}
.mct3 .fl, .mct3 .fr {
    display: block;
    height: 39px;
    line-height: 39px;
}
.leftRecomm {
}
.leftRecomm .title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    color: #fff;
    font-size: 18px;
    padding: 0 0 15px 40px;
    font-weight: bold;
    background: #313cb4 url(../images/sj_menu.png) left no-repeat
}
.leftRecomm .title a {
    color: #fff;
}
.leftRecomm .newslist {
    border: 1px solid #f5f5f5;
    border-tio: none;
    padding: 10px 15px
}
.leftRecomm .newslist li {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    border-bottom: #f2f2f2 1px dotted;
    background: url(../images/mar_12.jpg) left none;
}
.leftRecomm .newslist li a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px
}
.rcrd {
    margin: 10px 0 80px;
    padding: 16px 30px 30px 25px;
    font-size: 14px;
    font-family: microsoft yahei;
    height: auto;
    background: #f6f6f6
}
.rcrd b {
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #45a643;
    font-size: 17px
}
.rcrd li {
    border-bottom: 1px #cacaca dashed;
    padding: 0 0 0 9px;
    line-height: 49px;
    height: 49px;
    overflow: hidden;
    background: url(../images/mar_12.jpg) left 22px no-repeat;
    text-indent: 8px
}
.rcrd li span {
    float: right;
    font-family: microsoft yahei;
    color: #666;
    font-size: 12px
}
.rcrd li a {
    color: #666;
    font-size: 15px
}