@charset "utf-8";

.path_nav{
    width: 100%;
    height: 60px;
    border-top: 1px solid #f7f4f9;
}
.path_nav .path_nav_cont{
    height: 60px;
}
.path_nav .path_nav_cont .place_title{
    width: 100px;
    height: 100%;
    font-size: 14px;
    color: #595757;
    line-height: 60px;
    text-align: center;
}
.path_nav .path_nav_cont .nav_list{
    height: 100%;
}
.path_nav .path_nav_cont .nav_list .nav_of {
    line-height: 60px;
    font-size: 14px;
    color: #595757;
}
.path_nav .path_nav_cont .nav_list .nav_of a{
    color: #595757;
    margin: 0 6px;
}
.path_nav .path_nav_cont .nav_list .nav_of a:hover{
    color: #662680;
    font-weight: bold;
}


.big_box{
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #f0ecf1;
}
.big_box .center_box{
    box-sizing: border-box;
    padding:25px 0 40px 65px;
    position: relative;
}

.big_box .center_box .share_list{
    width: 50px;
    position: absolute;
    left: 0;
    top: 50px;
}
.big_box .center_box .share_list li{
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 2px;
    cursor: pointer;
}
.big_box .center_box .share_list li:nth-child(1){
    background: url("../images/guide/seq_share_weixin.png") no-repeat center #fff;
}
.big_box .center_box .share_list li:nth-child(2){
    background: url("../images/guide/seq_share_qzone.png") no-repeat center #fff;
}
.big_box .center_box .share_list li:nth-child(3){
    background: url("../images/guide/seq_share_weibo.png") no-repeat center #fff;
}
.big_box .center_box .share_list li:nth-child(4){
    background: url("../images/guide/seq_share_code.png") no-repeat center #fff;
}
.big_box .center_box .share_list .share_code .code_box{
    width: 138px;
    height: 320px;
    background: #fff;
    box-shadow: 0 2px 30px #dadada;
    position: absolute;
    left: 64px;
    top: 50%;
    margin-top: -160px;
    display: none;
}
.big_box .center_box .share_list .share_code .code_box .code{
    width: 100px;
    margin: 23px auto 0;
}
.big_box .center_box .share_list .share_code .code_box .code img{
    width: 100%;
    width: 100px;
    margin-bottom: 8px;
}
.big_box .center_box .share_list .share_code .code_box .code p{
    font-size: 14px;
    color: #595757;
    text-align: center;
    line-height: 100%;
}
.big_box .center_box .share_list .share_code .code_box .arrow{
    width: 19px;
    height: 25px;
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -13px;
    background: url("../images/guide/seq_share_arrow.png") no-repeat center;
    filter: drop-shadow(0 5px 30px #dadada);
}


.big_box .center_box .left_cont{
    width: 840px;
    padding: 0 30px 40px 47px;
    box-sizing: border-box;
    background: #fff;
}
.left_cont .title_box{
    padding: 23px 0 11px;
    border-bottom: 1px solid #f7f4f9;
}
.left_cont .title_box .article_title{
    font-size: 24px;
    color: #595757;
    line-height: 100%;
    margin-bottom: 28px;
}
.left_cont .title_box .msg{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 100%;
}
.left_cont .title_box .msg .keyword{
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:0 160px 0 80px;
}
.left_cont .title_box .msg .view_num{
    padding-left: 22px;
    background: url("../images/guide/browse.png") no-repeat left;
}
.left_cont .article_cont{
    padding: 34px 25px 90px;
    box-sizing: border-box;
}
.left_cont .article_cont p{
    font-size: 14px;
    color: #565656;
    text-indent:2em;
    line-height: 30px;
}
.left_cont .article_cont img{
    display: inline-block;
    max-width: 700px;
}

.left_cont .btn_box{
    width: 410px;
    margin: 0 auto;
}
.left_cont .btn_box .of_btn{
    width: 160px;
    height: 38px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #888888;
    line-height: 38px;
    position: relative;
}
.left_cont .btn_box .of_btn a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.left_cont .btn_box .of_btn .s1{
    width: 66px;
    text-align: center;
}
.left_cont .btn_box .of_btn .s2{
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left_cont .btn_box .of_btn:hover{
    border: 1px solid #662680;
    color: #662680;
    font-weight: bold;
}
.left_cont .indication{
    font-size: 14px;
    color: #565656;
    line-height: 100%;
    margin-top: 40px;
    text-align: center;
}

.right_cont{
    width: 278px;
}
.right_cont .right_top{
    margin-bottom: 26px;
    background: #fff;
}
.right_cont .right_top .right_title{
    height: 50px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    background: #eeeeee;
}
.right_cont .right_top .s_title{
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    line-height: 100%;
    margin: 10px auto 18px;
}
.right_cont .right_top  .plan_apply{
    width: 240px;
    margin: 0 auto 19px;
}
.right_cont .right_top  .plan_apply input{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #a0a0a0;
    font-size: 14px;
    color: #5c5c5c;
    padding-left: 8px;
    margin-bottom: 10px;
}
.right_cont .right_top  .plan_apply .submit_btn{
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #662680;
    border: 1px solid #dfdfdf;
}
.right_cont .right_top .already{
    font-size: 18px;
    color: #333333;
    line-height: 100%;
    text-align: center;
    margin-bottom: 19px;
}
.right_cont .right_top .already span{
    font-size: 24px;
    font-weight: bold;
    color: #662680;
}
.right_cont .right_top .tel_400{
    height: 58px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 58px;
    background: url("../images/guide/seq_right_top_bg.jpg") repeat-x left bottom #ffd946;
}
.right_cont .right_top .tel_400 span{
    font-size: 24px;
    color: #662680;
}
.right_cont .right_push{
    padding: 0 25px 20px 18px;
    background: #fff;
}
.right_cont .right_push .push_title{
    padding: 28px 0 14px 50px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 24px;
    line-height: 100%;
    color: #595757;
    margin-bottom: 12px;
}
.right_cont .right_push .push_list li{
    height: 29px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_cont .right_push .push_list li a{
    color: #595757;
}
.right_cont .right_push .push_list li:hover{
    border-bottom: 1px solid #662680;
}
.right_cont .right_push .push_list li:hover a{
    color: #662680;
}
.right_cont .new{
    margin-bottom: 24px;
}
.right_cont .new .push_title{
    background: url("../images/guide/seq_right_new.png") no-repeat 5px 25px;
}
.right_cont .hot{
    margin-bottom: 26px;
}
.right_cont .hot .push_title{
    background: url("../images/guide/seq_right_hot.png") no-repeat 5px 25px;
}

.right_cont .activity .activity_title{
    font-size: 24px;
    color: #414141;
    line-height: 100%;
}
.right_cont .activity .activity_list .activity_item{
    width: 278px;
    height: 205px;
    margin-top: 20px;
    position: relative;
}
.right_cont .activity .activity_list .activity_item img{
    width: 100%;
    height: 100%;
}
.right_cont .activity .activity_list .activity_item .label{
    width: 27px;
    height: 38px;
    background: url("../images/guide/seq_right_label.png") no-repeat center;
    position: absolute;
    right: 0;
    top: -2px;
}
.right_cont .activity .activity_list .activity_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}















