﻿body {
    background: #fafbfc;
}
html, body{height:100%;}
.header-bg {
    background-color: #2eab23;
    width: 100%;
}
.header {
    position: relative;
    z-index: 1001;
    margin-bottom: 40px;
}
a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
a:hover, a:focus {
    text-decoration:none;
}
li {
    list-style:none;
}
div.info li {
    list-style: outside;
}
ul {
    padding: 0;
}
.error {
    color: #FF3333;
    font-size: 14px;
}
.err-right {
    float: left;
    line-height: 34px;
    margin-left: 15px;
}
.table img {
    margin-right: 10px;
}
.form-control::-moz-placeholder {
    color: #9CA5B4;
}
.form-control:-ms-input-placeholder {
    color: #9CA5B4;
}
.form-control::-webkit-input-placeholder {
    color: #9CA5B4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9CA5B4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9CA5B4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9CA5B4;
}
.text-green {
    color: #4CAC33;
}
.text-green:hover {
    color: #50D350;
}
.text-black {
    color:#333;
}
.text-black:hover {
    color: #4CAC33;
}
.label-orange {
    background-color: #ff6600;
}
.hr {
    background-color:#f2f2f2;
    height: 1px;
}
.btn-disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.logo {
    float: left;
    overflow: hidden;
    -webkit-transition:initial;
    -moz-transition:initial;
    transition:initial;
}
.j-navbar-50 .logo {
    width: 155px;
}
/*loginbox*/
.login-box {
    width: 300px;
    position: absolute;
    right: 45px;
    top: 60px;
    overflow:hidden;
    height: 0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    padding-top: 0;
}
.login-box .login-bg {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 21px;
    -webkit-transform: translate(0, -400px);
    -moz-transform: translate(0, -400px);
    -ms-transform: translate(0, -400px);
    transform: translate(0, -400px);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.login-box .form-control {
    margin: 0;
    height: 38px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f4f7f9;
    background-image:url("../img/icon.png");
    background-repeat:no-repeat;
    padding-left: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f4f7f9;
}
.login-box .form-control[type="email"] {
    margin-bottom: -1px;
    background-position: 6px -219px;
}

.login-box .form-control[type="password"] {
    background-position: 6px -249px;
}
.login-box .checkbox label {
    color: #a4aeb5;
}
.login-box .checkbox .pull-right {
    color: #2eab23;
}
.login-box .login-denglu {
    margin-left:-21px;
    height: 48px;
}
.login-box label.checkbox {
    padding: 0;
    margin: 10px 0 0 27px;
}
.login-box .form-signin .action-group label.checkbox a {
    margin-left: 150px;
    color: #409bff;
    margin-left: 10px;
}
.login-box label.checkbox span {
    color:#777 ;
}
.login-box .action-group .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
}
.login-btn:hover .login-box {
    height: 300px;
    padding-top: 12px;
}
.login-btn:hover .login-box .login-bg {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.login-btn .login-box .arrow ,
.login-btn .login-box .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.login-btn .login-box .arrow {
    border-width: 11px;
    top: -11px;
    right: 60px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #d7d7d7;
}
.login-btn .login-box .arrow:after {
    content: "";
    top: -9px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-width: 10px;
}
.login-social {
    border-top: 1px solid #f4f7f9;
    padding-top: 16px;
    margin-top: 13px;
    display: inline-block;
    width: 100%;
}
.login-social .weibo {
    margin:0 14px 0 0;
}
.login-social a {
    background-color: #fff;
    color: #afbdc5;
    float: left;
    width: 100%;
    line-height: 36px;
    text-align: center;
    border: 1px solid #c8c9cb;
}
.login-social a:hover {
    background-color: #e9e9e9;
}

.header-top {
    float: left;
    width: 100%;
}
.header-top > div > img {
    width: 189px;
}
.header-top .main-media {
    float: right;
    margin: 0 10px 0 0;
}
.header-top .main-media > li {
    float: right;
    position: relative;
}
.header-top .main-media > li > a {
    color: #fff;
    text-shadow: 1px 1px 0 #298b1c;
    font-size: 16px;
    font-weight: 700;
    line-height: 80px;
    float: left;
    padding: 0 8px;
}
.header-top .main-media > li > a:hover {
    background: #3eb933;
}
.header-top .main-media > li > a .fa {
    font-size: 10px;
}
.header-top .login-btn {
    float: left;
}
.header-top .login-btn-a ,
.header-top .register-btn {
    height: 23px;
    line-height: 23px;
    width: 68px;
    text-align: center;
    color: #fff;
    background: #158e22;
    float: left;
}
.header-top .register-btn {
    background: #fff;
    color: #9a9a9a;
}
.header-top .recommend {
    padding-top: 18px;
    float: right;
}
.header-top .recommend a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    float: left;
    font-size: 22px;
    margin-right: 10px;
    position: relative;
}
.header-top .recommend a:hover {
    background-color: #fff;
    color: #333;
}
.header-top .recommend a .box {
    position: absolute;
    top: 50px;
    left: -55px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 1000;
    width: 150px;
    font-size: 14px;
    overflow:hidden;
    pointer-events: none;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-transform: scale(.8) translateY(-30%);
    transform: scale(.8) translateY(-30%);
    transition: .4s cubic-bezier(.3, 0, 0, 1.3);
    opacity: 0;
}
.header-top .recommend a:hover .box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.header-top .recommend a .box img {
    width: 150px;
    height: 150px;
}
.header-top .recommend a .zhi {
    display: inline-block;
    width: 24px;
    height: 36px;
    background: url("../img/u226.png") no-repeat 50% 50%;
}
.header-top .recommend a:hover .zhi {
    background: url("../img/u234.png") no-repeat 50% 50%;
}
.header-top .login {
    float: right;
    margin-left: 15px;
}
.header-top .login .name {
    max-width: 4em;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin: 26px 5px 0 0;
    float: left;
}
.header-top .login-menu ul li {
    text-align: center;
}
.header-top .login-menu ul li a {
    color: #525e68;
    padding: 16px 0;
    display: block;
}
.header-top .login-menu ul li a:hover {
    background: #2eab23;
    color: #ffffff;
}
.header-top .login-menu ul li a.btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 0;
}
.header-cover {
    margin: 0 0 40px;
    padding: 0;
    float: left;
    width: 100%;
}
.header-cover li {
    float: left;
    width: 50%;
    list-style:none;
    height: 345px;
    overflow:hidden;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.header-cover li:first-child {
    border: none;
}
.header-cover li.active .cover-info{
    position: relative;

}
.header-cover li.active .cover-info .cover-info-bg {
    bottom: 0;
    position: absolute;
    height: 100px;
}

.header-cover li.active.cover-hover:hover .cover-info {
    background: transparent;
}
.header-cover li.active .cover-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.header-cover li.active  .cover-info:before {
    background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.3) 0%, #000 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(255,255,255,0.3) 0%, #000 100%);
    background-image: linear,-90deg,rgba(255,255,255,0.3) 0%,#000 100%;
}
.header-cover li.active:hover  .cover-info:before {
    opacity: .3;
}
.header-cover li .tag {
    background: url("../img/demo.png") no-repeat 0 0;
    width: 64px;
    height: 64px;
    float: left;
    z-index: 10;
    position: relative;
    text-indent:-9999px;
}
.header-cover li .cover-info {
    color: #fff;
    position: relative;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.header-cover li .cover-info .cover-info-bg {
    padding: 10px 11px;
    display: inline-block;
    height: 170px;
    width: 100%;
    z-index: 100;
    position: relative;
}
.header-cover li .cover-info h4 {
    font-size: 24px;
    font-weight: 700;
    height: 54px;
    margin: 0;
    margin-bottom: 18px;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
}
.header-cover li .cover-info h4 a {
    color: #fff;
}
.header-cover li .cover-info .cover-info-bg .btn {
    color: #c3c3c3;
    border: 2px solid #414141;
    line-height: 16px;
    font-weight: 700;
    float: right;
    margin: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.header-cover li .cover-info p {
    height: 20px;
    margin: 0;
    overflow:hidden;
    color: #c8c8c8;
    font-size: 12px;
}
.header-cover .header-cover-box .cover-info p {
    margin-top: 78px;
}
.header-cover .header-cover-box .cover-info h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
}
.header-cover li .cover-info p a {
    color: #c8c8c8;
}
.header-cover li .cover-info .cover-info-bg .btn:hover {
    background-color: #4cac33;
    color: #fff;
    border-color: #4cac33;
}


.header-cover li .demo {
    background-image: linear-gradient(top,#323232,#000);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#323232),to(#000));
    background-image: -webkit-linear-gradient(top,#323232,#000);
    background-image: -moz-linear-gradient(top,#323232,#000);
    background-image: -o-linear-gradient(top,#323232,#000);
    background-image: -ms-linear-gradient(top,#323232,#000);
}
.header-cover li .demo .cover-info-bg {
    background: transparent;
}
.header-cover li .demo .cover-info {
    bottom: 0;
}
.header-cover li .demo img {
    margin-top: 14px;
    border: 5px solid #575757;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 135px;
    height: 135px;
    float: left;
}
.header-cover li .demo .right {
    padding-left: 145px;
}
.header-cover li .demo h4 {
    padding-top: 14px;
    height: 38px;
    margin-bottom: 16px;
    width: 100%;
}
.header-cover li .demo p {
    padding-top: 14px;
    font-size: 14px;
    height: 63px;

}
.header-cover li .demo p span {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    width: 100%;
    float: left;
}
.header-cover li .header-cover-box {
    width: 50%;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    float: left;
    padding: 2px 0 2px 4px;
    height: 174px;
}
.header-cover li .header-cover-box:nth-child(1) ,
.header-cover li .header-cover-box:nth-child(2) {
    padding-top: 0;
}
.header-cover li .header-cover-box .cover-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255,0.3) 0%, #000 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255,0.3) 0%, #000 100%);
    background-image: linear,-90deg, rgba(255, 255, 255, 0.30) 0%,#000 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-cover li .header-cover-box:hover .cover-info:before {
    opacity: .3;
}
#elevator_item {
    width: 60px;
    height: 100px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: none;
}
#elevator_item.off {
    opacity: 0;
    visibility: hidden
}
#elevator {
    display: block;
    width: 60px;
    height: 50px;
    background: url(../img/icon_top.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    margin-bottom: 10px
}
#elevator:hover {
    background-color: rgba(0,0,0,.7)
}
#elevator:active {
    background-color: rgba(0,0,0,.75)
}
#elevator_item .qr {
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    background: url(../img/icon_code.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6)
}
#elevator_item .qr:hover {
    background-color: rgba(0,0,0,.7)
}
#elevator_item .qr:active {
    background-color: rgba(0,0,0,.75)
}
#elevator_item .qr-popup {
    width: 170px;
    height: 200px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    position: absolute;
    left: -180px;
    bottom: 0;
    border-radius: 2px;
    display: none;
    text-align: center
}
#elevator_item .qr-popup .code-link {
    display: block;
    margin: 10px;
    color: #777
}
#elevator_item .qr-popup .code {
    display: block;
    margin-bottom: 10px;
    width: 150px;
}
#elevator_item .qr-popup .arr {
    width: 6px;
    height: 11px;
    background: url(../img/code_arrow.png) 0 0 no-repeat;
    position: absolute;
    right: -6px;
    bottom: 14px
}

footer {
    position: relative;
    background-color: #44484d;
    margin-top: 130px;
    z-index: 100;
}
footer > .container {
    padding: 40px 15px;
}
footer > .container h4 ,
footer > .container h4 small{
    color: #c6c6c6;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
footer > .container .menu a {
    color: #a2a7aa;
}
footer > .container .menu a:hover {
    color: #4CAC33;
}
footer .footer-bottom {
    background-color: #2eab23;
}
footer .footer-bottom P {
    line-height: 40px;
    color: #fff;
    margin: 0;
}
footer .footer-bottom P a {
    color: #fff;
}
footer .footer-bottom .nav > li > a {
    color: #fff;
    line-height: 40px;
}
footer .footer-top {
    background-color: #d7dae1;
    height: 78px;
}
footer .footer-top h4 {
    margin-top: 15px;
    font-weight: 700;
    color: #61717e;
}
footer .footer-top p {
    color: #61717e;
}
footer .footer-top .btn {
    margin-top: 16px;
    background-color: #61717e;
    border-color: #61717e;
    margin-left: 10px;
    border-radius: 4px;
}
footer .footer-top .btn:hover {
    background-color: #4cac33;
    border-color: #4cac33;
}
footer > .links h4,
footer > .links h4 small {
    color: #c6c6c6;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
footer > .links {
    background: #30343a;
    padding: 27px 0;
}
footer > .links .right {
    padding-left: 105px;
}
footer > .links .right a {
    margin-right: 10px;
}
footer > .links .right a:hover {
    color: #2eab23;
}
footer > .links a {
    color: #a2a7aa;
}
footer .xs-link {
    text-align: center;
    margin: 0;
}
footer .xs-link li {
    display: inline-block;
    margin: 0 12px;
    background-color: #30343a;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
footer .xs-link li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-indent:-9999px;
}
footer .xs-link li a.page-icon-1 {
    background: url("../img/weixin.png") no-repeat 50% 50%;
    background-size: 27px;
    position: relative;
}
footer .xs-link li a.page-icon-1 span {
    position: absolute;
    top: 60px;
    left: 0;
    float: left;
    width: 141px;
    height: 141px;
    z-index: 100;
    padding: 4px;
    background: #eee;
    display: none;
}
footer .xs-link li a.page-icon-1 span:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -19px;
    margin-left: 10px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-width: 10px;
}
footer .xs-link li a.page-icon-1 span img {
    float: left;
    width: 133px;
    height: 133px;
}

footer .xs-link li a.page-icon-2 {
    background: url("../img/weibo.png") no-repeat 50% 50%;
    background-size: 27px;
}
footer .xs-link li a.page-icon-3 {
    background: url("../img/zhi.png") no-repeat 50% 50%;
    background-size: 20px;
}
.section {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
}
.index-title{
    height: 48px;
    line-height: 47px;
}
.index-title h4 {
    margin: 14px 0;
    font-weight: 700;
    color: #666;
}
.index-title .tag {
    text-align: right;
    overflow: hidden;
    height: 47px;
}
.index-title .tag a {
    padding: 0 12px;
    line-height: 48px;
    color: #A4AEB5;
    display: inline-block;
}
.index-title .tag a:hover {
    background-color: #f8f8f8;
}
.index-title .title-list li {
    float: left;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
    height: 48px;
    width: 72px;
}
.index-title .title-list li a {
    color: #333;
}
.index-title .title-list li.active {
    background: #2eab23;
}
.index-title .title-list li.active a {
    color: #fff;
}
.news-box > .row {
    margin:0 -7px;
}
.news-box ul {
    padding: 0;

}
.news-box > ul.news-list > li {
    list-style:none;
    padding: 30px 7px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.news-box > ul.news-list > li:last-child {
    border: none;
}
.news-box > ul.news-list > li .news-info-box {
    float: left;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
.news-box > ul.news-list > li .news-info-box .right {
    padding-left: 210px;
}
.news-box > ul.news-list > li .news-info-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    overflow:hidden;
    word-break:break-all;
    margin: 0 0 14px 0;
}
.news-box > ul.news-list > li .news-info-box h4 a {
    color: #4c4948;
}
.news-box > ul.news-list > li:hover .news-info-box h4 a {
    color: #2eab23;
}
.news-box > ul.news-list > li .news-info-box .right p {
    color: #898989;
    font-size: 12px;
    line-height: 18px;
}
.news-box > ul.news-list > li .news-info-box .right .btn-success {
    height: 22px;
    padding: 2px 10px;
}
.news-box > ul.news-list > li .news-info-box .right .btn-success a {
    color: #fff;
}
.news-box > ul.news-list > li .news-info-box .right .pull-right {
    line-height: 22px;
}
.news-box > ul.news-list > li .news-info-box > p {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    color: #A4AEB5;
}
.news-box > ul.news-list > li .news-info-box > p .pull-left {
    color: #A4AEB5;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.news-box > ul.news-list > li .news-info-box:hover > p .pull-left {
    color: #333;
}
.news-box > ul.news-list > li .news-info-box .tag {
    position: absolute;
    top: 115px;
    right: 17px;
    float: left;
    line-height: 34px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.20);
    color: #fff;
    font-size: 16px;
    z-index: 10;
}
.news-box > ul.news-list > li .news-info-box .cover {
   float: left;
}
/*.news-box > ul > li .news-info-box .cover:before {
    content: '';
    position: absolute;
    background-color: rgba(63, 72, 79, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}*/
.news-box > ul.news-list > li .news-info-box .cover p {

    background-color: #fff;
    padding:5px 0;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition:all 0.2s ease;
    z-index: 20;
    color: #a4aeb5;
    margin: 0;
    min-height: 300px;
    width: 100%;
    line-height: 1.6em;
}
.news-box > ul.news-list > li .news-info-box .cover img {
    width: 192px;
    height: 106px;
}
.news-box > ul.news-list > li .news-info-box:hover .cover p {
    top: 0;
}
/*旧版*/
.news-box > ul.row > li {
    list-style:none;
    margin-top: 22px;
    padding: 0 7px;
    position: relative;
}
.news-box > ul.row > li .news-info-box {
    background-color: #fff;
    border-top: 4px solid #F8F8F8;
    padding: 0 10px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -moz-box-shadow:0 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow:0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    float: left;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
.news-box > ul.row > li .news-info-box:hover {
    border-color: #4CAC33;
    -moz-box-shadow:0 1px 10px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,.2);
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.news-box > ul.row > li .news-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    line-height: 22px;
    overflow:hidden;
    color: #333;
    word-break:break-all;
}
.news-box > ul.row > li .news-info-box > p {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    color: #A4AEB5;
}
.news-box > ul.row > li .news-info-box > p .pull-left {
    color: #A4AEB5;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.news-box > ul.row > li .news-info-box:hover > p .pull-left {
    color: #333;
}
.news-box > ul.row > li .news-info-box .tag {
    position: absolute;
    top: 115px;
    right: 17px;
    float: left;
    line-height: 34px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.20);
    color: #fff;
    font-size: 16px;
    z-index: 10;
}
.news-box > ul.row > li .news-info-box .cover {
    position: relative;
    overflow:hidden;
}
.news-box > ul.row > li .news-info-box .cover:before {
    content: '';
    position: absolute;
    background-color: rgba(63, 72, 79, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.news-box > ul.row > li .news-info-box .cover p {
    position: absolute;
    top: 300px;
    left: 0;
    background-color: #fff;
    padding:5px 0;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition:all 0.2s ease;
    z-index: 20;
    color: #a4aeb5;
    margin: 0;
    min-height: 300px;
    width: 100%;
    line-height: 1.6em;
}
.news-box > ul.row > li .news-info-box .cover img {
    max-width: 100%;

}
.news-box > ul.row > li .news-info-box:hover .cover img {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.news-box > ul.row > li .news-info-box:hover .cover p {
    top: 0;
}
/**/
.column-box ,
.recruitment-box {
    background-color: #fff;
    padding: 28px 17px;
    position: relative;
    height: 258px;
    margin: 20px 0;
    width: 100%;
}
.recruitment-box ul {
    padding: 0;
}
.column-box .quote {
    border-bottom: 5px solid #f2f2f2;
    padding: 0 33px;
    margin-bottom: 22px;
    position: relative;
}
.column-box .quote:after {
    content: '“';
    font-family: '迷你简大黑 Regular', '迷你简大黑';
    font-size: 48px;
    position: absolute;
    top: 0;
    left: -22px;
    color: #A4AEB5;
}
.column-box .quote:before {
    content: '”';
    font-family: '迷你简大黑 Regular', '迷你简大黑';
    font-size: 48px;
    position: absolute;
    bottom: -30px;
    right: -23px;
    color: #A4AEB5;
}
.column-box .quote h4 {
    margin: 25px 0;
    display: inline-block;
    line-height: 30px;
    height: 56px;
    overflow:hidden;
    font-weight: 700;
    color: #333;
}
.column-box .column-info {
    padding: 0 20px;
}
.column-box .column-info img {
    margin-right:11px;
    float: left;
}
.column-box .column-info h4 {
    font-weight: 700;
    color: #a4aeb5;
    margin-bottom: 5px;
    font-size: 16px;
}
.column-box .column-info p {
    font-size: 14px;
    color: #a4aeb5;
    height: 38px;
    overflow:hidden;
    margin: 0;
}
.column-box .tag ,
.recruitment-box .tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4CAC33;
    color: #fff;
    padding: 0 21px;
    line-height: 26px;
    font-weight: 700;
    font-size: 18px;
}
.column-box .more ,
.recruitment-box .more {
    position: absolute;
    top: 0;
    right: 0;
    color: #a4aeb5;
    padding: 0 10px;
    line-height: 32px;
}
.column-box .more:hover ,
.recruitment-box .more:hover {
    color: #4CAC33;
}
.column-box .page ,
.recruitment-box .page {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.column-box .page span ,
.recruitment-box .page span {
    float: left;
    height: 10px;
    width: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    margin-right: 4px;
}
.column-box .page span.active ,
.recruitment-box .page span.active {
    background-color: #aeaeae;
}
.column-box .prev ,
.recruitment-box .prev ,
.column-box .next ,
.recruitment-box .next {
    position: absolute;
    top: 98px;
    line-height: 62px;
    width: 28px;
    text-align: center;
    color: #bcbcbc;
    background-color: rgba(232, 232, 232, 0.50);
    display: none;
    cursor: pointer;
}
.column-box .prev ,
.recruitment-box .prev {
    left: 0;
}
.column-box .next ,
.recruitment-box .next {
    right: 0;
}
.column-box:hover .prev ,
.recruitment-box:hover .prev ,
.column-box:hover .next ,
.recruitment-box:hover .next {
    display: block;
}
.column-box .prev:hover ,
.recruitment-box .prev:hover ,
.column-box .next:hover ,
.recruitment-box .next:hover {
    background-color: rgb(232, 232, 232);
}

.recruitment-box .zp li {
    padding: 11px 4px 12px;
    list-style:none;
}
.recruitment-box .zp li:last-child {
    border-top: 5px solid #f2f2f2;
}
.recruitment-box .zp li h4 {
    font-weight: 700;
    height: 19px;
    overflow:hidden;
    margin: 10px 0 8px;
    color: #333;
}
.recruitment-box .zp li .address {
    height: 20px;
    overflow:hidden;
    color: #333;
}
.recruitment-box .zp li p {
    color: #A4AEB5;
    height: 20px;
    overflow:hidden;
}

.btn-box .btn {
    width: 100%;
    border-radius: 0;
    line-height: 34px;
    font-size: 18px;
    font-weight: 700;
}
.news-right-box {
    min-height: 48px;
}
.news-right-box.title {
    line-height: 48px;
    margin-top: 22px;
}
.news-right-box.title h4 {
    margin:0;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
.news-right-box.title h4 span {
    color: #A4AEB5;
    font-weight: 400;
}
.news-right-box.title .caltime {
    color: #333;
}
.news-right-box.title .caltime:hover {
    color: #4CAC33;
}
.news-right-box.title .more {
    font-size: 16px;
    color: #A4AEB5;
}
.news-right-box.title .more:hover {
    color: #4CAC33;
}
.app-box ,
.app-box-new ,
.events-box {
    padding: 0;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.app-box-new {
    padding: 0 20px;
}
.app-box-new li {
    list-style:none;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.app-box-new li > a {

    float: left;
    width: 100%;
    padding: 14px 0;
}
.app-box-new li img {
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 12px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
}
.app-box-new li img.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.app-box-new li h4 {
    margin: 10px 0 3px;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    overflow:hidden;
    color: #333;
}
.app-box-new li:hover h4 {
    color: #2eab23;
}
.app-box-new li .tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff6633;
    line-height: 28px;
    padding: 0 10px;
    color: #fff;
}
.app-box-new li p {
    margin: 0;
    color: #A4AEB5;
    height: 17px;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
}
.app-box-new li p.company-name {
    color: #61717E;
}
/*旧版*/
.app-box li {
    background-color: #fff;
    margin-top: 12px;
    list-style:none;
    padding: 10px 14px;
    position: relative;
    float: left;
    width: 100%;
}
.app-box li img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 12px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.app-box li img.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.app-box li h4 {
    margin: 8px 0 10px;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    overflow:hidden;
    color: #333;
}
.app-box li:hover h4 {
    color: #FF6633;
}
.app-box li .tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff6633;
    line-height: 28px;
    padding: 0 10px;
    color: #fff;
}
.app-box li p {
    margin: 0;
    color: #A4AEB5;
    height: 20px;
    overflow: hidden;
}
.app-box li p.company-name {
    color: #61717E;
}
/**/
.events-box li p{
    margin: 0;
    color: #A4AEB5;
    height: 40px;
    overflow: hidden;
}
.events-box li {
    background-color: #fff;
    margin-top: 12px;
    list-style:none;
    padding: 10px;
    position: relative;
    min-height: 118px;
}
.events-box li a {
    color: #333;
}
.events-box li .date {
    width: 77px;
    background-color: #f2f2f2;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 16px 0;
    margin-right: 13px;
    font-family: 'Arial Normal', 'Arial';
    color: #666666;
    line-height: 31px;
}
.events-box li .date span b {
    font-size: 36px;
    color: #666666;
    font-weight: 400;
}
.events-box li h4 {
    margin: 8px 0 5px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    overflow:hidden;
}

.qr {
    margin-top: 12px;
    padding: 0;
}
.qr img {
    width: 100%;
}
.navbar-default .avatar {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-left: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: url("../img/avatar.png") no-repeat 0 0;
    background-size: 100%;
    width: 30px;
    height: 30px;
    float: right;
}
.navbar-default .login:hover .avatar {
    background-image: url("../img/avatar-white.png");
}
.search-box {
    background-color: #fff;
    padding:10px 0 0;
    border: 1px solid #e4e4e4 ;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 158px;
}
.search-box li {
    list-style: none;
    margin-bottom: 5px;
}
.search-box li a {
    line-height: 28px;
    color: #333;
    display: inline-block;
    width: 100%;
    padding: 0 12px;
    font-size: 12px;
}
.search-box li a:hover {
    background-color: #f4f7f9;
}
.search-box li a span {
    color: #9fa0a0;
    float: left;
}
.search-box li a em {
    font-style: normal;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    max-width: 87px;
    float: left;
    color: #9fa0a0;
}
.largeMedia-box {
    margin-top: 15px;
}
.nav-wap {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: #e2e2e2 1px solid;
    line-height: 50px;
    margin-bottom: 20px;
}
.nav-wap a {
    color: #3f484f;
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    border-right: 1px solid #e2e2e2;
}
.nav-wap #mobile-search input[type=search] {
    position: absolute;
    right: 0;
    background: #fff url(../img/search.png) no-repeat 49% center;
    padding: 9px 10px 9px 32px;
    border: none;
    width: 19.5%;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 50px;
    cursor: pointer;
    text-indent:-100px;
}

.nav-wap #mobile-search input[type=search]:focus {
    width: 100%;
    padding-left: 42px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    background: #fff url(../img/search.png) no-repeat 10px center;
    outline: none;
    text-indent:0
}
.slide-box {
    overflow:hidden;
    position: relative;
}
.slide-box .slides > a {
    display: none;
}
.slide-box .slides > a h4 {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 41px;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    z-index: 99;
}
.slide-box .slides > a img {
    max-width: 100%;
    width: 100%;
}
.slide-box .slides > .active {
    display: block;
}
.slide-box .slides:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9;
}
.slide-box #nav {
    height: 4px;
    background-color: rgba(255, 255, 255, .2);
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
}
.slide-box #nav span {
    width: 25%;
    height: 4px;
    float: left;
    background-color: #4cac33;
}
.subscribe {
    margin: 30px 0;
}
.subscribe .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #d7dae1;
    color: #61717e;
}

.index-info .info-box {
    background-color: #fff;
    padding: 34px 40px 0;
    position: relative;
}
.index-info .info-box .cover {
    text-align: center;
    margin-bottom: 36px;
}
.index-info .info-box img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.index-info .info-box .title-box .title {
    padding: 38px 0 30px;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
}
.index-info .info-box .title-box .btn-icon > a {
    border: 1px solid #9e9e9e;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #9e9e9e;
    font-size: 17px;
    margin-left: 10px;
    float: right;
}
.index-info .info-box .title-box .btn-icon > a:hover {
    background-color: #2eab23;
    color: #fff;
    border-color: #2eab23;
}
.index-info .info-box .title-box .btn-icon .share {
    float: right;
}
.index-info .info-box .title-box .btn-icon .share .box-icon {
    border-color: #9e9e9e;
    color: #9e9e9e;
}
.index-info .info-box .title {
    font-weight: 700;
    margin:0 0 38px;
}
.index-info .info-box .title-box .tag {
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #2eab23;
    color: #fff;
    line-height: 28px;
    padding: 0 17px;
}
.index-info .info-box .title-box .tag:hover {
    background-color: #4CAC33;
}
.index-info .info-box .title-box .pull-left .time {
    margin-top: 6px;
}
.index-info .info-box > .info-detail .info {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.index-info .info-box > .info-detail .info blockquote p {
    margin-bottom: 16px;
}
.index-info .info-box > .info-detail .info h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 24px;
}
.index-info .info-box > .info-detail .info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
    list-style-type:disc;
    color: #333;
}
.index-info .info-box > .info-detail .info h3:before{
    content: '●';
    line-height: 32px;
    margin-right: 5px;
}
.index-info .info-box > .info-detail  .info img {
    max-width: 100%;
}
.index-info .info-box > .info-detail  .info p {
    line-height: 32px;
    margin: 0;
    margin-bottom: 32px;
}
.index-info .info-box > .info-detail  .info a {
    font-size: 16px;
    font-weight: 700;
    color: #4CAC33;
}
.index-info .info-box > .info-detail .tag {
    margin-top: 80px;
    display: inline-block;
    width: 100%;
}
.index-info .info-box > .info-detail .tag .btn {
    border-color: #000;
    color: #000;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}
.index-info .info-box > .info-detail .tag .btn:hover {
    background-color: #2eab23;
    color: #fff;
    border-color: #2eab23;
}
.index-info .info-box > .info-detail .tag .btn:last-child {
    margin-right: 0;
}
.users-info {
    border-top: 1px solid #d7dae1;
    padding: 20px 20px 0;
    margin-top: 20px;
}
.users-info img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 30px;
}
.users-info .left {
    padding: 10px 0 0;
}
.users-info .left h4 {
    font-weight: 700;
}
.users-info .left a {
    color: #2eab23;
    font-weight: 700;
}
.users-info .right {
}
.users-info .right ul {
    padding-left: 10px;
}
.users-info .right ul li a {
    font-size: 16px;
    color: #333;
    line-height: 21px;
    height: 21px;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    float: left;
    width: 100%;
    margin: 10px 0;
}
.users-info .right ul li a:hover {
    color: #4CAC33;
}
.like-info {
    border-bottom: 1px solid #d7dae1;
}
.like-info a {
    color: #333;
}
.like-info h5 {
    line-height: 25px;
}
.page-info {
    border-top: 1px solid #d7dae1;
    border-bottom: 1px solid #d7dae1;
    padding: 20px 0;
    margin-top: 20px;
}
.page-info > div h4 {
    margin: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    word-break:break-all;
}
.page-info .left {
    border-right: 1px solid #d7dae1;
    min-height: 124px;
}
.page-info .right {
    text-align: right;
}
.page-info a {
    color: #333;
    display: inline-block;
}
.page-info > div:hover h4 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #4CAC33;
}
.right-list > div:first-child {
    margin-top: 0;
}
.right-list-box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}
.right-list-box li {
    padding: 10px 13px;
    height: 58px;
    line-height: 38px;
    float: left;
    width: 100%;
}
.right-list-box li:hover {
    background-color: #f4f7f9;
}
.right-list-box li a {
    color: #333;
}
.right-list-box li span {
    line-height: 38px;
    background-color: #d7dae1;
    width: 17px;
    text-align: center;
    float: left;
    color: #fff;
    margin-right: 14px;
    font-weight: 700;
}
.right-list-box li.active span {
    background-color: #4CAC33;
}
.right-list-box li h5 {
    line-height: 20px;
    margin: 0;
    height: 40px;
    overflow: hidden;
}
.right-list-box li > h5 {
    color: #D7DAE1;
}
.right-list-box.qq li h5 {
    display: inline-block;
    font-weight: 700;
}
.news-right-box.title .title-list {
    margin: 0;
}
.news-right-box.title .title-list li {
    display: inline-block;
    height: 48px;
    padding: 0 10px;
    font-size: 16px;
}
.news-right-box.title .title-list a {
    color: #a4aeb5;
}
.news-right-box.title .title-list li.active {

    border-bottom: 4px solid #4CAC33;
}
.news-right-box.title .title-list li.active a {
    color: #4CAC33;
}

.share a ,
.share .box-icon {
    border: 1px solid #000;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
}
.share > a:first-child {
    margin-left: 0;
}
.share .box-icon .share-box {
    position: absolute;
    right: -61px;
    width: 320px;
    display: none;
    padding: 20px;
    z-index: 999;
}
.share .box-icon .share-box .share-box-bg {
    background-color: #fff;
    border: 1px solid #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 17px 9px 17px 9px;
    float: left;
    /*width: 324px;*/
    position: relative;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.share .box-icon .share-box.top {
    bottom: 18px;
}
.share .box-icon .share-box.bottom {
    top: 18px;
}
.share a:hover {
    background-color: #2eab23;
    color: #fff;
    cursor: pointer;
    border-color: #2eab23;
}
.share .box-icon .share-box .arrow,
.share .box-icon .share-box .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.share .box-icon .share-box .arrow {
    border-width: 7px;
}
.share .box-icon .share-box .arrow:after {
    content: "";
    border-width: 6px;
}
.share .box-icon .share-box.top .arrow {
    bottom: -7px;
    right: 27px;
    margin-left: -7px;
    border-top-color: #efefef;
    border-bottom-width: 0;
}
.share .box-icon .share-box.top .arrow:after {
    bottom: 1px;
    margin-left: -6px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.share .box-icon .share-box.bottom .arrow {
    top: -7px;
    right: 27px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #efefef;
}
.share .box-icon .share-box.bottom .arrow:after {
    top: 1px;
    margin-left: -6px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.comments-title {
    font-weight: 700;
    font-size: 18px;
    background-color: #fff;
    margin-bottom: -1px;
    padding: 36px 40px;
}
#WBCommentFrame {
    background-color: #fff;
    padding:0 12px;
}
.index-menu {
    background-color: #fff;
    float: left;
    width: 100%;
}
.index-menu a {
    width: 12.5%;
    float: left;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
    color: #1E1E1E;
}
.index-menu a:hover ,
.index-menu a.active{
    font-weight: 700;
    background: #2eab23;
    color: #fff;
}
.list-box ul.row {
    margin: 0 -10px;
}
.list-box ul li {
    padding: 0 10px;
}
.list-box.company-list-box ul li {
    padding: 0 16px;
}

.list-box ul li a {
    background-color: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 18px 13px 10px;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.list-box ul li a img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.list-box ul li a img.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.list-box ul li a h4 {
    color: #000;
    height: 40px;
    overflow: hidden;
    line-height: 21px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 17px;
}
.list-box ul li a > p {
    color: #a4b5ce;
    margin: 0;
    height: 24px;
    overflow: hidden;
}
.list-box ul li a > p i {
    color: #000;
    border: 1px solid #a4aeb5;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 12px;
    margin:0 5px 5px 0;
}
.list-box ul li a > p.company-name {
    color: #61717E;
}
.list-box ul li a .bottom ,
.list-box ul li a .member-bottom {
    border-top: 1px solid #d7dae1;
    padding: 10px 0 0;
    color: #61717e;
    margin-top: 10px;
    height: 31px;
    overflow: hidden;
}
.list-box ul li a .member-bottom {
    height: 41px;
    padding-left: 8px;
    border-color: #F2F2F2;
}
.list-box ul li a .member-bottom .pull-left span {
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dee1e3;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
    color: #aaa;
}
.list-box ul li a .bottom .pull-right ,
.list-box ul li a .member-bottom .pull-right{
    position: absolute;
    right: 21px;
    bottom: 29px;
    background-color: #fff;
    padding-left: 10px;
}
.list-box ul li a .member-bottom .pull-right {
    bottom: 32px;
    color: #aaa;
}
.list-box ul li a .bottom i {
    color: #a4aeb5;
}
.list-box ul li a:hover {
    -moz-box-shadow:0 1px 10px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,.2);
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.list-box ul li a:hover h4 ,
.list-box ul li a:hover .bottom ,
.list-box ul li a:hover .bottom .pull-right i {
    color: #FF6633;
}
.list-box ul li a:hover > p {
    color: #61717e;
}
.list-box ul li a:hover > p i {
    background-color: #FF6633;
    border-color: #FF6633;
    color: #fff;

}
.list-box ul li a ,
.list-box ul li a h4 ,
.list-box ul li a .bottom ,
.list-box ul li a .bottom i ,
.list-box ul li a > p ,
.list-box ul li a > p i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.company-list-box {

}
.company-list-box ul li .box {
    background-color: #fff;
    padding: 24px;
    float: left;
    width: 100%;
    color: #333;
}
.company-list-box ul li .box .thumb {
    text-align: center;
    width: 160px;
    height: 120px;
    border: 1px solid #f2f2f2;
    padding: 2px;
    float: left;
}
.company-list-box ul li .box .thumb img {
    max-width: 100%;
    height: 100%;
}
.company-list-box ul li .box .right {
    padding-left: 175px;
}
.company-list-box ul li .box p {
    color: #A4AEB5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.company-list-box ul li .box h4 {
    margin:0 0 20px;
    line-height: 24px;
}
.company-list-box ul li .box h4 a {
    color: #333;
}
.company-list-box ul li:hover .box h4 a {
    color: #FF6633;
}
.company-list-box ul li:hover .box p {
    color: #61717E;
}
.company-list-box ul li .hr {
    background-color:#f2f2f2;
    height: 1px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 9px;
}
.company-list-box ul li .bottom {
    line-height: 30px;
}
.company-list-box ul li .bottom a {
    color: #A4AEB5;
}
.company-list-box ul li .bottom img {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}
.company-list-box ul li .bottom span {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    width: 110px;
    float: left;
    font-size: 12px;
}
.company-list-box ul li .bottom a:hover {
    color: #FF6633;
}

.product-title {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 17px;
}
.product-title a {
    width: 25%;
    float: left;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
}
.product-title a:hover ,
.product-title a.active{
    background-color: #FF6633;
    color: #fff;
}
.product-title .right {
    text-align: right;
    padding: 12px 30px 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #1E1E1E;
    height: 48px;
}
.product-title .right span {
    color: #FF6633;
}
.product-menu {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 30px 0;
    margin-bottom: 10px;
}
.product-menu h5 {
    float: left;
    font-weight: 700;
    font-size: 16px;
    font-weight: 700;
}
.product-menu > .selecter {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.product-menu .url-box {
    padding-left: 80px;
}
.product-menu a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
    padding: 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.product-menu a:hover {
    color: #FF6633;
}
.product-menu a.active {
    background-color: #FF6633;
    color: #fff;
}
.product-menu .select-box {
    padding: 0 10px;
}
.product-menu .select-box .url-box {
    padding-left: 70px;
}

.product-menu-wap .menu-box {
    background-color: #fff;
}
.product-menu-wap > .row > .col-xs-6:nth-child(1) ,
.product-menu-wap > .row > .col-xs-6:nth-child(2) {
    margin-bottom: 10px;
}
.product-menu-wap .menu-box .left {
    font-size: 12px;
    line-height: 34px;
    padding:0 0 0 20px;
    color: #A4AEB5;
    font-weight: 700;
}
.product-menu-wap .menu-box .right {
    padding:0 20px 0 0;
}
.product-menu-wap .menu-box .right .form-control {
    border: 1px solid #fff;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    padding: 3px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-menu-wap .menu-box .right .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-menu-wap .menu-box .right .form-control option {
    background-color: #fff;
}
.detail-left .detail {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 22px;
    position: relative;
}
.detail > h4 ,
.detail .info-option {
    border-left: 4px solid #4CAC33;
    padding-left: 10px;
    font-size: 16px;
    margin:0 0 30px -14px;
}
.detail-left .detail .info-background {
    line-height: 32px;
    color: #61717E;
    padding-bottom: 10px;
}
.detail-left .detail .info-btn {
    color: #61717E;
    font-size: 14px;
}
.detail-left .detail .info-btn i {
    color: #333;
}
.detail-title {
    background-color: #fff;
    padding: 0 19px;
    line-height: 48px;
    margin-bottom: 22px;
    font-size: 16px;
}
.detail-title a {
    color: #A4AEB5;
}
.detail-title .btn {
    border: 1px solid #61717e;
    color: #61717e;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    padding: 3px 12px;
    background-color: #fff;
}
.detail-title .btn:hover {
    background-color: #4CAC33;
    color: #fff;
    border-color:#4CAC33 ;
}

.detail-left .detail > .thumb img {
    float: left;
    width: 110px;
    height: 110px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.detail-left .detail > .thumb img.radius {
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}
.detail-left .detail > .thumb.company-thumb img {
    float: none;
    max-width: 100%;
    width: auto;
    height: 100%;
    vertical-align: inherit;
    padding: 2px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.detail-left .detail > .thumb.company-thumb .introduce {
    padding-left: 175px;
}
.detail-left .detail > .thumb .thumb-img-box {
    float: left;
    width: 160px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 1px solid #F2F2F2;
}
.detail-left .detail > .thumb .text-center {
    margin:15px 0;
}
.detail-left .detail > .thumb .text-center .btn {
    background-color: #f0f1f4;
    padding: 3px 12px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.detail-left .detail > .thumb .text-center .btn:hover {
    background-color: #FF6633;
    color: #fff;
}
.detail-left .detail > .thumb .text-center.find .btn {
    background-color: #fff;
    border-color: #61717e;
}
.detail-left .detail > .thumb .text-center.find .btn:hover {
    background-color: #4CAC33;
    color: #fff;
    border-color: #4CAC33;
}
.introduce {
    padding: 3px 0 22px 135px;
}
.introduce .local {
    margin: 8px 0;
    font-weight: 700;
    color: #61717E;
}
.introduce h4 {
    margin: 0 0 42px;
    font-weight: 700;
    height: 24px;
}
.introduce h4 span {
    float: left;
    margin-right: 17px;
}
.introduce h4 i {
    color: #000;
    border: 1px solid #a4aeb5;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 12px;
    margin: 0 5px 5px 0;
    float: left;
}
.introduce h5.full-name {
    font-weight: 700;
    margin:-15px 0 26px;
}
.introduce .local span {
    color: #61717E;
    font-weight: 400;
}
.introduce .local a {
    font-weight: 700;
    color: #61717E;
}
.introduce .local a:hover {
    color: #4CAC33;
}
.detail-left .detail .hr {
    height: 1px;
    margin: 0 -30px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.detail a.edit {
    color: #61717e;
    border: 1px solid #61717e;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 4px 12px;
    position: absolute;
    right: 19px;
    top: 23px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.detail a.edit:hover {
    background-color: #000;
    color: #fff;
}
.detail a.edit:hover i {
    color: #fff;
}
.detail > a.edit i {
    color: #333;
    font-weight: 700;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.detail > .btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.detail-left .detail .url {
    width: 100%;
    margin-bottom: 10px;
}
.detail-left .detail > p {
    color: #A4AEB5;
}
.detail-left .detail > p a {
    font-weight: 700;
    color: #A4AEB5;
}
.detail-left .detail > p a:hover {
    color: #4CAC33;
}
.detail-left .detail > p a.btn {
    color: #fff;
    padding: 4px 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.detail-left .detail .img-box {
    width: 100%;
    height: 260px;
}

.detail-left .detail .img-box li {
    padding: 5px;
    float: left;
    list-style: none;
    cursor: pointer;
}

.detail-left .detail .img-box li img {
    height: 240px;
}
.detail-left .detail .img-box img {
    float: left;
    height: 240px;
}
.detail-left .detail-app {
    padding-bottom: 10px;
}
.detail-left .detail-app-box li {
    height: 105px;
    margin-bottom: 15px;
}
.detail-left .detail-app-box li img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.detail-left .detail-app-box li .company-thumb {
    text-align: center;
    width: 100px;
    height: 75px;
    border: 1px solid #f2f2f2;
    padding: 2px;
    float: left;
    margin-right: 10px;
}
.detail-left .detail-app-box li .company-thumb img {
    max-width: 100%;
    height: 100%;
    width: auto;
    float: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.detail-left .detail-app-box li h4 {
    color: #000;
    height: 40px;
    overflow: hidden;
    line-height: 21px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 17px;
}
.detail-left .detail-app-box li a > p {
    color: #a4b5ce;
    margin: 0;
    height: 24px;
    overflow: hidden;
}
.detail-left .detail-app-box li a > p i {
    color: #000;
    border: 1px solid #a4aeb5;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 12px;
    margin: 0 5px 5px 0;
}
.detail-left .detail-app-box li a > p.rolo {
    font-weight: 700;
    color: #61717E;
}
.detail-left .detail-app-box li a h4 ,
.detail-left .detail-app-box li a > p ,
.detail-left .detail-app-box li a > p i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.detail-left .detail-app-box li a:hover h4 {
    color: #FF6633;
}
.detail-left .detail-app-box li a:hover > p {
    color: #61717e;
}
.detail-left .detail-app-box li a:hover > p i {
    background-color: #FF6633;
    border-color: #FF6633;
    color: #fff;
}
.detail-left .table .post {
    color: #333;
    font-weight: 700;
}
.detail-left .table tr:hover .post {
    color: #4CAC33;
}

.detail-right .detail {
    background-color: #fff;
    padding: 20px 14px;
    margin-bottom: 22px;
    position: relative;
}
.detail-right .detail a.edit {
    top: 12px;
}
.detail-right .detail img {
    width: 60px;
    height: 60px;
    float: left;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}
.detail-right .detail > h4 {
    margin-left: 0;
}
.detail-right .detail a h4 {
    font-size: 16px;
    height: 17px;
    overflow: hidden;
    color: #333;
}
.detail-right .detail a h4:hover {
    color: #4CAC33;
}
.detail-right .detail p {
    color: #61717E;
}
.detail-right .detail .pull-left {
    background-color: #f0f1f4;
    font-weight: 700;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 4px 12px;
    color: #333;
    height: 28px;
    overflow: hidden;
    margin-top: 10px;
}
.detail-right .detail .pull-right {
    color: #333;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
}
.detail-right .detail .pull-right:hover {
    color: #4CAC33;
}

.detail-right .detail .col-sm-12 {
    margin-bottom: 10px;
}
.detail-right .detail > p {
    color: #A4AEB5;
    margin: 40px 0 30px;
    padding-left: 15px;
}
.detail-right .detail > p a {
    font-weight: 700;
    color: #A4AEB5;
}
.detail-right .detail > p a:hover {
    color: #4CAC33;
}
.detail-right .detail > p a.btn {
    color: #fff;
    padding: 4px 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.detail-right .detail.right-list-box ul {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.detail-right .detail .contacts {
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}
.detail-right .detail .contacts:last-child {
    margin-bottom: 10px;
}
.detail-right .detail .contacts i {
    border: 1px solid #e2e2e2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 14px;
    background-image: url("../img/icon.png");
    background-repeat: no-repeat;
    text-indent:-9999px;
}
.detail-right .detail .contacts i.icon-1 {
    background-position: 5px -456px;
}
.detail-right .detail .contacts i.icon-2 {
    background-position: 5px -335px;
}
.detail-right .detail .contacts i.icon-3 {
    background-position: 5px -290px;
}
.detail-right .detail .contacts i.icon-4 {
    background-position: 5px -418px;
}
.detail-right .detail .contacts i.icon-5 {
    background-position: 5px -378px;
}
.detail-right .detail > p .time {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}
.detail-right .detail > p .time b {
    background-color: #4CAC33;
    color: #fff;
    width: 30px;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 0 8px;
}
.detail-right .detail .demand-release .col-xs-6 {
    margin-bottom: 30px;
}
.detail-right .detail .demand-release .title{
    width:90px;
    float: left
}
.detail .more a {
    color: #A4AEB5;
}
.detail .more a:hover {
    color: #4CAC33;
}


.editing .detail-right .edit-box {
    background-color: #fff;
    padding: 20px 14px;
    margin-bottom: 22px;
    position: relative;
}
.editing .detail-right .edit-box > h4 {
    color: #9CA5B4;
    font-weight: 700;
}
.editing .detail-right .edit-box > p {
    font-size: 16px;
    color: #9CA5B4;
    line-height: 32px;
}
.editing .detail-right .edit-box .title {
    border-left: 4px solid #4CAC33;
    padding-left: 10px;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.editing .detail-right .edit-box .title span {
    color: #ff0000;
}
.editing .detail-right .edit-box .thumb {
    display: inline-block;
    position: relative;
    width: 261px;
}
.editing .detail-right .edit-box .thumb span {
    width: 261px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 123px;
    left: 0;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}
.editing .detail-left .edit-box > h4 {
    margin:5px 0 40px;
    font-weight: 700;
}
.editing .detail-left .edit-box {
    background-color: #fff;
    padding: 35px 19px 25px;
    margin-bottom: 22px;
    position: relative;
}
.editing .detail-left .edit-box .thumb {
    position: absolute;
    top: 99px;
    right: 19px;
}
.editing .detail-left .edit-box .thumb.has-error img {
    border:2px solid #a94442;
}
.editing .detail-left .edit-box .thumb img {
    margin-bottom: 10px;
    width: 180px;
    height: 180px;
}
.editing .detail-left .edit-box .thumb span {
    width: 180px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 135px;
    right: 5px;
    font-size: 12px;
    padding: 5px;
}
.editing .detail-left .edit-box .form-group > .control-label {
    font-size: 16px;
    text-align: center;
    padding-right: 0;
    font-weight: 400;
}
.editing .detail-left .edit-box .control-label span {
    display: inline-block;
    color: #FF0000;
}
.editing .detail-left .edit-box .form-group .fa-trash-o {
    border: 1px solid #61717e;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #333;
}
.editing .detail-left .edit-box .thumbnail {
    padding: 30px 20px;
}
.editing .detail-left .edit-box .thumbnail h4 {
    margin: 0 0 15px;
}
.editing .detail-left .edit-box .thumbnail p {
    margin-bottom: 5px;
}
.editing .detail-left .edit-box .thumbnail img {
    margin-right: 15px;
}
.editing .detail-left .edit-box .close {
    margin-right: 5px;
}
.editing .detail-left .edit-box .help-block {
    margin-bottom: 0;
}
.editing .detail-left .edit-box a.text-muted:hover {
    color: #4CAC33;
}
.editing .detail-left .edit-box .add-box {
    border: 1px solid #e4e4e4;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    color: #333;
    width: 100%;
}
.editing .detail-left .edit-box .add-box .icon-add {
    color: #ff6600;
    margin-right: 5px;
}
.form-horizontal .has-feedback .fa-check {
    color: #3c763d;
}
.edit-screenshots p {
    display: inline-block;
    border: 5px solid #f1f1f1;
    position: relative;
    width: 100%;
}
.edit-screenshots p:hover {
    border-color: #7AC143;
}
.edit-screenshots p img{
    vertical-align: middle;
    width: 100%;
}
.edit-screenshots p .del {
    background-color: #7AC143;
    color: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 5px;
}
.edit-screenshots p .del:hover {
    background-color: #69A63A;
}
.edit-screenshots p:hover .del {
    display: block;
}


/**/
.add .product .tab {
    margin: 20px 0;
    height: 68px;
}
.add .product .tab ul {
    display: inline-block;
    width: 100%;
}
.add .product .tab ul li {
    float: left;
    position: relative;
    background-color: #fff;
    width: 33.333333333%;
    height: 68px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 68px;
    color: #9ca5b4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.add .product .tab ul li:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #f4f4f4;
}
.add .product .tab ul li:last-child:before {
    display: none;
}



.add .product .tab ul li.active {
    color: #4CAC33;
    border-top: 4px solid #4CAC33;
}
.add .product .tab ul li.active:after  {
    border-color: #fff #fff #fff #7AC143;
}

.add .product .tab ul li em {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #9ca5b4;
    color: #fff;
    line-height: 28px;
    text-align: center;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-right: 10px;
    font-style: normal;
}
.add .product .tab ul li.active em {
    background-color: #4CAC33;
}
.add .product > h4 {
    margin:0 0 10px 3px;
}
.add .product .step1-box {
    padding:20px 30px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    min-height: 84px;
    vertical-align: middle;
}
.add .product .step1-box .left {
    margin: 20px 0;
    border-right: 1px solid #f4f4f4;
}
.add .product .step1-box .right {
    margin-top: 40px;
    color: #9CA5B4;
}
.add .product .step1-box .right p {
    font-size: 14px;
}
.add .product .step1-box .title {
    margin-bottom: 24px;
}
.add .product .step1-box .tips {
    background-color: #ffffcc;
    color: #ff6600;
    border: 1px solid #ff9900;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
    line-height: 25px;
}

.add .product .step1-box .form-control ,
.add .product .step1-optional #agent_company{
    padding-left: 40px;
    background: url("../img/u195.png") 5px 1px no-repeat;
}


.add .product .step1-box .front_cover{
    margin-right: 15px;
    max-width: 100px;
    float: left;
}
.add .product .step1-box .info p {
    max-height: 83px;
    overflow:hidden;
    margin: 0;
}
.add .product .step1-box .info .region {
    margin-bottom: 5px;color: #7a7a7a;
}
.add .product .step1-optional {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    min-height: 84px;
    vertical-align: middle;
    margin-top: 20px;
    padding: 40px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.add .product .step1-optional .title {
    margin-bottom: 20px;
}
.add .product .step1-optional .list {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.add .product .step1-optional .list li {
    border: 1px solid #d7d7d7;
    padding: 30px 20px;
    float: left;
    width: 49%;
    position: relative;
    margin-bottom: 10px;
}
.add .product .step1-optional .list li .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.add .product .step1-optional .list li:nth-child(2n+1) {
    margin-right: 2%;
}
.add .product .step1-optional .list li img {
    float: left;
    height: 78px;
    margin-right: 10px;
}
.add .product .step1-optional .list li h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}


.add .step-btn {
    margin-top: 30px;
    text-align: center;
}
.add .step-btn .btn {
    width: 180px;
    padding: 8px 12px;
}


/*add2*/
#upload_screenshot_list {
    border-top: 1px solid #ccc;
    margin: 10px 0 15px;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
#upload_screenshot_list span {
    border: 5px solid #f1f1f1;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
#upload_screenshot_list span:hover {
    border-color: #7AC143;
}
#upload_screenshot_list span img{
    vertical-align: middle;
    height: 120px;
    width: 100%;
}
#upload_screenshot_list span a {
    background-color: #7AC143;
    color: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 5px;
}
#upload_screenshot_list span a:hover {
    background-color: #69A63A;
}
#upload_screenshot_list span:hover a {
    display: block;
}

.add .product .step2-box {
    background-color: #fff;
    padding: 35px 0 20px;
}
.add .product .step2-box .icon {
    margin: 15px 0 0 60px;
    width: 200px;
    position: relative;
}
.add .product .step2-box .icon .test {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    top: 162px;
    left: 0;
    padding:2px 8px 2px 9px ;
    font-size: 12px;
}
.add .product .step2-box .icon img {
    width: 200px;
    height: 200px;
}
.add .product .step2-box .icon .btn {
    width: 170px;
    line-height: 30px;
    height: 30px;
}
.add .product .step2-box .icon .loading {
    position: absolute;
    left: 69px;
    top: 90px;
}


.add .product #uploader {
    background-color: #fff;
    padding: 30px 40px;
    margin-top: 20px;
}
.add .product #uploader .title {
    margin-bottom: 10px;
}
.add .product #uploader .tips {
    margin-top: 20px;
    color: #b2b2b2;
    font-size: 14px;
}
/*add3*/
.add .product .step3-box {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}


.add .product .step3-box .apply {
    float: left;
    width: 100%;
}
.add .product .step3-box .apply-box {
    border: 1px solid #d7d7d7;
    padding: 20px 15px;
    min-height: 250px;
    position: relative;
}
.add .product .step3-box .apply-box .apply-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.81);
    z-index: 20;
}
.add .product .step3-box .control-label {
    text-align: left;
    width: 106px;
}
.add .product .step3-box .apply-box .checkbox {
    font-size: 16px;
}
.add .product .step3-box .apply-box .action-group .money {
    font-size: 15px;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}
.add .product .step3-box .apply-box .apply-btn {
    position: relative;
    z-index: 30;
}


.tag-box {
    border: 1px solid #C6C6C6;
    position: relative;
    min-height: 34px;
    height: auto;
    padding: 2px 5px;
}

.tag-box li.tag{
    background-image: linear-gradient(top,#F2F2F2,#FFF);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F2F2F2),to(#FFF));
    background-image: -webkit-linear-gradient(top,#F2F2F2,#FFF);
    background-image: -moz-linear-gradient(top,#F2F2F2,#FFF);
    background-image: -o-linear-gradient(top,#F2F2F2,#FFF);
    background-image: -ms-linear-gradient(top,#F2F2F2,#FFF);
    border:1px solid #D7D7D7;
    margin: 2px 3px 2px 0;
    float: left;
    padding: 0 18px 0 0.5em;
    line-height: 24px;
    position: relative;
}
.tag-box li.tag:hover {
    background: #4CAC33;
    color: #fff;
}
.tag-box li.tag span {
    font-size: 12px;
}
.tag-box li.tag .tag-close {
    position: absolute;
    right: 5px;
    top: -2px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.tag-box li.tag:hover .tag-close {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.tag-box li input {
    border:none;
    line-height: 26px;
    padding: 0 5px;
}
.tag-box li input:focus {
    outline: none;
}
.tag-box-list {
    position: absolute;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #312e25;
    cursor: default;
    z-index: 100;
    display: none;
    top: auto;
    left: -1px;
    right: -1px;
}
.tag-box-list li {
    padding: 2px 5px;
}
.tag-box-list li:hover ,
.tag-box .tag-box-list li.active {
    background-color: #f4f4f4;
}
.type-box {
    margin: 0 -5px;
}
.type-box li {
    float: left;
    width: 33.33333333%;
    padding:0 5px;
}
.type-box li span {
    float: left;
    width: 100%;
}
.type-box li span.active {
    background-color: #4CAC33;
    color: #fff;
    border-color: #4CAC33;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.type-box li:nth-child(1n+4) {
    padding-top: 10px;
}
.not_content {
    text-align: center;
    color: #A4AEB5;
    margin-top: 70px;
    margin-bottom: 70px;
}
.not_content img {
    width: 35px;
    height: 34px;
    display: inline-block;
    margin-top: -10px;
}
.not_content span {
    font-size: 18px;
}
.not_content .hr {
    margin: 15px 0;
    background-color: #d8d8d8;
    height: 1px;
}
.btn-group-putao {
    margin: 0 -5px;
}
.btn-group-putao .btn {
    float: left;
    width: 100%;
}
.btn-group-putao > div {
    padding: 0 5px;
}
.btn-group-putao .btn input[type="radio"],
.btn-group-putao .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-group-putao > div:nth-child(1n+4) {
    padding-top: 10px;
}

.modal-body .card_wz {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
    margin-top: 25px;
}
.modal-body .card_wz p {
    border: 1px solid #e4e4e4;
    padding: 14px;
}
.modal-body .card_wz p a {
    color: #333;
    font-size: 16px;
}
.modal-body .card_wz p a:hover {
    color: #4CAC33;
}
.login .left ,
.login .right {
     background-color: #fff;
 }
.login .title {
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 35px;
    height: 80px;
}
.login .title ul li {
    display: inline-block;
}
.login .title ul li a{
    color: #61717E;
    font-weight: 400;
    padding: 0 10px;
    border-bottom: 4px solid #fff;
    padding-bottom: 22px;
    font-size: 18px;
}
.login .title ul li.active a {
    font-weight: 700;
    border-bottom: 4px solid #4CAC33;
}

.login h3.title {
    font-size: 20px;
}
.login .form-control {
    margin: 0;
    height: 36px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f4f7f9;
    background-image: url("../img/icon.png");
    background-repeat: no-repeat;
    background-position: 9999px 9999px;
    padding-left: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f4f7f9;
}
.login .form-control[type="email"] {
    margin-bottom: -1px;
    background-position: 6px -219px;
}
.login .form-control[type="password"] {
    background-position: 6px -247px;
}
.login .form-control[type="nickname"] {
    background-position: 6px -188px;
}
.login .page {
    padding: 25px 20px 29px;
    display: inline-block;
    width: 100%;
}
.login .page ul {
    border-top: 1px solid #f2f2f2;
    margin: 0;
    padding-top: 24px;
}
.login .page li {
    float: left;
    width: 25%;
    text-align: center;
}
.login .page li a ,
.menu-left .page li a {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #f2f2f2;
    background: url("../img/u207.png") no-repeat 9999px 9999px;
    text-indent:-9999px;
}
.login .page li a.page-icon-1 {
    background-position: 13px 13px;
}
.login .page li a.page-icon-2 {
    background-position: -35px 13px;
}
.login .page li a.page-icon-3 {
    background-position: -87px 12px;
}
.login .page li a.page-icon-4 {
    background-position: -142px 12px;
}
.login .page li a.page-icon-1:hover {
    background-color: #ff6633;
    border-color: #ff6633;
    background-position: 13px -32px;
}
.login .page li a.page-icon-2:hover {
    background-color: #33ccff;
    border-color: #33ccff;
    background-position: -35px -31px;
}
.login .page li a.page-icon-3:hover {
    background-color: #f12b15;
    border-color: #f12b15;
    background-position: -87px -33px;
}
.login .page li a.page-icon-4:hover {
    background-color: #59bdff;
    border-color: #59bdff;
    background-position: -142px -33px;
}
.login form[name="login"] {
    padding: 15px 0;
}
.login .checkbox {
    margin: 22px 0;
}
.login .add_box {
    text-align: center;
}
.login .add_box i {
    background: url("../img/icon2.png") no-repeat 0 0;
    width: 100px;
    height: 100px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.login .add_box i.icon1 {
    background-position: 19px 18px;
}
.login .add_box a:hover i.icon1 {
    background-position: 19px -62px;
    background-color: #4CAC33;
    border-color: #4CAC33;
}
.login .add_box i.icon2 {
    background-position: -73px 23px;
}
.login .add_box a:hover i.icon2 {
    background-position: -73px -57px;
    background-color: #52d352;
    border-color: #52d352;
}
.login .add_box i.icon3 {
    background-position: -163px 18px;
}
.login .add_box a:hover i.icon3 {
    background-position: -163px -62px;
    background-color: #68d968;
    border-color: #68d968;
}
.login .add_box i.icon4 {
    background-position: -260px 22px;
}
.login .add_box a:hover i.icon4 {
    background-position: -260px -57px;
    background-color: #82df82;
    border-color: #82df82;
}
.login .add_box span {
    display: block;
    font-size: 16px;
    color: #A4AEB5;
    padding-top: 13px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.login .add_box a:hover span {
    color: #61717E;
}
.login .avatar {
    border: 1px solid #f4f4f4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin:26px 10px 0 ;
    float: left;
}
.login .avatar ,
.header-top .login .name {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.j-navbar-50 .login .avatar ,
.j-navbar-50 .header-top .login .name {
    margin-top: 10px;
}
.account-menu {
    background-color: #fff;
    padding:5px 20px 20px;
    min-height: 643px;
}
.account-menu h5 {
    font-weight: 700;
    font-size: 16px;
    margin:25px 12px 18px;
}
.account-menu h5 i {
    margin-right: 12px;
}
.account-menu a {
    color: #666;
    line-height: 32px;
    display: block;
    position: relative;
    padding-left:38px;
    margin: 4px 0;
    background-color: #fff;
}
.account-menu a.active ,
.account-menu a:hover {
    background-color: #fafbfc;
    color: #4CAC33;
}
.account-menu a.active:before {
    position: absolute;
    left: 20px;
    top: 0;
    content: '●';
    color: #4CAC33;
}
.account-info {
    background-color: #fff;
    padding: 16px 30px 20px;
    min-height: 632px;
    position: relative;
}
.account-info h4 {
    margin: 15px 0;
}
.account-info > .title {
    margin: 10px 0 40px;
}
.account-info > .title h4 {
    font-size: 20px;
    margin: 10px 25px 0 -5px;
    padding:0 5px 10px;
}
.account-info > .title p {
    font-size: 12px;
}
.account-info > .title h4 a {
    color: #333;
}
.account-info > .title .active h4 {
    font-weight: 700;
    border-bottom: 4px solid #4CAC33;
}
.account-info > .title .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.account-info > .title .btn:hover {
    background-color: #fff;
    color: #FF6600 !important;
    border-color: #FF6600;
}
.account-info > .title .btn .icon-add {
    color: #FF6600;
}
.account-info > .title .label {
    font-size: 12px;
    min-width: 56px;
    float: left;
    font-weight: 400;
    padding: .4em .6em .5em;
    margin-left: 10px;
}

.account-info .avatar {
    position: relative;
    width: 160px;
    height: 160px;
}
.account-info .avatar img {
    max-width: 100%;
    border: 1px solid #f2f2f2;
}
.account-info .avatar span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 2px 0 2px 9px;
    font-size: 12px;
}
.account-info .control-label {
    float: left;
    min-width: 115px;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
}
.account-info .form-horizontal {
    padding:0 10px;
}
.account-info .table .close-box {
    filter:alpha(opacity=0);opacity:0;
}
.account-info .table .close-box .close {
    margin-right: 10px;
}
.account-info .table tr:hover .close-box  {
    filter:alpha(opacity=100);opacity:1;
}

.account-info .table tr:hover .close-box .col-md-6 {
    padding: 0 5px;
}
.account-info .table a {
    color: #333;
}
.account-info .table a:hover {
    color: #4CAC33;
}
.account-info .table a.btn-default:hover {
    background-color: #fff;
    color: #FF6600;
}
.account-info .table a.btn-success {
    color: #fff;
}
.account-info .prohibit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 200px;
    z-index: 100;
}
.account-info .small:hover small {
    color: #4CAC33;
}
.account .not-open {
    background-color: #fff;
}
.account .not-open p {
    color: #A4AEB5;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}
.account .more-we a {
    color: #333;
    display: inline-block;
}
.account .more-we p {
    line-height: 26px;
    margin-bottom: 5px;
}
.account .more-we a:hover {
    color: #4CAC33;
}
.account .more-we .pull-right {
    color: #9CA5B4;
    margin-left: 10px;
}
.account .add-box {
    border: 1px solid #e4e4e4;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    color: #333;
}
.account .add-box .icon-add {
    color: #ff6600;
    margin-right: 5px;
}
.account .add-box:hover {
    color: #ff6600;
}

/*这部分css是属于插件的 */
.select-company-box {
    width: 391px;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding:0 15px 10px;
    position: relative;
    margin-top: 20px;
    display: none;
    position: absolute;
    top: -86px;
    left: 4px;
    z-index: 10;
}
.select-company-box h5 {
    border-left: 4px solid #32cb32;
    padding-left: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    margin-left: -15px;
    line-height: 30px;
}
.select-company-box .btn {
    width: 70px;
    height: 30px;
    line-height: 28px;
}
.select-company input.form-control {
    margin: 0 0 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 302px;
    height: 30px;

}
.select-company-box .form-inline {
    margin: 0 13px;
}
.select-company-ul { display: none; }
.select-company-ul ul {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.select-company-ul ul li {
    list-style: none;
    line-height: 30px;
}
.select-company-ul ul li a {
    color: #333;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.select-company-ul ul li:hover, .select-company-ul ul li.active {
    background-color: #f7f7f7;
}
.notCom { display: none; }
.select-company-ul .notCom li:hover {
    background-color: #fff;
}
.select-company-ul ul.maxheight {
    height: 120px;
}
.select-company-box .icon-add {
    color: #FF6600;
}
.select-company-box .text-center {
    color: #333;
}
.select-company-box .text-center:hover {
    color: #FF6600;
}
.j-exampleInputEmail2 {
    width: 100%;
}

.office-box .office-form {
    padding:0 0 0 45px;
    float: none;
}

.submit .box {
    background-color: #fff;
    padding: 15px;
    -moz-box-shadow:0 3px 8px rgba(0,0,0,.2);
    -webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.submit .box h5  {
    border-left: 4px solid #4CAC33;
    padding-left: 10px;
    font-size: 16px;
    margin: 0 0 20px 0;
    color: #4CAC33;
}
.submit .box .lead {
    font-size: 18px;
    margin-bottom: 5px;
}
.submit .box .jump {
    color: #61717E;
}
.submit .box .btn {
    margin: 20px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.job .sidebar {
    background-color: #fff;
    padding: 0 30px 30px;
}
.job .sidebar h4 {
    color: #333;
    margin: 23px 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.job .sidebar h4:hover ,
.job .sidebar h4:hover .fa-chevron-right ,
.job .sidebar h4.active ,
.job .sidebar h4.active .fa-chevron-right{
    color: #4CAC33;
}
.job .sidebar h4 .fa-chevron-right {
    float: right;
    color: #DDE0E1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.job .sidebar .menu-a {
    margin-left: -8px;
}
.job .sidebar .menu-a a {
    color: #61717E;
    line-height: 30px;
    float: left;
    margin:5px 0;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.job .sidebar .menu-a a:hover {
    color: #4CAC33;
}
.job .sidebar .menu-a .active {
    background-color: #4CAC33;
    color: #fff;
}
.job .sidebar .menu-b a {
    display: block;
    color: #61717E;
    line-height: 40px;
    padding-left: 25px;
}
.job .sidebar .menu-b a:hover {
    color: #4CAC33;
}
.job .sidebar .menu-b a.active {
    background:#fafbfc url("../img/u83.png") no-repeat 10px 50%;
    font-weight: 700;
    color: #4CAC33;
}
.job #search_tools .search_input {
    border:2px solid #4CAC33;
    height: 45px;
}
.job #search_tools .btn {
    font-weight: 700;
}
.job-list-box li {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 0;
}
.job-list-box li .a {
    margin-bottom: 25px;
}
.job-list-box li .a a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.job-list-box li .a span {
    color: #A4AEB5;
}
.job-list-box li .a:hover a ,
.job-list-box li .a:hover span {
    color: #4CAC33;
}
.job-list-box li span {
    color: #61717E;
}
.job-list-box li em {
    font-style: normal;
    color: #61717E;
}
.job-list-box li .c {
    color: #A4AEB5;
}
.job-list-box li .stint {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.job-list-box li .img {
    margin-top: 22px;
}
.job-list-box li .img img {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.job-list-box li .img p {
    padding-left: 4px;
    font-size: 12px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    line-height: 30px;
    margin: 0;

}
.job-list-box li a {
    color: #A4AEB5;
}
.job-list-box li a:hover {
    color: #FF6633;
}
.job-detail .btn-default {
    background-color: #d7dae1;
    color: #fff;
}
.job-detail .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.detail-left .job-detail p.pull-left {
    line-height: 23px;
    margin-bottom: 0;
    color: #333;
}
.detail-left .job-detail p.pull-left img {
    margin-right: 15px;
    float: left;
}
.detail-right .job-detail {
    background-color: #fff;
    padding: 20px 14px;
    margin-bottom: 22px;
    position: relative;
}
.detail-right .job-detail > h4 {
    border-left: 4px solid #4CAC33;
    padding-left: 10px;
    font-size: 16px;
    margin: 0 0 20px;
}
.detail-right .job-detail .thumb {
    text-align: center;
    width: 160px;
    height: 120px;
    border: 1px solid #f2f2f2;
    padding: 2px;
    margin: 0 auto;
}
.detail-right .job-detail .thumb img {
    max-width: 100%;
    height: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    width: auto;
    margin: 0;
}
.detail-right .job-detail p {
    color: #61717E;
    margin: 0 0 10px;
    padding: 0;
    line-height: 20px;
}
.detail-right .job-detail h5 {
    padding: 10px 0;
}
.detail-right .job-detail h5 a {
    color: #333;
}
.map-menu {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 15px;
}
.map-menu ul {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom-width: 0;
}
.map-menu li a {
    display: inline-block;
    width: 100%;
    color: #333;
    padding: 6px 12px;
    border-bottom: 1px solid #f2f2f2;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    vertical-align: middle;
}
.map-menu li a:hover {
    color: #4CAC33;
    background-color: #fdfdfd;
}

/*活动日历*/
.calendar {
    background-color: #fff;
    float: left;
    width: 100%;
    padding:12px 15px;
    margin-top: 15px;
}
.calendar ul li {
    float: left;
    width: 14.222%;
    text-align: center;
    color: #959595;
}
.calendar ul li.current > a{
    background-color: #e4f3d9;
    border: 1px solid #4CAC33;
    width: 100%;
    height: 20px;
}
.calendar ul li > a {
    padding: 0;
    color: #000;
    width: 100%;
    height: 20px;
    border: 1px solid #fff;
    float: left;
}

.calendar ul li.hit > a{
    background-color: #e4f3d9;
    border-color: #e4f3d9;
}
.calendar ul li > a:hover {
    background-color: #4CAC33;
    color: #fff;
    border-color: #4CAC33;
}
.calendar ul li.disabled:hover {
    background-color: #fff;
    cursor: default;
}
.calendar ul li.disabled a {
    color: #e0e0e8;
}
.calendar ul li.disabled a:hover {
    background-color: #fff;
}

.calendar .calendar-t {
    width: 100%;
    float: left;
    padding:0;
}
.calendar .calendar-t h6 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 4px 0;
    font-size: 14px;
}
.calendar .calendar-t a {
    display: inline-block;
    width: 100%;
    padding: 1px 0;
    text-align: center;
    color: #4CAC33;
}
.company-list-box ul li.clear {
    border-bottom: 10px solid #FAFBFC;
    float: left;
    width: 100%;
}
.company-list-box ul li.clear .box {
    padding-bottom: 10px;
}
.company-list-box ul li.clear .box .thumb {
    border: none;
    width: auto;
    height: auto;
}
.company-list-box ul li.clear .box .thumb .date {
    width: 202px;
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 2px 3px #ddd;
    -webkit-box-shadow: 0px 2px 3px #ddd;
    box-shadow: 0px 2px 3px #ddd;
}
.company-list-box ul li.clear .box .thumb .date .month {
    width: 100%;
    line-height: 48px;
    border: 1px #C64444 solid;
    background-color: #fd6c73;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #fff;
    text-shadow: 0px -1px 0px #C64444;
    font-size: 32px;
}
.company-list-box ul li.clear.end .box .thumb .date .month {
    background-color: #adadad;
    border: 1px #929292 solid;
    text-shadow: 0px -1px 0px #929292;
}
.company-list-box ul li.clear .box .thumb .date .week {
    width: 100%;
    height: 20px;
    margin: 0 1px;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #666;
    font-weight: 700;
    padding-top: 10px;
}
.company-list-box ul li.clear .box .thumb .date .day {
    width: 100%;
    margin: 0 1px 1px;
    background-color: #fff;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    line-height: 120px;
    text-align: center;
    font-size: 100px;
    color: #666;
    font-weight: 700;
}
.company-list-box ul li.clear .box .right {
    padding-left: 220px;
}
.company-list-box ul li.clear .box .right .index-info {
    float: left;
    width: 100%;
    color: #757575;
}
.company-list-box ul li.clear .box .right .index-info span {
    display: block;
    line-height: 28px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.company-list-box ul li.clear .box .right .index-info span a {
    color: #333;
}
.company-list-box ul li.clear .box .right .index-info span a:hover {
    color: #4CAC33;
}
.company-list-box ul li.clear .box .right .index-info .btn {
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.company-list-box ul li.clear .box .right .index-info .btn.btn-default {
    background-color: #ccc;
}
.company-list-box ul li.clear .box .right .index-info .hr {
    border-width: 0;
    margin: 10px 0;
}
.company-list-box ul li.clear .box .right .index-info .pull-left {
    line-height: 34px;
}
/**/
.ui-pop-show {
    position:absolute;
    background: #ffffff;
    padding:5px;
    display:none;
    z-index:5;
    color: #000000;
    margin-top: 20px;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.ui-pop-show i {
    font-size: 10px;
    font-style:normal;
    padding-right: 5px ;
}
.ui-pop-show a {
    margin: 5px;
    text-align: left;
    display: list-item;
    color: #333;
}
.ui-pop-show a:hover {
    color: #4CAC33;
}
.ui-pop-show span {
    color: #959595;
    margin-left:10px ;
}
.ui-pop-show p {
    text-align: left;
    line-height:1em;
}
.ui-pop-show li a:hover {
    text-decoration:underline;
    color:#FF0000;
}
.detail-info {
    padding: 0 15px;
    color: #61717E;
    line-height: 32px;
}
.events-btn .btn[disabled="disabled"] {
    opacity: 1;
}


/**/

.author {
    text-align: center;
    position: relative;
}
.author > img {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
.author > .name {
    font-size: 28px;
    margin: 10px 0;
}
.author > .tag {
    position: absolute;
    right: 0;
    top: 45%;
}
.author > .tag > div {
    float: left;
    margin: 0 10px;
}
.author > .tag > div b ,
.author > .tag > div span {
    display: block;
}
.author > .tag > div b {
    font-size: 20px;
    color: #61717E;
}
.author > .tag > div span {
    font-size: 16px;
    color: #A4AEB5;
}

#begin_date ,
#begin_time ,
#end_date ,
#end_time {
    cursor: pointer;
}

.devplan-box {
    background-color: #fff;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.devplan-box h4 {
    margin-bottom: 20px;
}
.devplan-box ul li a {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #61717E;
    line-height: 28px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.devplan-box ul li a:hover {
    color: #4CAC33;
}
.search_input_box {
    position: relative;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.search_input_box .search_input_theme {
    border:2px solid #2eab23;
    height: 49px;
    padding-left: 40px;
    background: url("../img/search-2.png") no-repeat 8px 50%;
}
.search_input_box .fa-search {
    font-size: 1.8em;
    color: #9ca5b4;
    position: absolute;
    top: 10px;
    left: 27px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.search_input_theme:focus ~ .fa-search {
    color: #333;
}
.search_input_box .btn {
    padding: 12px 16px;
}

/**/
.share-btn {
    position: relative;
}
.share-btn .share-box {
    position: absolute;
    right: -31px;
    width: 365px;
    padding: 20px;
    z-index: 999;
    top: 18px;
    display: none;
}
.share-btn .share-box .share-box-bg {
    background-color: #fff;
    border: 1px solid #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 17px 0 17px 9px;
    float: left;
    width: 324px;
    position: relative;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.share-btn .share-box a {
    border: 1px solid #333;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
}
.share-btn a:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.share-btn .share-box .arrow,
.share-btn .share-box .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.share-btn .share-box .arrow {
    border-width: 7px;
}
.share-btn .share-box .arrow:after {
    content: "";
    border-width: 6px;
}

.share-btn .share-box .arrow {
    top: -7px;
    right: 27px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #efefef;
}
.share-btn .share-box .arrow:after {
    top: 1px;
    margin-left: -6px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.knowledge {
    background-color: #fff;
    margin-bottom: 20px;
}
.knowledge-tab {
    border-bottom: 1px solid #f3f3f3;
    height: 62px;
    padding: 0 10px;
}
.knowledge-tab li {
    float: left;
    border-bottom: 4px solid transparent;
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
    line-height: 58px;
    width: 110px;
}
.knowledge-tab li.active {
    border-bottom: 4px solid #4CAC33;
    font-weight: 700;
}
.knowledge-tab li a {
    color: #333;
}
.knowledge-list {
    margin: 0;
}
.knowledge-list li {
    padding: 17px 27px 6px;
    border-bottom: 1px solid #f3f3f3;
}
.knowledge-list li:last-child {
    border: none;
}
.knowledge-list h5 {
    border-left: 8px solid #4CAC33;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 18px;
}
.knowledge-list h5 a {
    color: #333;
}
.knowledge-list h5 a:hover {
    color: #4CAC33;
}
.knowledge-list p {
    color: #A4AEB5;
    line-height: 24px;
}
.knowledge-list .bottom {
    float: left;
    width: 100%;
    line-height: 30px;
}
.knowledge-list .bottom .pull-left a {
    display: inline-block;
    max-width: 130px;
}
.knowledge-list .bottom .pull-left img {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.knowledge-list .bottom .pull-left p {
    padding-left: 4px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    line-height: 30px;
    margin: 0;
}
.knowledge-list .bottom .pull-right a {
    border: 1px solid #e4e4e4;
    color: #c9c9c9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 24px;
    text-align: center;
    padding: 0 13px;
    margin-left: 10px;
}
.knowledge-list .bottom .pull-right a:hover {
    background-color: #4CAC33;
    color: #fff;
    border-color: #4CAC33;
}
.main-media img {
    max-width: 100%;
}
.main-media iframe {
    width: 100%;
    padding-top: 22px;
}


.about .sidebar {
    background-color: #fff;
    padding: 0 30px 30px;
    min-height: 750px;
}
.about .sidebar h4 {
    color: #333;
    margin: 35px 0 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about .sidebar h4:hover ,
.about .sidebar h4:hover .fa-chevron-right ,
.about .sidebar h4.active ,
.about .sidebar h4.active .fa-chevron-right{
    color: #4CAC33;
}
.about .sidebar h4 .fa-chevron-right {
    float: right;
    color: #DDE0E1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about .sidebar .active h4 ,
.about .sidebar .active h4 .fa-chevron-right{
    color: #4CAC33;
}
.about .info {
    background-color: #fff;
    padding: 32px 24px;
}
.about .info h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 38px;
}
.about .info h5 {
    font-weight: 700;
    font-size: 16px;
    margin: 35px 0 25px;
}
.about .info p {
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 26px;
}
#dituContent {
    margin-bottom: 15px;
}


.kaifu-list li .border:hover {
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.kaifu-list li .border:hover h4 {
    color: #4CAC33;
}
.kaifu-list li .border {
    background: #fff;
    margin-top: 22px;
    padding: 24px 20px;
    height: 168px;
}
.kaifu-list li .border img {
    width: 120px;
    height: 120px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;

}
.kaifu-list li .border .icon {
    float: left;
}
.kaifu-list li .border .right {
    padding-left: 142px;
    display: block;
    color: #000;
}
.kaifu-list li .border .right h4 {
    margin-bottom: 34px;
}
.kaifu-list p.yes:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url("../img/u94.png") no-repeat 5px 1px;
    float: left;
}
.kaifu-list p.no:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url("../img/u98.png") no-repeat 5px 7px;
    float: left;
}
.kaifu-list p {
    width: 100%;
    float: left;
}

/*123*/
.kaifu {
}
.kaifu-title {
    margin-top: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
}
.kaifu-title .a4 {
    width: 201px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    line-height: 38px;
    height: 38px;
    background-color: #f4f4f4;
    padding-left: 14px;
    margin: 13px 8px 12px 12px;
    float: left;
    position: relative;
}
.kaifu-title .a4 .b4 {
    position: absolute;
    top: 38px;
    left: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding:10px 15px 10px 0;
    width: 305px;
    z-index: 999;
    display: none;
}
.kaifu-title .a4 .b4 tr .box {
    margin-bottom: 10px;
}
.kaifu-title .a4 .b4 td {
    line-height: 20px;
}
.kaifu-title .a4 .b4 td a {
    color: #333;
    float: left;
    margin-right: 10px;
    line-height: 20px;
}
.kaifu-title .a4 .b4 td a:hover {
    color: #33CC33;
}
.kaifu-title .a4:hover .b4 {
    display: block;
}
.kaifu-time {
    background-color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 24px 0;
    height: 20px;
}
.kaifu-time a {
    color: #333;
    font-size: 16px;
    width: 10%;
    float: left;
    text-align: center;
}
.kaifu-time a:hover {
    color: #7ac142;
}
.kaifu-time a.active {
    border-bottom: 8px solid #7ac142;
    padding-bottom: 17px;
}

.kaifu-list img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 15px;
}
.kaifu-list li a {
    color: #333;
}
.kaifu-list li:hover a h4{
    color: #7ac142;
}
.kaifu-list h4 {
    width: 160px;
    margin-bottom: 10px;
}
.kaifu-list p {
    width: 160px;
    float: left;
}

.kaifu-list p.yes:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url("../img/u94.png") no-repeat 5px 1px;
    float: left;
}
.kaifu-list p.no:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url("../img/u98.png") no-repeat 5px 7px;
    float: left;
}
.add_game {
    background-color: #7ac143;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 56px;
    font-weight: 700;
    font-size: 16px;
}
.add_game:hover {
    color: #fff;
    background-color: #89d64c;
}
.kaifu-detail .detail-l > .detail-box {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.kaifu-detail .detail-l > .detail-box.url h4 {
    margin: 20px 0;
}
.kaifu-detail .detail-l > .detail-box.url a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: block;
    padding: 10px;
    margin-bottom: 2px;
}
.kaifu-detail .detail-l > .detail-box.url a.active {
    background: #fafbfc;
    color: #33cc33;
}
.kaifu-detail .detail-l > .a-url ,
.kaifu-detail .detail-l > .b-url {
    background-color: #fff;
    width: 120px;
    padding:10px 0;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}
.kaifu-detail .detail-l > .a-url {
    border-right: 10px solid #f4f4f4;
}
.kaifu-detail .detail-l > .b-url {
    border-left: 10px solid #f4f4f4;
}
.kaifu-detail .detail-l > .detail-box .thumb {
    text-align: center;
    padding-top: 29px;
}
.kaifu-detail .detail-l > .detail-box .thumb img {
    width: 120px;
    height: 120px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.kaifu-detail .detail-l > .detail-box .local a {
    color: #7ac142;
}
.kaifu-detail .detail-l > .detail-box .local a:hover {
    color: #397245;
}
.kaifu-detail .detail-l > .detail-box .kaifu-l-info {
    margin: 0 18px;
    padding:24px 5px 10px;
    border-top: 1px solid #f4f6f7;
}
.kaifu-detail .detail-l > .detail-box .kaifu-l-info a {
    color: #000;
}
.kaifu-detail .detail-l > .detail-box .kaifu-l-info tr td {
    padding-bottom: 10px;
}
.kaifu-detail .detail-r .nav_center {
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 19px;
    margin-bottom: 19px;
    font-size: 16px;
}
.kaifu-detail .detail-r .nav_center a {
    color: #A4AEB5;
}
.kaifu-detail .detail-r .detail-box {
    background: #fff;
    float: left;
    width: 100%;
}
.kaifu-detail .tab {
    display: inline-block;
    width: 100%;
}
.kaifu-detail .tab .left {
    padding: 20px 0;
    height: 84px;
}
.kaifu-detail .tab .left a {
    background-color: #fff;
    padding: 6px 10px;
    font-size: 20px;
    color: #333;
    display: inline-block;
}
.kaifu-detail .tab .left a.active {
    font-weight: 700;
    border-bottom: 4px solid #33cc33;
}
.kaifu-detail .tab .right {
    padding: 25px 0 0;
    height: 84px;
}
.kaifu-detail .tab .right a {
    height: 30px;
    border: 1px solid #61717e;
    line-height: 28px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #61717e;
    display: inline-block;
    padding: 0 20px;
    margin-left: 10px;
}
.kaifu-detail .detail-box {
    position: relative;
}
.kaifu-detail .detail-box .time {
    margin-top: 9px;
    position: absolute;
    right: 17px;
    top: 79px;
    z-index: 10;
}
.kaifu-detail .detail-box .time input {
    width: 85px;
    text-align: center;
}
.kaifu-detail .detail-l .proxy {
    margin-bottom: 20px;
}
.kaifu-detail .detail-l .proxy a {
    display: block;
    color: #a3a3a3;
    border-bottom: 1px dotted #f1f1f1;
    line-height: 32px;
    padding-left: 15px;
}
.kaifu-detail .detail-l .proxy a:hover {
    color: #333;
}

.kaifu_add {
    background-color: #fff;
    padding:0 10px 20px 10px;
    float: left;
    width: 100%;
}
.kaifu_add .title {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 6px;
    font-size: 20px;
}
.kaifu_add .title-b {
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 6px;
    margin-top:30px ;
    float: left;
    width: 100%;
}
.kaifu_add .action-group {
    min-height: 40px;
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-left: 15px;
}
.kaifu_add .action-group > label {
    float: left;
    width: 95px;
    text-align: left;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
.kaifu_add .action-group input[type="text"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    margin-right: 20px;
    width: 180px;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #e4e4e4;
}
.kaifu_add .action-group > label span {
    color: #FF0000;
}
.kaifu_add .action-group > label small {
    color: #999;
}
.kaifu_add .action-group > img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}
.kaifu_add .action-group > input[type="file"] {
    margin-top: 75px;
}
.kaifu_add .action-group > select {
    height: 34px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    float: left;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    width: 180px;
}
.kaifu_add  #old_agent_show p {
    line-height: 40px;
    height: 40px;
}
.kaifu_add > .add {
    float: left;
    width: 100%;
    padding-left: 15px;
    font-size: 16px;
}
.kaifu_add .btn {
    padding: 9px 14px;
}
.kaifu_add .del {
    background: url("../img/u59.png") no-repeat 8px 7px;
    width: 40px;
    height: 40px;
    position: inherit;
    float: left;
    top: 0;
    left: 0;
    margin-left: 70px;
}
.kaifu_data {
}
.kaifu_data .title {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 6px;
    height: 80px;
}
.kaifu_data .title .pull-left {
    font-size: 20px;
}
.kaifu_data .title select {
    margin:4px 0 0 0;
}
.kaifu_data .left-menu {
    background-color: #fff;
    margin-top: 14px;
    min-height: 600px;
    padding:10px 15px;
    margin-top: 20px;
}
.kaifu_data .left-menu .btn {
    background-image: linear-gradient(top,#fff,#F2F2F2);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#F2F2F2));
    background-image: -webkit-linear-gradient(top,#fff,#F2F2F2);
    background-image: -moz-linear-gradient(top,#fff,#F2F2F2);
    background-image: -o-linear-gradient(top,#fff,#F2F2F2);
    background-image: -ms-linear-gradient(top,#fff,#F2F2F2);
    border-color: #D7D7D7;
    color: #555555;
    width: 122px;
    padding: 9px 14px;
    margin: 9px 0 0 11px;
}
.kaifu_data .left-menu h5 {
    color: #333;
    padding: 25px 10px 15px;
    font-weight: 700;
    margin: 10px 0 0;
    font-size: 16px;
    text-indent:10px;
    border-top: 1px solid #f2f2f2;
}
.kaifu_data .left-menu h5:first-child {
    border: none;
}
.kaifu_data .left-menu h5:before {
    content: '●';
    float: left;
    text-indent:0;
}
.kaifu_data .left-menu a {
    color: #333;
    padding: 9px 10px;
    display: block;
    cursor: pointer;
}
.kaifu_data .left-menu a:hover {
    background-color: #eeeeee;
}
.kaifu_data .left-menu a.active {
    background-color: #fafbfc;
    margin-right: -1px;
    font-weight: 700;
    color: #33CC33;
}
.kaifu_data .right-info {
    background: #fff;
    float: left;
    width: 100%;
}
.kaifu_data .right-info .action-group input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.kaifu_data .action-group {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding:0 15px;
}
.kaifu_data .action-group label {
    float: left;
    width: 95px;
    text-align: left;
    line-height: 34px;
    font-size: 16px;
    margin: 0;
    height: 34px;
}
.kaifu_data .form-control-static {
    padding: 0;
    line-height: 34px;
}
.kaifu_data .action-group.system-box {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}
.kaifu_data .action-group.system-box label {
    width: 65px;
}
.kaifu_data .action-group > select {
    height: 34px;
    float: left;
    margin-right: 10px;
}
.kaifu_data .action-group .left {
    margin-left: 10px;
}

.kaifu_data .right-info table {
    width: 400px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.kaifu_data .right-info table td {
    position: relative;
}
.kaifu_data .right-info table .edit {
    position: absolute;
    top: 2px;
    right: 3px;
    filter:alpha(opacity=50);opacity:0.5;
}
.kaifu_data .right-info table .edit:hover {
    filter:alpha(opacity=100);opacity:1;
}
.kaifu_data > .right ul.tagit {
    width: 325px;
    float: left;
    margin-right: 10px;
}
.kaifu_data > .right .ui-state-default {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: linear-gradient(top,#F2F2F2,#FFF);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F2F2F2),to(#FFF));
    background-image: -webkit-linear-gradient(top,#F2F2F2,#FFF);
    background-image: -moz-linear-gradient(top,#F2F2F2,#FFF);
    background-image: -o-linear-gradient(top,#F2F2F2,#FFF);
    background-image: -ms-linear-gradient(top,#F2F2F2,#FFF);
    border-color: #D7D7D7;
    margin-right: 10px;
}
.kaifu_data > .right .ui-state-default:hover {
    background: #33CC33;
}
.kaifu_data > .right ul.tagit li.tagit-choice .tagit-close .text-icon,
.kaifu_data > .right ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #555;
}
#tag_list {
    float: left;
}
#tag_list li {
    float: left;
    line-height: 28px;
    padding: 0 15px;
    margin: 6px 10px 0 0;
    border: 1px solid #CCC;
}
#tag_list li.lihv {
    background-color: #33cc00;
    color: #fff;
    border-color: #33cc00;
}

.kaifu_data .btn-box {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-top: 30px;
}
.member-kaifu a {
    color: #333;
}
.login_kernel_bug_fix {
    float:none;
    position:absolute;
    right:34px;
    top:8px;
}
.msk {
    position: absolute;
    right: 0;
    top: 0;
    width: 206px;
    height: 38px;
    display: none;
}
.main-search {
    float: right;
}
.j-searchbar .btn {
    width: auto;
    height: auto;
    border: none;
    background: #158e22;
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
}
.j-searchbar .form-control {
    background: #158e22;
    border: none;
    height: 23px;
    font-size: 12px;
    color: #fff;
}

.j-searchbar .form-control::-webkit-input-placeholder {
    color: #fff !important;
}
.j-searchbar .form-control:-moz-placeholder {
    color: #fff !important;
}
.j-searchbar .form-control::-moz-placeholder {
    color: #fff !important;
}
.j-searchbar .form-control:-ms-input-placeholder {
    color: #fff !important;
}
.menu-left {
    position: inherit;
}
.menu-left p ,
.menu-left p > a {
    color: #898989;
}
.menu-left p > a:hover {
    color: #2eab23;
}
.menu-left .page li a {
    width: 41px;
    height: 41px;
    background-size: 130px;
}
.menu-left .page li {
    display: inline-block;
}
.menu-left .page ul {
    text-align: center;
    padding: 21px 0 10px;
}

.menu-left .page li a.page-icon-1 {
    background-color: #e85656;
    border-color: #e85656;
    background-position: 8px -21px;
}
.menu-left .page li a.page-icon-2 {
    background-color: #28aae2;
    border-color: #28aae2;
    background-position: -24px -21px;
}
.menu-left .page li a.page-icon-3 {
    background-color: #333e71;
    border-color: #333e71;
    background-position: -60px -23px;
}
.menu-left .page li a.page-icon-1:hover {
    background-color: #b74747;
    border-color: #b74747;
}
.menu-left .page li a.page-icon-2:hover {
    background-color: #2187b5;
    border-color: #2187b5;
}
.menu-left .page li a.page-icon-3:hover {
    background-color: #3e5b99;
    border-color: #3e5b99;
}
.menu-right > h5 {
    border-bottom: 2px solid #dbdcdc;
    color: #2eab23;
    padding-bottom: 3px;
    position: relative;
    font-weight: 700;
    margin: 0;
}
.menu-left .title .underline ,
.menu-right .title .underline {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 28px;
    background: #2eab23;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.menu-right > h5 a ,
.menu-right .title .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    text-align: center;
    line-height: 20px;
}
.menu-right .title .more {
    display: none;
}
.menu-right .title .active .more {
    display: block;
}
.menu-right .title .more a {
    color: #898989;
}
.menu-right .title .more a:hover {
    color: #2eab23;
}
.menu-left .title ,
.menu-right .title {
    border-bottom: 2px solid #dbdcdc;
    color: #2eab23;
    padding-bottom: 3px;
    position: relative;
    font-weight: 700;
    height: 22px;
}
.menu-left .title {
    margin-bottom: 26px;
}
.menu-right .title ul {
    margin: 0;
}
.menu-right .title ul li {
    float: left;
    margin-right: 20px;
}
.menu-right .title ul li a {
    color: #898989;
}

.menu-right .title ul li.active > a ,
.menu-right .title ul li > a:hover {
    color: #2eab23;
}
.menu-right .tab-content ,
.app-box-new {
    border: 1px solid #e5e5e5;
    border-top: none;
}
.menu-right .tab-content ul {
    margin: 0;
}
.menu-right .tab-content li {
    margin: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.menu-right .tab-content li:last-child ,
.app-box-new li:last-child {
    border: none;
}
.menu-right .tab-content li a {
    color: #4c4948;
    font-weight: 700;
    display: block;
}
.menu-right .tab-content li a:hover {
    color: #2eab23;
}
.menu-right .tab-content li a:hover h5 {
    color: #2eab23;
}
.menu-right .tab-content li a h5 {
    margin: 0;
    font-weight: 700;
}
.menu-right .qun p {
    margin:0;
    padding:15px 10px 0;
}
.menu-right .qun a {
    color: #333;
}
.menu-right .qun a:hover{
    color: #2eab23;
}
.tab-box-1 #top1 a {
    max-height: 30px;
    overflow: hidden;
}
.tab-box-1 #top2 li {
    position: relative;
}
.tab-box-1 #top2 li img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
}
.tab-box-1 #top2 li .right {
    padding-left: 50px;
}
.tab-box-1 #top2 li h5 {
    color: #909397;
    margin-bottom: 5px;
}
.tab-box-1 #top2 li p {
    color: #575b61;
    margin: 0;
}
.tab-box-1 #top2 li:hover p {
    color: #2eab23;
}
.tab-box-1 #top2 li .more .fa {
    background: #9a9fa6;
    color: #dedede;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    height: 13px;
    width: 13px;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 0;
    font-size: 16px;
}
.tab-box-1 #top2 li .more .fa:before {
    float: left;
    line-height: 14px;
}
.menu-right .tab-box-2 {
    border: none;
    padding-top: 10px;
}
.menu-right .tab-box-2 ul li {
    margin: 0;
    padding: 13px 20px;
}
.tab-box-2 ul li .time {
    background: #2eab23;
    font-size: 10px;
    float: left;
    color: #fff;
    text-align: center;
    width: 35px;
    padding: 5px 0 0;
}
.tab-box-2 ul li h5 {
    font-size: 14px;
    color: #4c4948;
    padding-left: 48px;
    line-height: 18px;

}
.more .more-box {
    position: absolute;
    top: 40px;
    right: -35px;
    background: #fff;
    width: 210px;
    padding: 20px 0 0;
    border: 1px solid #ececec;
    z-index: 10;
    display: none;
    -moz-box-shadow:0 1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.more:hover .more-box {
    display: block;
}
.more .arrow ,
.more .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.more .arrow {
    border-width: 11px;
    top: -11px;
    right: 30px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #ececec;
}
.more .arrow:after {
    content: "";
    top: -8px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-width: 10px;
}
.more .more-box h5 {
    font-size: 12px;
    padding: 0 20px;
}
.more .more-box .list a {
    color: #525e68;
    padding: 15px 20px !important;
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}
.more .more-box .list a:last-child {
    border: none;
}
.navbar-form {
    position: relative;
    margin: 0;
}
.products-menu li {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.products-menu li a {
    line-height: 29px;
    color: #525e68;
    font-weight: 700;
    display: block;
}
.products-menu li a:hover {
    color: #2eab23;
}
.products-menu li span {
    width: 29px;
    height: 29px;
    float: left;
    background: url("../img/chanpin.png") no-repeat 999px 999px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 0 9px 0 19px;
}
.products-menu li .icon-1 span {
    background-color: #12ba7b;
    background-position: 0 0;
}
.products-menu li .icon-2 span {
    background-color: #33cccc;
    background-position: 0 -50px;
}
.products-menu li .icon-3 span {
    background-color: #ff5c5c;
    background-position: 0 -98px;
}
.products-menu li .icon-4 span {
    background-color: #ff9900;
    background-position: 0 -150px;
}
.products-menu ,
.activities-menu ,
.read-menu ,
.login-menu {
    position: absolute;
    left: -19px;
    top: 68px;
    background: #fff;
    z-index: 9999;
    width: 140px;
    border: 1px solid #e6eaed;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -webkit-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
    -moz-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
    transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(0) scale(0);
    -moz-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    -o-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    padding: 10px 0;
}
.main-media .active .products-menu ,
.main-media .active .activities-menu ,
.main-media .active .read-menu ,
.main-media .active .login-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.products-menu .arrow ,
.products-menu .arrow:after ,
.activities-menu .arrow ,
.activities-menu .arrow:after ,
.read-menu .arrow ,
.read-menu .arrow:after ,
.login-menu .arrow  ,
.login-menu .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.products-menu .arrow ,
.activities-menu .arrow ,
.read-menu .arrow ,
.login-menu .arrow {
    border-width: 11px;
    top: -11px;
    right: 85px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #ececec;
}
.products-menu .arrow:after ,
.activities-menu .arrow:after ,
.read-menu .arrow:after ,
.login-menu .arrow:after {
    content: "";
    top: -8px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-width: 10px;
}
.activities-menu {
    width: 250px;
    padding: 10px 17px;
}
.activities-menu .arrow ,
.read-menu .arrow {
    right: auto;
    left: 35px;
}
.activities-menu .title {
    font-size: 12px;
    color: #c6c8cb;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.activities-menu .title .time {
    float: left;
}
.activities-menu .title .pull-right {
    color: #fff;
    width: 42px;
    text-align: center;
}
.activities-menu ul {
    float: left;
    width: 100%;
}
.activities-menu ul li a {
    color: #525e68;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
    font-weight: 700;
}
.activities-menu ul li:last-child a {
    border: none;
}
.activities-menu ul li a:hover {
    color: #2eab23;
}
.activities-menu .btn {
    width: 133px;
}
.read-menu {
    width: 248px;
    padding: 0 0 10px;
    font-weight: 700;
}
.read-menu h6 {
    padding: 15px 17px;
    float: left;
    width: 100%;
    margin: 0;
    color: #9fa0a0;
}
.read-menu .hr {
    height: 1px;
    background: #ececec;
    border-left: 17px solid #fff;
    border-right: 17px solid #fff;
    width: 100%;
    float: left;
}
.read-menu ul {
    width: 248px;
    float: left;
}
.read-menu ul li {
    float: left;
    width:82px;
    line-height: 23px;
}
.read-menu ul li a {
    color: #525e68;
    float: left;
    width:100%;
    padding: 5px 0 2px;
    font-size: 12px;
    text-align: center;
}
.read-menu ul li a:hover {
    background-color: #2eab23;
    color: #fff;
}
.read-menu h5 {
    font-weight: 700;
    font-size: 14px;
    color: #b7dead;
}
.j-navbar-box {
    height: 80px;
    margin-bottom: 40px;
    z-index: 1001;
    position: relative;
}
.j-navbar {
    height: 80px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.j-navbar .header .header-top > .row > .right ,
.j-navbar .header-top .main-media > li > a ,
.j-navbar .header .header-top > .row > .right > .pull-right ,
.j-navbar .header .header-top > .row > .right > .main-search {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.j-navbar .header .header-top > .row > .right > .pull-right ,
.j-navbar .header .header-top > .row > .right > .main-search {
    padding-top: 30px;
}
.j-navbar-50 {
    height: 50px;
}
.j-navbar.j-navbar-50  .header .header-top > .row > .right > .pull-right ,
.j-navbar.j-navbar-50  .header .header-top > .row > .right > .main-search{
    padding-top: 14px;
}
.j-navbar.j-navbar-50 .header-top .main-media > li > a {
    line-height: 50px;
}
.j-navbar .header-top .col-sm-2 img {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.j-navbar.j-navbar-50 .header-top .col-sm-2 img {
    margin-top: 0;
}
.pin-container {
    position: relative;
}
#pin1 {
    width: 165px;
}
.pin-top {
    position: fixed;
    top: 60px;
}
.pin-bot {
    position: absolute;
}
.j-sliderbanner-tablet {
    margin-bottom: 20px;
    margin-top: -20px;
}
.navbar-toggle.wap-search {
    margin: 2px 0 0;
}
#navbar-collapse-1 {
    padding: 5px 0;
    height: 44px;
}
#navbar-collapse-1 .navbar-form {
    padding-right: 91px;
}
#navbar-collapse-1 .form-control {
    background: #323537;
    border-color: #2eab23;
    color: #fff;
}
#navbar-collapse-1 .btn {
    background: #2eab23;
    color: #fff;
    width: 91px;
    position: absolute;
    right: 0;
    top: 0;
    border-color: #2eab23;
}

.videoWarp {
    height:416px;
    width:100%;
}
@media (max-width: 767px){
    .videoWarp {
        height:220px;
    }
}



.social-share-icon:hover{
    background: #2a951e !important;
    color: #FFF !important;
    border-color: #2a951e  !important;
}
.social-share-icon{
    color:#333333 !important;
    border-color: #333333 !important;
}