/*初始化*/
html,
body,
section,
header,
nav,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tbody,
tr,
th,
td,
form,
select,
option,
textarea,
input,
label,
button,
a,
span,
strong,
em,
var,
img,
i,
b,
big,
small {
    border: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}
html {
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
    width: 100%;
}
ol,
ul {
    list-style: none;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 19.6px;
}
h3 {
    font-size: 18.2px;
}
h4 {
    font-size: 16.8px;
}
h5 {
    font-size: 15.4px;
}
h6 {
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
   /*  border: 1px #333 solid; */
}
table th {
    border: 1px #333 solid;
}
/* table td {
    border: 1px #333 solid;
} */
input,
select,
button {
    background: none;
    border: none;
    color: #666;
    outline: medium;
    font-size: 14px;
    border: 1px solid #ccc;
}
input option,
select option,
button option {
    color: #666;
}
select,
button {
    cursor: pointer;
}
img {
    border: 0 none;
  /*   display: block; */
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em,
var,
i {
    font-style: normal;
}
b {
    font-weight: normal;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    height: 0;
}
.fl,
.pull-left {
    float: left;
}
.fr,
.pull-right {
    float: right;
}
.fn {
    float: none;
}
.db {
    display: block;
}
.dn,
.hide {
    display: none;
}
.di {
    display: inline;
}
.dib {
    display: inline-block;
    vertical-align: middle;
}
.dit {
    display: inline-table;
}
.dtc {
    display: table-cell;
    vertical-align: middle;
}
.tac {
    text-align: center;
}
.texthide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lisu {
    font-family: "LiSu";
}
.posf {
    position: fixed;
}
.posr {
    position: relative;
}
.posa {
    position: absolute;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{
    float: left;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1180px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.mr0 {
    margin-right: 0 !important;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr12 {
    margin-right: 12px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr60 {
    margin-right: 60px;
}
.mrp50 {
    margin-right: 50%;
}
.ml0 {
    margin-left: 0 !important;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml12 {
    margin-left: 12px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml90 {
    margin-left: 90px;
}
.mlp50 {
    margin-left: 50%;
}
.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.m0 {
    margin: 0 !important;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pl0 {
    padding-left: 0 !important;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pt0 {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.p0 {
    padding: 0 !important;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.content {
    margin: 0 auto;
    padding: 1px 0;
    width: 1200px;
	padding-bottom: 25px;
}





/* 通用标题 */
 .index-title {
    border-bottom: 1px #ededed solid;
    height: 46px;
    margin: 0 20px 20px;
}


.index-title .icon2,
.index-title .icon3
{
    margin-top: 8px;
    width: 10px;
    height: 30px;
    background-color: #e4a457;
}
.index-title .h2{
    font-size: 24px;
    margin-left:5px;
    margin-top: 6px;
    cursor:pointer
}
.index-title .tip {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
}

.index-title .tip var {
    color: #ff2a2a;
    padding: 0 10px;
}

.index-title a {
    color: #eb9d15;
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
}

.index-warp {
    background: #ffffff;
}

.w390 {
    width: 390px;
}

.w390 {
    width: 390px;
}

.w195 {
    width: 195px;
}





/* 5 企业服务 */
.index-tyfa .index-tyfa-tab {
    border-bottom: 2px #eb9d15 solid;
    background: url("../../newImages/img/index-tyfa-bg.png") center bottom no-repeat;
    height: 53px;
    margin: -20px auto 0;
    padding-top: 24px;
    width: 1160px;
}

.index-tyfa .index-tyfa-tab li {
    text-align: center;
    width: 25%;
    z-index: 1;
}

.index-tyfa .index-tyfa-tab li:after {
    content: "";
    background: url("../../newImages/img/icon.png") center -1359px no-repeat;
    height: 8px;
    left: -50px;
    margin-left: 50%;
    position: absolute;
    top: 50px;
    width: 100px;
}

.index-tyfa .index-tyfa-tab li.select span {
    color: #fff;
}

.index-tyfa .index-tyfa-tab span {
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.index-tyfa .index-tyfa-tab i {
    background: url("../../newImages/img/index-tyfa-tab.png") center center no-repeat;
    height: 77px;
    left: 0;
    top: 0;
    width: 25%;
    z-index: 0;
}

/*.index-tyfa .index-tyfa-warp {
    padding: 28px 15px 15px;
}*/

.index-tyfa .index-tyfa-list {
    border: 1px #ececec solid;
    height: 158px;
    margin: 5px;
    overflow: hidden;
    padding: 20px;
    width: 344px;
}

.index-tyfa .index-tyfa-list h3 {
    color: #666666;
    font-size: 24px;
    width: 164px;
    line-height: 34px;
    padding-right: 150px;
    padding-top: 78px;
}

.index-tyfa .index-tyfa-list p {
    color: #999999;
    height: 40px;
    width: 250px;
    line-height: 20px;
    overflow: hidden;
}

.index-tyfa .index-tyfa-list:hover {
    box-shadow: 0 0 10px #eb9d15;
}

.index-tyfa .index-tyfa-list.link1 {
    height: 368px;
    padding: 20px 30px;
    width: 318px;
}

.index-tyfa .index-tyfa-list.link1 h3 {
    color: #ffa415;
    font-size: 30px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 10px 0 0 0;
}

.index-tyfa .index-tyfa-list.link1 p {
    height: 80px;
    padding: 0;
}

.index-tyfa .index-tyfa-list.link1 p var {
    color: #ff6d6d;
}

.index-tyfa .index-tyfa-list.link2 {
    width: 741px;
}

.index-tyfa .index-tyfa-list.link2 h3 {
    padding-right: 350px;
    padding-top: 59px;
}



.index-tyfa .index-tyfa-list.link3 {
    width: 728px;
}

.index-tyfa .index-tyfa-list.link3 h3 {
    padding-top: 59px;
    width: 225px;
}

.index-tyfa .index-tyfa-list.link3 p {
    width: 225px;
}

.index-tyfa .index-tyfa-list.link4 {
    height: 368px;
    padding: 20px 30px;
    width: 318px;
}

.index-tyfa .index-tyfa-list.link4 h3 {
    color: #ffa415;
    font-size: 30px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 10px 0 0 0;
}

.index-tyfa .index-tyfa-list.link4 p {
    font-size: 18px;
    height: 96px;
    line-height: 24px;
    padding: 0;
}

.index-tyfa .index-tyfa-list.link4 p var {
    color: #ff6d6d;
    font-size: 18px;
}

.index-dzfa {
    margin-top: -5px;
    padding: 0 15px 15px;
}

.index-dzfa .index-dzfa-more {
    border: 1px #ececec solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 768px;
}

.index-dzfa .index-dzfa-more img {
    display: block;
    height: 100%;
    width: 100%;
}

.index-dzfa .index-dzfa-more span {
    bottom: 20px;
    color: #eb9d15;
    font-size: 18px;
    right: 20px;
}

.index-dzfa .index-dzfa-more:hover {
    box-shadow: 0 0 10px #eb9d15;
}

.index-dzfa .index-dzfa-list {
    border: 1px #ececec solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 183px;
}

.index-dzfa .index-dzfa-list img {
    display: block;
    height: 100%;
    width: 100%;
}

.index-dzfa .index-dzfa-list .index-dzfa-con {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.index-dzfa .index-dzfa-list .index-dzfa-con h3 {
    border-bottom: 1px #fff solid;
    color: #ffffff;
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    margin: 132px 22px 10px;
    text-align: center;
}

.index-dzfa .index-dzfa-list .index-dzfa-con p {
    color: #ffffff;
    height: 36px;
    line-height: 18px;
    margin: 0 11px;
    overflow: hidden;
    text-align: center;
}

.index-dzfa .index-dzfa-list:hover {
    box-shadow: 0 0 10px #eb9d15;
}

/* 6 知识产权 */
.index-zscq,
.index-gqzr {
    margin-top: -5px;
    padding: 0 15px 15px;
    padding-bottom: 0;
}

.index-zscq .index-zscq-list,
.index-gqzr .index-zscq-list {
    border: 1px #ececec solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 183px;
    margin-bottom: 0;
}

.index-zscq .index-zscq-list h3,
.index-gqzr .index-zscq-list h3 {
    color: #666666;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    padding: 154px 20px 0;
}

.index-zscq .index-zscq-list p,
.index-gqzr .index-zscq-list p {
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px;
}

.index-zscq .index-zscq-list.link1,
.index-gqzr .index-zscq-list.link1 {
    height: 500px;
    width: 378px;
}

.index-zscq .index-zscq-list.link1 h3,
.index-gqzr .index-zscq-list.link1 h3 {
    color: #ffa415;
    font-size: 30px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    padding-top: 358px;
}

.index-zscq .index-zscq-list.link2,
.index-gqzr .index-zscq-list.link2 {
    width: 378px;
}

.index-zscq .index-zscq-list.link2 p,
.index-gqzr .index-zscq-list.link2 p {
    width: 225px;
}

.index-zscq .index-zscq-list:hover,
.index-gqzr .index-zscq-list:hover {
    box-shadow: 0 0 10px #eb9d15;
}

.index-zscq .more,
.index-gqzr .more {
   /* background: -webkit-linear-gradient(#eb9d15, #ab7f32);
    /!* Safari 5.1 - 6.0 *!/
    background: -o-linear-gradient(#eb9d15, #ab7f32);
    /!* Opera 11.1 - 12.0 *!/
    background: -moz-linear-gradient(#eb9d15, #ab7f32);
    /!* Firefox 3.6 - 15 *!/
    background: linear-gradient(#eb9d15, #ab7f32);*/
    /* 标准的语法 */
    height: 246px;
   /* line-height: 284px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 185px;*/
}

.index-zscq .more span,
.index-gqzr .more span {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    line-height: 42px;
}

/* 7 财会税务 */
.index-cksw {
    margin-top: -5px;
    padding: 0 15px 15px;
    padding-bottom: 0;
}

.index-cksw .index-cksw-list {
    border: 1px #ececec solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 378px;
}

.index-cksw .index-cksw-list h3 {
    color: #666666;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    padding: 150px 20px 0;
    width: 230px;
}

.index-cksw .index-cksw-list p {
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px;
    width: 230px;
}

.index-cksw .index-cksw-list.link1 {
    height: 244px;
    width: 768px;
}

.index-cksw .index-cksw-list:hover {
    box-shadow: 0 0 10px #eb9d15;
}

/* 8 行政审批 */
.index-xzsp {
    margin-top: -5px;
    padding: 0 15px 15px;
}

.index-xzsp .index-xzsp-list {
    border: 1px #ececec solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 378px;
}

.index-xzsp .index-xzsp-list h3 {
    color: #666666;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    padding: 150px 20px 0;
    width: 230px;
}

.index-xzsp .index-xzsp-list p {
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px;
    width: 230px;
}

.index-xzsp .index-xzsp-list.link1 {
    height: 500px;
}

.index-xzsp .index-xzsp-list.link1 h3 {
    color: #ffa415;
    font-size: 30px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    padding-top: 358px;
    width: auto;
}

.index-xzsp .index-xzsp-list.link1 p {
    width: auto;
}

.index-xzsp .index-xzsp-list.link2 {
    width: 183px;
}

.index-xzsp .index-xzsp-list.link2 h3,
.index-xzsp .index-xzsp-list.link2 p {
    width: auto;
}

.index-xzsp .index-xzsp-list:hover {
    box-shadow: 0 0 10px #eb9d15;
}

.index-xzsp .more {
    background: -webkit-linear-gradient(#ff3f5a, #ff737d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ff3f5a, #ff737d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ff3f5a, #ff737d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ff3f5a, #ff737d);
    /* 标准的语法 */
    height: 246px;
    line-height: 284px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 185px;
}

.index-xzsp .more span {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    line-height: 42px;
}

/* 9 股权转让 */
.index-gqzr .more {
    background: -webkit-linear-gradient(#ffa516, #ffd554);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffa516, #ffd554);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffa516, #ffd554);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ffa516, #ffd554);
    /* 标准的语法 */
}

/* 10 专家问诊 */
.index-zjwz {
    height: 340px;
    margin: -20px auto 0;
    width: 1124px;
}

.index-zjwz .zjwz-swiper {
    height: 340px;
    margin: 0 auto;
    padding: 0 62px;
    width: 1000px;
}

.index-zjwz .zjwz-swiper .prev,
.index-zjwz .zjwz-swiper .next {
    background: #ffffff;
    height: 340px;
    top: 0;
    width: 62px;
    z-index: 2;
}

.index-zjwz .zjwz-swiper .prev {
    left: 0;
}

.index-zjwz .zjwz-swiper .next {
    right: 0;
}

.index-zjwz .zjwz-swiper .swiper-button-prev,
.index-zjwz .zjwz-swiper .swiper-button-next {
    background: #fff url("${ctxPath}/newImages/img/icon.png") no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    height: 34px;
    width: 62px;
}

.index-zjwz .zjwz-swiper .swiper-button-prev {
    background-position: 0 -1271px;
    left: 0;
}

.index-zjwz .zjwz-swiper .swiper-button-next {
    background-position: right -1271px;
    right: 0;
}

.index-zjwz .index-zjwz-list {
    background: url("${ctxPath}/newImages/img/zjgw-bg.png") center bottom no-repeat;
    float: left;
    height: 310px;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}

.index-zjwz .index-zjwz-list:hover {
    background: url("${ctxPath}/newImages/img/zjgw-select-bg.png") center bottom no-repeat;
}

.index-zjwz .index-zjwz-list img {
    border-radius: 100%;
    display: block;
    height: 120px;
    margin: 0 auto 20px;
    width: 120px;
}

.index-zjwz .index-zjwz-list span {
    display: block;
    font-size: 12px;
    max-height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 22px;
    width: 156px;
}

.index-zjwz .index-zjwz-list span var {
    color: #ff6d6d;
}

.index-zjwz .index-zjwz-list span.select {
    max-height: 60px;
}

.index-zjwz .index-zjwz-list em {
    color: #eb9d15;
    font-size: 12px;
    left: 0;
    top: 305px;
    text-align: center;
    width: 200px;
}

/* 11 主题活动 */
.index-zthd,
.index-wkt {
    margin-top: -5px;
    padding: 0 15px 15px;
}

.index-zthd a,
.index-wkt a {
    margin: 5px;
}

.index-zthd a:hover img,
.index-wkt a:hover img {
    box-shadow: 0 0 10px #eb9d15;
}

.index-zthd img,
.index-wkt img {
    border: 1px #ececec solid;
    display: block;
    height: 102px;
    margin: 0 auto 16px;
    width: 183px;
}

.index-zthd .data,
.index-wkt .data {
    background: url("${ctxPath}/newImages/img/icon.png") 0 -1091px no-repeat;
    color: #999999;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    width: 185px;
}

.index-zthd h3,
.index-wkt h3 {
    color: #666666;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    width: 185px;
}

.index-zthd .more,
.index-wkt .more {
    background: rgba(0, 0, 0, 0.6);
    height: 104px;
    line-height: 142px;
    left: 0;
    top: 0;
    width: 185px;
}

.index-zthd .more var,
.index-wkt .more var {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

/* 12 微课堂 */
.index-wkt .radio {
    background: url("${ctxPath}/newImages/img/icon.png") center -1111px no-repeat;
    height: 104px;
    left: 0;
    top: 0;
    width: 185px;
}

/* 13 行业资讯 */
.index-hyzx {
    padding: 0 15px 15px;
}

.index-hyzx .index-hyzx-img {
    display: block;
    height: 80px;
    margin: 5px 5px 0;
    width: 380px;
}

.index-hyzx .index-hyzx-txtlist {
    border: 1px #ececec solid;
    border-top: none;
    margin: 0 5px 5px;
    padding: 51px 20px 34px;
    width: 338px;
}

.index-hyzx .index-hyzx-txtlist a {
    color: #666666;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 18px;
}

.index-hyzx .index-hyzx-txtlist a em {
    padding-right: 10px;
}

.index-hyzx .index-hyzx-txtlist a:hover {
    color: #eb9d15;
}

.index-hyzx .index-hyzx-list {
    border: 1px #ececec solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 183px;
}

.index-hyzx .index-hyzx-list h3 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
    padding: 180px 20px 0;
    width: 143px;
}

.index-hyzx .index-hyzx-list p {
    color: #666;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px;
    width: 338px;
}

.index-hyzx .index-hyzx-list.link1 {
    width: 378px;
}

.index-hyzx .index-hyzx-list.link1 h3 {
    color: #ffa415;
    margin-bottom: 20px;
    padding-top: 125px;
    width: 338px;
}

.index-hyzx .index-hyzx-list.link2 {
    height: 500px;
}

.index-hyzx .index-hyzx-list:hover {
    box-shadow: 0 0 10px #eb9d15;
}

/* 14 客户的声音 */
.index-kehu {
    background: url("${ctxPath}/newImages/img/kehu-bg.png") center center no-repeat;
    height: 240px;
    margin-bottom: 20px;
}

.index-kehu .swiper-button-prev,
.index-kehu .swiper-button-next {
    background: url("${ctxPath}/newImages/img/icon.png") no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    height: 56px;
    width: 31px;
}

.index-kehu .swiper-button-prev {
    background-position: 0 -1215px;
    left: 0;
}

.index-kehu .swiper-button-next {
    background-position: right -1215px;
    right: 0;
}

.index-kehu .kehu-swiper {
    height: 120px;
    margin: 60px auto 0;
    width: 920px;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.index-kehu .kehu-swiper img {
    border-radius: 100%;
    margin: 0 40px 0 90px;
    height: 120px;
    width: 120px;
}

.index-kehu .kehu-swiper .con {
    height: 120px;
    padding: 0 90px 0 250px;
}

.index-kehu .kehu-swiper .con .h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
}

.index-kehu .kehu-swiper .con .name {
    padding-bottom: 20px;
}

.index-kehu .kehu-swiper .con .name em {
    color: #808080;
    padding: 0 10px;
}

.index-kehu .kehu-swiper .con .name span {
    color: rgba(255, 255, 255, 0.6);
}

.index-kehu .kehu-swiper .con p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

/* 15 合作伙伴 */
.index-hzhb {
    border: none;
    display: block;
    margin: 0 20px 15px;
}

.index-hzhb td {
    border: 1px #ececec solid;
}

.index-hzhb td {
    height: 110px;
    text-align: center;
    width: 195px;
}

/* 底部发现 */
.index-faxian {
    border-bottom: 1px #ececec solid;
    height: 180px;
    margin-bottom: 40px;
}

.index-faxian .icon {
    background: url("../img/faxian.png") 0 0 no-repeat;
    bottom: -4px;
    height: 115px;
    left: 330px;
    width: 344px;
}

.index-faxian .con {
    bottom: 57px;
    color: #666666;
    left: 625px;
    line-height: 24px;
}

.index-faxian .con span {
    background: #eb9d15;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    line-height: 24px;
    padding: 2px 10px 3px;
}

.index-faxian .index-faxian-pop {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 100%;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 30;
}

.index-faxian .index-faxian-pop img {
    display: inline-block;
}

.screen-warp {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 12px 0 15px 0;
}

.screen-title {
    border-bottom: 1px #ededed solid;
    height: 38px;
    margin: 0 20px;
}

.screen-title h2 {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
}

.screen-title a {
    color: #eb9d15;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}

/* 搜索条件 */
.screen-condition {
    padding: 12px 0 0;
}

.screen-condition li .name {
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    width: 80px;
}

.screen-condition li .name.select {
    margin-top: 35px;
}

.screen-condition li .screen-type1-right,
.screen-condition li .screen-type3-right {
    padding-left: 100px;
}

.screen-condition li .screen-type1-right label,
.screen-condition li .screen-type3-right label {
    border-radius: 5px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
}

.screen-condition li .screen-type1-right label:hover,
.screen-condition li .screen-type3-right label:hover {
    color: #f66467;
    text-decoration: underline;
}

.screen-condition li .screen-type1-right label.select,
.screen-condition li .screen-type3-right label.select {
    background: #eb9d15;
    color: #ffffff;
}

.screen-condition li .screen-type1-right label.select:hover,
.screen-condition li .screen-type3-right label.select:hover {
    background: #eb9d15;
    color: #ffffff;
    text-decoration: none;
}

.screen-condition li .screen-type3-right label {
    display: inline;
    margin-right: 20px;
    padding: 0;
}

.screen-condition li .screen-type3-right label input {
    margin: 6px 10px 0 0;
}

.screen-condition li .screen-type2-right {
    border-bottom: 2px #eb9d15 solid;
    background: url("index-tyfa-bg.png") center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 53px;
    margin: 0 0 20px 100px;
    padding-top: 20px;
    width: 1080px;
}

.screen-condition li .screen-type2-right .screen-type {
    text-align: center;
    width: 20%;
    z-index: 1;
}

.screen-condition li .screen-type2-right .screen-type.select label {
    color: #ffffff;
}

.screen-condition li .screen-type2-right .screen-type:after {
    content: "";
    background: url("icon.png") center -1359px no-repeat;
    height: 8px;
    left: -50px;
    margin-left: 50%;
    position: absolute;
    top: 50px;
    width: 100px;
}

.screen-condition li .screen-type2-right .screen-type label {
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
}

.screen-condition li .screen-type2-right i {
    background: url("${ctxPath}/newImages/img/index-tyfa-tab.png") center center no-repeat;
    display: none;
    height: 73px;
    left: 0;
    top: 0;
    width: 20%;
    z-index: 0;
}

/* 精品推荐 - list */
.screen-recommend a {
    border: 1px #ededed solid;
    display: block;
    margin: 10px 20px;
    padding: 15px 0;
    text-align: right;
}

.screen-recommend a:hover {
    box-shadow: 0 0 10px #eb9d15;
}

.screen-recommend a h3,
.screen-recommend a p,
.screen-recommend a .price {
    margin-right: 20px;
    width: 540px;
}

.screen-recommend a h3 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 78px 0 5px 0;
}

.screen-recommend a p {
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 15px;
}

.screen-recommend a p var {
    display: inline-block;
    float: none;
    height: 36px;
    line-height: 20px;
    vertical-align: middle;
}

.screen-recommend a p span {
    display: inline-block;
    height: 36px;
    max-width: 470px;
    overflow: hidden;
    vertical-align: middle;
}

.screen-recommend a .price {
    color: #f66467;
    font-size: 18px;
}

.screen-recommend a .price var {
    display: inline-block;
    height: 36px;
}

.screen-recommend a .price span {
    font-size: 30px;
}

.screen-recommend a i {
    background: url("icon.png") 0 -1367px no-repeat;
    height: 70px;
    right: 20px;
    top: -1px;
    width: 50px;
}

/* common - list */
.screen-list {
    padding: 15px 0 30px;
    width: 1170px;
}

.screen-list.swiper-container .swiper-slide {
    width: auto;
}

.screen-list.swiper-container .swiper-pagination {
    bottom: 10px;
}

.screen-list.swiper-container .swiper-pagination span {
    background: #dddddd;
    border-radius: 3px;
    display: inline-block;
    height: 6px;
    margin: 0 10px;
    opacity: 1;
    width: 40px;
}

.screen-list.swiper-container .swiper-pagination span:hover,
.screen-list.swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #eb9d15;
}

.screen-list a {
    border: 1px #ededed solid;
    height: 244px;
    margin: 5px;
    overflow: hidden;
    width: 378px;
}

.screen-list a img {
    display: block;
    height: 244px;
    width: 378px;
}

.screen-list a .con {
    background: rgba(0, 0, 0, 0.5);
    height: 204px;
    left: 0;
    padding: 90px 20px 20px;
    top: 0;
    text-align: center;
    width: 338px;
    -moz-transition: all .5s ease;
    /* Firefox 4 */
    -webkit-transition: all .5s ease;
    /* Safari 和 Chrome */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.screen-list a .con h3 {
    border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: 50px auto 0;
    padding: 0 20px;
    max-width: 298px;
}

.screen-list a .con .price {
    color: #d0d0d0;
    text-align: center;
}

.screen-list a .con .btn {
    background: rgba(38, 184, 239, 0.7);
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 45px auto 0;
    opacity: 0;
    text-align: center;
    width: 200px;
    -moz-transition: all .5s ease;
    /* Firefox 4 */
    -webkit-transition: all .5s ease;
    /* Safari 和 Chrome */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.screen-list a .con:hover {
    padding-top: 20px;
}

.screen-list a .con:hover .btn {
    opacity: 1;
}

.screen-list a:hover {
    box-shadow: 0 0 10px #eb9d15;
}

.assistant-nav {
    background: #eb9d15;
    height: 44px;
    margin: -20px 0 20px;
}

.assistant-nav a {
    color: #ffffff;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-top: -1px;
    text-align: center;
    width: 240px;
}

.assistant-nav a:hover,
.assistant-nav a.select {
    background: #109fd5;
}

/* 查询 */
.assistant-screen {
    border-top: 2px #ff5a86 solid;
    background: url('../img/as-bg.png') 0 0 no-repeat;
    height: 108px;
    margin-bottom: 30px;
}

.assistant-screen-warp {
    margin: 0 auto;
    padding-top: 20px;
    width: 680px;
}

.assistant-screen-warp .name {
    color: #999999;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

.assistant-screen-warp .txt {
    border: 1px #ccc solid;
    border-right: none;
    height: 18px;
    line-height: 18px;
    padding: 8px 10px;
    width: 509px;
}

.assistant-screen-warp .txt_1 {
    border: 1px #ccc solid;
    height: 18px;
    line-height: 18px;
    padding: 8px 10px;
    width: 509px;
}

.assistant-screen-warp .btn {
    background: #ff5a86;
    color: #ffffff;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 150px;
}

.assistant-screen-warp .shangbiao_select{
    position: absolute;
    width: 130px;
    height: 90px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(172, 172, 172, 0.6);
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 999999;
}

.assistant-screen-warp .shangbiao_select span{
    display: block;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.assistant-screen-warp .shangbiao_select .selete{
    background-color: #ff5a86;
    color: #ffffff;
}

/* 结果 */
.product-result {
    background: #ffffff url("../img/result-bg.png") 0 bottom repeat-x;
    border-top: 1px #ececec solid;
    padding: 0 20px 50px;
    margin-bottom: 20px;
    width: 1160px;
}

.product-result .product-result-title {
    border-bottom: 1px #ededed solid;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.product-result table,
.product-result tr,
.product-result th,
.product-result td {
    border: none;
}

.product-result .zzq-table {
    color: #666666;
    margin-bottom: 20px;
    text-align: left;
    width: 1160px;
}

.product-result .zzq-table th {
    background: #f8f8f8;
    height: 44px;
    line-height: 44px;
}

.product-result .zzq-table th {
    padding: 0 10px;
}

.product-result .zzq-table td {
    padding: 40px 10px;
}

.product-result .zzq-table .w220 {
    padding-left: 40px;
    padding-right: 40px;
    width: 220px;
}

.product-result .zzq-table .w220 i{
    color: red;
}

.product-result .zzq-table .zzq-td {
    border-bottom: 1px #ececec dashed;
}

.product-result .shangbiao-table {
    border-collapse: collapse;
    border-spacing: 10px 0;
    color: #666666;
    margin-bottom: 20px;
    width: 1160px;
}

.shangbiao-table, .zzq-table .no_res_font {
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    font-family: "微软雅黑";
    /*text-align: center;*/
}

.product-result .shangbiao-table .w80 {
    text-align: center;
    width: 80px;
}

.product-result .shangbiao-table .w130 {
    padding: 0 10px;
    text-align: center;
    width: 130px;
}

.product-result .shangbiao-table .w180 {
    padding: 0 10px;
    /*text-align: center;*/
    width: 450px;

}

.product-result .shangbiao-table .w180 span{
    display: inline-block;
    width: 450px;
    word-wrap:break-word;
    word-break:break-all;
}
.product-result .shangbiao-table .w140 {
    padding: 0 10px;
    /*text-align: center;*/
    width: 140px;
}
.product-result .shangbiao-table .w140 span{
    display: inline-block;
    width: 140px;
    word-wrap:break-word;
    word-break:break-all;
}

.product-result .shangbiao-table .w480 {
    padding: 0 10px;
    text-align: left;
    width: 480px;
}

.product-result .shangbiao-table .w480 p {
    line-height: 18px;
}

.product-result .shangbiao-table .w480 p var {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.product-result .shangbiao-table .w480 p em {
    display: inline-block;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    vertical-align: middle;
    width: 381px;
}

.product-result .shangbiao-table .w480 p em.fwb {
    font-weight: bold;
}

.product-result .shangbiao-table .w480 p em.fwb i{
    color: red;
    font-weight: bold;
}

.product-result .shangbiao-table .w270 {
    padding: 0 10px;
    text-align: left;
    width: 270px;
}

.product-result .shangbiao-table .w200 {
    padding: 0 10px;
    text-align: center;
    width: 199px;
}

.product-result .shangbiao-table .w200 span {
    border-left: 1px #ececec solid;
    color: #eb9d15;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: underline;
}

.product-result .shangbiao-table .shangbiao-th {
    background: #f8f8f8;
    display: block;
    height: 44px;
    width: 1160px;
}

.product-result .shangbiao-table .shangbiao-th th {
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.product-result .shangbiao-table .shangbiao-th span {
    color: #666666;
}

.product-result .shangbiao-table .shangbiao-td {
    background: #ffffff;
    border-bottom: 1px #ececec dashed;
    display: block;
    padding: 10px 0;
    width: 1160px;
}

.product-result .shangbiao-table .shangbiao-td .img {
    border: 1px #ececec solid;
    height: 78px;
    text-align: center;
    width: 78px;
}

.product-result .shangbiao-table .shangbiao-td .img img {
    display: inline-block;
    max-height: 78px;
    max-width: 78px;
}

.product-result .shangbiao-table .shangbiao-td .w180 i{
    color: red;
}

.product-result .shangbiao-table .shangbiao-td .w480 i{
    color: red;
}

/* 结果分页 */
.product-result-page {
    text-align: center;
}

.product-result-page a,
.product-result-page span {
    border: 1px #fff solid;
    border-radius: 3px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    width: 22px;
}

.product-result-page a.select,
.product-result-page span.select {
    border: 1px #cccccc solid;
    color: #666666;
}

.product-result-page a.select:hover,
.product-result-page span.select:hover {
    color: #666666;
}

.product-result-page a:hover {
    color: #eb9d15;
}

.product-result-page .frist,
.product-result-page .prev,
.product-result-page .next,
.product-result-page .last {
    color: #666666;
    padding: 0 5px;
    width: auto;
}

/* 弹窗 */
.details-make {
    background: rgba(0, 0, 0, 0.35);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 30;
}

.details-pop {
    border: 1px #ececec solid;
    box-shadow: 0 0 10px #ececec;
    background: #ffffff;
    display: none;
    left: -480px;
    margin-left: 50%;
    opacity: 0;
    padding: 10px 30px 20px;
    top: 100px;
    width: 800px;
    z-index: 31;
}

.details-pop-tit {
    border-bottom: 2px #eb9d15 solid;
    height: 46px;
    line-height: 46px;
    margin-bottom: 15px;
    text-align: left;
}

.details-pop-tit .tit {
    color: #666666;
    display: inline-block;
    font-size: 18px;
    padding-right: 20px;
}

.details-pop-tit .data {
    color: #999999;
    display: inline-block;
}

.details-pop-tit .close {
    color: #eb9d15;
    cursor: pointer;
    text-decoration: underline;
}

.details-pop-info {
    padding-bottom: 20px;
}

.details-pop-info .details-img {
    border: 1px #ececec solid;
    height: 138px;
    text-align: center;
    width: 138px;
    vertical-align: middle;
}

.details-pop-info .details-img img {
    display: inline-block;
    max-height: 138px;
    max-width: 138px;
}

.details-pop-info ul {
    height: 140px;
    padding-left: 20px;
    text-align: left;
    width: 620px;
}

.details-pop-info ul.w350 {
    width: 310px;
}

.details-pop-info ul.w350 li {
    padding-left: 20px;
    width: 290px;
}

.details-pop-info ul li {
    color: #999999;
    height: 34px;
    line-height: 34px;
}

.details-pop-info ul li var {
    color: #666666;
    font-weight: bold;
}

.details-pop-con {
    background: url("../img/chao.png") center 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 auto;
    padding: 4px 10px 0;
    width: 780px;
}

.details-pop-con .details-pop-bg {
    background: #ffffff url("../img/tc-bg.png") center bottom no-repeat;
    padding-bottom: 20px;
}

.details-pop-con .details-pop-warp {
    border: 1px #ececec solid;
    border-top: none;
    padding-top: 24px;
    text-align: left;
}

.details-pop-con .details-pop-warp .con-tit {
    color: #666666;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    text-align: left;
}

.details-pop-con .details-pop-warp .con-tit i {
    background: #eb9d15;
    height: 10px;
    overflow: hidden;
    margin: 10px 10px 0 0;
    width: 2px;
}

.details-pop-con .details-pop-warp .list,
.details-pop-con .details-pop-warp .zl-list {
    border-right: 1px #ececec dashed;
    padding: 0 20px;
    width: 510px;
}

.details-pop-con .details-pop-warp .list p,
.details-pop-con .details-pop-warp .zl-list p {
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    max-height: 169px;
    overflow-y: auto;
    padding: 0 12px;
}

.details-pop-con .details-pop-warp .zl-list {
    border: none;
    padding-bottom: 50px;
    width: 740px;
}

.details-pop-con .details-pop-warp .zl-list p {
    max-height: 150px;
}

.details-pop-con .details-pop-warp .dynamic {
    overflow-y: auto;
    padding: 0 10px;
    width: 198px;
}
.details-pop-con .details-pop-warp .dynamic .dynamic-list {
    max-height: 169px;
    overflow-y: auto;
}

.details-pop-con .details-pop-warp .dynamic .dynamic-list dt {
    color: #666666;
}

.details-pop-con .details-pop-warp .dynamic .dynamic-list dd {
    color: #999999;
    font-size: 12px;
    padding-bottom: 15px;
}

.details-pop-con .details-pop-warp .details-data {
    border-top: 1px #ececec dashed;
    margin: 0 30px;
    padding: 5px 0;
    width: 720px;
}

.details-pop-con .details-pop-warp .details-data p {
    color: #666666;
    height: 20px;
    line-height: 20px;
}

.details-pop-con .details-pop-warp .details-data p var {
    color: #eb9d15;
}

/* 固定切换 */
.zs-screen-tab {
    background: #ffffff;
    margin-bottom: 20px;
}

.zs-screen-tab ul {
    height: 490px;
    overflow: hidden;
    padding-left: 450px;
}

.zs-screen-tab li {
    height: 240px;
    margin: 0 0 10px 10px;
    width: 240px;
}

.zs-screen-tab li .box {
    cursor: pointer;
    height: 240px;
    overflow: hidden;
    width: 240px;
}

.zs-screen-tab li .box img {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-perspective: 1000;
    -moz-backface-visibility: hidden;
    -o-perspective: 1000;
    -o-backface-visibility: hidden;
}

.zs-screen-tab li .box i {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
}

.zs-screen-tab li .box span {
    border: 1px #fff solid;
    bottom: 30px;
    color: #ffffff;
    height: 178px;
    left: 30px;
    right: 30px;
    top: 30px;
    text-align: center;
    width: 178px;
}

.zs-screen-tab li .box span em {
    font-size: 20px;
    line-height: 35px;
}

.zs-screen-tab li .info {
    display: none;
    height: 490px;
    left: 20px;
    opacity: 0;
    top: 0;
    width: 413px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
}

.zs-screen-tab li .info .info-con {
    height: 490px;
}

.zs-screen-tab li .info i {
    background: url("${ctxPath}/newImages/img/icon.png") no-repeat;
}

.zs-screen-tab li .info i.icon0 {
    background-position: 0 -1511px;
    height: 29px;
    left: 0;
    top: 20px;
    width: 43px;
}

.zs-screen-tab li .info i.icon1 {
    background-position: 0 -1540px;
    bottom: 20px;
    height: 41px;
    right: 0;
    width: 60px;
}

.zs-screen-tab li .info p {
    color: #666666;
    display: inline-block;
    line-height: 22px;
    padding: 15px 0 15px 58px;
    width: 340px;
}

.zs-screen-tab li .info p var {
    font-size: 24px;
}

.zs-screen-tab li:hover .box img,
.zs-screen-tab li.select .box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.zs-screen-tab li:hover .box i,
.zs-screen-tab li.select .box i {
    background: rgba(38, 184, 239, 0.75);
}

.zs-screen-tab li:hover .info,
.zs-screen-tab li.select .info {
    display: block;
    opacity: 1;
}

.screen-type2-right .screen-type .year_select {
    background: url("${ctxPath}/newImages/img/index-tyfa-tab.png") 50% 550% no-repeat;
    height: 73px;
    color: #fff;
}

.com_name_line {
    width: 1200px;
    height: 2px;
    background-color: #ff5a86;
    margin: 0 auto;
}

.com_name_serch {
    background: url("CompanyName/06.jpg");
    height: 108px;
    width: 1200px;
    margin: 0 auto;
}

.com_name_content {
    margin-left: 100px;
    padding-top: 25px;
}

.com_name_content .com_name_element {
    margin-right: 20px;
}

.com_name_element .com_name_element_text {
    text-indent: 10px;
    margin-bottom: 10px;
    color: #b8b8b8;
    position: absolute;
}

.com_name_content .com_name_submit {
    width: 150px;
    height: 36px;
    background-color: #ff5b87;
    color: #FFF;
    margin-top: 30px;
    margin-left: -20px;
    cursor: pointer;
}

.com_name_content .com_name_element input{
    width: 226px;
    height: 34px;
    border: 1px #cccccc solid;
    background-color: #FFF;
    padding-left: 10px;
    margin-top: 30px;
}

.com_name_content .com_name_element .industry {
    width: 226px;
    height: 26px;
    border: 2px #cccccc solid;
    background-color: #FFF;
    padding-left: 10px;
    padding-top: 6px;
    color: #666;
    cursor: pointer;
}

.com_name_element .triangle_bottom {
    position: absolute;
    background: url("${ctxPath}/newImages/img/icon.png") -70px -135px no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 210px;
    margin-top: -25px;
    -webkit-transform: rotate(90deg);
    z-index: 9999;
}

.com_name_element .industry_result .title {
    margin-bottom: 14px;
    padding-left: 20px;
}

.com_name_element .industry_result .industry_element:hover {
    width: 98px;
    height: 34px;
    border: 1px #eb9d15 solid;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #eb9d15;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.com_name_element .industry_result .industry_element {
    width: 98px;
    height: 34px;
    border: 1px #cccccc solid;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 34px;
    color: #666666;
    cursor: pointer;
}

.com_name_element .industry_result {
    position: absolute;
    width: 387px;
    background-color: #FFF;
    z-index: 999999;
    box-shadow: 0 0 20px rgba(172, 172, 172, 0.6);
    padding-top: 20px;
    height: 300px;
    overflow-y: auto;
}

.com_name_cautions {
    background: url("../img/CompanyName/07.jpg");
    height: 400px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #727272;
}

.com_name_cautions .dqm_start {
    background: url("${ctxPath}/newImages/img/icon.png") 0px -1511px no-repeat;
    position: absolute;
    margin-left: 20px;
    margin-top: 27px;
    width: 45px;
    height: 29px;
}

.com_name_cautions .dqm_end {
    background: url("${ctxPath}/newImages/img/icon.png") 0px -1540px no-repeat;
    position: absolute;
    margin-left: 810px;
    margin-top: 325px;
    width: 60px;
    height: 42px;
    z-index: 9999;
}

.com_name_cautions .com_name_cautions_left {
    width: 900px;
}

.com_name_cautions_left .bod {
    border: 2px dashed #a8a8a8;
    width: 720px;
    height: 220px;
    position: absolute;
    margin-top: -40px;
    margin-left: -20px;
}

.com_name_cautions .com_name_cautions_left .left_text {
    width: 680px;
    height: 140px;
    background-color: #FFF;
    opacity: 0.8;
    margin-left: 68px;
    padding: 70px 50px;
    line-height: 150%;
    box-shadow: 0 0 20px rgba(172, 172, 172, 0.6);
}

.com_name_cautions .com_name_cautions_left .left_text em{
    font-size: 30px;
}

.com_name_im {
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
}

.com_name_cautions .com_name_cautions_right .right_text {
    padding-left: 30px;
}

.right_text .title {
    font-size: 25px;
    font-weight: 700;
    color: black;
}

.right_text .elements {
    margin-top: 34px;
}

.right_text .elements .element {
    line-height: 34px;
    height: 34px;
}

.right_text .elements .element_select {
    line-height: 34px;
    height: 34px;
    color: #ff5584;
}

.right_text .elements .element_select .number_select {
    margin-right: 20px;
    width: 18px;
    height: 18px;
    background-color: #ff5584;
    border-radius: 9px;
    text-align: center;
    line-height: 18px;
    color: #FFF;
    margin-top: 8px;
}

.right_text .elements .element .number {
    margin-top: 12px;
    margin-left: 4px;
    margin-right: 24px;
    width: 10px;
    height: 10px;
    background-color: #ff5584;
    border-radius: 9px;
    text-align: center;
    line-height: 18px;
    font-size: 0px;
}

.com_name_im .com_name_im_1 {
    background: url("../img/CompanyName/01.jpg");
    height: 200px;
}

.com_name_im .com_name_im_1 .bubble {
    height: 160px;
    width: 380px;
    background-color: #17181f;
    opacity: 0.6;
    padding: 20px 20px;
    float: left;
}

.com_name_im .com_name_im_1 .triangle_right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #17181f;
    border-bottom: 10px solid transparent;
    margin-top: 20px;
    opacity: 0.6;
    float: left;
}

.com_name_im .title {
    color: #FFF;
    opacity: 1;
    font-weight: 900;
    width: 340px;
    font-size: 16px;
}

.com_name_im .im_content {
    color: #FFF;
    opacity: 1;
    margin-top: 50px;
    width: 340px;
}

.com_name_im .com_name_im_2 {
    margin-top: 10px;
}

.com_name_im .com_name_im_2 .com_name_im_2_1 {
    background: url("../img/CompanyName/02.jpg");
    width: 595px;
    height: 400px;
    float: left;
}

.com_name_im .com_name_im_2_1 .bubble {
    height: 360px;
    width: 145px;
    background-color: #3ab6e7;
    opacity: 0.85;
    padding: 20px 20px;
    float: left;
}

.com_name_im .com_name_im_2_1 .triangle_right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #3ab6e7;
    border-bottom: 10px solid transparent;
    margin-top: 15px;
    opacity: 0.85;
    float: left;
}

.com_name_im .com_name_im_2 .com_name_im_2_2 {
    background: url("../img/CompanyName/03.jpg");
    width: 225px;
    height: 195px;
    float: left;
    margin-left: 10px;
}

.com_name_im .com_name_im_2 .com_name_im_2_2_1 {
    padding: 20px 20px;
    background-color: #ff8383;
    width: 330px;
    height: 155px;
    float: left;
}

.com_name_im .com_name_im_2 .triangle_left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ff8383;
    border-bottom: 10px solid transparent;
    margin-top: 15px;
    margin-left: -380px;
    float: left;
}

.com_name_im .com_name_im_2 .com_name_im_2_3 {
    background: url("../img/CompanyName/04.jpg");
    width: 595px;
    height: 195px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.com_name_im .com_name_im_2_3 .bubble {
    height: 155px;
    width: 330px;
    background-color: #7f7f7f;
    opacity: 0.85;
    padding: 20px 20px;
    float: right;
}

.com_name_im .com_name_im_2_3 .triangle_left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #7f7f7f;
    border-bottom: 10px solid transparent;
    margin-top: 15px;
    margin-left: 215px;
    opacity: 0.85;
    float: left;
}

.com_name_im .com_name_im_3 {
    margin-top: 10px;
    background: url("../img/CompanyName/05.jpg");
    height: 300px;
    width: 820px;
    float: left;
    margin-bottom: 40px;
}

.com_name_im .com_name_im_3 .bubble {
    height: 260px;
    width: 340px;
    background-color: #ff8383;
    opacity: 0.85;
    padding: 20px 20px;
    float: left;
}

.com_name_im .com_name_im_3_2 .bubble {
    margin-top: 10px;
    height: 260px;
    width: 340px;
    background-color: #3ab6e7;
    opacity: 0.85;
    padding: 20px 20px;
    float: left;
}

.com_name_im .com_name_im_3 .triangle_right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ff8383;
    border-bottom: 10px solid transparent;
    margin-top: 20px;
    opacity: 0.85;
    float: left;
}

.com_name_im .com_name_im_3_2 .triangle_left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #3ab6e7;
    border-bottom: 10px solid transparent;
    margin-left: -390px;
    opacity: 0.85;
    float: left;
    margin-top: 30px;
}

.cnm_name_audit_res {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 40px;
}

.cnm_name_audit_bottom {
    background: url("../img/CompanyName/08.jpg") no-repeat;
    width: 1200px;
    height: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 20px;
}

.cnm_name_audit_res .title {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.cnm_name_audit_res .title_line {
    width: 1160px;
    height: 1px;
    background-color: #ededed;
    margin: 0 auto;
}

.cnm_name_audit_res .loading {
    background: url("../img/loading-2.gif") no-repeat center top;
    width: 55px;
    height: 120px;
    margin: 0 auto;
    margin-top: 54px;
    line-height: 120px;
    color: #818181;
    font-weight: 500;
}

.cnm_name_create_res .loading {
    background: url("../img/loading-2.gif") no-repeat center top;
    width: 55px;
    height: 120px;
    margin: 0 auto;
    margin-top: 54px;
    line-height: 120px;
    color: #818181;
    font-weight: 500;
}

.product-result .loading {
    background: url("../img/loading-2.gif") no-repeat center top;
    width: 55px;
    height: 120px;
    margin: 0 auto;
    margin-top: 54px;
    line-height: 120px;
    color: #818181;
    font-weight: 500;
}

.cnm_name_audit_res .zhouyi .zhouyi_content {
    background: url("../img/CompanyName/09.jpg");
    width: 1160px;
    /*height: 810px;*/
    margin: 0 auto;
    padding-top: 44px;
    padding-bottom: 30px;
}

.cnm_name_audit_res .zhouyi .zhouyi_content_bottom {
    background: url("../img/CompanyName/15.jpg") no-repeat;
    width: 1140px;
    height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cnm_name_audit_res .zhouyi .zhouyi_button {
    margin-left: 463px;
}

.cnm_name_audit_res .zhouyi .zhouyi_content .title {
    margin: 0 auto;
    width: 150px;
}

.cnm_name_audit_res .zhouyi .zhouyi_content .con_1 {
    background-color: #FFF;
    margin: 0 auto;
    height: 236px;
    width: 1098px;
    border: 1px #e4e4e4 solid;
    margin-top: 41px;
}

.cnm_name_audit_res .zhouyi .zhouyi_content .con_1_1 {
    background: url("../img/CompanyName/13.jpg") no-repeat;
    width: 138px;
    height: 236px;
}

.cnm_name_audit_res .zhouyi .zhouyi_content .con_1_2 {
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
    width: 588px;
    height: 236px;
}

.cnm_name_audit_res .zhouyi .zhouyi_content .con_1_3 {
    background: url("../img/CompanyName/14.jpg") no-repeat;
    width: 370px;
    height: 236px;
}

.con_1_2_1 {
    width: 548px;
    height: 40px;
    border-bottom: 1px #e4e4e4 solid;
    padding-left: 40px;
    line-height: 40px;
    font-weight: 600;
}

.con_1_2_2 {
    height: 40px;
    border-bottom: 1px #e4e4e4 solid;
}

.con_1_2_2_1 {
    width: 253px;
    border-right: 1px #e4e4e4 solid;
    padding-left: 40px;
    line-height: 40px;
}

.con_1_2_2_1 em {
    color: red;
}

.con_1_2_2_2 {
    width: 254px;
    padding-left: 40px;
    line-height: 40px;
}

.con_1_2_3 {
    width: 548px;
    height: 52px;
    border-bottom: 1px #e4e4e4 solid;
    padding-left: 40px;
    line-height: 52px;
}

.con_1_2_4 {
    width: 548px;
    padding-left: 40px;
    height: 101px;
    line-height: 32px;
    padding-right: 40px;
}

.con_2 {
    padding: 3px;
    margin: 0 auto;
    background-color: #FFF;
    width: 1092px;
    border: 1px #e4e4e4 solid;
    margin-top: 10px;

}

.con_2_con {
    background: url("../img/CompanyName/11_2.jpg") no-repeat bottom right;
}

.con_2_text {
    margin-left: 36px;
    margin-top: -22px;
    margin-right: 36px;
    line-height: 30px;
    padding-bottom: 10px;
}

.cnm_name_audit_res .load_res {
    padding-top: 40px;
}

.cnm_name_audit_res .load_res .load_content .title em {
    font-size: 28px;
    color: #ff9829;
}

.cnm_name_audit_res .load_res .load_content .danger {
    margin-top: 20px;
}

.cnm_name_audit_res .load_res .load_content .danger p{
    font-size: 12px;
}

.cnm_name_audit_res .load_res .load_content .danger em {
    color: red;
}

.cnm_name_audit_res .load_res .load_content .danger div {
    padding-top: 9px;
}


.cnm_name_audit_res .load_res  .res_button {
    margin: 40px auto;
    width: 521px;
}

.cnm_name_audit_res .load_res  .res_button input {
    width: 238px;
    height: 42px;
    border: 1px #ff5785 solid;
    margin-right: 20px;
    cursor: pointer;
}

.cnm_name_create_res {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 40px;
}

.cnm_name_create_res .title {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.cnm_name_create_res .title_line {
    width: 1160px;
    height: 1px;
    background-color: #ededed;
    margin: 0 auto;
}

.cnm_name_create_res input[type=checkbox] {
    visibility: hidden;
}

.cnm_name_create_res .label_space {
    margin-top: 20px;
    margin-left: 20px;
}

.cnm_name_create_res .select {
    color: #f66467;
    border: 1px solid #f66467;
}

.cnm_name_create_res .noselect {
    border: 1px solid #ececec;
}

.cnm_name_create_res .label_space label {
    display: inline-block;
    width: 269px;
    height: 42px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.red_triangle_lt {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    border-left: 8px solid #f66467;
    border-bottom: 8px solid transparent;
}

.red_triangle_rb {
    position: absolute;
    margin-left: 261px;
    margin-top: 34px;
    border-right: 8px solid #f66467;
    border-top: 8px solid transparent;
}

.cnm_name_create_res .label_space .huanyipi {
    color: #eb9d15;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    cursor: pointer;
}

.cnm_name_create_res .label_space .huanyipi img {
    display: inherit;
    margin-bottom: -5px;
    margin-right: 10px;
}

.cnm_name_create_res .select_space {
    margin-top: 20px;
    margin-left: 20px;
}

.cnm_name_create_res .select_space label {
    display: inline-block;
    width: 269px;
    height: 42px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 42px;
    text-align: center;
    color: #f66467;
    border: 1px solid #f66467;
}

.cnm_name_create_res .select_space label img {
    position: absolute;
    margin-left: 235px;
    margin-top: 10px;
    background: url("../img/CompanyName/17.jpg") no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 10px;
}

.cnm_name_create_res .select_space .img_selsect{
    box-shadow: 0px 0px 20px rgba(172, 172, 172, 0.6);
    background-size:100%;
    width: 26px;
    height: 26px;
    margin-bottom: -7px;
    border-radius: 10px;
}

.cnm_name_create_res .submit_button {
    width: 480px;
    margin: 0 auto;
}

.cnm_name_create_res .submit_button input[type=button] {
    width: 240px;
    height: 44px;
    background-color: #ff5584;
    margin-right: 10px;
    color: #FFF;
    cursor: pointer;
}

.cnm_name_create_res .submit_button a {
    color: #73cbf3;
    text-decoration: underline;
}

.com_name_content .industry_result .com_industry_input {
    margin-bottom: 20px;
}

.com_name_content .industry_result .com_industry_input input {
    width: 266px;
}

.com_name_content .industry_result .input_button {
    margin-right: 30px;
    background-color: #ff5584;
    width: 60px;
    height: 36px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.assistant-nav sup{
    background: url("${ctxPath}/newImages/img/sub.png") no-repeat;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 28px;
    height: 18px;
    color: #109fd5;
    line-height: 14px;
    font-size: 11px;
}

.arr_bottom_icon{
    background: url("${ctxPath}/newImages/img/arr_bottom.png");
    width: 12px;
    height: 7px;
    pointer-events:none;
}

.arr_bottom_icon_position{
    margin-left: -25px;
    margin-top: 15px;
}

.arr_bottom_icon_position_inside{
    position: absolute;
    margin-left: 210px;
    margin-top: -20px;
}
.sygj_bg {
    background: url(../newImages/sygj_bg.jpg) center top no-repeat;
    height: 207px;
}
.why_img {
    text-align: center;
}



.when-boss {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
}
/* .index-title>span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
} */
.left_blue_block {
    width: 3px;
    height: 18px;
    background-color: #1786EF;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 10px;
}
.index-title>span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}


.sygj_bt {
    padding: 0px 0 25px;
    font-weight: normal;
}
.sygj_nr li {
	    width: 228px;
    text-align: center;
}
.sygj_nr li a img {
    width: 122px;
    height: 122px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.sygj_nr li a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}


.index-information {
    width: 100%;
    min-width: 1180px;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
}
.index-title {
    text-align: center;
}
.index-title>h2 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}
.index-information .information {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    min-width: 1180px;
    height: auto;
    margin-top: 30px;
}
.w1180 {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}
.index-information .fl {
    width: 380px;
}
.index-information .w1180 div strong {
    display: inline-block;
    color: #333;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}
.index-information .new-link {
    overflow: hidden;
    height: 430px;
    width: 380px;
}	
.index-information .new-link .first {
    width: 380px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.index-information .new-link .first>a {
    display: block;
}
.index-information .new-link .first img {
    width: 380px;
    height: 200px;
}
.index-information .new-link .first p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: url(../newImages/transparent50.png) repeat;
}
.index-information .new-link ul {
    border: 1px solid #e6e6e6;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 14px;
    width: 358px;
    height: 214px;
}
.index-information .new-link ul li {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.index-information .new-link ul li>a {
    display: block;
}
.index-information .new-link ul li span {
    width: 70px;
    display: inline-block;
    color: #FE7600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-information .new-link ul li p {
    width: 273px;
    display: inline-block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-information .fr {
    width: 770px;
}
.message-title {
    overflow: hidden;
    padding: 17px 0;
    margin-left: -15px;
}
.message-title>a {
    display: block;
    float: left;
    color: #999;
    font-size: 18px;
    /* height: 52px; */
    line-height: 18px;
    font-weight: normal;
    padding: 0 15px;
    border-left: 1px #999 solid;
}
.message-title>a.active {
    color: #333;
}
.index-information .fr ul {
    overflow: hidden;
    height: 440px;
}
.index-information .fr li {
    padding: 9px 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    height: 130px;
    overflow: hidden;
}
.index-information .fr li .img-box {
    width: 260px;
    height: 130px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.index-information .fr li .img-box a {
    display: block;
}
.index-information .fr li .img-box img {
    width: 260px;
    height: 130px;
}
.index-information .fr li .txt {
    float: left;
    width: 490px;
}
.index-information .fr li .txt strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-information .fr li .txt p {
    height: 60px;
    display: block;
    display: -webkit-box;
     font-size: 15px;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.when-boss-list h2{
    font-size:22px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.when-boss-list .boss-sub .bt{
    padding: 1px 4px;
    background: #eb9d15;
    color: #fff;
    font-size: 12px;
    float: right;
}

/*鼠标移入*/
.boss-title-img .boos-center .boss-title-bottom .title-bottom-secondp:hover,
.boss-title-img .boos-center .boss-title-Bottom .title-bottom-lastp:hover,
.boss-title-img .boos-center .boss-title-Bottom .title-bottom-secondp:hover{
    color: #e4393c;
}
/*客服*/
.g_cont7 .container {
    width: 1200px;
    margin: 0 auto;
}
.container::before, .container::after {
    content: " ";
    display: table;
}
.cont7_main {
    padding-top: 44px;
}
.cont7_main ul {
    list-style: none;
    padding-left: 0;
}
.cont7_main_li {
    width: 263px;
    text-align: center;
    margin-right: 48px;
    float: left;
    margin-bottom: 63px;
}
.cont7_main_title {
    line-height: 62px;
    text-align: left;
    height: 62px;
}
.cont7_main_img {
    padding: 25px 0 10px;
}
.cont7_main_title2 {
    line-height: 40px;
    margin-bottom: 13px;
}
.bold {
    font-weight: bold;
    margin-right: 9px;
}
.cont7_main_txt {
    line-height: 20px;
    margin-bottom: 18px;
}
.cont7_btn {
    padding-top: 30px;
}
.cont7_btn a {
    width: 140px;
    height: 32px;
    background: #ff6600;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
}